.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #8fd400 !important;
}
.bg-success {
  background-color: #1e824c !important;
}
.bg-info {
  background-color: #8fd400 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #8fd400 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8fd400 !important;
  border-color: #8fd400 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8fd400;
  border-color: #8fd400;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8fd400 !important;
  border-color: #8fd400 !important;
}
.btn-primary:hover {
  background-color: #6da100 !important;
  border-color: #6da100 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8fd400 !important;
  border-color: #8fd400 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #8fd400;
  border-color: #8fd400;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8fd400 !important;
  border-color: #8fd400 !important;
}
.btn-info:hover {
  background-color: #6da100 !important;
  border-color: #6da100 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1e824c !important;
  border-color: #1e824c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1e824c;
  border-color: #1e824c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e824c !important;
  border-color: #1e824c !important;
}
.btn-success:hover {
  background-color: #145934 !important;
  border-color: #145934 !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: #8fd400 !important;
  border-color: #8fd400 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8fd400;
  border-color: #8fd400;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8fd400 !important;
  border-color: #8fd400 !important;
}
.btn-danger:hover {
  background-color: #6da100 !important;
  border-color: #6da100 !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: #8fd400;
  color: #8fd400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #8fd400 !important;
  border-color: #8fd400;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8fd400 !important;
  border-color: #8fd400 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #8fd400;
  color: #8fd400;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #8fd400 !important;
  border-color: #8fd400;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8fd400 !important;
  border-color: #8fd400 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1e824c;
  color: #1e824c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #1e824c !important;
  border-color: #1e824c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1e824c !important;
  border-color: #1e824c !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: #8fd400;
  color: #8fd400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #8fd400 !important;
  border-color: #8fd400;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8fd400 !important;
  border-color: #8fd400 !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: #8fd400 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #1e824c !important;
}
.text-info {
  color: #8fd400 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #8fd400 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4a6e00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0b2f1c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4a6e00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #4a6e00 !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: #1e824c;
}
.alert-info {
  background-color: #8fd400;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #8fd400;
}
.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: #8fd400;
  border-color: #8fd400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #8fd400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e0ffa1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4ad58a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e0ffa1;
}
.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: #e0ffa1;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #8fd400;
}
/* 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: #8fd400;
  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: #8fd400;
  border-bottom-color: #8fd400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #8fd400 !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: #000000 !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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t1za3EMjLn .modal-body .close {
  background: #1b1b1b;
}
.cid-t1za3EMjLn .modal-body .close span {
  font-style: normal;
}
.cid-t1za3EMjLn .carousel-inner > .active,
.cid-t1za3EMjLn .carousel-inner > .next,
.cid-t1za3EMjLn .carousel-inner > .prev {
  display: flex;
}
.cid-t1za3EMjLn .carousel-control .icon-next,
.cid-t1za3EMjLn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-t1za3EMjLn .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-t1za3EMjLn .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t1za3EMjLn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-t1za3EMjLn .boxed-slider > div {
  position: relative;
}
.cid-t1za3EMjLn .container img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-t1za3EMjLn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-t1za3EMjLn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t1za3EMjLn .mbr-table-cell {
  padding: 0;
}
.cid-t1za3EMjLn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t1za3EMjLn .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-t1za3EMjLn .mbr-overlay {
  z-index: 1;
}
.cid-t1za3EMjLn .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 600px;
}
.cid-t1za3EMjLn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-t1za3EMjLn .carousel-item.active.right,
.cid-t1za3EMjLn .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t1za3EMjLn .carousel-item.active.left,
.cid-t1za3EMjLn .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-t1za3EMjLn .carousel-item.active,
.cid-t1za3EMjLn .carousel-item.next.left,
.cid-t1za3EMjLn .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-t1za3EMjLn .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-t1za3EMjLn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t1za3EMjLn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t1za3EMjLn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-t1za3EMjLn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-t1za3EMjLn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-t1za3EMjLn .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-t1za3EMjLn .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-t1za3EMjLn .mbr-slider .carousel-indicators li.active,
.cid-t1za3EMjLn .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-t1za3EMjLn .mbr-slider .carousel-indicators li::after,
.cid-t1za3EMjLn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-t1za3EMjLn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-t1za3EMjLn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-t1za3EMjLn .mbr-slider > .container img {
  width: 100%;
}
.cid-t1za3EMjLn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-t1za3EMjLn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-t1za3EMjLn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t1za3EMjLn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-t1za3EMjLn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-t1za3EMjLn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-t1za3EMjLn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-t1za3EMjLn .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-t1za3EMjLn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-t1za3EMjLn .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-t1za3EMjLn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-t1za3EMjLn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-t1za3EMjLn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-t1za3EMjLn h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-t1za3EMjLn .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-t1za3EMjLn .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-t1za3EMjLn .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-t1za3EMjLn .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-t1za3EMjLn .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-t1za3EMjLn .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-t1za3EMjLn .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-t1za3EMjLn .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-t1za3EMjLn .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-t1za3EMjLn H2 {
  color: #8fd400;
  text-align: center;
}
.cid-t1za3EMjLn P {
  text-align: center;
}
.cid-viRIeJLmT2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viRIeJLmT2 .item-img {
  position: relative;
}
.cid-viRIeJLmT2 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-viRIeJLmT2 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-viRIeJLmT2 .btn-tag:hover,
.cid-viRIeJLmT2 .btn-tag:focus {
  box-shadow: none;
}
.cid-viRIeJLmT2 img,
.cid-viRIeJLmT2 .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-viRIeJLmT2 .item:focus,
.cid-viRIeJLmT2 span:focus {
  outline: none;
}
.cid-viRIeJLmT2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-viRIeJLmT2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-viRIeJLmT2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-viRIeJLmT2 .mbr-section-title {
  color: #8fd400;
}
.cid-viRIeJLmT2 .mbr-text,
.cid-viRIeJLmT2 .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-viRIeJLmT2 .item-title {
  color: #353535;
  text-align: center;
}
.cid-viRIeJLmT2 .item-subtitle {
  text-align: left;
}
.cid-viRIeJLmT2 .mbr-section-subtitle {
  color: #000000;
}
.cid-t1AlOOkf8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.webp");
}
.cid-t1AlOOkf8S .mbr-text,
.cid-t1AlOOkf8S .mbr-section-btn {
  color: #232323;
}
.cid-t1AlOOkf8S .card-title,
.cid-t1AlOOkf8S .card-box {
  color: #8fd400;
}
.cid-t1AlOOkf8S .mbr-text,
.cid-t1AlOOkf8S .link-wrap {
  color: #ffffff;
}
.cid-t1Am72waRk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t1Am72waRk .mbr-section-subtitle {
  text-align: center;
  color: #8fd400;
}
.cid-t1Am72waRk .mbr-section-title {
  text-align: center;
  color: #8fd400;
}
.cid-t2meTH8cHg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t2meTH8cHg .item {
  padding-bottom: 2rem;
}
.cid-t2meTH8cHg .item-wrapper {
  position: relative;
}
.cid-t2meTH8cHg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t2meTH8cHg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t2meTH8cHg .carousel-control,
.cid-t2meTH8cHg .close {
  background: #1b1b1b;
}
.cid-t2meTH8cHg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t2meTH8cHg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t2meTH8cHg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t2meTH8cHg .carousel-control-next span {
  margin-left: 5px;
}
.cid-t2meTH8cHg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t2meTH8cHg .close::before {
  content: '\e91a';
}
.cid-t2meTH8cHg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t2meTH8cHg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t2meTH8cHg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2meTH8cHg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2meTH8cHg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t2meTH8cHg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t2meTH8cHg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t2meTH8cHg .carousel-indicators li.active,
.cid-t2meTH8cHg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t2meTH8cHg .carousel-indicators li::after,
.cid-t2meTH8cHg .carousel-indicators li::before {
  content: none;
}
.cid-t2meTH8cHg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t2meTH8cHg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t2meTH8cHg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t2meTH8cHg .carousel-indicators {
    display: none;
  }
}
.cid-t2meTH8cHg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t2meTH8cHg .carousel-inner > .active {
  display: block;
}
.cid-t2meTH8cHg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2meTH8cHg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t2meTH8cHg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t2meTH8cHg .carousel-control,
  .cid-t2meTH8cHg .carousel-indicators,
  .cid-t2meTH8cHg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t2meTH8cHg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t2meTH8cHg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t2meTH8cHg .carousel-indicators .active,
.cid-t2meTH8cHg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t2meTH8cHg .carousel-indicators .active {
  background: #fff;
}
.cid-t2meTH8cHg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t2meTH8cHg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t2meTH8cHg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t2meTH8cHg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t2meTH8cHg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t2meTH8cHg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t2meTH8cHg .carousel {
  width: 100%;
}
.cid-t2meTH8cHg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t2meTH8cHg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t2meTH8cHg .modal.fade .modal-dialog,
.cid-t2meTH8cHg .modal.in .modal-dialog {
  transform: none;
}
.cid-t2meTH8cHg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t2meTH8cHg H6 {
  text-align: center;
}
.cid-t1AmopHbT4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1AmopHbT4 .mbr-section-title,
.cid-t1AmopHbT4 .mbr-section-subtitle {
  color: #000000;
}
.cid-t1AmopHbT4 .mbr-section-text {
  color: #232323;
}
.cid-t1AmopHbT4 .mbr-text,
.cid-t1AmopHbT4 .typed-text,
.cid-t1AmopHbT4 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t1AmopHbT4 .btn {
  margin-left: 4px !important;
}
.cid-t1AmopHbT4 .animated-element {
  color: #ff3366;
}
.cid-t1AmopHbT4 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-t1AmopHbT4 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1AmopHbT4 .typed-text,
  .cid-t1AmopHbT4 .mbr-section-subtitle,
  .cid-t1AmopHbT4 .mbr-section-text,
  .cid-t1AmopHbT4 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t1AmopHbT4 .mbr-section-subtitle,
.cid-t1AmopHbT4 .typed-text {
  color: #ea3223;
}
.cid-t1AmopHbT4 .mbr-section-text,
.cid-t1AmopHbT4 .mbr-section-btn {
  color: #606060;
}
.cid-t1Amp2tvUJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/loadcell-zemic-2000x1359.webp");
}
.cid-t1Amp2tvUJ .mbr-text,
.cid-t1Amp2tvUJ .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-t1Amp2tvUJ .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-t1Amp2tvUJ .mbr-text,
.cid-t1Amp2tvUJ .mbr-section-btn,
.cid-t1Amp2tvUJ .mbr-section-title {
  color: #ffffff;
}
.cid-t1Amp2tvUJ .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-t1Amp2tvUJ .mbr-text.display-7 {
  line-height: 1.5;
  letter-spacing: -0.5px;
}
.cid-t1Amp2tvUJ .mbr-section-title {
  font-weight: 700;
}
.cid-t1Amp2tvUJ .mbr-section-title.display-2 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.cid-t1Amp2tvUJ .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 1.71;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-t1Amp2tvUJ .mbr-section-title,
  .cid-t1Amp2tvUJ .mbr-text,
  .cid-t1Amp2tvUJ .mbr-section-btn {
    text-align: left;
  }
}
.cid-t1Amp2tvUJ .mbr-section-title,
.cid-t1Amp2tvUJ .card-img {
  color: #8fd400;
}
.cid-t1Amq3rBdM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t1Amq3rBdM .mbr-section-title,
.cid-t1Amq3rBdM .mbr-text {
  margin-bottom: 0;
}
.cid-t1Amq3rBdM .title__block {
  margin-bottom: 45px;
}
.cid-t1Amq3rBdM .mbr-text {
  color: #393636;
  letter-spacing: 2px;
  text-align: center;
}
.cid-t1Amq3rBdM .mbr-section-title {
  margin-top: 15px;
  color: #606060;
}
.cid-t1Amq3rBdM .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t1Amq3rBdM .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sxFkfTVNJ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/get-in-touch-cover-image.webp");
}
.cid-sxFkfTVNJ5 .mbr-section-title {
  text-align: center;
  color: #8fd400;
}
.cid-sxFkfTVNJ5 .mbr-text,
.cid-sxFkfTVNJ5 .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sxFjpejyWN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sxFjpejyWN .google-map {
  height: 30rem;
  position: relative;
}
.cid-sxFjpejyWN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sxFjpejyWN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sxFjpejyWN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sxFjpejyWN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sxFjpejyWN .mbr-section-subtitle {
  color: #606060;
}
.cid-sxFjpejyWN .mbr-section-title {
  color: #8fd400;
}
.cid-sxFhmsDtWN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxFhmsDtWN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sxFhmsDtWN .select {
  z-index: 999;
}
.cid-sxFhmsDtWN form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-sxFhmsDtWN .jq-selectbox__dropdown,
.cid-sxFhmsDtWN ul {
  border-radius: 20px !important;
}
.cid-sxFhmsDtWN .jq-selectbox {
  border-radius: 30px;
}
.cid-sxFhmsDtWN .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-sxFhmsDtWN .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-sxFhmsDtWN input,
.cid-sxFhmsDtWN textarea,
.cid-sxFhmsDtWN .select {
  border-radius: 30px;
}
.cid-sxFhmsDtWN input,
.cid-sxFhmsDtWN textarea {
  padding: 2rem 3rem;
}
.cid-sxFhmsDtWN textarea {
  min-height: 10rem;
}
.cid-sxFhmsDtWN .form-control,
.cid-sxFhmsDtWN .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxFhmsDtWN .form-control::-webkit-input-placeholder,
.cid-sxFhmsDtWN .field-input::-webkit-input-placeholder,
.cid-sxFhmsDtWN .form-control::-webkit-input-placeholder,
.cid-sxFhmsDtWN .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-sxFhmsDtWN .form-control:-moz-placeholder,
.cid-sxFhmsDtWN .field-input:-moz-placeholder,
.cid-sxFhmsDtWN .form-control:-moz-placeholder,
.cid-sxFhmsDtWN .field-input:-moz-placeholder {
  color: #383838;
}
.cid-sxFhmsDtWN .form-control:hover,
.cid-sxFhmsDtWN .field-input:hover,
.cid-sxFhmsDtWN .form-control:focus,
.cid-sxFhmsDtWN .field-input:focus {
  background-color: #ffffff;
  border-color: #8fd400;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-sxFhmsDtWN .form-control:hover::-webkit-input-placeholder,
.cid-sxFhmsDtWN .field-input:hover::-webkit-input-placeholder,
.cid-sxFhmsDtWN .form-control:focus::-webkit-input-placeholder,
.cid-sxFhmsDtWN .field-input:focus::-webkit-input-placeholder,
.cid-sxFhmsDtWN .form-control:hover::-webkit-input-placeholder,
.cid-sxFhmsDtWN .field-input:hover::-webkit-input-placeholder,
.cid-sxFhmsDtWN .form-control:focus::-webkit-input-placeholder,
.cid-sxFhmsDtWN .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-sxFhmsDtWN .form-control:hover:-moz-placeholder,
.cid-sxFhmsDtWN .field-input:hover:-moz-placeholder,
.cid-sxFhmsDtWN .form-control:focus:-moz-placeholder,
.cid-sxFhmsDtWN .field-input:focus:-moz-placeholder,
.cid-sxFhmsDtWN .form-control:hover:-moz-placeholder,
.cid-sxFhmsDtWN .field-input:hover:-moz-placeholder,
.cid-sxFhmsDtWN .form-control:focus:-moz-placeholder,
.cid-sxFhmsDtWN .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-sxFhmsDtWN .jq-number__spin:hover,
.cid-sxFhmsDtWN .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #8fd400;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sxFhmsDtWN .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sxFhmsDtWN .jq-selectbox li,
.cid-sxFhmsDtWN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sxFhmsDtWN .jq-selectbox li:hover,
.cid-sxFhmsDtWN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sxFhmsDtWN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sxFhmsDtWN .jq-number__spin.minus:hover:after,
.cid-sxFhmsDtWN .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sxFhmsDtWN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sxFhmsDtWN .jq-number__spin.minus:after,
.cid-sxFhmsDtWN .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sxFhmsDtWN input::-webkit-clear-button {
  display: none;
}
.cid-sxFhmsDtWN input::-webkit-inner-spin-button {
  display: none;
}
.cid-sxFhmsDtWN input::-webkit-outer-spin-button {
  display: none;
}
.cid-sxFhmsDtWN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sxFhmsDtWN .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-sxFhmsDtWN .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-sxFhmsDtWN .align-wrap {
  display: inline-block;
}
.cid-sxFhmsDtWN .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-sxFhmsDtWN .icons-wrap {
  display: flex;
}
.cid-sxFhmsDtWN .icon-title,
.cid-sxFhmsDtWN .mbr-iconfont {
  color: #8fd400;
}
@media (max-width: 767px) {
  .cid-sxFhmsDtWN form {
    padding: 2rem 1rem;
  }
  .cid-sxFhmsDtWN .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-sxFhmsDtWN .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxFhmsDtWN .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sxFhmsDtWN .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-sxFhmsDtWN .align-wrap {
    text-align: center;
  }
}
.cid-tgDB9pW2rL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ebeaed;
}
.cid-tgDB9pW2rL .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-tgDB9pW2rL .align-center {
    text-align: center;
  }
}
.cid-tgDB9pW2rL H1 {
  color: #8fd400;
}
.cid-tgDB9pW2rL H2 {
  color: #8fd400;
}
.cid-tsBZUeBe2Y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tsBZUeBe2Y .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tsBZUeBe2Y .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #8fd400;
}
.cid-tsBZUeBe2Y .svg-top .st0 {
  fill: #000000;
}
@media (max-width: 992px) {
  .cid-tsBZUeBe2Y .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-tsBZUeBe2Y .text-content {
    max-width: none;
  }
}
.cid-tsBZUeBe2Y .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #8fd400;
  border: 2px solid #8fd400;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tsBZUeBe2Y .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tsBZUeBe2Y .mbr-iconfont-social:hover {
  background-color: #8fd400;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tsBZUeBe2Y .icons {
    justify-content: center !important;
  }
  .cid-tsBZUeBe2Y .text-content * {
    text-align: center;
  }
}
.cid-tsBZUeBe2Y P {
  color: #1a449a;
  text-align: center;
}
.cid-tsBZUeBe2Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxHgwZ2Go4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-7-1920x1280.webp");
}
.cid-sxHgwZ2Go4 .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sxHgwZ2Go4 .align-center {
    text-align: center;
  }
}
.cid-sxHgwZ2Go4 H1 {
  color: #ffffff;
}
.cid-sACojZGohj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sACojZGohj .mbr-section-title,
.cid-sACojZGohj .mbr-section-subtitle {
  color: #000000;
}
.cid-sACojZGohj .mbr-section-text {
  color: #232323;
}
.cid-sACojZGohj .mbr-text,
.cid-sACojZGohj .typed-text,
.cid-sACojZGohj .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sACojZGohj .btn {
  margin-left: 4px !important;
}
.cid-sACojZGohj .animated-element {
  color: #ff3366;
}
.cid-sACojZGohj .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sACojZGohj .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sACojZGohj .typed-text,
  .cid-sACojZGohj .mbr-section-subtitle,
  .cid-sACojZGohj .mbr-section-text,
  .cid-sACojZGohj .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sACojZGohj .mbr-section-subtitle,
.cid-sACojZGohj .typed-text {
  color: #ea3223;
}
.cid-sACojZGohj .mbr-section-text,
.cid-sACojZGohj .mbr-section-btn {
  color: #606060;
}
.cid-sFFZCDAL2J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-sFFZCDAL2J .mbr-section-title {
  margin-bottom: 45px;
  color: #393636;
}
.cid-sFFZCDAL2J .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #606060 !important;
  background-color: #000000;
}
.cid-sFFZCDAL2J .card:last-child {
  border-bottom: none !important;
}
.cid-sFFZCDAL2J .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-sFFZCDAL2J .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sFFZCDAL2J .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sFFZCDAL2J .card,
.cid-sFFZCDAL2J .card-header {
  background-color: transparent !important;
}
.cid-sFFZCDAL2J .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-sFFZCDAL2J .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-sFFZCDAL2J .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-sFFZCDAL2J .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sFFZCDAL2J .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-sFFZCDAL2J .mbr-section-btn {
  margin-top: 15px;
}
.cid-sFFZCDAL2J .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-sFFZCDAL2J .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-sFFZCDAL2J .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-sFFZCDAL2J .mbr-text,
.cid-sFFZCDAL2J .mbr-section-btn {
  color: #000000;
}
.cid-sFGEBR7Yvu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFGEBR7Yvu .mbr-section-title,
.cid-sFGEBR7Yvu .mbr-text {
  margin-bottom: 0;
}
.cid-sFGEBR7Yvu .title__block {
  margin-bottom: 45px;
}
.cid-sFGEBR7Yvu .mbr-text {
  color: #393636;
  letter-spacing: 2px;
  text-align: center;
}
.cid-sFGEBR7Yvu .mbr-section-title {
  margin-top: 15px;
  color: #606060;
}
.cid-sFGEBR7Yvu .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGEBR7Yvu .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-sFSZN6sO0n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sFSZN6sO0n p {
  margin-bottom: 0rem;
}
.cid-sFSZN6sO0n .btn {
  margin-bottom: 0rem;
}
.cid-sFSZN6sO0n .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sFSZN6sO0n .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sFSZN6sO0n .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-sFSZN6sO0n .mbr-section-btn {
    text-align: left;
  }
  .cid-sFSZN6sO0n .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sFSZN6sO0n .mbr-section-btn {
    text-align: left;
  }
  .cid-sFSZN6sO0n .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-sFSZN6sO0n .btn {
    margin-top: 0rem;
  }
}
.cid-sFSZN6sO0n .mbr-text {
  text-align: left;
  color: #cccccc;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sxH4e5ojM0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/services-page.webp");
}
.cid-sxH4e5ojM0 .mbr-text,
.cid-sxH4e5ojM0 .mbr-section-btn {
  color: #ebeaed;
  text-align: center;
}
.cid-sxH4e5ojM0 .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-szPevqq6FN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szPevqq6FN .item-wrapper {
  width: 100%;
}
.cid-szPevqq6FN .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-szPevqq6FN .row {
  align-items: center;
}
.cid-szPevqq6FN .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-szPevqq6FN .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-szPevqq6FN .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-szPevqq6FN .sign {
  max-width: 250px;
  display: inline;
}
.cid-szPevqq6FN .mbr-text,
.cid-szPevqq6FN .right-side {
  color: #1b745e;
}
.cid-szPevqq6FN .mbr-section-title,
.cid-szPevqq6FN .si {
  color: #8fd400;
}
.cid-szPevqq6FN .text {
  color: #606060;
}
.cid-szPkigv3HQ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-szPkigv3HQ .mbr-text {
  color: #777d74;
  text-align: right;
}
.cid-szPkigv3HQ .mbr-section-subtitle {
  color: #8fd400;
  text-align: right;
}
.cid-sVCUySJzDi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sVCUySJzDi .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sVCUySJzDi .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-sVCUySJzDi .button-align {
  text-align: center;
}
.cid-sVCUySJzDi .margin {
  margin-right: 14px;
}
.cid-sVCUySJzDi .mbr-section-btn {
  display: inline-block;
}
.cid-sVCUySJzDi .container {
  max-width: 493px;
}
.cid-sVCUySJzDi .btn {
  margin-top: 20px;
}
.cid-sVCUySJzDi a.btn > span {
  margin-left: 0.5rem;
}
.cid-szPjkZZPu5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-szPjkZZPu5 .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-szPjkZZPu5 .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
}
.cid-szPjkZZPu5 .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #8fd400;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-szPjkZZPu5 .link:hover:before {
  background: #8fd400;
}
.cid-szPjkZZPu5 .mbr-section-title {
  color: #000000;
}
.cid-szPjkZZPu5 .mbr-text,
.cid-szPjkZZPu5 .mbr-section-btn {
  color: #000000;
}
.cid-szPjkZZPu5 .link,
.cid-szPjkZZPu5 .link-wrap {
  color: #000000;
}
.cid-szPjkZZPu5 .mbr-title {
  color: #8fd400;
}
.cid-sVCVAC5oLB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sVCVAC5oLB .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sVCVAC5oLB .mbr-text {
  color: #8c8c95;
  margin-bottom: 20px;
  text-align: center;
}
.cid-sVCVAC5oLB .button-align {
  text-align: center;
}
.cid-sVCVAC5oLB .margin {
  margin-right: 14px;
}
.cid-sVCVAC5oLB .mbr-section-btn {
  display: inline-block;
}
.cid-sVCVAC5oLB .container {
  max-width: 493px;
}
.cid-sVCVAC5oLB .btn {
  margin-top: 20px;
}
.cid-sVCVAC5oLB a.btn > span {
  margin-left: 0.5rem;
}
.cid-t8gGGaUWgJ {
  text-align: center;
  overflow: hidden;
}
.cid-t8gGGaUWgJ .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-sFO5eXOYuo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bee-image-2000x1499.webp");
}
.cid-sFO5eXOYuo H1 {
  color: #000000;
}
.cid-sFO5eXOYuo .mbr-text,
.cid-sFO5eXOYuo .mbr-section-btn {
  color: #ffffff;
}
.cid-sFO5eXOYuo .mbr-subtitle {
  color: #000000;
}
.cid-sFO5eXOYuo .mbr-text {
  margin-top: 1.5rem;
}
.cid-sFO5eXOYuo .mbr-section-btn {
  margin-top: 2rem;
}
.cid-sACniZtAq5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sACniZtAq5 .mbr-section-title,
.cid-sACniZtAq5 .mbr-section-subtitle {
  color: #000000;
}
.cid-sACniZtAq5 .mbr-section-text {
  color: #232323;
}
.cid-sACniZtAq5 .mbr-text,
.cid-sACniZtAq5 .typed-text,
.cid-sACniZtAq5 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sACniZtAq5 .btn {
  margin-left: 4px !important;
}
.cid-sACniZtAq5 .animated-element {
  color: #ff3366;
}
.cid-sACniZtAq5 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sACniZtAq5 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sACniZtAq5 .typed-text,
  .cid-sACniZtAq5 .mbr-section-subtitle,
  .cid-sACniZtAq5 .mbr-section-text,
  .cid-sACniZtAq5 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sACniZtAq5 .mbr-section-subtitle,
.cid-sACniZtAq5 .typed-text {
  color: #ea3223;
}
.cid-sACniZtAq5 .mbr-section-text,
.cid-sACniZtAq5 .mbr-section-btn {
  color: #606060;
}
.cid-sxH59wxIRm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1-1920x1440.webp");
}
.cid-sxH59wxIRm .mbr-text {
  letter-spacing: 0.1em;
}
.cid-sxH59wxIRm .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sxH59wxIRm .card-title,
.cid-sxH59wxIRm .card-img {
  color: #8fd400;
}
.cid-sPB6nGwBZK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-sPB6nGwBZK .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-sPB6nGwBZK .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-sPB6nGwBZK .card:last-child {
  border-bottom: none !important;
}
.cid-sPB6nGwBZK .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-sPB6nGwBZK .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sPB6nGwBZK .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPB6nGwBZK .card,
.cid-sPB6nGwBZK .card-header {
  background-color: transparent !important;
}
.cid-sPB6nGwBZK .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-sPB6nGwBZK .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-sPB6nGwBZK .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-sPB6nGwBZK .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sPB6nGwBZK .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-sPB6nGwBZK .mbr-section-btn {
  margin-top: 15px;
}
.cid-sPB6nGwBZK .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-sPB6nGwBZK .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-sPB6nGwBZK .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-sPB6nGwBZK .mbr-text,
.cid-sPB6nGwBZK .mbr-section-btn {
  color: #606060;
}
.cid-sFGDSGND7Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFGDSGND7Z .mbr-section-title,
.cid-sFGDSGND7Z .mbr-text {
  margin-bottom: 0;
}
.cid-sFGDSGND7Z .title__block {
  margin-bottom: 45px;
}
.cid-sFGDSGND7Z .mbr-text {
  color: #393636;
  letter-spacing: 2px;
  text-align: center;
}
.cid-sFGDSGND7Z .mbr-section-title {
  margin-top: 15px;
  color: #606060;
}
.cid-sFGDSGND7Z .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGDSGND7Z .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sAIa424DOg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sAIa424DOg .top {
  z-index: 5;
}
.cid-sAIa424DOg .img-col {
  position: relative;
}
.cid-sAIa424DOg .img1 {
  position: absolute;
  max-width: 60%;
  bottom: 0rem;
  right: 1rem;
}
.cid-sAIa424DOg .img2 {
  max-width: 80%;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-sAIa424DOg .img2 {
    padding-bottom: 3rem;
  }
}
.cid-sAIa424DOg img {
  width: 100%;
}
.cid-sAIa424DOg .text-wrapper {
  z-index: 11;
}
.cid-sAIa424DOg .wrapper {
  display: flex;
}
.cid-sAIa424DOg .row {
  align-items: center;
}
.cid-sAIa424DOg .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-sAIa424DOg .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8fd400;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-sAIa424DOg .wrapper {
    flex-direction: column;
  }
  .cid-sAIa424DOg .iconfont-wrapper {
    margin: auto;
  }
  .cid-sAIa424DOg .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-sAIa424DOg .mbr-section-title {
  color: #8fd400;
}
.cid-sAIa424DOg .mbr-text,
.cid-sAIa424DOg .mbr-section-btn {
  color: #161734;
}
.cid-sEljbERleF {
  padding-top: 30px;
  padding-bottom: 195px;
  overflow: hidden;
  background-color: #242930;
}
.cid-sEljbERleF .card-title {
  margin: 0;
}
.cid-sEljbERleF .card-img,
.cid-sEljbERleF .card-box {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEljbERleF svg {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%) scale(1.5, 1.4);
  overflow: hidden;
  pointer-events: none;
}
.cid-sEljbERleF #e2_shape {
  fill: #ffffff !important;
}
.cid-sEljbERleF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 26px;
}
.cid-sEljbERleF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEljbERleF .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEljbERleF .mbr-section-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-sEljbERleF .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEljbERleF .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sEljbERleF .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 25px;
}
.cid-sEljbERleF .card .card-box .card-title {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-sEljbERleF .card .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-sEljbERleF .card .card-box .mbr-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-sEljbERleF .card .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sEljbERleF .card .card-img span {
  color: #82bc0a;
  font-size: 38px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .cid-sEljbERleF .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sEljbERleF .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sEljbERleF .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sEljbERleF .card .card-box .card-title,
  .cid-sEljbERleF .card .card-box .mbr-text,
  .cid-sEljbERleF .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sEljbERleF .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sEljbERleF .card .card-img {
    text-align: right !important;
  }
}
.cid-sEllysAhie {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sEllysAhie .container {
    max-width: 1400px;
  }
}
.cid-sEllysAhie .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEllysAhie .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEllysAhie .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEllysAhie .main-title {
  margin-bottom: 16px;
}
.cid-sEllysAhie .card {
  transition: all 0.3s;
}
.cid-sEllysAhie .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sEllysAhie .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-sEllysAhie .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-sEllysAhie .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-sEllysAhie .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-sEllysAhie .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-sEllysAhie .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-sEllysAhie .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sEllysAhie .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-sEllysAhie .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-sEllysAhie .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-sEllysAhie .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-sEllysAhie .btn[class*="-outline"]:active,
.cid-sEllysAhie .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sElE2T4U3B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1440.webp");
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sx5EszGfUy {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sx5EszGfUy .nav-item,
.cid-sx5EszGfUy .nav-link,
.cid-sx5EszGfUy .navbar-caption {
  font-weight: normal;
}
.cid-sx5EszGfUy .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sx5EszGfUy .nav-link:before,
.cid-sx5EszGfUy .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-sx5EszGfUy .nav-item:hover .nav-link:before,
.cid-sx5EszGfUy .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sx5EszGfUy .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sx5EszGfUy .dropdown-toggle::after,
.cid-sx5EszGfUy .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-sx5EszGfUy .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sx5EszGfUy .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sx5EszGfUy .nav-item:focus,
.cid-sx5EszGfUy .nav-link:focus {
  outline: none;
}
.cid-sx5EszGfUy .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sx5EszGfUy .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sx5EszGfUy .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sx5EszGfUy .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sx5EszGfUy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sx5EszGfUy .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sx5EszGfUy .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sx5EszGfUy .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sx5EszGfUy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sx5EszGfUy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sx5EszGfUy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sx5EszGfUy .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sx5EszGfUy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sx5EszGfUy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sx5EszGfUy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sx5EszGfUy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sx5EszGfUy .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sx5EszGfUy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sx5EszGfUy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sx5EszGfUy .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sx5EszGfUy .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sx5EszGfUy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sx5EszGfUy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sx5EszGfUy .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sx5EszGfUy .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sx5EszGfUy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sx5EszGfUy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sx5EszGfUy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sx5EszGfUy .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sx5EszGfUy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sx5EszGfUy .dropdown-item.active,
.cid-sx5EszGfUy .dropdown-item:active {
  background-color: transparent;
}
.cid-sx5EszGfUy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sx5EszGfUy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sx5EszGfUy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sx5EszGfUy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sx5EszGfUy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sx5EszGfUy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sx5EszGfUy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sx5EszGfUy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sx5EszGfUy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sx5EszGfUy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sx5EszGfUy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sx5EszGfUy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sx5EszGfUy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sx5EszGfUy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sx5EszGfUy .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sx5EszGfUy a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sx5EszGfUy .mbr-iconfont {
  color: #ffffff;
}
.cid-sx5EszGfUy .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sx5EszGfUy .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sx5EszGfUy .navbar {
    height: 77px;
  }
  .cid-sx5EszGfUy .navbar.opened {
    height: auto;
  }
  .cid-sx5EszGfUy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sx5EszGfUy .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sz4DbMkckm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/zemic-background-2000x610.webp");
}
.cid-sz4DbMkckm .mbr-text,
.cid-sz4DbMkckm .mbr-section-btn {
  color: #ebeaed;
}
.cid-sz4DbMkckm .mbr-section-title {
  color: #8fd400;
}
.cid-vgN6TztKxz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vgN6TztKxz .mbr-section-title {
  color: #1c1c1c;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-vgN6TztKxz .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-vgN6TztKxz .item-wrapper:hover {
  cursor: pointer;
}
.cid-vgN6TztKxz .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-vgN6TztKxz .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #8fd400;
  width: 100%;
  text-align: center;
}
.cid-vgN6TztKxz .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-vgN6TztKxz a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-vgN6TztKxz rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-vgN6TztKxz .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-vgN6TztKxz svg {
  margin-left: 15px;
}
.cid-vgN6TztKxz path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-vgN6TztKxz .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-vgN6TztKxz .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-vgN6TztKxz .link {
  margin-top: 26px;
}
.cid-vgN6TztKxz img {
  margin-bottom: 29px;
}
.cid-vgN6TztKxz .date {
  font-weight: 700;
  margin-bottom: 13px;
  color: #8fd400;
  text-align: center;
}
@media (max-width: 770px) {
  .cid-vgN6TztKxz .top {
    margin-top: 60px;
  }
}
.cid-vgN6TztKxz .link a {
  background-image: none !important;
}
.cid-vgN6TztKxz .card-heading,
.cid-vgN6TztKxz .link {
  text-align: center;
}
.cid-vgN6TztKxz .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-vgNeg2dyHU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-vgNeg2dyHU .container {
    max-width: 1400px;
  }
}
.cid-vgNeg2dyHU .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8fd400;
  margin-bottom: 2rem;
}
.cid-vgNeg2dyHU .card-wrapper {
  margin-top: 3rem;
}
.cid-vgNeg2dyHU .row {
  justify-content: center;
}
.cid-vgNeg2dyHU .card-title,
.cid-vgNeg2dyHU .iconfont-wrapper {
  color: #8fd400;
}
.cid-vgNeg2dyHU .card-text {
  color: #ffffff;
}
.cid-vgNeg2dyHU .mbr-section-title {
  color: #8fd400;
}
.cid-vgNeg2dyHU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vgNeg2dyHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgNeg2dyHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-szaboJPmhF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szaboJPmhF .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
  color: #8fd400;
}
.cid-szaboJPmhF .mbr-text {
  margin-bottom: 20px;
}
.cid-szaboJPmhF .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-szaboJPmhF .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-szaboJPmhF .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-szaboJPmhF .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-szaboJPmhF .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szaboJPmhF .card .panel-body {
  padding: 10px 0;
  opacity: 0.75;
}
.cid-szaboJPmhF .sign {
  padding: 20px 20px 20px 0;
  font-weight: bold;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-szaboJPmhF .sign:before {
  font-family: 'Moririse2' !important;
  content: '\e960';
}
@media (max-width: 767px) {
  .cid-szaboJPmhF .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-szaboJPmhF h4 {
  color: #ffffff;
}
.cid-szaboJPmhF h4:hover .sign {
  color: #8fd400;
  font-weight: bold !important;
}
.cid-szaboJPmhF .panel-text {
  color: #1c1c1c;
  margin-bottom: 0;
}
.cid-szaboJPmhF .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-szaboJPmhF .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-szaboJPmhF H4 {
  color: #1c1c1c;
}
.cid-szaboJPmhF .mbr-text,
.cid-szaboJPmhF .mbr-section-btn {
  color: #1c1c1c;
  text-align: center;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sxH6JnmjIn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/all-products-top-image-1200x1600.webp");
}
.cid-sxH6JnmjIn .mbr-text,
.cid-sxH6JnmjIn .mbr-section-btn {
  color: #ebeaed;
  text-align: center;
}
.cid-sxH6JnmjIn .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-sUQVg8EYvF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUQVg8EYvF img,
.cid-sUQVg8EYvF .item-img {
  width: 100%;
}
.cid-sUQVg8EYvF .item:focus,
.cid-sUQVg8EYvF span:focus {
  outline: none;
}
.cid-sUQVg8EYvF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sUQVg8EYvF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sUQVg8EYvF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sUQVg8EYvF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sUQVg8EYvF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sUQVg8EYvF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sUQVg8EYvF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sUQVg8EYvF .mbr-section-title {
  color: #8fd400;
}
.cid-sUQVg8EYvF .mbr-text,
.cid-sUQVg8EYvF .mbr-section-btn {
  text-align: center;
}
.cid-sUQVg8EYvF .item-title {
  text-align: center;
}
.cid-sUQVg8EYvF .item-subtitle {
  text-align: center;
}
.cid-sUQVg8EYvF .mbr-section-subtitle {
  color: #606060;
}
.cid-sx6tTjWXsb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #cccccc;
}
.cid-sx6tTjWXsb .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-sx6tTjWXsb .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-sx6tTjWXsb .card:last-child {
  border-bottom: none !important;
}
.cid-sx6tTjWXsb .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-sx6tTjWXsb .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sx6tTjWXsb .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sx6tTjWXsb .card,
.cid-sx6tTjWXsb .card-header {
  background-color: transparent !important;
}
.cid-sx6tTjWXsb .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-sx6tTjWXsb .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-sx6tTjWXsb .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-sx6tTjWXsb .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sx6tTjWXsb .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-sx6tTjWXsb .mbr-section-btn {
  margin-top: 15px;
}
.cid-sx6tTjWXsb .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-sx6tTjWXsb .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-sx6tTjWXsb .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-sx6tTjWXsb .mbr-text,
.cid-sx6tTjWXsb .mbr-section-btn {
  color: #606060;
}
.cid-sJfJCPJmxN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sJfJCPJmxN .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-sJfJCPJmxN .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-sJfJCPJmxN .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sJfJCPJmxN .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sJfJCPJmxN .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sJfJCPJmxN .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sJfJCPJmxN .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-sJfJCPJmxN .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sJfJCPJmxN .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sJfJCPJmxN .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sJfJCPJmxN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sHb8tlCCIO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bee-image-2000x1499.webp");
}
.cid-sHb8tlCCIO H1 {
  color: #000000;
}
.cid-sHb8tlCCIO .mbr-text,
.cid-sHb8tlCCIO .mbr-section-btn {
  color: #ffffff;
}
.cid-sHb8tlCCIO .mbr-subtitle {
  color: #000000;
}
.cid-sHb8tlCCIO .mbr-text {
  margin-top: 1.5rem;
}
.cid-sHb8tlCCIO .mbr-section-btn {
  margin-top: 2rem;
}
.cid-sFGE5cfCcU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFGE5cfCcU .mbr-section-title,
.cid-sFGE5cfCcU .mbr-text {
  margin-bottom: 0;
}
.cid-sFGE5cfCcU .title__block {
  margin-bottom: 45px;
}
.cid-sFGE5cfCcU .mbr-text {
  color: #393636;
  letter-spacing: 2px;
  text-align: center;
}
.cid-sFGE5cfCcU .mbr-section-title {
  margin-top: 15px;
  color: #606060;
}
.cid-sFGE5cfCcU .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGE5cfCcU .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sx0dJGcsRf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pos-receipt-1.webp");
}
.cid-sx0dJGcsRf .mbr-text,
.cid-sx0dJGcsRf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vfWtgueE0E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWtgueE0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWtgueE0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWtgueE0E .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWtgueE0E .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWtgueE0E .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWtgueE0E .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWtgueE0E .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWtgueE0E .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWtgueE0E .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWtgueE0E .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWtgueE0E .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWtgueE0E .mbr-section-title {
  color: #000000;
}
.cid-vfWtgueE0E .mbr-text,
.cid-vfWtgueE0E .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWtgueE0E .list {
  color: #000000;
}
.cid-vfWtgueE0E .mbr-section-title,
.cid-vfWtgueE0E .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWtgueE0E .mbr-text {
  color: #ffffff;
}
.cid-sAI3ATK9Lz {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAI3ATK9Lz H1 {
  color: #606060;
  text-align: left;
}
.cid-sAI3ATK9Lz .mbr-text,
.cid-sAI3ATK9Lz .mbr-section-btn {
  color: #716c80;
  text-align: left;
}
.cid-sAI3ATK9Lz img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sAI3ATK9Lz .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-szaep1zmh1 {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #ffffff;
}
.cid-szaep1zmh1 .card-header {
  background: transparent;
}
.cid-szaep1zmh1 img {
  width: 90%;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
  margin: auto;
}
@media (max-width: 992px) {
  .cid-szaep1zmh1 .wrapper {
    padding: 0;
  }
  .cid-szaep1zmh1 img {
    width: 100%;
    padding: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-szaep1zmh1 .mbr-iconfont {
  font-size: 1rem !important;
  font-family: "Moririse2" !important;
}
.cid-szaep1zmh1 .mbr-iconfont:before {
  content: "\e960";
}
.cid-szaep1zmh1 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-szaep1zmh1 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-szaep1zmh1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-szaep1zmh1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-szaep1zmh1 .card .card-header a.panel-title h5 .sign {
  padding-right: 1rem;
}
.cid-szaep1zmh1 .card .panel-body {
  color: #767676;
  padding-top: 1rem;
}
.cid-szaep1zmh1 h5 {
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem;
  border-bottom: 1px solid #ffffff;
  padding: 1rem 0rem;
}
@media (max-width: 767px) {
  .cid-szaep1zmh1 .wrapper {
    padding: 2rem 1rem;
  }
  .cid-szaep1zmh1 h5 {
    padding: 1rem 0rem;
  }
}
.cid-szaep1zmh1 .mbr-text,
.cid-szaep1zmh1 .mbr-section-btn {
  color: #ffffff;
}
.cid-szaep1zmh1 .panel-text {
  color: #555555;
}
.cid-szaep1zmh1 H4 {
  color: #ffffff;
}
.cid-szaep1zmh1 H5 {
  color: #000000;
}
.cid-szaep1zmh1 H3 {
  color: #000000;
  text-align: center;
}
.cid-vfWtpbaGiL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWtpbaGiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWtpbaGiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWtpbaGiL .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWtpbaGiL .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWtpbaGiL .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWtpbaGiL .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWtpbaGiL .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWtpbaGiL .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWtpbaGiL .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWtpbaGiL .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWtpbaGiL .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWtpbaGiL .mbr-section-title {
  color: #000000;
}
.cid-vfWtpbaGiL .mbr-text,
.cid-vfWtpbaGiL .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWtpbaGiL .list {
  color: #000000;
}
.cid-vfWtpbaGiL .mbr-section-title,
.cid-vfWtpbaGiL .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWtpbaGiL .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWtpbaGiL .list,
.cid-vfWtpbaGiL .item-wrap,
.cid-vfWtpbaGiL .list-wrapper {
  color: #ffffff;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sz0F6BZDhJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2020-09-21-15-51-35-1600x1200.webp");
}
.cid-sz0F6BZDhJ .mbr-text,
.cid-sz0F6BZDhJ .mbr-section-btn {
  color: #ebeaed;
  text-align: center;
}
.cid-sz0F6BZDhJ .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-sOsNsquy4O {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOsNsquy4O .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-sOsNsquy4O .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sOsNsquy4O .mbr-section-btn {
  margin-top: 45px;
}
.cid-sOsNsquy4O .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-sOsNsquy4O img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-sOsNsquy4O .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-sOsNsquy4O .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-sOsNsquy4O .mbr-text {
    margin-top: 10px;
  }
}
.cid-sOsNsquy4O .mbr-text,
.cid-sOsNsquy4O .mbr-section-btn {
  color: #606060;
}
.cid-sOsK4ZtrQF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOsK4ZtrQF .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: left;
  color: #8fd400;
}
.cid-sOsK4ZtrQF .mbr-section-title {
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-sOsK4ZtrQF .mbr-text {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-sOsK4ZtrQF .content_box {
  max-width: 42rem;
}
.cid-sOsK4ZtrQF img,
.cid-sOsK4ZtrQF .item-img {
  width: 100%;
  object-fit: cover;
  height: 10rem;
}
.cid-sOsK4ZtrQF .item:focus,
.cid-sOsK4ZtrQF span:focus {
  outline: none;
}
.cid-sOsK4ZtrQF .item-img {
  position: relative;
}
.cid-sOsK4ZtrQF .item_descr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ebeaed;
  width: 100%;
  text-align: center;
  cursor: default;
  padding: 0 1rem;
}
.cid-sOsK4ZtrQF .item {
  cursor: pointer;
}
.cid-sOsK4ZtrQF .item:nth-child(odd) .item-wrapper {
  padding-right: 1rem;
}
.cid-sOsK4ZtrQF .item:nth-child(even) .item-wrapper {
  padding-left: 1rem;
}
.cid-sOsK4ZtrQF .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-sOsK4ZtrQF .item-wrapper {
    padding: 0 0 3rem 0 !important;
  }
}
.cid-sOsK4ZtrQF .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sOsK4ZtrQF .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-sOsK4ZtrQF .item-subtitle {
  text-align: right;
  flex: 1 1 0;
  color: #8fd400;
}
@media (max-width: 767px) {
  .cid-sOsK4ZtrQF .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sOsK4ZtrQF .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sOsK4ZtrQF .item-content {
    margin-bottom: .75rem;
  }
}
.cid-vfEfIM07gh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c1c1c;
}
.cid-vfEfIM07gh .mbr-section-title {
  margin-bottom: 25px;
  color: #8fd400;
}
.cid-vfEfIM07gh .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-vfEfIM07gh .icons {
  margin-left: 20px;
}
.cid-vfEfIM07gh .icons .mbr-iconfont {
  color: #82bc0a;
  margin: 0 40px 10px 0;
  font-size: 32px;
}
.cid-vfEfIM07gh .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-vfEfIM07gh .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
}
@media (min-width: 767px) {
  .cid-vfEfIM07gh .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-vfEfIM07gh .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-vfEfIM07gh .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-vfEfIM07gh .card__block {
  margin-bottom: 80px;
}
.cid-vfEfIM07gh .card__block:last-child {
  margin-bottom: 0;
}
.cid-vfEfIM07gh .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-vfEfIM07gh .icon__card .mbr-iconfont {
  color: #82bc0a;
  font-size: 50px;
}
.cid-vfEfIM07gh .card__title {
  margin: 10px 0 20px;
  color: #ffffff;
}
.cid-vfEfIM07gh .card__text {
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vfEfIM07gh .mbr-section-btn,
  .cid-vfEfIM07gh .mbr-section-title,
  .cid-vfEfIM07gh .mbr-text,
  .cid-vfEfIM07gh .buttons {
    text-align: left !important;
  }
  .cid-vfEfIM07gh .card__block {
    margin-bottom: 40px;
  }
  .cid-vfEfIM07gh .card__title {
    margin: 10px 0;
  }
}
.cid-vfEfIM07gh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfEfIM07gh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfEfIM07gh .mbr-text,
.cid-vfEfIM07gh .buttons {
  color: #ffffff;
}
.cid-sz4C4c4Zaj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1440.webp");
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-szLTNVWRb9 {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-szLTNVWRb9 .nav-item,
.cid-szLTNVWRb9 .nav-link,
.cid-szLTNVWRb9 .navbar-caption {
  font-weight: normal;
}
.cid-szLTNVWRb9 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-szLTNVWRb9 .nav-link:before,
.cid-szLTNVWRb9 .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-szLTNVWRb9 .nav-item:hover .nav-link:before,
.cid-szLTNVWRb9 .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-szLTNVWRb9 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-szLTNVWRb9 .dropdown-toggle::after,
.cid-szLTNVWRb9 .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-szLTNVWRb9 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-szLTNVWRb9 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-szLTNVWRb9 .nav-item:focus,
.cid-szLTNVWRb9 .nav-link:focus {
  outline: none;
}
.cid-szLTNVWRb9 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-szLTNVWRb9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-szLTNVWRb9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-szLTNVWRb9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-szLTNVWRb9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szLTNVWRb9 .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-szLTNVWRb9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-szLTNVWRb9 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-szLTNVWRb9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szLTNVWRb9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szLTNVWRb9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-szLTNVWRb9 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-szLTNVWRb9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-szLTNVWRb9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-szLTNVWRb9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-szLTNVWRb9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szLTNVWRb9 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-szLTNVWRb9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-szLTNVWRb9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szLTNVWRb9 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-szLTNVWRb9 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-szLTNVWRb9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szLTNVWRb9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-szLTNVWRb9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-szLTNVWRb9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-szLTNVWRb9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-szLTNVWRb9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szLTNVWRb9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-szLTNVWRb9 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-szLTNVWRb9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szLTNVWRb9 .dropdown-item.active,
.cid-szLTNVWRb9 .dropdown-item:active {
  background-color: transparent;
}
.cid-szLTNVWRb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-szLTNVWRb9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-szLTNVWRb9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szLTNVWRb9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szLTNVWRb9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szLTNVWRb9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szLTNVWRb9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szLTNVWRb9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szLTNVWRb9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szLTNVWRb9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szLTNVWRb9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szLTNVWRb9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szLTNVWRb9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szLTNVWRb9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szLTNVWRb9 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-szLTNVWRb9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-szLTNVWRb9 .mbr-iconfont {
  color: #ffffff;
}
.cid-szLTNVWRb9 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-szLTNVWRb9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szLTNVWRb9 .navbar {
    height: 77px;
  }
  .cid-szLTNVWRb9 .navbar.opened {
    height: auto;
  }
  .cid-szLTNVWRb9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szLTNVWRb9 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sDAITAuBzX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/shapeimage-9-1042x670.webp");
}
.cid-sDAITAuBzX .mbr-text,
.cid-sDAITAuBzX .mbr-section-btn {
  color: #ffffff;
}
.cid-sDAITAuBzX .mbr-section-title {
  color: #8fd400;
}
.cid-sXMQ7KdWar {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXMQ7KdWar .top-part {
  margin-bottom: 70px;
}
.cid-sXMQ7KdWar .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sXMQ7KdWar .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sXMQ7KdWar .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sXMQ7KdWar .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sXMQ7KdWar .nav-tabs .nav-item.open .nav-link:focus,
.cid-sXMQ7KdWar .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sXMQ7KdWar .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sXMQ7KdWar .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sXMQ7KdWar .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sXMQ7KdWar .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sXMQ7KdWar .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sXMQ7KdWar .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sXMQ7KdWar .nav-tabs .nav-link.active {
  border-bottom: 2px solid #606060;
  color: #28303f;
}
.cid-sXMQ7KdWar .nav-tabs .nav-link.active span {
  color: #606060;
}
.cid-sXMQ7KdWar .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sXMQ7KdWar .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sXMQ7KdWar .mbr-text,
  .cid-sXMQ7KdWar .nav-link {
    text-align: left;
  }
  .cid-sXMQ7KdWar .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sXMQ7KdWar .mbr-section-title,
  .cid-sXMQ7KdWar .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sXMQ7KdWar .tab-content {
  margin-top: 44px;
}
.cid-sXMQ7KdWar .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sXMQ7KdWar .top-part .mbr-section-title {
  color: #000000;
}
.cid-sXMQ7KdWar .tab-content .tab-pane .mbr-section-title,
.cid-sXMQ7KdWar .mbr-list {
  color: #8fd400;
}
.cid-sXMQ7KdWar .top-part .mbr-section-subtitle {
  color: #82bc0a;
}
.cid-sXMQsFRiGR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1c1c1c;
}
.cid-sXMQsFRiGR .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXMQsFRiGR .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXMQsFRiGR .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sXMQsFRiGR .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-sXMQsFRiGR .card-text {
  text-align: center;
}
.cid-sDAHfTIPem {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-sDAHfTIPem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDAHfTIPem .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sDAHfTIPem .img-col {
  padding: 0;
}
.cid-sDAHfTIPem .wrapper {
  padding: 6rem 12rem;
}
.cid-sDAHfTIPem .link-wrap {
  width: 100%;
}
.cid-sDAHfTIPem .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sDAHfTIPem .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sDAHfTIPem .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sDAHfTIPem .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sDAHfTIPem .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDAHfTIPem .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sDAHfTIPem .link,
.cid-sDAHfTIPem .wrapper {
  color: #82bc0a;
}
.cid-sDAHfTIPem .mbr-section-subtitle {
  color: #000000;
}
.cid-sDAHfTIPem .card-title,
.cid-sDAHfTIPem .card-box {
  color: #000000;
}
.cid-sDAHfTIPem .mbr-text,
.cid-sDAHfTIPem .mbr-section-btn {
  color: #999999;
}
.cid-sDAHfTIPem .mbr-text,
.cid-sDAHfTIPem .wrapper {
  color: #606060;
}
.cid-vfWviTNqK5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWviTNqK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWviTNqK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWviTNqK5 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWviTNqK5 .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWviTNqK5 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWviTNqK5 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWviTNqK5 .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWviTNqK5 .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWviTNqK5 .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWviTNqK5 .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWviTNqK5 .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWviTNqK5 .mbr-section-title {
  color: #000000;
}
.cid-vfWviTNqK5 .mbr-text,
.cid-vfWviTNqK5 .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWviTNqK5 .list {
  color: #000000;
}
.cid-vfWviTNqK5 .mbr-section-title,
.cid-vfWviTNqK5 .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWviTNqK5 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWviTNqK5 .list,
.cid-vfWviTNqK5 .item-wrap,
.cid-vfWviTNqK5 .list-wrapper {
  color: #ffffff;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-szQjP46upN {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-szQjP46upN .nav-item,
.cid-szQjP46upN .nav-link,
.cid-szQjP46upN .navbar-caption {
  font-weight: normal;
}
.cid-szQjP46upN .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-szQjP46upN .nav-link:before,
.cid-szQjP46upN .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-szQjP46upN .nav-item:hover .nav-link:before,
.cid-szQjP46upN .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-szQjP46upN .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-szQjP46upN .dropdown-toggle::after,
.cid-szQjP46upN .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-szQjP46upN .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-szQjP46upN .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-szQjP46upN .nav-item:focus,
.cid-szQjP46upN .nav-link:focus {
  outline: none;
}
.cid-szQjP46upN .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-szQjP46upN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-szQjP46upN .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-szQjP46upN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-szQjP46upN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szQjP46upN .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-szQjP46upN .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-szQjP46upN .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-szQjP46upN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szQjP46upN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szQjP46upN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-szQjP46upN .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-szQjP46upN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-szQjP46upN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-szQjP46upN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-szQjP46upN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szQjP46upN .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-szQjP46upN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-szQjP46upN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szQjP46upN .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-szQjP46upN .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-szQjP46upN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szQjP46upN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-szQjP46upN .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-szQjP46upN .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-szQjP46upN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-szQjP46upN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szQjP46upN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-szQjP46upN .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-szQjP46upN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szQjP46upN .dropdown-item.active,
.cid-szQjP46upN .dropdown-item:active {
  background-color: transparent;
}
.cid-szQjP46upN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-szQjP46upN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-szQjP46upN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szQjP46upN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szQjP46upN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szQjP46upN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szQjP46upN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szQjP46upN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szQjP46upN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szQjP46upN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szQjP46upN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szQjP46upN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szQjP46upN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szQjP46upN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szQjP46upN .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-szQjP46upN a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-szQjP46upN .mbr-iconfont {
  color: #ffffff;
}
.cid-szQjP46upN .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-szQjP46upN .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szQjP46upN .navbar {
    height: 77px;
  }
  .cid-szQjP46upN .navbar.opened {
    height: auto;
  }
  .cid-szQjP46upN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szQjP46upN .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-szQjP1TTRm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/zemic-background-2000x610.webp");
}
.cid-szQjP1TTRm .mbr-text,
.cid-szQjP1TTRm .mbr-section-btn {
  color: #ebeaed;
}
.cid-szQjP1TTRm .mbr-section-title {
  color: #8fd400;
}
.cid-vgRifNTvaP {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgRifNTvaP .item-subtitle {
  line-height: 1.2;
  color: #1c1c1c;
  text-align: left;
}
.cid-vgRifNTvaP img,
.cid-vgRifNTvaP .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-vgRifNTvaP .item:focus,
.cid-vgRifNTvaP span:focus {
  outline: none;
}
.cid-vgRifNTvaP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgRifNTvaP .item {
    margin-bottom: 1rem;
  }
}
.cid-vgRifNTvaP .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgRifNTvaP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgRifNTvaP .mbr-section-title {
  color: #1c1c1c;
  text-align: center;
}
.cid-vgRifNTvaP .mbr-text,
.cid-vgRifNTvaP .mbr-section-btn {
  color: #606060;
  text-align: left;
}
.cid-vgRifNTvaP .item-title {
  color: #8fd400;
  text-align: left;
}
.cid-vgRifNTvaP .mbr-section-subtitle {
  color: #8fd400;
  text-align: center;
}
.cid-sEmBak2J08 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sEmBak2J08 .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #82bc0a;
}
.cid-sEmBak2J08 .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
}
.cid-sEmBak2J08 h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEmBak2J08 .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #ffffff;
}
.cid-sEmBak2J08 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sEmBak2J08 .mbr-section-subtitle {
  letter-spacing: 0.03em;
}
.cid-sEmBak2J08 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sEmBak2J08 .panel-group {
  width: 100%;
}
.cid-sEmBak2J08 .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-sEmBak2J08 .card {
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sEmBak2J08 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sEmBak2J08 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #000000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sEmBak2J08 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sEmBak2J08 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sEmBak2J08 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sEmBak2J08 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sEmBak2J08 .card .panel-body {
  background: #000000;
}
.cid-sEmBak2J08 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sEmBak2J08 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sEmBak2J08 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sEmBak2J08 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sEmBak2J08 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sEmBak2J08 .header-text,
.cid-sEmBak2J08 .sign {
  color: #82bc0a;
}
.cid-szQjP5P3hz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-szQjP5P3hz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-szQjP5P3hz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-szQjP5P3hz .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fd400;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sDGHjiPCXS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sDGHjiPCXS .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sDGHjiPCXS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sDGHjiPCXS .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sDGHjiPCXS .card-title {
  text-align: center;
}
.cid-sDGHjiPCXS .card-text {
  text-align: center;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-szQhm9B6oQ {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-szQhm9B6oQ .nav-item,
.cid-szQhm9B6oQ .nav-link,
.cid-szQhm9B6oQ .navbar-caption {
  font-weight: normal;
}
.cid-szQhm9B6oQ .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-szQhm9B6oQ .nav-link:before,
.cid-szQhm9B6oQ .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-szQhm9B6oQ .nav-item:hover .nav-link:before,
.cid-szQhm9B6oQ .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-szQhm9B6oQ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-szQhm9B6oQ .dropdown-toggle::after,
.cid-szQhm9B6oQ .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-szQhm9B6oQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-szQhm9B6oQ .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-szQhm9B6oQ .nav-item:focus,
.cid-szQhm9B6oQ .nav-link:focus {
  outline: none;
}
.cid-szQhm9B6oQ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-szQhm9B6oQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-szQhm9B6oQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-szQhm9B6oQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-szQhm9B6oQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szQhm9B6oQ .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-szQhm9B6oQ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-szQhm9B6oQ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-szQhm9B6oQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szQhm9B6oQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szQhm9B6oQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-szQhm9B6oQ .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-szQhm9B6oQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-szQhm9B6oQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-szQhm9B6oQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-szQhm9B6oQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szQhm9B6oQ .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-szQhm9B6oQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-szQhm9B6oQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szQhm9B6oQ .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-szQhm9B6oQ .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-szQhm9B6oQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szQhm9B6oQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-szQhm9B6oQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-szQhm9B6oQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-szQhm9B6oQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-szQhm9B6oQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szQhm9B6oQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-szQhm9B6oQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-szQhm9B6oQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szQhm9B6oQ .dropdown-item.active,
.cid-szQhm9B6oQ .dropdown-item:active {
  background-color: transparent;
}
.cid-szQhm9B6oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-szQhm9B6oQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-szQhm9B6oQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szQhm9B6oQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szQhm9B6oQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szQhm9B6oQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szQhm9B6oQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szQhm9B6oQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szQhm9B6oQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szQhm9B6oQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szQhm9B6oQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szQhm9B6oQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szQhm9B6oQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szQhm9B6oQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szQhm9B6oQ .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-szQhm9B6oQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-szQhm9B6oQ .mbr-iconfont {
  color: #ffffff;
}
.cid-szQhm9B6oQ .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-szQhm9B6oQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szQhm9B6oQ .navbar {
    height: 77px;
  }
  .cid-szQhm9B6oQ .navbar.opened {
    height: auto;
  }
  .cid-szQhm9B6oQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szQhm9B6oQ .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-szQhm67shq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/zemic-background-2000x610.webp");
}
.cid-szQhm67shq .mbr-text,
.cid-szQhm67shq .mbr-section-btn {
  color: #ebeaed;
}
.cid-szQhm67shq .mbr-section-title {
  color: #8fd400;
}
.cid-vgQZbTyeaN {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgQZbTyeaN .item-subtitle {
  line-height: 1.2;
  color: #1c1c1c;
  text-align: left;
}
.cid-vgQZbTyeaN img,
.cid-vgQZbTyeaN .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-vgQZbTyeaN .item:focus,
.cid-vgQZbTyeaN span:focus {
  outline: none;
}
.cid-vgQZbTyeaN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgQZbTyeaN .item {
    margin-bottom: 1rem;
  }
}
.cid-vgQZbTyeaN .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgQZbTyeaN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgQZbTyeaN .mbr-section-title {
  color: #1c1c1c;
  text-align: center;
}
.cid-vgQZbTyeaN .mbr-text,
.cid-vgQZbTyeaN .mbr-section-btn {
  color: #606060;
  text-align: left;
}
.cid-vgQZbTyeaN .item-title {
  color: #8fd400;
  text-align: left;
}
.cid-vgQZbTyeaN .mbr-section-subtitle {
  color: #8fd400;
  text-align: center;
}
.cid-sEmB1M4suo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sEmB1M4suo .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #82bc0a;
}
.cid-sEmB1M4suo .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
}
.cid-sEmB1M4suo h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEmB1M4suo .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #ffffff;
}
.cid-sEmB1M4suo .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sEmB1M4suo .mbr-section-subtitle {
  letter-spacing: 0.03em;
}
.cid-sEmB1M4suo .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sEmB1M4suo .panel-group {
  width: 100%;
}
.cid-sEmB1M4suo .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-sEmB1M4suo .card {
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sEmB1M4suo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sEmB1M4suo .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #000000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sEmB1M4suo .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sEmB1M4suo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sEmB1M4suo .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sEmB1M4suo .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sEmB1M4suo .card .panel-body {
  background: #000000;
}
.cid-sEmB1M4suo .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sEmB1M4suo .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sEmB1M4suo .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sEmB1M4suo .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sEmB1M4suo .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sEmB1M4suo .header-text,
.cid-sEmB1M4suo .sign {
  color: #82bc0a;
}
.cid-szQhWMNMQL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-szQhWMNMQL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-szQhWMNMQL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-szQhWMNMQL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fd400;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sDGHfiTE0d {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ebeaed;
}
.cid-sDGHfiTE0d .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sDGHfiTE0d .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sDGHfiTE0d .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sDGHfiTE0d .card-title {
  text-align: center;
}
.cid-sDGHfiTE0d .card-text {
  text-align: center;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sBIOo2kgvm {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sBIOo2kgvm .nav-item,
.cid-sBIOo2kgvm .nav-link,
.cid-sBIOo2kgvm .navbar-caption {
  font-weight: normal;
}
.cid-sBIOo2kgvm .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sBIOo2kgvm .nav-link:before,
.cid-sBIOo2kgvm .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-sBIOo2kgvm .nav-item:hover .nav-link:before,
.cid-sBIOo2kgvm .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sBIOo2kgvm .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sBIOo2kgvm .dropdown-toggle::after,
.cid-sBIOo2kgvm .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-sBIOo2kgvm .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sBIOo2kgvm .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sBIOo2kgvm .nav-item:focus,
.cid-sBIOo2kgvm .nav-link:focus {
  outline: none;
}
.cid-sBIOo2kgvm .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sBIOo2kgvm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sBIOo2kgvm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sBIOo2kgvm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sBIOo2kgvm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sBIOo2kgvm .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sBIOo2kgvm .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sBIOo2kgvm .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sBIOo2kgvm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sBIOo2kgvm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sBIOo2kgvm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sBIOo2kgvm .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sBIOo2kgvm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sBIOo2kgvm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sBIOo2kgvm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sBIOo2kgvm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sBIOo2kgvm .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sBIOo2kgvm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sBIOo2kgvm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sBIOo2kgvm .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sBIOo2kgvm .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sBIOo2kgvm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sBIOo2kgvm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sBIOo2kgvm .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sBIOo2kgvm .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sBIOo2kgvm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sBIOo2kgvm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sBIOo2kgvm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sBIOo2kgvm .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sBIOo2kgvm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sBIOo2kgvm .dropdown-item.active,
.cid-sBIOo2kgvm .dropdown-item:active {
  background-color: transparent;
}
.cid-sBIOo2kgvm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sBIOo2kgvm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sBIOo2kgvm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sBIOo2kgvm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sBIOo2kgvm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sBIOo2kgvm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sBIOo2kgvm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sBIOo2kgvm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sBIOo2kgvm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sBIOo2kgvm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sBIOo2kgvm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBIOo2kgvm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sBIOo2kgvm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sBIOo2kgvm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sBIOo2kgvm .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sBIOo2kgvm a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sBIOo2kgvm .mbr-iconfont {
  color: #ffffff;
}
.cid-sBIOo2kgvm .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sBIOo2kgvm .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sBIOo2kgvm .navbar {
    height: 77px;
  }
  .cid-sBIOo2kgvm .navbar.opened {
    height: auto;
  }
  .cid-sBIOo2kgvm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBIOo2kgvm .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sBIOnXngyb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/zemic-background-2000x610.webp");
}
.cid-sBIOnXngyb .mbr-text,
.cid-sBIOnXngyb .mbr-section-btn {
  color: #ebeaed;
}
.cid-sBIOnXngyb .mbr-section-title {
  color: #8fd400;
}
.cid-vgT0sCq0vp {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgT0sCq0vp .item-subtitle {
  line-height: 1.2;
  color: #1c1c1c;
  text-align: left;
}
.cid-vgT0sCq0vp img,
.cid-vgT0sCq0vp .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-vgT0sCq0vp .item:focus,
.cid-vgT0sCq0vp span:focus {
  outline: none;
}
.cid-vgT0sCq0vp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgT0sCq0vp .item {
    margin-bottom: 1rem;
  }
}
.cid-vgT0sCq0vp .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgT0sCq0vp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgT0sCq0vp .mbr-section-title {
  color: #1c1c1c;
  text-align: center;
}
.cid-vgT0sCq0vp .mbr-text,
.cid-vgT0sCq0vp .mbr-section-btn {
  color: #606060;
  text-align: left;
}
.cid-vgT0sCq0vp .item-title {
  color: #8fd400;
  text-align: left;
}
.cid-vgT0sCq0vp .mbr-section-subtitle {
  color: #8fd400;
  text-align: center;
}
.cid-sEmBjf8OTA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sEmBjf8OTA .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #82bc0a;
}
.cid-sEmBjf8OTA .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
}
.cid-sEmBjf8OTA h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEmBjf8OTA .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #ffffff;
}
.cid-sEmBjf8OTA .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sEmBjf8OTA .mbr-section-subtitle {
  letter-spacing: 0.03em;
}
.cid-sEmBjf8OTA .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sEmBjf8OTA .panel-group {
  width: 100%;
}
.cid-sEmBjf8OTA .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-sEmBjf8OTA .card {
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sEmBjf8OTA .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sEmBjf8OTA .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #000000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sEmBjf8OTA .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sEmBjf8OTA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sEmBjf8OTA .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sEmBjf8OTA .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sEmBjf8OTA .card .panel-body {
  background: #000000;
}
.cid-sEmBjf8OTA .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sEmBjf8OTA .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sEmBjf8OTA .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sEmBjf8OTA .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sEmBjf8OTA .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sEmBjf8OTA .header-text,
.cid-sEmBjf8OTA .sign {
  color: #82bc0a;
}
.cid-sBIOo6Ds28 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sBIOo6Ds28 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-sBIOo6Ds28 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sBIOo6Ds28 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fd400;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sDGHt36qiB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ebeaed;
}
.cid-sDGHt36qiB .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sDGHt36qiB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sDGHt36qiB .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sDGHt36qiB .card-title {
  text-align: center;
}
.cid-sDGHt36qiB .card-text {
  text-align: center;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sDYqqcdnRD {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sDYqqcdnRD .nav-item,
.cid-sDYqqcdnRD .nav-link,
.cid-sDYqqcdnRD .navbar-caption {
  font-weight: normal;
}
.cid-sDYqqcdnRD .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sDYqqcdnRD .nav-link:before,
.cid-sDYqqcdnRD .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-sDYqqcdnRD .nav-item:hover .nav-link:before,
.cid-sDYqqcdnRD .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sDYqqcdnRD .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sDYqqcdnRD .dropdown-toggle::after,
.cid-sDYqqcdnRD .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-sDYqqcdnRD .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sDYqqcdnRD .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sDYqqcdnRD .nav-item:focus,
.cid-sDYqqcdnRD .nav-link:focus {
  outline: none;
}
.cid-sDYqqcdnRD .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sDYqqcdnRD .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sDYqqcdnRD .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sDYqqcdnRD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sDYqqcdnRD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDYqqcdnRD .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sDYqqcdnRD .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sDYqqcdnRD .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sDYqqcdnRD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDYqqcdnRD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDYqqcdnRD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sDYqqcdnRD .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sDYqqcdnRD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sDYqqcdnRD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sDYqqcdnRD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sDYqqcdnRD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDYqqcdnRD .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sDYqqcdnRD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sDYqqcdnRD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDYqqcdnRD .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sDYqqcdnRD .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sDYqqcdnRD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDYqqcdnRD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sDYqqcdnRD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sDYqqcdnRD .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sDYqqcdnRD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sDYqqcdnRD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sDYqqcdnRD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDYqqcdnRD .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sDYqqcdnRD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDYqqcdnRD .dropdown-item.active,
.cid-sDYqqcdnRD .dropdown-item:active {
  background-color: transparent;
}
.cid-sDYqqcdnRD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sDYqqcdnRD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sDYqqcdnRD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDYqqcdnRD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDYqqcdnRD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sDYqqcdnRD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDYqqcdnRD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDYqqcdnRD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDYqqcdnRD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDYqqcdnRD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDYqqcdnRD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDYqqcdnRD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDYqqcdnRD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDYqqcdnRD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDYqqcdnRD .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sDYqqcdnRD a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sDYqqcdnRD .mbr-iconfont {
  color: #ffffff;
}
.cid-sDYqqcdnRD .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sDYqqcdnRD .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDYqqcdnRD .navbar {
    height: 77px;
  }
  .cid-sDYqqcdnRD .navbar.opened {
    height: auto;
  }
  .cid-sDYqqcdnRD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDYqqcdnRD .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sDYr3wgIzR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sDYr3wgIzR .image {
    display: none !important;
  }
}
.cid-sDYr3wgIzR .image img {
  height: 870px;
}
.cid-sDYr3wgIzR .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-sDYr3wgIzR .mbr-section-title {
  margin-bottom: 15px;
}
.cid-sDYr3wgIzR .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-sDYr3wgIzR .block__products {
  padding-top: 10px;
}
.cid-sDYr3wgIzR .product__item {
  margin-top: 40px;
}
.cid-sDYr3wgIzR .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-sDYr3wgIzR .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-sDYr3wgIzR .image__item:hover {
  opacity: .8;
}
.cid-sDYr3wgIzR .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-sDYr3wgIzR .item__text {
    margin-top: 0;
  }
}
.cid-sDYr3wgIzR .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-sDYr3wgIzR .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-sDYr3wgIzR .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-sDYr3wgIzR .item__descr {
  margin-top: 10px;
}
.cid-sDYr3wgIzR .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sDYr3wgIzR .item__buttons {
  margin-top: 40px;
}
.cid-sDYr3wgIzR .mbr-section-btn {
  text-align: left;
}
.cid-sDYr3wgIzR .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-sDYr3wgIzR .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sDYr3wgIzR .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sDYr3wgIzR .item__text {
    margin: 20px 0 0;
  }
  .cid-sDYr3wgIzR .mbr-text {
    text-align: center;
  }
}
.cid-sFF9H0KSBg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFF9H0KSBg .mbr-section-title {
  margin-bottom: 40px;
}
.cid-sFF9H0KSBg .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
  margin-top: 15px;
}
.cid-sFF9H0KSBg .block__product {
  margin: 30px 0;
}
.cid-sFF9H0KSBg .image {
  transition: all .25s;
}
.cid-sFF9H0KSBg .image:hover {
  opacity: .8;
}
.cid-sFF9H0KSBg .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-sFF9H0KSBg .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-sFF9H0KSBg .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-sFF9H0KSBg .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-sFF9H0KSBg .title__block:hover {
  color: #8fd400;
}
.cid-sFF9H0KSBg .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-sFF9H0KSBg .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-sFF9H0KSBg .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sFF9H0KSBg .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-sFF9H0KSBg .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #8fd400 !important;
  color: #8fd400 !important;
}
.cid-sEs7s0wCLv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ebeaed;
}
.cid-sEs7s0wCLv .container-fluid {
  padding: 0 3rem;
}
.cid-sEs7s0wCLv .mbr-section-subtitle {
  color: #606060;
}
.cid-sEs7s0wCLv .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sEs7s0wCLv .table-wrapper {
  margin: 0 auto;
}
.cid-sEs7s0wCLv .head-item {
  min-width: 70px;
  color: #000000;
  text-align: left;
}
.cid-sEs7s0wCLv table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sEs7s0wCLv table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #82bc0a;
  color: white;
  vertical-align: middle;
}
.cid-sEs7s0wCLv table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sEs7s0wCLv table.table {
  background: #ebeaed;
}
.cid-sEs7s0wCLv .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sEs7s0wCLv .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sEs7s0wCLv .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-sEs7s0wCLv .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sEs7s0wCLv .dataTables_wrapper {
  display: block;
}
.cid-sEs7s0wCLv .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sEs7s0wCLv .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sEs7s0wCLv .head-item:after,
.cid-sEs7s0wCLv .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-sEs7s0wCLv .dataTables_filter {
    text-align: center;
  }
  .cid-sEs7s0wCLv .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sEs7s0wCLv .dataTables_filter {
    text-align: center;
  }
  .cid-sEs7s0wCLv .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sEs7s0wCLv .table-wrapper {
    width: 100% !important;
  }
  .cid-sEs7s0wCLv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sEs7s0wCLv table th,
  .cid-sEs7s0wCLv table td {
    padding: 0.75rem;
  }
}
.cid-sEs7s0wCLv .body-item {
  text-align: left;
  color: #1e824c;
}
.cid-sEs7s0wCLv .mbr-section-title,
.cid-sEs7s0wCLv .underline {
  color: #000000;
}
.cid-sEs7s0wCLv .info {
  color: #ffffff;
}
.cid-uuyO52TTJv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uuyO52TTJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuyO52TTJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuyO52TTJv .mbr-text,
.cid-uuyO52TTJv .mbr-section-btn {
  color: #232323;
}
.cid-uuyO52TTJv .card-title,
.cid-uuyO52TTJv .card-box {
  color: #8fd400;
}
.cid-uuyO52TTJv .mbr-text,
.cid-uuyO52TTJv .link-wrap {
  color: #ffffff;
}
.cid-uuyMQwEcXt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uuyMQwEcXt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uuyMQwEcXt .select {
  z-index: 999;
}
.cid-uuyMQwEcXt form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-uuyMQwEcXt .jq-selectbox__dropdown,
.cid-uuyMQwEcXt ul {
  border-radius: 20px !important;
}
.cid-uuyMQwEcXt .jq-selectbox {
  border-radius: 30px;
}
.cid-uuyMQwEcXt .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-uuyMQwEcXt .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-uuyMQwEcXt input,
.cid-uuyMQwEcXt textarea,
.cid-uuyMQwEcXt .select {
  border-radius: 30px;
}
.cid-uuyMQwEcXt input,
.cid-uuyMQwEcXt textarea {
  padding: 2rem 3rem;
}
.cid-uuyMQwEcXt textarea {
  min-height: 10rem;
}
.cid-uuyMQwEcXt .form-control,
.cid-uuyMQwEcXt .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uuyMQwEcXt .form-control::-webkit-input-placeholder,
.cid-uuyMQwEcXt .field-input::-webkit-input-placeholder,
.cid-uuyMQwEcXt .form-control::-webkit-input-placeholder,
.cid-uuyMQwEcXt .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-uuyMQwEcXt .form-control:-moz-placeholder,
.cid-uuyMQwEcXt .field-input:-moz-placeholder,
.cid-uuyMQwEcXt .form-control:-moz-placeholder,
.cid-uuyMQwEcXt .field-input:-moz-placeholder {
  color: #383838;
}
.cid-uuyMQwEcXt .form-control:hover,
.cid-uuyMQwEcXt .field-input:hover,
.cid-uuyMQwEcXt .form-control:focus,
.cid-uuyMQwEcXt .field-input:focus {
  background-color: #ffffff;
  border-color: #8fd400;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-uuyMQwEcXt .form-control:hover::-webkit-input-placeholder,
.cid-uuyMQwEcXt .field-input:hover::-webkit-input-placeholder,
.cid-uuyMQwEcXt .form-control:focus::-webkit-input-placeholder,
.cid-uuyMQwEcXt .field-input:focus::-webkit-input-placeholder,
.cid-uuyMQwEcXt .form-control:hover::-webkit-input-placeholder,
.cid-uuyMQwEcXt .field-input:hover::-webkit-input-placeholder,
.cid-uuyMQwEcXt .form-control:focus::-webkit-input-placeholder,
.cid-uuyMQwEcXt .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-uuyMQwEcXt .form-control:hover:-moz-placeholder,
.cid-uuyMQwEcXt .field-input:hover:-moz-placeholder,
.cid-uuyMQwEcXt .form-control:focus:-moz-placeholder,
.cid-uuyMQwEcXt .field-input:focus:-moz-placeholder,
.cid-uuyMQwEcXt .form-control:hover:-moz-placeholder,
.cid-uuyMQwEcXt .field-input:hover:-moz-placeholder,
.cid-uuyMQwEcXt .form-control:focus:-moz-placeholder,
.cid-uuyMQwEcXt .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-uuyMQwEcXt .jq-number__spin:hover,
.cid-uuyMQwEcXt .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #8fd400;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uuyMQwEcXt .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uuyMQwEcXt .jq-selectbox li,
.cid-uuyMQwEcXt .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uuyMQwEcXt .jq-selectbox li:hover,
.cid-uuyMQwEcXt .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uuyMQwEcXt .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uuyMQwEcXt .jq-number__spin.minus:hover:after,
.cid-uuyMQwEcXt .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uuyMQwEcXt .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uuyMQwEcXt .jq-number__spin.minus:after,
.cid-uuyMQwEcXt .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uuyMQwEcXt input::-webkit-clear-button {
  display: none;
}
.cid-uuyMQwEcXt input::-webkit-inner-spin-button {
  display: none;
}
.cid-uuyMQwEcXt input::-webkit-outer-spin-button {
  display: none;
}
.cid-uuyMQwEcXt input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uuyMQwEcXt .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-uuyMQwEcXt .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-uuyMQwEcXt .align-wrap {
  display: inline-block;
}
.cid-uuyMQwEcXt .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-uuyMQwEcXt .icons-wrap {
  display: flex;
}
.cid-uuyMQwEcXt .icon-title,
.cid-uuyMQwEcXt .mbr-iconfont {
  color: #8fd400;
}
@media (max-width: 767px) {
  .cid-uuyMQwEcXt form {
    padding: 2rem 1rem;
  }
  .cid-uuyMQwEcXt .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-uuyMQwEcXt .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uuyMQwEcXt .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-uuyMQwEcXt .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-uuyMQwEcXt .align-wrap {
    text-align: center;
  }
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sErIeyU854 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-2905-1600x1200.webp");
}
.cid-sErIeyU854 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sErIeyU854 .mbr-text,
.cid-sErIeyU854 .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sErGl8Dawf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1233.webp");
}
.cid-sErGl8Dawf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-sErGl8Dawf .panel-group {
  border: none;
}
.cid-sErGl8Dawf .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-sErGl8Dawf .card-header {
    padding: 1rem 0rem;
  }
}
.cid-sErGl8Dawf .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sErGl8Dawf .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-sErGl8Dawf .content {
  margin: 5rem auto;
}
.cid-sErGl8Dawf .img-col {
  padding: 0;
}
.cid-sErGl8Dawf .img-item {
  height: 100%;
}
.cid-sErGl8Dawf img {
  height: 100%;
  object-fit: cover;
}
.cid-sErGl8Dawf .collapsed span {
  transform: rotate(0deg);
}
.cid-sErGl8Dawf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sErGl8Dawf p {
  margin-bottom: 0.3rem;
}
.cid-sErGl8Dawf .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-sErGl8Dawf .panel-title-edit {
  color: #000000;
}
.cid-sErGl8Dawf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-sErGl8Dawf .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-sErGl8Dawf .panel-title-edit,
.cid-sErGl8Dawf .mbr-iconfont {
  color: #1b2026;
}
.cid-sErGl8Dawf .panel-text {
  color: #777777;
}
.cid-sErGl8Dawf H4 {
  color: #82bc0a;
  text-align: left;
}
.cid-sErGl8Dawf H3 {
  text-align: left;
  color: #ffffff;
}
.cid-tsC1Pihawr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #000000;
}
.cid-tsC1Pihawr .mbr-section-title {
  margin-bottom: 45px;
}
.cid-tsC1Pihawr .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #8fd400 !important;
  background-color: #000000;
}
.cid-tsC1Pihawr .card:last-child {
  border-bottom: none !important;
}
.cid-tsC1Pihawr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-tsC1Pihawr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tsC1Pihawr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tsC1Pihawr .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-tsC1Pihawr .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-tsC1Pihawr .panel-text {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.cid-tsC1Pihawr .title__text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tsC1Pihawr .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tsC1Pihawr .mbr-section-btn {
  margin-top: 15px;
}
.cid-tsC1Pihawr .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-tsC1Pihawr .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-tsC1Pihawr .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-tsC1Pihawr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsC1Pihawr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsC1Pihawr .mbr-text,
.cid-tsC1Pihawr .mbr-section-btn {
  color: #ffffff;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sEUwI7G76h {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sEUwI7G76h .nav-item,
.cid-sEUwI7G76h .nav-link,
.cid-sEUwI7G76h .navbar-caption {
  font-weight: normal;
}
.cid-sEUwI7G76h .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sEUwI7G76h .nav-link:before,
.cid-sEUwI7G76h .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-sEUwI7G76h .nav-item:hover .nav-link:before,
.cid-sEUwI7G76h .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sEUwI7G76h .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sEUwI7G76h .dropdown-toggle::after,
.cid-sEUwI7G76h .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-sEUwI7G76h .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sEUwI7G76h .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sEUwI7G76h .nav-item:focus,
.cid-sEUwI7G76h .nav-link:focus {
  outline: none;
}
.cid-sEUwI7G76h .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sEUwI7G76h .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sEUwI7G76h .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sEUwI7G76h .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEUwI7G76h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEUwI7G76h .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sEUwI7G76h .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sEUwI7G76h .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sEUwI7G76h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEUwI7G76h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEUwI7G76h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sEUwI7G76h .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sEUwI7G76h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sEUwI7G76h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sEUwI7G76h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sEUwI7G76h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEUwI7G76h .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sEUwI7G76h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEUwI7G76h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEUwI7G76h .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sEUwI7G76h .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sEUwI7G76h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEUwI7G76h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEUwI7G76h .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sEUwI7G76h .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sEUwI7G76h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sEUwI7G76h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEUwI7G76h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEUwI7G76h .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sEUwI7G76h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEUwI7G76h .dropdown-item.active,
.cid-sEUwI7G76h .dropdown-item:active {
  background-color: transparent;
}
.cid-sEUwI7G76h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sEUwI7G76h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sEUwI7G76h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEUwI7G76h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEUwI7G76h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEUwI7G76h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEUwI7G76h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEUwI7G76h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEUwI7G76h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEUwI7G76h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEUwI7G76h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEUwI7G76h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEUwI7G76h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEUwI7G76h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEUwI7G76h .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sEUwI7G76h a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sEUwI7G76h .mbr-iconfont {
  color: #ffffff;
}
.cid-sEUwI7G76h .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sEUwI7G76h .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEUwI7G76h .navbar {
    height: 77px;
  }
  .cid-sEUwI7G76h .navbar.opened {
    height: auto;
  }
  .cid-sEUwI7G76h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEUwI7G76h .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sEUwI4t5Lk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.webp");
}
.cid-sEUwI4t5Lk .mbr-text,
.cid-sEUwI4t5Lk .mbr-section-btn {
  color: #ffffff;
}
.cid-sEUwI4t5Lk .mbr-section-title {
  color: #8fd400;
}
.cid-sEV0K9UMKv {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sEV0K9UMKv .top-part {
  margin-bottom: 70px;
}
.cid-sEV0K9UMKv .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sEV0K9UMKv .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sEV0K9UMKv .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sEV0K9UMKv .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sEV0K9UMKv .nav-tabs .nav-item.open .nav-link:focus,
.cid-sEV0K9UMKv .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sEV0K9UMKv .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sEV0K9UMKv .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sEV0K9UMKv .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sEV0K9UMKv .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sEV0K9UMKv .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sEV0K9UMKv .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sEV0K9UMKv .nav-tabs .nav-link.active {
  border-bottom: 2px solid #606060;
  color: #28303f;
}
.cid-sEV0K9UMKv .nav-tabs .nav-link.active span {
  color: #606060;
}
.cid-sEV0K9UMKv .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sEV0K9UMKv .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sEV0K9UMKv .mbr-text,
  .cid-sEV0K9UMKv .nav-link {
    text-align: left;
  }
  .cid-sEV0K9UMKv .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sEV0K9UMKv .mbr-section-title,
  .cid-sEV0K9UMKv .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sEV0K9UMKv .tab-content {
  margin-top: 44px;
}
.cid-sEV0K9UMKv .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sEV0K9UMKv .top-part .mbr-section-title {
  color: #000000;
}
.cid-sEV0K9UMKv .tab-content .tab-pane .mbr-section-title,
.cid-sEV0K9UMKv .mbr-list {
  color: #606060;
}
.cid-sEV0K9UMKv .top-part .mbr-section-subtitle {
  color: #82bc0a;
}
.cid-sEUNwe4qXu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebeaed;
}
.cid-sEUNwe4qXu .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sEUNwe4qXu .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sEUNwe4qXu .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sEUNwe4qXu .card-title {
  text-align: center;
}
.cid-sEUNwe4qXu .card-text {
  text-align: center;
}
.cid-sEUDYTYOsH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sEUDYTYOsH .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-sEUDYTYOsH .currentcost {
  color: #232323;
}
.cid-sEUDYTYOsH .link-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sEUDYTYOsH .link {
  padding-left: 2.5rem;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.cid-sEUDYTYOsH .link:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  font-size: 1rem;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s;
  background: #8fd400;
  font-family: 'Moririse2' !important;
  content: "\e909";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cid-sEUDYTYOsH img {
  transition: all 0.3s;
}
.cid-sEUDYTYOsH .image-wrapper {
  overflow: hidden;
}
.cid-sEUDYTYOsH .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
.cid-sEUDYTYOsH .card-wrapper:hover .link:before {
  background: #8fd400;
}
.cid-sEUDYTYOsH .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-sEUDYTYOsH .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sEUDYTYOsH .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sEUDYTYOsH .text-box {
    padding: 2rem 1rem;
  }
}
.cid-sEUDYTYOsH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEUDYTYOsH H5 {
  color: #82bc0a;
}
.cid-sEUDYTYOsH .link,
.cid-sEUDYTYOsH .link-wrap {
  text-align: left;
}
.cid-sEUDYTYOsH .mbr-text,
.cid-sEUDYTYOsH .cost,
.cid-sEUDYTYOsH .mbr-section-btn {
  color: #000000;
}
.cid-sEUy23U2Wq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEUy23U2Wq img {
  width: 100%;
}
.cid-sEUy23U2Wq .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEUy23U2Wq .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEUy23U2Wq .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEUy23U2Wq .contents {
  margin-top: 36px;
}
.cid-sEUy23U2Wq .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEUy23U2Wq .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEUy23U2Wq .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEUy23U2Wq .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEUy23U2Wq .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEUyCdhXUA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEUyCdhXUA .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sEUyCdhXUA img {
  width: 100%;
}
.cid-sEUyCdhXUA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEUyCdhXUA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEUyCdhXUA .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEUyCdhXUA .contents {
  margin-top: 36px;
}
.cid-sEUyCdhXUA .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEUyCdhXUA .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEUyCdhXUA .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEUyCdhXUA .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEUyCdhXUA .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEUzhmiV77 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEUzhmiV77 img {
  width: 100%;
}
.cid-sEUzhmiV77 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEUzhmiV77 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEUzhmiV77 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEUzhmiV77 .contents {
  margin-top: 36px;
}
.cid-sEUzhmiV77 .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEUzhmiV77 .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEUzhmiV77 .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEUzhmiV77 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEUzhmiV77 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEUAETuYwR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEUAETuYwR .item-wrapper {
  width: 100%;
}
.cid-sEUAETuYwR .left-side {
  text-align: left;
}
.cid-sEUAETuYwR .row {
  align-items: center;
}
@media (max-width: 9090px) {
  .cid-sEUAETuYwR .item-wrapper {
    padding-top: 20px;
  }
}
.cid-sEUAETuYwR .mbr-section-subtitle {
  color: #626262;
  padding-top: 20px;
  margin-top: 0;
}
.cid-sEUAETuYwR .mbr-section-title {
  color: #000000;
}
.cid-sEUAETuYwR .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-sEUAETuYwR .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-sEUAETuYwR img,
.cid-sEUAETuYwR .item-img {
  width: 100%;
  height: auto;
}
.cid-sEUAETuYwR .mbr-text {
  padding-top: 10px;
}
.cid-sEUwI7mi6M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-sEUwI7mi6M img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sEUwI7mi6M .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sEUwI7mi6M .img-col {
  padding: 0;
}
.cid-sEUwI7mi6M .wrapper {
  padding: 6rem 12rem;
}
.cid-sEUwI7mi6M .link-wrap {
  width: 100%;
}
.cid-sEUwI7mi6M .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sEUwI7mi6M .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sEUwI7mi6M .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sEUwI7mi6M .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sEUwI7mi6M .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sEUwI7mi6M .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sEUwI7mi6M .link,
.cid-sEUwI7mi6M .wrapper {
  color: #82bc0a;
}
.cid-sEUwI7mi6M .mbr-section-subtitle {
  color: #000000;
}
.cid-sEUwI7mi6M .card-title,
.cid-sEUwI7mi6M .card-box {
  color: #000000;
}
.cid-sEUwI7mi6M .mbr-text,
.cid-sEUwI7mi6M .mbr-section-btn {
  color: #999999;
}
.cid-sEUwI7mi6M .mbr-text,
.cid-sEUwI7mi6M .wrapper {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sEUOd1vkDg {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sEUOd1vkDg .nav-item,
.cid-sEUOd1vkDg .nav-link,
.cid-sEUOd1vkDg .navbar-caption {
  font-weight: normal;
}
.cid-sEUOd1vkDg .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sEUOd1vkDg .nav-link:before,
.cid-sEUOd1vkDg .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-sEUOd1vkDg .nav-item:hover .nav-link:before,
.cid-sEUOd1vkDg .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sEUOd1vkDg .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sEUOd1vkDg .dropdown-toggle::after,
.cid-sEUOd1vkDg .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-sEUOd1vkDg .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sEUOd1vkDg .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sEUOd1vkDg .nav-item:focus,
.cid-sEUOd1vkDg .nav-link:focus {
  outline: none;
}
.cid-sEUOd1vkDg .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sEUOd1vkDg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sEUOd1vkDg .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sEUOd1vkDg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEUOd1vkDg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEUOd1vkDg .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sEUOd1vkDg .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sEUOd1vkDg .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sEUOd1vkDg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEUOd1vkDg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEUOd1vkDg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sEUOd1vkDg .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sEUOd1vkDg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sEUOd1vkDg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sEUOd1vkDg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sEUOd1vkDg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEUOd1vkDg .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sEUOd1vkDg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEUOd1vkDg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEUOd1vkDg .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sEUOd1vkDg .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sEUOd1vkDg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEUOd1vkDg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEUOd1vkDg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sEUOd1vkDg .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sEUOd1vkDg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sEUOd1vkDg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEUOd1vkDg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEUOd1vkDg .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sEUOd1vkDg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEUOd1vkDg .dropdown-item.active,
.cid-sEUOd1vkDg .dropdown-item:active {
  background-color: transparent;
}
.cid-sEUOd1vkDg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sEUOd1vkDg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sEUOd1vkDg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEUOd1vkDg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEUOd1vkDg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEUOd1vkDg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEUOd1vkDg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEUOd1vkDg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEUOd1vkDg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEUOd1vkDg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEUOd1vkDg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEUOd1vkDg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEUOd1vkDg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEUOd1vkDg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEUOd1vkDg .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sEUOd1vkDg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sEUOd1vkDg .mbr-iconfont {
  color: #ffffff;
}
.cid-sEUOd1vkDg .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sEUOd1vkDg .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEUOd1vkDg .navbar {
    height: 77px;
  }
  .cid-sEUOd1vkDg .navbar.opened {
    height: auto;
  }
  .cid-sEUOd1vkDg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEUOd1vkDg .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sEUOcVYxiR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.webp");
}
.cid-sEUOcVYxiR .mbr-text,
.cid-sEUOcVYxiR .mbr-section-btn {
  color: #ffffff;
}
.cid-sEUOcVYxiR .mbr-section-title {
  color: #8fd400;
}
.cid-sXMQcblkUF {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXMQcblkUF .top-part {
  margin-bottom: 70px;
}
.cid-sXMQcblkUF .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sXMQcblkUF .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sXMQcblkUF .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sXMQcblkUF .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sXMQcblkUF .nav-tabs .nav-item.open .nav-link:focus,
.cid-sXMQcblkUF .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sXMQcblkUF .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sXMQcblkUF .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sXMQcblkUF .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sXMQcblkUF .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sXMQcblkUF .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sXMQcblkUF .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sXMQcblkUF .nav-tabs .nav-link.active {
  border-bottom: 2px solid #606060;
  color: #28303f;
}
.cid-sXMQcblkUF .nav-tabs .nav-link.active span {
  color: #606060;
}
.cid-sXMQcblkUF .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sXMQcblkUF .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sXMQcblkUF .mbr-text,
  .cid-sXMQcblkUF .nav-link {
    text-align: left;
  }
  .cid-sXMQcblkUF .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sXMQcblkUF .mbr-section-title,
  .cid-sXMQcblkUF .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sXMQcblkUF .tab-content {
  margin-top: 44px;
}
.cid-sXMQcblkUF .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sXMQcblkUF .top-part .mbr-section-title {
  color: #000000;
}
.cid-sXMQcblkUF .tab-content .tab-pane .mbr-section-title,
.cid-sXMQcblkUF .mbr-list {
  color: #606060;
}
.cid-sXMQcblkUF .top-part .mbr-section-subtitle {
  color: #82bc0a;
}
.cid-sXMQzLX5Vj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebeaed;
}
.cid-sXMQzLX5Vj .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXMQzLX5Vj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXMQzLX5Vj .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sXMQzLX5Vj .card-title {
  text-align: center;
  color: #000000;
}
.cid-sXMQzLX5Vj .card-text {
  text-align: center;
}
.cid-sEV7NimxM1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sEV7NimxM1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sEV7NimxM1 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sEV7NimxM1 .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sEV7NimxM1 .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sEV7NimxM1 .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sEV7NimxM1 .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sEV7NimxM1 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sEV7NimxM1 .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sEV7NimxM1 .link-wrap {
    align-items: center;
  }
}
.cid-sEV7NimxM1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEV7NimxM1 .card-title,
.cid-sEV7NimxM1 .card-box {
  text-align: left;
  color: #232323;
}
.cid-sEV7NimxM1 .mbr-text,
.cid-sEV7NimxM1 .link-wrap,
.cid-sEV7NimxM1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sEV7NimxM1 .card-title,
.cid-sEV7NimxM1 .mbr-text,
.cid-sEV7NimxM1 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sEUPfXr1g0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-sEUPfXr1g0 .item-wrapper {
  position: relative;
  border-radius: 10px;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-sEUPfXr1g0 .item-content {
  background: #efefef;
  transition: all 0.3s;
  border: 2px solid #e1e1e1;
  border-top: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 2rem 2.5rem;
}
.cid-sEUPfXr1g0 .item-content:hover {
  background: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sEUPfXr1g0 .item-content {
    padding: 1rem 1.5rem;
  }
}
.cid-sEUPfXr1g0 .img-text {
  position: absolute;
  bottom: -1rem;
  left: 2rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sEUPfXr1g0 .img-text {
    left: 1rem;
  }
}
.cid-sEUPfXr1g0 img,
.cid-sEUPfXr1g0 .item-img {
  position: relative;
  width: 100%;
  height: 100%;
  height: 225px;
  object-fit: cover;
}
.cid-sEUPfXr1g0 .item:focus,
.cid-sEUPfXr1g0 span:focus {
  outline: none;
}
.cid-sEUPfXr1g0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sEUPfXr1g0 .mbr-section-title {
  color: #232323;
}
.cid-sEUPfXr1g0 .mbr-text,
.cid-sEUPfXr1g0 .mbr-section-btn {
  text-align: left;
  color: #777777;
}
.cid-sEUPfXr1g0 .item-title {
  text-align: left;
  color: #1b2026;
}
.cid-sEUPfXr1g0 .item-subtitle {
  text-align: left;
  color: #1b2026;
}
.cid-sEUPfXr1g0 .mbr-section-subtitle {
  color: #777777;
}
.cid-sEUQxzIeuR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sEUQxzIeuR {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sEUQxzIeuR {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sEUQxzIeuR .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sEUQxzIeuR .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sEUQxzIeuR .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sEUQxzIeuR .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sEUQxzIeuR .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sEUQxzIeuR .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sEUQxzIeuR .link-wrap {
    align-items: center;
  }
}
.cid-sEUQxzIeuR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEUQxzIeuR .card-title,
.cid-sEUQxzIeuR .card-box {
  text-align: left;
  color: #232323;
}
.cid-sEUQxzIeuR .mbr-text,
.cid-sEUQxzIeuR .link-wrap,
.cid-sEUQxzIeuR .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sEUQxzIeuR .card-title,
.cid-sEUQxzIeuR .mbr-text,
.cid-sEUQxzIeuR .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sEURcDN86A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sEURcDN86A {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sEURcDN86A {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sEURcDN86A .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sEURcDN86A .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sEURcDN86A .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sEURcDN86A .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sEURcDN86A .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sEURcDN86A .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sEURcDN86A .link-wrap {
    align-items: center;
  }
}
.cid-sEURcDN86A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEURcDN86A .card-title,
.cid-sEURcDN86A .card-box {
  text-align: left;
  color: #232323;
}
.cid-sEURcDN86A .mbr-text,
.cid-sEURcDN86A .link-wrap,
.cid-sEURcDN86A .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sEURcDN86A .card-title,
.cid-sEURcDN86A .mbr-text,
.cid-sEURcDN86A .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sEUTM3LVgF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sEUTM3LVgF .container-fluid {
  padding: 0 3rem;
}
.cid-sEUTM3LVgF .mbr-section-subtitle {
  color: #000000;
}
.cid-sEUTM3LVgF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sEUTM3LVgF .table-wrapper {
  margin: 0 auto;
}
.cid-sEUTM3LVgF .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-sEUTM3LVgF table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sEUTM3LVgF table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-sEUTM3LVgF table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sEUTM3LVgF .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sEUTM3LVgF .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sEUTM3LVgF .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-sEUTM3LVgF .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sEUTM3LVgF .dataTables_wrapper {
  display: block;
}
.cid-sEUTM3LVgF .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sEUTM3LVgF .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sEUTM3LVgF .head-item:after,
.cid-sEUTM3LVgF .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-sEUTM3LVgF .dataTables_filter {
    text-align: center;
  }
  .cid-sEUTM3LVgF .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sEUTM3LVgF .dataTables_filter {
    text-align: center;
  }
  .cid-sEUTM3LVgF .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sEUTM3LVgF .table-wrapper {
    width: 100% !important;
  }
  .cid-sEUTM3LVgF .container-fluid {
    padding: 0 1rem;
  }
  .cid-sEUTM3LVgF table th,
  .cid-sEUTM3LVgF table td {
    padding: 0.75rem;
  }
}
.cid-sEUTM3LVgF .body-item {
  text-align: left;
}
.cid-sEUOcZ0bEA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEUOcZ0bEA img {
  width: 100%;
}
.cid-sEUOcZ0bEA .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEUOcZ0bEA .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEUOcZ0bEA .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEUOcZ0bEA .contents {
  margin-top: 36px;
}
.cid-sEUOcZ0bEA .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEUOcZ0bEA .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEUOcZ0bEA .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEUOcZ0bEA .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEUOcZ0bEA .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEUOcZsQqK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEUOcZsQqK .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sEUOcZsQqK img {
  width: 100%;
}
.cid-sEUOcZsQqK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEUOcZsQqK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEUOcZsQqK .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEUOcZsQqK .contents {
  margin-top: 36px;
}
.cid-sEUOcZsQqK .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEUOcZsQqK .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEUOcZsQqK .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEUOcZsQqK .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEUOcZsQqK .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEUOcZYDIR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEUOcZYDIR img {
  width: 100%;
}
.cid-sEUOcZYDIR .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEUOcZYDIR .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEUOcZYDIR .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEUOcZYDIR .contents {
  margin-top: 36px;
}
.cid-sEUOcZYDIR .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEUOcZYDIR .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEUOcZYDIR .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEUOcZYDIR .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEUOcZYDIR .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEUUOODaxg {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEUUOODaxg img {
  width: 100%;
}
.cid-sEUUOODaxg .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEUUOODaxg .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEUUOODaxg .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEUUOODaxg .contents {
  margin-top: 36px;
}
.cid-sEUUOODaxg .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEUUOODaxg .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEUUOODaxg .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEUUOODaxg .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEUUOODaxg .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEUOd0tPZH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEUOd0tPZH .item-wrapper {
  width: 100%;
}
.cid-sEUOd0tPZH .left-side {
  text-align: left;
}
.cid-sEUOd0tPZH .row {
  align-items: center;
}
@media (max-width: 9090px) {
  .cid-sEUOd0tPZH .item-wrapper {
    padding-top: 20px;
  }
}
.cid-sEUOd0tPZH .mbr-section-subtitle {
  color: #626262;
  padding-top: 20px;
  margin-top: 0;
}
.cid-sEUOd0tPZH .mbr-section-title {
  color: #000000;
}
.cid-sEUOd0tPZH .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-sEUOd0tPZH .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-sEUOd0tPZH img,
.cid-sEUOd0tPZH .item-img {
  width: 100%;
  height: auto;
}
.cid-sEUOd0tPZH .mbr-text {
  padding-top: 10px;
}
.cid-sEUOd10aHk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-sEUOd10aHk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sEUOd10aHk .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sEUOd10aHk .img-col {
  padding: 0;
}
.cid-sEUOd10aHk .wrapper {
  padding: 6rem 12rem;
}
.cid-sEUOd10aHk .link-wrap {
  width: 100%;
}
.cid-sEUOd10aHk .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sEUOd10aHk .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sEUOd10aHk .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sEUOd10aHk .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sEUOd10aHk .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sEUOd10aHk .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sEUOd10aHk .link,
.cid-sEUOd10aHk .wrapper {
  color: #82bc0a;
}
.cid-sEUOd10aHk .mbr-section-subtitle {
  color: #000000;
}
.cid-sEUOd10aHk .card-title,
.cid-sEUOd10aHk .card-box {
  color: #000000;
}
.cid-sEUOd10aHk .mbr-text,
.cid-sEUOd10aHk .mbr-section-btn {
  color: #999999;
}
.cid-sEUOd10aHk .mbr-text,
.cid-sEUOd10aHk .wrapper {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sEUVV5ETZ9 {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sEUVV5ETZ9 .nav-item,
.cid-sEUVV5ETZ9 .nav-link,
.cid-sEUVV5ETZ9 .navbar-caption {
  font-weight: normal;
}
.cid-sEUVV5ETZ9 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sEUVV5ETZ9 .nav-link:before,
.cid-sEUVV5ETZ9 .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-sEUVV5ETZ9 .nav-item:hover .nav-link:before,
.cid-sEUVV5ETZ9 .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sEUVV5ETZ9 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sEUVV5ETZ9 .dropdown-toggle::after,
.cid-sEUVV5ETZ9 .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-sEUVV5ETZ9 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sEUVV5ETZ9 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sEUVV5ETZ9 .nav-item:focus,
.cid-sEUVV5ETZ9 .nav-link:focus {
  outline: none;
}
.cid-sEUVV5ETZ9 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sEUVV5ETZ9 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sEUVV5ETZ9 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sEUVV5ETZ9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEUVV5ETZ9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEUVV5ETZ9 .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sEUVV5ETZ9 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sEUVV5ETZ9 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sEUVV5ETZ9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEUVV5ETZ9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEUVV5ETZ9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sEUVV5ETZ9 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sEUVV5ETZ9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sEUVV5ETZ9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sEUVV5ETZ9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sEUVV5ETZ9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEUVV5ETZ9 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sEUVV5ETZ9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEUVV5ETZ9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEUVV5ETZ9 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sEUVV5ETZ9 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sEUVV5ETZ9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEUVV5ETZ9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEUVV5ETZ9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sEUVV5ETZ9 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sEUVV5ETZ9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sEUVV5ETZ9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEUVV5ETZ9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEUVV5ETZ9 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sEUVV5ETZ9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEUVV5ETZ9 .dropdown-item.active,
.cid-sEUVV5ETZ9 .dropdown-item:active {
  background-color: transparent;
}
.cid-sEUVV5ETZ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sEUVV5ETZ9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sEUVV5ETZ9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEUVV5ETZ9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEUVV5ETZ9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sEUVV5ETZ9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEUVV5ETZ9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sEUVV5ETZ9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sEUVV5ETZ9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sEUVV5ETZ9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sEUVV5ETZ9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEUVV5ETZ9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sEUVV5ETZ9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sEUVV5ETZ9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sEUVV5ETZ9 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sEUVV5ETZ9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sEUVV5ETZ9 .mbr-iconfont {
  color: #ffffff;
}
.cid-sEUVV5ETZ9 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sEUVV5ETZ9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEUVV5ETZ9 .navbar {
    height: 77px;
  }
  .cid-sEUVV5ETZ9 .navbar.opened {
    height: auto;
  }
  .cid-sEUVV5ETZ9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEUVV5ETZ9 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sEUVUWU8UZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-17-1920x1280.webp");
}
.cid-sEUVUWU8UZ .mbr-text,
.cid-sEUVUWU8UZ .mbr-section-btn {
  color: #ffffff;
}
.cid-sEUVUWU8UZ .mbr-section-title {
  color: #8fd400;
}
.cid-sXMQhCEfVA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sXMQhCEfVA .top-part {
  margin-bottom: 70px;
}
.cid-sXMQhCEfVA .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sXMQhCEfVA .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sXMQhCEfVA .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sXMQhCEfVA .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sXMQhCEfVA .nav-tabs .nav-item.open .nav-link:focus,
.cid-sXMQhCEfVA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sXMQhCEfVA .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sXMQhCEfVA .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sXMQhCEfVA .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sXMQhCEfVA .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sXMQhCEfVA .nav-tabs .nav-link {
  color: #6d7a8c;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sXMQhCEfVA .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sXMQhCEfVA .nav-tabs .nav-link.active {
  border-bottom: 2px solid #606060;
  color: #28303f;
}
.cid-sXMQhCEfVA .nav-tabs .nav-link.active span {
  color: #606060;
}
.cid-sXMQhCEfVA .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sXMQhCEfVA .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sXMQhCEfVA .mbr-text,
  .cid-sXMQhCEfVA .nav-link {
    text-align: left;
  }
  .cid-sXMQhCEfVA .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sXMQhCEfVA .mbr-section-title,
  .cid-sXMQhCEfVA .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sXMQhCEfVA .tab-content {
  margin-top: 44px;
}
.cid-sXMQhCEfVA .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sXMQhCEfVA .top-part .mbr-section-title {
  color: #000000;
}
.cid-sXMQhCEfVA .tab-content .tab-pane .mbr-section-title,
.cid-sXMQhCEfVA .mbr-list {
  color: #606060;
}
.cid-sXMQhCEfVA .top-part .mbr-section-subtitle {
  color: #82bc0a;
}
.cid-sXMQFrMIuB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ebeaed;
}
.cid-sXMQFrMIuB .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXMQFrMIuB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXMQFrMIuB .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sXMQFrMIuB .card-title {
  text-align: center;
  color: #000000;
}
.cid-sXMQFrMIuB .card-text {
  text-align: center;
}
.cid-sEUZlu5qOg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-sEUZlu5qOg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sEUZlu5qOg {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sEUZlu5qOg .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sEUZlu5qOg .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (max-width: 992px) {
  .cid-sEUZlu5qOg .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sEUZlu5qOg .link-wrap {
    align-items: center;
  }
}
.cid-sEUZlu5qOg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEUZlu5qOg .card-title,
.cid-sEUZlu5qOg .card-box {
  text-align: left;
  color: #232323;
}
.cid-sEUZlu5qOg .mbr-text,
.cid-sEUZlu5qOg .link-wrap,
.cid-sEUZlu5qOg .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sEUZlu5qOg .card-title,
.cid-sEUZlu5qOg .mbr-text,
.cid-sEUZlu5qOg .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sEUVV0OIeb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 1000px) {
  .cid-sEUVV0OIeb {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-sEUVV0OIeb {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .cid-sEUVV0OIeb .card-wrapper {
    padding-right: 2.25rem;
  }
  .cid-sEUVV0OIeb .image-wrapper {
    padding-left: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-sEUVV0OIeb .card-wrapper {
    padding-left: 2.25rem;
  }
  .cid-sEUVV0OIeb .image-wrapper {
    padding-right: 2.25rem;
  }
}
.cid-sEUVV0OIeb .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-sEUVV0OIeb .card {
    margin-bottom: 2rem!important;
  }
}
@media (max-width: 767px) {
  .cid-sEUVV0OIeb .link-wrap {
    align-items: center;
  }
}
.cid-sEUVV0OIeb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEUVV0OIeb .card-title,
.cid-sEUVV0OIeb .card-box {
  text-align: left;
  color: #232323;
}
.cid-sEUVV0OIeb .mbr-text,
.cid-sEUVV0OIeb .link-wrap,
.cid-sEUVV0OIeb .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sEUVV0OIeb .card-title,
.cid-sEUVV0OIeb .mbr-text,
.cid-sEUVV0OIeb .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sEUVV1Dkjd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ebeaed;
}
.cid-sEUVV1Dkjd .container-fluid {
  padding: 0 3rem;
}
.cid-sEUVV1Dkjd .mbr-section-subtitle {
  color: #000000;
}
.cid-sEUVV1Dkjd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sEUVV1Dkjd .table-wrapper {
  margin: 0 auto;
}
.cid-sEUVV1Dkjd .head-item {
  min-width: 70px;
  text-align: left;
}
.cid-sEUVV1Dkjd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-sEUVV1Dkjd table th {
  padding: 1.5rem 1rem;
  transition: all 0.2s;
  text-align: center;
  background-color: #000000;
  color: white;
  vertical-align: middle;
}
.cid-sEUVV1Dkjd table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-sEUVV1Dkjd .dataTables_filter {
  text-align: right;
  margin-bottom: 0.5rem;
}
.cid-sEUVV1Dkjd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sEUVV1Dkjd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: 0.5rem;
  border-radius: 10px;
  padding-left: 1rem;
}
.cid-sEUVV1Dkjd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-sEUVV1Dkjd .dataTables_wrapper {
  display: block;
}
.cid-sEUVV1Dkjd .dataTables_wrapper .search {
  margin-bottom: 0.5rem;
}
.cid-sEUVV1Dkjd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sEUVV1Dkjd .head-item:after,
.cid-sEUVV1Dkjd .head-item:before {
  bottom: 50% !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .cid-sEUVV1Dkjd .dataTables_filter {
    text-align: center;
  }
  .cid-sEUVV1Dkjd .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-sEUVV1Dkjd .dataTables_filter {
    text-align: center;
  }
  .cid-sEUVV1Dkjd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-sEUVV1Dkjd .table-wrapper {
    width: 100% !important;
  }
  .cid-sEUVV1Dkjd .container-fluid {
    padding: 0 1rem;
  }
  .cid-sEUVV1Dkjd table th,
  .cid-sEUVV1Dkjd table td {
    padding: 0.75rem;
  }
}
.cid-sEUVV1Dkjd .body-item {
  text-align: left;
}
.cid-sEUVV2wi0O {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEUVV2wi0O img {
  width: 100%;
}
.cid-sEUVV2wi0O .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sEUVV2wi0O .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sEUVV2wi0O .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sEUVV2wi0O .contents {
  margin-top: 36px;
}
.cid-sEUVV2wi0O .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-sEUVV2wi0O .mbr-section-btn {
  margin-top: 8px;
}
.cid-sEUVV2wi0O .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-sEUVV2wi0O .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sEUVV2wi0O .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sEUVV5bnP4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ebeaed;
}
.cid-sEUVV5bnP4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sEUVV5bnP4 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sEUVV5bnP4 .img-col {
  padding: 0;
}
.cid-sEUVV5bnP4 .wrapper {
  padding: 6rem 12rem;
}
.cid-sEUVV5bnP4 .link-wrap {
  width: 100%;
}
.cid-sEUVV5bnP4 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-sEUVV5bnP4 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sEUVV5bnP4 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sEUVV5bnP4 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-sEUVV5bnP4 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sEUVV5bnP4 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-sEUVV5bnP4 .link,
.cid-sEUVV5bnP4 .wrapper {
  color: #82bc0a;
}
.cid-sEUVV5bnP4 .mbr-section-subtitle {
  color: #000000;
}
.cid-sEUVV5bnP4 .card-title,
.cid-sEUVV5bnP4 .card-box {
  color: #000000;
}
.cid-sEUVV5bnP4 .mbr-text,
.cid-sEUVV5bnP4 .mbr-section-btn {
  color: #999999;
}
.cid-sEUVV5bnP4 .mbr-text,
.cid-sEUVV5bnP4 .wrapper {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sF0IMXIHo5 {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sF0IMXIHo5 .nav-item,
.cid-sF0IMXIHo5 .nav-link,
.cid-sF0IMXIHo5 .navbar-caption {
  font-weight: normal;
}
.cid-sF0IMXIHo5 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sF0IMXIHo5 .nav-link:before,
.cid-sF0IMXIHo5 .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-sF0IMXIHo5 .nav-item:hover .nav-link:before,
.cid-sF0IMXIHo5 .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sF0IMXIHo5 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sF0IMXIHo5 .dropdown-toggle::after,
.cid-sF0IMXIHo5 .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-sF0IMXIHo5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sF0IMXIHo5 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sF0IMXIHo5 .nav-item:focus,
.cid-sF0IMXIHo5 .nav-link:focus {
  outline: none;
}
.cid-sF0IMXIHo5 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sF0IMXIHo5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sF0IMXIHo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sF0IMXIHo5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sF0IMXIHo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF0IMXIHo5 .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sF0IMXIHo5 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sF0IMXIHo5 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sF0IMXIHo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF0IMXIHo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sF0IMXIHo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sF0IMXIHo5 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sF0IMXIHo5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sF0IMXIHo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sF0IMXIHo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sF0IMXIHo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF0IMXIHo5 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sF0IMXIHo5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sF0IMXIHo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF0IMXIHo5 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sF0IMXIHo5 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sF0IMXIHo5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF0IMXIHo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sF0IMXIHo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sF0IMXIHo5 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sF0IMXIHo5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sF0IMXIHo5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF0IMXIHo5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF0IMXIHo5 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sF0IMXIHo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF0IMXIHo5 .dropdown-item.active,
.cid-sF0IMXIHo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-sF0IMXIHo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sF0IMXIHo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sF0IMXIHo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF0IMXIHo5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sF0IMXIHo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sF0IMXIHo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF0IMXIHo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sF0IMXIHo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sF0IMXIHo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sF0IMXIHo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sF0IMXIHo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sF0IMXIHo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sF0IMXIHo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sF0IMXIHo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sF0IMXIHo5 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sF0IMXIHo5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sF0IMXIHo5 .mbr-iconfont {
  color: #ffffff;
}
.cid-sF0IMXIHo5 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sF0IMXIHo5 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF0IMXIHo5 .navbar {
    height: 77px;
  }
  .cid-sF0IMXIHo5 .navbar.opened {
    height: auto;
  }
  .cid-sF0IMXIHo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sF0IMXIHo5 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sF0IMWCEiN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1620x1080.webp");
}
.cid-sF0IMWCEiN .mbr-text,
.cid-sF0IMWCEiN .mbr-section-btn {
  color: #ffffff;
}
.cid-sF0IMWCEiN .mbr-section-title {
  color: #8fd400;
}
.cid-vfWune85YU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWune85YU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWune85YU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWune85YU .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWune85YU .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWune85YU .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWune85YU .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWune85YU .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWune85YU .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWune85YU .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWune85YU .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWune85YU .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWune85YU .mbr-section-title {
  color: #000000;
}
.cid-vfWune85YU .mbr-text,
.cid-vfWune85YU .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWune85YU .list {
  color: #000000;
}
.cid-vfWune85YU .mbr-section-title,
.cid-vfWune85YU .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWune85YU .mbr-text {
  color: #ffffff;
}
.cid-sX2ogwsrU1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sX2ogwsrU1 .item-img {
  position: relative;
}
.cid-sX2ogwsrU1 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-sX2ogwsrU1 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-sX2ogwsrU1 .btn-tag:hover,
.cid-sX2ogwsrU1 .btn-tag:focus {
  box-shadow: none;
}
.cid-sX2ogwsrU1 img,
.cid-sX2ogwsrU1 .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-sX2ogwsrU1 .item:focus,
.cid-sX2ogwsrU1 span:focus {
  outline: none;
}
.cid-sX2ogwsrU1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sX2ogwsrU1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sX2ogwsrU1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sX2ogwsrU1 .mbr-section-title {
  color: #232323;
}
.cid-sX2ogwsrU1 .mbr-text,
.cid-sX2ogwsrU1 .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-sX2ogwsrU1 .item-title {
  color: #353535;
}
.cid-sX2ogwsrU1 .item-subtitle {
  text-align: center;
}
.cid-vfWunUYxLf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWunUYxLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWunUYxLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWunUYxLf .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWunUYxLf .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWunUYxLf .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWunUYxLf .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWunUYxLf .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWunUYxLf .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWunUYxLf .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWunUYxLf .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWunUYxLf .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWunUYxLf .mbr-section-title {
  color: #000000;
}
.cid-vfWunUYxLf .mbr-text,
.cid-vfWunUYxLf .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWunUYxLf .list {
  color: #000000;
}
.cid-vfWunUYxLf .mbr-section-title,
.cid-vfWunUYxLf .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWunUYxLf .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWunUYxLf .list,
.cid-vfWunUYxLf .item-wrap,
.cid-vfWunUYxLf .list-wrapper {
  color: #ffffff;
}
.cid-sF0IMZLoE8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-sF0IMZLoE8 .menu__items {
  margin-bottom: 2.8rem;
  font-weight: 700;
  color: #000000;
}
.cid-sF0IMZLoE8 .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sF0IMZLoE8 .social {
  margin-bottom: 50px;
}
.cid-sF0IMZLoE8 .social__wrap a {
  margin: 0 15px;
}
.cid-sF0IMZLoE8 .social__wrap a:last-child {
  margin-right: 0;
}
.cid-sF0IMZLoE8 .social__wrap a:first-child {
  margin-left: 0;
}
.cid-sF0IMZLoE8 .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-sF0IMZLoE8 .mbr-iconfont {
  font-size: 18px;
  transition: all 0.25s ease;
  transition-duration: 0s;
}
.cid-sF0IMZLoE8 .divider {
  opacity: 0.5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-sF0IMZLoE8 .divider {
    margin-top: 0;
  }
}
.cid-sF0IMZLoE8 .brand {
  margin-bottom: 30px;
}
.cid-sF0IMZLoE8 .brand__text {
  margin-bottom: 0;
}
.cid-sF0IMZLoE8 .brand__text a {
  font-weight: 700;
}
.cid-sF0IMZLoE8 .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-sF0IMZLoE8 .adress {
  margin-bottom: 50px;
}
.cid-sF0IMZLoE8 .title__info {
  margin-bottom: 25px;
}
.cid-sF0IMZLoE8 .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-sF0IMZLoE8 .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-sF0IMZLoE8 .btn {
  font-weight: 500;
}
@media (max-width: 992px) {
  .cid-sF0IMZLoE8 .menu {
    margin-bottom: 2rem;
  }
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sFFBNZDZXp {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sFFBNZDZXp .nav-item,
.cid-sFFBNZDZXp .nav-link,
.cid-sFFBNZDZXp .navbar-caption {
  font-weight: normal;
}
.cid-sFFBNZDZXp .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sFFBNZDZXp .nav-link:before,
.cid-sFFBNZDZXp .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-sFFBNZDZXp .nav-item:hover .nav-link:before,
.cid-sFFBNZDZXp .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sFFBNZDZXp .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sFFBNZDZXp .dropdown-toggle::after,
.cid-sFFBNZDZXp .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-sFFBNZDZXp .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sFFBNZDZXp .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sFFBNZDZXp .nav-item:focus,
.cid-sFFBNZDZXp .nav-link:focus {
  outline: none;
}
.cid-sFFBNZDZXp .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sFFBNZDZXp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sFFBNZDZXp .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sFFBNZDZXp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFFBNZDZXp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFFBNZDZXp .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sFFBNZDZXp .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sFFBNZDZXp .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sFFBNZDZXp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFFBNZDZXp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFFBNZDZXp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sFFBNZDZXp .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sFFBNZDZXp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sFFBNZDZXp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sFFBNZDZXp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sFFBNZDZXp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFFBNZDZXp .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sFFBNZDZXp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFFBNZDZXp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFFBNZDZXp .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sFFBNZDZXp .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sFFBNZDZXp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFFBNZDZXp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFFBNZDZXp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sFFBNZDZXp .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sFFBNZDZXp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sFFBNZDZXp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFFBNZDZXp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFFBNZDZXp .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sFFBNZDZXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFFBNZDZXp .dropdown-item.active,
.cid-sFFBNZDZXp .dropdown-item:active {
  background-color: transparent;
}
.cid-sFFBNZDZXp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFFBNZDZXp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sFFBNZDZXp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFFBNZDZXp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFFBNZDZXp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sFFBNZDZXp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFFBNZDZXp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFFBNZDZXp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFFBNZDZXp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFFBNZDZXp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFFBNZDZXp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFFBNZDZXp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFFBNZDZXp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFFBNZDZXp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFFBNZDZXp .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sFFBNZDZXp a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sFFBNZDZXp .mbr-iconfont {
  color: #ffffff;
}
.cid-sFFBNZDZXp .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sFFBNZDZXp .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFFBNZDZXp .navbar {
    height: 77px;
  }
  .cid-sFFBNZDZXp .navbar.opened {
    height: auto;
  }
  .cid-sFFBNZDZXp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFFBNZDZXp .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uWzgZ219py {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/images-1-275x183.webp");
}
.cid-uWzgZ219py .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzgZ219py .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sFIy7xET1v {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFIy7xET1v .form-control,
.cid-sFIy7xET1v .form-control:focus {
  color: #393636 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #393636;
}
.cid-sFIy7xET1v .form-control:focus,
.cid-sFIy7xET1v .form-control:focus:focus {
  outline: none;
}
.cid-sFIy7xET1v input::-webkit-input-placeholder {
  color: #393636;
}
.cid-sFIy7xET1v input::-moz-placeholder {
  color: #393636;
}
.cid-sFIy7xET1v textarea::-webkit-input-placeholder {
  color: #393636;
}
.cid-sFIy7xET1v textarea::-moz-placeholder {
  color: #393636;
}
.cid-sFIy7xET1v .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sFIy7xET1v .form-control {
  margin-bottom: 15px;
}
.cid-sFIy7xET1v .map {
  width: 100%;
  height: 30rem;
}
.cid-sFIy7xET1v .map iframe {
  width: inherit;
  height: 100%;
}
.cid-sFIy7xET1v .mbr-text {
  color: #767676;
}
.cid-sFIy7xET1v .input-group-btn {
  display: block;
}
.cid-sFIy7xET1v .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(1);
}
.cid-sFIy7xET1v .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFIy7xET1v .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFIy7xET1v .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFIy7xET1v .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-sFIy7xET1v .mbr-section-subtitle,
  .cid-sFIy7xET1v .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-sFIy7xET1v .mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-sFIy7xET1v .mbr-section-subtitle {
  text-align: center;
  color: #8fd400;
}
.cid-sFIy7xET1v H2 {
  text-align: center;
  color: #393636;
}
.cid-sFFCT1lQQ0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1440.webp");
}
.cid-sFFBO5F3QD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFFBO5F3QD .mbr-section-title,
.cid-sFFBO5F3QD .mbr-section-subtitle {
  color: #000000;
}
.cid-sFFBO5F3QD .mbr-section-text {
  color: #232323;
}
.cid-sFFBO5F3QD .mbr-text,
.cid-sFFBO5F3QD .typed-text,
.cid-sFFBO5F3QD .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFFBO5F3QD .btn {
  margin-left: 4px !important;
}
.cid-sFFBO5F3QD .animated-element {
  color: #ff3366;
}
.cid-sFFBO5F3QD .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sFFBO5F3QD .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sFFBO5F3QD .typed-text,
  .cid-sFFBO5F3QD .mbr-section-subtitle,
  .cid-sFFBO5F3QD .mbr-section-text,
  .cid-sFFBO5F3QD .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sFFBO5F3QD .mbr-section-subtitle,
.cid-sFFBO5F3QD .typed-text {
  color: #ea3223;
}
.cid-sFFBO5F3QD .mbr-section-text,
.cid-sFFBO5F3QD .mbr-section-btn {
  color: #606060;
}
.cid-sFIBey2ghH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1233.webp");
}
.cid-sFIBey2ghH .mbr-section-title {
  margin-bottom: 45px;
  color: #393636;
}
.cid-sFIBey2ghH .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-sFIBey2ghH .card:last-child {
  border-bottom: none !important;
}
.cid-sFIBey2ghH .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-sFIBey2ghH .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sFIBey2ghH .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sFIBey2ghH .card,
.cid-sFIBey2ghH .card-header {
  background-color: transparent !important;
}
.cid-sFIBey2ghH .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-sFIBey2ghH .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-sFIBey2ghH .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-sFIBey2ghH .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sFIBey2ghH .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-sFIBey2ghH .mbr-section-btn {
  margin-top: 15px;
}
.cid-sFIBey2ghH .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-sFIBey2ghH .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-sFIBey2ghH .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-sFIBey2ghH .mbr-text,
.cid-sFIBey2ghH .mbr-section-btn {
  color: #000000;
}
.cid-sFIBdFo46O {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFIBdFo46O .mbr-section-title,
.cid-sFIBdFo46O .mbr-text {
  margin-bottom: 0;
}
.cid-sFIBdFo46O .title__block {
  margin-bottom: 45px;
}
.cid-sFIBdFo46O .mbr-text {
  color: #393636;
  letter-spacing: 2px;
  text-align: center;
}
.cid-sFIBdFo46O .mbr-section-title {
  margin-top: 15px;
  color: #606060;
}
.cid-sFIBdFo46O .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFIBdFo46O .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-sFO6jVpawI {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bee-image-2000x1499.webp");
}
.cid-sFO6jVpawI H1 {
  color: #000000;
}
.cid-sFO6jVpawI .mbr-text,
.cid-sFO6jVpawI .mbr-section-btn {
  color: #ffffff;
}
.cid-sFO6jVpawI .mbr-subtitle {
  color: #000000;
}
.cid-sFO6jVpawI .mbr-text {
  margin-top: 1.5rem;
}
.cid-sFO6jVpawI .mbr-section-btn {
  margin-top: 2rem;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sFGFav7PUI {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sFGFav7PUI .nav-item,
.cid-sFGFav7PUI .nav-link,
.cid-sFGFav7PUI .navbar-caption {
  font-weight: normal;
}
.cid-sFGFav7PUI .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sFGFav7PUI .nav-link:before,
.cid-sFGFav7PUI .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-sFGFav7PUI .nav-item:hover .nav-link:before,
.cid-sFGFav7PUI .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sFGFav7PUI .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sFGFav7PUI .dropdown-toggle::after,
.cid-sFGFav7PUI .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-sFGFav7PUI .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sFGFav7PUI .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sFGFav7PUI .nav-item:focus,
.cid-sFGFav7PUI .nav-link:focus {
  outline: none;
}
.cid-sFGFav7PUI .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sFGFav7PUI .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sFGFav7PUI .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sFGFav7PUI .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFGFav7PUI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGFav7PUI .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sFGFav7PUI .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sFGFav7PUI .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sFGFav7PUI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGFav7PUI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGFav7PUI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sFGFav7PUI .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sFGFav7PUI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sFGFav7PUI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sFGFav7PUI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sFGFav7PUI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGFav7PUI .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sFGFav7PUI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFGFav7PUI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGFav7PUI .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sFGFav7PUI .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sFGFav7PUI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGFav7PUI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFGFav7PUI .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sFGFav7PUI .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sFGFav7PUI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sFGFav7PUI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFGFav7PUI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGFav7PUI .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sFGFav7PUI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGFav7PUI .dropdown-item.active,
.cid-sFGFav7PUI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGFav7PUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sFGFav7PUI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sFGFav7PUI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGFav7PUI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGFav7PUI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sFGFav7PUI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGFav7PUI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFGFav7PUI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFav7PUI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFav7PUI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFGFav7PUI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFav7PUI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFGFav7PUI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFGFav7PUI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFav7PUI .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sFGFav7PUI a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sFGFav7PUI .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGFav7PUI .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sFGFav7PUI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGFav7PUI .navbar {
    height: 77px;
  }
  .cid-sFGFav7PUI .navbar.opened {
    height: auto;
  }
  .cid-sFGFav7PUI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGFav7PUI .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sFGFatbZoZ {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-sFGFatbZoZ .mbr-text,
.cid-sFGFatbZoZ .mbr-section-btn {
  color: #ebeaed;
}
.cid-sFGFatbZoZ .mbr-section-title {
  color: #8fd400;
}
.cid-sFGYvGhnu4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sFGYvGhnu4 .video-wrapper iframe {
  width: 100%;
}
.cid-sFGYvGhnu4 .mbr-section-title,
.cid-sFGYvGhnu4 .mbr-section-subtitle,
.cid-sFGYvGhnu4 .mbr-text {
  text-align: center;
}
.cid-sFGYvGhnu4 .mbr-section-title {
  color: #8fd400;
}
.cid-sFHatv0Yon {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFHatv0Yon .top-part {
  margin-bottom: 70px;
}
.cid-sFHatv0Yon .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sFHatv0Yon .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sFHatv0Yon .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sFHatv0Yon .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sFHatv0Yon .nav-tabs .nav-item.open .nav-link:focus,
.cid-sFHatv0Yon .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sFHatv0Yon .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sFHatv0Yon .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sFHatv0Yon .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sFHatv0Yon .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sFHatv0Yon .nav-tabs .nav-link {
  color: #606060;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sFHatv0Yon .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sFHatv0Yon .nav-tabs .nav-link.active {
  border-bottom: 2px solid #8fd400;
  color: #28303f;
}
.cid-sFHatv0Yon .nav-tabs .nav-link.active span {
  color: #8fd400;
}
.cid-sFHatv0Yon .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sFHatv0Yon .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sFHatv0Yon .mbr-text,
  .cid-sFHatv0Yon .nav-link {
    text-align: left;
  }
  .cid-sFHatv0Yon .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sFHatv0Yon .mbr-section-title,
  .cid-sFHatv0Yon .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sFHatv0Yon .tab-content {
  margin-top: 44px;
}
.cid-sFHatv0Yon .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sFHatv0Yon .top-part .mbr-section-title {
  color: #8fd400;
}
.cid-sFHatv0Yon .top-part .mbr-section-subtitle {
  color: #606060;
}
.cid-sFHatv0Yon .tab-content .tab-pane .mbr-section-title,
.cid-sFHatv0Yon .mbr-list {
  color: #606060;
}
.cid-sFH27Mbdfv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sFH27Mbdfv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFH27Mbdfv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFH27Mbdfv .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sFH27Mbdfv .card-text {
  text-align: center;
}
.cid-sFH27Mbdfv .card-title {
  text-align: center;
}
.cid-sFH2XhPNYO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sFH2XhPNYO .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFH2XhPNYO .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFH2XhPNYO .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sFH2XhPNYO .card-text {
  text-align: center;
}
.cid-sFH2XhPNYO .card-title {
  text-align: center;
}
.cid-sFGVNnLby9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFGVNnLby9 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sFGVNnLby9 .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-sFGVNnLby9 .icons {
  margin-left: 20px;
}
.cid-sFGVNnLby9 .icons .mbr-iconfont {
  color: #ebeaed;
  margin: 0 40px 10px 0;
  font-size: 32px;
}
.cid-sFGVNnLby9 .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sFGVNnLby9 .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
  display: block !important;
}
@media (min-width: 767px) {
  .cid-sFGVNnLby9 .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-sFGVNnLby9 .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-sFGVNnLby9 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sFGVNnLby9 .card__block {
  margin-bottom: 80px;
}
.cid-sFGVNnLby9 .card__block:last-child {
  margin-bottom: 0;
}
.cid-sFGVNnLby9 .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-sFGVNnLby9 .icon__card .mbr-iconfont {
  color: #ebeaed;
  font-size: 50px;
}
.cid-sFGVNnLby9 .card__title {
  margin: 10px 0 20px;
}
.cid-sFGVNnLby9 .card__text {
  margin-bottom: 0;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-sFGVNnLby9 .mbr-section-btn,
  .cid-sFGVNnLby9 .mbr-section-title,
  .cid-sFGVNnLby9 .mbr-text,
  .cid-sFGVNnLby9 .buttons {
    text-align: left !important;
  }
  .cid-sFGVNnLby9 .card__block {
    margin-bottom: 40px;
  }
  .cid-sFGVNnLby9 .card__title {
    margin: 10px 0;
  }
}
.cid-sFH0082BN6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sFH0082BN6 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sFH0082BN6 img {
    width: 100%;
  }
}
.cid-sFH0082BN6 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sFH0082BN6 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sFH0082BN6 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sFH0082BN6 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sFH0082BN6 .mbr-text,
.cid-sFH0082BN6 .mbr-section-btn {
  color: #393636;
}
.cid-sFH0082BN6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sFH0082BN6 .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sFH0082BN6 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sFH0082BN6 .mbr-section-title {
  color: #8fd400;
}
.cid-vfWtVSGN0B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWtVSGN0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWtVSGN0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWtVSGN0B .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWtVSGN0B .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWtVSGN0B .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWtVSGN0B .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWtVSGN0B .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWtVSGN0B .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWtVSGN0B .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWtVSGN0B .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWtVSGN0B .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWtVSGN0B .mbr-section-title {
  color: #000000;
}
.cid-vfWtVSGN0B .mbr-text,
.cid-vfWtVSGN0B .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWtVSGN0B .list {
  color: #000000;
}
.cid-vfWtVSGN0B .mbr-section-title,
.cid-vfWtVSGN0B .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWtVSGN0B .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWtVSGN0B .list,
.cid-vfWtVSGN0B .item-wrap,
.cid-vfWtVSGN0B .list-wrapper {
  color: #ffffff;
}
.cid-sFHdv6dSSY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sFHdv6dSSY .mbr-section-title,
.cid-sFHdv6dSSY .mbr-section-subtitle {
  color: #000000;
}
.cid-sFHdv6dSSY .mbr-section-text {
  color: #232323;
}
.cid-sFHdv6dSSY .mbr-text,
.cid-sFHdv6dSSY .typed-text,
.cid-sFHdv6dSSY .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFHdv6dSSY .btn {
  margin-left: 4px !important;
}
.cid-sFHdv6dSSY .animated-element {
  color: #ff3366;
}
.cid-sFHdv6dSSY .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sFHdv6dSSY .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sFHdv6dSSY .typed-text,
  .cid-sFHdv6dSSY .mbr-section-subtitle,
  .cid-sFHdv6dSSY .mbr-section-text,
  .cid-sFHdv6dSSY .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sFHdv6dSSY .mbr-section-subtitle,
.cid-sFHdv6dSSY .typed-text {
  color: #ea3223;
}
.cid-sFHdv6dSSY .mbr-section-text,
.cid-sFHdv6dSSY .mbr-section-btn {
  color: #606060;
}
.cid-sVpABhgJLz.popup-builder {
  background-color: #ffffff;
}
.cid-sVpABhgJLz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVpABhgJLz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVpABhgJLz .modal-content,
.cid-sVpABhgJLz .modal-dialog {
  height: auto;
}
.cid-sVpABhgJLz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVpABhgJLz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVpABhgJLz .form-wrapper .mbr-form .form-group,
  .cid-sVpABhgJLz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVpABhgJLz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVpABhgJLz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVpABhgJLz .mbr-text {
  text-align: center;
}
.cid-sVpABhgJLz .pt-0 {
  padding-top: 0 !important;
}
.cid-sVpABhgJLz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVpABhgJLz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVpABhgJLz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVpABhgJLz .modal-open {
  overflow: hidden;
}
.cid-sVpABhgJLz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVpABhgJLz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVpABhgJLz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVpABhgJLz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVpABhgJLz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVpABhgJLz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVpABhgJLz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVpABhgJLz .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVpABhgJLz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVpABhgJLz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVpABhgJLz .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVpABhgJLz .modal-backdrop.show {
  opacity: .5;
}
.cid-sVpABhgJLz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVpABhgJLz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVpABhgJLz .modal-header {
    padding: 1rem;
  }
}
.cid-sVpABhgJLz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVpABhgJLz .modal-header .close svg {
  fill: #8fd400;
}
.cid-sVpABhgJLz .modal-header .close:hover {
  opacity: 1;
}
.cid-sVpABhgJLz .modal-header .close:focus {
  outline: none;
}
.cid-sVpABhgJLz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVpABhgJLz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVpABhgJLz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVpABhgJLz .modal-body {
    padding: 1rem;
  }
}
.cid-sVpABhgJLz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVpABhgJLz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVpABhgJLz .modal-footer {
    padding: 1rem;
  }
}
.cid-sVpABhgJLz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVpABhgJLz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVpABhgJLz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVpABhgJLz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVpABhgJLz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVpABhgJLz .modal-lg,
  .cid-sVpABhgJLz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVpABhgJLz .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVpABhgJLz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVpABhgJLz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVpABhgJLz .form-group {
  margin-bottom: 1rem;
}
.cid-sVpABhgJLz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVpABhgJLz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVpABhgJLz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVpABhgJLz .mbr-section-btn {
  margin: 0;
}
.cid-sVpABhgJLz .mbr-section-btn .btn {
  margin: 0;
}
.cid-sFI6bC51TL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sFI6bC51TL .mbr-text,
.cid-sFI6bC51TL .mbr-section-btn {
  color: #1d2c35;
}
.cid-sFI6bC51TL .card-title,
.cid-sFI6bC51TL .card-box {
  color: #1d2c35;
}
.cid-sFI6bC51TL .mbr-text,
.cid-sFI6bC51TL .link-wrap {
  color: #1d2c35;
}
.cid-sVpBog9Aoy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sVpBog9Aoy .video-wrapper iframe {
  width: 100%;
}
.cid-sVpBog9Aoy .mbr-section-title,
.cid-sVpBog9Aoy .mbr-section-subtitle,
.cid-sVpBog9Aoy .mbr-text {
  text-align: center;
}
.cid-sVpBog9Aoy .mbr-section-title {
  color: #8fd400;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sMha1UC96F {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sMha1UC96F .nav-item,
.cid-sMha1UC96F .nav-link,
.cid-sMha1UC96F .navbar-caption {
  font-weight: normal;
}
.cid-sMha1UC96F .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMha1UC96F .nav-link:before,
.cid-sMha1UC96F .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-sMha1UC96F .nav-item:hover .nav-link:before,
.cid-sMha1UC96F .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sMha1UC96F .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMha1UC96F .dropdown-toggle::after,
.cid-sMha1UC96F .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-sMha1UC96F .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMha1UC96F .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMha1UC96F .nav-item:focus,
.cid-sMha1UC96F .nav-link:focus {
  outline: none;
}
.cid-sMha1UC96F .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMha1UC96F .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMha1UC96F .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMha1UC96F .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMha1UC96F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMha1UC96F .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sMha1UC96F .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sMha1UC96F .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMha1UC96F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMha1UC96F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMha1UC96F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMha1UC96F .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMha1UC96F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMha1UC96F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMha1UC96F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMha1UC96F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMha1UC96F .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMha1UC96F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMha1UC96F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMha1UC96F .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMha1UC96F .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMha1UC96F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMha1UC96F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMha1UC96F .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMha1UC96F .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sMha1UC96F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMha1UC96F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMha1UC96F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMha1UC96F .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMha1UC96F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMha1UC96F .dropdown-item.active,
.cid-sMha1UC96F .dropdown-item:active {
  background-color: transparent;
}
.cid-sMha1UC96F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMha1UC96F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMha1UC96F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMha1UC96F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMha1UC96F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMha1UC96F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMha1UC96F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMha1UC96F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMha1UC96F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMha1UC96F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMha1UC96F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMha1UC96F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMha1UC96F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMha1UC96F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMha1UC96F .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sMha1UC96F a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMha1UC96F .mbr-iconfont {
  color: #ffffff;
}
.cid-sMha1UC96F .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMha1UC96F .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMha1UC96F .navbar {
    height: 77px;
  }
  .cid-sMha1UC96F .navbar.opened {
    height: auto;
  }
  .cid-sMha1UC96F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMha1UC96F .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMha1PFmNI {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-2906-1600x1200.webp");
}
.cid-sMha1PFmNI .mbr-text,
.cid-sMha1PFmNI .mbr-section-btn {
  color: #ebeaed;
  text-align: left;
}
.cid-sMha1PFmNI .mbr-section-title {
  color: #8fd400;
}
.cid-sMha1PFmNI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sMha1Rs8vI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sMha1Rs8vI .video-wrapper iframe {
  width: 100%;
}
.cid-sMha1Rs8vI .mbr-section-title,
.cid-sMha1Rs8vI .mbr-section-subtitle,
.cid-sMha1Rs8vI .mbr-text {
  text-align: center;
}
.cid-sMha1Rs8vI .mbr-section-title {
  color: #8fd400;
}
.cid-sMha1RUnRK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sMha1RUnRK .top-part {
  margin-bottom: 70px;
}
.cid-sMha1RUnRK .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sMha1RUnRK .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sMha1RUnRK .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sMha1RUnRK .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sMha1RUnRK .nav-tabs .nav-item.open .nav-link:focus,
.cid-sMha1RUnRK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sMha1RUnRK .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sMha1RUnRK .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sMha1RUnRK .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sMha1RUnRK .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sMha1RUnRK .nav-tabs .nav-link {
  color: #393636;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sMha1RUnRK .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sMha1RUnRK .nav-tabs .nav-link.active {
  border-bottom: 2px solid #8fd400;
  color: #28303f;
}
.cid-sMha1RUnRK .nav-tabs .nav-link.active span {
  color: #8fd400;
}
.cid-sMha1RUnRK .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sMha1RUnRK .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sMha1RUnRK .mbr-text,
  .cid-sMha1RUnRK .nav-link {
    text-align: left;
  }
  .cid-sMha1RUnRK .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sMha1RUnRK .mbr-section-title,
  .cid-sMha1RUnRK .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sMha1RUnRK .tab-content {
  margin-top: 44px;
}
.cid-sMha1RUnRK .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sMha1RUnRK .top-part .mbr-section-title {
  color: #8fd400;
}
.cid-sMha1RUnRK .top-part .mbr-section-subtitle {
  color: #606060;
}
.cid-sMha1RUnRK .tab-content .tab-pane .mbr-section-title,
.cid-sMha1RUnRK .mbr-list {
  color: #606060;
}
.cid-sMha1SDBaw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sMha1SDBaw .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMha1SDBaw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sMha1SDBaw .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sMha1SDBaw .card-text {
  text-align: center;
}
.cid-sMha1SDBaw .card-title {
  text-align: center;
}
.cid-sMha1T9pAe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sMha1T9pAe .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMha1T9pAe .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sMha1T9pAe .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sMha1T9pAe .card-text {
  text-align: center;
}
.cid-sMha1T9pAe .card-title {
  text-align: center;
}
.cid-sMha1TFKNB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sMha1TFKNB .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sMha1TFKNB .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-sMha1TFKNB .icons {
  margin-left: 20px;
}
.cid-sMha1TFKNB .icons .mbr-iconfont {
  color: #ebeaed;
  margin: 0 40px 10px 0;
  font-size: 32px;
}
.cid-sMha1TFKNB .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sMha1TFKNB .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
  display: block !important;
}
@media (min-width: 767px) {
  .cid-sMha1TFKNB .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-sMha1TFKNB .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-sMha1TFKNB .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sMha1TFKNB .card__block {
  margin-bottom: 80px;
}
.cid-sMha1TFKNB .card__block:last-child {
  margin-bottom: 0;
}
.cid-sMha1TFKNB .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-sMha1TFKNB .icon__card .mbr-iconfont {
  color: #ebeaed;
  font-size: 50px;
}
.cid-sMha1TFKNB .card__title {
  margin: 10px 0 20px;
}
.cid-sMha1TFKNB .card__text {
  margin-bottom: 0;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-sMha1TFKNB .mbr-section-btn,
  .cid-sMha1TFKNB .mbr-section-title,
  .cid-sMha1TFKNB .mbr-text,
  .cid-sMha1TFKNB .buttons {
    text-align: left !important;
  }
  .cid-sMha1TFKNB .card__block {
    margin-bottom: 40px;
  }
  .cid-sMha1TFKNB .card__title {
    margin: 10px 0;
  }
}
.cid-sVD4QtJWTP.popup-builder {
  background-color: #ffffff;
}
.cid-sVD4QtJWTP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD4QtJWTP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD4QtJWTP .modal-content,
.cid-sVD4QtJWTP .modal-dialog {
  height: auto;
}
.cid-sVD4QtJWTP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD4QtJWTP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD4QtJWTP .form-wrapper .mbr-form .form-group,
  .cid-sVD4QtJWTP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD4QtJWTP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD4QtJWTP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD4QtJWTP .mbr-text {
  text-align: center;
}
.cid-sVD4QtJWTP .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD4QtJWTP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD4QtJWTP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD4QtJWTP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD4QtJWTP .modal-open {
  overflow: hidden;
}
.cid-sVD4QtJWTP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD4QtJWTP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD4QtJWTP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD4QtJWTP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD4QtJWTP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD4QtJWTP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD4QtJWTP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD4QtJWTP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD4QtJWTP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD4QtJWTP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD4QtJWTP .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD4QtJWTP .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD4QtJWTP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD4QtJWTP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD4QtJWTP .modal-header {
    padding: 1rem;
  }
}
.cid-sVD4QtJWTP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD4QtJWTP .modal-header .close svg {
  fill: #a61919;
}
.cid-sVD4QtJWTP .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD4QtJWTP .modal-header .close:focus {
  outline: none;
}
.cid-sVD4QtJWTP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVD4QtJWTP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD4QtJWTP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD4QtJWTP .modal-body {
    padding: 1rem;
  }
}
.cid-sVD4QtJWTP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD4QtJWTP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD4QtJWTP .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD4QtJWTP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD4QtJWTP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD4QtJWTP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD4QtJWTP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD4QtJWTP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD4QtJWTP .modal-lg,
  .cid-sVD4QtJWTP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD4QtJWTP .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD4QtJWTP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD4QtJWTP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD4QtJWTP .form-group {
  margin-bottom: 1rem;
}
.cid-sVD4QtJWTP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD4QtJWTP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD4QtJWTP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD4QtJWTP .mbr-section-btn {
  margin: 0;
}
.cid-sVD4QtJWTP .mbr-section-btn .btn {
  margin: 0;
}
.cid-sMha1UkvFX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sMha1UkvFX img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sMha1UkvFX img {
    width: 100%;
  }
}
.cid-sMha1UkvFX .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sMha1UkvFX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sMha1UkvFX .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sMha1UkvFX .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sMha1UkvFX .mbr-text,
.cid-sMha1UkvFX .mbr-section-btn {
  color: #393636;
}
.cid-sMha1UkvFX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sMha1UkvFX .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sMha1UkvFX .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sMha1UkvFX .mbr-section-title {
  color: #8fd400;
}
.cid-sMha1V4fPx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMha1V4fPx .mbr-section-title,
.cid-sMha1V4fPx .mbr-section-subtitle {
  color: #000000;
}
.cid-sMha1V4fPx .mbr-section-text {
  color: #232323;
}
.cid-sMha1V4fPx .mbr-text,
.cid-sMha1V4fPx .typed-text,
.cid-sMha1V4fPx .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sMha1V4fPx .btn {
  margin-left: 4px !important;
}
.cid-sMha1V4fPx .animated-element {
  color: #ff3366;
}
.cid-sMha1V4fPx .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sMha1V4fPx .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sMha1V4fPx .typed-text,
  .cid-sMha1V4fPx .mbr-section-subtitle,
  .cid-sMha1V4fPx .mbr-section-text,
  .cid-sMha1V4fPx .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sMha1V4fPx .mbr-section-subtitle,
.cid-sMha1V4fPx .typed-text {
  color: #ea3223;
}
.cid-sMha1V4fPx .mbr-section-text,
.cid-sMha1V4fPx .mbr-section-btn {
  color: #606060;
}
.cid-sOh9njSTqK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pa100043-2000x1500.webp");
}
.cid-sOh9njSTqK .mbr-text,
.cid-sOh9njSTqK .mbr-section-btn {
  color: #1d2c35;
}
.cid-sOh9njSTqK .card-title,
.cid-sOh9njSTqK .card-box {
  color: #8fd400;
  text-align: left;
}
.cid-sOh9njSTqK .mbr-text,
.cid-sOh9njSTqK .link-wrap {
  color: #1d2c35;
}
.cid-sOh9njSTqK .card-box .mbr-text,
.cid-sOh9njSTqK .mbr-section-btn {
  color: #ffffff;
}
.cid-sOha0sntkb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOha0sntkb .mbr-section-title,
.cid-sOha0sntkb .mbr-section-subtitle {
  color: #000000;
}
.cid-sOha0sntkb .mbr-section-text {
  color: #232323;
}
.cid-sOha0sntkb .mbr-text,
.cid-sOha0sntkb .typed-text,
.cid-sOha0sntkb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sOha0sntkb .btn {
  margin-left: 4px !important;
}
.cid-sOha0sntkb .animated-element {
  color: #ff3366;
}
.cid-sOha0sntkb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sOha0sntkb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sOha0sntkb .typed-text,
  .cid-sOha0sntkb .mbr-section-subtitle,
  .cid-sOha0sntkb .mbr-section-text,
  .cid-sOha0sntkb .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sOha0sntkb .mbr-section-subtitle,
.cid-sOha0sntkb .typed-text {
  color: #000000;
}
.cid-sOha0sntkb .mbr-section-text,
.cid-sOha0sntkb .mbr-section-btn {
  color: #606060;
}
.cid-sMha1Vxcc9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sMha1Vxcc9 .mbr-text,
.cid-sMha1Vxcc9 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sMha1Vxcc9 .card-title,
.cid-sMha1Vxcc9 .card-box {
  color: #1d2c35;
}
.cid-sMha1Vxcc9 .mbr-text,
.cid-sMha1Vxcc9 .link-wrap {
  color: #1d2c35;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sOt1iO40iB {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sOt1iO40iB .nav-item,
.cid-sOt1iO40iB .nav-link,
.cid-sOt1iO40iB .navbar-caption {
  font-weight: normal;
}
.cid-sOt1iO40iB .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sOt1iO40iB .nav-link:before,
.cid-sOt1iO40iB .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-sOt1iO40iB .nav-item:hover .nav-link:before,
.cid-sOt1iO40iB .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sOt1iO40iB .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sOt1iO40iB .dropdown-toggle::after,
.cid-sOt1iO40iB .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-sOt1iO40iB .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sOt1iO40iB .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sOt1iO40iB .nav-item:focus,
.cid-sOt1iO40iB .nav-link:focus {
  outline: none;
}
.cid-sOt1iO40iB .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sOt1iO40iB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sOt1iO40iB .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sOt1iO40iB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sOt1iO40iB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOt1iO40iB .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sOt1iO40iB .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sOt1iO40iB .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sOt1iO40iB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOt1iO40iB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOt1iO40iB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sOt1iO40iB .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sOt1iO40iB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sOt1iO40iB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sOt1iO40iB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sOt1iO40iB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOt1iO40iB .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sOt1iO40iB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOt1iO40iB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOt1iO40iB .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sOt1iO40iB .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sOt1iO40iB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOt1iO40iB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sOt1iO40iB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sOt1iO40iB .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sOt1iO40iB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sOt1iO40iB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOt1iO40iB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOt1iO40iB .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sOt1iO40iB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOt1iO40iB .dropdown-item.active,
.cid-sOt1iO40iB .dropdown-item:active {
  background-color: transparent;
}
.cid-sOt1iO40iB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sOt1iO40iB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sOt1iO40iB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOt1iO40iB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOt1iO40iB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sOt1iO40iB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOt1iO40iB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOt1iO40iB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOt1iO40iB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOt1iO40iB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOt1iO40iB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOt1iO40iB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOt1iO40iB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOt1iO40iB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOt1iO40iB .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sOt1iO40iB a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sOt1iO40iB .mbr-iconfont {
  color: #ffffff;
}
.cid-sOt1iO40iB .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sOt1iO40iB .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOt1iO40iB .navbar {
    height: 77px;
  }
  .cid-sOt1iO40iB .navbar.opened {
    height: auto;
  }
  .cid-sOt1iO40iB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOt1iO40iB .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sOt1iAGhzN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-sOt1iAGhzN .mbr-text,
.cid-sOt1iAGhzN .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sOt3HNNOMs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOt3HNNOMs .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-sOt3HNNOMs .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
  margin-top: 30px;
}
.cid-sOt3HNNOMs .mbr-section-btn {
  margin-top: 45px;
}
.cid-sOt3HNNOMs .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-sOt3HNNOMs img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-sOt3HNNOMs .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-sOt3HNNOMs .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-sOt3HNNOMs .mbr-text {
    margin-top: 10px;
  }
}
.cid-sOt3HNNOMs .mbr-text,
.cid-sOt3HNNOMs .mbr-section-btn {
  color: #393636;
}
.cid-sOt1iBBfw5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOt1iBBfw5 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sOt1iBBfw5 .galleryItem {
  border-radius: 10px;
}
.cid-sOt1iBBfw5 .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-sOt1iBBfw5 .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-sOt1iBBfw5 .mbr-gallery-filter li {
  display: block;
}
.cid-sOt1iBBfw5 .mbr-gallery-item .shop-item-price {
  font-size: 15px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sOt1iBBfw5 .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-sOt1iBBfw5 .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-sOt1iBBfw5 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-sOt1iBBfw5 .mbr-shop .row {
  margin: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sOt1iBBfw5 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sOt1iBBfw5 .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sOt1iBBfw5 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sOt1iBBfw5 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-sOt1iBBfw5 .mbr-shop .hide-modal {
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-sOt1iBBfw5 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sOt1iBBfw5 .mbr-shop .filter-by-pu,
.cid-sOt1iBBfw5 .mbr-shop .filter-by-pd,
.cid-sOt1iBBfw5 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sOt1iBBfw5 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sOt1iBBfw5 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sOt1iBBfw5 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-sOt1iBBfw5 .mbr-shop .galleryItem h4,
.cid-sOt1iBBfw5 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sOt1iBBfw5 .mbr-shop .galleryItem h5,
.cid-sOt1iBBfw5 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .galleryItem p,
.cid-sOt1iBBfw5 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sOt1iBBfw5 .mbr-shop .item-button {
  text-align: center;
}
.cid-sOt1iBBfw5 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sOt1iBBfw5 .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-sOt1iBBfw5 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-sOt1iBBfw5 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sOt1iBBfw5 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #cccccc;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sOt1iBBfw5 .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-item__hided h4,
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-item__hided h5,
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-sOt1iBBfw5 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-sOt1iBBfw5 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sOt1iBBfw5 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sOt1iBBfw5 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sOt1iBBfw5 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sOt1iBBfw5 .mbr-shop .range-controls {
  position: relative;
}
.cid-sOt1iBBfw5 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sOt1iBBfw5 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-sOt1iBBfw5 .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-sOt1iBBfw5 .mbr-shop .toggle:hover,
.cid-sOt1iBBfw5 .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-sOt1iBBfw5 .mbr-shop .min-toggle {
  left: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .max-toggle {
  right: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .hided-by-price {
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sOt1iBBfw5 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sOt1iBBfw5 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sOt1iBBfw5 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sOt1iBBfw5 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sOt1iBBfw5 .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-sOt1iBBfw5 .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-sOt1iBBfw5 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sOt1iBBfw5 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sOt1iBBfw5 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-sOt1iBBfw5 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-sOt1iBBfw5 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sOt1iBBfw5 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-sOt1iBBfw5 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sOt1iBBfw5 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sOt1iBBfw5 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sOt1iBBfw5 .mbr-shop .price-range {
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .price-range-reset {
  display: none;
}
.cid-sOt1iBBfw5 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sOt1iBBfw5 .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sOt1iBBfw5 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sOt1iBBfw5 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sOt1iBBfw5 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sOt1iBBfw5 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sOt1iBBfw5 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sOt1iBBfw5 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sOt1iBBfw5 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sOt1iBBfw5 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sOt1iBBfw5 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sOt1iBBfw5 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sOt1iBBfw5 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sOt1iBBfw5 .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sOt1iBBfw5 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sOt1iBBfw5 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sOt1iBBfw5 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sOt1iBBfw5 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sOt1iBBfw5 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sOt1iBBfw5 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sOt1iBBfw5 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sOt1iBBfw5 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sOt1iBBfw5 .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOt1iBBfw5 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sOt1iBBfw5 .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sOt1iBBfw5 .sidebar .sidebar_wraper {
  background-color: #cccccc;
}
.cid-sOt1iBBfw5 .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-sOt1iBBfw5 .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-sOt1iBBfw5 .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-sOt1iBBfw5 .range-slider {
  order: 1;
}
.cid-sOt1iBBfw5 .sidebar-categories {
  order: 2;
}
.cid-sOt1iBBfw5 .bestseller-block {
  order: 3;
}
.cid-sOt1iBBfw5 .categories {
  padding: 0;
}
.cid-sOt1iBBfw5 .sidebar-title {
  font-weight: bold;
  color: #5d6a79;
  text-align: left;
}
.cid-sOt1iBBfw5 .shop-item-price,
.cid-sOt1iBBfw5 .price-block {
  color: #5d6a79;
}
.cid-sOt1iBBfw5 LI {
  text-align: left;
}
.cid-sOt1iBBfw5 .item-title {
  text-align: left;
}
.cid-sOt1iBBfw5 .card-description {
  color: #000000;
}
.cid-sOt1iJyixe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOt1iJyixe .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-sOt1iJyixe .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-sOt1iJyixe .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sOt1iJyixe .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sOt1iJyixe .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sOt1iJyixe .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sOt1iJyixe .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-sOt1iJyixe .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sOt1iJyixe .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sOt1iJyixe .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sOt1iJyixe .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sOt1iKKqX9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sOt1iKKqX9 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sOt1iKKqX9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sOt1iKKqX9 .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-sOt1iKKqX9 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-sOt1iKKqX9 .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sOwJ2lg3JM {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sOwJ2lg3JM .nav-item,
.cid-sOwJ2lg3JM .nav-link,
.cid-sOwJ2lg3JM .navbar-caption {
  font-weight: normal;
}
.cid-sOwJ2lg3JM .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sOwJ2lg3JM .nav-link:before,
.cid-sOwJ2lg3JM .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-sOwJ2lg3JM .nav-item:hover .nav-link:before,
.cid-sOwJ2lg3JM .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sOwJ2lg3JM .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sOwJ2lg3JM .dropdown-toggle::after,
.cid-sOwJ2lg3JM .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-sOwJ2lg3JM .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sOwJ2lg3JM .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sOwJ2lg3JM .nav-item:focus,
.cid-sOwJ2lg3JM .nav-link:focus {
  outline: none;
}
.cid-sOwJ2lg3JM .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sOwJ2lg3JM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sOwJ2lg3JM .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sOwJ2lg3JM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sOwJ2lg3JM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOwJ2lg3JM .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sOwJ2lg3JM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sOwJ2lg3JM .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sOwJ2lg3JM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOwJ2lg3JM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOwJ2lg3JM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sOwJ2lg3JM .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sOwJ2lg3JM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sOwJ2lg3JM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sOwJ2lg3JM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sOwJ2lg3JM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOwJ2lg3JM .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sOwJ2lg3JM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOwJ2lg3JM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOwJ2lg3JM .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sOwJ2lg3JM .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sOwJ2lg3JM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOwJ2lg3JM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sOwJ2lg3JM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sOwJ2lg3JM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sOwJ2lg3JM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sOwJ2lg3JM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOwJ2lg3JM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOwJ2lg3JM .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sOwJ2lg3JM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOwJ2lg3JM .dropdown-item.active,
.cid-sOwJ2lg3JM .dropdown-item:active {
  background-color: transparent;
}
.cid-sOwJ2lg3JM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sOwJ2lg3JM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sOwJ2lg3JM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOwJ2lg3JM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOwJ2lg3JM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sOwJ2lg3JM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOwJ2lg3JM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOwJ2lg3JM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOwJ2lg3JM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOwJ2lg3JM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOwJ2lg3JM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOwJ2lg3JM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOwJ2lg3JM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOwJ2lg3JM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOwJ2lg3JM .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sOwJ2lg3JM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sOwJ2lg3JM .mbr-iconfont {
  color: #ffffff;
}
.cid-sOwJ2lg3JM .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sOwJ2lg3JM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOwJ2lg3JM .navbar {
    height: 77px;
  }
  .cid-sOwJ2lg3JM .navbar.opened {
    height: auto;
  }
  .cid-sOwJ2lg3JM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOwJ2lg3JM .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sOwJ2eTP9P {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-4476.webp");
}
.cid-sOwJ2eTP9P .mbr-text,
.cid-sOwJ2eTP9P .mbr-section-btn {
  color: #ebeaed;
  text-align: left;
}
.cid-sOwJ2eTP9P .mbr-section-title {
  color: #8fd400;
}
.cid-sOwJ2eTP9P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sOwJ2fZUXA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sOwJ2fZUXA .video-wrapper iframe {
  width: 100%;
}
.cid-sOwJ2fZUXA .mbr-section-title,
.cid-sOwJ2fZUXA .mbr-section-subtitle,
.cid-sOwJ2fZUXA .mbr-text {
  text-align: center;
}
.cid-sOwJ2fZUXA .mbr-section-title {
  color: #8fd400;
}
.cid-sOwJ2gzsnQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sOwJ2gzsnQ .top-part {
  margin-bottom: 70px;
}
.cid-sOwJ2gzsnQ .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sOwJ2gzsnQ .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sOwJ2gzsnQ .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sOwJ2gzsnQ .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sOwJ2gzsnQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-sOwJ2gzsnQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sOwJ2gzsnQ .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sOwJ2gzsnQ .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sOwJ2gzsnQ .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sOwJ2gzsnQ .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sOwJ2gzsnQ .nav-tabs .nav-link {
  color: #393636;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sOwJ2gzsnQ .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sOwJ2gzsnQ .nav-tabs .nav-link.active {
  border-bottom: 2px solid #8fd400;
  color: #28303f;
}
.cid-sOwJ2gzsnQ .nav-tabs .nav-link.active span {
  color: #8fd400;
}
.cid-sOwJ2gzsnQ .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sOwJ2gzsnQ .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sOwJ2gzsnQ .mbr-text,
  .cid-sOwJ2gzsnQ .nav-link {
    text-align: left;
  }
  .cid-sOwJ2gzsnQ .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sOwJ2gzsnQ .mbr-section-title,
  .cid-sOwJ2gzsnQ .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sOwJ2gzsnQ .tab-content {
  margin-top: 44px;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sOwJ2gzsnQ .top-part .mbr-section-title {
  color: #8fd400;
}
.cid-sOwJ2gzsnQ .top-part .mbr-section-subtitle {
  color: #606060;
}
.cid-sOwJ2gzsnQ .tab-content .tab-pane .mbr-section-title,
.cid-sOwJ2gzsnQ .mbr-list {
  color: #606060;
}
.cid-sOwJ2hO9hB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sOwJ2hO9hB .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sOwJ2hO9hB .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sOwJ2hO9hB .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sOwJ2hO9hB .card-text {
  text-align: center;
}
.cid-sOwJ2hO9hB .card-title {
  text-align: center;
}
.cid-sOwJ2iv0OI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sOwJ2iv0OI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sOwJ2iv0OI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sOwJ2iv0OI .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sOwJ2iv0OI .card-text {
  text-align: center;
}
.cid-sOwJ2iv0OI .card-title {
  text-align: center;
}
.cid-sOwJ2j487x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOwJ2j487x .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sOwJ2j487x .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-sOwJ2j487x .icons {
  margin-left: 20px;
}
.cid-sOwJ2j487x .icons .mbr-iconfont {
  color: #ebeaed;
  margin: 0 40px 10px 0;
  font-size: 32px;
}
.cid-sOwJ2j487x .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sOwJ2j487x .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
  display: block !important;
}
@media (min-width: 767px) {
  .cid-sOwJ2j487x .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-sOwJ2j487x .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-sOwJ2j487x .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sOwJ2j487x .card__block {
  margin-bottom: 80px;
}
.cid-sOwJ2j487x .card__block:last-child {
  margin-bottom: 0;
}
.cid-sOwJ2j487x .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-sOwJ2j487x .icon__card .mbr-iconfont {
  color: #ebeaed;
  font-size: 50px;
}
.cid-sOwJ2j487x .card__title {
  margin: 10px 0 20px;
}
.cid-sOwJ2j487x .card__text {
  margin-bottom: 0;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-sOwJ2j487x .mbr-section-btn,
  .cid-sOwJ2j487x .mbr-section-title,
  .cid-sOwJ2j487x .mbr-text,
  .cid-sOwJ2j487x .buttons {
    text-align: left !important;
  }
  .cid-sOwJ2j487x .card__block {
    margin-bottom: 40px;
  }
  .cid-sOwJ2j487x .card__title {
    margin: 10px 0;
  }
}
.cid-sVD5s7RFrg.popup-builder {
  background-color: #ffffff;
}
.cid-sVD5s7RFrg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD5s7RFrg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD5s7RFrg .modal-content,
.cid-sVD5s7RFrg .modal-dialog {
  height: auto;
}
.cid-sVD5s7RFrg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD5s7RFrg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD5s7RFrg .form-wrapper .mbr-form .form-group,
  .cid-sVD5s7RFrg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD5s7RFrg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD5s7RFrg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD5s7RFrg .mbr-text {
  text-align: center;
}
.cid-sVD5s7RFrg .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD5s7RFrg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD5s7RFrg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD5s7RFrg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD5s7RFrg .modal-open {
  overflow: hidden;
}
.cid-sVD5s7RFrg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD5s7RFrg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD5s7RFrg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD5s7RFrg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD5s7RFrg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD5s7RFrg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD5s7RFrg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD5s7RFrg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD5s7RFrg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD5s7RFrg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD5s7RFrg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD5s7RFrg .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD5s7RFrg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD5s7RFrg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD5s7RFrg .modal-header {
    padding: 1rem;
  }
}
.cid-sVD5s7RFrg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD5s7RFrg .modal-header .close svg {
  fill: #a61919;
}
.cid-sVD5s7RFrg .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD5s7RFrg .modal-header .close:focus {
  outline: none;
}
.cid-sVD5s7RFrg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVD5s7RFrg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD5s7RFrg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD5s7RFrg .modal-body {
    padding: 1rem;
  }
}
.cid-sVD5s7RFrg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD5s7RFrg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD5s7RFrg .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD5s7RFrg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD5s7RFrg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD5s7RFrg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD5s7RFrg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD5s7RFrg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD5s7RFrg .modal-lg,
  .cid-sVD5s7RFrg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD5s7RFrg .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD5s7RFrg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD5s7RFrg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD5s7RFrg .form-group {
  margin-bottom: 1rem;
}
.cid-sVD5s7RFrg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD5s7RFrg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD5s7RFrg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD5s7RFrg .mbr-section-btn {
  margin: 0;
}
.cid-sVD5s7RFrg .mbr-section-btn .btn {
  margin: 0;
}
.cid-sOwLAb1kCE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOwLAb1kCE img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sOwLAb1kCE img {
    width: 100%;
  }
}
.cid-sOwLAb1kCE .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sOwLAb1kCE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sOwLAb1kCE .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sOwLAb1kCE .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sOwLAb1kCE .mbr-text,
.cid-sOwLAb1kCE .mbr-section-btn {
  color: #393636;
}
.cid-sOwLAb1kCE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sOwLAb1kCE .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sOwLAb1kCE .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sOwLAb1kCE .mbr-section-title {
  color: #8fd400;
}
.cid-sOwJ2kLVWV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sOwJ2kLVWV img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sOwJ2kLVWV img {
    width: 100%;
  }
}
.cid-sOwJ2kLVWV .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sOwJ2kLVWV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sOwJ2kLVWV .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sOwJ2kLVWV .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sOwJ2kLVWV .mbr-text,
.cid-sOwJ2kLVWV .mbr-section-btn {
  color: #393636;
}
.cid-sOwJ2kLVWV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sOwJ2kLVWV .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sOwJ2kLVWV .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sOwJ2kLVWV .mbr-section-title {
  color: #8fd400;
}
.cid-sOwJ2mfgFP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOwJ2mfgFP .mbr-section-title,
.cid-sOwJ2mfgFP .mbr-section-subtitle {
  color: #000000;
}
.cid-sOwJ2mfgFP .mbr-section-text {
  color: #232323;
}
.cid-sOwJ2mfgFP .mbr-text,
.cid-sOwJ2mfgFP .typed-text,
.cid-sOwJ2mfgFP .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sOwJ2mfgFP .btn {
  margin-left: 4px !important;
}
.cid-sOwJ2mfgFP .animated-element {
  color: #ff3366;
}
.cid-sOwJ2mfgFP .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sOwJ2mfgFP .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sOwJ2mfgFP .typed-text,
  .cid-sOwJ2mfgFP .mbr-section-subtitle,
  .cid-sOwJ2mfgFP .mbr-section-text,
  .cid-sOwJ2mfgFP .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sOwJ2mfgFP .mbr-section-subtitle,
.cid-sOwJ2mfgFP .typed-text {
  color: #ea3223;
}
.cid-sOwJ2mfgFP .mbr-section-text,
.cid-sOwJ2mfgFP .mbr-section-btn {
  color: #606060;
}
.cid-sOwJ2nmur1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7-beam.webp");
}
.cid-sOwJ2nmur1 .mbr-text,
.cid-sOwJ2nmur1 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sOwJ2nmur1 .card-title,
.cid-sOwJ2nmur1 .card-box {
  color: #8fd400;
  text-align: left;
}
.cid-sOwJ2nmur1 .mbr-text,
.cid-sOwJ2nmur1 .link-wrap {
  color: #1d2c35;
}
.cid-sOwJ2nmur1 .card-box .mbr-text,
.cid-sOwJ2nmur1 .mbr-section-btn {
  color: #ffffff;
}
.cid-t1DN2NWPqh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t1DN2NWPqh .mbr-section-title,
.cid-t1DN2NWPqh .mbr-section-subtitle {
  color: #000000;
}
.cid-t1DN2NWPqh .mbr-section-text {
  color: #232323;
}
.cid-t1DN2NWPqh .mbr-text,
.cid-t1DN2NWPqh .typed-text,
.cid-t1DN2NWPqh .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t1DN2NWPqh .btn {
  margin-left: 4px !important;
}
.cid-t1DN2NWPqh .animated-element {
  color: #ff3366;
}
.cid-t1DN2NWPqh .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-t1DN2NWPqh .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t1DN2NWPqh .typed-text,
  .cid-t1DN2NWPqh .mbr-section-subtitle,
  .cid-t1DN2NWPqh .mbr-section-text,
  .cid-t1DN2NWPqh .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t1DN2NWPqh .mbr-section-subtitle,
.cid-t1DN2NWPqh .typed-text {
  color: #000000;
}
.cid-t1DN2NWPqh .mbr-section-text,
.cid-t1DN2NWPqh .mbr-section-btn {
  color: #606060;
}
.cid-sOwJ2oKBoH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sOwJ2oKBoH .mbr-text,
.cid-sOwJ2oKBoH .mbr-section-btn {
  color: #1d2c35;
}
.cid-sOwJ2oKBoH .card-title,
.cid-sOwJ2oKBoH .card-box {
  color: #1d2c35;
}
.cid-sOwJ2oKBoH .mbr-text,
.cid-sOwJ2oKBoH .link-wrap {
  color: #1d2c35;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sOwNCYSinQ {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sOwNCYSinQ .nav-item,
.cid-sOwNCYSinQ .nav-link,
.cid-sOwNCYSinQ .navbar-caption {
  font-weight: normal;
}
.cid-sOwNCYSinQ .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sOwNCYSinQ .nav-link:before,
.cid-sOwNCYSinQ .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-sOwNCYSinQ .nav-item:hover .nav-link:before,
.cid-sOwNCYSinQ .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sOwNCYSinQ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sOwNCYSinQ .dropdown-toggle::after,
.cid-sOwNCYSinQ .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-sOwNCYSinQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sOwNCYSinQ .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sOwNCYSinQ .nav-item:focus,
.cid-sOwNCYSinQ .nav-link:focus {
  outline: none;
}
.cid-sOwNCYSinQ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sOwNCYSinQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sOwNCYSinQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sOwNCYSinQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sOwNCYSinQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sOwNCYSinQ .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sOwNCYSinQ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sOwNCYSinQ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sOwNCYSinQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sOwNCYSinQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOwNCYSinQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sOwNCYSinQ .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sOwNCYSinQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sOwNCYSinQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sOwNCYSinQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sOwNCYSinQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sOwNCYSinQ .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sOwNCYSinQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOwNCYSinQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOwNCYSinQ .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sOwNCYSinQ .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sOwNCYSinQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOwNCYSinQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sOwNCYSinQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sOwNCYSinQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sOwNCYSinQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sOwNCYSinQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOwNCYSinQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOwNCYSinQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sOwNCYSinQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOwNCYSinQ .dropdown-item.active,
.cid-sOwNCYSinQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sOwNCYSinQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sOwNCYSinQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sOwNCYSinQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOwNCYSinQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sOwNCYSinQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sOwNCYSinQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sOwNCYSinQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sOwNCYSinQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sOwNCYSinQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sOwNCYSinQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sOwNCYSinQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOwNCYSinQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sOwNCYSinQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sOwNCYSinQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sOwNCYSinQ .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sOwNCYSinQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sOwNCYSinQ .mbr-iconfont {
  color: #ffffff;
}
.cid-sOwNCYSinQ .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sOwNCYSinQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOwNCYSinQ .navbar {
    height: 77px;
  }
  .cid-sOwNCYSinQ .navbar.opened {
    height: auto;
  }
  .cid-sOwNCYSinQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOwNCYSinQ .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sOwNCTjwjr {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main-multi-plus-pic.webp");
}
.cid-sOwNCTjwjr .mbr-text,
.cid-sOwNCTjwjr .mbr-section-btn {
  color: #ebeaed;
  text-align: left;
}
.cid-sOwNCTjwjr .mbr-section-title {
  color: #8fd400;
}
.cid-sOwNCTjwjr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sOwNCUos2E {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sOwNCUos2E .video-wrapper iframe {
  width: 100%;
}
.cid-sOwNCUos2E .mbr-section-title,
.cid-sOwNCUos2E .mbr-section-subtitle,
.cid-sOwNCUos2E .mbr-text {
  text-align: center;
}
.cid-sOwNCUos2E .mbr-section-title {
  color: #8fd400;
}
.cid-sOwNCVfEUm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sOwNCVfEUm .top-part {
  margin-bottom: 70px;
}
.cid-sOwNCVfEUm .top-part .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sOwNCVfEUm .top-part .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sOwNCVfEUm .top-part .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sOwNCVfEUm .top-part .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sOwNCVfEUm .nav-tabs .nav-item.open .nav-link:focus,
.cid-sOwNCVfEUm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sOwNCVfEUm .nav-tabs {
  flex-wrap: wrap;
  justify-content: space-around;
}
.cid-sOwNCVfEUm .nav-tabs .nav-item {
  padding: 0rem;
}
.cid-sOwNCVfEUm .nav-tabs .nav-link.display-7 {
  font-size: 16px !important;
  line-height: 1.5;
}
.cid-sOwNCVfEUm .nav-link {
  padding: 0.4rem 0.8rem;
}
.cid-sOwNCVfEUm .nav-tabs .nav-link {
  color: #393636;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid transparent;
}
.cid-sOwNCVfEUm .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sOwNCVfEUm .nav-tabs .nav-link.active {
  border-bottom: 2px solid #8fd400;
  color: #28303f;
}
.cid-sOwNCVfEUm .nav-tabs .nav-link.active span {
  color: #8fd400;
}
.cid-sOwNCVfEUm .nav-tabs .nav-link span {
  margin-right: 14px;
  font-size: 1.525rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cid-sOwNCVfEUm .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sOwNCVfEUm .mbr-text,
  .cid-sOwNCVfEUm .nav-link {
    text-align: left;
  }
  .cid-sOwNCVfEUm .nav-link {
    padding: 14px 20px;
    padding-left: 0;
  }
  .cid-sOwNCVfEUm .mbr-section-title,
  .cid-sOwNCVfEUm .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-sOwNCVfEUm .tab-content {
  margin-top: 44px;
}
.cid-sOwNCVfEUm .tab-content .tab-pane img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-section-title {
  text-align: left;
  color: #130947;
  font-weight: 700;
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-section-title.display-5 {
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.5px;
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-text.display-7 {
  line-height: 1.5;
  font-size: 1em;
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-list {
  margin-top: 35px;
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-list.display-4 {
  font-size: 1em;
  color: #6d7a8c;
}
.cid-sOwNCVfEUm .top-part .mbr-section-title {
  color: #8fd400;
}
.cid-sOwNCVfEUm .top-part .mbr-section-subtitle {
  color: #606060;
}
.cid-sOwNCVfEUm .tab-content .tab-pane .mbr-section-title,
.cid-sOwNCVfEUm .mbr-list {
  color: #606060;
}
.cid-sOwNCWDhSx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sOwNCWDhSx .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sOwNCWDhSx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sOwNCWDhSx .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sOwNCWDhSx .card-text {
  text-align: center;
}
.cid-sOwNCWDhSx .card-title {
  text-align: center;
}
.cid-sOwNCXgftd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sOwNCXgftd .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sOwNCXgftd .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sOwNCXgftd .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sOwNCXgftd .card-text {
  text-align: center;
}
.cid-sOwNCXgftd .card-title {
  text-align: center;
}
.cid-sOwNCXQtQN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOwNCXQtQN .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sOwNCXQtQN .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-sOwNCXQtQN .icons {
  margin-left: 20px;
}
.cid-sOwNCXQtQN .icons .mbr-iconfont {
  color: #ebeaed;
  margin: 0 40px 10px 0;
  font-size: 32px;
}
.cid-sOwNCXQtQN .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sOwNCXQtQN .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
  display: block !important;
}
@media (min-width: 767px) {
  .cid-sOwNCXQtQN .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-sOwNCXQtQN .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-sOwNCXQtQN .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sOwNCXQtQN .card__block {
  margin-bottom: 80px;
}
.cid-sOwNCXQtQN .card__block:last-child {
  margin-bottom: 0;
}
.cid-sOwNCXQtQN .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-sOwNCXQtQN .icon__card .mbr-iconfont {
  color: #ebeaed;
  font-size: 50px;
}
.cid-sOwNCXQtQN .card__title {
  margin: 10px 0 20px;
}
.cid-sOwNCXQtQN .card__text {
  margin-bottom: 0;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-sOwNCXQtQN .mbr-section-btn,
  .cid-sOwNCXQtQN .mbr-section-title,
  .cid-sOwNCXQtQN .mbr-text,
  .cid-sOwNCXQtQN .buttons {
    text-align: left !important;
  }
  .cid-sOwNCXQtQN .card__block {
    margin-bottom: 40px;
  }
  .cid-sOwNCXQtQN .card__title {
    margin: 10px 0;
  }
}
.cid-sVD5A8oTlG.popup-builder {
  background-color: #ffffff;
}
.cid-sVD5A8oTlG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD5A8oTlG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD5A8oTlG .modal-content,
.cid-sVD5A8oTlG .modal-dialog {
  height: auto;
}
.cid-sVD5A8oTlG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD5A8oTlG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD5A8oTlG .form-wrapper .mbr-form .form-group,
  .cid-sVD5A8oTlG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD5A8oTlG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD5A8oTlG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD5A8oTlG .mbr-text {
  text-align: center;
}
.cid-sVD5A8oTlG .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD5A8oTlG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD5A8oTlG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD5A8oTlG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD5A8oTlG .modal-open {
  overflow: hidden;
}
.cid-sVD5A8oTlG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD5A8oTlG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD5A8oTlG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD5A8oTlG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD5A8oTlG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD5A8oTlG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD5A8oTlG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD5A8oTlG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD5A8oTlG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD5A8oTlG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD5A8oTlG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD5A8oTlG .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD5A8oTlG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD5A8oTlG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD5A8oTlG .modal-header {
    padding: 1rem;
  }
}
.cid-sVD5A8oTlG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD5A8oTlG .modal-header .close svg {
  fill: #a61919;
}
.cid-sVD5A8oTlG .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD5A8oTlG .modal-header .close:focus {
  outline: none;
}
.cid-sVD5A8oTlG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sVD5A8oTlG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD5A8oTlG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD5A8oTlG .modal-body {
    padding: 1rem;
  }
}
.cid-sVD5A8oTlG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD5A8oTlG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD5A8oTlG .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD5A8oTlG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD5A8oTlG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD5A8oTlG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD5A8oTlG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD5A8oTlG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD5A8oTlG .modal-lg,
  .cid-sVD5A8oTlG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD5A8oTlG .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD5A8oTlG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD5A8oTlG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD5A8oTlG .form-group {
  margin-bottom: 1rem;
}
.cid-sVD5A8oTlG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD5A8oTlG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD5A8oTlG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD5A8oTlG .mbr-section-btn {
  margin: 0;
}
.cid-sVD5A8oTlG .mbr-section-btn .btn {
  margin: 0;
}
.cid-sOwUNyRD92 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOwUNyRD92 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sOwUNyRD92 img {
    width: 100%;
  }
}
.cid-sOwUNyRD92 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sOwUNyRD92 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sOwUNyRD92 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sOwUNyRD92 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sOwUNyRD92 .mbr-text,
.cid-sOwUNyRD92 .mbr-section-btn {
  color: #393636;
}
.cid-sOwUNyRD92 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sOwUNyRD92 .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sOwUNyRD92 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sOwUNyRD92 .mbr-section-title {
  color: #8fd400;
}
.cid-sOwNCYxigz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sOwNCYxigz img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sOwNCYxigz img {
    width: 100%;
  }
}
.cid-sOwNCYxigz .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sOwNCYxigz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sOwNCYxigz .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sOwNCYxigz .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sOwNCYxigz .mbr-text,
.cid-sOwNCYxigz .mbr-section-btn {
  color: #393636;
}
.cid-sOwNCYxigz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sOwNCYxigz .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sOwNCYxigz .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sOwNCYxigz .mbr-section-title {
  color: #8fd400;
}
.cid-sVJ8zlQPnz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sVJ8zlQPnz .container {
    max-width: 1400px;
  }
}
.cid-sVJ8zlQPnz .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #8fd400;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sVJ8zlQPnz .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sVJ8zlQPnz .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sVJ8zlQPnz .main-title {
  margin-bottom: 16px;
}
.cid-sVJ8zlQPnz .card {
  transition: all 0.3s;
}
.cid-sVJ8zlQPnz .card .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sVJ8zlQPnz .card .card-wrapper .img-wrapper {
  width: auto;
  height: 220px;
  margin-bottom: 30px;
}
.cid-sVJ8zlQPnz .card .card-wrapper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-sVJ8zlQPnz .card .card-wrapper .card-box {
  padding-top: 30px;
}
.cid-sVJ8zlQPnz .card .card-wrapper .card-box .card-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.cid-sVJ8zlQPnz .card .card-wrapper .card-box .mbr-text {
  font-weight: 400;
}
.cid-sVJ8zlQPnz .card .card-wrapper .card-box .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 767px) {
  .cid-sVJ8zlQPnz .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sVJ8zlQPnz .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem !important;
  box-shadow: none !important;
}
.cid-sVJ8zlQPnz .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  padding-left: 0.4rem;
  transition: padding 0.3s !important;
}
.cid-sVJ8zlQPnz .btn[class*="-outline"]:hover span {
  padding-left: 15px;
}
.cid-sVJ8zlQPnz .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.cid-sVJ8zlQPnz .btn[class*="-outline"]:active,
.cid-sVJ8zlQPnz .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-sOwNCZuRSR {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOwNCZuRSR .mbr-section-title,
.cid-sOwNCZuRSR .mbr-section-subtitle {
  color: #000000;
}
.cid-sOwNCZuRSR .mbr-section-text {
  color: #232323;
}
.cid-sOwNCZuRSR .mbr-text,
.cid-sOwNCZuRSR .typed-text,
.cid-sOwNCZuRSR .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sOwNCZuRSR .btn {
  margin-left: 4px !important;
}
.cid-sOwNCZuRSR .animated-element {
  color: #ff3366;
}
.cid-sOwNCZuRSR .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sOwNCZuRSR .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sOwNCZuRSR .typed-text,
  .cid-sOwNCZuRSR .mbr-section-subtitle,
  .cid-sOwNCZuRSR .mbr-section-text,
  .cid-sOwNCZuRSR .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sOwNCZuRSR .mbr-section-subtitle,
.cid-sOwNCZuRSR .typed-text {
  color: #ea3223;
}
.cid-sOwNCZuRSR .mbr-section-text,
.cid-sOwNCZuRSR .mbr-section-btn {
  color: #606060;
}
.cid-sOwND05UHt {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pexels-ivan-3089687.webp");
}
.cid-sOwND05UHt .mbr-text,
.cid-sOwND05UHt .mbr-section-btn {
  color: #1d2c35;
}
.cid-sOwND05UHt .card-title,
.cid-sOwND05UHt .card-box {
  color: #8fd400;
  text-align: left;
}
.cid-sOwND05UHt .mbr-text,
.cid-sOwND05UHt .link-wrap {
  color: #1d2c35;
}
.cid-sOwND05UHt .card-box .mbr-text,
.cid-sOwND05UHt .mbr-section-btn {
  color: #ffffff;
}
.cid-sOwND0ruFr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sOwND0ruFr .mbr-section-title,
.cid-sOwND0ruFr .mbr-section-subtitle {
  color: #000000;
}
.cid-sOwND0ruFr .mbr-section-text {
  color: #232323;
}
.cid-sOwND0ruFr .mbr-text,
.cid-sOwND0ruFr .typed-text,
.cid-sOwND0ruFr .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sOwND0ruFr .btn {
  margin-left: 4px !important;
}
.cid-sOwND0ruFr .animated-element {
  color: #ff3366;
}
.cid-sOwND0ruFr .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sOwND0ruFr .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sOwND0ruFr .typed-text,
  .cid-sOwND0ruFr .mbr-section-subtitle,
  .cid-sOwND0ruFr .mbr-section-text,
  .cid-sOwND0ruFr .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sOwND0ruFr .mbr-section-subtitle,
.cid-sOwND0ruFr .typed-text {
  color: #000000;
}
.cid-sOwND0ruFr .mbr-section-text,
.cid-sOwND0ruFr .mbr-section-btn {
  color: #606060;
}
.cid-sOwND0XIvt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sOwND0XIvt .mbr-text,
.cid-sOwND0XIvt .mbr-section-btn {
  color: #1d2c35;
}
.cid-sOwND0XIvt .card-title,
.cid-sOwND0XIvt .card-box {
  color: #1d2c35;
}
.cid-sOwND0XIvt .mbr-text,
.cid-sOwND0XIvt .link-wrap {
  color: #1d2c35;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sQfbYV3juk {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sQfbYV3juk .nav-item,
.cid-sQfbYV3juk .nav-link,
.cid-sQfbYV3juk .navbar-caption {
  font-weight: normal;
}
.cid-sQfbYV3juk .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sQfbYV3juk .nav-link:before,
.cid-sQfbYV3juk .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-sQfbYV3juk .nav-item:hover .nav-link:before,
.cid-sQfbYV3juk .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sQfbYV3juk .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sQfbYV3juk .dropdown-toggle::after,
.cid-sQfbYV3juk .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-sQfbYV3juk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sQfbYV3juk .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sQfbYV3juk .nav-item:focus,
.cid-sQfbYV3juk .nav-link:focus {
  outline: none;
}
.cid-sQfbYV3juk .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sQfbYV3juk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sQfbYV3juk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sQfbYV3juk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sQfbYV3juk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQfbYV3juk .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sQfbYV3juk .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sQfbYV3juk .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sQfbYV3juk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQfbYV3juk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQfbYV3juk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sQfbYV3juk .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sQfbYV3juk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sQfbYV3juk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sQfbYV3juk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sQfbYV3juk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQfbYV3juk .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sQfbYV3juk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sQfbYV3juk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQfbYV3juk .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sQfbYV3juk .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sQfbYV3juk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQfbYV3juk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sQfbYV3juk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sQfbYV3juk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sQfbYV3juk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sQfbYV3juk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sQfbYV3juk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sQfbYV3juk .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sQfbYV3juk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQfbYV3juk .dropdown-item.active,
.cid-sQfbYV3juk .dropdown-item:active {
  background-color: transparent;
}
.cid-sQfbYV3juk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sQfbYV3juk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sQfbYV3juk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQfbYV3juk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQfbYV3juk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sQfbYV3juk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQfbYV3juk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQfbYV3juk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQfbYV3juk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQfbYV3juk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQfbYV3juk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQfbYV3juk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQfbYV3juk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQfbYV3juk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQfbYV3juk .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sQfbYV3juk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sQfbYV3juk .mbr-iconfont {
  color: #ffffff;
}
.cid-sQfbYV3juk .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sQfbYV3juk .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQfbYV3juk .navbar {
    height: 77px;
  }
  .cid-sQfbYV3juk .navbar.opened {
    height: auto;
  }
  .cid-sQfbYV3juk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQfbYV3juk .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sQfbYPH3D2 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/forklift-scale-option.webp");
}
.cid-sQfbYPH3D2 .mbr-text,
.cid-sQfbYPH3D2 .mbr-section-btn {
  color: #ebeaed;
}
.cid-sQfbYPH3D2 .mbr-section-title {
  color: #8fd400;
}
.cid-sQTNM27TMf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sQTNM27TMf .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #8fd400;
}
.cid-sQTNM27TMf .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sQTNM27TMf .button-align {
  text-align: center;
}
.cid-sQTNM27TMf .margin {
  margin-right: 14px;
}
.cid-sQTNM27TMf .mbr-section-btn {
  display: block;
}
.cid-sQTNM27TMf .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-sQTNM27TMf .margin {
    margin-right: 0px;
  }
  .cid-sQTNM27TMf .b {
    margin-bottom: 20px;
  }
}
.cid-sQTNM27TMf .btn {
  margin-top: 20px;
}
.cid-sQTNM27TMf a.btn > span {
  margin-left: 0.5rem;
}
.cid-sR0oU4BsFi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sR0oU4BsFi img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sR0oU4BsFi img {
    width: 100%;
  }
}
.cid-sR0oU4BsFi .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sR0oU4BsFi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sR0oU4BsFi .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sR0oU4BsFi .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sR0oU4BsFi .mbr-text,
.cid-sR0oU4BsFi .mbr-section-btn {
  color: #393636;
}
.cid-sR0oU4BsFi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sR0oU4BsFi .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sR0oU4BsFi .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sR0oU4BsFi .mbr-section-title {
  color: #8fd400;
}
.cid-sQfbYSv5AT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sQfbYSv5AT .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sQfbYSv5AT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQfbYSv5AT .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sQfbYSv5AT .card-text {
  text-align: center;
}
.cid-sQfbYSv5AT .card-title {
  text-align: center;
}
.cid-sQfbYTb1E6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sQfbYTb1E6 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sQfbYTb1E6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sQfbYTb1E6 .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sQfbYTb1E6 .card-text {
  text-align: center;
}
.cid-sQfbYTb1E6 .card-title {
  text-align: center;
}
.cid-sQfbYTSfqq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sQfbYTSfqq .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sQfbYTSfqq .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-sQfbYTSfqq .icons {
  margin-left: 20px;
}
.cid-sQfbYTSfqq .icons .mbr-iconfont {
  color: #ebeaed;
  margin: 0 40px 10px 0;
  font-size: 32px;
}
.cid-sQfbYTSfqq .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sQfbYTSfqq .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
  display: block !important;
}
@media (min-width: 767px) {
  .cid-sQfbYTSfqq .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-sQfbYTSfqq .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-sQfbYTSfqq .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sQfbYTSfqq .card__block {
  margin-bottom: 80px;
}
.cid-sQfbYTSfqq .card__block:last-child {
  margin-bottom: 0;
}
.cid-sQfbYTSfqq .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-sQfbYTSfqq .icon__card .mbr-iconfont {
  color: #ebeaed;
  font-size: 50px;
}
.cid-sQfbYTSfqq .card__title {
  margin: 10px 0 20px;
}
.cid-sQfbYTSfqq .card__text {
  margin-bottom: 0;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-sQfbYTSfqq .mbr-section-btn,
  .cid-sQfbYTSfqq .mbr-section-title,
  .cid-sQfbYTSfqq .mbr-text,
  .cid-sQfbYTSfqq .buttons {
    text-align: left !important;
  }
  .cid-sQfbYTSfqq .card__block {
    margin-bottom: 40px;
  }
  .cid-sQfbYTSfqq .card__title {
    margin: 10px 0;
  }
}
.cid-sR08QMu4Pe.popup-builder {
  background-color: #ffffff;
}
.cid-sR08QMu4Pe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sR08QMu4Pe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sR08QMu4Pe .modal-content,
.cid-sR08QMu4Pe .modal-dialog {
  height: auto;
}
.cid-sR08QMu4Pe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sR08QMu4Pe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sR08QMu4Pe .form-wrapper .mbr-form .form-group,
  .cid-sR08QMu4Pe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sR08QMu4Pe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sR08QMu4Pe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR08QMu4Pe .mbr-text {
  text-align: left;
}
.cid-sR08QMu4Pe .pt-0 {
  padding-top: 0 !important;
}
.cid-sR08QMu4Pe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sR08QMu4Pe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sR08QMu4Pe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sR08QMu4Pe .modal-open {
  overflow: hidden;
}
.cid-sR08QMu4Pe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sR08QMu4Pe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sR08QMu4Pe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sR08QMu4Pe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sR08QMu4Pe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sR08QMu4Pe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sR08QMu4Pe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sR08QMu4Pe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sR08QMu4Pe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sR08QMu4Pe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sR08QMu4Pe .modal-backdrop.fade {
  opacity: 0;
}
.cid-sR08QMu4Pe .modal-backdrop.show {
  opacity: .5;
}
.cid-sR08QMu4Pe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sR08QMu4Pe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sR08QMu4Pe .modal-header {
    padding: 1rem;
  }
}
.cid-sR08QMu4Pe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sR08QMu4Pe .modal-header .close svg {
  fill: #353535;
}
.cid-sR08QMu4Pe .modal-header .close:hover {
  opacity: 1;
}
.cid-sR08QMu4Pe .modal-header .close:focus {
  outline: none;
}
.cid-sR08QMu4Pe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #8fd400;
}
.cid-sR08QMu4Pe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sR08QMu4Pe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR08QMu4Pe .modal-body {
    padding: 1rem;
  }
}
.cid-sR08QMu4Pe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sR08QMu4Pe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR08QMu4Pe .modal-footer {
    padding: 1rem;
  }
}
.cid-sR08QMu4Pe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sR08QMu4Pe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sR08QMu4Pe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sR08QMu4Pe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sR08QMu4Pe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sR08QMu4Pe .modal-lg,
  .cid-sR08QMu4Pe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sR08QMu4Pe .modal-xl {
    max-width: 1140px;
  }
}
.cid-sR08QMu4Pe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sR08QMu4Pe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sR08QMu4Pe .form-group {
  margin-bottom: 1rem;
}
.cid-sR08QMu4Pe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sR08QMu4Pe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sR08QMu4Pe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sR08QMu4Pe .mbr-section-btn {
  margin: 0;
}
.cid-sR08QMu4Pe .mbr-section-btn .btn {
  margin: 0;
}
.cid-sQfbYUEnQs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sQfbYUEnQs img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sQfbYUEnQs img {
    width: 100%;
  }
}
.cid-sQfbYUEnQs .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sQfbYUEnQs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sQfbYUEnQs .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sQfbYUEnQs .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sQfbYUEnQs .mbr-text,
.cid-sQfbYUEnQs .mbr-section-btn {
  color: #393636;
}
.cid-sQfbYUEnQs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sQfbYUEnQs .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sQfbYUEnQs .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sQfbYUEnQs .mbr-section-title {
  color: #8fd400;
}
.cid-sQfbYWc5V7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sQfbYWc5V7 .mbr-text,
.cid-sQfbYWc5V7 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sQfbYWc5V7 .card-title,
.cid-sQfbYWc5V7 .card-box {
  color: #1d2c35;
}
.cid-sQfbYWc5V7 .mbr-text,
.cid-sQfbYWc5V7 .link-wrap {
  color: #1d2c35;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sUYufbXUzl {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sUYufbXUzl .nav-item,
.cid-sUYufbXUzl .nav-link,
.cid-sUYufbXUzl .navbar-caption {
  font-weight: normal;
}
.cid-sUYufbXUzl .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sUYufbXUzl .nav-link:before,
.cid-sUYufbXUzl .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-sUYufbXUzl .nav-item:hover .nav-link:before,
.cid-sUYufbXUzl .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sUYufbXUzl .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sUYufbXUzl .dropdown-toggle::after,
.cid-sUYufbXUzl .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-sUYufbXUzl .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sUYufbXUzl .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sUYufbXUzl .nav-item:focus,
.cid-sUYufbXUzl .nav-link:focus {
  outline: none;
}
.cid-sUYufbXUzl .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sUYufbXUzl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sUYufbXUzl .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sUYufbXUzl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sUYufbXUzl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUYufbXUzl .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sUYufbXUzl .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sUYufbXUzl .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sUYufbXUzl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUYufbXUzl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUYufbXUzl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sUYufbXUzl .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sUYufbXUzl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sUYufbXUzl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sUYufbXUzl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sUYufbXUzl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUYufbXUzl .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sUYufbXUzl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sUYufbXUzl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUYufbXUzl .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sUYufbXUzl .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sUYufbXUzl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUYufbXUzl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sUYufbXUzl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sUYufbXUzl .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sUYufbXUzl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sUYufbXUzl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUYufbXUzl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUYufbXUzl .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sUYufbXUzl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUYufbXUzl .dropdown-item.active,
.cid-sUYufbXUzl .dropdown-item:active {
  background-color: transparent;
}
.cid-sUYufbXUzl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sUYufbXUzl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sUYufbXUzl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUYufbXUzl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUYufbXUzl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUYufbXUzl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUYufbXUzl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUYufbXUzl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUYufbXUzl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUYufbXUzl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUYufbXUzl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUYufbXUzl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUYufbXUzl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUYufbXUzl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUYufbXUzl .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sUYufbXUzl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sUYufbXUzl .mbr-iconfont {
  color: #ffffff;
}
.cid-sUYufbXUzl .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sUYufbXUzl .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUYufbXUzl .navbar {
    height: 77px;
  }
  .cid-sUYufbXUzl .navbar.opened {
    height: auto;
  }
  .cid-sUYufbXUzl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUYufbXUzl .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sUYueYosEs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/scale-accessories-main-pic.webp");
}
.cid-sUYueYosEs .mbr-text,
.cid-sUYueYosEs .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-sUYueYosEs .mbr-section-title {
  text-align: center;
}
.cid-sUYwi5G4iN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sUYwi5G4iN .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sUYwi5G4iN .galleryItem {
  border-radius: 10px;
}
.cid-sUYwi5G4iN .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-sUYwi5G4iN .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-sUYwi5G4iN .mbr-gallery-filter li {
  display: block;
}
.cid-sUYwi5G4iN .mbr-gallery-item .shop-item-price {
  font-size: 15px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sUYwi5G4iN .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-sUYwi5G4iN .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-sUYwi5G4iN .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-sUYwi5G4iN .mbr-shop .row {
  margin: 0;
}
.cid-sUYwi5G4iN .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sUYwi5G4iN .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sUYwi5G4iN .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sUYwi5G4iN .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sUYwi5G4iN .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-sUYwi5G4iN .mbr-shop .hide-modal {
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-sUYwi5G4iN .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sUYwi5G4iN .mbr-shop .filter-by-pu,
.cid-sUYwi5G4iN .mbr-shop .filter-by-pd,
.cid-sUYwi5G4iN .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sUYwi5G4iN .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sUYwi5G4iN .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sUYwi5G4iN .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-sUYwi5G4iN .mbr-shop .galleryItem h4,
.cid-sUYwi5G4iN .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sUYwi5G4iN .mbr-shop .galleryItem h5,
.cid-sUYwi5G4iN .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sUYwi5G4iN .mbr-shop .galleryItem p,
.cid-sUYwi5G4iN .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sUYwi5G4iN .mbr-shop .item-button {
  text-align: center;
}
.cid-sUYwi5G4iN .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sUYwi5G4iN .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-sUYwi5G4iN .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-sUYwi5G4iN .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sUYwi5G4iN .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sUYwi5G4iN .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-item__hided h4,
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-item__hided h5,
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-sUYwi5G4iN .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-sUYwi5G4iN .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sUYwi5G4iN .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sUYwi5G4iN .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sUYwi5G4iN .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-sUYwi5G4iN .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sUYwi5G4iN .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sUYwi5G4iN .mbr-shop .range-controls {
  position: relative;
}
.cid-sUYwi5G4iN .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sUYwi5G4iN .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-sUYwi5G4iN .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-sUYwi5G4iN .mbr-shop .toggle:hover,
.cid-sUYwi5G4iN .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-sUYwi5G4iN .mbr-shop .min-toggle {
  left: 0;
}
.cid-sUYwi5G4iN .mbr-shop .max-toggle {
  right: 0;
}
.cid-sUYwi5G4iN .mbr-shop .hided-by-price {
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sUYwi5G4iN .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sUYwi5G4iN .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sUYwi5G4iN .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sUYwi5G4iN .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sUYwi5G4iN .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-sUYwi5G4iN .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-sUYwi5G4iN .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sUYwi5G4iN .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sUYwi5G4iN .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sUYwi5G4iN .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sUYwi5G4iN .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-sUYwi5G4iN .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-sUYwi5G4iN .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sUYwi5G4iN .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-sUYwi5G4iN .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sUYwi5G4iN .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sUYwi5G4iN .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sUYwi5G4iN .mbr-shop .price-range {
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .price-range-reset {
  display: none;
}
.cid-sUYwi5G4iN .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sUYwi5G4iN .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sUYwi5G4iN .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sUYwi5G4iN .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sUYwi5G4iN .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sUYwi5G4iN .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sUYwi5G4iN .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sUYwi5G4iN .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sUYwi5G4iN .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sUYwi5G4iN .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sUYwi5G4iN .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sUYwi5G4iN .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sUYwi5G4iN .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sUYwi5G4iN .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sUYwi5G4iN .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sUYwi5G4iN .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sUYwi5G4iN .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sUYwi5G4iN .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sUYwi5G4iN .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sUYwi5G4iN .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sUYwi5G4iN .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sUYwi5G4iN .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sUYwi5G4iN .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sUYwi5G4iN .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sUYwi5G4iN .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sUYwi5G4iN .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sUYwi5G4iN .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sUYwi5G4iN .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sUYwi5G4iN .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sUYwi5G4iN .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sUYwi5G4iN .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sUYwi5G4iN .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUYwi5G4iN .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sUYwi5G4iN .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sUYwi5G4iN .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-sUYwi5G4iN .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-sUYwi5G4iN .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-sUYwi5G4iN .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-sUYwi5G4iN .range-slider {
  order: 1;
}
.cid-sUYwi5G4iN .sidebar-categories {
  order: 2;
}
.cid-sUYwi5G4iN .bestseller-block {
  order: 3;
}
.cid-sUYwi5G4iN .categories {
  padding: 0;
}
.cid-sUYwi5G4iN .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-sUYwi5G4iN .shop-item-price,
.cid-sUYwi5G4iN .price-block {
  color: #5d6a79;
}
.cid-sUYwi5G4iN LI {
  text-align: left;
}
.cid-sUYwi5G4iN .item-title {
  text-align: left;
}
.cid-sUYwi5G4iN .card-description {
  color: #000000;
}
.cid-sUYuf7Dq4F {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sUYuf7Dq4F .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sUYuf7Dq4F .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sUYuf7Dq4F .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-sUYuf7Dq4F .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-sUYuf7Dq4F .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-sUYuf8zyFr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-sUYuf8zyFr .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-sUYuf8zyFr .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-sUYuf8zyFr .card:last-child {
  border-bottom: none !important;
}
.cid-sUYuf8zyFr .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-sUYuf8zyFr .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sUYuf8zyFr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sUYuf8zyFr .card,
.cid-sUYuf8zyFr .card-header {
  background-color: transparent !important;
}
.cid-sUYuf8zyFr .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-sUYuf8zyFr .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-sUYuf8zyFr .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-sUYuf8zyFr .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sUYuf8zyFr .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-sUYuf8zyFr .mbr-section-btn {
  margin-top: 15px;
}
.cid-sUYuf8zyFr .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-sUYuf8zyFr .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-sUYuf8zyFr .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-sUYuf8zyFr .mbr-text,
.cid-sUYuf8zyFr .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sVKa8wppyS {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sVKa8wppyS .nav-item,
.cid-sVKa8wppyS .nav-link,
.cid-sVKa8wppyS .navbar-caption {
  font-weight: normal;
}
.cid-sVKa8wppyS .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sVKa8wppyS .nav-link:before,
.cid-sVKa8wppyS .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-sVKa8wppyS .nav-item:hover .nav-link:before,
.cid-sVKa8wppyS .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sVKa8wppyS .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sVKa8wppyS .dropdown-toggle::after,
.cid-sVKa8wppyS .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-sVKa8wppyS .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sVKa8wppyS .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sVKa8wppyS .nav-item:focus,
.cid-sVKa8wppyS .nav-link:focus {
  outline: none;
}
.cid-sVKa8wppyS .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sVKa8wppyS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sVKa8wppyS .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sVKa8wppyS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sVKa8wppyS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVKa8wppyS .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sVKa8wppyS .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sVKa8wppyS .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sVKa8wppyS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVKa8wppyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVKa8wppyS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sVKa8wppyS .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sVKa8wppyS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sVKa8wppyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sVKa8wppyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sVKa8wppyS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVKa8wppyS .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sVKa8wppyS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sVKa8wppyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVKa8wppyS .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sVKa8wppyS .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sVKa8wppyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sVKa8wppyS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sVKa8wppyS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sVKa8wppyS .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sVKa8wppyS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sVKa8wppyS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sVKa8wppyS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sVKa8wppyS .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sVKa8wppyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVKa8wppyS .dropdown-item.active,
.cid-sVKa8wppyS .dropdown-item:active {
  background-color: transparent;
}
.cid-sVKa8wppyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sVKa8wppyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sVKa8wppyS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVKa8wppyS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sVKa8wppyS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sVKa8wppyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sVKa8wppyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVKa8wppyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVKa8wppyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVKa8wppyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVKa8wppyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVKa8wppyS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVKa8wppyS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVKa8wppyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVKa8wppyS .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sVKa8wppyS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sVKa8wppyS .mbr-iconfont {
  color: #ffffff;
}
.cid-sVKa8wppyS .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sVKa8wppyS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVKa8wppyS .navbar {
    height: 77px;
  }
  .cid-sVKa8wppyS .navbar.opened {
    height: auto;
  }
  .cid-sVKa8wppyS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVKa8wppyS .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sVKa8rNjVn {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/forklift-scale-option.webp");
}
.cid-sVKa8rNjVn .mbr-text,
.cid-sVKa8rNjVn .mbr-section-btn {
  color: #ebeaed;
}
.cid-sVKa8rNjVn .mbr-section-title {
  color: #8fd400;
}
.cid-sVKa8sIEnx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sVKa8sIEnx .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #8fd400;
}
.cid-sVKa8sIEnx .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sVKa8sIEnx .button-align {
  text-align: center;
}
.cid-sVKa8sIEnx .margin {
  margin-right: 14px;
}
.cid-sVKa8sIEnx .mbr-section-btn {
  display: block;
}
.cid-sVKa8sIEnx .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-sVKa8sIEnx .margin {
    margin-right: 0px;
  }
  .cid-sVKa8sIEnx .b {
    margin-bottom: 20px;
  }
}
.cid-sVKa8sIEnx .btn {
  margin-top: 20px;
}
.cid-sVKa8sIEnx a.btn > span {
  margin-left: 0.5rem;
}
.cid-sVKa8tiRGP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sVKa8tiRGP img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVKa8tiRGP img {
    width: 100%;
  }
}
.cid-sVKa8tiRGP .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sVKa8tiRGP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sVKa8tiRGP .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sVKa8tiRGP .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sVKa8tiRGP .mbr-text,
.cid-sVKa8tiRGP .mbr-section-btn {
  color: #393636;
}
.cid-sVKa8tiRGP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sVKa8tiRGP .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sVKa8tiRGP .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sVKa8tiRGP .mbr-section-title {
  color: #8fd400;
}
.cid-sVKa8tFDd9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sVKa8tFDd9 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sVKa8tFDd9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sVKa8tFDd9 .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sVKa8tFDd9 .card-text {
  text-align: center;
}
.cid-sVKa8tFDd9 .card-title {
  text-align: center;
}
.cid-sVKa8ulxWw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sVKa8ulxWw .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sVKa8ulxWw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sVKa8ulxWw .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sVKa8ulxWw .card-text {
  text-align: center;
}
.cid-sVKa8ulxWw .card-title {
  text-align: center;
}
.cid-sVKcKPMh36 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sVKcKPMh36 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sVKcKPMh36 img {
    width: 100%;
  }
}
.cid-sVKcKPMh36 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sVKcKPMh36 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sVKcKPMh36 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sVKcKPMh36 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sVKcKPMh36 .mbr-text,
.cid-sVKcKPMh36 .mbr-section-btn {
  color: #393636;
}
.cid-sVKcKPMh36 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sVKcKPMh36 .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sVKcKPMh36 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sVKcKPMh36 .mbr-section-title {
  color: #8fd400;
}
.cid-sVKcMqAksG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sVKcMqAksG .mbr-section-title,
.cid-sVKcMqAksG .mbr-section-subtitle {
  color: #000000;
}
.cid-sVKcMqAksG .mbr-section-text {
  color: #232323;
}
.cid-sVKcMqAksG .mbr-text,
.cid-sVKcMqAksG .typed-text,
.cid-sVKcMqAksG .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sVKcMqAksG .btn {
  margin-left: 4px !important;
}
.cid-sVKcMqAksG .animated-element {
  color: #ff3366;
}
.cid-sVKcMqAksG .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sVKcMqAksG .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sVKcMqAksG .typed-text,
  .cid-sVKcMqAksG .mbr-section-subtitle,
  .cid-sVKcMqAksG .mbr-section-text,
  .cid-sVKcMqAksG .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sVKcMqAksG .mbr-section-subtitle,
.cid-sVKcMqAksG .typed-text {
  color: #ea3223;
}
.cid-sVKcMqAksG .mbr-section-text,
.cid-sVKcMqAksG .mbr-section-btn {
  color: #606060;
}
.cid-sVKa8vxbVJ.popup-builder {
  background-color: #ffffff;
}
.cid-sVKa8vxbVJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVKa8vxbVJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVKa8vxbVJ .modal-content,
.cid-sVKa8vxbVJ .modal-dialog {
  height: auto;
}
.cid-sVKa8vxbVJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVKa8vxbVJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVKa8vxbVJ .form-wrapper .mbr-form .form-group,
  .cid-sVKa8vxbVJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVKa8vxbVJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVKa8vxbVJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVKa8vxbVJ .mbr-text {
  text-align: left;
}
.cid-sVKa8vxbVJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sVKa8vxbVJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVKa8vxbVJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVKa8vxbVJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVKa8vxbVJ .modal-open {
  overflow: hidden;
}
.cid-sVKa8vxbVJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVKa8vxbVJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVKa8vxbVJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVKa8vxbVJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVKa8vxbVJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVKa8vxbVJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVKa8vxbVJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVKa8vxbVJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVKa8vxbVJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVKa8vxbVJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVKa8vxbVJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVKa8vxbVJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sVKa8vxbVJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVKa8vxbVJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVKa8vxbVJ .modal-header {
    padding: 1rem;
  }
}
.cid-sVKa8vxbVJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVKa8vxbVJ .modal-header .close svg {
  fill: #353535;
}
.cid-sVKa8vxbVJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sVKa8vxbVJ .modal-header .close:focus {
  outline: none;
}
.cid-sVKa8vxbVJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #8fd400;
}
.cid-sVKa8vxbVJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVKa8vxbVJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVKa8vxbVJ .modal-body {
    padding: 1rem;
  }
}
.cid-sVKa8vxbVJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVKa8vxbVJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVKa8vxbVJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sVKa8vxbVJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVKa8vxbVJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVKa8vxbVJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVKa8vxbVJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVKa8vxbVJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVKa8vxbVJ .modal-lg,
  .cid-sVKa8vxbVJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVKa8vxbVJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVKa8vxbVJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVKa8vxbVJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVKa8vxbVJ .form-group {
  margin-bottom: 1rem;
}
.cid-sVKa8vxbVJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVKa8vxbVJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVKa8vxbVJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVKa8vxbVJ .mbr-section-btn {
  margin: 0;
}
.cid-sVKa8vxbVJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-sVKa8x3wri {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sVKa8x3wri .mbr-text,
.cid-sVKa8x3wri .mbr-section-btn {
  color: #1d2c35;
}
.cid-sVKa8x3wri .card-title,
.cid-sVKa8x3wri .card-box {
  color: #1d2c35;
}
.cid-sVKa8x3wri .mbr-text,
.cid-sVKa8x3wri .link-wrap {
  color: #1d2c35;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sX2usbGIpt {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sX2usbGIpt .nav-item,
.cid-sX2usbGIpt .nav-link,
.cid-sX2usbGIpt .navbar-caption {
  font-weight: normal;
}
.cid-sX2usbGIpt .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sX2usbGIpt .nav-link:before,
.cid-sX2usbGIpt .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-sX2usbGIpt .nav-item:hover .nav-link:before,
.cid-sX2usbGIpt .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sX2usbGIpt .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sX2usbGIpt .dropdown-toggle::after,
.cid-sX2usbGIpt .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-sX2usbGIpt .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sX2usbGIpt .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sX2usbGIpt .nav-item:focus,
.cid-sX2usbGIpt .nav-link:focus {
  outline: none;
}
.cid-sX2usbGIpt .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sX2usbGIpt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sX2usbGIpt .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sX2usbGIpt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sX2usbGIpt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sX2usbGIpt .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sX2usbGIpt .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sX2usbGIpt .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sX2usbGIpt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sX2usbGIpt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sX2usbGIpt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sX2usbGIpt .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sX2usbGIpt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sX2usbGIpt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sX2usbGIpt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sX2usbGIpt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sX2usbGIpt .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sX2usbGIpt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sX2usbGIpt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sX2usbGIpt .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sX2usbGIpt .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sX2usbGIpt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sX2usbGIpt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sX2usbGIpt .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sX2usbGIpt .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sX2usbGIpt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sX2usbGIpt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sX2usbGIpt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sX2usbGIpt .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sX2usbGIpt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sX2usbGIpt .dropdown-item.active,
.cid-sX2usbGIpt .dropdown-item:active {
  background-color: transparent;
}
.cid-sX2usbGIpt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sX2usbGIpt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sX2usbGIpt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sX2usbGIpt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sX2usbGIpt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sX2usbGIpt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sX2usbGIpt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sX2usbGIpt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sX2usbGIpt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sX2usbGIpt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sX2usbGIpt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sX2usbGIpt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sX2usbGIpt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sX2usbGIpt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sX2usbGIpt .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sX2usbGIpt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sX2usbGIpt .mbr-iconfont {
  color: #ffffff;
}
.cid-sX2usbGIpt .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sX2usbGIpt .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sX2usbGIpt .navbar {
    height: 77px;
  }
  .cid-sX2usbGIpt .navbar.opened {
    height: auto;
  }
  .cid-sX2usbGIpt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sX2usbGIpt .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sX2us3gu8M {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/single-axle-weigher-top-pic.webp");
}
.cid-sX2us3gu8M .mbr-text,
.cid-sX2us3gu8M .mbr-section-btn {
  color: #ebeaed;
}
.cid-sX2us3gu8M .mbr-section-title {
  color: #8fd400;
}
.cid-sX2us4JnhE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sX2us4JnhE .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #8fd400;
}
.cid-sX2us4JnhE .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sX2us4JnhE .button-align {
  text-align: center;
}
.cid-sX2us4JnhE .margin {
  margin-right: 14px;
}
.cid-sX2us4JnhE .mbr-section-btn {
  display: block;
}
.cid-sX2us4JnhE .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-sX2us4JnhE .margin {
    margin-right: 0px;
  }
  .cid-sX2us4JnhE .b {
    margin-bottom: 20px;
  }
}
.cid-sX2us4JnhE .btn {
  margin-top: 20px;
}
.cid-sX2us4JnhE a.btn > span {
  margin-left: 0.5rem;
}
.cid-sX2us5lIaq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sX2us5lIaq img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sX2us5lIaq img {
    width: 100%;
  }
}
.cid-sX2us5lIaq .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sX2us5lIaq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sX2us5lIaq .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sX2us5lIaq .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sX2us5lIaq .mbr-text,
.cid-sX2us5lIaq .mbr-section-btn {
  color: #393636;
}
.cid-sX2us5lIaq .mbr-section-subtitle {
  color: #8fd400;
}
.cid-sX2us5lIaq .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sX2us5lIaq .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sX2us5lIaq .mbr-section-title {
  color: #606060;
}
.cid-sX2us63PQv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sX2us63PQv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sX2us63PQv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sX2us63PQv .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sX2us63PQv .card-text {
  text-align: center;
}
.cid-sX2us63PQv .card-title {
  text-align: center;
}
.cid-sX2us75eyK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sX2us75eyK .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sX2us75eyK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sX2us75eyK .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sX2us75eyK .card-text {
  text-align: center;
}
.cid-sX2us75eyK .card-title {
  text-align: center;
}
.cid-sX2us89eaz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sX2us89eaz .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sX2us89eaz .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-sX2us89eaz .icons {
  margin-left: 20px;
}
.cid-sX2us89eaz .icons .mbr-iconfont {
  color: #ebeaed;
  margin: 0 40px 10px 0;
  font-size: 32px;
}
.cid-sX2us89eaz .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sX2us89eaz .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
  display: block !important;
}
@media (min-width: 767px) {
  .cid-sX2us89eaz .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-sX2us89eaz .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-sX2us89eaz .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sX2us89eaz .card__block {
  margin-bottom: 80px;
}
.cid-sX2us89eaz .card__block:last-child {
  margin-bottom: 0;
}
.cid-sX2us89eaz .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-sX2us89eaz .icon__card .mbr-iconfont {
  color: #ebeaed;
  font-size: 50px;
}
.cid-sX2us89eaz .card__title {
  margin: 10px 0 20px;
}
.cid-sX2us89eaz .card__text {
  margin-bottom: 0;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-sX2us89eaz .mbr-section-btn,
  .cid-sX2us89eaz .mbr-section-title,
  .cid-sX2us89eaz .mbr-text,
  .cid-sX2us89eaz .buttons {
    text-align: left !important;
  }
  .cid-sX2us89eaz .card__block {
    margin-bottom: 40px;
  }
  .cid-sX2us89eaz .card__title {
    margin: 10px 0;
  }
}
.cid-sXG6sFGqnS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXG6sFGqnS img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXG6sFGqnS img {
    width: 100%;
  }
}
.cid-sXG6sFGqnS .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXG6sFGqnS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXG6sFGqnS .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXG6sFGqnS .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXG6sFGqnS .mbr-text,
.cid-sXG6sFGqnS .mbr-section-btn {
  color: #393636;
}
.cid-sXG6sFGqnS .mbr-section-subtitle {
  color: #8fd400;
}
.cid-sXG6sFGqnS .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXG6sFGqnS .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXG6sFGqnS .mbr-section-title {
  color: #000000;
}
.cid-sXBw5FvaiJ.popup-builder {
  background-color: #ffffff;
}
.cid-sXBw5FvaiJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sXBw5FvaiJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sXBw5FvaiJ .modal-content,
.cid-sXBw5FvaiJ .modal-dialog {
  height: auto;
}
.cid-sXBw5FvaiJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sXBw5FvaiJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sXBw5FvaiJ .form-wrapper .mbr-form .form-group,
  .cid-sXBw5FvaiJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sXBw5FvaiJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sXBw5FvaiJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXBw5FvaiJ .mbr-text {
  text-align: left;
}
.cid-sXBw5FvaiJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sXBw5FvaiJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sXBw5FvaiJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sXBw5FvaiJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sXBw5FvaiJ .modal-open {
  overflow: hidden;
}
.cid-sXBw5FvaiJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sXBw5FvaiJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sXBw5FvaiJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sXBw5FvaiJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sXBw5FvaiJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sXBw5FvaiJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sXBw5FvaiJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sXBw5FvaiJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sXBw5FvaiJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sXBw5FvaiJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sXBw5FvaiJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sXBw5FvaiJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sXBw5FvaiJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sXBw5FvaiJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBw5FvaiJ .modal-header {
    padding: 1rem;
  }
}
.cid-sXBw5FvaiJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sXBw5FvaiJ .modal-header .close svg {
  fill: #353535;
}
.cid-sXBw5FvaiJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sXBw5FvaiJ .modal-header .close:focus {
  outline: none;
}
.cid-sXBw5FvaiJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #8fd400;
}
.cid-sXBw5FvaiJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sXBw5FvaiJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBw5FvaiJ .modal-body {
    padding: 1rem;
  }
}
.cid-sXBw5FvaiJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sXBw5FvaiJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBw5FvaiJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sXBw5FvaiJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sXBw5FvaiJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sXBw5FvaiJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sXBw5FvaiJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sXBw5FvaiJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sXBw5FvaiJ .modal-lg,
  .cid-sXBw5FvaiJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sXBw5FvaiJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sXBw5FvaiJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sXBw5FvaiJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sXBw5FvaiJ .form-group {
  margin-bottom: 1rem;
}
.cid-sXBw5FvaiJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sXBw5FvaiJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sXBw5FvaiJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sXBw5FvaiJ .mbr-section-btn {
  margin: 0;
}
.cid-sXBw5FvaiJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXG56iXVjg.popup-builder {
  background-color: #ffffff;
}
.cid-sXG56iXVjg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sXG56iXVjg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sXG56iXVjg .modal-content,
.cid-sXG56iXVjg .modal-dialog {
  height: auto;
}
.cid-sXG56iXVjg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sXG56iXVjg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sXG56iXVjg .form-wrapper .mbr-form .form-group,
  .cid-sXG56iXVjg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sXG56iXVjg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sXG56iXVjg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXG56iXVjg .mbr-text {
  text-align: center;
}
.cid-sXG56iXVjg .pt-0 {
  padding-top: 0 !important;
}
.cid-sXG56iXVjg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sXG56iXVjg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sXG56iXVjg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sXG56iXVjg .modal-open {
  overflow: hidden;
}
.cid-sXG56iXVjg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sXG56iXVjg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sXG56iXVjg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sXG56iXVjg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sXG56iXVjg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sXG56iXVjg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sXG56iXVjg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sXG56iXVjg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sXG56iXVjg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sXG56iXVjg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sXG56iXVjg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sXG56iXVjg .modal-backdrop.show {
  opacity: .5;
}
.cid-sXG56iXVjg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sXG56iXVjg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXG56iXVjg .modal-header {
    padding: 1rem;
  }
}
.cid-sXG56iXVjg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sXG56iXVjg .modal-header .close svg {
  fill: #353535;
}
.cid-sXG56iXVjg .modal-header .close:hover {
  opacity: 1;
}
.cid-sXG56iXVjg .modal-header .close:focus {
  outline: none;
}
.cid-sXG56iXVjg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sXG56iXVjg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sXG56iXVjg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXG56iXVjg .modal-body {
    padding: 1rem;
  }
}
.cid-sXG56iXVjg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sXG56iXVjg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXG56iXVjg .modal-footer {
    padding: 1rem;
  }
}
.cid-sXG56iXVjg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sXG56iXVjg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sXG56iXVjg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sXG56iXVjg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sXG56iXVjg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sXG56iXVjg .modal-lg,
  .cid-sXG56iXVjg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sXG56iXVjg .modal-xl {
    max-width: 1140px;
  }
}
.cid-sXG56iXVjg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sXG56iXVjg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sXG56iXVjg .form-group {
  margin-bottom: 1rem;
}
.cid-sXG56iXVjg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sXG56iXVjg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sXG56iXVjg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sXG56iXVjg .mbr-section-btn {
  margin: 0;
}
.cid-sXG56iXVjg .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXB91ITV2l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXB91ITV2l .mbr-text,
.cid-sXB91ITV2l .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXB91ITV2l .card-title,
.cid-sXB91ITV2l .card-box {
  color: #1d2c35;
}
.cid-sXB91ITV2l .mbr-text,
.cid-sXB91ITV2l .link-wrap {
  color: #1d2c35;
}
.cid-sX2uUncmwe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sX2uUncmwe img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sX2uUncmwe img {
    width: 100%;
  }
}
.cid-sX2uUncmwe .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sX2uUncmwe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sX2uUncmwe .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sX2uUncmwe .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sX2uUncmwe .mbr-text,
.cid-sX2uUncmwe .mbr-section-btn {
  color: #393636;
}
.cid-sX2uUncmwe .mbr-section-subtitle {
  color: #8fd400;
}
.cid-sX2uUncmwe .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sX2uUncmwe .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sX2uUncmwe .mbr-section-title {
  color: #000000;
}
.cid-sX2uUW91Qh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sX2uUW91Qh img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sX2uUW91Qh img {
    width: 100%;
  }
}
.cid-sX2uUW91Qh .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sX2uUW91Qh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sX2uUW91Qh .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sX2uUW91Qh .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sX2uUW91Qh .mbr-text,
.cid-sX2uUW91Qh .mbr-section-btn {
  color: #393636;
}
.cid-sX2uUW91Qh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sX2uUW91Qh .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sX2uUW91Qh .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sX2uUW91Qh .mbr-section-title {
  color: #8fd400;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sXBljQc4iU {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sXBljQc4iU .nav-item,
.cid-sXBljQc4iU .nav-link,
.cid-sXBljQc4iU .navbar-caption {
  font-weight: normal;
}
.cid-sXBljQc4iU .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sXBljQc4iU .nav-link:before,
.cid-sXBljQc4iU .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-sXBljQc4iU .nav-item:hover .nav-link:before,
.cid-sXBljQc4iU .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sXBljQc4iU .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sXBljQc4iU .dropdown-toggle::after,
.cid-sXBljQc4iU .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-sXBljQc4iU .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sXBljQc4iU .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sXBljQc4iU .nav-item:focus,
.cid-sXBljQc4iU .nav-link:focus {
  outline: none;
}
.cid-sXBljQc4iU .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sXBljQc4iU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sXBljQc4iU .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sXBljQc4iU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sXBljQc4iU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXBljQc4iU .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sXBljQc4iU .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sXBljQc4iU .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sXBljQc4iU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXBljQc4iU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXBljQc4iU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sXBljQc4iU .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sXBljQc4iU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sXBljQc4iU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sXBljQc4iU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sXBljQc4iU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXBljQc4iU .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sXBljQc4iU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXBljQc4iU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXBljQc4iU .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sXBljQc4iU .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sXBljQc4iU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXBljQc4iU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXBljQc4iU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sXBljQc4iU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sXBljQc4iU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sXBljQc4iU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXBljQc4iU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXBljQc4iU .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sXBljQc4iU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXBljQc4iU .dropdown-item.active,
.cid-sXBljQc4iU .dropdown-item:active {
  background-color: transparent;
}
.cid-sXBljQc4iU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sXBljQc4iU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sXBljQc4iU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXBljQc4iU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXBljQc4iU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sXBljQc4iU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXBljQc4iU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sXBljQc4iU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sXBljQc4iU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sXBljQc4iU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sXBljQc4iU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXBljQc4iU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sXBljQc4iU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sXBljQc4iU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXBljQc4iU .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sXBljQc4iU a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sXBljQc4iU .mbr-iconfont {
  color: #ffffff;
}
.cid-sXBljQc4iU .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sXBljQc4iU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXBljQc4iU .navbar {
    height: 77px;
  }
  .cid-sXBljQc4iU .navbar.opened {
    height: auto;
  }
  .cid-sXBljQc4iU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXBljQc4iU .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sXBljGRjPC {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/group-axle-weigher-branded.webp");
}
.cid-sXBljGRjPC .mbr-text,
.cid-sXBljGRjPC .mbr-section-btn {
  color: #ebeaed;
}
.cid-sXBljGRjPC .mbr-section-title {
  color: #8fd400;
}
.cid-sXBljKdbJq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sXBljKdbJq .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #8fd400;
}
.cid-sXBljKdbJq .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sXBljKdbJq .button-align {
  text-align: center;
}
.cid-sXBljKdbJq .margin {
  margin-right: 14px;
}
.cid-sXBljKdbJq .mbr-section-btn {
  display: block;
}
.cid-sXBljKdbJq .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-sXBljKdbJq .margin {
    margin-right: 0px;
  }
  .cid-sXBljKdbJq .b {
    margin-bottom: 20px;
  }
}
.cid-sXBljKdbJq .btn {
  margin-top: 20px;
}
.cid-sXBljKdbJq a.btn > span {
  margin-left: 0.5rem;
}
.cid-sXBljMRUHD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXBljMRUHD img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXBljMRUHD img {
    width: 100%;
  }
}
.cid-sXBljMRUHD .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXBljMRUHD .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXBljMRUHD .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXBljMRUHD .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXBljMRUHD .mbr-text,
.cid-sXBljMRUHD .mbr-section-btn {
  color: #393636;
}
.cid-sXBljMRUHD .mbr-section-subtitle {
  color: #8fd400;
}
.cid-sXBljMRUHD .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXBljMRUHD .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXBljMRUHD .mbr-section-title {
  color: #393636;
}
.cid-sXBljNdBsE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sXBljNdBsE .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXBljNdBsE .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXBljNdBsE .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sXBljNdBsE .card-text {
  text-align: center;
}
.cid-sXBljNdBsE .card-title {
  text-align: center;
}
.cid-sXBljNPhVW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sXBljNPhVW .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXBljNPhVW .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXBljNPhVW .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sXBljNPhVW .card-text {
  text-align: center;
}
.cid-sXBljNPhVW .card-title {
  text-align: center;
}
.cid-sXBljOhNNQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXBljOhNNQ .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sXBljOhNNQ .mbr-text {
  margin-bottom: 75px;
  color: #919dab;
}
.cid-sXBljOhNNQ .icons {
  margin-left: 20px;
}
.cid-sXBljOhNNQ .icons .mbr-iconfont {
  color: #ebeaed;
  margin: 0 40px 10px 0;
  font-size: 32px;
}
.cid-sXBljOhNNQ .icons .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sXBljOhNNQ .buttons {
  margin-bottom: 40px;
  margin: 0 -15px 40px -15px;
  display: block !important;
}
@media (min-width: 767px) {
  .cid-sXBljOhNNQ .buttons {
    display: flex;
    align-items: center;
  }
}
.cid-sXBljOhNNQ .mbr-section-btn {
  margin: 0 3px 20px;
  padding: 0;
}
.cid-sXBljOhNNQ .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sXBljOhNNQ .card__block {
  margin-bottom: 80px;
}
.cid-sXBljOhNNQ .card__block:last-child {
  margin-bottom: 0;
}
.cid-sXBljOhNNQ .icon__card {
  width: 70px;
  margin-right: 10px;
}
.cid-sXBljOhNNQ .icon__card .mbr-iconfont {
  color: #ebeaed;
  font-size: 50px;
}
.cid-sXBljOhNNQ .card__title {
  margin: 10px 0 20px;
}
.cid-sXBljOhNNQ .card__text {
  margin-bottom: 0;
  color: #919dab;
}
@media (max-width: 767px) {
  .cid-sXBljOhNNQ .mbr-section-btn,
  .cid-sXBljOhNNQ .mbr-section-title,
  .cid-sXBljOhNNQ .mbr-text,
  .cid-sXBljOhNNQ .buttons {
    text-align: left !important;
  }
  .cid-sXBljOhNNQ .card__block {
    margin-bottom: 40px;
  }
  .cid-sXBljOhNNQ .card__title {
    margin: 10px 0;
  }
}
.cid-sXG7km222j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXG7km222j img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXG7km222j img {
    width: 100%;
  }
}
.cid-sXG7km222j .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXG7km222j .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXG7km222j .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXG7km222j .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXG7km222j .mbr-text,
.cid-sXG7km222j .mbr-section-btn {
  color: #393636;
}
.cid-sXG7km222j .mbr-section-subtitle {
  color: #8fd400;
}
.cid-sXG7km222j .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXG7km222j .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXG7km222j .mbr-section-title {
  color: #000000;
}
.cid-sXBljOUJYf.popup-builder {
  background-color: #ffffff;
}
.cid-sXBljOUJYf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sXBljOUJYf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sXBljOUJYf .modal-content,
.cid-sXBljOUJYf .modal-dialog {
  height: auto;
}
.cid-sXBljOUJYf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sXBljOUJYf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sXBljOUJYf .form-wrapper .mbr-form .form-group,
  .cid-sXBljOUJYf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sXBljOUJYf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sXBljOUJYf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXBljOUJYf .mbr-text {
  text-align: left;
}
.cid-sXBljOUJYf .pt-0 {
  padding-top: 0 !important;
}
.cid-sXBljOUJYf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sXBljOUJYf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sXBljOUJYf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sXBljOUJYf .modal-open {
  overflow: hidden;
}
.cid-sXBljOUJYf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sXBljOUJYf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sXBljOUJYf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sXBljOUJYf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sXBljOUJYf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sXBljOUJYf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sXBljOUJYf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sXBljOUJYf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sXBljOUJYf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sXBljOUJYf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sXBljOUJYf .modal-backdrop.fade {
  opacity: 0;
}
.cid-sXBljOUJYf .modal-backdrop.show {
  opacity: .5;
}
.cid-sXBljOUJYf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sXBljOUJYf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBljOUJYf .modal-header {
    padding: 1rem;
  }
}
.cid-sXBljOUJYf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sXBljOUJYf .modal-header .close svg {
  fill: #353535;
}
.cid-sXBljOUJYf .modal-header .close:hover {
  opacity: 1;
}
.cid-sXBljOUJYf .modal-header .close:focus {
  outline: none;
}
.cid-sXBljOUJYf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #8fd400;
}
.cid-sXBljOUJYf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sXBljOUJYf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBljOUJYf .modal-body {
    padding: 1rem;
  }
}
.cid-sXBljOUJYf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sXBljOUJYf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXBljOUJYf .modal-footer {
    padding: 1rem;
  }
}
.cid-sXBljOUJYf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sXBljOUJYf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sXBljOUJYf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sXBljOUJYf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sXBljOUJYf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sXBljOUJYf .modal-lg,
  .cid-sXBljOUJYf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sXBljOUJYf .modal-xl {
    max-width: 1140px;
  }
}
.cid-sXBljOUJYf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sXBljOUJYf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sXBljOUJYf .form-group {
  margin-bottom: 1rem;
}
.cid-sXBljOUJYf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sXBljOUJYf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sXBljOUJYf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sXBljOUJYf .mbr-section-btn {
  margin: 0;
}
.cid-sXBljOUJYf .mbr-section-btn .btn {
  margin: 0;
}
.cid-sXBljPr6Fy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXBljPr6Fy .mbr-text,
.cid-sXBljPr6Fy .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXBljPr6Fy .card-title,
.cid-sXBljPr6Fy .card-box {
  color: #1d2c35;
}
.cid-sXBljPr6Fy .mbr-text,
.cid-sXBljPr6Fy .link-wrap {
  color: #1d2c35;
}
.cid-sXBljPQvWp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXBljPQvWp img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXBljPQvWp img {
    width: 100%;
  }
}
.cid-sXBljPQvWp .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXBljPQvWp .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXBljPQvWp .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXBljPQvWp .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXBljPQvWp .mbr-text,
.cid-sXBljPQvWp .mbr-section-btn {
  color: #393636;
}
.cid-sXBljPQvWp .mbr-section-subtitle {
  color: #8fd400;
}
.cid-sXBljPQvWp .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXBljPQvWp .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXBljPQvWp .mbr-section-title {
  color: #000000;
}
.cid-sXG5AeoLgB.popup-builder {
  background-color: #ffffff;
}
.cid-sXG5AeoLgB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sXG5AeoLgB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sXG5AeoLgB .modal-content,
.cid-sXG5AeoLgB .modal-dialog {
  height: auto;
}
.cid-sXG5AeoLgB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sXG5AeoLgB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sXG5AeoLgB .form-wrapper .mbr-form .form-group,
  .cid-sXG5AeoLgB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sXG5AeoLgB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sXG5AeoLgB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sXG5AeoLgB .mbr-text {
  text-align: center;
}
.cid-sXG5AeoLgB .pt-0 {
  padding-top: 0 !important;
}
.cid-sXG5AeoLgB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sXG5AeoLgB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sXG5AeoLgB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sXG5AeoLgB .modal-open {
  overflow: hidden;
}
.cid-sXG5AeoLgB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sXG5AeoLgB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sXG5AeoLgB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sXG5AeoLgB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sXG5AeoLgB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sXG5AeoLgB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sXG5AeoLgB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sXG5AeoLgB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sXG5AeoLgB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sXG5AeoLgB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sXG5AeoLgB .modal-backdrop.fade {
  opacity: 0;
}
.cid-sXG5AeoLgB .modal-backdrop.show {
  opacity: .5;
}
.cid-sXG5AeoLgB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sXG5AeoLgB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sXG5AeoLgB .modal-header {
    padding: 1rem;
  }
}
.cid-sXG5AeoLgB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sXG5AeoLgB .modal-header .close svg {
  fill: #353535;
}
.cid-sXG5AeoLgB .modal-header .close:hover {
  opacity: 1;
}
.cid-sXG5AeoLgB .modal-header .close:focus {
  outline: none;
}
.cid-sXG5AeoLgB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sXG5AeoLgB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sXG5AeoLgB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXG5AeoLgB .modal-body {
    padding: 1rem;
  }
}
.cid-sXG5AeoLgB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sXG5AeoLgB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sXG5AeoLgB .modal-footer {
    padding: 1rem;
  }
}
.cid-sXG5AeoLgB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sXG5AeoLgB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sXG5AeoLgB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sXG5AeoLgB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sXG5AeoLgB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sXG5AeoLgB .modal-lg,
  .cid-sXG5AeoLgB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sXG5AeoLgB .modal-xl {
    max-width: 1140px;
  }
}
.cid-sXG5AeoLgB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sXG5AeoLgB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sXG5AeoLgB .form-group {
  margin-bottom: 1rem;
}
.cid-sXG5AeoLgB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sXG5AeoLgB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sXG5AeoLgB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sXG5AeoLgB .mbr-section-btn {
  margin: 0;
}
.cid-sXG5AeoLgB .mbr-section-btn .btn {
  margin: 0;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sXHqRkmpMq {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sXHqRkmpMq .nav-item,
.cid-sXHqRkmpMq .nav-link,
.cid-sXHqRkmpMq .navbar-caption {
  font-weight: normal;
}
.cid-sXHqRkmpMq .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sXHqRkmpMq .nav-link:before,
.cid-sXHqRkmpMq .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-sXHqRkmpMq .nav-item:hover .nav-link:before,
.cid-sXHqRkmpMq .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sXHqRkmpMq .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sXHqRkmpMq .dropdown-toggle::after,
.cid-sXHqRkmpMq .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-sXHqRkmpMq .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sXHqRkmpMq .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sXHqRkmpMq .nav-item:focus,
.cid-sXHqRkmpMq .nav-link:focus {
  outline: none;
}
.cid-sXHqRkmpMq .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sXHqRkmpMq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sXHqRkmpMq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sXHqRkmpMq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sXHqRkmpMq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXHqRkmpMq .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sXHqRkmpMq .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sXHqRkmpMq .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sXHqRkmpMq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXHqRkmpMq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXHqRkmpMq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sXHqRkmpMq .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sXHqRkmpMq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sXHqRkmpMq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sXHqRkmpMq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sXHqRkmpMq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXHqRkmpMq .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sXHqRkmpMq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXHqRkmpMq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXHqRkmpMq .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sXHqRkmpMq .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sXHqRkmpMq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXHqRkmpMq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXHqRkmpMq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sXHqRkmpMq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sXHqRkmpMq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sXHqRkmpMq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXHqRkmpMq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXHqRkmpMq .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sXHqRkmpMq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXHqRkmpMq .dropdown-item.active,
.cid-sXHqRkmpMq .dropdown-item:active {
  background-color: transparent;
}
.cid-sXHqRkmpMq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sXHqRkmpMq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sXHqRkmpMq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXHqRkmpMq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXHqRkmpMq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sXHqRkmpMq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXHqRkmpMq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sXHqRkmpMq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sXHqRkmpMq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sXHqRkmpMq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sXHqRkmpMq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXHqRkmpMq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sXHqRkmpMq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sXHqRkmpMq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXHqRkmpMq .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sXHqRkmpMq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sXHqRkmpMq .mbr-iconfont {
  color: #ffffff;
}
.cid-sXHqRkmpMq .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sXHqRkmpMq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXHqRkmpMq .navbar {
    height: 77px;
  }
  .cid-sXHqRkmpMq .navbar.opened {
    height: auto;
  }
  .cid-sXHqRkmpMq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXHqRkmpMq .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sXHqRfePot {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/weigh-pad-main-image.webp");
}
.cid-sXHqRfePot .mbr-text,
.cid-sXHqRfePot .mbr-section-btn {
  color: #ebeaed;
}
.cid-sXHqRfePot .mbr-section-title {
  color: #8fd400;
}
.cid-sXHqRg3hkz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sXHqRg3hkz .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #8fd400;
}
.cid-sXHqRg3hkz .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sXHqRg3hkz .button-align {
  text-align: center;
}
.cid-sXHqRg3hkz .margin {
  margin-right: 14px;
}
.cid-sXHqRg3hkz .mbr-section-btn {
  display: block;
}
.cid-sXHqRg3hkz .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-sXHqRg3hkz .margin {
    margin-right: 0px;
  }
  .cid-sXHqRg3hkz .b {
    margin-bottom: 20px;
  }
}
.cid-sXHqRg3hkz .btn {
  margin-top: 20px;
}
.cid-sXHqRg3hkz a.btn > span {
  margin-left: 0.5rem;
}
.cid-sXHqRgxx95 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXHqRgxx95 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXHqRgxx95 img {
    width: 100%;
  }
}
.cid-sXHqRgxx95 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXHqRgxx95 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXHqRgxx95 .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXHqRgxx95 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXHqRgxx95 .mbr-text,
.cid-sXHqRgxx95 .mbr-section-btn {
  color: #393636;
}
.cid-sXHqRgxx95 .mbr-section-subtitle {
  color: #8fd400;
}
.cid-sXHqRgxx95 .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXHqRgxx95 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXHqRgxx95 .mbr-section-title {
  color: #393636;
}
.cid-sXHqRgVnsX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sXHqRgVnsX .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXHqRgVnsX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXHqRgVnsX .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sXHqRgVnsX .card-text {
  text-align: center;
}
.cid-sXHqRgVnsX .card-title {
  text-align: center;
}
.cid-sXHqRhwLld {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sXHqRhwLld .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXHqRhwLld .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXHqRhwLld .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sXHqRhwLld .card-text {
  text-align: center;
}
.cid-sXHqRhwLld .card-title {
  text-align: center;
}
.cid-sXHzMGbnBE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXHzMGbnBE img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXHzMGbnBE img {
    width: 100%;
  }
}
.cid-sXHzMGbnBE .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXHzMGbnBE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXHzMGbnBE .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXHzMGbnBE .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXHzMGbnBE .mbr-text,
.cid-sXHzMGbnBE .mbr-section-btn {
  color: #393636;
}
.cid-sXHzMGbnBE .mbr-section-subtitle {
  color: #000000;
}
.cid-sXHzMGbnBE .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXHzMGbnBE .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXHzMGbnBE .mbr-section-title {
  color: #8fd400;
}
.cid-sXHqRjDP7V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXHqRjDP7V .mbr-text,
.cid-sXHqRjDP7V .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXHqRjDP7V .card-title,
.cid-sXHqRjDP7V .card-box {
  color: #1d2c35;
}
.cid-sXHqRjDP7V .mbr-text,
.cid-sXHqRjDP7V .link-wrap {
  color: #1d2c35;
}
.cid-sXHAtFrhj7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXHAtFrhj7 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXHAtFrhj7 img {
    width: 100%;
  }
}
.cid-sXHAtFrhj7 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXHAtFrhj7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXHAtFrhj7 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXHAtFrhj7 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXHAtFrhj7 .mbr-text,
.cid-sXHAtFrhj7 .mbr-section-btn {
  color: #393636;
}
.cid-sXHAtFrhj7 .mbr-section-subtitle {
  color: #000000;
}
.cid-sXHAtFrhj7 .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXHAtFrhj7 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXHAtFrhj7 .mbr-section-title {
  color: #8fd400;
}
.cid-sXHDOPsF0x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXHDOPsF0x .mbr-text,
.cid-sXHDOPsF0x .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXHDOPsF0x .card-title,
.cid-sXHDOPsF0x .card-box {
  color: #1d2c35;
}
.cid-sXHDOPsF0x .mbr-text,
.cid-sXHDOPsF0x .link-wrap {
  color: #1d2c35;
}
.cid-sXHAUvxZPG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXHAUvxZPG img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXHAUvxZPG img {
    width: 100%;
  }
}
.cid-sXHAUvxZPG .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXHAUvxZPG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXHAUvxZPG .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXHAUvxZPG .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXHAUvxZPG .mbr-text,
.cid-sXHAUvxZPG .mbr-section-btn {
  color: #393636;
}
.cid-sXHAUvxZPG .mbr-section-subtitle {
  color: #000000;
}
.cid-sXHAUvxZPG .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXHAUvxZPG .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXHAUvxZPG .mbr-section-title {
  color: #8fd400;
}
.cid-sXHBq6Khj7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXHBq6Khj7 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXHBq6Khj7 img {
    width: 100%;
  }
}
.cid-sXHBq6Khj7 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXHBq6Khj7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXHBq6Khj7 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXHBq6Khj7 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXHBq6Khj7 .mbr-text,
.cid-sXHBq6Khj7 .mbr-section-btn {
  color: #393636;
}
.cid-sXHBq6Khj7 .mbr-section-subtitle {
  color: #000000;
}
.cid-sXHBq6Khj7 .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXHBq6Khj7 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXHBq6Khj7 .mbr-section-title {
  color: #8fd400;
}
.cid-sXHE27NsGz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXHE27NsGz .mbr-text,
.cid-sXHE27NsGz .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXHE27NsGz .card-title,
.cid-sXHE27NsGz .card-box {
  color: #1d2c35;
}
.cid-sXHE27NsGz .mbr-text,
.cid-sXHE27NsGz .link-wrap {
  color: #1d2c35;
}
.cid-sXHCovyXax {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXHCovyXax img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXHCovyXax img {
    width: 100%;
  }
}
.cid-sXHCovyXax .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXHCovyXax .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXHCovyXax .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXHCovyXax .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXHCovyXax .mbr-text,
.cid-sXHCovyXax .mbr-section-btn {
  color: #393636;
}
.cid-sXHCovyXax .mbr-section-subtitle {
  color: #000000;
}
.cid-sXHCovyXax .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXHCovyXax .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXHCovyXax .mbr-section-title {
  color: #8fd400;
}
.cid-sXHCLbrZzL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXHCLbrZzL img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXHCLbrZzL img {
    width: 100%;
  }
}
.cid-sXHCLbrZzL .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXHCLbrZzL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXHCLbrZzL .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXHCLbrZzL .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXHCLbrZzL .mbr-text,
.cid-sXHCLbrZzL .mbr-section-btn {
  color: #393636;
}
.cid-sXHCLbrZzL .mbr-section-subtitle {
  color: #000000;
}
.cid-sXHCLbrZzL .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXHCLbrZzL .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXHCLbrZzL .mbr-section-title {
  color: #8fd400;
}
.cid-sXHEfAfAKs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXHEfAfAKs .mbr-text,
.cid-sXHEfAfAKs .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXHEfAfAKs .card-title,
.cid-sXHEfAfAKs .card-box {
  color: #1d2c35;
}
.cid-sXHEfAfAKs .mbr-text,
.cid-sXHEfAfAKs .link-wrap {
  color: #1d2c35;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sXMllm1Ze2 {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sXMllm1Ze2 .nav-item,
.cid-sXMllm1Ze2 .nav-link,
.cid-sXMllm1Ze2 .navbar-caption {
  font-weight: normal;
}
.cid-sXMllm1Ze2 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sXMllm1Ze2 .nav-link:before,
.cid-sXMllm1Ze2 .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-sXMllm1Ze2 .nav-item:hover .nav-link:before,
.cid-sXMllm1Ze2 .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sXMllm1Ze2 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sXMllm1Ze2 .dropdown-toggle::after,
.cid-sXMllm1Ze2 .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-sXMllm1Ze2 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sXMllm1Ze2 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sXMllm1Ze2 .nav-item:focus,
.cid-sXMllm1Ze2 .nav-link:focus {
  outline: none;
}
.cid-sXMllm1Ze2 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sXMllm1Ze2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sXMllm1Ze2 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sXMllm1Ze2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sXMllm1Ze2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXMllm1Ze2 .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sXMllm1Ze2 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sXMllm1Ze2 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sXMllm1Ze2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXMllm1Ze2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXMllm1Ze2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sXMllm1Ze2 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sXMllm1Ze2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sXMllm1Ze2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sXMllm1Ze2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sXMllm1Ze2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXMllm1Ze2 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sXMllm1Ze2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXMllm1Ze2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXMllm1Ze2 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sXMllm1Ze2 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sXMllm1Ze2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXMllm1Ze2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXMllm1Ze2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sXMllm1Ze2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sXMllm1Ze2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sXMllm1Ze2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXMllm1Ze2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXMllm1Ze2 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sXMllm1Ze2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXMllm1Ze2 .dropdown-item.active,
.cid-sXMllm1Ze2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sXMllm1Ze2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sXMllm1Ze2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sXMllm1Ze2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXMllm1Ze2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXMllm1Ze2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sXMllm1Ze2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXMllm1Ze2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sXMllm1Ze2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sXMllm1Ze2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sXMllm1Ze2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sXMllm1Ze2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXMllm1Ze2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sXMllm1Ze2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sXMllm1Ze2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXMllm1Ze2 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sXMllm1Ze2 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sXMllm1Ze2 .mbr-iconfont {
  color: #ffffff;
}
.cid-sXMllm1Ze2 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sXMllm1Ze2 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXMllm1Ze2 .navbar {
    height: 77px;
  }
  .cid-sXMllm1Ze2 .navbar.opened {
    height: auto;
  }
  .cid-sXMllm1Ze2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXMllm1Ze2 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sXMllcdbsi {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mini-weigh-pad-image.webp");
}
.cid-sXMllcdbsi .mbr-text,
.cid-sXMllcdbsi .mbr-section-btn {
  color: #ebeaed;
}
.cid-sXMllcdbsi .mbr-section-title {
  color: #8fd400;
}
.cid-sXMlle7j6l {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sXMlle7j6l .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #8fd400;
}
.cid-sXMlle7j6l .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sXMlle7j6l .button-align {
  text-align: center;
}
.cid-sXMlle7j6l .margin {
  margin-right: 14px;
}
.cid-sXMlle7j6l .mbr-section-btn {
  display: block;
}
.cid-sXMlle7j6l .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-sXMlle7j6l .margin {
    margin-right: 0px;
  }
  .cid-sXMlle7j6l .b {
    margin-bottom: 20px;
  }
}
.cid-sXMlle7j6l .btn {
  margin-top: 20px;
}
.cid-sXMlle7j6l a.btn > span {
  margin-left: 0.5rem;
}
.cid-sXMllf5Dze {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXMllf5Dze img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXMllf5Dze img {
    width: 100%;
  }
}
.cid-sXMllf5Dze .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXMllf5Dze .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXMllf5Dze .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-sXMllf5Dze .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-sXMllf5Dze .mbr-text,
.cid-sXMllf5Dze .mbr-section-btn {
  color: #393636;
}
.cid-sXMllf5Dze .mbr-section-subtitle {
  color: #8fd400;
}
.cid-sXMllf5Dze .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXMllf5Dze .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXMllf5Dze .mbr-section-title {
  color: #393636;
  text-align: left;
}
.cid-sXMllf5Dze .mbr-section-title DIV {
  text-align: left;
}
.cid-sXMllfOE9o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-sXMllfOE9o .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXMllfOE9o .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXMllfOE9o .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sXMllfOE9o .card-text {
  text-align: center;
}
.cid-sXMllfOE9o .card-title {
  text-align: center;
}
.cid-sXMllgHdHC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-sXMllgHdHC .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXMllgHdHC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXMllgHdHC .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-sXMllgHdHC .card-text {
  text-align: center;
}
.cid-sXMllgHdHC .card-title {
  text-align: center;
}
.cid-sXMllhRlVW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXMllhRlVW img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXMllhRlVW img {
    width: 100%;
  }
}
.cid-sXMllhRlVW .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXMllhRlVW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXMllhRlVW .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXMllhRlVW .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXMllhRlVW .mbr-text,
.cid-sXMllhRlVW .mbr-section-btn {
  color: #393636;
  text-align: left;
}
.cid-sXMllhRlVW .mbr-section-subtitle {
  color: #000000;
}
.cid-sXMllhRlVW .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXMllhRlVW .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXMllhRlVW .mbr-section-title {
  color: #8fd400;
}
.cid-sXMlliBTk1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXMlliBTk1 .mbr-text,
.cid-sXMlliBTk1 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXMlliBTk1 .card-title,
.cid-sXMlliBTk1 .card-box {
  color: #1d2c35;
}
.cid-sXMlliBTk1 .mbr-text,
.cid-sXMlliBTk1 .link-wrap {
  color: #1d2c35;
}
.cid-sXMllj94N9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXMllj94N9 img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXMllj94N9 img {
    width: 100%;
  }
}
.cid-sXMllj94N9 .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXMllj94N9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXMllj94N9 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXMllj94N9 .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXMllj94N9 .mbr-text,
.cid-sXMllj94N9 .mbr-section-btn {
  color: #393636;
  text-align: left;
}
.cid-sXMllj94N9 .mbr-section-subtitle {
  color: #000000;
}
.cid-sXMllj94N9 .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXMllj94N9 .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXMllj94N9 .mbr-section-title {
  color: #8fd400;
}
.cid-sXMlljIo2c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXMlljIo2c .mbr-text,
.cid-sXMlljIo2c .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXMlljIo2c .card-title,
.cid-sXMlljIo2c .card-box {
  color: #1d2c35;
}
.cid-sXMlljIo2c .mbr-text,
.cid-sXMlljIo2c .link-wrap {
  color: #1d2c35;
}
.cid-sXMllkkOVd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXMllkkOVd img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXMllkkOVd img {
    width: 100%;
  }
}
.cid-sXMllkkOVd .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXMllkkOVd .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXMllkkOVd .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXMllkkOVd .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXMllkkOVd .mbr-text,
.cid-sXMllkkOVd .mbr-section-btn {
  color: #393636;
}
.cid-sXMllkkOVd .mbr-section-subtitle {
  color: #000000;
}
.cid-sXMllkkOVd .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXMllkkOVd .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXMllkkOVd .mbr-section-title {
  color: #8fd400;
}
.cid-sXMllkkOVd .mbr-text,
.cid-sXMllkkOVd .mbr-section-btn DIV {
  text-align: left;
}
.cid-sXMllls6Nm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXMllls6Nm .mbr-text,
.cid-sXMllls6Nm .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXMllls6Nm .card-title,
.cid-sXMllls6Nm .card-box {
  color: #1d2c35;
}
.cid-sXMllls6Nm .mbr-text,
.cid-sXMllls6Nm .link-wrap {
  color: #1d2c35;
}
.cid-sXMllnbP9i {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXMllnbP9i img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXMllnbP9i img {
    width: 100%;
  }
}
.cid-sXMllnbP9i .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXMllnbP9i .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXMllnbP9i .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXMllnbP9i .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXMllnbP9i .mbr-text,
.cid-sXMllnbP9i .mbr-section-btn {
  color: #393636;
  text-align: left;
}
.cid-sXMllnbP9i .mbr-section-subtitle {
  color: #000000;
}
.cid-sXMllnbP9i .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXMllnbP9i .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXMllnbP9i .mbr-section-title {
  color: #8fd400;
}
.cid-sXMllnYTya {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXMllnYTya img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sXMllnYTya img {
    width: 100%;
  }
}
.cid-sXMllnYTya .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sXMllnYTya .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sXMllnYTya .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sXMllnYTya .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sXMllnYTya .mbr-text,
.cid-sXMllnYTya .mbr-section-btn {
  color: #393636;
  text-align: left;
}
.cid-sXMllnYTya .mbr-section-subtitle {
  color: #000000;
}
.cid-sXMllnYTya .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-sXMllnYTya .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-sXMllnYTya .mbr-section-title {
  color: #8fd400;
}
.cid-sXMlloAcL3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-sXMlloAcL3 .mbr-text,
.cid-sXMlloAcL3 .mbr-section-btn {
  color: #1d2c35;
}
.cid-sXMlloAcL3 .card-title,
.cid-sXMlloAcL3 .card-box {
  color: #1d2c35;
}
.cid-sXMlloAcL3 .mbr-text,
.cid-sXMlloAcL3 .link-wrap {
  color: #1d2c35;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sXMT2jKfbM {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sXMT2jKfbM .nav-item,
.cid-sXMT2jKfbM .nav-link,
.cid-sXMT2jKfbM .navbar-caption {
  font-weight: normal;
}
.cid-sXMT2jKfbM .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sXMT2jKfbM .nav-link:before,
.cid-sXMT2jKfbM .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-sXMT2jKfbM .nav-item:hover .nav-link:before,
.cid-sXMT2jKfbM .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sXMT2jKfbM .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sXMT2jKfbM .dropdown-toggle::after,
.cid-sXMT2jKfbM .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-sXMT2jKfbM .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sXMT2jKfbM .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sXMT2jKfbM .nav-item:focus,
.cid-sXMT2jKfbM .nav-link:focus {
  outline: none;
}
.cid-sXMT2jKfbM .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sXMT2jKfbM .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sXMT2jKfbM .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sXMT2jKfbM .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sXMT2jKfbM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sXMT2jKfbM .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sXMT2jKfbM .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sXMT2jKfbM .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sXMT2jKfbM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sXMT2jKfbM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sXMT2jKfbM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sXMT2jKfbM .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sXMT2jKfbM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sXMT2jKfbM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sXMT2jKfbM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sXMT2jKfbM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sXMT2jKfbM .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sXMT2jKfbM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sXMT2jKfbM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sXMT2jKfbM .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sXMT2jKfbM .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sXMT2jKfbM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sXMT2jKfbM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sXMT2jKfbM .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sXMT2jKfbM .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sXMT2jKfbM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sXMT2jKfbM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sXMT2jKfbM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sXMT2jKfbM .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sXMT2jKfbM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sXMT2jKfbM .dropdown-item.active,
.cid-sXMT2jKfbM .dropdown-item:active {
  background-color: transparent;
}
.cid-sXMT2jKfbM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sXMT2jKfbM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sXMT2jKfbM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sXMT2jKfbM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sXMT2jKfbM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sXMT2jKfbM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sXMT2jKfbM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sXMT2jKfbM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sXMT2jKfbM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sXMT2jKfbM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sXMT2jKfbM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXMT2jKfbM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sXMT2jKfbM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sXMT2jKfbM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sXMT2jKfbM .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sXMT2jKfbM a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sXMT2jKfbM .mbr-iconfont {
  color: #ffffff;
}
.cid-sXMT2jKfbM .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sXMT2jKfbM .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXMT2jKfbM .navbar {
    height: 77px;
  }
  .cid-sXMT2jKfbM .navbar.opened {
    height: auto;
  }
  .cid-sXMT2jKfbM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXMT2jKfbM .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sXMT1QNLKy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/main-weight-image.webp");
}
.cid-sXMT1QNLKy .mbr-text,
.cid-sXMT1QNLKy .mbr-section-btn {
  color: #ffffff;
}
.cid-sXMT1QNLKy .mbr-section-title {
  color: #8fd400;
}
.cid-sXMT1TeKjt {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sXMT1TeKjt .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sXMT1TeKjt .galleryItem {
  border-radius: 10px;
}
.cid-sXMT1TeKjt .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-sXMT1TeKjt .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-sXMT1TeKjt .mbr-gallery-filter li {
  display: block;
}
.cid-sXMT1TeKjt .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sXMT1TeKjt .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-sXMT1TeKjt .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-sXMT1TeKjt .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-sXMT1TeKjt .mbr-shop .row {
  margin: 0;
}
.cid-sXMT1TeKjt .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sXMT1TeKjt .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sXMT1TeKjt .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sXMT1TeKjt .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sXMT1TeKjt .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-sXMT1TeKjt .mbr-shop .hide-modal {
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-sXMT1TeKjt .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sXMT1TeKjt .mbr-shop .filter-by-pu,
.cid-sXMT1TeKjt .mbr-shop .filter-by-pd,
.cid-sXMT1TeKjt .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sXMT1TeKjt .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sXMT1TeKjt .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sXMT1TeKjt .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-sXMT1TeKjt .mbr-shop .galleryItem h4,
.cid-sXMT1TeKjt .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sXMT1TeKjt .mbr-shop .galleryItem h5,
.cid-sXMT1TeKjt .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sXMT1TeKjt .mbr-shop .galleryItem p,
.cid-sXMT1TeKjt .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sXMT1TeKjt .mbr-shop .item-button {
  text-align: center;
}
.cid-sXMT1TeKjt .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sXMT1TeKjt .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-sXMT1TeKjt .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-sXMT1TeKjt .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sXMT1TeKjt .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sXMT1TeKjt .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-item__hided h4,
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-item__hided h5,
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-sXMT1TeKjt .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-sXMT1TeKjt .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sXMT1TeKjt .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sXMT1TeKjt .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sXMT1TeKjt .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-sXMT1TeKjt .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sXMT1TeKjt .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sXMT1TeKjt .mbr-shop .range-controls {
  position: relative;
}
.cid-sXMT1TeKjt .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sXMT1TeKjt .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-sXMT1TeKjt .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-sXMT1TeKjt .mbr-shop .toggle:hover,
.cid-sXMT1TeKjt .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-sXMT1TeKjt .mbr-shop .min-toggle {
  left: 0;
}
.cid-sXMT1TeKjt .mbr-shop .max-toggle {
  right: 0;
}
.cid-sXMT1TeKjt .mbr-shop .hided-by-price {
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sXMT1TeKjt .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sXMT1TeKjt .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sXMT1TeKjt .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sXMT1TeKjt .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sXMT1TeKjt .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-sXMT1TeKjt .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-sXMT1TeKjt .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sXMT1TeKjt .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sXMT1TeKjt .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sXMT1TeKjt .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sXMT1TeKjt .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-sXMT1TeKjt .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-sXMT1TeKjt .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sXMT1TeKjt .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-sXMT1TeKjt .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sXMT1TeKjt .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sXMT1TeKjt .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sXMT1TeKjt .mbr-shop .price-range {
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .price-range-reset {
  display: none;
}
.cid-sXMT1TeKjt .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sXMT1TeKjt .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sXMT1TeKjt .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sXMT1TeKjt .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sXMT1TeKjt .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sXMT1TeKjt .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sXMT1TeKjt .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sXMT1TeKjt .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sXMT1TeKjt .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sXMT1TeKjt .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sXMT1TeKjt .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sXMT1TeKjt .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sXMT1TeKjt .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sXMT1TeKjt .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sXMT1TeKjt .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sXMT1TeKjt .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sXMT1TeKjt .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sXMT1TeKjt .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sXMT1TeKjt .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sXMT1TeKjt .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sXMT1TeKjt .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sXMT1TeKjt .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sXMT1TeKjt .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sXMT1TeKjt .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sXMT1TeKjt .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sXMT1TeKjt .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sXMT1TeKjt .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sXMT1TeKjt .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sXMT1TeKjt .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sXMT1TeKjt .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sXMT1TeKjt .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sXMT1TeKjt .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sXMT1TeKjt .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sXMT1TeKjt .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sXMT1TeKjt .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-sXMT1TeKjt .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-sXMT1TeKjt .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-sXMT1TeKjt .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-sXMT1TeKjt .range-slider {
  order: 1;
}
.cid-sXMT1TeKjt .sidebar-categories {
  order: 2;
}
.cid-sXMT1TeKjt .bestseller-block {
  order: 3;
}
.cid-sXMT1TeKjt .categories {
  padding: 0;
}
.cid-sXMT1TeKjt .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-sXMT1TeKjt .shop-item-price,
.cid-sXMT1TeKjt .price-block {
  color: #5d6a79;
}
.cid-sXMT1TeKjt LI {
  text-align: left;
}
.cid-sXMT1TeKjt .item-title {
  text-align: left;
}
.cid-sXMT1TeKjt .card-description {
  color: #000000;
}
.cid-vfWvVNj4PE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWvVNj4PE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWvVNj4PE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWvVNj4PE .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWvVNj4PE .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWvVNj4PE .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWvVNj4PE .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWvVNj4PE .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWvVNj4PE .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWvVNj4PE .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWvVNj4PE .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWvVNj4PE .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWvVNj4PE .mbr-section-title {
  color: #000000;
}
.cid-vfWvVNj4PE .mbr-text,
.cid-vfWvVNj4PE .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWvVNj4PE .list {
  color: #000000;
}
.cid-vfWvVNj4PE .mbr-section-title,
.cid-vfWvVNj4PE .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWvVNj4PE .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWvVNj4PE .list,
.cid-vfWvVNj4PE .item-wrap,
.cid-vfWvVNj4PE .list-wrapper {
  color: #ffffff;
}
.cid-sXMT2f4epM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sXMT2f4epM .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sXMT2f4epM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXMT2f4epM .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-sXMT2f4epM .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-sXMT2f4epM .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-sXMT2hvGj8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-sXMT2hvGj8 .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-sXMT2hvGj8 .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-sXMT2hvGj8 .card:last-child {
  border-bottom: none !important;
}
.cid-sXMT2hvGj8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-sXMT2hvGj8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sXMT2hvGj8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sXMT2hvGj8 .card,
.cid-sXMT2hvGj8 .card-header {
  background-color: transparent !important;
}
.cid-sXMT2hvGj8 .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-sXMT2hvGj8 .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-sXMT2hvGj8 .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-sXMT2hvGj8 .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sXMT2hvGj8 .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-sXMT2hvGj8 .mbr-section-btn {
  margin-top: 15px;
}
.cid-sXMT2hvGj8 .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-sXMT2hvGj8 .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-sXMT2hvGj8 .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-sXMT2hvGj8 .mbr-text,
.cid-sXMT2hvGj8 .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t6d2GRYKiW {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t6d2GRYKiW .nav-item,
.cid-t6d2GRYKiW .nav-link,
.cid-t6d2GRYKiW .navbar-caption {
  font-weight: normal;
}
.cid-t6d2GRYKiW .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t6d2GRYKiW .nav-link:before,
.cid-t6d2GRYKiW .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-t6d2GRYKiW .nav-item:hover .nav-link:before,
.cid-t6d2GRYKiW .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t6d2GRYKiW .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t6d2GRYKiW .dropdown-toggle::after,
.cid-t6d2GRYKiW .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-t6d2GRYKiW .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t6d2GRYKiW .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t6d2GRYKiW .nav-item:focus,
.cid-t6d2GRYKiW .nav-link:focus {
  outline: none;
}
.cid-t6d2GRYKiW .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t6d2GRYKiW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t6d2GRYKiW .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t6d2GRYKiW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t6d2GRYKiW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6d2GRYKiW .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t6d2GRYKiW .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t6d2GRYKiW .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t6d2GRYKiW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6d2GRYKiW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6d2GRYKiW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t6d2GRYKiW .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t6d2GRYKiW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t6d2GRYKiW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t6d2GRYKiW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t6d2GRYKiW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6d2GRYKiW .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t6d2GRYKiW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t6d2GRYKiW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6d2GRYKiW .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t6d2GRYKiW .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t6d2GRYKiW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6d2GRYKiW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t6d2GRYKiW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t6d2GRYKiW .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t6d2GRYKiW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t6d2GRYKiW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t6d2GRYKiW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t6d2GRYKiW .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t6d2GRYKiW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6d2GRYKiW .dropdown-item.active,
.cid-t6d2GRYKiW .dropdown-item:active {
  background-color: transparent;
}
.cid-t6d2GRYKiW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t6d2GRYKiW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t6d2GRYKiW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6d2GRYKiW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6d2GRYKiW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t6d2GRYKiW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6d2GRYKiW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t6d2GRYKiW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t6d2GRYKiW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t6d2GRYKiW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t6d2GRYKiW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6d2GRYKiW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t6d2GRYKiW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t6d2GRYKiW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t6d2GRYKiW .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t6d2GRYKiW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t6d2GRYKiW .mbr-iconfont {
  color: #ffffff;
}
.cid-t6d2GRYKiW .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t6d2GRYKiW .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6d2GRYKiW .navbar {
    height: 77px;
  }
  .cid-t6d2GRYKiW .navbar.opened {
    height: auto;
  }
  .cid-t6d2GRYKiW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6d2GRYKiW .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uWzoz8DUqd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWzoz8DUqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzoz8DUqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzoz8DUqd .mbr-section-title {
  color: #8fd400;
}
.cid-t6d3b6iIHw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6d3b6iIHw img,
.cid-t6d3b6iIHw .item-img {
  width: 100%;
}
.cid-t6d3b6iIHw .item:focus,
.cid-t6d3b6iIHw span:focus {
  outline: none;
}
.cid-t6d3b6iIHw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t6d3b6iIHw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t6d3b6iIHw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-t6d3b6iIHw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t6d3b6iIHw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-t6d3b6iIHw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-t6d3b6iIHw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t6d3b6iIHw .mbr-section-title {
  color: #8fd400;
}
.cid-t6d3b6iIHw .mbr-text,
.cid-t6d3b6iIHw .mbr-section-btn {
  text-align: center;
}
.cid-t6d3b6iIHw .item-title {
  text-align: center;
}
.cid-t6d3b6iIHw .item-subtitle {
  text-align: center;
}
.cid-t6d3b6iIHw .mbr-section-subtitle {
  color: #606060;
}
.cid-t6d2GLxbpt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t6d2GLxbpt .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t6d2GLxbpt .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t6d2GLxbpt .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t6d2GLxbpt .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t6d2GLxbpt .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t6d2GLxbpt .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t6d2GLxbpt .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t6d2GLxbpt .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t6d2GLxbpt .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t6d2GLxbpt .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t6d2GLxbpt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t6d2GNnKZA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t6d2GNnKZA .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t6d2GNnKZA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t6d2GNnKZA .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t6d2GNnKZA .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t6d2GNnKZA .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t6d2GPrKQT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t6d2GPrKQT .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t6d2GPrKQT .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t6d2GPrKQT .card:last-child {
  border-bottom: none !important;
}
.cid-t6d2GPrKQT .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t6d2GPrKQT .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t6d2GPrKQT .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6d2GPrKQT .card,
.cid-t6d2GPrKQT .card-header {
  background-color: transparent !important;
}
.cid-t6d2GPrKQT .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t6d2GPrKQT .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t6d2GPrKQT .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t6d2GPrKQT .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t6d2GPrKQT .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t6d2GPrKQT .mbr-section-btn {
  margin-top: 15px;
}
.cid-t6d2GPrKQT .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t6d2GPrKQT .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t6d2GPrKQT .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t6d2GPrKQT .mbr-text,
.cid-t6d2GPrKQT .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7Bl624nkQ {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7Bl624nkQ .nav-item,
.cid-t7Bl624nkQ .nav-link,
.cid-t7Bl624nkQ .navbar-caption {
  font-weight: normal;
}
.cid-t7Bl624nkQ .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7Bl624nkQ .nav-link:before,
.cid-t7Bl624nkQ .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-t7Bl624nkQ .nav-item:hover .nav-link:before,
.cid-t7Bl624nkQ .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7Bl624nkQ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7Bl624nkQ .dropdown-toggle::after,
.cid-t7Bl624nkQ .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-t7Bl624nkQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7Bl624nkQ .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7Bl624nkQ .nav-item:focus,
.cid-t7Bl624nkQ .nav-link:focus {
  outline: none;
}
.cid-t7Bl624nkQ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7Bl624nkQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7Bl624nkQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7Bl624nkQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7Bl624nkQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7Bl624nkQ .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7Bl624nkQ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7Bl624nkQ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7Bl624nkQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7Bl624nkQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7Bl624nkQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7Bl624nkQ .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7Bl624nkQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7Bl624nkQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7Bl624nkQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7Bl624nkQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7Bl624nkQ .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7Bl624nkQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7Bl624nkQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7Bl624nkQ .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7Bl624nkQ .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7Bl624nkQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7Bl624nkQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7Bl624nkQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7Bl624nkQ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7Bl624nkQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7Bl624nkQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7Bl624nkQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7Bl624nkQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7Bl624nkQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7Bl624nkQ .dropdown-item.active,
.cid-t7Bl624nkQ .dropdown-item:active {
  background-color: transparent;
}
.cid-t7Bl624nkQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7Bl624nkQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7Bl624nkQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7Bl624nkQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7Bl624nkQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7Bl624nkQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7Bl624nkQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7Bl624nkQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Bl624nkQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Bl624nkQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7Bl624nkQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Bl624nkQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7Bl624nkQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7Bl624nkQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Bl624nkQ .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7Bl624nkQ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7Bl624nkQ .mbr-iconfont {
  color: #ffffff;
}
.cid-t7Bl624nkQ .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7Bl624nkQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Bl624nkQ .navbar {
    height: 77px;
  }
  .cid-t7Bl624nkQ .navbar.opened {
    height: auto;
  }
  .cid-t7Bl624nkQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7Bl624nkQ .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BmaLwLwC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BmaLwLwC .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BmaLwLwC .second-color {
    display: none;
  }
}
.cid-t7BmaLwLwC .image-wrapper {
  width: 120%;
}
@media (max-width: 991px) {
  .cid-t7BmaLwLwC .image-wrapper {
    width: 100%;
  }
}
.cid-t7BmaLwLwC .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BmaLwLwC .content {
  padding-left: 20%;
}
@media (max-width: 991px) {
  .cid-t7BmaLwLwC .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t7BmaLwLwC .content {
    text-align: center;
  }
}
.cid-t7BmaLwLwC .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BmaLwLwC .mbr-section-title span {
  position: relative;
}
.cid-t7BmaLwLwC .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BmaLwLwC .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BmaLwLwC .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BmaLwLwC .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BmaLwLwC .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BmaLwLwC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BmaLwLwC .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BmaLwLwC .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BmaLwLwC .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BmaLwLwC .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BmaLwLwC .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BmaLwLwC .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BmaLwLwC .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BmaLwLwC .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BmaLwLwC .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfUZmmQdAZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfUZmmQdAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUZmmQdAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfUZmmQdAZ .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfUZmmQdAZ .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfUZmmQdAZ .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfUZmmQdAZ .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUZmmQdAZ .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfUZmmQdAZ .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfUZmmQdAZ .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfUZmmQdAZ .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfUZmmQdAZ .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfUZmmQdAZ .mbr-section-title {
  color: #000000;
}
.cid-vfUZmmQdAZ .mbr-text,
.cid-vfUZmmQdAZ .text-wrapper {
  color: #4f4f4f;
}
.cid-vfUZmmQdAZ .list {
  color: #000000;
}
.cid-vfUZmmQdAZ .mbr-section-title,
.cid-vfUZmmQdAZ .mbr-section-btn {
  color: #8fd400;
}
.cid-vfUZmmQdAZ .mbr-text {
  color: #ffffff;
}
.cid-t7Bl5S5fdy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t7Bl5S5fdy .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7Bl5S5fdy .galleryItem {
  border-radius: 10px;
}
.cid-t7Bl5S5fdy .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7Bl5S5fdy .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7Bl5S5fdy .mbr-gallery-filter li {
  display: block;
}
.cid-t7Bl5S5fdy .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7Bl5S5fdy .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7Bl5S5fdy .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7Bl5S5fdy .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7Bl5S5fdy .mbr-shop .row {
  margin: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7Bl5S5fdy .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7Bl5S5fdy .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7Bl5S5fdy .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7Bl5S5fdy .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7Bl5S5fdy .mbr-shop .hide-modal {
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7Bl5S5fdy .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7Bl5S5fdy .mbr-shop .filter-by-pu,
.cid-t7Bl5S5fdy .mbr-shop .filter-by-pd,
.cid-t7Bl5S5fdy .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7Bl5S5fdy .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7Bl5S5fdy .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7Bl5S5fdy .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7Bl5S5fdy .mbr-shop .galleryItem h4,
.cid-t7Bl5S5fdy .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7Bl5S5fdy .mbr-shop .galleryItem h5,
.cid-t7Bl5S5fdy .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .galleryItem p,
.cid-t7Bl5S5fdy .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7Bl5S5fdy .mbr-shop .item-button {
  text-align: center;
}
.cid-t7Bl5S5fdy .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7Bl5S5fdy .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7Bl5S5fdy .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7Bl5S5fdy .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7Bl5S5fdy .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7Bl5S5fdy .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7Bl5S5fdy .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7Bl5S5fdy .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7Bl5S5fdy .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7Bl5S5fdy .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7Bl5S5fdy .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Bl5S5fdy .mbr-shop .range-controls {
  position: relative;
}
.cid-t7Bl5S5fdy .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7Bl5S5fdy .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7Bl5S5fdy .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7Bl5S5fdy .mbr-shop .toggle:hover,
.cid-t7Bl5S5fdy .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7Bl5S5fdy .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7Bl5S5fdy .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7Bl5S5fdy .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7Bl5S5fdy .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7Bl5S5fdy .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7Bl5S5fdy .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7Bl5S5fdy .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7Bl5S5fdy .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7Bl5S5fdy .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7Bl5S5fdy .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7Bl5S5fdy .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7Bl5S5fdy .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7Bl5S5fdy .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7Bl5S5fdy .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7Bl5S5fdy .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7Bl5S5fdy .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7Bl5S5fdy .mbr-shop .price-range {
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7Bl5S5fdy .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7Bl5S5fdy .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7Bl5S5fdy .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7Bl5S5fdy .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7Bl5S5fdy .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7Bl5S5fdy .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7Bl5S5fdy .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7Bl5S5fdy .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7Bl5S5fdy .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7Bl5S5fdy .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7Bl5S5fdy .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7Bl5S5fdy .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7Bl5S5fdy .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7Bl5S5fdy .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7Bl5S5fdy .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7Bl5S5fdy .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7Bl5S5fdy .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7Bl5S5fdy .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7Bl5S5fdy .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7Bl5S5fdy .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7Bl5S5fdy .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7Bl5S5fdy .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7Bl5S5fdy .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Bl5S5fdy .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7Bl5S5fdy .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7Bl5S5fdy .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7Bl5S5fdy .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7Bl5S5fdy .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7Bl5S5fdy .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7Bl5S5fdy .range-slider {
  order: 1;
}
.cid-t7Bl5S5fdy .sidebar-categories {
  order: 2;
}
.cid-t7Bl5S5fdy .bestseller-block {
  order: 3;
}
.cid-t7Bl5S5fdy .categories {
  padding: 0;
}
.cid-t7Bl5S5fdy .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7Bl5S5fdy .shop-item-price,
.cid-t7Bl5S5fdy .price-block {
  color: #5d6a79;
}
.cid-t7Bl5S5fdy LI {
  text-align: left;
}
.cid-t7Bl5S5fdy .item-title {
  text-align: left;
}
.cid-t7Bl5S5fdy .card-description {
  color: #000000;
}
.cid-vfUZXhE88q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfUZXhE88q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfUZXhE88q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfUZXhE88q .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfUZXhE88q .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfUZXhE88q .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfUZXhE88q .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfUZXhE88q .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfUZXhE88q .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfUZXhE88q .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfUZXhE88q .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfUZXhE88q .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfUZXhE88q .mbr-section-title {
  color: #000000;
}
.cid-vfUZXhE88q .mbr-text,
.cid-vfUZXhE88q .text-wrapper {
  color: #4f4f4f;
}
.cid-vfUZXhE88q .list {
  color: #000000;
}
.cid-vfUZXhE88q .mbr-section-title,
.cid-vfUZXhE88q .mbr-section-btn {
  color: #8fd400;
}
.cid-vfUZXhE88q .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfUZXhE88q .list,
.cid-vfUZXhE88q .item-wrap,
.cid-vfUZXhE88q .list-wrapper {
  color: #ffffff;
}
.cid-t7Bl5Y3dxv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7Bl5Y3dxv .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7Bl5Y3dxv .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7Bl5Y3dxv .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Bl5Y3dxv .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7Bl5Y3dxv .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7Bl5Y3dxv .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7Bl5Y3dxv .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7Bl5Y3dxv .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7Bl5Y3dxv .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7Bl5Y3dxv .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7Bl5Y3dxv .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7Bl5Z8HTI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7Bl5Z8HTI .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7Bl5Z8HTI .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7Bl5Z8HTI .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7Bl5Z8HTI .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7Bl5Z8HTI .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7Bl60xUlt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7Bl60xUlt .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7Bl60xUlt .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7Bl60xUlt .card:last-child {
  border-bottom: none !important;
}
.cid-t7Bl60xUlt .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7Bl60xUlt .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7Bl60xUlt .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7Bl60xUlt .card,
.cid-t7Bl60xUlt .card-header {
  background-color: transparent !important;
}
.cid-t7Bl60xUlt .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7Bl60xUlt .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7Bl60xUlt .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7Bl60xUlt .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7Bl60xUlt .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7Bl60xUlt .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7Bl60xUlt .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7Bl60xUlt .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7Bl60xUlt .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7Bl60xUlt .mbr-text,
.cid-t7Bl60xUlt .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7BC1tIBEw {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7BC1tIBEw .nav-item,
.cid-t7BC1tIBEw .nav-link,
.cid-t7BC1tIBEw .navbar-caption {
  font-weight: normal;
}
.cid-t7BC1tIBEw .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7BC1tIBEw .nav-link:before,
.cid-t7BC1tIBEw .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-t7BC1tIBEw .nav-item:hover .nav-link:before,
.cid-t7BC1tIBEw .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7BC1tIBEw .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7BC1tIBEw .dropdown-toggle::after,
.cid-t7BC1tIBEw .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-t7BC1tIBEw .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7BC1tIBEw .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7BC1tIBEw .nav-item:focus,
.cid-t7BC1tIBEw .nav-link:focus {
  outline: none;
}
.cid-t7BC1tIBEw .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7BC1tIBEw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7BC1tIBEw .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7BC1tIBEw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7BC1tIBEw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7BC1tIBEw .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7BC1tIBEw .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7BC1tIBEw .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7BC1tIBEw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7BC1tIBEw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7BC1tIBEw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7BC1tIBEw .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7BC1tIBEw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7BC1tIBEw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7BC1tIBEw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7BC1tIBEw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7BC1tIBEw .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7BC1tIBEw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7BC1tIBEw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7BC1tIBEw .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7BC1tIBEw .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7BC1tIBEw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7BC1tIBEw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7BC1tIBEw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7BC1tIBEw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7BC1tIBEw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7BC1tIBEw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7BC1tIBEw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7BC1tIBEw .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7BC1tIBEw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7BC1tIBEw .dropdown-item.active,
.cid-t7BC1tIBEw .dropdown-item:active {
  background-color: transparent;
}
.cid-t7BC1tIBEw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7BC1tIBEw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7BC1tIBEw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7BC1tIBEw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7BC1tIBEw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7BC1tIBEw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7BC1tIBEw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7BC1tIBEw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BC1tIBEw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BC1tIBEw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7BC1tIBEw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BC1tIBEw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7BC1tIBEw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7BC1tIBEw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BC1tIBEw .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7BC1tIBEw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7BC1tIBEw .mbr-iconfont {
  color: #ffffff;
}
.cid-t7BC1tIBEw .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7BC1tIBEw .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BC1tIBEw .navbar {
    height: 77px;
  }
  .cid-t7BC1tIBEw .navbar.opened {
    height: auto;
  }
  .cid-t7BC1tIBEw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7BC1tIBEw .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BC1hzwXm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BC1hzwXm .row {
  flex-direction: row-reverse;
}
.cid-t7BC1hzwXm .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BC1hzwXm .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7BC1hzwXm .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7BC1hzwXm .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7BC1hzwXm .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7BC1hzwXm .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BC1hzwXm .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7BC1hzwXm .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7BC1hzwXm .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7BC1hzwXm .content {
    text-align: center;
  }
}
.cid-t7BC1hzwXm .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BC1hzwXm .mbr-section-title span {
  position: relative;
}
.cid-t7BC1hzwXm .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BC1hzwXm .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BC1hzwXm .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BC1hzwXm .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BC1hzwXm .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BC1hzwXm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BC1hzwXm .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BC1hzwXm .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BC1hzwXm .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BC1hzwXm .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BC1hzwXm .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BC1hzwXm .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BC1hzwXm .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BC1hzwXm .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BC1hzwXm .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWknwRnDg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWknwRnDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWknwRnDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWknwRnDg .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWknwRnDg .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWknwRnDg .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWknwRnDg .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWknwRnDg .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWknwRnDg .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWknwRnDg .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWknwRnDg .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWknwRnDg .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWknwRnDg .mbr-section-title {
  color: #000000;
}
.cid-vfWknwRnDg .mbr-text,
.cid-vfWknwRnDg .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWknwRnDg .list {
  color: #000000;
}
.cid-vfWknwRnDg .mbr-section-title,
.cid-vfWknwRnDg .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWknwRnDg .mbr-text {
  color: #ffffff;
}
.cid-t7BC1iIx12 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7BC1iIx12 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7BC1iIx12 .galleryItem {
  border-radius: 10px;
}
.cid-t7BC1iIx12 .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7BC1iIx12 .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7BC1iIx12 .mbr-gallery-filter li {
  display: block;
}
.cid-t7BC1iIx12 .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7BC1iIx12 .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7BC1iIx12 .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7BC1iIx12 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7BC1iIx12 .mbr-shop .row {
  margin: 0;
}
.cid-t7BC1iIx12 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7BC1iIx12 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7BC1iIx12 .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7BC1iIx12 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7BC1iIx12 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7BC1iIx12 .mbr-shop .hide-modal {
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7BC1iIx12 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7BC1iIx12 .mbr-shop .filter-by-pu,
.cid-t7BC1iIx12 .mbr-shop .filter-by-pd,
.cid-t7BC1iIx12 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7BC1iIx12 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7BC1iIx12 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7BC1iIx12 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7BC1iIx12 .mbr-shop .galleryItem h4,
.cid-t7BC1iIx12 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7BC1iIx12 .mbr-shop .galleryItem h5,
.cid-t7BC1iIx12 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7BC1iIx12 .mbr-shop .galleryItem p,
.cid-t7BC1iIx12 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7BC1iIx12 .mbr-shop .item-button {
  text-align: center;
}
.cid-t7BC1iIx12 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7BC1iIx12 .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7BC1iIx12 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7BC1iIx12 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7BC1iIx12 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7BC1iIx12 .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7BC1iIx12 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7BC1iIx12 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7BC1iIx12 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7BC1iIx12 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7BC1iIx12 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7BC1iIx12 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7BC1iIx12 .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BC1iIx12 .mbr-shop .range-controls {
  position: relative;
}
.cid-t7BC1iIx12 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7BC1iIx12 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7BC1iIx12 .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7BC1iIx12 .mbr-shop .toggle:hover,
.cid-t7BC1iIx12 .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7BC1iIx12 .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7BC1iIx12 .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7BC1iIx12 .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7BC1iIx12 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7BC1iIx12 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7BC1iIx12 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7BC1iIx12 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7BC1iIx12 .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7BC1iIx12 .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7BC1iIx12 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7BC1iIx12 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7BC1iIx12 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7BC1iIx12 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BC1iIx12 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7BC1iIx12 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7BC1iIx12 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BC1iIx12 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7BC1iIx12 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7BC1iIx12 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7BC1iIx12 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7BC1iIx12 .mbr-shop .price-range {
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7BC1iIx12 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7BC1iIx12 .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7BC1iIx12 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7BC1iIx12 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7BC1iIx12 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7BC1iIx12 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7BC1iIx12 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7BC1iIx12 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7BC1iIx12 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7BC1iIx12 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7BC1iIx12 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7BC1iIx12 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7BC1iIx12 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7BC1iIx12 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7BC1iIx12 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7BC1iIx12 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7BC1iIx12 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7BC1iIx12 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7BC1iIx12 .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7BC1iIx12 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7BC1iIx12 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7BC1iIx12 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7BC1iIx12 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7BC1iIx12 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7BC1iIx12 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7BC1iIx12 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7BC1iIx12 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7BC1iIx12 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7BC1iIx12 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7BC1iIx12 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7BC1iIx12 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7BC1iIx12 .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BC1iIx12 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7BC1iIx12 .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BC1iIx12 .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7BC1iIx12 .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7BC1iIx12 .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7BC1iIx12 .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7BC1iIx12 .range-slider {
  order: 1;
}
.cid-t7BC1iIx12 .sidebar-categories {
  order: 2;
}
.cid-t7BC1iIx12 .bestseller-block {
  order: 3;
}
.cid-t7BC1iIx12 .categories {
  padding: 0;
}
.cid-t7BC1iIx12 .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7BC1iIx12 .shop-item-price,
.cid-t7BC1iIx12 .price-block {
  color: #5d6a79;
}
.cid-t7BC1iIx12 LI {
  text-align: left;
}
.cid-t7BC1iIx12 .item-title {
  text-align: left;
}
.cid-t7BC1iIx12 .card-description {
  color: #000000;
}
.cid-vfWko8Oc31 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWko8Oc31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWko8Oc31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWko8Oc31 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWko8Oc31 .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWko8Oc31 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWko8Oc31 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWko8Oc31 .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWko8Oc31 .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWko8Oc31 .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWko8Oc31 .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWko8Oc31 .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWko8Oc31 .mbr-section-title {
  color: #000000;
}
.cid-vfWko8Oc31 .mbr-text,
.cid-vfWko8Oc31 .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWko8Oc31 .list {
  color: #000000;
}
.cid-vfWko8Oc31 .mbr-section-title,
.cid-vfWko8Oc31 .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWko8Oc31 .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWko8Oc31 .list,
.cid-vfWko8Oc31 .item-wrap,
.cid-vfWko8Oc31 .list-wrapper {
  color: #ffffff;
}
.cid-t7BC1phLcw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7BC1phLcw .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7BC1phLcw .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7BC1phLcw .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7BC1phLcw .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7BC1phLcw .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7BC1qSP60 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7BC1qSP60 .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7BC1qSP60 .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7BC1qSP60 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BC1qSP60 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7BC1qSP60 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7BC1qSP60 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7BC1qSP60 .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7BC1qSP60 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7BC1qSP60 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7BC1qSP60 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7BC1qSP60 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7BC1s2qcx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7BC1s2qcx .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7BC1s2qcx .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7BC1s2qcx .card:last-child {
  border-bottom: none !important;
}
.cid-t7BC1s2qcx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7BC1s2qcx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7BC1s2qcx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7BC1s2qcx .card,
.cid-t7BC1s2qcx .card-header {
  background-color: transparent !important;
}
.cid-t7BC1s2qcx .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7BC1s2qcx .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7BC1s2qcx .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7BC1s2qcx .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7BC1s2qcx .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7BC1s2qcx .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7BC1s2qcx .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7BC1s2qcx .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7BC1s2qcx .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7BC1s2qcx .mbr-text,
.cid-t7BC1s2qcx .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7BN0easvH {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7BN0easvH .nav-item,
.cid-t7BN0easvH .nav-link,
.cid-t7BN0easvH .navbar-caption {
  font-weight: normal;
}
.cid-t7BN0easvH .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7BN0easvH .nav-link:before,
.cid-t7BN0easvH .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-t7BN0easvH .nav-item:hover .nav-link:before,
.cid-t7BN0easvH .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7BN0easvH .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7BN0easvH .dropdown-toggle::after,
.cid-t7BN0easvH .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-t7BN0easvH .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7BN0easvH .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7BN0easvH .nav-item:focus,
.cid-t7BN0easvH .nav-link:focus {
  outline: none;
}
.cid-t7BN0easvH .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7BN0easvH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7BN0easvH .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7BN0easvH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7BN0easvH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7BN0easvH .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7BN0easvH .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7BN0easvH .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7BN0easvH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7BN0easvH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7BN0easvH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7BN0easvH .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7BN0easvH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7BN0easvH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7BN0easvH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7BN0easvH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7BN0easvH .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7BN0easvH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7BN0easvH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7BN0easvH .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7BN0easvH .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7BN0easvH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7BN0easvH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7BN0easvH .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7BN0easvH .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7BN0easvH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7BN0easvH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7BN0easvH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7BN0easvH .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7BN0easvH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7BN0easvH .dropdown-item.active,
.cid-t7BN0easvH .dropdown-item:active {
  background-color: transparent;
}
.cid-t7BN0easvH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7BN0easvH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7BN0easvH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7BN0easvH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7BN0easvH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7BN0easvH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7BN0easvH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7BN0easvH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BN0easvH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BN0easvH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7BN0easvH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BN0easvH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7BN0easvH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7BN0easvH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BN0easvH .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7BN0easvH a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7BN0easvH .mbr-iconfont {
  color: #ffffff;
}
.cid-t7BN0easvH .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7BN0easvH .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BN0easvH .navbar {
    height: 77px;
  }
  .cid-t7BN0easvH .navbar.opened {
    height: auto;
  }
  .cid-t7BN0easvH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7BN0easvH .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BN01ctfK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BN01ctfK .row {
  flex-direction: row-reverse;
}
.cid-t7BN01ctfK .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BN01ctfK .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7BN01ctfK .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7BN01ctfK .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7BN01ctfK .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7BN01ctfK .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BN01ctfK .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7BN01ctfK .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7BN01ctfK .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7BN01ctfK .content {
    text-align: center;
  }
}
.cid-t7BN01ctfK .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BN01ctfK .mbr-section-title span {
  position: relative;
}
.cid-t7BN01ctfK .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BN01ctfK .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BN01ctfK .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BN01ctfK .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BN01ctfK .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BN01ctfK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BN01ctfK .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BN01ctfK .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BN01ctfK .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BN01ctfK .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BN01ctfK .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BN01ctfK .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BN01ctfK .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BN01ctfK .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BN01ctfK .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWc0BM7CI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWc0BM7CI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWc0BM7CI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWc0BM7CI .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWc0BM7CI .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWc0BM7CI .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWc0BM7CI .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWc0BM7CI .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWc0BM7CI .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWc0BM7CI .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWc0BM7CI .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWc0BM7CI .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWc0BM7CI .mbr-section-title {
  color: #000000;
}
.cid-vfWc0BM7CI .mbr-text,
.cid-vfWc0BM7CI .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWc0BM7CI .list {
  color: #000000;
}
.cid-vfWc0BM7CI .mbr-section-title,
.cid-vfWc0BM7CI .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWc0BM7CI .mbr-text {
  color: #ffffff;
}
.cid-t7BN02Y7De {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7BN02Y7De .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7BN02Y7De .galleryItem {
  border-radius: 10px;
}
.cid-t7BN02Y7De .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7BN02Y7De .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7BN02Y7De .mbr-gallery-filter li {
  display: block;
}
.cid-t7BN02Y7De .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7BN02Y7De .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7BN02Y7De .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7BN02Y7De .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7BN02Y7De .mbr-shop .row {
  margin: 0;
}
.cid-t7BN02Y7De .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7BN02Y7De .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7BN02Y7De .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7BN02Y7De .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7BN02Y7De .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7BN02Y7De .mbr-shop .hide-modal {
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7BN02Y7De .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7BN02Y7De .mbr-shop .filter-by-pu,
.cid-t7BN02Y7De .mbr-shop .filter-by-pd,
.cid-t7BN02Y7De .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7BN02Y7De .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7BN02Y7De .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7BN02Y7De .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7BN02Y7De .mbr-shop .galleryItem h4,
.cid-t7BN02Y7De .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7BN02Y7De .mbr-shop .galleryItem h5,
.cid-t7BN02Y7De .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7BN02Y7De .mbr-shop .galleryItem p,
.cid-t7BN02Y7De .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7BN02Y7De .mbr-shop .item-button {
  text-align: center;
}
.cid-t7BN02Y7De .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7BN02Y7De .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7BN02Y7De .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7BN02Y7De .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7BN02Y7De .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7BN02Y7De .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7BN02Y7De .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7BN02Y7De .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7BN02Y7De .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7BN02Y7De .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7BN02Y7De .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7BN02Y7De .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7BN02Y7De .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BN02Y7De .mbr-shop .range-controls {
  position: relative;
}
.cid-t7BN02Y7De .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7BN02Y7De .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7BN02Y7De .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7BN02Y7De .mbr-shop .toggle:hover,
.cid-t7BN02Y7De .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7BN02Y7De .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7BN02Y7De .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7BN02Y7De .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7BN02Y7De .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7BN02Y7De .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7BN02Y7De .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7BN02Y7De .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7BN02Y7De .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7BN02Y7De .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7BN02Y7De .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7BN02Y7De .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7BN02Y7De .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7BN02Y7De .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BN02Y7De .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7BN02Y7De .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7BN02Y7De .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BN02Y7De .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7BN02Y7De .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7BN02Y7De .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7BN02Y7De .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7BN02Y7De .mbr-shop .price-range {
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7BN02Y7De .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7BN02Y7De .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7BN02Y7De .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7BN02Y7De .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7BN02Y7De .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7BN02Y7De .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7BN02Y7De .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7BN02Y7De .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7BN02Y7De .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7BN02Y7De .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7BN02Y7De .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7BN02Y7De .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7BN02Y7De .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7BN02Y7De .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7BN02Y7De .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7BN02Y7De .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7BN02Y7De .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7BN02Y7De .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7BN02Y7De .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7BN02Y7De .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7BN02Y7De .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7BN02Y7De .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7BN02Y7De .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7BN02Y7De .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7BN02Y7De .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7BN02Y7De .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7BN02Y7De .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7BN02Y7De .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7BN02Y7De .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7BN02Y7De .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7BN02Y7De .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7BN02Y7De .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BN02Y7De .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7BN02Y7De .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BN02Y7De .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7BN02Y7De .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7BN02Y7De .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7BN02Y7De .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7BN02Y7De .range-slider {
  order: 1;
}
.cid-t7BN02Y7De .sidebar-categories {
  order: 2;
}
.cid-t7BN02Y7De .bestseller-block {
  order: 3;
}
.cid-t7BN02Y7De .categories {
  padding: 0;
}
.cid-t7BN02Y7De .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7BN02Y7De .shop-item-price,
.cid-t7BN02Y7De .price-block {
  color: #5d6a79;
}
.cid-t7BN02Y7De LI {
  text-align: left;
}
.cid-t7BN02Y7De .item-title {
  text-align: left;
}
.cid-t7BN02Y7De .card-description {
  color: #000000;
}
.cid-vfWc1pjIpg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWc1pjIpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWc1pjIpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWc1pjIpg .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWc1pjIpg .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWc1pjIpg .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWc1pjIpg .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWc1pjIpg .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWc1pjIpg .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWc1pjIpg .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWc1pjIpg .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWc1pjIpg .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWc1pjIpg .mbr-section-title {
  color: #000000;
}
.cid-vfWc1pjIpg .mbr-text,
.cid-vfWc1pjIpg .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWc1pjIpg .list {
  color: #000000;
}
.cid-vfWc1pjIpg .mbr-section-title,
.cid-vfWc1pjIpg .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWc1pjIpg .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWc1pjIpg .list,
.cid-vfWc1pjIpg .item-wrap,
.cid-vfWc1pjIpg .list-wrapper {
  color: #ffffff;
}
.cid-t7BN0a3vYl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7BN0a3vYl .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7BN0a3vYl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7BN0a3vYl .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7BN0a3vYl .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7BN0a3vYl .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7BN0byyNE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7BN0byyNE .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7BN0byyNE .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7BN0byyNE .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BN0byyNE .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7BN0byyNE .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7BN0byyNE .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7BN0byyNE .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7BN0byyNE .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7BN0byyNE .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7BN0byyNE .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7BN0byyNE .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7BN0cDDAB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7BN0cDDAB .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7BN0cDDAB .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7BN0cDDAB .card:last-child {
  border-bottom: none !important;
}
.cid-t7BN0cDDAB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7BN0cDDAB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7BN0cDDAB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7BN0cDDAB .card,
.cid-t7BN0cDDAB .card-header {
  background-color: transparent !important;
}
.cid-t7BN0cDDAB .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7BN0cDDAB .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7BN0cDDAB .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7BN0cDDAB .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7BN0cDDAB .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7BN0cDDAB .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7BN0cDDAB .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7BN0cDDAB .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7BN0cDDAB .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7BN0cDDAB .mbr-text,
.cid-t7BN0cDDAB .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7BOz1j0Wk {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7BOz1j0Wk .nav-item,
.cid-t7BOz1j0Wk .nav-link,
.cid-t7BOz1j0Wk .navbar-caption {
  font-weight: normal;
}
.cid-t7BOz1j0Wk .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7BOz1j0Wk .nav-link:before,
.cid-t7BOz1j0Wk .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-t7BOz1j0Wk .nav-item:hover .nav-link:before,
.cid-t7BOz1j0Wk .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7BOz1j0Wk .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7BOz1j0Wk .dropdown-toggle::after,
.cid-t7BOz1j0Wk .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-t7BOz1j0Wk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7BOz1j0Wk .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7BOz1j0Wk .nav-item:focus,
.cid-t7BOz1j0Wk .nav-link:focus {
  outline: none;
}
.cid-t7BOz1j0Wk .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7BOz1j0Wk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7BOz1j0Wk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7BOz1j0Wk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7BOz1j0Wk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7BOz1j0Wk .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7BOz1j0Wk .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7BOz1j0Wk .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7BOz1j0Wk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7BOz1j0Wk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7BOz1j0Wk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7BOz1j0Wk .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7BOz1j0Wk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7BOz1j0Wk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7BOz1j0Wk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7BOz1j0Wk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7BOz1j0Wk .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7BOz1j0Wk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7BOz1j0Wk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7BOz1j0Wk .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7BOz1j0Wk .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7BOz1j0Wk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7BOz1j0Wk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7BOz1j0Wk .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7BOz1j0Wk .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7BOz1j0Wk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7BOz1j0Wk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7BOz1j0Wk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7BOz1j0Wk .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7BOz1j0Wk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7BOz1j0Wk .dropdown-item.active,
.cid-t7BOz1j0Wk .dropdown-item:active {
  background-color: transparent;
}
.cid-t7BOz1j0Wk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7BOz1j0Wk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7BOz1j0Wk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7BOz1j0Wk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7BOz1j0Wk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7BOz1j0Wk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7BOz1j0Wk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7BOz1j0Wk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BOz1j0Wk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BOz1j0Wk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7BOz1j0Wk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BOz1j0Wk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7BOz1j0Wk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7BOz1j0Wk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BOz1j0Wk .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7BOz1j0Wk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7BOz1j0Wk .mbr-iconfont {
  color: #ffffff;
}
.cid-t7BOz1j0Wk .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7BOz1j0Wk .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BOz1j0Wk .navbar {
    height: 77px;
  }
  .cid-t7BOz1j0Wk .navbar.opened {
    height: auto;
  }
  .cid-t7BOz1j0Wk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7BOz1j0Wk .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BOyM5rre {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BOyM5rre .row {
  flex-direction: row-reverse;
}
.cid-t7BOyM5rre .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BOyM5rre .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7BOyM5rre .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7BOyM5rre .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7BOyM5rre .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7BOyM5rre .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BOyM5rre .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7BOyM5rre .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7BOyM5rre .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7BOyM5rre .content {
    text-align: center;
  }
}
.cid-t7BOyM5rre .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BOyM5rre .mbr-section-title span {
  position: relative;
}
.cid-t7BOyM5rre .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BOyM5rre .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BOyM5rre .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BOyM5rre .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BOyM5rre .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BOyM5rre .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BOyM5rre .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BOyM5rre .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BOyM5rre .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BOyM5rre .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BOyM5rre .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BOyM5rre .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BOyM5rre .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BOyM5rre .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BOyM5rre .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWnSMhvVx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWnSMhvVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWnSMhvVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWnSMhvVx .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWnSMhvVx .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWnSMhvVx .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWnSMhvVx .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWnSMhvVx .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWnSMhvVx .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWnSMhvVx .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWnSMhvVx .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWnSMhvVx .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWnSMhvVx .mbr-section-title {
  color: #000000;
}
.cid-vfWnSMhvVx .mbr-text,
.cid-vfWnSMhvVx .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWnSMhvVx .list {
  color: #000000;
}
.cid-vfWnSMhvVx .mbr-section-title,
.cid-vfWnSMhvVx .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWnSMhvVx .mbr-text {
  color: #ffffff;
}
.cid-t7BOyNeASd {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7BOyNeASd .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7BOyNeASd .galleryItem {
  border-radius: 10px;
}
.cid-t7BOyNeASd .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7BOyNeASd .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7BOyNeASd .mbr-gallery-filter li {
  display: block;
}
.cid-t7BOyNeASd .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7BOyNeASd .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7BOyNeASd .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7BOyNeASd .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7BOyNeASd .mbr-shop .row {
  margin: 0;
}
.cid-t7BOyNeASd .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7BOyNeASd .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7BOyNeASd .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7BOyNeASd .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7BOyNeASd .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7BOyNeASd .mbr-shop .hide-modal {
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7BOyNeASd .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7BOyNeASd .mbr-shop .filter-by-pu,
.cid-t7BOyNeASd .mbr-shop .filter-by-pd,
.cid-t7BOyNeASd .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7BOyNeASd .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7BOyNeASd .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7BOyNeASd .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7BOyNeASd .mbr-shop .galleryItem h4,
.cid-t7BOyNeASd .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7BOyNeASd .mbr-shop .galleryItem h5,
.cid-t7BOyNeASd .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7BOyNeASd .mbr-shop .galleryItem p,
.cid-t7BOyNeASd .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7BOyNeASd .mbr-shop .item-button {
  text-align: center;
}
.cid-t7BOyNeASd .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7BOyNeASd .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7BOyNeASd .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7BOyNeASd .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7BOyNeASd .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7BOyNeASd .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7BOyNeASd .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7BOyNeASd .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7BOyNeASd .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7BOyNeASd .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7BOyNeASd .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7BOyNeASd .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7BOyNeASd .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BOyNeASd .mbr-shop .range-controls {
  position: relative;
}
.cid-t7BOyNeASd .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7BOyNeASd .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7BOyNeASd .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7BOyNeASd .mbr-shop .toggle:hover,
.cid-t7BOyNeASd .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7BOyNeASd .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7BOyNeASd .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7BOyNeASd .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7BOyNeASd .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7BOyNeASd .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7BOyNeASd .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7BOyNeASd .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7BOyNeASd .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7BOyNeASd .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7BOyNeASd .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7BOyNeASd .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7BOyNeASd .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7BOyNeASd .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BOyNeASd .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7BOyNeASd .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7BOyNeASd .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BOyNeASd .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7BOyNeASd .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7BOyNeASd .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7BOyNeASd .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7BOyNeASd .mbr-shop .price-range {
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7BOyNeASd .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7BOyNeASd .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7BOyNeASd .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7BOyNeASd .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7BOyNeASd .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7BOyNeASd .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7BOyNeASd .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7BOyNeASd .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7BOyNeASd .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7BOyNeASd .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7BOyNeASd .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7BOyNeASd .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7BOyNeASd .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7BOyNeASd .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7BOyNeASd .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7BOyNeASd .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7BOyNeASd .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7BOyNeASd .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7BOyNeASd .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7BOyNeASd .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7BOyNeASd .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7BOyNeASd .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7BOyNeASd .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7BOyNeASd .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7BOyNeASd .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7BOyNeASd .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7BOyNeASd .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7BOyNeASd .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7BOyNeASd .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7BOyNeASd .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7BOyNeASd .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7BOyNeASd .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BOyNeASd .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7BOyNeASd .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BOyNeASd .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7BOyNeASd .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7BOyNeASd .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7BOyNeASd .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7BOyNeASd .range-slider {
  order: 1;
}
.cid-t7BOyNeASd .sidebar-categories {
  order: 2;
}
.cid-t7BOyNeASd .bestseller-block {
  order: 3;
}
.cid-t7BOyNeASd .categories {
  padding: 0;
}
.cid-t7BOyNeASd .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7BOyNeASd .shop-item-price,
.cid-t7BOyNeASd .price-block {
  color: #5d6a79;
}
.cid-t7BOyNeASd LI {
  text-align: left;
}
.cid-t7BOyNeASd .item-title {
  text-align: left;
}
.cid-t7BOyNeASd .card-description {
  color: #000000;
}
.cid-vfWnTcPG3P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWnTcPG3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWnTcPG3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWnTcPG3P .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWnTcPG3P .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWnTcPG3P .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWnTcPG3P .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWnTcPG3P .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWnTcPG3P .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWnTcPG3P .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWnTcPG3P .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWnTcPG3P .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWnTcPG3P .mbr-section-title {
  color: #000000;
}
.cid-vfWnTcPG3P .mbr-text,
.cid-vfWnTcPG3P .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWnTcPG3P .list {
  color: #000000;
}
.cid-vfWnTcPG3P .mbr-section-title,
.cid-vfWnTcPG3P .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWnTcPG3P .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWnTcPG3P .list,
.cid-vfWnTcPG3P .item-wrap,
.cid-vfWnTcPG3P .list-wrapper {
  color: #ffffff;
}
.cid-t7BOyVGeMQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7BOyVGeMQ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7BOyVGeMQ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7BOyVGeMQ .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7BOyVGeMQ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7BOyVGeMQ .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7BOyY07No {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7BOyY07No .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7BOyY07No .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7BOyY07No .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BOyY07No .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7BOyY07No .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7BOyY07No .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7BOyY07No .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7BOyY07No .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7BOyY07No .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7BOyY07No .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7BOyY07No .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7BOyZtezx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7BOyZtezx .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7BOyZtezx .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7BOyZtezx .card:last-child {
  border-bottom: none !important;
}
.cid-t7BOyZtezx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7BOyZtezx .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7BOyZtezx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7BOyZtezx .card,
.cid-t7BOyZtezx .card-header {
  background-color: transparent !important;
}
.cid-t7BOyZtezx .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7BOyZtezx .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7BOyZtezx .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7BOyZtezx .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7BOyZtezx .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7BOyZtezx .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7BOyZtezx .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7BOyZtezx .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7BOyZtezx .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7BOyZtezx .mbr-text,
.cid-t7BOyZtezx .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7BQC9fe3F {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7BQC9fe3F .nav-item,
.cid-t7BQC9fe3F .nav-link,
.cid-t7BQC9fe3F .navbar-caption {
  font-weight: normal;
}
.cid-t7BQC9fe3F .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7BQC9fe3F .nav-link:before,
.cid-t7BQC9fe3F .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-t7BQC9fe3F .nav-item:hover .nav-link:before,
.cid-t7BQC9fe3F .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7BQC9fe3F .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7BQC9fe3F .dropdown-toggle::after,
.cid-t7BQC9fe3F .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-t7BQC9fe3F .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7BQC9fe3F .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7BQC9fe3F .nav-item:focus,
.cid-t7BQC9fe3F .nav-link:focus {
  outline: none;
}
.cid-t7BQC9fe3F .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7BQC9fe3F .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7BQC9fe3F .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7BQC9fe3F .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7BQC9fe3F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7BQC9fe3F .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7BQC9fe3F .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7BQC9fe3F .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7BQC9fe3F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7BQC9fe3F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7BQC9fe3F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7BQC9fe3F .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7BQC9fe3F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7BQC9fe3F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7BQC9fe3F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7BQC9fe3F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7BQC9fe3F .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7BQC9fe3F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7BQC9fe3F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7BQC9fe3F .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7BQC9fe3F .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7BQC9fe3F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7BQC9fe3F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7BQC9fe3F .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7BQC9fe3F .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7BQC9fe3F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7BQC9fe3F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7BQC9fe3F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7BQC9fe3F .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7BQC9fe3F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7BQC9fe3F .dropdown-item.active,
.cid-t7BQC9fe3F .dropdown-item:active {
  background-color: transparent;
}
.cid-t7BQC9fe3F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7BQC9fe3F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7BQC9fe3F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7BQC9fe3F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7BQC9fe3F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7BQC9fe3F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7BQC9fe3F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7BQC9fe3F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BQC9fe3F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BQC9fe3F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7BQC9fe3F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BQC9fe3F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7BQC9fe3F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7BQC9fe3F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BQC9fe3F .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7BQC9fe3F a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7BQC9fe3F .mbr-iconfont {
  color: #ffffff;
}
.cid-t7BQC9fe3F .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7BQC9fe3F .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BQC9fe3F .navbar {
    height: 77px;
  }
  .cid-t7BQC9fe3F .navbar.opened {
    height: auto;
  }
  .cid-t7BQC9fe3F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7BQC9fe3F .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BQBTVfQU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BQBTVfQU .row {
  flex-direction: row-reverse;
}
.cid-t7BQBTVfQU .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BQBTVfQU .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7BQBTVfQU .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7BQBTVfQU .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7BQBTVfQU .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7BQBTVfQU .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BQBTVfQU .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7BQBTVfQU .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7BQBTVfQU .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7BQBTVfQU .content {
    text-align: center;
  }
}
.cid-t7BQBTVfQU .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BQBTVfQU .mbr-section-title span {
  position: relative;
}
.cid-t7BQBTVfQU .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BQBTVfQU .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BQBTVfQU .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BQBTVfQU .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BQBTVfQU .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BQBTVfQU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BQBTVfQU .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BQBTVfQU .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BQBTVfQU .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BQBTVfQU .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BQBTVfQU .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BQBTVfQU .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BQBTVfQU .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BQBTVfQU .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BQBTVfQU .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWjXeAsx8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWjXeAsx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWjXeAsx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWjXeAsx8 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWjXeAsx8 .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWjXeAsx8 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWjXeAsx8 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWjXeAsx8 .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWjXeAsx8 .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWjXeAsx8 .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWjXeAsx8 .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWjXeAsx8 .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWjXeAsx8 .mbr-section-title {
  color: #000000;
}
.cid-vfWjXeAsx8 .mbr-text,
.cid-vfWjXeAsx8 .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWjXeAsx8 .list {
  color: #000000;
}
.cid-vfWjXeAsx8 .mbr-section-title,
.cid-vfWjXeAsx8 .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWjXeAsx8 .mbr-text {
  color: #ffffff;
}
.cid-t7BQBV4OPK {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7BQBV4OPK .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7BQBV4OPK .galleryItem {
  border-radius: 10px;
}
.cid-t7BQBV4OPK .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7BQBV4OPK .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7BQBV4OPK .mbr-gallery-filter li {
  display: block;
}
.cid-t7BQBV4OPK .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7BQBV4OPK .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7BQBV4OPK .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7BQBV4OPK .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7BQBV4OPK .mbr-shop .row {
  margin: 0;
}
.cid-t7BQBV4OPK .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7BQBV4OPK .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7BQBV4OPK .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7BQBV4OPK .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7BQBV4OPK .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7BQBV4OPK .mbr-shop .hide-modal {
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7BQBV4OPK .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7BQBV4OPK .mbr-shop .filter-by-pu,
.cid-t7BQBV4OPK .mbr-shop .filter-by-pd,
.cid-t7BQBV4OPK .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7BQBV4OPK .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7BQBV4OPK .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7BQBV4OPK .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7BQBV4OPK .mbr-shop .galleryItem h4,
.cid-t7BQBV4OPK .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7BQBV4OPK .mbr-shop .galleryItem h5,
.cid-t7BQBV4OPK .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7BQBV4OPK .mbr-shop .galleryItem p,
.cid-t7BQBV4OPK .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7BQBV4OPK .mbr-shop .item-button {
  text-align: center;
}
.cid-t7BQBV4OPK .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7BQBV4OPK .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7BQBV4OPK .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7BQBV4OPK .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7BQBV4OPK .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7BQBV4OPK .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7BQBV4OPK .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7BQBV4OPK .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7BQBV4OPK .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7BQBV4OPK .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7BQBV4OPK .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7BQBV4OPK .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7BQBV4OPK .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BQBV4OPK .mbr-shop .range-controls {
  position: relative;
}
.cid-t7BQBV4OPK .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7BQBV4OPK .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7BQBV4OPK .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7BQBV4OPK .mbr-shop .toggle:hover,
.cid-t7BQBV4OPK .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7BQBV4OPK .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7BQBV4OPK .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7BQBV4OPK .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7BQBV4OPK .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7BQBV4OPK .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7BQBV4OPK .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7BQBV4OPK .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7BQBV4OPK .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7BQBV4OPK .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7BQBV4OPK .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7BQBV4OPK .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7BQBV4OPK .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7BQBV4OPK .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BQBV4OPK .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7BQBV4OPK .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7BQBV4OPK .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BQBV4OPK .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7BQBV4OPK .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7BQBV4OPK .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7BQBV4OPK .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7BQBV4OPK .mbr-shop .price-range {
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7BQBV4OPK .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7BQBV4OPK .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7BQBV4OPK .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7BQBV4OPK .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7BQBV4OPK .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7BQBV4OPK .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7BQBV4OPK .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7BQBV4OPK .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7BQBV4OPK .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7BQBV4OPK .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7BQBV4OPK .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7BQBV4OPK .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7BQBV4OPK .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7BQBV4OPK .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7BQBV4OPK .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7BQBV4OPK .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7BQBV4OPK .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7BQBV4OPK .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7BQBV4OPK .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7BQBV4OPK .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7BQBV4OPK .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7BQBV4OPK .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7BQBV4OPK .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7BQBV4OPK .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7BQBV4OPK .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7BQBV4OPK .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7BQBV4OPK .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7BQBV4OPK .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7BQBV4OPK .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7BQBV4OPK .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7BQBV4OPK .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7BQBV4OPK .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BQBV4OPK .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7BQBV4OPK .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BQBV4OPK .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7BQBV4OPK .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7BQBV4OPK .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7BQBV4OPK .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7BQBV4OPK .range-slider {
  order: 1;
}
.cid-t7BQBV4OPK .sidebar-categories {
  order: 2;
}
.cid-t7BQBV4OPK .bestseller-block {
  order: 3;
}
.cid-t7BQBV4OPK .categories {
  padding: 0;
}
.cid-t7BQBV4OPK .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7BQBV4OPK .shop-item-price,
.cid-t7BQBV4OPK .price-block {
  color: #5d6a79;
}
.cid-t7BQBV4OPK LI {
  text-align: left;
}
.cid-t7BQBV4OPK .item-title {
  text-align: left;
}
.cid-t7BQBV4OPK .card-description {
  color: #000000;
}
.cid-vfWppgS5xz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWppgS5xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWppgS5xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWppgS5xz .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWppgS5xz .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWppgS5xz .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWppgS5xz .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWppgS5xz .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWppgS5xz .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWppgS5xz .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWppgS5xz .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWppgS5xz .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWppgS5xz .mbr-section-title {
  color: #000000;
}
.cid-vfWppgS5xz .mbr-text,
.cid-vfWppgS5xz .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWppgS5xz .list {
  color: #000000;
}
.cid-vfWppgS5xz .mbr-section-title,
.cid-vfWppgS5xz .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWppgS5xz .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWppgS5xz .list,
.cid-vfWppgS5xz .item-wrap,
.cid-vfWppgS5xz .list-wrapper {
  color: #ffffff;
}
.cid-t7BQC5nX9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7BQC5nX9z .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7BQC5nX9z .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7BQC5nX9z .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7BQC5nX9z .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7BQC5nX9z .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7BQC6IdGK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7BQC6IdGK .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7BQC6IdGK .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7BQC6IdGK .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BQC6IdGK .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7BQC6IdGK .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7BQC6IdGK .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7BQC6IdGK .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7BQC6IdGK .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7BQC6IdGK .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7BQC6IdGK .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7BQC6IdGK .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7BQC7STJa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7BQC7STJa .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7BQC7STJa .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7BQC7STJa .card:last-child {
  border-bottom: none !important;
}
.cid-t7BQC7STJa .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7BQC7STJa .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7BQC7STJa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7BQC7STJa .card,
.cid-t7BQC7STJa .card-header {
  background-color: transparent !important;
}
.cid-t7BQC7STJa .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7BQC7STJa .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7BQC7STJa .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7BQC7STJa .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7BQC7STJa .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7BQC7STJa .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7BQC7STJa .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7BQC7STJa .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7BQC7STJa .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7BQC7STJa .mbr-text,
.cid-t7BQC7STJa .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7BRjAXDLv {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7BRjAXDLv .nav-item,
.cid-t7BRjAXDLv .nav-link,
.cid-t7BRjAXDLv .navbar-caption {
  font-weight: normal;
}
.cid-t7BRjAXDLv .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7BRjAXDLv .nav-link:before,
.cid-t7BRjAXDLv .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-t7BRjAXDLv .nav-item:hover .nav-link:before,
.cid-t7BRjAXDLv .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7BRjAXDLv .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7BRjAXDLv .dropdown-toggle::after,
.cid-t7BRjAXDLv .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-t7BRjAXDLv .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7BRjAXDLv .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7BRjAXDLv .nav-item:focus,
.cid-t7BRjAXDLv .nav-link:focus {
  outline: none;
}
.cid-t7BRjAXDLv .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7BRjAXDLv .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7BRjAXDLv .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7BRjAXDLv .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7BRjAXDLv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7BRjAXDLv .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7BRjAXDLv .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7BRjAXDLv .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7BRjAXDLv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7BRjAXDLv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7BRjAXDLv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7BRjAXDLv .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7BRjAXDLv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7BRjAXDLv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7BRjAXDLv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7BRjAXDLv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7BRjAXDLv .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7BRjAXDLv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7BRjAXDLv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7BRjAXDLv .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7BRjAXDLv .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7BRjAXDLv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7BRjAXDLv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7BRjAXDLv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7BRjAXDLv .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7BRjAXDLv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7BRjAXDLv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7BRjAXDLv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7BRjAXDLv .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7BRjAXDLv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7BRjAXDLv .dropdown-item.active,
.cid-t7BRjAXDLv .dropdown-item:active {
  background-color: transparent;
}
.cid-t7BRjAXDLv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7BRjAXDLv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7BRjAXDLv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7BRjAXDLv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7BRjAXDLv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7BRjAXDLv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7BRjAXDLv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7BRjAXDLv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BRjAXDLv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BRjAXDLv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7BRjAXDLv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BRjAXDLv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7BRjAXDLv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7BRjAXDLv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BRjAXDLv .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7BRjAXDLv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7BRjAXDLv .mbr-iconfont {
  color: #ffffff;
}
.cid-t7BRjAXDLv .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7BRjAXDLv .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BRjAXDLv .navbar {
    height: 77px;
  }
  .cid-t7BRjAXDLv .navbar.opened {
    height: auto;
  }
  .cid-t7BRjAXDLv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7BRjAXDLv .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BRjohz75 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BRjohz75 .row {
  flex-direction: row-reverse;
}
.cid-t7BRjohz75 .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BRjohz75 .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7BRjohz75 .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7BRjohz75 .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7BRjohz75 .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7BRjohz75 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BRjohz75 .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7BRjohz75 .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7BRjohz75 .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7BRjohz75 .content {
    text-align: center;
  }
}
.cid-t7BRjohz75 .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BRjohz75 .mbr-section-title span {
  position: relative;
}
.cid-t7BRjohz75 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BRjohz75 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BRjohz75 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BRjohz75 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BRjohz75 .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BRjohz75 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BRjohz75 .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BRjohz75 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BRjohz75 .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BRjohz75 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BRjohz75 .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BRjohz75 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BRjohz75 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BRjohz75 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BRjohz75 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWrjR8iUy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWrjR8iUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWrjR8iUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWrjR8iUy .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWrjR8iUy .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWrjR8iUy .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWrjR8iUy .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWrjR8iUy .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWrjR8iUy .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWrjR8iUy .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWrjR8iUy .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWrjR8iUy .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWrjR8iUy .mbr-section-title {
  color: #000000;
}
.cid-vfWrjR8iUy .mbr-text,
.cid-vfWrjR8iUy .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWrjR8iUy .list {
  color: #000000;
}
.cid-vfWrjR8iUy .mbr-section-title,
.cid-vfWrjR8iUy .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWrjR8iUy .mbr-text {
  color: #ffffff;
}
.cid-t7BRjpfV6y {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7BRjpfV6y .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7BRjpfV6y .galleryItem {
  border-radius: 10px;
}
.cid-t7BRjpfV6y .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7BRjpfV6y .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7BRjpfV6y .mbr-gallery-filter li {
  display: block;
}
.cid-t7BRjpfV6y .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7BRjpfV6y .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7BRjpfV6y .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7BRjpfV6y .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7BRjpfV6y .mbr-shop .row {
  margin: 0;
}
.cid-t7BRjpfV6y .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7BRjpfV6y .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7BRjpfV6y .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7BRjpfV6y .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7BRjpfV6y .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7BRjpfV6y .mbr-shop .hide-modal {
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7BRjpfV6y .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7BRjpfV6y .mbr-shop .filter-by-pu,
.cid-t7BRjpfV6y .mbr-shop .filter-by-pd,
.cid-t7BRjpfV6y .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7BRjpfV6y .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7BRjpfV6y .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7BRjpfV6y .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7BRjpfV6y .mbr-shop .galleryItem h4,
.cid-t7BRjpfV6y .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7BRjpfV6y .mbr-shop .galleryItem h5,
.cid-t7BRjpfV6y .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7BRjpfV6y .mbr-shop .galleryItem p,
.cid-t7BRjpfV6y .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7BRjpfV6y .mbr-shop .item-button {
  text-align: center;
}
.cid-t7BRjpfV6y .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7BRjpfV6y .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7BRjpfV6y .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7BRjpfV6y .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7BRjpfV6y .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7BRjpfV6y .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7BRjpfV6y .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7BRjpfV6y .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7BRjpfV6y .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7BRjpfV6y .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7BRjpfV6y .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7BRjpfV6y .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7BRjpfV6y .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BRjpfV6y .mbr-shop .range-controls {
  position: relative;
}
.cid-t7BRjpfV6y .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7BRjpfV6y .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7BRjpfV6y .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7BRjpfV6y .mbr-shop .toggle:hover,
.cid-t7BRjpfV6y .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7BRjpfV6y .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7BRjpfV6y .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7BRjpfV6y .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7BRjpfV6y .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7BRjpfV6y .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7BRjpfV6y .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7BRjpfV6y .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7BRjpfV6y .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7BRjpfV6y .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7BRjpfV6y .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7BRjpfV6y .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7BRjpfV6y .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7BRjpfV6y .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BRjpfV6y .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7BRjpfV6y .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7BRjpfV6y .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BRjpfV6y .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7BRjpfV6y .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7BRjpfV6y .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7BRjpfV6y .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7BRjpfV6y .mbr-shop .price-range {
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7BRjpfV6y .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7BRjpfV6y .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7BRjpfV6y .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7BRjpfV6y .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7BRjpfV6y .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7BRjpfV6y .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7BRjpfV6y .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7BRjpfV6y .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7BRjpfV6y .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7BRjpfV6y .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7BRjpfV6y .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7BRjpfV6y .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7BRjpfV6y .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7BRjpfV6y .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7BRjpfV6y .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7BRjpfV6y .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7BRjpfV6y .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7BRjpfV6y .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7BRjpfV6y .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7BRjpfV6y .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7BRjpfV6y .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7BRjpfV6y .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7BRjpfV6y .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7BRjpfV6y .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7BRjpfV6y .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7BRjpfV6y .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7BRjpfV6y .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7BRjpfV6y .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7BRjpfV6y .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7BRjpfV6y .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7BRjpfV6y .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7BRjpfV6y .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BRjpfV6y .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7BRjpfV6y .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BRjpfV6y .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7BRjpfV6y .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7BRjpfV6y .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7BRjpfV6y .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7BRjpfV6y .range-slider {
  order: 1;
}
.cid-t7BRjpfV6y .sidebar-categories {
  order: 2;
}
.cid-t7BRjpfV6y .bestseller-block {
  order: 3;
}
.cid-t7BRjpfV6y .categories {
  padding: 0;
}
.cid-t7BRjpfV6y .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7BRjpfV6y .shop-item-price,
.cid-t7BRjpfV6y .price-block {
  color: #5d6a79;
}
.cid-t7BRjpfV6y LI {
  text-align: left;
}
.cid-t7BRjpfV6y .item-title {
  text-align: left;
}
.cid-t7BRjpfV6y .card-description {
  color: #000000;
}
.cid-vfWrkmUznw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWrkmUznw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWrkmUznw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWrkmUznw .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWrkmUznw .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWrkmUznw .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWrkmUznw .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWrkmUznw .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWrkmUznw .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWrkmUznw .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWrkmUznw .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWrkmUznw .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWrkmUznw .mbr-section-title {
  color: #000000;
}
.cid-vfWrkmUznw .mbr-text,
.cid-vfWrkmUznw .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWrkmUznw .list {
  color: #000000;
}
.cid-vfWrkmUznw .mbr-section-title,
.cid-vfWrkmUznw .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWrkmUznw .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWrkmUznw .list,
.cid-vfWrkmUznw .item-wrap,
.cid-vfWrkmUznw .list-wrapper {
  color: #ffffff;
}
.cid-t7BRjwIX4l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7BRjwIX4l .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7BRjwIX4l .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7BRjwIX4l .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7BRjwIX4l .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7BRjwIX4l .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7BRjyiUZb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7BRjyiUZb .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7BRjyiUZb .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7BRjyiUZb .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BRjyiUZb .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7BRjyiUZb .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7BRjyiUZb .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7BRjyiUZb .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7BRjyiUZb .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7BRjyiUZb .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7BRjyiUZb .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7BRjyiUZb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7BRjzoauV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7BRjzoauV .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7BRjzoauV .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7BRjzoauV .card:last-child {
  border-bottom: none !important;
}
.cid-t7BRjzoauV .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7BRjzoauV .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7BRjzoauV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7BRjzoauV .card,
.cid-t7BRjzoauV .card-header {
  background-color: transparent !important;
}
.cid-t7BRjzoauV .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7BRjzoauV .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7BRjzoauV .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7BRjzoauV .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7BRjzoauV .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7BRjzoauV .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7BRjzoauV .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7BRjzoauV .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7BRjzoauV .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7BRjzoauV .mbr-text,
.cid-t7BRjzoauV .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7BRliX1kO {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7BRliX1kO .nav-item,
.cid-t7BRliX1kO .nav-link,
.cid-t7BRliX1kO .navbar-caption {
  font-weight: normal;
}
.cid-t7BRliX1kO .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7BRliX1kO .nav-link:before,
.cid-t7BRliX1kO .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-t7BRliX1kO .nav-item:hover .nav-link:before,
.cid-t7BRliX1kO .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7BRliX1kO .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7BRliX1kO .dropdown-toggle::after,
.cid-t7BRliX1kO .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-t7BRliX1kO .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7BRliX1kO .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7BRliX1kO .nav-item:focus,
.cid-t7BRliX1kO .nav-link:focus {
  outline: none;
}
.cid-t7BRliX1kO .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7BRliX1kO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7BRliX1kO .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7BRliX1kO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7BRliX1kO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7BRliX1kO .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7BRliX1kO .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7BRliX1kO .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7BRliX1kO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7BRliX1kO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7BRliX1kO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7BRliX1kO .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7BRliX1kO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7BRliX1kO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7BRliX1kO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7BRliX1kO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7BRliX1kO .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7BRliX1kO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7BRliX1kO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7BRliX1kO .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7BRliX1kO .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7BRliX1kO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7BRliX1kO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7BRliX1kO .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7BRliX1kO .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7BRliX1kO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7BRliX1kO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7BRliX1kO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7BRliX1kO .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7BRliX1kO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7BRliX1kO .dropdown-item.active,
.cid-t7BRliX1kO .dropdown-item:active {
  background-color: transparent;
}
.cid-t7BRliX1kO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7BRliX1kO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7BRliX1kO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7BRliX1kO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7BRliX1kO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7BRliX1kO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7BRliX1kO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7BRliX1kO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BRliX1kO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BRliX1kO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7BRliX1kO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BRliX1kO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7BRliX1kO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7BRliX1kO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BRliX1kO .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7BRliX1kO a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7BRliX1kO .mbr-iconfont {
  color: #ffffff;
}
.cid-t7BRliX1kO .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7BRliX1kO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BRliX1kO .navbar {
    height: 77px;
  }
  .cid-t7BRliX1kO .navbar.opened {
    height: auto;
  }
  .cid-t7BRliX1kO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7BRliX1kO .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BRl5v38H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BRl5v38H .row {
  flex-direction: row-reverse;
}
.cid-t7BRl5v38H .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BRl5v38H .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7BRl5v38H .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7BRl5v38H .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7BRl5v38H .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7BRl5v38H .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BRl5v38H .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7BRl5v38H .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7BRl5v38H .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7BRl5v38H .content {
    text-align: center;
  }
}
.cid-t7BRl5v38H .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BRl5v38H .mbr-section-title span {
  position: relative;
}
.cid-t7BRl5v38H .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BRl5v38H .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BRl5v38H .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BRl5v38H .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BRl5v38H .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BRl5v38H .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BRl5v38H .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BRl5v38H .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BRl5v38H .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BRl5v38H .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BRl5v38H .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BRl5v38H .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BRl5v38H .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BRl5v38H .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BRl5v38H .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWrFtSFwc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWrFtSFwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWrFtSFwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWrFtSFwc .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWrFtSFwc .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWrFtSFwc .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWrFtSFwc .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWrFtSFwc .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWrFtSFwc .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWrFtSFwc .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWrFtSFwc .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWrFtSFwc .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWrFtSFwc .mbr-section-title {
  color: #000000;
}
.cid-vfWrFtSFwc .mbr-text,
.cid-vfWrFtSFwc .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWrFtSFwc .list {
  color: #000000;
}
.cid-vfWrFtSFwc .mbr-section-title,
.cid-vfWrFtSFwc .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWrFtSFwc .mbr-text {
  color: #ffffff;
}
.cid-t7BRl6qpt8 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7BRl6qpt8 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7BRl6qpt8 .galleryItem {
  border-radius: 10px;
}
.cid-t7BRl6qpt8 .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7BRl6qpt8 .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7BRl6qpt8 .mbr-gallery-filter li {
  display: block;
}
.cid-t7BRl6qpt8 .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7BRl6qpt8 .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7BRl6qpt8 .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7BRl6qpt8 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7BRl6qpt8 .mbr-shop .row {
  margin: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7BRl6qpt8 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7BRl6qpt8 .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7BRl6qpt8 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7BRl6qpt8 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7BRl6qpt8 .mbr-shop .hide-modal {
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7BRl6qpt8 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7BRl6qpt8 .mbr-shop .filter-by-pu,
.cid-t7BRl6qpt8 .mbr-shop .filter-by-pd,
.cid-t7BRl6qpt8 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7BRl6qpt8 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7BRl6qpt8 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7BRl6qpt8 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7BRl6qpt8 .mbr-shop .galleryItem h4,
.cid-t7BRl6qpt8 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7BRl6qpt8 .mbr-shop .galleryItem h5,
.cid-t7BRl6qpt8 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .galleryItem p,
.cid-t7BRl6qpt8 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7BRl6qpt8 .mbr-shop .item-button {
  text-align: center;
}
.cid-t7BRl6qpt8 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7BRl6qpt8 .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7BRl6qpt8 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7BRl6qpt8 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7BRl6qpt8 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7BRl6qpt8 .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7BRl6qpt8 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7BRl6qpt8 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7BRl6qpt8 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7BRl6qpt8 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7BRl6qpt8 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BRl6qpt8 .mbr-shop .range-controls {
  position: relative;
}
.cid-t7BRl6qpt8 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7BRl6qpt8 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7BRl6qpt8 .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7BRl6qpt8 .mbr-shop .toggle:hover,
.cid-t7BRl6qpt8 .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7BRl6qpt8 .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7BRl6qpt8 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7BRl6qpt8 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7BRl6qpt8 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7BRl6qpt8 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7BRl6qpt8 .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7BRl6qpt8 .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7BRl6qpt8 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7BRl6qpt8 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7BRl6qpt8 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7BRl6qpt8 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7BRl6qpt8 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BRl6qpt8 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7BRl6qpt8 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7BRl6qpt8 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7BRl6qpt8 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7BRl6qpt8 .mbr-shop .price-range {
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7BRl6qpt8 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7BRl6qpt8 .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7BRl6qpt8 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7BRl6qpt8 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7BRl6qpt8 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7BRl6qpt8 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7BRl6qpt8 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7BRl6qpt8 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7BRl6qpt8 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7BRl6qpt8 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7BRl6qpt8 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7BRl6qpt8 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7BRl6qpt8 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7BRl6qpt8 .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7BRl6qpt8 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7BRl6qpt8 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7BRl6qpt8 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7BRl6qpt8 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7BRl6qpt8 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7BRl6qpt8 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7BRl6qpt8 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7BRl6qpt8 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7BRl6qpt8 .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BRl6qpt8 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7BRl6qpt8 .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BRl6qpt8 .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7BRl6qpt8 .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7BRl6qpt8 .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7BRl6qpt8 .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7BRl6qpt8 .range-slider {
  order: 1;
}
.cid-t7BRl6qpt8 .sidebar-categories {
  order: 2;
}
.cid-t7BRl6qpt8 .bestseller-block {
  order: 3;
}
.cid-t7BRl6qpt8 .categories {
  padding: 0;
}
.cid-t7BRl6qpt8 .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7BRl6qpt8 .shop-item-price,
.cid-t7BRl6qpt8 .price-block {
  color: #5d6a79;
}
.cid-t7BRl6qpt8 LI {
  text-align: left;
}
.cid-t7BRl6qpt8 .item-title {
  text-align: left;
}
.cid-t7BRl6qpt8 .card-description {
  color: #000000;
}
.cid-vfWrFW14Xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWrFW14Xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWrFW14Xl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWrFW14Xl .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWrFW14Xl .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWrFW14Xl .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWrFW14Xl .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWrFW14Xl .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWrFW14Xl .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWrFW14Xl .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWrFW14Xl .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWrFW14Xl .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWrFW14Xl .mbr-section-title {
  color: #000000;
}
.cid-vfWrFW14Xl .mbr-text,
.cid-vfWrFW14Xl .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWrFW14Xl .list {
  color: #000000;
}
.cid-vfWrFW14Xl .mbr-section-title,
.cid-vfWrFW14Xl .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWrFW14Xl .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWrFW14Xl .list,
.cid-vfWrFW14Xl .item-wrap,
.cid-vfWrFW14Xl .list-wrapper {
  color: #ffffff;
}
.cid-t7BRletwAc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7BRletwAc .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7BRletwAc .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7BRletwAc .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7BRletwAc .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7BRletwAc .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7BRlfVzjJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7BRlfVzjJ .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7BRlfVzjJ .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7BRlfVzjJ .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BRlfVzjJ .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7BRlfVzjJ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7BRlfVzjJ .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7BRlfVzjJ .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7BRlfVzjJ .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7BRlfVzjJ .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7BRlfVzjJ .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7BRlfVzjJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7BRlharLw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7BRlharLw .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7BRlharLw .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7BRlharLw .card:last-child {
  border-bottom: none !important;
}
.cid-t7BRlharLw .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7BRlharLw .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7BRlharLw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7BRlharLw .card,
.cid-t7BRlharLw .card-header {
  background-color: transparent !important;
}
.cid-t7BRlharLw .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7BRlharLw .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7BRlharLw .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7BRlharLw .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7BRlharLw .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7BRlharLw .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7BRlharLw .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7BRlharLw .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7BRlharLw .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7BRlharLw .mbr-text,
.cid-t7BRlharLw .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7BRou96Hz {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7BRou96Hz .nav-item,
.cid-t7BRou96Hz .nav-link,
.cid-t7BRou96Hz .navbar-caption {
  font-weight: normal;
}
.cid-t7BRou96Hz .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7BRou96Hz .nav-link:before,
.cid-t7BRou96Hz .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-t7BRou96Hz .nav-item:hover .nav-link:before,
.cid-t7BRou96Hz .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7BRou96Hz .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7BRou96Hz .dropdown-toggle::after,
.cid-t7BRou96Hz .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-t7BRou96Hz .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7BRou96Hz .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7BRou96Hz .nav-item:focus,
.cid-t7BRou96Hz .nav-link:focus {
  outline: none;
}
.cid-t7BRou96Hz .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7BRou96Hz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7BRou96Hz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7BRou96Hz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7BRou96Hz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7BRou96Hz .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7BRou96Hz .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7BRou96Hz .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7BRou96Hz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7BRou96Hz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7BRou96Hz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7BRou96Hz .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7BRou96Hz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7BRou96Hz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7BRou96Hz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7BRou96Hz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7BRou96Hz .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7BRou96Hz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7BRou96Hz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7BRou96Hz .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7BRou96Hz .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7BRou96Hz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7BRou96Hz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7BRou96Hz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7BRou96Hz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7BRou96Hz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7BRou96Hz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7BRou96Hz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7BRou96Hz .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7BRou96Hz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7BRou96Hz .dropdown-item.active,
.cid-t7BRou96Hz .dropdown-item:active {
  background-color: transparent;
}
.cid-t7BRou96Hz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7BRou96Hz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7BRou96Hz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7BRou96Hz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7BRou96Hz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7BRou96Hz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7BRou96Hz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7BRou96Hz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BRou96Hz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BRou96Hz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7BRou96Hz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BRou96Hz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7BRou96Hz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7BRou96Hz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BRou96Hz .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7BRou96Hz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7BRou96Hz .mbr-iconfont {
  color: #ffffff;
}
.cid-t7BRou96Hz .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7BRou96Hz .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BRou96Hz .navbar {
    height: 77px;
  }
  .cid-t7BRou96Hz .navbar.opened {
    height: auto;
  }
  .cid-t7BRou96Hz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7BRou96Hz .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BRojQebA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BRojQebA .row {
  flex-direction: row-reverse;
}
.cid-t7BRojQebA .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BRojQebA .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7BRojQebA .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7BRojQebA .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7BRojQebA .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7BRojQebA .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BRojQebA .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7BRojQebA .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7BRojQebA .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7BRojQebA .content {
    text-align: center;
  }
}
.cid-t7BRojQebA .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BRojQebA .mbr-section-title span {
  position: relative;
}
.cid-t7BRojQebA .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BRojQebA .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BRojQebA .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BRojQebA .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BRojQebA .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BRojQebA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BRojQebA .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BRojQebA .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BRojQebA .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BRojQebA .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BRojQebA .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BRojQebA .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BRojQebA .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BRojQebA .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BRojQebA .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWs11XFH9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWs11XFH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWs11XFH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWs11XFH9 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWs11XFH9 .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWs11XFH9 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWs11XFH9 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWs11XFH9 .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWs11XFH9 .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWs11XFH9 .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWs11XFH9 .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWs11XFH9 .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWs11XFH9 .mbr-section-title {
  color: #000000;
}
.cid-vfWs11XFH9 .mbr-text,
.cid-vfWs11XFH9 .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWs11XFH9 .list {
  color: #000000;
}
.cid-vfWs11XFH9 .mbr-section-title,
.cid-vfWs11XFH9 .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWs11XFH9 .mbr-text {
  color: #ffffff;
}
.cid-t7BRokyUGS {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7BRokyUGS .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7BRokyUGS .galleryItem {
  border-radius: 10px;
}
.cid-t7BRokyUGS .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7BRokyUGS .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7BRokyUGS .mbr-gallery-filter li {
  display: block;
}
.cid-t7BRokyUGS .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7BRokyUGS .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7BRokyUGS .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7BRokyUGS .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7BRokyUGS .mbr-shop .row {
  margin: 0;
}
.cid-t7BRokyUGS .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7BRokyUGS .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7BRokyUGS .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7BRokyUGS .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7BRokyUGS .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7BRokyUGS .mbr-shop .hide-modal {
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7BRokyUGS .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7BRokyUGS .mbr-shop .filter-by-pu,
.cid-t7BRokyUGS .mbr-shop .filter-by-pd,
.cid-t7BRokyUGS .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7BRokyUGS .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7BRokyUGS .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7BRokyUGS .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7BRokyUGS .mbr-shop .galleryItem h4,
.cid-t7BRokyUGS .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7BRokyUGS .mbr-shop .galleryItem h5,
.cid-t7BRokyUGS .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7BRokyUGS .mbr-shop .galleryItem p,
.cid-t7BRokyUGS .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7BRokyUGS .mbr-shop .item-button {
  text-align: center;
}
.cid-t7BRokyUGS .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7BRokyUGS .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7BRokyUGS .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7BRokyUGS .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7BRokyUGS .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7BRokyUGS .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7BRokyUGS .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7BRokyUGS .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7BRokyUGS .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7BRokyUGS .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7BRokyUGS .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7BRokyUGS .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7BRokyUGS .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BRokyUGS .mbr-shop .range-controls {
  position: relative;
}
.cid-t7BRokyUGS .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7BRokyUGS .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7BRokyUGS .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7BRokyUGS .mbr-shop .toggle:hover,
.cid-t7BRokyUGS .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7BRokyUGS .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7BRokyUGS .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7BRokyUGS .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7BRokyUGS .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7BRokyUGS .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7BRokyUGS .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7BRokyUGS .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7BRokyUGS .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7BRokyUGS .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7BRokyUGS .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7BRokyUGS .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7BRokyUGS .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7BRokyUGS .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BRokyUGS .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7BRokyUGS .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7BRokyUGS .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BRokyUGS .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7BRokyUGS .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7BRokyUGS .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7BRokyUGS .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7BRokyUGS .mbr-shop .price-range {
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7BRokyUGS .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7BRokyUGS .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7BRokyUGS .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7BRokyUGS .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7BRokyUGS .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7BRokyUGS .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7BRokyUGS .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7BRokyUGS .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7BRokyUGS .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7BRokyUGS .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7BRokyUGS .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7BRokyUGS .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7BRokyUGS .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7BRokyUGS .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7BRokyUGS .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7BRokyUGS .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7BRokyUGS .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7BRokyUGS .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7BRokyUGS .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7BRokyUGS .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7BRokyUGS .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7BRokyUGS .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7BRokyUGS .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7BRokyUGS .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7BRokyUGS .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7BRokyUGS .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7BRokyUGS .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7BRokyUGS .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7BRokyUGS .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7BRokyUGS .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7BRokyUGS .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7BRokyUGS .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BRokyUGS .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7BRokyUGS .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BRokyUGS .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7BRokyUGS .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7BRokyUGS .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7BRokyUGS .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7BRokyUGS .range-slider {
  order: 1;
}
.cid-t7BRokyUGS .sidebar-categories {
  order: 2;
}
.cid-t7BRokyUGS .bestseller-block {
  order: 3;
}
.cid-t7BRokyUGS .categories {
  padding: 0;
}
.cid-t7BRokyUGS .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7BRokyUGS .shop-item-price,
.cid-t7BRokyUGS .price-block {
  color: #5d6a79;
}
.cid-t7BRokyUGS LI {
  text-align: left;
}
.cid-t7BRokyUGS .item-title {
  text-align: left;
}
.cid-t7BRokyUGS .card-description {
  color: #000000;
}
.cid-vfWs1tiO7t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWs1tiO7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWs1tiO7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWs1tiO7t .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWs1tiO7t .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWs1tiO7t .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWs1tiO7t .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWs1tiO7t .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWs1tiO7t .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWs1tiO7t .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWs1tiO7t .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWs1tiO7t .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWs1tiO7t .mbr-section-title {
  color: #000000;
}
.cid-vfWs1tiO7t .mbr-text,
.cid-vfWs1tiO7t .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWs1tiO7t .list {
  color: #000000;
}
.cid-vfWs1tiO7t .mbr-section-title,
.cid-vfWs1tiO7t .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWs1tiO7t .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWs1tiO7t .list,
.cid-vfWs1tiO7t .item-wrap,
.cid-vfWs1tiO7t .list-wrapper {
  color: #ffffff;
}
.cid-t7BRor1lwr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7BRor1lwr .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7BRor1lwr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7BRor1lwr .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7BRor1lwr .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7BRor1lwr .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7BRos8jnw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7BRos8jnw .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7BRos8jnw .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7BRos8jnw .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BRos8jnw .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7BRos8jnw .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7BRos8jnw .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7BRos8jnw .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7BRos8jnw .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7BRos8jnw .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7BRos8jnw .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7BRos8jnw .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7BRot08PZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7BRot08PZ .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7BRot08PZ .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7BRot08PZ .card:last-child {
  border-bottom: none !important;
}
.cid-t7BRot08PZ .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7BRot08PZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7BRot08PZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7BRot08PZ .card,
.cid-t7BRot08PZ .card-header {
  background-color: transparent !important;
}
.cid-t7BRot08PZ .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7BRot08PZ .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7BRot08PZ .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7BRot08PZ .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7BRot08PZ .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7BRot08PZ .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7BRot08PZ .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7BRot08PZ .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7BRot08PZ .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7BRot08PZ .mbr-text,
.cid-t7BRot08PZ .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7CkZj4Qpw {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7CkZj4Qpw .nav-item,
.cid-t7CkZj4Qpw .nav-link,
.cid-t7CkZj4Qpw .navbar-caption {
  font-weight: normal;
}
.cid-t7CkZj4Qpw .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7CkZj4Qpw .nav-link:before,
.cid-t7CkZj4Qpw .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-t7CkZj4Qpw .nav-item:hover .nav-link:before,
.cid-t7CkZj4Qpw .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7CkZj4Qpw .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7CkZj4Qpw .dropdown-toggle::after,
.cid-t7CkZj4Qpw .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-t7CkZj4Qpw .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7CkZj4Qpw .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7CkZj4Qpw .nav-item:focus,
.cid-t7CkZj4Qpw .nav-link:focus {
  outline: none;
}
.cid-t7CkZj4Qpw .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7CkZj4Qpw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7CkZj4Qpw .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7CkZj4Qpw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7CkZj4Qpw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7CkZj4Qpw .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7CkZj4Qpw .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7CkZj4Qpw .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7CkZj4Qpw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7CkZj4Qpw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7CkZj4Qpw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7CkZj4Qpw .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7CkZj4Qpw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7CkZj4Qpw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7CkZj4Qpw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7CkZj4Qpw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7CkZj4Qpw .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7CkZj4Qpw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7CkZj4Qpw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7CkZj4Qpw .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7CkZj4Qpw .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7CkZj4Qpw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7CkZj4Qpw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7CkZj4Qpw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7CkZj4Qpw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7CkZj4Qpw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7CkZj4Qpw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7CkZj4Qpw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7CkZj4Qpw .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7CkZj4Qpw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7CkZj4Qpw .dropdown-item.active,
.cid-t7CkZj4Qpw .dropdown-item:active {
  background-color: transparent;
}
.cid-t7CkZj4Qpw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7CkZj4Qpw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7CkZj4Qpw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7CkZj4Qpw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7CkZj4Qpw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7CkZj4Qpw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7CkZj4Qpw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7CkZj4Qpw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7CkZj4Qpw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7CkZj4Qpw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7CkZj4Qpw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7CkZj4Qpw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7CkZj4Qpw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7CkZj4Qpw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7CkZj4Qpw .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7CkZj4Qpw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7CkZj4Qpw .mbr-iconfont {
  color: #ffffff;
}
.cid-t7CkZj4Qpw .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7CkZj4Qpw .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7CkZj4Qpw .navbar {
    height: 77px;
  }
  .cid-t7CkZj4Qpw .navbar.opened {
    height: auto;
  }
  .cid-t7CkZj4Qpw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7CkZj4Qpw .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7CkZ5PPRd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7CkZ5PPRd .row {
  flex-direction: row-reverse;
}
.cid-t7CkZ5PPRd .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7CkZ5PPRd .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7CkZ5PPRd .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7CkZ5PPRd .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7CkZ5PPRd .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7CkZ5PPRd .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7CkZ5PPRd .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7CkZ5PPRd .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7CkZ5PPRd .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7CkZ5PPRd .content {
    text-align: center;
  }
}
.cid-t7CkZ5PPRd .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7CkZ5PPRd .mbr-section-title span {
  position: relative;
}
.cid-t7CkZ5PPRd .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7CkZ5PPRd .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7CkZ5PPRd .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7CkZ5PPRd .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7CkZ5PPRd .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7CkZ5PPRd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7CkZ5PPRd .mbr-section-subtitle span {
  position: relative;
}
.cid-t7CkZ5PPRd .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7CkZ5PPRd .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7CkZ5PPRd .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7CkZ5PPRd .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7CkZ5PPRd .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7CkZ5PPRd .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7CkZ5PPRd .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7CkZ5PPRd .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t7CkZ7ij5N {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7CkZ7ij5N .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7CkZ7ij5N .galleryItem {
  border-radius: 10px;
}
.cid-t7CkZ7ij5N .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7CkZ7ij5N .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7CkZ7ij5N .mbr-gallery-filter li {
  display: block;
}
.cid-t7CkZ7ij5N .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7CkZ7ij5N .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7CkZ7ij5N .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7CkZ7ij5N .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7CkZ7ij5N .mbr-shop .row {
  margin: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7CkZ7ij5N .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7CkZ7ij5N .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7CkZ7ij5N .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7CkZ7ij5N .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7CkZ7ij5N .mbr-shop .hide-modal {
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7CkZ7ij5N .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7CkZ7ij5N .mbr-shop .filter-by-pu,
.cid-t7CkZ7ij5N .mbr-shop .filter-by-pd,
.cid-t7CkZ7ij5N .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7CkZ7ij5N .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7CkZ7ij5N .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7CkZ7ij5N .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7CkZ7ij5N .mbr-shop .galleryItem h4,
.cid-t7CkZ7ij5N .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7CkZ7ij5N .mbr-shop .galleryItem h5,
.cid-t7CkZ7ij5N .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .galleryItem p,
.cid-t7CkZ7ij5N .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7CkZ7ij5N .mbr-shop .item-button {
  text-align: center;
}
.cid-t7CkZ7ij5N .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7CkZ7ij5N .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7CkZ7ij5N .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7CkZ7ij5N .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7CkZ7ij5N .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7CkZ7ij5N .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7CkZ7ij5N .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7CkZ7ij5N .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7CkZ7ij5N .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7CkZ7ij5N .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7CkZ7ij5N .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7CkZ7ij5N .mbr-shop .range-controls {
  position: relative;
}
.cid-t7CkZ7ij5N .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7CkZ7ij5N .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7CkZ7ij5N .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7CkZ7ij5N .mbr-shop .toggle:hover,
.cid-t7CkZ7ij5N .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7CkZ7ij5N .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7CkZ7ij5N .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7CkZ7ij5N .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7CkZ7ij5N .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7CkZ7ij5N .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7CkZ7ij5N .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7CkZ7ij5N .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7CkZ7ij5N .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7CkZ7ij5N .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7CkZ7ij5N .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7CkZ7ij5N .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7CkZ7ij5N .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7CkZ7ij5N .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7CkZ7ij5N .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7CkZ7ij5N .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7CkZ7ij5N .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7CkZ7ij5N .mbr-shop .price-range {
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7CkZ7ij5N .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7CkZ7ij5N .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7CkZ7ij5N .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7CkZ7ij5N .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7CkZ7ij5N .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7CkZ7ij5N .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7CkZ7ij5N .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7CkZ7ij5N .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7CkZ7ij5N .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7CkZ7ij5N .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7CkZ7ij5N .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7CkZ7ij5N .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7CkZ7ij5N .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7CkZ7ij5N .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7CkZ7ij5N .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7CkZ7ij5N .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7CkZ7ij5N .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7CkZ7ij5N .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7CkZ7ij5N .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7CkZ7ij5N .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7CkZ7ij5N .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7CkZ7ij5N .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7CkZ7ij5N .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7CkZ7ij5N .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7CkZ7ij5N .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7CkZ7ij5N .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7CkZ7ij5N .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7CkZ7ij5N .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7CkZ7ij5N .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7CkZ7ij5N .range-slider {
  order: 1;
}
.cid-t7CkZ7ij5N .sidebar-categories {
  order: 2;
}
.cid-t7CkZ7ij5N .bestseller-block {
  order: 3;
}
.cid-t7CkZ7ij5N .categories {
  padding: 0;
}
.cid-t7CkZ7ij5N .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7CkZ7ij5N .shop-item-price,
.cid-t7CkZ7ij5N .price-block {
  color: #5d6a79;
}
.cid-t7CkZ7ij5N LI {
  text-align: left;
}
.cid-t7CkZ7ij5N .item-title {
  text-align: left;
}
.cid-t7CkZ7ij5N .card-description {
  color: #000000;
}
.cid-t7CkZeWh6e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7CkZeWh6e .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7CkZeWh6e .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7CkZeWh6e .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7CkZeWh6e .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7CkZeWh6e .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7CkZgfQ36 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7CkZgfQ36 .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7CkZgfQ36 .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7CkZgfQ36 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7CkZgfQ36 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7CkZgfQ36 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7CkZgfQ36 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7CkZgfQ36 .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7CkZgfQ36 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7CkZgfQ36 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7CkZgfQ36 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7CkZgfQ36 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7CkZhyqOP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7CkZhyqOP .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7CkZhyqOP .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7CkZhyqOP .card:last-child {
  border-bottom: none !important;
}
.cid-t7CkZhyqOP .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7CkZhyqOP .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7CkZhyqOP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7CkZhyqOP .card,
.cid-t7CkZhyqOP .card-header {
  background-color: transparent !important;
}
.cid-t7CkZhyqOP .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7CkZhyqOP .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7CkZhyqOP .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7CkZhyqOP .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7CkZhyqOP .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7CkZhyqOP .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7CkZhyqOP .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7CkZhyqOP .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7CkZhyqOP .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7CkZhyqOP .mbr-text,
.cid-t7CkZhyqOP .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7Cl1aBzOx {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7Cl1aBzOx .nav-item,
.cid-t7Cl1aBzOx .nav-link,
.cid-t7Cl1aBzOx .navbar-caption {
  font-weight: normal;
}
.cid-t7Cl1aBzOx .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7Cl1aBzOx .nav-link:before,
.cid-t7Cl1aBzOx .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-t7Cl1aBzOx .nav-item:hover .nav-link:before,
.cid-t7Cl1aBzOx .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7Cl1aBzOx .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7Cl1aBzOx .dropdown-toggle::after,
.cid-t7Cl1aBzOx .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-t7Cl1aBzOx .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7Cl1aBzOx .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7Cl1aBzOx .nav-item:focus,
.cid-t7Cl1aBzOx .nav-link:focus {
  outline: none;
}
.cid-t7Cl1aBzOx .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7Cl1aBzOx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7Cl1aBzOx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7Cl1aBzOx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7Cl1aBzOx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7Cl1aBzOx .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7Cl1aBzOx .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7Cl1aBzOx .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7Cl1aBzOx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7Cl1aBzOx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7Cl1aBzOx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7Cl1aBzOx .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7Cl1aBzOx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7Cl1aBzOx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7Cl1aBzOx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7Cl1aBzOx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7Cl1aBzOx .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7Cl1aBzOx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7Cl1aBzOx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7Cl1aBzOx .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7Cl1aBzOx .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7Cl1aBzOx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7Cl1aBzOx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7Cl1aBzOx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7Cl1aBzOx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7Cl1aBzOx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7Cl1aBzOx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7Cl1aBzOx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7Cl1aBzOx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7Cl1aBzOx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7Cl1aBzOx .dropdown-item.active,
.cid-t7Cl1aBzOx .dropdown-item:active {
  background-color: transparent;
}
.cid-t7Cl1aBzOx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7Cl1aBzOx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7Cl1aBzOx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7Cl1aBzOx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7Cl1aBzOx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7Cl1aBzOx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7Cl1aBzOx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7Cl1aBzOx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Cl1aBzOx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Cl1aBzOx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7Cl1aBzOx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Cl1aBzOx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7Cl1aBzOx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7Cl1aBzOx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Cl1aBzOx .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7Cl1aBzOx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7Cl1aBzOx .mbr-iconfont {
  color: #ffffff;
}
.cid-t7Cl1aBzOx .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7Cl1aBzOx .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Cl1aBzOx .navbar {
    height: 77px;
  }
  .cid-t7Cl1aBzOx .navbar.opened {
    height: auto;
  }
  .cid-t7Cl1aBzOx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7Cl1aBzOx .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7Cl0WnVAn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7Cl0WnVAn .row {
  flex-direction: row-reverse;
}
.cid-t7Cl0WnVAn .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7Cl0WnVAn .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7Cl0WnVAn .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7Cl0WnVAn .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7Cl0WnVAn .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7Cl0WnVAn .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7Cl0WnVAn .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7Cl0WnVAn .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7Cl0WnVAn .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7Cl0WnVAn .content {
    text-align: center;
  }
}
.cid-t7Cl0WnVAn .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7Cl0WnVAn .mbr-section-title span {
  position: relative;
}
.cid-t7Cl0WnVAn .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7Cl0WnVAn .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7Cl0WnVAn .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7Cl0WnVAn .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7Cl0WnVAn .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7Cl0WnVAn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7Cl0WnVAn .mbr-section-subtitle span {
  position: relative;
}
.cid-t7Cl0WnVAn .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7Cl0WnVAn .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7Cl0WnVAn .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7Cl0WnVAn .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7Cl0WnVAn .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7Cl0WnVAn .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7Cl0WnVAn .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7Cl0WnVAn .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWxNzTtBb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWxNzTtBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWxNzTtBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWxNzTtBb .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWxNzTtBb .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWxNzTtBb .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWxNzTtBb .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWxNzTtBb .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWxNzTtBb .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWxNzTtBb .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWxNzTtBb .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWxNzTtBb .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWxNzTtBb .mbr-section-title {
  color: #000000;
}
.cid-vfWxNzTtBb .mbr-text,
.cid-vfWxNzTtBb .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWxNzTtBb .list {
  color: #000000;
}
.cid-vfWxNzTtBb .mbr-section-title,
.cid-vfWxNzTtBb .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWxNzTtBb .mbr-text {
  color: #ffffff;
}
.cid-t7Cl0XqTam {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7Cl0XqTam .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7Cl0XqTam .galleryItem {
  border-radius: 10px;
}
.cid-t7Cl0XqTam .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7Cl0XqTam .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7Cl0XqTam .mbr-gallery-filter li {
  display: block;
}
.cid-t7Cl0XqTam .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7Cl0XqTam .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7Cl0XqTam .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7Cl0XqTam .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7Cl0XqTam .mbr-shop .row {
  margin: 0;
}
.cid-t7Cl0XqTam .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7Cl0XqTam .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7Cl0XqTam .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7Cl0XqTam .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7Cl0XqTam .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7Cl0XqTam .mbr-shop .hide-modal {
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7Cl0XqTam .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7Cl0XqTam .mbr-shop .filter-by-pu,
.cid-t7Cl0XqTam .mbr-shop .filter-by-pd,
.cid-t7Cl0XqTam .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7Cl0XqTam .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7Cl0XqTam .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7Cl0XqTam .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7Cl0XqTam .mbr-shop .galleryItem h4,
.cid-t7Cl0XqTam .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7Cl0XqTam .mbr-shop .galleryItem h5,
.cid-t7Cl0XqTam .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7Cl0XqTam .mbr-shop .galleryItem p,
.cid-t7Cl0XqTam .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7Cl0XqTam .mbr-shop .item-button {
  text-align: center;
}
.cid-t7Cl0XqTam .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7Cl0XqTam .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7Cl0XqTam .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7Cl0XqTam .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7Cl0XqTam .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7Cl0XqTam .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7Cl0XqTam .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7Cl0XqTam .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7Cl0XqTam .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7Cl0XqTam .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7Cl0XqTam .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7Cl0XqTam .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7Cl0XqTam .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Cl0XqTam .mbr-shop .range-controls {
  position: relative;
}
.cid-t7Cl0XqTam .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7Cl0XqTam .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7Cl0XqTam .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7Cl0XqTam .mbr-shop .toggle:hover,
.cid-t7Cl0XqTam .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7Cl0XqTam .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7Cl0XqTam .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7Cl0XqTam .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7Cl0XqTam .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7Cl0XqTam .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7Cl0XqTam .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7Cl0XqTam .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7Cl0XqTam .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7Cl0XqTam .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7Cl0XqTam .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7Cl0XqTam .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7Cl0XqTam .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7Cl0XqTam .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7Cl0XqTam .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7Cl0XqTam .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7Cl0XqTam .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7Cl0XqTam .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7Cl0XqTam .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7Cl0XqTam .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7Cl0XqTam .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7Cl0XqTam .mbr-shop .price-range {
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7Cl0XqTam .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7Cl0XqTam .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7Cl0XqTam .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7Cl0XqTam .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7Cl0XqTam .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7Cl0XqTam .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7Cl0XqTam .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7Cl0XqTam .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7Cl0XqTam .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7Cl0XqTam .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7Cl0XqTam .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7Cl0XqTam .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7Cl0XqTam .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7Cl0XqTam .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7Cl0XqTam .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7Cl0XqTam .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7Cl0XqTam .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7Cl0XqTam .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7Cl0XqTam .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7Cl0XqTam .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7Cl0XqTam .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7Cl0XqTam .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7Cl0XqTam .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7Cl0XqTam .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7Cl0XqTam .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7Cl0XqTam .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7Cl0XqTam .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7Cl0XqTam .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7Cl0XqTam .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7Cl0XqTam .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7Cl0XqTam .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7Cl0XqTam .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Cl0XqTam .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7Cl0XqTam .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7Cl0XqTam .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7Cl0XqTam .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7Cl0XqTam .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7Cl0XqTam .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7Cl0XqTam .range-slider {
  order: 1;
}
.cid-t7Cl0XqTam .sidebar-categories {
  order: 2;
}
.cid-t7Cl0XqTam .bestseller-block {
  order: 3;
}
.cid-t7Cl0XqTam .categories {
  padding: 0;
}
.cid-t7Cl0XqTam .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7Cl0XqTam .shop-item-price,
.cid-t7Cl0XqTam .price-block {
  color: #5d6a79;
}
.cid-t7Cl0XqTam LI {
  text-align: left;
}
.cid-t7Cl0XqTam .item-title {
  text-align: left;
}
.cid-t7Cl0XqTam .card-description {
  color: #000000;
}
.cid-vfWxMI0uSn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWxMI0uSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWxMI0uSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWxMI0uSn .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWxMI0uSn .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWxMI0uSn .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWxMI0uSn .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWxMI0uSn .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWxMI0uSn .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWxMI0uSn .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWxMI0uSn .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWxMI0uSn .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWxMI0uSn .mbr-section-title {
  color: #000000;
}
.cid-vfWxMI0uSn .mbr-text,
.cid-vfWxMI0uSn .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWxMI0uSn .list {
  color: #000000;
}
.cid-vfWxMI0uSn .mbr-section-title,
.cid-vfWxMI0uSn .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWxMI0uSn .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWxMI0uSn .list,
.cid-vfWxMI0uSn .item-wrap,
.cid-vfWxMI0uSn .list-wrapper {
  color: #ffffff;
}
.cid-t7Cl16h1QS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7Cl16h1QS .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7Cl16h1QS .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7Cl16h1QS .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7Cl16h1QS .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7Cl16h1QS .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7Cl17O90H {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7Cl17O90H .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7Cl17O90H .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7Cl17O90H .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Cl17O90H .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7Cl17O90H .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7Cl17O90H .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7Cl17O90H .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7Cl17O90H .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7Cl17O90H .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7Cl17O90H .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7Cl17O90H .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7Cl193R0x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7Cl193R0x .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7Cl193R0x .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7Cl193R0x .card:last-child {
  border-bottom: none !important;
}
.cid-t7Cl193R0x .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7Cl193R0x .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7Cl193R0x .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7Cl193R0x .card,
.cid-t7Cl193R0x .card-header {
  background-color: transparent !important;
}
.cid-t7Cl193R0x .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7Cl193R0x .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7Cl193R0x .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7Cl193R0x .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7Cl193R0x .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7Cl193R0x .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7Cl193R0x .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7Cl193R0x .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7Cl193R0x .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7Cl193R0x .mbr-text,
.cid-t7Cl193R0x .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7Cx96CBPE {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7Cx96CBPE .nav-item,
.cid-t7Cx96CBPE .nav-link,
.cid-t7Cx96CBPE .navbar-caption {
  font-weight: normal;
}
.cid-t7Cx96CBPE .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7Cx96CBPE .nav-link:before,
.cid-t7Cx96CBPE .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-t7Cx96CBPE .nav-item:hover .nav-link:before,
.cid-t7Cx96CBPE .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7Cx96CBPE .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7Cx96CBPE .dropdown-toggle::after,
.cid-t7Cx96CBPE .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-t7Cx96CBPE .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7Cx96CBPE .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7Cx96CBPE .nav-item:focus,
.cid-t7Cx96CBPE .nav-link:focus {
  outline: none;
}
.cid-t7Cx96CBPE .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7Cx96CBPE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7Cx96CBPE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7Cx96CBPE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7Cx96CBPE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7Cx96CBPE .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7Cx96CBPE .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7Cx96CBPE .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7Cx96CBPE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7Cx96CBPE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7Cx96CBPE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7Cx96CBPE .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7Cx96CBPE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7Cx96CBPE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7Cx96CBPE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7Cx96CBPE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7Cx96CBPE .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7Cx96CBPE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7Cx96CBPE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7Cx96CBPE .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7Cx96CBPE .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7Cx96CBPE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7Cx96CBPE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7Cx96CBPE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7Cx96CBPE .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7Cx96CBPE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7Cx96CBPE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7Cx96CBPE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7Cx96CBPE .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7Cx96CBPE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7Cx96CBPE .dropdown-item.active,
.cid-t7Cx96CBPE .dropdown-item:active {
  background-color: transparent;
}
.cid-t7Cx96CBPE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7Cx96CBPE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7Cx96CBPE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7Cx96CBPE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7Cx96CBPE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7Cx96CBPE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7Cx96CBPE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7Cx96CBPE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Cx96CBPE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Cx96CBPE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7Cx96CBPE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Cx96CBPE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7Cx96CBPE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7Cx96CBPE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Cx96CBPE .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7Cx96CBPE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7Cx96CBPE .mbr-iconfont {
  color: #ffffff;
}
.cid-t7Cx96CBPE .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7Cx96CBPE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Cx96CBPE .navbar {
    height: 77px;
  }
  .cid-t7Cx96CBPE .navbar.opened {
    height: auto;
  }
  .cid-t7Cx96CBPE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7Cx96CBPE .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7Cx8NNSkX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7Cx8NNSkX .row {
  flex-direction: row-reverse;
}
.cid-t7Cx8NNSkX .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7Cx8NNSkX .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7Cx8NNSkX .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7Cx8NNSkX .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7Cx8NNSkX .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7Cx8NNSkX .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7Cx8NNSkX .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7Cx8NNSkX .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7Cx8NNSkX .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7Cx8NNSkX .content {
    text-align: center;
  }
}
.cid-t7Cx8NNSkX .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7Cx8NNSkX .mbr-section-title span {
  position: relative;
}
.cid-t7Cx8NNSkX .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7Cx8NNSkX .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7Cx8NNSkX .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7Cx8NNSkX .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7Cx8NNSkX .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7Cx8NNSkX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7Cx8NNSkX .mbr-section-subtitle span {
  position: relative;
}
.cid-t7Cx8NNSkX .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7Cx8NNSkX .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7Cx8NNSkX .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7Cx8NNSkX .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7Cx8NNSkX .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7Cx8NNSkX .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7Cx8NNSkX .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7Cx8NNSkX .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t7Cx8PabcV {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7Cx8PabcV .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7Cx8PabcV .galleryItem {
  border-radius: 10px;
}
.cid-t7Cx8PabcV .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7Cx8PabcV .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7Cx8PabcV .mbr-gallery-filter li {
  display: block;
}
.cid-t7Cx8PabcV .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7Cx8PabcV .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7Cx8PabcV .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7Cx8PabcV .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7Cx8PabcV .mbr-shop .row {
  margin: 0;
}
.cid-t7Cx8PabcV .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7Cx8PabcV .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7Cx8PabcV .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7Cx8PabcV .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7Cx8PabcV .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7Cx8PabcV .mbr-shop .hide-modal {
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7Cx8PabcV .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7Cx8PabcV .mbr-shop .filter-by-pu,
.cid-t7Cx8PabcV .mbr-shop .filter-by-pd,
.cid-t7Cx8PabcV .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7Cx8PabcV .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7Cx8PabcV .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7Cx8PabcV .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7Cx8PabcV .mbr-shop .galleryItem h4,
.cid-t7Cx8PabcV .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7Cx8PabcV .mbr-shop .galleryItem h5,
.cid-t7Cx8PabcV .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7Cx8PabcV .mbr-shop .galleryItem p,
.cid-t7Cx8PabcV .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7Cx8PabcV .mbr-shop .item-button {
  text-align: center;
}
.cid-t7Cx8PabcV .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7Cx8PabcV .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7Cx8PabcV .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7Cx8PabcV .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7Cx8PabcV .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7Cx8PabcV .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7Cx8PabcV .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7Cx8PabcV .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7Cx8PabcV .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7Cx8PabcV .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7Cx8PabcV .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7Cx8PabcV .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7Cx8PabcV .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Cx8PabcV .mbr-shop .range-controls {
  position: relative;
}
.cid-t7Cx8PabcV .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7Cx8PabcV .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7Cx8PabcV .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7Cx8PabcV .mbr-shop .toggle:hover,
.cid-t7Cx8PabcV .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7Cx8PabcV .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7Cx8PabcV .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7Cx8PabcV .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7Cx8PabcV .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7Cx8PabcV .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7Cx8PabcV .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7Cx8PabcV .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7Cx8PabcV .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7Cx8PabcV .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7Cx8PabcV .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7Cx8PabcV .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7Cx8PabcV .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7Cx8PabcV .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7Cx8PabcV .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7Cx8PabcV .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7Cx8PabcV .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7Cx8PabcV .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7Cx8PabcV .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7Cx8PabcV .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7Cx8PabcV .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7Cx8PabcV .mbr-shop .price-range {
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7Cx8PabcV .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7Cx8PabcV .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7Cx8PabcV .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7Cx8PabcV .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7Cx8PabcV .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7Cx8PabcV .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7Cx8PabcV .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7Cx8PabcV .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7Cx8PabcV .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7Cx8PabcV .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7Cx8PabcV .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7Cx8PabcV .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7Cx8PabcV .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7Cx8PabcV .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7Cx8PabcV .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7Cx8PabcV .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7Cx8PabcV .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7Cx8PabcV .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7Cx8PabcV .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7Cx8PabcV .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7Cx8PabcV .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7Cx8PabcV .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7Cx8PabcV .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7Cx8PabcV .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7Cx8PabcV .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7Cx8PabcV .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7Cx8PabcV .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7Cx8PabcV .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7Cx8PabcV .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7Cx8PabcV .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7Cx8PabcV .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7Cx8PabcV .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Cx8PabcV .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7Cx8PabcV .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7Cx8PabcV .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7Cx8PabcV .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7Cx8PabcV .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7Cx8PabcV .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7Cx8PabcV .range-slider {
  order: 1;
}
.cid-t7Cx8PabcV .sidebar-categories {
  order: 2;
}
.cid-t7Cx8PabcV .bestseller-block {
  order: 3;
}
.cid-t7Cx8PabcV .categories {
  padding: 0;
}
.cid-t7Cx8PabcV .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7Cx8PabcV .shop-item-price,
.cid-t7Cx8PabcV .price-block {
  color: #5d6a79;
}
.cid-t7Cx8PabcV LI {
  text-align: left;
}
.cid-t7Cx8PabcV .item-title {
  text-align: left;
}
.cid-t7Cx8PabcV .card-description {
  color: #000000;
}
.cid-t7Cx91w7xx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7Cx91w7xx .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7Cx91w7xx .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7Cx91w7xx .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7Cx91w7xx .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7Cx91w7xx .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7Cx93nx2m {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7Cx93nx2m .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7Cx93nx2m .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7Cx93nx2m .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Cx93nx2m .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7Cx93nx2m .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7Cx93nx2m .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7Cx93nx2m .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7Cx93nx2m .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7Cx93nx2m .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7Cx93nx2m .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7Cx93nx2m .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7Cx94BudX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7Cx94BudX .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7Cx94BudX .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7Cx94BudX .card:last-child {
  border-bottom: none !important;
}
.cid-t7Cx94BudX .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7Cx94BudX .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7Cx94BudX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7Cx94BudX .card,
.cid-t7Cx94BudX .card-header {
  background-color: transparent !important;
}
.cid-t7Cx94BudX .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7Cx94BudX .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7Cx94BudX .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7Cx94BudX .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7Cx94BudX .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7Cx94BudX .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7Cx94BudX .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7Cx94BudX .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7Cx94BudX .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7Cx94BudX .mbr-text,
.cid-t7Cx94BudX .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7Cxb7Dgom {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7Cxb7Dgom .nav-item,
.cid-t7Cxb7Dgom .nav-link,
.cid-t7Cxb7Dgom .navbar-caption {
  font-weight: normal;
}
.cid-t7Cxb7Dgom .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7Cxb7Dgom .nav-link:before,
.cid-t7Cxb7Dgom .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-t7Cxb7Dgom .nav-item:hover .nav-link:before,
.cid-t7Cxb7Dgom .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7Cxb7Dgom .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7Cxb7Dgom .dropdown-toggle::after,
.cid-t7Cxb7Dgom .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-t7Cxb7Dgom .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7Cxb7Dgom .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7Cxb7Dgom .nav-item:focus,
.cid-t7Cxb7Dgom .nav-link:focus {
  outline: none;
}
.cid-t7Cxb7Dgom .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7Cxb7Dgom .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7Cxb7Dgom .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7Cxb7Dgom .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7Cxb7Dgom .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7Cxb7Dgom .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7Cxb7Dgom .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7Cxb7Dgom .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7Cxb7Dgom .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7Cxb7Dgom .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7Cxb7Dgom .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7Cxb7Dgom .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7Cxb7Dgom .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7Cxb7Dgom .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7Cxb7Dgom .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7Cxb7Dgom .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7Cxb7Dgom .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7Cxb7Dgom .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7Cxb7Dgom .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7Cxb7Dgom .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7Cxb7Dgom .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7Cxb7Dgom .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7Cxb7Dgom .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7Cxb7Dgom .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7Cxb7Dgom .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7Cxb7Dgom .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7Cxb7Dgom .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7Cxb7Dgom .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7Cxb7Dgom .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7Cxb7Dgom .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7Cxb7Dgom .dropdown-item.active,
.cid-t7Cxb7Dgom .dropdown-item:active {
  background-color: transparent;
}
.cid-t7Cxb7Dgom .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7Cxb7Dgom .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7Cxb7Dgom .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7Cxb7Dgom ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7Cxb7Dgom button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7Cxb7Dgom button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7Cxb7Dgom button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7Cxb7Dgom button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Cxb7Dgom button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Cxb7Dgom button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7Cxb7Dgom nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Cxb7Dgom nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7Cxb7Dgom nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7Cxb7Dgom nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Cxb7Dgom .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7Cxb7Dgom a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7Cxb7Dgom .mbr-iconfont {
  color: #ffffff;
}
.cid-t7Cxb7Dgom .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7Cxb7Dgom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Cxb7Dgom .navbar {
    height: 77px;
  }
  .cid-t7Cxb7Dgom .navbar.opened {
    height: auto;
  }
  .cid-t7Cxb7Dgom .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7Cxb7Dgom .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7CxaU0FXc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7CxaU0FXc .row {
  flex-direction: row-reverse;
}
.cid-t7CxaU0FXc .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7CxaU0FXc .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7CxaU0FXc .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7CxaU0FXc .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7CxaU0FXc .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7CxaU0FXc .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7CxaU0FXc .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7CxaU0FXc .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7CxaU0FXc .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7CxaU0FXc .content {
    text-align: center;
  }
}
.cid-t7CxaU0FXc .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7CxaU0FXc .mbr-section-title span {
  position: relative;
}
.cid-t7CxaU0FXc .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7CxaU0FXc .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7CxaU0FXc .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7CxaU0FXc .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7CxaU0FXc .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7CxaU0FXc .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7CxaU0FXc .mbr-section-subtitle span {
  position: relative;
}
.cid-t7CxaU0FXc .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7CxaU0FXc .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7CxaU0FXc .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7CxaU0FXc .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7CxaU0FXc .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7CxaU0FXc .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7CxaU0FXc .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7CxaU0FXc .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWwWZnVYM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWwWZnVYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWwWZnVYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWwWZnVYM .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWwWZnVYM .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWwWZnVYM .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWwWZnVYM .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWwWZnVYM .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWwWZnVYM .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWwWZnVYM .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWwWZnVYM .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWwWZnVYM .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWwWZnVYM .mbr-section-title {
  color: #000000;
}
.cid-vfWwWZnVYM .mbr-text,
.cid-vfWwWZnVYM .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWwWZnVYM .list {
  color: #000000;
}
.cid-vfWwWZnVYM .mbr-section-title,
.cid-vfWwWZnVYM .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWwWZnVYM .mbr-text {
  color: #ffffff;
}
.cid-t7CxaVt0dP {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7CxaVt0dP .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7CxaVt0dP .galleryItem {
  border-radius: 10px;
}
.cid-t7CxaVt0dP .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7CxaVt0dP .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7CxaVt0dP .mbr-gallery-filter li {
  display: block;
}
.cid-t7CxaVt0dP .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7CxaVt0dP .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7CxaVt0dP .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7CxaVt0dP .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7CxaVt0dP .mbr-shop .row {
  margin: 0;
}
.cid-t7CxaVt0dP .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7CxaVt0dP .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7CxaVt0dP .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7CxaVt0dP .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7CxaVt0dP .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7CxaVt0dP .mbr-shop .hide-modal {
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7CxaVt0dP .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7CxaVt0dP .mbr-shop .filter-by-pu,
.cid-t7CxaVt0dP .mbr-shop .filter-by-pd,
.cid-t7CxaVt0dP .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7CxaVt0dP .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7CxaVt0dP .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7CxaVt0dP .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7CxaVt0dP .mbr-shop .galleryItem h4,
.cid-t7CxaVt0dP .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7CxaVt0dP .mbr-shop .galleryItem h5,
.cid-t7CxaVt0dP .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7CxaVt0dP .mbr-shop .galleryItem p,
.cid-t7CxaVt0dP .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7CxaVt0dP .mbr-shop .item-button {
  text-align: center;
}
.cid-t7CxaVt0dP .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7CxaVt0dP .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7CxaVt0dP .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7CxaVt0dP .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7CxaVt0dP .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7CxaVt0dP .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7CxaVt0dP .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7CxaVt0dP .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7CxaVt0dP .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7CxaVt0dP .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7CxaVt0dP .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7CxaVt0dP .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7CxaVt0dP .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7CxaVt0dP .mbr-shop .range-controls {
  position: relative;
}
.cid-t7CxaVt0dP .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7CxaVt0dP .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7CxaVt0dP .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7CxaVt0dP .mbr-shop .toggle:hover,
.cid-t7CxaVt0dP .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7CxaVt0dP .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7CxaVt0dP .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7CxaVt0dP .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7CxaVt0dP .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7CxaVt0dP .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7CxaVt0dP .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7CxaVt0dP .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7CxaVt0dP .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7CxaVt0dP .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7CxaVt0dP .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7CxaVt0dP .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7CxaVt0dP .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7CxaVt0dP .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7CxaVt0dP .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7CxaVt0dP .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7CxaVt0dP .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7CxaVt0dP .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7CxaVt0dP .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7CxaVt0dP .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7CxaVt0dP .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7CxaVt0dP .mbr-shop .price-range {
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7CxaVt0dP .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7CxaVt0dP .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7CxaVt0dP .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7CxaVt0dP .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7CxaVt0dP .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7CxaVt0dP .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7CxaVt0dP .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7CxaVt0dP .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7CxaVt0dP .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7CxaVt0dP .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7CxaVt0dP .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7CxaVt0dP .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7CxaVt0dP .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7CxaVt0dP .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7CxaVt0dP .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7CxaVt0dP .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7CxaVt0dP .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7CxaVt0dP .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7CxaVt0dP .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7CxaVt0dP .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7CxaVt0dP .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7CxaVt0dP .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7CxaVt0dP .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7CxaVt0dP .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7CxaVt0dP .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7CxaVt0dP .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7CxaVt0dP .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7CxaVt0dP .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7CxaVt0dP .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7CxaVt0dP .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7CxaVt0dP .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7CxaVt0dP .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7CxaVt0dP .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7CxaVt0dP .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7CxaVt0dP .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7CxaVt0dP .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7CxaVt0dP .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7CxaVt0dP .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7CxaVt0dP .range-slider {
  order: 1;
}
.cid-t7CxaVt0dP .sidebar-categories {
  order: 2;
}
.cid-t7CxaVt0dP .bestseller-block {
  order: 3;
}
.cid-t7CxaVt0dP .categories {
  padding: 0;
}
.cid-t7CxaVt0dP .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7CxaVt0dP .shop-item-price,
.cid-t7CxaVt0dP .price-block {
  color: #5d6a79;
}
.cid-t7CxaVt0dP LI {
  text-align: left;
}
.cid-t7CxaVt0dP .item-title {
  text-align: left;
}
.cid-t7CxaVt0dP .card-description {
  color: #000000;
}
.cid-vfWwXp6nRu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWwXp6nRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWwXp6nRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWwXp6nRu .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWwXp6nRu .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWwXp6nRu .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWwXp6nRu .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWwXp6nRu .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWwXp6nRu .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWwXp6nRu .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWwXp6nRu .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWwXp6nRu .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWwXp6nRu .mbr-section-title {
  color: #000000;
}
.cid-vfWwXp6nRu .mbr-text,
.cid-vfWwXp6nRu .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWwXp6nRu .list {
  color: #000000;
}
.cid-vfWwXp6nRu .mbr-section-title,
.cid-vfWwXp6nRu .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWwXp6nRu .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWwXp6nRu .list,
.cid-vfWwXp6nRu .item-wrap,
.cid-vfWwXp6nRu .list-wrapper {
  color: #ffffff;
}
.cid-t7Cxb3EhVb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7Cxb3EhVb .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7Cxb3EhVb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7Cxb3EhVb .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7Cxb3EhVb .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7Cxb3EhVb .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7Cxb4VE3p {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7Cxb4VE3p .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7Cxb4VE3p .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7Cxb4VE3p .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Cxb4VE3p .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7Cxb4VE3p .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7Cxb4VE3p .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7Cxb4VE3p .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7Cxb4VE3p .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7Cxb4VE3p .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7Cxb4VE3p .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7Cxb4VE3p .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7Cxb5XYSf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7Cxb5XYSf .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7Cxb5XYSf .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7Cxb5XYSf .card:last-child {
  border-bottom: none !important;
}
.cid-t7Cxb5XYSf .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7Cxb5XYSf .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7Cxb5XYSf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7Cxb5XYSf .card,
.cid-t7Cxb5XYSf .card-header {
  background-color: transparent !important;
}
.cid-t7Cxb5XYSf .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7Cxb5XYSf .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7Cxb5XYSf .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7Cxb5XYSf .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7Cxb5XYSf .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7Cxb5XYSf .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7Cxb5XYSf .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7Cxb5XYSf .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7Cxb5XYSf .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7Cxb5XYSf .mbr-text,
.cid-t7Cxb5XYSf .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7Cz9L6Uaq {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7Cz9L6Uaq .nav-item,
.cid-t7Cz9L6Uaq .nav-link,
.cid-t7Cz9L6Uaq .navbar-caption {
  font-weight: normal;
}
.cid-t7Cz9L6Uaq .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7Cz9L6Uaq .nav-link:before,
.cid-t7Cz9L6Uaq .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-t7Cz9L6Uaq .nav-item:hover .nav-link:before,
.cid-t7Cz9L6Uaq .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7Cz9L6Uaq .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7Cz9L6Uaq .dropdown-toggle::after,
.cid-t7Cz9L6Uaq .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-t7Cz9L6Uaq .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7Cz9L6Uaq .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7Cz9L6Uaq .nav-item:focus,
.cid-t7Cz9L6Uaq .nav-link:focus {
  outline: none;
}
.cid-t7Cz9L6Uaq .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7Cz9L6Uaq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7Cz9L6Uaq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7Cz9L6Uaq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7Cz9L6Uaq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7Cz9L6Uaq .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7Cz9L6Uaq .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7Cz9L6Uaq .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7Cz9L6Uaq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7Cz9L6Uaq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7Cz9L6Uaq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7Cz9L6Uaq .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7Cz9L6Uaq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7Cz9L6Uaq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7Cz9L6Uaq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7Cz9L6Uaq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7Cz9L6Uaq .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7Cz9L6Uaq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7Cz9L6Uaq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7Cz9L6Uaq .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7Cz9L6Uaq .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7Cz9L6Uaq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7Cz9L6Uaq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7Cz9L6Uaq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7Cz9L6Uaq .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7Cz9L6Uaq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7Cz9L6Uaq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7Cz9L6Uaq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7Cz9L6Uaq .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7Cz9L6Uaq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7Cz9L6Uaq .dropdown-item.active,
.cid-t7Cz9L6Uaq .dropdown-item:active {
  background-color: transparent;
}
.cid-t7Cz9L6Uaq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7Cz9L6Uaq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7Cz9L6Uaq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7Cz9L6Uaq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7Cz9L6Uaq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7Cz9L6Uaq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7Cz9L6Uaq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7Cz9L6Uaq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Cz9L6Uaq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7Cz9L6Uaq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7Cz9L6Uaq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Cz9L6Uaq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7Cz9L6Uaq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7Cz9L6Uaq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7Cz9L6Uaq .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7Cz9L6Uaq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7Cz9L6Uaq .mbr-iconfont {
  color: #ffffff;
}
.cid-t7Cz9L6Uaq .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7Cz9L6Uaq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Cz9L6Uaq .navbar {
    height: 77px;
  }
  .cid-t7Cz9L6Uaq .navbar.opened {
    height: auto;
  }
  .cid-t7Cz9L6Uaq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7Cz9L6Uaq .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7Cz9HPlkg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7Cz9HPlkg .row {
  flex-direction: row-reverse;
}
.cid-t7Cz9HPlkg .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7Cz9HPlkg .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7Cz9HPlkg .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7Cz9HPlkg .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7Cz9HPlkg .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7Cz9HPlkg .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7Cz9HPlkg .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7Cz9HPlkg .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7Cz9HPlkg .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7Cz9HPlkg .content {
    text-align: center;
  }
}
.cid-t7Cz9HPlkg .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7Cz9HPlkg .mbr-section-title span {
  position: relative;
}
.cid-t7Cz9HPlkg .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7Cz9HPlkg .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7Cz9HPlkg .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7Cz9HPlkg .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7Cz9HPlkg .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7Cz9HPlkg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7Cz9HPlkg .mbr-section-subtitle span {
  position: relative;
}
.cid-t7Cz9HPlkg .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7Cz9HPlkg .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7Cz9HPlkg .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7Cz9HPlkg .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7Cz9HPlkg .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7Cz9HPlkg .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7Cz9HPlkg .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7Cz9HPlkg .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t7Cz9IW469 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7Cz9IW469 .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7Cz9IW469 .galleryItem {
  border-radius: 10px;
}
.cid-t7Cz9IW469 .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7Cz9IW469 .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7Cz9IW469 .mbr-gallery-filter li {
  display: block;
}
.cid-t7Cz9IW469 .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7Cz9IW469 .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7Cz9IW469 .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7Cz9IW469 .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7Cz9IW469 .mbr-shop .row {
  margin: 0;
}
.cid-t7Cz9IW469 .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7Cz9IW469 .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7Cz9IW469 .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7Cz9IW469 .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7Cz9IW469 .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7Cz9IW469 .mbr-shop .hide-modal {
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7Cz9IW469 .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7Cz9IW469 .mbr-shop .filter-by-pu,
.cid-t7Cz9IW469 .mbr-shop .filter-by-pd,
.cid-t7Cz9IW469 .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7Cz9IW469 .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7Cz9IW469 .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7Cz9IW469 .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7Cz9IW469 .mbr-shop .galleryItem h4,
.cid-t7Cz9IW469 .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7Cz9IW469 .mbr-shop .galleryItem h5,
.cid-t7Cz9IW469 .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7Cz9IW469 .mbr-shop .galleryItem p,
.cid-t7Cz9IW469 .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7Cz9IW469 .mbr-shop .item-button {
  text-align: center;
}
.cid-t7Cz9IW469 .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7Cz9IW469 .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7Cz9IW469 .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7Cz9IW469 .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7Cz9IW469 .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7Cz9IW469 .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7Cz9IW469 .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7Cz9IW469 .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7Cz9IW469 .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7Cz9IW469 .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7Cz9IW469 .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7Cz9IW469 .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7Cz9IW469 .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Cz9IW469 .mbr-shop .range-controls {
  position: relative;
}
.cid-t7Cz9IW469 .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7Cz9IW469 .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7Cz9IW469 .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7Cz9IW469 .mbr-shop .toggle:hover,
.cid-t7Cz9IW469 .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7Cz9IW469 .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7Cz9IW469 .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7Cz9IW469 .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7Cz9IW469 .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7Cz9IW469 .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7Cz9IW469 .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7Cz9IW469 .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7Cz9IW469 .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7Cz9IW469 .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7Cz9IW469 .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7Cz9IW469 .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7Cz9IW469 .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7Cz9IW469 .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7Cz9IW469 .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7Cz9IW469 .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7Cz9IW469 .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7Cz9IW469 .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7Cz9IW469 .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7Cz9IW469 .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7Cz9IW469 .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7Cz9IW469 .mbr-shop .price-range {
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7Cz9IW469 .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7Cz9IW469 .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7Cz9IW469 .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7Cz9IW469 .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7Cz9IW469 .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7Cz9IW469 .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7Cz9IW469 .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7Cz9IW469 .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7Cz9IW469 .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7Cz9IW469 .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7Cz9IW469 .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7Cz9IW469 .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7Cz9IW469 .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7Cz9IW469 .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7Cz9IW469 .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7Cz9IW469 .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7Cz9IW469 .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7Cz9IW469 .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7Cz9IW469 .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7Cz9IW469 .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7Cz9IW469 .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7Cz9IW469 .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7Cz9IW469 .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7Cz9IW469 .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7Cz9IW469 .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7Cz9IW469 .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7Cz9IW469 .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7Cz9IW469 .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7Cz9IW469 .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7Cz9IW469 .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7Cz9IW469 .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7Cz9IW469 .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7Cz9IW469 .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7Cz9IW469 .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7Cz9IW469 .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7Cz9IW469 .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7Cz9IW469 .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7Cz9IW469 .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7Cz9IW469 .range-slider {
  order: 1;
}
.cid-t7Cz9IW469 .sidebar-categories {
  order: 2;
}
.cid-t7Cz9IW469 .bestseller-block {
  order: 3;
}
.cid-t7Cz9IW469 .categories {
  padding: 0;
}
.cid-t7Cz9IW469 .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7Cz9IW469 .shop-item-price,
.cid-t7Cz9IW469 .price-block {
  color: #5d6a79;
}
.cid-t7Cz9IW469 LI {
  text-align: left;
}
.cid-t7Cz9IW469 .item-title {
  text-align: left;
}
.cid-t7Cz9IW469 .card-description {
  color: #000000;
}
.cid-t7Cz9JvOUA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7Cz9JvOUA .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7Cz9JvOUA .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7Cz9JvOUA .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7Cz9JvOUA .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7Cz9JvOUA .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7Cz9K5Ny6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7Cz9K5Ny6 .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7Cz9K5Ny6 .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7Cz9K5Ny6 .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7Cz9K5Ny6 .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7Cz9K5Ny6 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7Cz9K5Ny6 .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7Cz9K5Ny6 .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7Cz9K5Ny6 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7Cz9K5Ny6 .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7Cz9K5Ny6 .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7Cz9K5Ny6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7Cz9Krclv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7Cz9Krclv .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7Cz9Krclv .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7Cz9Krclv .card:last-child {
  border-bottom: none !important;
}
.cid-t7Cz9Krclv .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7Cz9Krclv .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7Cz9Krclv .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7Cz9Krclv .card,
.cid-t7Cz9Krclv .card-header {
  background-color: transparent !important;
}
.cid-t7Cz9Krclv .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7Cz9Krclv .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7Cz9Krclv .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7Cz9Krclv .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7Cz9Krclv .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7Cz9Krclv .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7Cz9Krclv .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7Cz9Krclv .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7Cz9Krclv .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7Cz9Krclv .mbr-text,
.cid-t7Cz9Krclv .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7GoJuW06a {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7GoJuW06a .nav-item,
.cid-t7GoJuW06a .nav-link,
.cid-t7GoJuW06a .navbar-caption {
  font-weight: normal;
}
.cid-t7GoJuW06a .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7GoJuW06a .nav-link:before,
.cid-t7GoJuW06a .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-t7GoJuW06a .nav-item:hover .nav-link:before,
.cid-t7GoJuW06a .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7GoJuW06a .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7GoJuW06a .dropdown-toggle::after,
.cid-t7GoJuW06a .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-t7GoJuW06a .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7GoJuW06a .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7GoJuW06a .nav-item:focus,
.cid-t7GoJuW06a .nav-link:focus {
  outline: none;
}
.cid-t7GoJuW06a .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7GoJuW06a .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7GoJuW06a .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7GoJuW06a .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7GoJuW06a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7GoJuW06a .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7GoJuW06a .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7GoJuW06a .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7GoJuW06a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7GoJuW06a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7GoJuW06a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7GoJuW06a .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7GoJuW06a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7GoJuW06a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7GoJuW06a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7GoJuW06a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7GoJuW06a .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7GoJuW06a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7GoJuW06a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7GoJuW06a .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7GoJuW06a .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7GoJuW06a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7GoJuW06a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7GoJuW06a .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7GoJuW06a .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7GoJuW06a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7GoJuW06a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7GoJuW06a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7GoJuW06a .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7GoJuW06a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7GoJuW06a .dropdown-item.active,
.cid-t7GoJuW06a .dropdown-item:active {
  background-color: transparent;
}
.cid-t7GoJuW06a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7GoJuW06a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7GoJuW06a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7GoJuW06a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7GoJuW06a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7GoJuW06a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7GoJuW06a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7GoJuW06a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7GoJuW06a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7GoJuW06a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7GoJuW06a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7GoJuW06a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7GoJuW06a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7GoJuW06a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7GoJuW06a .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7GoJuW06a a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7GoJuW06a .mbr-iconfont {
  color: #ffffff;
}
.cid-t7GoJuW06a .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7GoJuW06a .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7GoJuW06a .navbar {
    height: 77px;
  }
  .cid-t7GoJuW06a .navbar.opened {
    height: auto;
  }
  .cid-t7GoJuW06a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7GoJuW06a .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7GoJmiP0E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7GoJmiP0E .row {
  flex-direction: row-reverse;
}
.cid-t7GoJmiP0E .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7GoJmiP0E .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7GoJmiP0E .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7GoJmiP0E .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7GoJmiP0E .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7GoJmiP0E .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7GoJmiP0E .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7GoJmiP0E .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7GoJmiP0E .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7GoJmiP0E .content {
    text-align: center;
  }
}
.cid-t7GoJmiP0E .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7GoJmiP0E .mbr-section-title span {
  position: relative;
}
.cid-t7GoJmiP0E .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7GoJmiP0E .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7GoJmiP0E .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7GoJmiP0E .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7GoJmiP0E .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7GoJmiP0E .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7GoJmiP0E .mbr-section-subtitle span {
  position: relative;
}
.cid-t7GoJmiP0E .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7GoJmiP0E .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7GoJmiP0E .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7GoJmiP0E .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7GoJmiP0E .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7GoJmiP0E .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7GoJmiP0E .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7GoJmiP0E .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWmwCml8H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWmwCml8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWmwCml8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWmwCml8H .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWmwCml8H .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWmwCml8H .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWmwCml8H .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWmwCml8H .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWmwCml8H .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWmwCml8H .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWmwCml8H .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWmwCml8H .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWmwCml8H .mbr-section-title {
  color: #000000;
}
.cid-vfWmwCml8H .mbr-text,
.cid-vfWmwCml8H .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWmwCml8H .list {
  color: #000000;
}
.cid-vfWmwCml8H .mbr-section-title,
.cid-vfWmwCml8H .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWmwCml8H .mbr-text {
  color: #ffffff;
}
.cid-t7GoJn1i6v {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7GoJn1i6v .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7GoJn1i6v .galleryItem {
  border-radius: 10px;
}
.cid-t7GoJn1i6v .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7GoJn1i6v .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7GoJn1i6v .mbr-gallery-filter li {
  display: block;
}
.cid-t7GoJn1i6v .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7GoJn1i6v .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7GoJn1i6v .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7GoJn1i6v .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7GoJn1i6v .mbr-shop .row {
  margin: 0;
}
.cid-t7GoJn1i6v .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7GoJn1i6v .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7GoJn1i6v .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7GoJn1i6v .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7GoJn1i6v .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7GoJn1i6v .mbr-shop .hide-modal {
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7GoJn1i6v .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7GoJn1i6v .mbr-shop .filter-by-pu,
.cid-t7GoJn1i6v .mbr-shop .filter-by-pd,
.cid-t7GoJn1i6v .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7GoJn1i6v .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7GoJn1i6v .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7GoJn1i6v .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7GoJn1i6v .mbr-shop .galleryItem h4,
.cid-t7GoJn1i6v .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7GoJn1i6v .mbr-shop .galleryItem h5,
.cid-t7GoJn1i6v .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7GoJn1i6v .mbr-shop .galleryItem p,
.cid-t7GoJn1i6v .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7GoJn1i6v .mbr-shop .item-button {
  text-align: center;
}
.cid-t7GoJn1i6v .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7GoJn1i6v .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7GoJn1i6v .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7GoJn1i6v .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7GoJn1i6v .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7GoJn1i6v .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7GoJn1i6v .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7GoJn1i6v .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7GoJn1i6v .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7GoJn1i6v .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7GoJn1i6v .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7GoJn1i6v .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7GoJn1i6v .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7GoJn1i6v .mbr-shop .range-controls {
  position: relative;
}
.cid-t7GoJn1i6v .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7GoJn1i6v .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7GoJn1i6v .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7GoJn1i6v .mbr-shop .toggle:hover,
.cid-t7GoJn1i6v .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7GoJn1i6v .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7GoJn1i6v .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7GoJn1i6v .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7GoJn1i6v .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7GoJn1i6v .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7GoJn1i6v .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7GoJn1i6v .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7GoJn1i6v .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7GoJn1i6v .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7GoJn1i6v .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7GoJn1i6v .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7GoJn1i6v .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7GoJn1i6v .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7GoJn1i6v .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7GoJn1i6v .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7GoJn1i6v .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7GoJn1i6v .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7GoJn1i6v .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7GoJn1i6v .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7GoJn1i6v .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7GoJn1i6v .mbr-shop .price-range {
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7GoJn1i6v .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7GoJn1i6v .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7GoJn1i6v .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7GoJn1i6v .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7GoJn1i6v .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7GoJn1i6v .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7GoJn1i6v .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7GoJn1i6v .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7GoJn1i6v .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7GoJn1i6v .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7GoJn1i6v .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7GoJn1i6v .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7GoJn1i6v .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7GoJn1i6v .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7GoJn1i6v .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7GoJn1i6v .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7GoJn1i6v .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7GoJn1i6v .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7GoJn1i6v .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7GoJn1i6v .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7GoJn1i6v .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7GoJn1i6v .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7GoJn1i6v .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7GoJn1i6v .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7GoJn1i6v .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7GoJn1i6v .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7GoJn1i6v .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7GoJn1i6v .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7GoJn1i6v .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7GoJn1i6v .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7GoJn1i6v .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7GoJn1i6v .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7GoJn1i6v .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7GoJn1i6v .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7GoJn1i6v .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7GoJn1i6v .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7GoJn1i6v .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7GoJn1i6v .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7GoJn1i6v .range-slider {
  order: 1;
}
.cid-t7GoJn1i6v .sidebar-categories {
  order: 2;
}
.cid-t7GoJn1i6v .bestseller-block {
  order: 3;
}
.cid-t7GoJn1i6v .categories {
  padding: 0;
}
.cid-t7GoJn1i6v .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7GoJn1i6v .shop-item-price,
.cid-t7GoJn1i6v .price-block {
  color: #5d6a79;
}
.cid-t7GoJn1i6v LI {
  text-align: left;
}
.cid-t7GoJn1i6v .item-title {
  text-align: left;
}
.cid-t7GoJn1i6v .card-description {
  color: #000000;
}
.cid-vfWmxfNpvL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWmxfNpvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWmxfNpvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWmxfNpvL .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWmxfNpvL .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWmxfNpvL .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWmxfNpvL .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWmxfNpvL .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWmxfNpvL .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWmxfNpvL .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWmxfNpvL .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWmxfNpvL .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWmxfNpvL .mbr-section-title {
  color: #000000;
}
.cid-vfWmxfNpvL .mbr-text,
.cid-vfWmxfNpvL .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWmxfNpvL .list {
  color: #000000;
}
.cid-vfWmxfNpvL .mbr-section-title,
.cid-vfWmxfNpvL .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWmxfNpvL .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWmxfNpvL .list,
.cid-vfWmxfNpvL .item-wrap,
.cid-vfWmxfNpvL .list-wrapper {
  color: #ffffff;
}
.cid-t7GoJsdmVu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7GoJsdmVu .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7GoJsdmVu .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7GoJsdmVu .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7GoJsdmVu .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7GoJsdmVu .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7GoJt6XWW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7GoJt6XWW .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7GoJt6XWW .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7GoJt6XWW .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7GoJt6XWW .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7GoJt6XWW .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7GoJt6XWW .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7GoJt6XWW .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7GoJt6XWW .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7GoJt6XWW .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7GoJt6XWW .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7GoJt6XWW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7GoJtPXYo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7GoJtPXYo .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7GoJtPXYo .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7GoJtPXYo .card:last-child {
  border-bottom: none !important;
}
.cid-t7GoJtPXYo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7GoJtPXYo .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7GoJtPXYo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7GoJtPXYo .card,
.cid-t7GoJtPXYo .card-header {
  background-color: transparent !important;
}
.cid-t7GoJtPXYo .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7GoJtPXYo .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7GoJtPXYo .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7GoJtPXYo .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7GoJtPXYo .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7GoJtPXYo .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7GoJtPXYo .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7GoJtPXYo .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7GoJtPXYo .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7GoJtPXYo .mbr-text,
.cid-t7GoJtPXYo .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-swEbT14pMF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-swEbT14pMF .nav-item,
.cid-swEbT14pMF .nav-link,
.cid-swEbT14pMF .navbar-caption {
  font-weight: normal;
}
.cid-swEbT14pMF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .nav-link:before,
.cid-swEbT14pMF .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-swEbT14pMF .nav-item:hover .nav-link:before,
.cid-swEbT14pMF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-swEbT14pMF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-swEbT14pMF .dropdown-toggle::after,
.cid-swEbT14pMF .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-swEbT14pMF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-swEbT14pMF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-swEbT14pMF .nav-item:focus,
.cid-swEbT14pMF .nav-link:focus {
  outline: none;
}
.cid-swEbT14pMF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-swEbT14pMF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-swEbT14pMF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-swEbT14pMF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-swEbT14pMF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-swEbT14pMF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-swEbT14pMF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-swEbT14pMF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-swEbT14pMF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-swEbT14pMF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-swEbT14pMF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-swEbT14pMF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-swEbT14pMF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-swEbT14pMF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-swEbT14pMF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-swEbT14pMF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-swEbT14pMF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-swEbT14pMF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-swEbT14pMF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-swEbT14pMF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-swEbT14pMF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-swEbT14pMF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-swEbT14pMF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-swEbT14pMF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-swEbT14pMF .dropdown-item.active,
.cid-swEbT14pMF .dropdown-item:active {
  background-color: transparent;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-swEbT14pMF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-swEbT14pMF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-swEbT14pMF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-swEbT14pMF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-swEbT14pMF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-swEbT14pMF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-swEbT14pMF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-swEbT14pMF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-swEbT14pMF .mbr-iconfont {
  color: #ffffff;
}
.cid-swEbT14pMF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-swEbT14pMF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-swEbT14pMF .navbar {
    height: 77px;
  }
  .cid-swEbT14pMF .navbar.opened {
    height: auto;
  }
  .cid-swEbT14pMF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-swEbT14pMF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-szPKzdVyPl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/about-us-image-2-2000x1323.webp");
}
.cid-szPKzdVyPl .mbr-text,
.cid-szPKzdVyPl .mbr-section-btn {
  color: #ebeaed;
}
.cid-szPKzdVyPl .mbr-section-title {
  color: #8fd400;
}
.cid-sxuo1S6hz8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sxuo1S6hz8 .mbr-section-title {
  color: #8fd400;
}
.cid-sxuo1S6hz8 .mbr-text,
.cid-sxuo1S6hz8 .link {
  color: #606060;
}
.cid-sxuo1S6hz8 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sAHm0XbHRt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bee-image-2000x1499.webp");
}
.cid-sAHm0XbHRt H1 {
  color: #000000;
}
.cid-sAHm0XbHRt .mbr-text,
.cid-sAHm0XbHRt .mbr-section-btn {
  color: #ffffff;
}
.cid-sAHm0XbHRt .mbr-subtitle {
  color: #000000;
}
.cid-sAHm0XbHRt .mbr-text {
  margin-top: 1.5rem;
}
.cid-sAHm0XbHRt .mbr-section-btn {
  margin-top: 2rem;
}
.cid-sACn5731Xi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sACn5731Xi .mbr-section-title,
.cid-sACn5731Xi .mbr-section-subtitle {
  color: #000000;
}
.cid-sACn5731Xi .mbr-section-text {
  color: #232323;
}
.cid-sACn5731Xi .mbr-text,
.cid-sACn5731Xi .typed-text,
.cid-sACn5731Xi .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sACn5731Xi .btn {
  margin-left: 4px !important;
}
.cid-sACn5731Xi .animated-element {
  color: #ff3366;
}
.cid-sACn5731Xi .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sACn5731Xi .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sACn5731Xi .typed-text,
  .cid-sACn5731Xi .mbr-section-subtitle,
  .cid-sACn5731Xi .mbr-section-text,
  .cid-sACn5731Xi .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sACn5731Xi .mbr-section-subtitle,
.cid-sACn5731Xi .typed-text {
  color: #ea3223;
}
.cid-sACn5731Xi .mbr-section-text,
.cid-sACn5731Xi .mbr-section-btn {
  color: #606060;
}
.cid-t2XEXf7Hl5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t2XEXf7Hl5 .item-subtitle a {
  font-weight: 600;
}
.cid-t2XEXf7Hl5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t2XEXf7Hl5 .item:hover img {
  transform: scale(1.05);
}
.cid-t2XEXf7Hl5 .item-img {
  overflow: hidden;
}
.cid-t2XEXf7Hl5 img,
.cid-t2XEXf7Hl5 .item-img {
  width: 100%;
  transition: all 1s;
}
.cid-t2XEXf7Hl5 h5 {
  margin: 0;
}
.cid-t2XEXf7Hl5 .item:focus,
.cid-t2XEXf7Hl5 span:focus {
  outline: none;
}
.cid-t2XEXf7Hl5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2XEXf7Hl5 .item-content {
  padding-top: 2rem;
}
.cid-t2XEXf7Hl5 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t2XEXf7Hl5 .item-title {
  color: #666666;
}
.cid-sPB6bwx2wD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-sPB6bwx2wD .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-sPB6bwx2wD .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-sPB6bwx2wD .card:last-child {
  border-bottom: none !important;
}
.cid-sPB6bwx2wD .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-sPB6bwx2wD .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sPB6bwx2wD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPB6bwx2wD .card,
.cid-sPB6bwx2wD .card-header {
  background-color: transparent !important;
}
.cid-sPB6bwx2wD .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-sPB6bwx2wD .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-sPB6bwx2wD .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-sPB6bwx2wD .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sPB6bwx2wD .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-sPB6bwx2wD .mbr-section-btn {
  margin-top: 15px;
}
.cid-sPB6bwx2wD .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-sPB6bwx2wD .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-sPB6bwx2wD .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-sPB6bwx2wD .mbr-text,
.cid-sPB6bwx2wD .mbr-section-btn {
  color: #606060;
}
.cid-swZioYVW7N {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-swZioYVW7N .mbr-section-title,
.cid-swZioYVW7N .mbr-text {
  margin-bottom: 0;
}
.cid-swZioYVW7N .title__block {
  margin-bottom: 45px;
}
.cid-swZioYVW7N .mbr-text {
  color: #919DAB;
  letter-spacing: 2px;
  text-align: center;
}
.cid-swZioYVW7N .mbr-section-title {
  margin-top: 15px;
  color: #606060;
}
.cid-swZioYVW7N .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-swZioYVW7N .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-tT1XiUzzcG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tT1XiUzzcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT1XiUzzcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT1XiUzzcG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tT1XiUzzcG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tT1XiUzzcG .container {
    padding: 0 20px;
  }
}
.cid-tT1XiUzzcG .row {
  justify-content: center;
}
.cid-tT1XiUzzcG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tT1XiUzzcG .card {
  margin-bottom: 50px;
}
.cid-tT1XiUzzcG .card .card-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 24px;
  border-top: 1px solid #8fd400;
}
.cid-tT1XiUzzcG .card .card-wrap .mbr-date {
  margin-bottom: 24px;
}
.cid-tT1XiUzzcG .card .card-wrap a {
  display: block;
}
.cid-tT1XiUzzcG .card .card-wrap a:hover .mbr-text {
  text-decoration: underline;
}
.cid-tT1XiUzzcG .card .card-wrap a .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tT1XiUzzcG .mbr-section-title {
  color: #ffffff;
}
.cid-tT1XiUzzcG .mbr-date {
  color: #000000;
  text-align: center;
}
.cid-tT1XiUzzcG .mbr-text {
  color: #117fc2;
  text-align: center;
}
.cid-tT1XiUzzcG .mbr-section-title,
.cid-tT1XiUzzcG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sKzp16yZgf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sKzp16yZgf .google-map {
  height: 20rem;
  position: relative;
}
.cid-sKzp16yZgf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sKzp16yZgf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sKzp16yZgf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sKzp16yZgf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgDD4qJvD0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-tgDD4qJvD0 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tgDD4qJvD0 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-tgDD4qJvD0 .media-container-row {
  justify-content: space-between;
}
.cid-tgDD4qJvD0 .social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgDD4qJvD0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tgDD4qJvD0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tgDD4qJvD0 a:link {
  text-decoration: none;
}
.cid-tgDD4qJvD0 .icon-transition span {
  text-align: center;
  color: #8fd400;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #8fd400;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tgDD4qJvD0 .icon-transition span:hover {
  background-color: rgba(143, 212, 0, 0.4);
  color: #689608;
}
.cid-tgDD4qJvD0 .btn {
  min-width: 195px;
}
.cid-tgDD4qJvD0 .btn.btn-primary-outline {
  border: 1px solid #8fd400;
}
.cid-tgDD4qJvD0 .btn.btn-primary-outline:hover {
  background-color: #8fd400 !important;
  color: #ffffff !important;
}
.cid-tgDD4qJvD0 .btn.btn-secondary-outline {
  border: 1px solid #000000;
}
.cid-tgDD4qJvD0 .btn.btn-secondary-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tgDD4qJvD0 .btn.btn-success-outline {
  border: 1px solid #1e824c;
}
.cid-tgDD4qJvD0 .btn.btn-success-outline:hover {
  background-color: #1e824c !important;
  color: #ffffff !important;
}
.cid-tgDD4qJvD0 .btn.btn-info-outline {
  border: 1px solid #8fd400;
}
.cid-tgDD4qJvD0 .btn.btn-info-outline:hover {
  background-color: #8fd400 !important;
  color: #ffffff !important;
}
.cid-tgDD4qJvD0 .btn.btn-warning-outline {
  border: 1px solid #919dab;
}
.cid-tgDD4qJvD0 .btn.btn-warning-outline:hover {
  background-color: #919dab !important;
  color: #ffffff !important;
}
.cid-tgDD4qJvD0 .btn.btn-danger-outline {
  border: 1px solid #8fd400;
}
.cid-tgDD4qJvD0 .btn.btn-danger-outline:hover {
  background-color: #8fd400 !important;
  color: #ffffff !important;
}
.cid-tgDD4qJvD0 .btn.btn-black-outline {
  border: 1px solid #000000;
}
.cid-tgDD4qJvD0 .btn.btn-black-outline:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-tgDD4qJvD0 .btn.btn-white-outline {
  border: 1px solid #ffffff;
}
.cid-tgDD4qJvD0 .btn.btn-white-outline:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
@media (max-width: 992px) {
  .cid-tgDD4qJvD0 .wrap {
    justify-content: center;
  }
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7BE0gmcaA {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7BE0gmcaA .nav-item,
.cid-t7BE0gmcaA .nav-link,
.cid-t7BE0gmcaA .navbar-caption {
  font-weight: normal;
}
.cid-t7BE0gmcaA .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7BE0gmcaA .nav-link:before,
.cid-t7BE0gmcaA .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-t7BE0gmcaA .nav-item:hover .nav-link:before,
.cid-t7BE0gmcaA .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7BE0gmcaA .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7BE0gmcaA .dropdown-toggle::after,
.cid-t7BE0gmcaA .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-t7BE0gmcaA .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7BE0gmcaA .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7BE0gmcaA .nav-item:focus,
.cid-t7BE0gmcaA .nav-link:focus {
  outline: none;
}
.cid-t7BE0gmcaA .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7BE0gmcaA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7BE0gmcaA .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7BE0gmcaA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7BE0gmcaA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7BE0gmcaA .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7BE0gmcaA .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7BE0gmcaA .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7BE0gmcaA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7BE0gmcaA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7BE0gmcaA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7BE0gmcaA .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7BE0gmcaA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7BE0gmcaA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7BE0gmcaA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7BE0gmcaA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7BE0gmcaA .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7BE0gmcaA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7BE0gmcaA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7BE0gmcaA .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7BE0gmcaA .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7BE0gmcaA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7BE0gmcaA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7BE0gmcaA .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7BE0gmcaA .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7BE0gmcaA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7BE0gmcaA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7BE0gmcaA .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7BE0gmcaA .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7BE0gmcaA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7BE0gmcaA .dropdown-item.active,
.cid-t7BE0gmcaA .dropdown-item:active {
  background-color: transparent;
}
.cid-t7BE0gmcaA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7BE0gmcaA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7BE0gmcaA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7BE0gmcaA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7BE0gmcaA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7BE0gmcaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7BE0gmcaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7BE0gmcaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BE0gmcaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7BE0gmcaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7BE0gmcaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BE0gmcaA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7BE0gmcaA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7BE0gmcaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7BE0gmcaA .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7BE0gmcaA a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7BE0gmcaA .mbr-iconfont {
  color: #ffffff;
}
.cid-t7BE0gmcaA .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7BE0gmcaA .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BE0gmcaA .navbar {
    height: 77px;
  }
  .cid-t7BE0gmcaA .navbar.opened {
    height: auto;
  }
  .cid-t7BE0gmcaA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7BE0gmcaA .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7BE03dSxA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7BE03dSxA .row {
  flex-direction: row-reverse;
}
.cid-t7BE03dSxA .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7BE03dSxA .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7BE03dSxA .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7BE03dSxA .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7BE03dSxA .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7BE03dSxA .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7BE03dSxA .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7BE03dSxA .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7BE03dSxA .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7BE03dSxA .content {
    text-align: center;
  }
}
.cid-t7BE03dSxA .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7BE03dSxA .mbr-section-title span {
  position: relative;
}
.cid-t7BE03dSxA .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7BE03dSxA .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7BE03dSxA .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7BE03dSxA .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7BE03dSxA .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7BE03dSxA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7BE03dSxA .mbr-section-subtitle span {
  position: relative;
}
.cid-t7BE03dSxA .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7BE03dSxA .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7BE03dSxA .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7BE03dSxA .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7BE03dSxA .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7BE03dSxA .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7BE03dSxA .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7BE03dSxA .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-vfWkRPlnuh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1c1c1c;
}
.cid-vfWkRPlnuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWkRPlnuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWkRPlnuh .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWkRPlnuh .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWkRPlnuh .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWkRPlnuh .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWkRPlnuh .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWkRPlnuh .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWkRPlnuh .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWkRPlnuh .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWkRPlnuh .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-vfWkRPlnuh .mbr-section-title {
  color: #000000;
}
.cid-vfWkRPlnuh .mbr-text,
.cid-vfWkRPlnuh .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWkRPlnuh .list {
  color: #000000;
}
.cid-vfWkRPlnuh .mbr-section-title,
.cid-vfWkRPlnuh .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWkRPlnuh .mbr-text {
  color: #ffffff;
}
.cid-t7BE04tc6H {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7BE04tc6H .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7BE04tc6H .galleryItem {
  border-radius: 10px;
}
.cid-t7BE04tc6H .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7BE04tc6H .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7BE04tc6H .mbr-gallery-filter li {
  display: block;
}
.cid-t7BE04tc6H .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7BE04tc6H .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7BE04tc6H .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7BE04tc6H .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7BE04tc6H .mbr-shop .row {
  margin: 0;
}
.cid-t7BE04tc6H .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7BE04tc6H .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7BE04tc6H .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7BE04tc6H .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7BE04tc6H .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7BE04tc6H .mbr-shop .hide-modal {
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7BE04tc6H .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7BE04tc6H .mbr-shop .filter-by-pu,
.cid-t7BE04tc6H .mbr-shop .filter-by-pd,
.cid-t7BE04tc6H .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7BE04tc6H .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7BE04tc6H .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7BE04tc6H .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7BE04tc6H .mbr-shop .galleryItem h4,
.cid-t7BE04tc6H .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7BE04tc6H .mbr-shop .galleryItem h5,
.cid-t7BE04tc6H .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7BE04tc6H .mbr-shop .galleryItem p,
.cid-t7BE04tc6H .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7BE04tc6H .mbr-shop .item-button {
  text-align: center;
}
.cid-t7BE04tc6H .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7BE04tc6H .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7BE04tc6H .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7BE04tc6H .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7BE04tc6H .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7BE04tc6H .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7BE04tc6H .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7BE04tc6H .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7BE04tc6H .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7BE04tc6H .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7BE04tc6H .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7BE04tc6H .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7BE04tc6H .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BE04tc6H .mbr-shop .range-controls {
  position: relative;
}
.cid-t7BE04tc6H .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7BE04tc6H .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7BE04tc6H .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7BE04tc6H .mbr-shop .toggle:hover,
.cid-t7BE04tc6H .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7BE04tc6H .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7BE04tc6H .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7BE04tc6H .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7BE04tc6H .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7BE04tc6H .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7BE04tc6H .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7BE04tc6H .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7BE04tc6H .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7BE04tc6H .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7BE04tc6H .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7BE04tc6H .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7BE04tc6H .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7BE04tc6H .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BE04tc6H .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7BE04tc6H .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7BE04tc6H .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7BE04tc6H .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7BE04tc6H .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7BE04tc6H .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7BE04tc6H .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7BE04tc6H .mbr-shop .price-range {
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7BE04tc6H .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7BE04tc6H .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7BE04tc6H .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7BE04tc6H .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7BE04tc6H .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7BE04tc6H .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7BE04tc6H .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7BE04tc6H .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7BE04tc6H .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7BE04tc6H .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7BE04tc6H .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7BE04tc6H .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7BE04tc6H .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7BE04tc6H .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7BE04tc6H .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7BE04tc6H .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7BE04tc6H .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7BE04tc6H .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7BE04tc6H .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7BE04tc6H .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7BE04tc6H .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7BE04tc6H .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7BE04tc6H .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7BE04tc6H .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7BE04tc6H .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7BE04tc6H .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7BE04tc6H .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7BE04tc6H .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7BE04tc6H .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7BE04tc6H .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7BE04tc6H .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7BE04tc6H .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7BE04tc6H .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7BE04tc6H .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BE04tc6H .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7BE04tc6H .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7BE04tc6H .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7BE04tc6H .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7BE04tc6H .range-slider {
  order: 1;
}
.cid-t7BE04tc6H .sidebar-categories {
  order: 2;
}
.cid-t7BE04tc6H .bestseller-block {
  order: 3;
}
.cid-t7BE04tc6H .categories {
  padding: 0;
}
.cid-t7BE04tc6H .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7BE04tc6H .shop-item-price,
.cid-t7BE04tc6H .price-block {
  color: #5d6a79;
}
.cid-t7BE04tc6H LI {
  text-align: left;
}
.cid-t7BE04tc6H .item-title {
  text-align: left;
}
.cid-t7BE04tc6H .card-description {
  color: #000000;
}
.cid-vfWkSbJe4r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWkSbJe4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWkSbJe4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWkSbJe4r .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWkSbJe4r .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWkSbJe4r .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWkSbJe4r .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWkSbJe4r .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWkSbJe4r .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWkSbJe4r .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWkSbJe4r .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWkSbJe4r .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWkSbJe4r .mbr-section-title {
  color: #000000;
}
.cid-vfWkSbJe4r .mbr-text,
.cid-vfWkSbJe4r .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWkSbJe4r .list {
  color: #000000;
}
.cid-vfWkSbJe4r .mbr-section-title,
.cid-vfWkSbJe4r .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWkSbJe4r .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWkSbJe4r .list,
.cid-vfWkSbJe4r .item-wrap,
.cid-vfWkSbJe4r .list-wrapper {
  color: #ffffff;
}
.cid-t7BE0ctNLF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7BE0ctNLF .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7BE0ctNLF .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7BE0ctNLF .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7BE0ctNLF .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7BE0ctNLF .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7BE0dNYDV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7BE0dNYDV .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7BE0dNYDV .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7BE0dNYDV .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7BE0dNYDV .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7BE0dNYDV .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7BE0dNYDV .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7BE0dNYDV .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7BE0dNYDV .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7BE0dNYDV .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7BE0dNYDV .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7BE0dNYDV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7BE0eVAuD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7BE0eVAuD .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7BE0eVAuD .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7BE0eVAuD .card:last-child {
  border-bottom: none !important;
}
.cid-t7BE0eVAuD .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7BE0eVAuD .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7BE0eVAuD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7BE0eVAuD .card,
.cid-t7BE0eVAuD .card-header {
  background-color: transparent !important;
}
.cid-t7BE0eVAuD .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7BE0eVAuD .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7BE0eVAuD .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7BE0eVAuD .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7BE0eVAuD .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7BE0eVAuD .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7BE0eVAuD .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7BE0eVAuD .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7BE0eVAuD .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7BE0eVAuD .mbr-text,
.cid-t7BE0eVAuD .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-szQk9SAd7S {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-szQk9SAd7S .nav-item,
.cid-szQk9SAd7S .nav-link,
.cid-szQk9SAd7S .navbar-caption {
  font-weight: normal;
}
.cid-szQk9SAd7S .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-szQk9SAd7S .nav-link:before,
.cid-szQk9SAd7S .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-szQk9SAd7S .nav-item:hover .nav-link:before,
.cid-szQk9SAd7S .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-szQk9SAd7S .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-szQk9SAd7S .dropdown-toggle::after,
.cid-szQk9SAd7S .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-szQk9SAd7S .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-szQk9SAd7S .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-szQk9SAd7S .nav-item:focus,
.cid-szQk9SAd7S .nav-link:focus {
  outline: none;
}
.cid-szQk9SAd7S .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-szQk9SAd7S .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-szQk9SAd7S .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-szQk9SAd7S .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-szQk9SAd7S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szQk9SAd7S .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-szQk9SAd7S .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-szQk9SAd7S .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-szQk9SAd7S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szQk9SAd7S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szQk9SAd7S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-szQk9SAd7S .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-szQk9SAd7S .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-szQk9SAd7S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-szQk9SAd7S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-szQk9SAd7S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szQk9SAd7S .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-szQk9SAd7S .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-szQk9SAd7S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szQk9SAd7S .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-szQk9SAd7S .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-szQk9SAd7S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szQk9SAd7S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-szQk9SAd7S .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-szQk9SAd7S .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-szQk9SAd7S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-szQk9SAd7S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-szQk9SAd7S .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-szQk9SAd7S .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-szQk9SAd7S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szQk9SAd7S .dropdown-item.active,
.cid-szQk9SAd7S .dropdown-item:active {
  background-color: transparent;
}
.cid-szQk9SAd7S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-szQk9SAd7S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-szQk9SAd7S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szQk9SAd7S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szQk9SAd7S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-szQk9SAd7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-szQk9SAd7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szQk9SAd7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szQk9SAd7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szQk9SAd7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szQk9SAd7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szQk9SAd7S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szQk9SAd7S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szQk9SAd7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szQk9SAd7S .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-szQk9SAd7S a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-szQk9SAd7S .mbr-iconfont {
  color: #ffffff;
}
.cid-szQk9SAd7S .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-szQk9SAd7S .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-szQk9SAd7S .navbar {
    height: 77px;
  }
  .cid-szQk9SAd7S .navbar.opened {
    height: auto;
  }
  .cid-szQk9SAd7S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szQk9SAd7S .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-szQk9QxZhm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/zemic-background-2000x610.webp");
}
.cid-szQk9QxZhm .mbr-text,
.cid-szQk9QxZhm .mbr-section-btn {
  color: #ebeaed;
}
.cid-szQk9QxZhm .mbr-section-title {
  color: #8fd400;
}
.cid-vgRoofbqJi {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgRoofbqJi .item-subtitle {
  line-height: 1.2;
  color: #1c1c1c;
  text-align: left;
}
.cid-vgRoofbqJi img,
.cid-vgRoofbqJi .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-vgRoofbqJi .item:focus,
.cid-vgRoofbqJi span:focus {
  outline: none;
}
.cid-vgRoofbqJi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vgRoofbqJi .item {
    margin-bottom: 1rem;
  }
}
.cid-vgRoofbqJi .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vgRoofbqJi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgRoofbqJi .mbr-section-title {
  color: #1c1c1c;
  text-align: center;
}
.cid-vgRoofbqJi .mbr-text,
.cid-vgRoofbqJi .mbr-section-btn {
  color: #606060;
  text-align: left;
}
.cid-vgRoofbqJi .item-title {
  color: #8fd400;
  text-align: left;
}
.cid-vgRoofbqJi .mbr-section-subtitle {
  color: #8fd400;
  text-align: center;
}
.cid-sEmBeq0h28 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sEmBeq0h28 .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #82bc0a;
}
.cid-sEmBeq0h28 .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #ffffff;
}
.cid-sEmBeq0h28 h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEmBeq0h28 .panel-text {
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #ffffff;
}
.cid-sEmBeq0h28 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sEmBeq0h28 .mbr-section-subtitle {
  letter-spacing: 0.03em;
}
.cid-sEmBeq0h28 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sEmBeq0h28 .panel-group {
  width: 100%;
}
.cid-sEmBeq0h28 .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-sEmBeq0h28 .card {
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sEmBeq0h28 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sEmBeq0h28 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #000000;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sEmBeq0h28 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sEmBeq0h28 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sEmBeq0h28 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sEmBeq0h28 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sEmBeq0h28 .card .panel-body {
  background: #000000;
}
.cid-sEmBeq0h28 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sEmBeq0h28 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sEmBeq0h28 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sEmBeq0h28 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sEmBeq0h28 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sEmBeq0h28 .header-text,
.cid-sEmBeq0h28 .sign {
  color: #82bc0a;
}
.cid-szQk9UkfMN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-szQk9UkfMN .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-szQk9UkfMN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-szQk9UkfMN .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #8fd400;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-sDGHmZsWxy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ebeaed;
}
.cid-sDGHmZsWxy .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sDGHmZsWxy .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sDGHmZsWxy .mbr-iconfont {
  font-size: 2rem;
  color: #1d2c35;
  padding-right: 1.5rem;
}
.cid-sDGHmZsWxy .card-title {
  text-align: center;
}
.cid-sDGHmZsWxy .card-text {
  text-align: center;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-t7ZvKHxIWz {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-t7ZvKHxIWz .nav-item,
.cid-t7ZvKHxIWz .nav-link,
.cid-t7ZvKHxIWz .navbar-caption {
  font-weight: normal;
}
.cid-t7ZvKHxIWz .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-t7ZvKHxIWz .nav-link:before,
.cid-t7ZvKHxIWz .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-t7ZvKHxIWz .nav-item:hover .nav-link:before,
.cid-t7ZvKHxIWz .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-t7ZvKHxIWz .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-t7ZvKHxIWz .dropdown-toggle::after,
.cid-t7ZvKHxIWz .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-t7ZvKHxIWz .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-t7ZvKHxIWz .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-t7ZvKHxIWz .nav-item:focus,
.cid-t7ZvKHxIWz .nav-link:focus {
  outline: none;
}
.cid-t7ZvKHxIWz .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-t7ZvKHxIWz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-t7ZvKHxIWz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-t7ZvKHxIWz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-t7ZvKHxIWz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7ZvKHxIWz .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-t7ZvKHxIWz .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-t7ZvKHxIWz .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-t7ZvKHxIWz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7ZvKHxIWz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7ZvKHxIWz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-t7ZvKHxIWz .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-t7ZvKHxIWz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-t7ZvKHxIWz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-t7ZvKHxIWz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-t7ZvKHxIWz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7ZvKHxIWz .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-t7ZvKHxIWz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t7ZvKHxIWz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7ZvKHxIWz .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-t7ZvKHxIWz .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-t7ZvKHxIWz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7ZvKHxIWz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t7ZvKHxIWz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-t7ZvKHxIWz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-t7ZvKHxIWz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-t7ZvKHxIWz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t7ZvKHxIWz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-t7ZvKHxIWz .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-t7ZvKHxIWz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7ZvKHxIWz .dropdown-item.active,
.cid-t7ZvKHxIWz .dropdown-item:active {
  background-color: transparent;
}
.cid-t7ZvKHxIWz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t7ZvKHxIWz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-t7ZvKHxIWz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7ZvKHxIWz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7ZvKHxIWz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-t7ZvKHxIWz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t7ZvKHxIWz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7ZvKHxIWz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7ZvKHxIWz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7ZvKHxIWz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7ZvKHxIWz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7ZvKHxIWz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7ZvKHxIWz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7ZvKHxIWz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7ZvKHxIWz .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-t7ZvKHxIWz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-t7ZvKHxIWz .mbr-iconfont {
  color: #ffffff;
}
.cid-t7ZvKHxIWz .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-t7ZvKHxIWz .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7ZvKHxIWz .navbar {
    height: 77px;
  }
  .cid-t7ZvKHxIWz .navbar.opened {
    height: auto;
  }
  .cid-t7ZvKHxIWz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7ZvKHxIWz .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-t7ZvKtWJJq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t7ZvKtWJJq .row {
  flex-direction: row-reverse;
}
.cid-t7ZvKtWJJq .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t7ZvKtWJJq .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t7ZvKtWJJq .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t7ZvKtWJJq .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t7ZvKtWJJq .image-wrapper {
    margin-left: 0;
  }
}
.cid-t7ZvKtWJJq .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t7ZvKtWJJq .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t7ZvKtWJJq .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t7ZvKtWJJq .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t7ZvKtWJJq .content {
    text-align: center;
  }
}
.cid-t7ZvKtWJJq .mbr-section-title {
  color: #8fd400;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t7ZvKtWJJq .mbr-section-title span {
  position: relative;
}
.cid-t7ZvKtWJJq .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t7ZvKtWJJq .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t7ZvKtWJJq .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t7ZvKtWJJq .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t7ZvKtWJJq .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t7ZvKtWJJq .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t7ZvKtWJJq .mbr-section-subtitle span {
  position: relative;
}
.cid-t7ZvKtWJJq .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t7ZvKtWJJq .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t7ZvKtWJJq .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t7ZvKtWJJq .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t7ZvKtWJJq .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t7ZvKtWJJq .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t7ZvKtWJJq .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t7ZvKtWJJq .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t7ZvKvgjDs {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t7ZvKvgjDs .mbr-shop {
  display: table;
  width: 100%;
}
.cid-t7ZvKvgjDs .galleryItem {
  border-radius: 10px;
}
.cid-t7ZvKvgjDs .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-t7ZvKvgjDs .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-t7ZvKvgjDs .mbr-gallery-filter li {
  display: block;
}
.cid-t7ZvKvgjDs .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-t7ZvKvgjDs .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-t7ZvKvgjDs .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-t7ZvKvgjDs .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-t7ZvKvgjDs .mbr-shop .row {
  margin: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-t7ZvKvgjDs .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-t7ZvKvgjDs .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-t7ZvKvgjDs .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-t7ZvKvgjDs .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-t7ZvKvgjDs .mbr-shop .hide-modal {
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-t7ZvKvgjDs .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-t7ZvKvgjDs .mbr-shop .filter-by-pu,
.cid-t7ZvKvgjDs .mbr-shop .filter-by-pd,
.cid-t7ZvKvgjDs .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-t7ZvKvgjDs .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-t7ZvKvgjDs .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-t7ZvKvgjDs .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-t7ZvKvgjDs .mbr-shop .galleryItem h4,
.cid-t7ZvKvgjDs .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-t7ZvKvgjDs .mbr-shop .galleryItem h5,
.cid-t7ZvKvgjDs .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .galleryItem p,
.cid-t7ZvKvgjDs .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-t7ZvKvgjDs .mbr-shop .item-button {
  text-align: center;
}
.cid-t7ZvKvgjDs .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-t7ZvKvgjDs .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-t7ZvKvgjDs .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-t7ZvKvgjDs .mbr-shop .sidebar-block {
  position: relative;
}
.cid-t7ZvKvgjDs .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-t7ZvKvgjDs .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-item__hided h4,
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-item__hided h5,
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-t7ZvKvgjDs .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-t7ZvKvgjDs .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-t7ZvKvgjDs .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-t7ZvKvgjDs .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-t7ZvKvgjDs .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7ZvKvgjDs .mbr-shop .range-controls {
  position: relative;
}
.cid-t7ZvKvgjDs .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-t7ZvKvgjDs .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-t7ZvKvgjDs .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-t7ZvKvgjDs .mbr-shop .toggle:hover,
.cid-t7ZvKvgjDs .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-t7ZvKvgjDs .mbr-shop .min-toggle {
  left: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .max-toggle {
  right: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .hided-by-price {
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-t7ZvKvgjDs .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-t7ZvKvgjDs .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-t7ZvKvgjDs .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-t7ZvKvgjDs .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-t7ZvKvgjDs .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-t7ZvKvgjDs .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-t7ZvKvgjDs .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-t7ZvKvgjDs .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-t7ZvKvgjDs .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-t7ZvKvgjDs .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-t7ZvKvgjDs .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-t7ZvKvgjDs .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-t7ZvKvgjDs .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-t7ZvKvgjDs .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-t7ZvKvgjDs .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-t7ZvKvgjDs .mbr-shop .price-range {
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .price-range-reset {
  display: none;
}
.cid-t7ZvKvgjDs .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-t7ZvKvgjDs .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-t7ZvKvgjDs .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-t7ZvKvgjDs .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-t7ZvKvgjDs .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-t7ZvKvgjDs .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-t7ZvKvgjDs .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-t7ZvKvgjDs .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-t7ZvKvgjDs .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-t7ZvKvgjDs .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-t7ZvKvgjDs .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-t7ZvKvgjDs .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-t7ZvKvgjDs .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-t7ZvKvgjDs .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-t7ZvKvgjDs .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-t7ZvKvgjDs .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-t7ZvKvgjDs .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-t7ZvKvgjDs .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-t7ZvKvgjDs .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-t7ZvKvgjDs .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-t7ZvKvgjDs .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-t7ZvKvgjDs .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-t7ZvKvgjDs .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t7ZvKvgjDs .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-t7ZvKvgjDs .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7ZvKvgjDs .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-t7ZvKvgjDs .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-t7ZvKvgjDs .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-t7ZvKvgjDs .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-t7ZvKvgjDs .range-slider {
  order: 1;
}
.cid-t7ZvKvgjDs .sidebar-categories {
  order: 2;
}
.cid-t7ZvKvgjDs .bestseller-block {
  order: 3;
}
.cid-t7ZvKvgjDs .categories {
  padding: 0;
}
.cid-t7ZvKvgjDs .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-t7ZvKvgjDs .shop-item-price,
.cid-t7ZvKvgjDs .price-block {
  color: #5d6a79;
}
.cid-t7ZvKvgjDs LI {
  text-align: left;
}
.cid-t7ZvKvgjDs .item-title {
  text-align: left;
}
.cid-t7ZvKvgjDs .card-description {
  color: #000000;
}
.cid-vfWq3H69GP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfWq3H69GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfWq3H69GP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vfWq3H69GP .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vfWq3H69GP .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vfWq3H69GP .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-vfWq3H69GP .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfWq3H69GP .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vfWq3H69GP .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-vfWq3H69GP .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-vfWq3H69GP .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfWq3H69GP .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #8fd400;
}
.cid-vfWq3H69GP .mbr-section-title {
  color: #000000;
}
.cid-vfWq3H69GP .mbr-text,
.cid-vfWq3H69GP .text-wrapper {
  color: #4f4f4f;
}
.cid-vfWq3H69GP .list {
  color: #000000;
}
.cid-vfWq3H69GP .mbr-section-title,
.cid-vfWq3H69GP .mbr-section-btn {
  color: #8fd400;
}
.cid-vfWq3H69GP .mbr-text {
  color: #ffffff;
  text-align: justify;
}
.cid-vfWq3H69GP .list,
.cid-vfWq3H69GP .item-wrap,
.cid-vfWq3H69GP .list-wrapper {
  color: #ffffff;
}
.cid-t7ZvKDDi19 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t7ZvKDDi19 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t7ZvKDDi19 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t7ZvKDDi19 .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-t7ZvKDDi19 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t7ZvKDDi19 .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-t7ZvKEVVAq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t7ZvKEVVAq .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-t7ZvKEVVAq .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-t7ZvKEVVAq .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-t7ZvKEVVAq .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-t7ZvKEVVAq .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-t7ZvKEVVAq .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-t7ZvKEVVAq .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-t7ZvKEVVAq .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-t7ZvKEVVAq .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-t7ZvKEVVAq .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-t7ZvKEVVAq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-t7ZvKG3TVB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-t7ZvKG3TVB .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-t7ZvKG3TVB .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-t7ZvKG3TVB .card:last-child {
  border-bottom: none !important;
}
.cid-t7ZvKG3TVB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-t7ZvKG3TVB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t7ZvKG3TVB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7ZvKG3TVB .card,
.cid-t7ZvKG3TVB .card-header {
  background-color: transparent !important;
}
.cid-t7ZvKG3TVB .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-t7ZvKG3TVB .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-t7ZvKG3TVB .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-t7ZvKG3TVB .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t7ZvKG3TVB .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-t7ZvKG3TVB .mbr-section-btn {
  margin-top: 15px;
}
.cid-t7ZvKG3TVB .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-t7ZvKG3TVB .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-t7ZvKG3TVB .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-t7ZvKG3TVB .mbr-text,
.cid-t7ZvKG3TVB .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-sJIzgMmVU2 {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sJIzgMmVU2 .nav-item,
.cid-sJIzgMmVU2 .nav-link,
.cid-sJIzgMmVU2 .navbar-caption {
  font-weight: normal;
}
.cid-sJIzgMmVU2 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sJIzgMmVU2 .nav-link:before,
.cid-sJIzgMmVU2 .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-sJIzgMmVU2 .nav-item:hover .nav-link:before,
.cid-sJIzgMmVU2 .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sJIzgMmVU2 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sJIzgMmVU2 .dropdown-toggle::after,
.cid-sJIzgMmVU2 .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-sJIzgMmVU2 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sJIzgMmVU2 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sJIzgMmVU2 .nav-item:focus,
.cid-sJIzgMmVU2 .nav-link:focus {
  outline: none;
}
.cid-sJIzgMmVU2 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sJIzgMmVU2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sJIzgMmVU2 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sJIzgMmVU2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sJIzgMmVU2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJIzgMmVU2 .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sJIzgMmVU2 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sJIzgMmVU2 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sJIzgMmVU2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJIzgMmVU2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJIzgMmVU2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sJIzgMmVU2 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sJIzgMmVU2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sJIzgMmVU2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sJIzgMmVU2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sJIzgMmVU2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJIzgMmVU2 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sJIzgMmVU2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sJIzgMmVU2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJIzgMmVU2 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sJIzgMmVU2 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sJIzgMmVU2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJIzgMmVU2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sJIzgMmVU2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sJIzgMmVU2 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sJIzgMmVU2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sJIzgMmVU2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sJIzgMmVU2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sJIzgMmVU2 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sJIzgMmVU2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJIzgMmVU2 .dropdown-item.active,
.cid-sJIzgMmVU2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sJIzgMmVU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sJIzgMmVU2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sJIzgMmVU2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJIzgMmVU2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJIzgMmVU2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sJIzgMmVU2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sJIzgMmVU2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sJIzgMmVU2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sJIzgMmVU2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sJIzgMmVU2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sJIzgMmVU2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJIzgMmVU2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sJIzgMmVU2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sJIzgMmVU2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sJIzgMmVU2 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sJIzgMmVU2 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sJIzgMmVU2 .mbr-iconfont {
  color: #ffffff;
}
.cid-sJIzgMmVU2 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sJIzgMmVU2 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sJIzgMmVU2 .navbar {
    height: 77px;
  }
  .cid-sJIzgMmVU2 .navbar.opened {
    height: auto;
  }
  .cid-sJIzgMmVU2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJIzgMmVU2 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sJIBcIAal9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-sJIBcIAal9 .main-container .main-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .cid-sJIBcIAal9 .main-container {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .cid-sJIBcIAal9 .main-container .main-title {
    margin-top: 1rem;
  }
}
.cid-sJIBcIAal9 .mbr-section-title {
  color: #ffffff;
}
.cid-sJIBcIAal9 .mbr-text,
.cid-sJIBcIAal9 .mbr-section-btn {
  color: #ffffff;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-tgzFFcDVxw {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-tgzFFcDVxw .nav-item,
.cid-tgzFFcDVxw .nav-link,
.cid-tgzFFcDVxw .navbar-caption {
  font-weight: normal;
}
.cid-tgzFFcDVxw .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-tgzFFcDVxw .nav-link:before,
.cid-tgzFFcDVxw .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-tgzFFcDVxw .nav-item:hover .nav-link:before,
.cid-tgzFFcDVxw .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-tgzFFcDVxw .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tgzFFcDVxw .dropdown-toggle::after,
.cid-tgzFFcDVxw .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-tgzFFcDVxw .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tgzFFcDVxw .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tgzFFcDVxw .nav-item:focus,
.cid-tgzFFcDVxw .nav-link:focus {
  outline: none;
}
.cid-tgzFFcDVxw .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tgzFFcDVxw .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-tgzFFcDVxw .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tgzFFcDVxw .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tgzFFcDVxw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgzFFcDVxw .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-tgzFFcDVxw .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-tgzFFcDVxw .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tgzFFcDVxw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgzFFcDVxw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgzFFcDVxw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-tgzFFcDVxw .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-tgzFFcDVxw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-tgzFFcDVxw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-tgzFFcDVxw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-tgzFFcDVxw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgzFFcDVxw .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-tgzFFcDVxw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tgzFFcDVxw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgzFFcDVxw .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-tgzFFcDVxw .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-tgzFFcDVxw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgzFFcDVxw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tgzFFcDVxw .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tgzFFcDVxw .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-tgzFFcDVxw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-tgzFFcDVxw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgzFFcDVxw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tgzFFcDVxw .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tgzFFcDVxw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgzFFcDVxw .dropdown-item.active,
.cid-tgzFFcDVxw .dropdown-item:active {
  background-color: transparent;
}
.cid-tgzFFcDVxw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tgzFFcDVxw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-tgzFFcDVxw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgzFFcDVxw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgzFFcDVxw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tgzFFcDVxw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgzFFcDVxw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgzFFcDVxw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgzFFcDVxw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgzFFcDVxw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgzFFcDVxw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgzFFcDVxw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgzFFcDVxw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgzFFcDVxw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgzFFcDVxw .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-tgzFFcDVxw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-tgzFFcDVxw .mbr-iconfont {
  color: #ffffff;
}
.cid-tgzFFcDVxw .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-tgzFFcDVxw .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgzFFcDVxw .navbar {
    height: 77px;
  }
  .cid-tgzFFcDVxw .navbar.opened {
    height: auto;
  }
  .cid-tgzFFcDVxw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgzFFcDVxw .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uWzjAjgGTT {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-uWzjAjgGTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWzjAjgGTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWzjAjgGTT H1 {
  color: #ffffff;
}
.cid-tgzFFhOaAB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ffffff;
}
.cid-tgzFFhOaAB .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-tgzFFhOaAB .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-tgzFFhOaAB .card:last-child {
  border-bottom: none !important;
}
.cid-tgzFFhOaAB .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-tgzFFhOaAB .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tgzFFhOaAB .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tgzFFhOaAB .card,
.cid-tgzFFhOaAB .card-header {
  background-color: transparent !important;
}
.cid-tgzFFhOaAB .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-tgzFFhOaAB .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-tgzFFhOaAB .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-tgzFFhOaAB .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-tgzFFhOaAB .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tgzFFhOaAB .mbr-section-btn {
  margin-top: 15px;
}
.cid-tgzFFhOaAB .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-tgzFFhOaAB .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-tgzFFhOaAB .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-tgzFFhOaAB .mbr-text,
.cid-tgzFFhOaAB .mbr-section-btn {
  color: #606060;
}
.cid-tgDz7SIX7F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tgDz7SIX7F .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-tgDz7SIX7F .select {
  z-index: 999;
}
.cid-tgDz7SIX7F form {
  padding: 2rem 2rem;
  background: #f2f2f4;
  border-radius: 30px;
}
.cid-tgDz7SIX7F .jq-selectbox__dropdown,
.cid-tgDz7SIX7F ul {
  border-radius: 20px !important;
}
.cid-tgDz7SIX7F .jq-selectbox {
  border-radius: 30px;
}
.cid-tgDz7SIX7F .jq-selectbox__select {
  padding: 1.2rem 1.5rem;
}
.cid-tgDz7SIX7F .jq-selectbox li {
  padding: 1.2rem 1.5rem;
}
.cid-tgDz7SIX7F input,
.cid-tgDz7SIX7F textarea,
.cid-tgDz7SIX7F .select {
  border-radius: 30px;
}
.cid-tgDz7SIX7F input,
.cid-tgDz7SIX7F textarea {
  padding: 2rem 3rem;
}
.cid-tgDz7SIX7F textarea {
  min-height: 10rem;
}
.cid-tgDz7SIX7F .form-control,
.cid-tgDz7SIX7F .field-input {
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tgDz7SIX7F .form-control::-webkit-input-placeholder,
.cid-tgDz7SIX7F .field-input::-webkit-input-placeholder,
.cid-tgDz7SIX7F .form-control::-webkit-input-placeholder,
.cid-tgDz7SIX7F .field-input::-webkit-input-placeholder {
  color: #383838;
}
.cid-tgDz7SIX7F .form-control:-moz-placeholder,
.cid-tgDz7SIX7F .field-input:-moz-placeholder,
.cid-tgDz7SIX7F .form-control:-moz-placeholder,
.cid-tgDz7SIX7F .field-input:-moz-placeholder {
  color: #383838;
}
.cid-tgDz7SIX7F .form-control:hover,
.cid-tgDz7SIX7F .field-input:hover,
.cid-tgDz7SIX7F .form-control:focus,
.cid-tgDz7SIX7F .field-input:focus {
  background-color: #ffffff;
  border-color: #8fd400;
  color: #181818;
  box-shadow: none;
  outline: none;
}
.cid-tgDz7SIX7F .form-control:hover::-webkit-input-placeholder,
.cid-tgDz7SIX7F .field-input:hover::-webkit-input-placeholder,
.cid-tgDz7SIX7F .form-control:focus::-webkit-input-placeholder,
.cid-tgDz7SIX7F .field-input:focus::-webkit-input-placeholder,
.cid-tgDz7SIX7F .form-control:hover::-webkit-input-placeholder,
.cid-tgDz7SIX7F .field-input:hover::-webkit-input-placeholder,
.cid-tgDz7SIX7F .form-control:focus::-webkit-input-placeholder,
.cid-tgDz7SIX7F .field-input:focus::-webkit-input-placeholder {
  color: #383838;
}
.cid-tgDz7SIX7F .form-control:hover:-moz-placeholder,
.cid-tgDz7SIX7F .field-input:hover:-moz-placeholder,
.cid-tgDz7SIX7F .form-control:focus:-moz-placeholder,
.cid-tgDz7SIX7F .field-input:focus:-moz-placeholder,
.cid-tgDz7SIX7F .form-control:hover:-moz-placeholder,
.cid-tgDz7SIX7F .field-input:hover:-moz-placeholder,
.cid-tgDz7SIX7F .form-control:focus:-moz-placeholder,
.cid-tgDz7SIX7F .field-input:focus:-moz-placeholder {
  color: #383838;
}
.cid-tgDz7SIX7F .jq-number__spin:hover,
.cid-tgDz7SIX7F .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #8fd400;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tgDz7SIX7F .jq-number__spin {
  background-color: #ffffff;
  border-color: #f2f2f4;
  color: #181818;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tgDz7SIX7F .jq-selectbox li,
.cid-tgDz7SIX7F .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tgDz7SIX7F .jq-selectbox li:hover,
.cid-tgDz7SIX7F .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tgDz7SIX7F .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tgDz7SIX7F .jq-number__spin.minus:hover:after,
.cid-tgDz7SIX7F .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tgDz7SIX7F .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tgDz7SIX7F .jq-number__spin.minus:after,
.cid-tgDz7SIX7F .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tgDz7SIX7F input::-webkit-clear-button {
  display: none;
}
.cid-tgDz7SIX7F input::-webkit-inner-spin-button {
  display: none;
}
.cid-tgDz7SIX7F input::-webkit-outer-spin-button {
  display: none;
}
.cid-tgDz7SIX7F input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tgDz7SIX7F .icon-wrap {
  display: flex;
  margin-bottom: 4rem;
}
.cid-tgDz7SIX7F .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tgDz7SIX7F .align-wrap {
  display: inline-block;
}
.cid-tgDz7SIX7F .mbr-iconfont {
  font-size: 3.5rem;
  color: #181818 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tgDz7SIX7F .icons-wrap {
  display: flex;
}
.cid-tgDz7SIX7F .icon-title,
.cid-tgDz7SIX7F .mbr-iconfont {
  color: #8fd400;
}
@media (max-width: 767px) {
  .cid-tgDz7SIX7F form {
    padding: 2rem 1rem;
  }
  .cid-tgDz7SIX7F .col-auto {
    margin: auto;
    width: 100%;
  }
  .cid-tgDz7SIX7F .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgDz7SIX7F .icon-wrap {
    margin-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgDz7SIX7F .icon-wrap span {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
  .cid-tgDz7SIX7F .align-wrap {
    text-align: center;
  }
}
.cid-tgzFFiXefP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tgzFFiXefP .mbr-section-title,
.cid-tgzFFiXefP .mbr-text {
  margin-bottom: 0;
}
.cid-tgzFFiXefP .title__block {
  margin-bottom: 45px;
}
.cid-tgzFFiXefP .mbr-text {
  color: #919DAB;
  letter-spacing: 2px;
  text-align: center;
}
.cid-tgzFFiXefP .mbr-section-title {
  margin-top: 15px;
  color: #606060;
}
.cid-tgzFFiXefP .card__block {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tgzFFiXefP .card__block img {
  object-fit: cover;
  max-width: 70%;
  max-height: 70%;
}
.cid-tgzFFjHx0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tgzFFjHx0T .google-map {
  height: 20rem;
  position: relative;
}
.cid-tgzFFjHx0T .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tgzFFjHx0T .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgzFFjHx0T .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgzFFjHx0T .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgzFFkso8v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgzFFkso8v .menu {
  margin-bottom: 50px;
}
.cid-tgzFFkso8v .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-tgzFFkso8v .menu__items {
  margin-bottom: 20px;
}
.cid-tgzFFkso8v .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-tgzFFkso8v .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tgzFFkso8v .social {
  margin-bottom: 50px;
}
.cid-tgzFFkso8v .social__wrap a {
  margin: 0 15px;
}
.cid-tgzFFkso8v .social__wrap a:last-child {
  margin-right: 0;
}
.cid-tgzFFkso8v .social__wrap a:first-child {
  margin-left: 0;
}
.cid-tgzFFkso8v .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-tgzFFkso8v .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tgzFFkso8v .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-tgzFFkso8v .divider {
    margin-top: 0;
  }
}
.cid-tgzFFkso8v .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-tgzFFkso8v .brand {
  margin-bottom: 30px;
}
.cid-tgzFFkso8v .brand__text {
  margin-bottom: 0;
}
.cid-tgzFFkso8v .brand__text a {
  font-weight: 700;
}
.cid-tgzFFkso8v .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-tgzFFkso8v .adress {
  margin-bottom: 50px;
}
.cid-tgzFFkso8v .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-tgzFFkso8v .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-tgzFFkso8v .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-tgzFFkso8v .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-tgzFFkso8v .title__menu {
    margin-bottom: 15px;
  }
  .cid-tgzFFkso8v .menu__items {
    margin-bottom: 10px;
  }
  .cid-tgzFFkso8v .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-tgzFFkso8v .bottom__wrap,
  .cid-tgzFFkso8v .social {
    text-align: center;
  }
  .cid-tgzFFkso8v .bottom__wrap {
    justify-content: center;
  }
}
.cid-sMihA4tqZJ {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-sMihA4tqZJ .nav-item,
.cid-sMihA4tqZJ .nav-link,
.cid-sMihA4tqZJ .navbar-caption {
  font-weight: normal;
}
.cid-sMihA4tqZJ .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMihA4tqZJ .nav-link:before,
.cid-sMihA4tqZJ .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-sMihA4tqZJ .nav-item:hover .nav-link:before,
.cid-sMihA4tqZJ .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-sMihA4tqZJ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMihA4tqZJ .dropdown-toggle::after,
.cid-sMihA4tqZJ .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-sMihA4tqZJ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMihA4tqZJ .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMihA4tqZJ .nav-item:focus,
.cid-sMihA4tqZJ .nav-link:focus {
  outline: none;
}
.cid-sMihA4tqZJ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMihA4tqZJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMihA4tqZJ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMihA4tqZJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMihA4tqZJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMihA4tqZJ .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-sMihA4tqZJ .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-sMihA4tqZJ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMihA4tqZJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMihA4tqZJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMihA4tqZJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMihA4tqZJ .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMihA4tqZJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMihA4tqZJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMihA4tqZJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMihA4tqZJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMihA4tqZJ .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMihA4tqZJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMihA4tqZJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMihA4tqZJ .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMihA4tqZJ .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMihA4tqZJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMihA4tqZJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMihA4tqZJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMihA4tqZJ .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sMihA4tqZJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMihA4tqZJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMihA4tqZJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMihA4tqZJ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMihA4tqZJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMihA4tqZJ .dropdown-item.active,
.cid-sMihA4tqZJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sMihA4tqZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sMihA4tqZJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMihA4tqZJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMihA4tqZJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMihA4tqZJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMihA4tqZJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMihA4tqZJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMihA4tqZJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMihA4tqZJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMihA4tqZJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMihA4tqZJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMihA4tqZJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMihA4tqZJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMihA4tqZJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMihA4tqZJ .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-sMihA4tqZJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMihA4tqZJ .mbr-iconfont {
  color: #ffffff;
}
.cid-sMihA4tqZJ .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMihA4tqZJ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMihA4tqZJ .navbar {
    height: 77px;
  }
  .cid-sMihA4tqZJ .navbar.opened {
    height: auto;
  }
  .cid-sMihA4tqZJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMihA4tqZJ .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMihzSoBgn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/scale-images-1920x1280.webp");
}
.cid-sMihzSoBgn .mbr-text,
.cid-sMihzSoBgn .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-sMihzSoBgn .mbr-section-title {
  text-align: center;
  color: #8fd400;
}
.cid-sMihzT7r9Y {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sMihzT7r9Y .mbr-shop {
  display: table;
  width: 100%;
}
.cid-sMihzT7r9Y .galleryItem {
  border-radius: 10px;
}
.cid-sMihzT7r9Y .galleryItem .img_wraper img {
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}
.cid-sMihzT7r9Y .item_overlay:hover .img_wraper img {
  opacity: .8;
}
.cid-sMihzT7r9Y .mbr-gallery-filter li {
  display: block;
}
.cid-sMihzT7r9Y .mbr-gallery-item .shop-item-price {
  font-size: 14px;
  color: #8fd400;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
}
.cid-sMihzT7r9Y .mbr-gallery-item .oldprice {
  color: #919dab;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}
.cid-sMihzT7r9Y .mbr-gallery-item .price-block {
  text-align: center;
  display: block;
  margin-top: 4px;
}
.cid-sMihzT7r9Y .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  padding: 0 !important;
}
.cid-sMihzT7r9Y .mbr-shop .row {
  margin: 0;
}
.cid-sMihzT7r9Y .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-sMihzT7r9Y .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-sMihzT7r9Y .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-sMihzT7r9Y .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-sMihzT7r9Y .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
  border-radius: 10px;
}
.cid-sMihzT7r9Y .mbr-shop .hide-modal {
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
  border-radius: 10px;
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(-45deg);
}
.cid-sMihzT7r9Y .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-sMihzT7r9Y .mbr-shop .filter-by-pu,
.cid-sMihzT7r9Y .mbr-shop .filter-by-pd,
.cid-sMihzT7r9Y .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-sMihzT7r9Y .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-sMihzT7r9Y .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-sMihzT7r9Y .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-sMihzT7r9Y .mbr-shop .galleryItem h4,
.cid-sMihzT7r9Y .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-sMihzT7r9Y .mbr-shop .galleryItem h5,
.cid-sMihzT7r9Y .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-sMihzT7r9Y .mbr-shop .galleryItem p,
.cid-sMihzT7r9Y .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-sMihzT7r9Y .mbr-shop .item-button {
  text-align: center;
}
.cid-sMihzT7r9Y .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-sMihzT7r9Y .mbr-shop .modalButton.btn-info {
  right: 15%;
}
.cid-sMihzT7r9Y .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-sMihzT7r9Y .mbr-shop .sidebar-block {
  position: relative;
}
.cid-sMihzT7r9Y .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #ebeaed;
  top: -20px;
  right: 3px;
  border-radius: 10px;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: center;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 100%;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-sMihzT7r9Y .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #ea3223;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-item__hided h4,
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-item__hided h5,
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-sMihzT7r9Y .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  word-spacing: 0;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-sMihzT7r9Y .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-sMihzT7r9Y .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-sMihzT7r9Y .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-sMihzT7r9Y .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-sMihzT7r9Y .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-sMihzT7r9Y .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sMihzT7r9Y .mbr-shop .range-controls {
  position: relative;
}
.cid-sMihzT7r9Y .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-sMihzT7r9Y .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #8fd400;
}
.cid-sMihzT7r9Y .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #8fd400;
  cursor: pointer;
}
.cid-sMihzT7r9Y .mbr-shop .toggle:hover,
.cid-sMihzT7r9Y .mbr-shop .toggle:active {
  background-color: #000000;
}
.cid-sMihzT7r9Y .mbr-shop .min-toggle {
  left: 0;
}
.cid-sMihzT7r9Y .mbr-shop .max-toggle {
  right: 0;
}
.cid-sMihzT7r9Y .mbr-shop .hided-by-price {
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-sMihzT7r9Y .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-sMihzT7r9Y .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-sMihzT7r9Y .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-sMihzT7r9Y .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-sMihzT7r9Y .mbr-shop .text-modal .mbr-section-btn .btn {
  font-weight: 500;
  font-size: 18px;
}
.cid-sMihzT7r9Y .mbr-shop .text-modal .price-block .oldprice {
  color: #919dab;
  margin-left: 10px;
  text-decoration: line-through;
}
.cid-sMihzT7r9Y .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-sMihzT7r9Y .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-sMihzT7r9Y .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-sMihzT7r9Y .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sMihzT7r9Y .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  transform: rotate(-45deg);
}
.cid-sMihzT7r9Y .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  transform: rotate(-45deg);
}
.cid-sMihzT7r9Y .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-sMihzT7r9Y .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
  background-color: transparent;
}
.cid-sMihzT7r9Y .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-sMihzT7r9Y .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-sMihzT7r9Y .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-sMihzT7r9Y .mbr-shop .price-range {
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .price-range-reset {
  display: none;
}
.cid-sMihzT7r9Y .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-sMihzT7r9Y .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-sMihzT7r9Y .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-sMihzT7r9Y .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-sMihzT7r9Y .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-sMihzT7r9Y .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-sMihzT7r9Y .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-sMihzT7r9Y .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-sMihzT7r9Y .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-sMihzT7r9Y .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-sMihzT7r9Y .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-sMihzT7r9Y .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-sMihzT7r9Y .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sMihzT7r9Y .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-sMihzT7r9Y .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-sMihzT7r9Y .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-sMihzT7r9Y .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-sMihzT7r9Y .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-sMihzT7r9Y .wrapper-shop-items {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sMihzT7r9Y .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-sMihzT7r9Y .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-sMihzT7r9Y .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-sMihzT7r9Y .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-sMihzT7r9Y .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-sMihzT7r9Y .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-sMihzT7r9Y .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-sMihzT7r9Y .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-sMihzT7r9Y .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-sMihzT7r9Y .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-sMihzT7r9Y .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-sMihzT7r9Y .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-sMihzT7r9Y .range-slider .mbr-section-btn {
  margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMihzT7r9Y .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-sMihzT7r9Y .mbr-gallery-item .sidebar_wraper {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sMihzT7r9Y .sidebar .sidebar_wraper {
  background-color: #ebeaed;
}
.cid-sMihzT7r9Y .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  color: inherit !important;
  font-size: 1rem !important;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-filter ul li .btn {
  border: none;
  margin: 0 !important;
  padding: 0;
  background-color: transparent !important;
  color: inherit !important;
  font-weight: 400;
}
.cid-sMihzT7r9Y .mbr-shop .mbr-gallery-filter ul li li.active .btn {
  font-weight: 700;
}
.cid-sMihzT7r9Y .sidebar {
  display: flex;
  flex-direction: column;
}
.cid-sMihzT7r9Y .range-slider {
  order: 1;
}
.cid-sMihzT7r9Y .sidebar-categories {
  order: 2;
}
.cid-sMihzT7r9Y .bestseller-block {
  order: 3;
}
.cid-sMihzT7r9Y .categories {
  padding: 0;
}
.cid-sMihzT7r9Y .sidebar-title {
  font-weight: bold;
  color: #8fd400;
  text-align: left;
}
.cid-sMihzT7r9Y .shop-item-price,
.cid-sMihzT7r9Y .price-block {
  color: #5d6a79;
}
.cid-sMihzT7r9Y LI {
  text-align: left;
}
.cid-sMihzT7r9Y .item-title {
  text-align: left;
}
.cid-sMihzT7r9Y .card-description {
  color: #000000;
}
.cid-sMihzZQLsX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMihzZQLsX .row {
  border-top: 1px solid #82bc0a;
  padding-top: 2rem;
}
.cid-sMihzZQLsX .mbr-text {
  line-height: 1.5;
  color: #606060;
}
.cid-sMihzZQLsX .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-sMihzZQLsX .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-sMihzZQLsX .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-sMihzZQLsX .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-sMihzZQLsX .container2 input:checked ~ .checkmark {
  background-color: #82bc0a;
}
.cid-sMihzZQLsX .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-sMihzZQLsX .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-sMihzZQLsX .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sMihzZQLsX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sMihA19nxP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sMihA19nxP .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sMihA19nxP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sMihA19nxP .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-sMihA19nxP .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-sMihA19nxP .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-sPKHv5VF11 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #ebeaed;
}
.cid-sPKHv5VF11 .mbr-section-title {
  margin-bottom: 45px;
  color: #606060;
}
.cid-sPKHv5VF11 .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ffffff !important;
  background-color: #000000;
}
.cid-sPKHv5VF11 .card:last-child {
  border-bottom: none !important;
}
.cid-sPKHv5VF11 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #000000;
}
.cid-sPKHv5VF11 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sPKHv5VF11 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPKHv5VF11 .card,
.cid-sPKHv5VF11 .card-header {
  background-color: transparent !important;
}
.cid-sPKHv5VF11 .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #000000;
}
.cid-sPKHv5VF11 .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-sPKHv5VF11 .panel-text {
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 25px;
  text-align: left;
}
.cid-sPKHv5VF11 .title__text {
  color: #000000;
  margin-bottom: 0;
}
.cid-sPKHv5VF11 .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-sPKHv5VF11 .mbr-section-btn {
  margin-top: 15px;
}
.cid-sPKHv5VF11 .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-sPKHv5VF11 .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-sPKHv5VF11 .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-sPKHv5VF11 .mbr-text,
.cid-sPKHv5VF11 .mbr-section-btn {
  color: #606060;
}
.cid-t8OXxYbE3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t8OXxYbE3c .menu {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-t8OXxYbE3c .menu__items {
  margin-bottom: 20px;
}
.cid-t8OXxYbE3c .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-t8OXxYbE3c .social {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .social__wrap a {
  margin: 0 15px;
}
.cid-t8OXxYbE3c .social__wrap a:last-child {
  margin-right: 0;
}
.cid-t8OXxYbE3c .social__wrap a:first-child {
  margin-left: 0;
}
.cid-t8OXxYbE3c .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-t8OXxYbE3c .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-t8OXxYbE3c .divider {
    margin-top: 0;
  }
}
.cid-t8OXxYbE3c .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-t8OXxYbE3c .brand {
  margin-bottom: 30px;
}
.cid-t8OXxYbE3c .brand__text {
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .brand__text a {
  font-weight: 700;
}
.cid-t8OXxYbE3c .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-t8OXxYbE3c .adress {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-t8OXxYbE3c .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-t8OXxYbE3c .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-t8OXxYbE3c .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-t8OXxYbE3c .title__menu {
    margin-bottom: 15px;
  }
  .cid-t8OXxYbE3c .menu__items {
    margin-bottom: 10px;
  }
  .cid-t8OXxYbE3c .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-t8OXxYbE3c .bottom__wrap,
  .cid-t8OXxYbE3c .social {
    text-align: center;
  }
  .cid-t8OXxYbE3c .bottom__wrap {
    justify-content: center;
  }
}
.cid-upcU8bITQ4 {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-upcU8bITQ4 .nav-item,
.cid-upcU8bITQ4 .nav-link,
.cid-upcU8bITQ4 .navbar-caption {
  font-weight: normal;
}
.cid-upcU8bITQ4 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-upcU8bITQ4 .nav-link:before,
.cid-upcU8bITQ4 .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-upcU8bITQ4 .nav-item:hover .nav-link:before,
.cid-upcU8bITQ4 .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-upcU8bITQ4 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-upcU8bITQ4 .dropdown-toggle::after,
.cid-upcU8bITQ4 .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-upcU8bITQ4 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-upcU8bITQ4 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-upcU8bITQ4 .nav-item:focus,
.cid-upcU8bITQ4 .nav-link:focus {
  outline: none;
}
.cid-upcU8bITQ4 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-upcU8bITQ4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-upcU8bITQ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-upcU8bITQ4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-upcU8bITQ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upcU8bITQ4 .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-upcU8bITQ4 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-upcU8bITQ4 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-upcU8bITQ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upcU8bITQ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upcU8bITQ4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-upcU8bITQ4 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-upcU8bITQ4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-upcU8bITQ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-upcU8bITQ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-upcU8bITQ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upcU8bITQ4 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-upcU8bITQ4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-upcU8bITQ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upcU8bITQ4 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-upcU8bITQ4 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-upcU8bITQ4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upcU8bITQ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-upcU8bITQ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-upcU8bITQ4 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-upcU8bITQ4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-upcU8bITQ4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-upcU8bITQ4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-upcU8bITQ4 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-upcU8bITQ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upcU8bITQ4 .dropdown-item.active,
.cid-upcU8bITQ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-upcU8bITQ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-upcU8bITQ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-upcU8bITQ4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upcU8bITQ4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upcU8bITQ4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-upcU8bITQ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upcU8bITQ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-upcU8bITQ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-upcU8bITQ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-upcU8bITQ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-upcU8bITQ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upcU8bITQ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-upcU8bITQ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-upcU8bITQ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-upcU8bITQ4 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-upcU8bITQ4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-upcU8bITQ4 .mbr-iconfont {
  color: #ffffff;
}
.cid-upcU8bITQ4 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-upcU8bITQ4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upcU8bITQ4 .navbar {
    height: 77px;
  }
  .cid-upcU8bITQ4 .navbar.opened {
    height: auto;
  }
  .cid-upcU8bITQ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upcU8bITQ4 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-upcU8cKY7q {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/discovery-weighbridge-in-yard-dark-2000x1224.webp");
}
.cid-upcU8cKY7q .mbr-text,
.cid-upcU8cKY7q .mbr-section-btn {
  color: #ebeaed;
}
.cid-upcU8cKY7q .mbr-section-title {
  color: #8fd400;
}
.cid-upcU8dgziP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-upcU8dgziP .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #8fd400;
}
.cid-upcU8dgziP .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-upcU8dgziP .button-align {
  text-align: center;
}
.cid-upcU8dgziP .margin {
  margin-right: 14px;
}
.cid-upcU8dgziP .mbr-section-btn {
  display: block;
}
.cid-upcU8dgziP .container {
  max-width: 739px;
}
@media (max-width: 440px) {
  .cid-upcU8dgziP .margin {
    margin-right: 0px;
  }
  .cid-upcU8dgziP .b {
    margin-bottom: 20px;
  }
}
.cid-upcU8dgziP .btn {
  margin-top: 20px;
}
.cid-upcU8dgziP a.btn > span {
  margin-left: 0.5rem;
}
.cid-upcU8dyadf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upcU8dyadf img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-upcU8dyadf img {
    width: 100%;
  }
}
.cid-upcU8dyadf .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-upcU8dyadf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-upcU8dyadf .counter-container ul li {
  margin-bottom: 2rem;
  position: relative;
}
.cid-upcU8dyadf .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ebeaed;
  font-weight: bold;
  font-size: 1.4rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-upcU8dyadf .mbr-text,
.cid-upcU8dyadf .mbr-section-btn {
  color: #393636;
}
.cid-upcU8dyadf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upcU8dyadf .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-upcU8dyadf .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-upcU8dyadf .mbr-section-title {
  color: #8fd400;
}
.cid-upcU8e87kv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebeaed;
}
.cid-upcU8e87kv .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-upcU8e87kv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upcU8e87kv .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-upcU8e87kv .card-text {
  text-align: center;
}
.cid-upcU8e87kv .card-title {
  text-align: center;
}
.cid-upcU8eLcX6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ebeaed;
}
.cid-upcU8eLcX6 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-upcU8eLcX6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-upcU8eLcX6 .mbr-iconfont {
  font-size: 2rem;
  color: #8fd400;
  padding-right: 1.5rem;
}
.cid-upcU8eLcX6 .card-text {
  text-align: center;
}
.cid-upcU8eLcX6 .card-title {
  text-align: center;
}
.cid-upcU8fcF0A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-upcU8fcF0A img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-upcU8fcF0A img {
    width: 100%;
  }
}
.cid-upcU8fcF0A .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-upcU8fcF0A .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-upcU8fcF0A .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-upcU8fcF0A .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ebeaed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-upcU8fcF0A .mbr-text,
.cid-upcU8fcF0A .mbr-section-btn {
  color: #393636;
}
.cid-upcU8fcF0A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-upcU8fcF0A .mbr-list {
  color: #393636;
}
@media (max-width: 767px) {
  .cid-upcU8fcF0A .mbr-list {
    justify-content: center;
    display: flex;
  }
}
.cid-upcU8fcF0A .mbr-section-title {
  color: #8fd400;
}
.cid-upcU8foK0Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-upcU8foK0Z .mbr-section-title,
.cid-upcU8foK0Z .mbr-section-subtitle {
  color: #000000;
}
.cid-upcU8foK0Z .mbr-section-text {
  color: #232323;
}
.cid-upcU8foK0Z .mbr-text,
.cid-upcU8foK0Z .typed-text,
.cid-upcU8foK0Z .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-upcU8foK0Z .btn {
  margin-left: 4px !important;
}
.cid-upcU8foK0Z .animated-element {
  color: #ff3366;
}
.cid-upcU8foK0Z .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-upcU8foK0Z .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-upcU8foK0Z .typed-text,
  .cid-upcU8foK0Z .mbr-section-subtitle,
  .cid-upcU8foK0Z .mbr-section-text,
  .cid-upcU8foK0Z .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-upcU8foK0Z .mbr-section-subtitle,
.cid-upcU8foK0Z .typed-text {
  color: #ea3223;
}
.cid-upcU8foK0Z .mbr-section-text,
.cid-upcU8foK0Z .mbr-section-btn {
  color: #606060;
}
.cid-upcU8fOmcF.popup-builder {
  background-color: #ffffff;
}
.cid-upcU8fOmcF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-upcU8fOmcF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-upcU8fOmcF .modal-content,
.cid-upcU8fOmcF .modal-dialog {
  height: auto;
}
.cid-upcU8fOmcF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-upcU8fOmcF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-upcU8fOmcF .form-wrapper .mbr-form .form-group,
  .cid-upcU8fOmcF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-upcU8fOmcF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-upcU8fOmcF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-upcU8fOmcF .mbr-text {
  text-align: left;
}
.cid-upcU8fOmcF .pt-0 {
  padding-top: 0 !important;
}
.cid-upcU8fOmcF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-upcU8fOmcF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-upcU8fOmcF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-upcU8fOmcF .modal-open {
  overflow: hidden;
}
.cid-upcU8fOmcF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-upcU8fOmcF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-upcU8fOmcF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-upcU8fOmcF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-upcU8fOmcF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-upcU8fOmcF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-upcU8fOmcF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-upcU8fOmcF .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-upcU8fOmcF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-upcU8fOmcF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-upcU8fOmcF .modal-backdrop.fade {
  opacity: 0;
}
.cid-upcU8fOmcF .modal-backdrop.show {
  opacity: .5;
}
.cid-upcU8fOmcF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-upcU8fOmcF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-upcU8fOmcF .modal-header {
    padding: 1rem;
  }
}
.cid-upcU8fOmcF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-upcU8fOmcF .modal-header .close svg {
  fill: #353535;
}
.cid-upcU8fOmcF .modal-header .close:hover {
  opacity: 1;
}
.cid-upcU8fOmcF .modal-header .close:focus {
  outline: none;
}
.cid-upcU8fOmcF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #8fd400;
}
.cid-upcU8fOmcF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-upcU8fOmcF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upcU8fOmcF .modal-body {
    padding: 1rem;
  }
}
.cid-upcU8fOmcF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upcU8fOmcF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upcU8fOmcF .modal-footer {
    padding: 1rem;
  }
}
.cid-upcU8fOmcF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-upcU8fOmcF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-upcU8fOmcF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-upcU8fOmcF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-upcU8fOmcF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-upcU8fOmcF .modal-lg,
  .cid-upcU8fOmcF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-upcU8fOmcF .modal-xl {
    max-width: 1140px;
  }
}
.cid-upcU8fOmcF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-upcU8fOmcF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-upcU8fOmcF .form-group {
  margin-bottom: 1rem;
}
.cid-upcU8fOmcF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-upcU8fOmcF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-upcU8fOmcF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-upcU8fOmcF .mbr-section-btn {
  margin: 0;
}
.cid-upcU8fOmcF .mbr-section-btn .btn {
  margin: 0;
}
.cid-upcU8gaLbN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ebeaed;
}
.cid-upcU8gaLbN .mbr-text,
.cid-upcU8gaLbN .mbr-section-btn {
  color: #1d2c35;
}
.cid-upcU8gaLbN .card-title,
.cid-upcU8gaLbN .card-box {
  color: #1d2c35;
}
.cid-upcU8gaLbN .mbr-text,
.cid-upcU8gaLbN .link-wrap {
  color: #1d2c35;
}
.cid-upcU8glngR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upcU8glngR .menu {
  margin-bottom: 50px;
}
.cid-upcU8glngR .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-upcU8glngR .menu__items {
  margin-bottom: 20px;
}
.cid-upcU8glngR .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-upcU8glngR .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-upcU8glngR .social {
  margin-bottom: 50px;
}
.cid-upcU8glngR .social__wrap a {
  margin: 0 15px;
}
.cid-upcU8glngR .social__wrap a:last-child {
  margin-right: 0;
}
.cid-upcU8glngR .social__wrap a:first-child {
  margin-left: 0;
}
.cid-upcU8glngR .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-upcU8glngR .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-upcU8glngR .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-upcU8glngR .divider {
    margin-top: 0;
  }
}
.cid-upcU8glngR .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-upcU8glngR .brand {
  margin-bottom: 30px;
}
.cid-upcU8glngR .brand__text {
  margin-bottom: 0;
}
.cid-upcU8glngR .brand__text a {
  font-weight: 700;
}
.cid-upcU8glngR .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-upcU8glngR .adress {
  margin-bottom: 50px;
}
.cid-upcU8glngR .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-upcU8glngR .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-upcU8glngR .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-upcU8glngR .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-upcU8glngR .title__menu {
    margin-bottom: 15px;
  }
  .cid-upcU8glngR .menu__items {
    margin-bottom: 10px;
  }
  .cid-upcU8glngR .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-upcU8glngR .bottom__wrap,
  .cid-upcU8glngR .social {
    text-align: center;
  }
  .cid-upcU8glngR .bottom__wrap {
    justify-content: center;
  }
}
.cid-uWWnAf6Rwu {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-uWWnAf6Rwu .nav-item,
.cid-uWWnAf6Rwu .nav-link,
.cid-uWWnAf6Rwu .navbar-caption {
  font-weight: normal;
}
.cid-uWWnAf6Rwu .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-uWWnAf6Rwu .nav-link:before,
.cid-uWWnAf6Rwu .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-uWWnAf6Rwu .nav-item:hover .nav-link:before,
.cid-uWWnAf6Rwu .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-uWWnAf6Rwu .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-uWWnAf6Rwu .dropdown-toggle::after,
.cid-uWWnAf6Rwu .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-uWWnAf6Rwu .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-uWWnAf6Rwu .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-uWWnAf6Rwu .nav-item:focus,
.cid-uWWnAf6Rwu .nav-link:focus {
  outline: none;
}
.cid-uWWnAf6Rwu .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-uWWnAf6Rwu .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-uWWnAf6Rwu .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uWWnAf6Rwu .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uWWnAf6Rwu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWWnAf6Rwu .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-uWWnAf6Rwu .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-uWWnAf6Rwu .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-uWWnAf6Rwu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWWnAf6Rwu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWWnAf6Rwu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-uWWnAf6Rwu .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-uWWnAf6Rwu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-uWWnAf6Rwu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-uWWnAf6Rwu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uWWnAf6Rwu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWWnAf6Rwu .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-uWWnAf6Rwu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWWnAf6Rwu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWWnAf6Rwu .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-uWWnAf6Rwu .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-uWWnAf6Rwu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWWnAf6Rwu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWWnAf6Rwu .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uWWnAf6Rwu .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uWWnAf6Rwu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-uWWnAf6Rwu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWWnAf6Rwu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWWnAf6Rwu .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-uWWnAf6Rwu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWWnAf6Rwu .dropdown-item.active,
.cid-uWWnAf6Rwu .dropdown-item:active {
  background-color: transparent;
}
.cid-uWWnAf6Rwu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uWWnAf6Rwu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-uWWnAf6Rwu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWWnAf6Rwu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWWnAf6Rwu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uWWnAf6Rwu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWWnAf6Rwu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWWnAf6Rwu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWWnAf6Rwu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWWnAf6Rwu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWWnAf6Rwu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWWnAf6Rwu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWWnAf6Rwu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWWnAf6Rwu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWWnAf6Rwu .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-uWWnAf6Rwu a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-uWWnAf6Rwu .mbr-iconfont {
  color: #ffffff;
}
.cid-uWWnAf6Rwu .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-uWWnAf6Rwu .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWWnAf6Rwu .navbar {
    height: 77px;
  }
  .cid-uWWnAf6Rwu .navbar.opened {
    height: auto;
  }
  .cid-uWWnAf6Rwu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWWnAf6Rwu .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-uWWnAgx0sh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/screenshot-2026-03-02-at-17.22.54-2000x1252.webp");
}
.cid-uWWnAgx0sh .mbr-text,
.cid-uWWnAgx0sh .mbr-section-btn {
  color: #ebeaed;
  text-align: center;
}
.cid-uWWnAgx0sh .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-uWWnAh180x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uWWnAh180x .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-uWWnAh180x .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-uWWnAh180x .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uWWnAh180x .image {
  margin: auto;
}
.cid-uWWnAh180x .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-uWWnAh180x .linked {
  color: #8fd400;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-uWWnAh180x .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-uWWnAh180x .linked {
    margin: 30px 0 40px;
  }
}
.cid-uWWnAh180x .bottom__block {
  margin-bottom: 40px;
}
.cid-uWWnAh180x .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-uWWnAh180x .card__text {
  color: #919dab;
}
.cid-uWWnAh180x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWnAh180x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUqSw89Hq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcUqSw89Hq .mbr-media {
  position: relative;
}
.cid-vcUqSw89Hq .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.cid-vcUqSw89Hq a:hover {
  background-image: none !important;
}
.cid-vcUqSw89Hq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  border-radius: 50%;
  padding: 1.5rem;
  cursor: pointer;
}
.cid-vcUqSw89Hq .icon-wrap span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ea3223;
}
.cid-vcUqSw89Hq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vcUqSw89Hq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vcUqSw89Hq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vcUqSw89Hq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcUqSw89Hq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcUqSw89Hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcUqSw89Hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcUqSw89Hq .mbr-section-title {
  color: #ffffff;
}
.cid-vcUqSw89Hq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uWWnAiGpHq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uWWnAiGpHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWWnAiGpHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWWnAiGpHq .mbr-text,
.cid-uWWnAiGpHq .mbr-section-btn {
  color: #232323;
}
.cid-uWWnAiGpHq .card-title,
.cid-uWWnAiGpHq .card-box {
  color: #8fd400;
}
.cid-uWWnAiGpHq .mbr-text,
.cid-uWWnAiGpHq .link-wrap {
  color: #ffffff;
}
.cid-uWWnAj0pNZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uWWnAj0pNZ .menu {
  margin-bottom: 50px;
}
.cid-uWWnAj0pNZ .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-uWWnAj0pNZ .menu__items {
  margin-bottom: 20px;
}
.cid-uWWnAj0pNZ .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-uWWnAj0pNZ .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uWWnAj0pNZ .social {
  margin-bottom: 50px;
}
.cid-uWWnAj0pNZ .social__wrap a {
  margin: 0 15px;
}
.cid-uWWnAj0pNZ .social__wrap a:last-child {
  margin-right: 0;
}
.cid-uWWnAj0pNZ .social__wrap a:first-child {
  margin-left: 0;
}
.cid-uWWnAj0pNZ .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-uWWnAj0pNZ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-uWWnAj0pNZ .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-uWWnAj0pNZ .divider {
    margin-top: 0;
  }
}
.cid-uWWnAj0pNZ .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-uWWnAj0pNZ .brand {
  margin-bottom: 30px;
}
.cid-uWWnAj0pNZ .brand__text {
  margin-bottom: 0;
}
.cid-uWWnAj0pNZ .brand__text a {
  font-weight: 700;
}
.cid-uWWnAj0pNZ .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-uWWnAj0pNZ .adress {
  margin-bottom: 50px;
}
.cid-uWWnAj0pNZ .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-uWWnAj0pNZ .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uWWnAj0pNZ .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-uWWnAj0pNZ .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uWWnAj0pNZ .title__menu {
    margin-bottom: 15px;
  }
  .cid-uWWnAj0pNZ .menu__items {
    margin-bottom: 10px;
  }
  .cid-uWWnAj0pNZ .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-uWWnAj0pNZ .bottom__wrap,
  .cid-uWWnAj0pNZ .social {
    text-align: center;
  }
  .cid-uWWnAj0pNZ .bottom__wrap {
    justify-content: center;
  }
}
.cid-vf35nzyrI8 {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-vf35nzyrI8 .nav-item,
.cid-vf35nzyrI8 .nav-link,
.cid-vf35nzyrI8 .navbar-caption {
  font-weight: normal;
}
.cid-vf35nzyrI8 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-vf35nzyrI8 .nav-link:before,
.cid-vf35nzyrI8 .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-vf35nzyrI8 .nav-item:hover .nav-link:before,
.cid-vf35nzyrI8 .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-vf35nzyrI8 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-vf35nzyrI8 .dropdown-toggle::after,
.cid-vf35nzyrI8 .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-vf35nzyrI8 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-vf35nzyrI8 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-vf35nzyrI8 .nav-item:focus,
.cid-vf35nzyrI8 .nav-link:focus {
  outline: none;
}
.cid-vf35nzyrI8 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-vf35nzyrI8 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-vf35nzyrI8 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vf35nzyrI8 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vf35nzyrI8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf35nzyrI8 .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-vf35nzyrI8 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vf35nzyrI8 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-vf35nzyrI8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf35nzyrI8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf35nzyrI8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-vf35nzyrI8 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-vf35nzyrI8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-vf35nzyrI8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-vf35nzyrI8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-vf35nzyrI8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf35nzyrI8 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-vf35nzyrI8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vf35nzyrI8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf35nzyrI8 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-vf35nzyrI8 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-vf35nzyrI8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf35nzyrI8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vf35nzyrI8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vf35nzyrI8 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vf35nzyrI8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-vf35nzyrI8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vf35nzyrI8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf35nzyrI8 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-vf35nzyrI8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf35nzyrI8 .dropdown-item.active,
.cid-vf35nzyrI8 .dropdown-item:active {
  background-color: transparent;
}
.cid-vf35nzyrI8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vf35nzyrI8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-vf35nzyrI8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf35nzyrI8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vf35nzyrI8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vf35nzyrI8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vf35nzyrI8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vf35nzyrI8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vf35nzyrI8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vf35nzyrI8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vf35nzyrI8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vf35nzyrI8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vf35nzyrI8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vf35nzyrI8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vf35nzyrI8 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-vf35nzyrI8 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-vf35nzyrI8 .mbr-iconfont {
  color: #ffffff;
}
.cid-vf35nzyrI8 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-vf35nzyrI8 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf35nzyrI8 .navbar {
    height: 77px;
  }
  .cid-vf35nzyrI8 .navbar.opened {
    height: auto;
  }
  .cid-vf35nzyrI8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf35nzyrI8 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-vf35nAyyFE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/alpha-count-page-header-1024x441.webp");
}
.cid-vf35nAyyFE .mbr-text,
.cid-vf35nAyyFE .mbr-section-btn {
  color: #ebeaed;
  text-align: center;
}
.cid-vf35nAyyFE .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-vf35nAQYr8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vf35nAQYr8 .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-vf35nAQYr8 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-vf35nAQYr8 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-vf35nAQYr8 .image {
  margin: auto;
}
.cid-vf35nAQYr8 .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-vf35nAQYr8 .linked {
  color: #8fd400;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-vf35nAQYr8 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-vf35nAQYr8 .linked {
    margin: 30px 0 40px;
  }
}
.cid-vf35nAQYr8 .bottom__block {
  margin-bottom: 40px;
}
.cid-vf35nAQYr8 .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-vf35nAQYr8 .card__text {
  color: #919dab;
}
.cid-vf35nAQYr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf35nAQYr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf35nB6r27 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf35nB6r27 .mbr-media {
  position: relative;
}
.cid-vf35nB6r27 .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.cid-vf35nB6r27 a:hover {
  background-image: none !important;
}
.cid-vf35nB6r27 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  border-radius: 50%;
  padding: 1.5rem;
  cursor: pointer;
}
.cid-vf35nB6r27 .icon-wrap span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ea3223;
}
.cid-vf35nB6r27 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf35nB6r27 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf35nB6r27 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf35nB6r27 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vf35nB6r27 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf35nB6r27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf35nB6r27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf35nB6r27 .mbr-section-title {
  color: #ffffff;
}
.cid-vf35nB6r27 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vf35nBy6Ib {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vf35nBy6Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf35nBy6Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf35nBy6Ib .mbr-text,
.cid-vf35nBy6Ib .mbr-section-btn {
  color: #232323;
}
.cid-vf35nBy6Ib .card-title,
.cid-vf35nBy6Ib .card-box {
  color: #8fd400;
}
.cid-vf35nBy6Ib .mbr-text,
.cid-vf35nBy6Ib .link-wrap {
  color: #ffffff;
}
.cid-vf35nBU8ic {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vf35nBU8ic .menu {
  margin-bottom: 50px;
}
.cid-vf35nBU8ic .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-vf35nBU8ic .menu__items {
  margin-bottom: 20px;
}
.cid-vf35nBU8ic .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-vf35nBU8ic .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vf35nBU8ic .social {
  margin-bottom: 50px;
}
.cid-vf35nBU8ic .social__wrap a {
  margin: 0 15px;
}
.cid-vf35nBU8ic .social__wrap a:last-child {
  margin-right: 0;
}
.cid-vf35nBU8ic .social__wrap a:first-child {
  margin-left: 0;
}
.cid-vf35nBU8ic .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-vf35nBU8ic .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-vf35nBU8ic .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-vf35nBU8ic .divider {
    margin-top: 0;
  }
}
.cid-vf35nBU8ic .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-vf35nBU8ic .brand {
  margin-bottom: 30px;
}
.cid-vf35nBU8ic .brand__text {
  margin-bottom: 0;
}
.cid-vf35nBU8ic .brand__text a {
  font-weight: 700;
}
.cid-vf35nBU8ic .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-vf35nBU8ic .adress {
  margin-bottom: 50px;
}
.cid-vf35nBU8ic .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-vf35nBU8ic .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-vf35nBU8ic .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-vf35nBU8ic .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-vf35nBU8ic .title__menu {
    margin-bottom: 15px;
  }
  .cid-vf35nBU8ic .menu__items {
    margin-bottom: 10px;
  }
  .cid-vf35nBU8ic .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-vf35nBU8ic .bottom__wrap,
  .cid-vf35nBU8ic .social {
    text-align: center;
  }
  .cid-vf35nBU8ic .bottom__wrap {
    justify-content: center;
  }
}
.cid-vf4I5t4nb4 {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-vf4I5t4nb4 .nav-item,
.cid-vf4I5t4nb4 .nav-link,
.cid-vf4I5t4nb4 .navbar-caption {
  font-weight: normal;
}
.cid-vf4I5t4nb4 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-vf4I5t4nb4 .nav-link:before,
.cid-vf4I5t4nb4 .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-vf4I5t4nb4 .nav-item:hover .nav-link:before,
.cid-vf4I5t4nb4 .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-vf4I5t4nb4 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-vf4I5t4nb4 .dropdown-toggle::after,
.cid-vf4I5t4nb4 .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-vf4I5t4nb4 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-vf4I5t4nb4 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-vf4I5t4nb4 .nav-item:focus,
.cid-vf4I5t4nb4 .nav-link:focus {
  outline: none;
}
.cid-vf4I5t4nb4 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-vf4I5t4nb4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-vf4I5t4nb4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vf4I5t4nb4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vf4I5t4nb4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vf4I5t4nb4 .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-vf4I5t4nb4 .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vf4I5t4nb4 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-vf4I5t4nb4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vf4I5t4nb4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vf4I5t4nb4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-vf4I5t4nb4 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-vf4I5t4nb4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-vf4I5t4nb4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-vf4I5t4nb4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-vf4I5t4nb4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vf4I5t4nb4 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-vf4I5t4nb4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vf4I5t4nb4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vf4I5t4nb4 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-vf4I5t4nb4 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-vf4I5t4nb4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vf4I5t4nb4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vf4I5t4nb4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vf4I5t4nb4 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vf4I5t4nb4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-vf4I5t4nb4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vf4I5t4nb4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vf4I5t4nb4 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-vf4I5t4nb4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vf4I5t4nb4 .dropdown-item.active,
.cid-vf4I5t4nb4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vf4I5t4nb4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vf4I5t4nb4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-vf4I5t4nb4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vf4I5t4nb4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vf4I5t4nb4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vf4I5t4nb4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vf4I5t4nb4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vf4I5t4nb4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vf4I5t4nb4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vf4I5t4nb4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vf4I5t4nb4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vf4I5t4nb4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vf4I5t4nb4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vf4I5t4nb4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vf4I5t4nb4 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-vf4I5t4nb4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-vf4I5t4nb4 .mbr-iconfont {
  color: #ffffff;
}
.cid-vf4I5t4nb4 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-vf4I5t4nb4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vf4I5t4nb4 .navbar {
    height: 77px;
  }
  .cid-vf4I5t4nb4 .navbar.opened {
    height: auto;
  }
  .cid-vf4I5t4nb4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vf4I5t4nb4 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-vf4I5uuqUm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/alpha-count-page-header-1024x441.webp");
}
.cid-vf4I5uuqUm .mbr-text,
.cid-vf4I5uuqUm .mbr-section-btn {
  color: #ebeaed;
  text-align: center;
}
.cid-vf4I5uuqUm .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-vf4I5uVS73 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vf4I5uVS73 .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-vf4I5uVS73 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-vf4I5uVS73 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-vf4I5uVS73 .image {
  margin: auto;
}
.cid-vf4I5uVS73 .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-vf4I5uVS73 .linked {
  color: #8fd400;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-vf4I5uVS73 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-vf4I5uVS73 .linked {
    margin: 30px 0 40px;
  }
}
.cid-vf4I5uVS73 .bottom__block {
  margin-bottom: 40px;
}
.cid-vf4I5uVS73 .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-vf4I5uVS73 .card__text {
  color: #919dab;
}
.cid-vf4I5uVS73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4I5uVS73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4I5vjFE2 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vf4I5vjFE2 .mbr-media {
  position: relative;
}
.cid-vf4I5vjFE2 .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.cid-vf4I5vjFE2 a:hover {
  background-image: none !important;
}
.cid-vf4I5vjFE2 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  border-radius: 50%;
  padding: 1.5rem;
  cursor: pointer;
}
.cid-vf4I5vjFE2 .icon-wrap span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ea3223;
}
.cid-vf4I5vjFE2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vf4I5vjFE2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vf4I5vjFE2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vf4I5vjFE2 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vf4I5vjFE2 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vf4I5vjFE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4I5vjFE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4I5vjFE2 .mbr-section-title {
  color: #ffffff;
}
.cid-vf4I5vjFE2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vf4I5vNoRa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vf4I5vNoRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf4I5vNoRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vf4I5vNoRa .mbr-text,
.cid-vf4I5vNoRa .mbr-section-btn {
  color: #232323;
}
.cid-vf4I5vNoRa .card-title,
.cid-vf4I5vNoRa .card-box {
  color: #8fd400;
}
.cid-vf4I5vNoRa .mbr-text,
.cid-vf4I5vNoRa .link-wrap {
  color: #ffffff;
}
.cid-vf4I5w8nhN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vf4I5w8nhN .menu {
  margin-bottom: 50px;
}
.cid-vf4I5w8nhN .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-vf4I5w8nhN .menu__items {
  margin-bottom: 20px;
}
.cid-vf4I5w8nhN .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-vf4I5w8nhN .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vf4I5w8nhN .social {
  margin-bottom: 50px;
}
.cid-vf4I5w8nhN .social__wrap a {
  margin: 0 15px;
}
.cid-vf4I5w8nhN .social__wrap a:last-child {
  margin-right: 0;
}
.cid-vf4I5w8nhN .social__wrap a:first-child {
  margin-left: 0;
}
.cid-vf4I5w8nhN .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-vf4I5w8nhN .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-vf4I5w8nhN .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-vf4I5w8nhN .divider {
    margin-top: 0;
  }
}
.cid-vf4I5w8nhN .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-vf4I5w8nhN .brand {
  margin-bottom: 30px;
}
.cid-vf4I5w8nhN .brand__text {
  margin-bottom: 0;
}
.cid-vf4I5w8nhN .brand__text a {
  font-weight: 700;
}
.cid-vf4I5w8nhN .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-vf4I5w8nhN .adress {
  margin-bottom: 50px;
}
.cid-vf4I5w8nhN .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-vf4I5w8nhN .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-vf4I5w8nhN .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-vf4I5w8nhN .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-vf4I5w8nhN .title__menu {
    margin-bottom: 15px;
  }
  .cid-vf4I5w8nhN .menu__items {
    margin-bottom: 10px;
  }
  .cid-vf4I5w8nhN .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-vf4I5w8nhN .bottom__wrap,
  .cid-vf4I5w8nhN .social {
    text-align: center;
  }
  .cid-vf4I5w8nhN .bottom__wrap {
    justify-content: center;
  }
}
.cid-vfKKoYzGvW {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-vfKKoYzGvW .nav-item,
.cid-vfKKoYzGvW .nav-link,
.cid-vfKKoYzGvW .navbar-caption {
  font-weight: normal;
}
.cid-vfKKoYzGvW .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-vfKKoYzGvW .nav-link:before,
.cid-vfKKoYzGvW .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-vfKKoYzGvW .nav-item:hover .nav-link:before,
.cid-vfKKoYzGvW .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-vfKKoYzGvW .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-vfKKoYzGvW .dropdown-toggle::after,
.cid-vfKKoYzGvW .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-vfKKoYzGvW .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-vfKKoYzGvW .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-vfKKoYzGvW .nav-item:focus,
.cid-vfKKoYzGvW .nav-link:focus {
  outline: none;
}
.cid-vfKKoYzGvW .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-vfKKoYzGvW .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-vfKKoYzGvW .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vfKKoYzGvW .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vfKKoYzGvW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfKKoYzGvW .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-vfKKoYzGvW .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vfKKoYzGvW .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-vfKKoYzGvW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vfKKoYzGvW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vfKKoYzGvW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-vfKKoYzGvW .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-vfKKoYzGvW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-vfKKoYzGvW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-vfKKoYzGvW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-vfKKoYzGvW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vfKKoYzGvW .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-vfKKoYzGvW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vfKKoYzGvW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vfKKoYzGvW .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-vfKKoYzGvW .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-vfKKoYzGvW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vfKKoYzGvW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vfKKoYzGvW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vfKKoYzGvW .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vfKKoYzGvW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-vfKKoYzGvW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vfKKoYzGvW .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vfKKoYzGvW .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-vfKKoYzGvW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vfKKoYzGvW .dropdown-item.active,
.cid-vfKKoYzGvW .dropdown-item:active {
  background-color: transparent;
}
.cid-vfKKoYzGvW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vfKKoYzGvW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-vfKKoYzGvW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfKKoYzGvW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vfKKoYzGvW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vfKKoYzGvW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vfKKoYzGvW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vfKKoYzGvW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vfKKoYzGvW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vfKKoYzGvW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vfKKoYzGvW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfKKoYzGvW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vfKKoYzGvW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vfKKoYzGvW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vfKKoYzGvW .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-vfKKoYzGvW a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-vfKKoYzGvW .mbr-iconfont {
  color: #ffffff;
}
.cid-vfKKoYzGvW .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-vfKKoYzGvW .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vfKKoYzGvW .navbar {
    height: 77px;
  }
  .cid-vfKKoYzGvW .navbar.opened {
    height: auto;
  }
  .cid-vfKKoYzGvW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vfKKoYzGvW .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-vfKKoZ0679 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/catalogue3-1229x746.webp");
}
.cid-vfKKoZ0679 .mbr-section-title {
  margin-bottom: 0;
  color: #8fd400;
}
.cid-vfKKoZ0679 .mbr-text {
  opacity: .7;
  margin: 35px 0 0;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vfKKoZ0679 .dragArea {
    justify-content: center;
    flex-direction: column;
  }
  .cid-vfKKoZ0679 .form-control {
    margin-bottom: 15px;
  }
}
.cid-vfKKoZ0679 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfKKoZ0679 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfKKoZRB9i {
  background-color: #ffffff;
}
.cid-vfKKoZRB9i .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-vfKKoZRB9i .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-vfKKoZRB9i .content p {
  margin: 0;
}
.cid-vfKKoZRB9i .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vvVCAbL4Ou {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vvVCAbL4Ou .item {
  padding-bottom: 2rem;
}
.cid-vvVCAbL4Ou .item-wrapper {
  position: relative;
}
.cid-vvVCAbL4Ou .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vvVCAbL4Ou .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vvVCAbL4Ou .carousel-control,
.cid-vvVCAbL4Ou .close {
  background: #1b1b1b;
}
.cid-vvVCAbL4Ou .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vvVCAbL4Ou .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vvVCAbL4Ou .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vvVCAbL4Ou .carousel-control-next span {
  margin-left: 5px;
}
.cid-vvVCAbL4Ou .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vvVCAbL4Ou .close::before {
  content: '\e91a';
}
.cid-vvVCAbL4Ou .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvVCAbL4Ou .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vvVCAbL4Ou .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvVCAbL4Ou .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vvVCAbL4Ou .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vvVCAbL4Ou .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vvVCAbL4Ou .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vvVCAbL4Ou .carousel-indicators li.active,
.cid-vvVCAbL4Ou .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vvVCAbL4Ou .carousel-indicators li::after,
.cid-vvVCAbL4Ou .carousel-indicators li::before {
  content: none;
}
.cid-vvVCAbL4Ou .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vvVCAbL4Ou .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vvVCAbL4Ou .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vvVCAbL4Ou .carousel-indicators {
    display: none;
  }
}
.cid-vvVCAbL4Ou .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vvVCAbL4Ou .carousel-inner > .active {
  display: block;
}
.cid-vvVCAbL4Ou .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vvVCAbL4Ou .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vvVCAbL4Ou .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vvVCAbL4Ou .carousel-control,
  .cid-vvVCAbL4Ou .carousel-indicators,
  .cid-vvVCAbL4Ou .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vvVCAbL4Ou .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vvVCAbL4Ou .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vvVCAbL4Ou .carousel-indicators .active,
.cid-vvVCAbL4Ou .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vvVCAbL4Ou .carousel-indicators .active {
  background: #fff;
}
.cid-vvVCAbL4Ou .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vvVCAbL4Ou .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vvVCAbL4Ou .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vvVCAbL4Ou .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vvVCAbL4Ou .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vvVCAbL4Ou .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vvVCAbL4Ou .carousel {
  width: 100%;
}
.cid-vvVCAbL4Ou .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vvVCAbL4Ou .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vvVCAbL4Ou .modal.fade .modal-dialog,
.cid-vvVCAbL4Ou .modal.in .modal-dialog {
  transform: none;
}
.cid-vvVCAbL4Ou .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vvVCAbL4Ou H6 {
  text-align: center;
}
.cid-vvVCAbL4Ou H3 {
  color: #82bc0a;
}
.cid-vfOBzi93SO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vfOBzi93SO .justify-content-center {
  align-items: center;
}
.cid-vfOBzi93SO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfOBzi93SO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfOBzi93SO .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-vfOBzi93SO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfOBzi93SO .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-vfOBzi93SO .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-vfOBzi93SO .row {
  align-items: center;
}
.cid-vfOBzi93SO .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vfOBzi93SO .card-text {
    text-align: center;
  }
}
.cid-vfKKp0BT3I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vfKKp0BT3I .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vfKKp0BT3I .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vfKKp0BT3I .mbr-iconfont {
  font-size: 2rem;
  color: #82bc0a;
  padding-right: 1.5rem;
}
.cid-vfKKp0BT3I .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-vfKKp0BT3I .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-vfKKp0VIOl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vfKKp0VIOl .menu {
  margin-bottom: 50px;
}
.cid-vfKKp0VIOl .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-vfKKp0VIOl .menu__items {
  margin-bottom: 20px;
}
.cid-vfKKp0VIOl .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-vfKKp0VIOl .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vfKKp0VIOl .social {
  margin-bottom: 50px;
}
.cid-vfKKp0VIOl .social__wrap a {
  margin: 0 15px;
}
.cid-vfKKp0VIOl .social__wrap a:last-child {
  margin-right: 0;
}
.cid-vfKKp0VIOl .social__wrap a:first-child {
  margin-left: 0;
}
.cid-vfKKp0VIOl .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-vfKKp0VIOl .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-vfKKp0VIOl .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-vfKKp0VIOl .divider {
    margin-top: 0;
  }
}
.cid-vfKKp0VIOl .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-vfKKp0VIOl .brand {
  margin-bottom: 30px;
}
.cid-vfKKp0VIOl .brand__text {
  margin-bottom: 0;
}
.cid-vfKKp0VIOl .brand__text a {
  font-weight: 700;
}
.cid-vfKKp0VIOl .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-vfKKp0VIOl .adress {
  margin-bottom: 50px;
}
.cid-vfKKp0VIOl .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-vfKKp0VIOl .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-vfKKp0VIOl .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-vfKKp0VIOl .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-vfKKp0VIOl .title__menu {
    margin-bottom: 15px;
  }
  .cid-vfKKp0VIOl .menu__items {
    margin-bottom: 10px;
  }
  .cid-vfKKp0VIOl .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-vfKKp0VIOl .bottom__wrap,
  .cid-vfKKp0VIOl .social {
    text-align: center;
  }
  .cid-vfKKp0VIOl .bottom__wrap {
    justify-content: center;
  }
}
.cid-vfKKp1zI4a .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-vfKKp1zI4a p {
  display: inline;
  font-size: 26px;
  color: #fff;
}
.cid-vfKKp1zI4a .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-vfKKp1zI4a .navbar {
  padding: 0.5rem 0;
  background: #cccccc;
  transition: none;
  min-height: 50px;
}
.cid-vfKKp1zI4a .navbar-fixed-top {
  padding-top: 0;
}
.cid-vfKKp1zI4a .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-vfKKp1zI4a .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfKKp1zI4a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vfKKp1zI4a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vfKKp1zI4a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vfKKp1zI4a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vfKKp1zI4a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vfKKp1zI4a .menu-content-top {
  background: #232323;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vfKKp1zI4a .dropdown-item {
  padding: 0;
}
.cid-vfKKp1zI4a .dropdown-item,
.cid-vfKKp1zI4a .nav-link,
.cid-vfKKp1zI4a .brand-name {
  font-style: normal;
}
.cid-vfKKp1zI4a .dropdown-item:hover,
.cid-vfKKp1zI4a .nav-link:hover,
.cid-vfKKp1zI4a .brand-name:hover {
  color: #8fd400 !important;
}
.cid-vfKKp1zI4a .dropdown-menu {
  background-color: #0a1c44;
}
.cid-vfKKp1zI4a .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-vfKKp1zI4a .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vfKKp1zI4a .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-vfKKp1zI4a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vfKKp1zI4a .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-vfKKp1zI4a .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfKKp1zI4a .content-text {
  margin-bottom: 0;
}
.cid-vfKKp1zI4a .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vfKKp1zI4a .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #8fd400;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vfKKp1zI4a .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vfKKp1zI4a .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vfKKp1zI4a .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-vfKKp1zI4a .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vfKKp1zI4a .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-vfKKp1zI4a .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-vfKKp1zI4a .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vfKKp1zI4a .nav-dropdown .link {
  font-weight: 400;
}
.cid-vfKKp1zI4a .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vfKKp1zI4a .content-right-side {
  text-align: center;
}
.cid-vfKKp1zI4a .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vfKKp1zI4a .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vfKKp1zI4a .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-vfKKp1zI4a .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfKKp1zI4a .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vfKKp1zI4a .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-vfKKp1zI4a .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vfKKp1zI4a .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vfKKp1zI4a .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-vfKKp1zI4a .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-vfKKp1zI4a .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-vfKKp1zI4a .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfKKp1zI4a .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-vfKKp1zI4a .navbar {
    display: block;
    padding: 0;
  }
  .cid-vfKKp1zI4a .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vfKKp1zI4a .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vfKKp1zI4a .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vfKKp1zI4a .navbar-toggler {
    display: none;
  }
  .cid-vfKKp1zI4a .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-vfKKp1zI4a .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vfKKp1zI4a .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vfKKp1zI4a .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vfKKp1zI4a .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vfKKp1zI4a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vfKKp1zI4a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vfKKp1zI4a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vfKKp1zI4a .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vfKKp1zI4a .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vfKKp1zI4a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfKKp1zI4a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vfKKp1zI4a .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-vfKKp1zI4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vfKKp1zI4a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vfKKp1zI4a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vfKKp1zI4a .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vfKKp1zI4a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-vfKKp1zI4a .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vfKKp1zI4a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vfKKp1zI4a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vfKKp1zI4a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vfKKp1zI4a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vfKKp1zI4a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-vfKKp1zI4a button.navbar-toggler:focus {
  outline: none;
}
.cid-vfKKp1zI4a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-vfKKp1zI4a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vfKKp1zI4a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfKKp1zI4a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vfKKp1zI4a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vfKKp1zI4a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfKKp1zI4a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vfKKp1zI4a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vfKKp1zI4a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vfKKp1zI4a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vfKKp1zI4a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vfKKp1zI4a .collapsed .btn {
  display: flex;
}
.cid-vfKKp1zI4a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vfKKp1zI4a .collapsed .navbar-collapse.collapsing,
.cid-vfKKp1zI4a .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vfKKp1zI4a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vfKKp1zI4a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vfKKp1zI4a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vfKKp1zI4a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vfKKp1zI4a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vfKKp1zI4a .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-vfKKp1zI4a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vfKKp1zI4a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vfKKp1zI4a .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vfKKp1zI4a .collapsed button.navbar-toggler {
  display: block;
}
.cid-vfKKp1zI4a .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vfKKp1zI4a .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vfKKp1zI4a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vfKKp1zI4a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vfKKp1zI4a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vfKKp1zI4a .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vfKKp1zI4a .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-vfKKp1zI4a .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-vfKKp1zI4a .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-vfKKp1zI4a .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-vfKKp1zI4a .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vfKKp1zI4a .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vfKKp1zI4a .navbar-collapse.collapsing,
  .cid-vfKKp1zI4a .navbar-collapse.show {
    display: block !important;
  }
  .cid-vfKKp1zI4a .navbar-collapse.collapsing .navbar-nav,
  .cid-vfKKp1zI4a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vfKKp1zI4a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vfKKp1zI4a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vfKKp1zI4a .navbar-collapse.collapsing .navbar-buttons,
  .cid-vfKKp1zI4a .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vfKKp1zI4a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vfKKp1zI4a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vfKKp1zI4a img {
    height: 3.8rem !important;
  }
  .cid-vfKKp1zI4a .btn {
    display: flex;
  }
  .cid-vfKKp1zI4a button.navbar-toggler {
    display: block;
  }
  .cid-vfKKp1zI4a .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vfKKp1zI4a .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vfKKp1zI4a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vfKKp1zI4a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vfKKp1zI4a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vfKKp1zI4a .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vfKKp1zI4a .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vfKKp1zI4a .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vfKKp1zI4a .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vfKKp1zI4a .nav-link:focus {
  outline: none;
}
.cid-vfKKp1zI4a .navbar-toggler {
  position: relative;
}
.cid-vfKKp1zI4a .dropdown-item.active,
.cid-vfKKp1zI4a .dropdown-item:active {
  color: initial;
}
.cid-vfKKp1zI4a .widget-title,
.cid-vfKKp1zI4a .widget-icon {
  color: #e9e9e9;
}
.cid-vfKKp1zI4a .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-vfKKp1zI4a .menu-logo {
    display: none;
  }
  .cid-vfKKp1zI4a .navbar {
    padding: 0;
  }
  .cid-vfKKp1zI4a .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vfKKp1zI4a button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-vfKKp1zI4a .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-vfKKp1zI4a .icon-bar {
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vfKKp1zI4a .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vfKKp1zI4a .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 17px;
}
.cid-vfKKp1zI4a .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vfKKp1zI4a .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vfKKp1zI4a .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vfKKp1zI4a .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vfKKp1zI4a .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vfKKp1zI4a .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vfKKp1zI4a .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vfKKp1zI4a .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vfKKp1zI4a .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vfKKp1zI4a .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vfKKp1zI4a .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vfKKp1zI4a P {
  color: #232323;
  text-align: center;
}
.cid-vfKKp1zI4a DIV {
  color: #ffffff;
}
.cid-vvcVnTLSoF {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-vvcVnTLSoF .nav-item,
.cid-vvcVnTLSoF .nav-link,
.cid-vvcVnTLSoF .navbar-caption {
  font-weight: normal;
}
.cid-vvcVnTLSoF .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-vvcVnTLSoF .nav-link:before,
.cid-vvcVnTLSoF .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-vvcVnTLSoF .nav-item:hover .nav-link:before,
.cid-vvcVnTLSoF .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-vvcVnTLSoF .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-vvcVnTLSoF .dropdown-toggle::after,
.cid-vvcVnTLSoF .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-vvcVnTLSoF .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-vvcVnTLSoF .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-vvcVnTLSoF .nav-item:focus,
.cid-vvcVnTLSoF .nav-link:focus {
  outline: none;
}
.cid-vvcVnTLSoF .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-vvcVnTLSoF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-vvcVnTLSoF .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vvcVnTLSoF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vvcVnTLSoF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvcVnTLSoF .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-vvcVnTLSoF .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vvcVnTLSoF .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-vvcVnTLSoF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvcVnTLSoF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vvcVnTLSoF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-vvcVnTLSoF .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-vvcVnTLSoF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-vvcVnTLSoF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-vvcVnTLSoF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-vvcVnTLSoF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvcVnTLSoF .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-vvcVnTLSoF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vvcVnTLSoF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvcVnTLSoF .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-vvcVnTLSoF .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-vvcVnTLSoF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvcVnTLSoF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vvcVnTLSoF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vvcVnTLSoF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vvcVnTLSoF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-vvcVnTLSoF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vvcVnTLSoF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vvcVnTLSoF .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-vvcVnTLSoF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvcVnTLSoF .dropdown-item.active,
.cid-vvcVnTLSoF .dropdown-item:active {
  background-color: transparent;
}
.cid-vvcVnTLSoF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vvcVnTLSoF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-vvcVnTLSoF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvcVnTLSoF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvcVnTLSoF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vvcVnTLSoF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvcVnTLSoF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vvcVnTLSoF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vvcVnTLSoF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vvcVnTLSoF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vvcVnTLSoF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vvcVnTLSoF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vvcVnTLSoF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vvcVnTLSoF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vvcVnTLSoF .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-vvcVnTLSoF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-vvcVnTLSoF .mbr-iconfont {
  color: #ffffff;
}
.cid-vvcVnTLSoF .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-vvcVnTLSoF .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vvcVnTLSoF .navbar {
    height: 77px;
  }
  .cid-vvcVnTLSoF .navbar.opened {
    height: auto;
  }
  .cid-vvcVnTLSoF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvcVnTLSoF .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-vvcVnTWOcN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/alpha-count-page-header-1024x441.webp");
}
.cid-vvcVnTWOcN .mbr-text,
.cid-vvcVnTWOcN .mbr-section-btn {
  color: #ebeaed;
  text-align: center;
}
.cid-vvcVnTWOcN .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-vvcVnU2p3Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vvcVnU2p3Z .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-vvcVnU2p3Z .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-vvcVnU2p3Z .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-vvcVnU2p3Z .image {
  margin: auto;
}
.cid-vvcVnU2p3Z .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-vvcVnU2p3Z .linked {
  color: #8fd400;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-vvcVnU2p3Z .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-vvcVnU2p3Z .linked {
    margin: 30px 0 40px;
  }
}
.cid-vvcVnU2p3Z .bottom__block {
  margin-bottom: 40px;
}
.cid-vvcVnU2p3Z .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-vvcVnU2p3Z .card__text {
  color: #919dab;
}
.cid-vvcVnU2p3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvcVnU2p3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvcVnU8GAZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vvcVnU8GAZ .mbr-media {
  position: relative;
}
.cid-vvcVnU8GAZ .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.cid-vvcVnU8GAZ a:hover {
  background-image: none !important;
}
.cid-vvcVnU8GAZ .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  border-radius: 50%;
  padding: 1.5rem;
  cursor: pointer;
}
.cid-vvcVnU8GAZ .icon-wrap span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ea3223;
}
.cid-vvcVnU8GAZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vvcVnU8GAZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vvcVnU8GAZ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vvcVnU8GAZ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vvcVnU8GAZ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvcVnU8GAZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvcVnU8GAZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvcVnU8GAZ .mbr-section-title {
  color: #ffffff;
}
.cid-vvcVnU8GAZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vvcVnUhP4b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vvcVnUhP4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvcVnUhP4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvcVnUhP4b .mbr-text,
.cid-vvcVnUhP4b .mbr-section-btn {
  color: #232323;
}
.cid-vvcVnUhP4b .card-title,
.cid-vvcVnUhP4b .card-box {
  color: #8fd400;
}
.cid-vvcVnUhP4b .mbr-text,
.cid-vvcVnUhP4b .link-wrap {
  color: #ffffff;
}
.cid-vvcVnUntqO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vvcVnUntqO .menu {
  margin-bottom: 50px;
}
.cid-vvcVnUntqO .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-vvcVnUntqO .menu__items {
  margin-bottom: 20px;
}
.cid-vvcVnUntqO .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-vvcVnUntqO .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vvcVnUntqO .social {
  margin-bottom: 50px;
}
.cid-vvcVnUntqO .social__wrap a {
  margin: 0 15px;
}
.cid-vvcVnUntqO .social__wrap a:last-child {
  margin-right: 0;
}
.cid-vvcVnUntqO .social__wrap a:first-child {
  margin-left: 0;
}
.cid-vvcVnUntqO .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-vvcVnUntqO .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-vvcVnUntqO .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-vvcVnUntqO .divider {
    margin-top: 0;
  }
}
.cid-vvcVnUntqO .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-vvcVnUntqO .brand {
  margin-bottom: 30px;
}
.cid-vvcVnUntqO .brand__text {
  margin-bottom: 0;
}
.cid-vvcVnUntqO .brand__text a {
  font-weight: 700;
}
.cid-vvcVnUntqO .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-vvcVnUntqO .adress {
  margin-bottom: 50px;
}
.cid-vvcVnUntqO .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-vvcVnUntqO .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-vvcVnUntqO .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-vvcVnUntqO .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-vvcVnUntqO .title__menu {
    margin-bottom: 15px;
  }
  .cid-vvcVnUntqO .menu__items {
    margin-bottom: 10px;
  }
  .cid-vvcVnUntqO .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-vvcVnUntqO .bottom__wrap,
  .cid-vvcVnUntqO .social {
    text-align: center;
  }
  .cid-vvcVnUntqO .bottom__wrap {
    justify-content: center;
  }
}
.cid-vvcVNZ8Nkg {
  min-height: 101px !important;
  background: #000000;
  overflow: visible;
}
.cid-vvcVNZ8Nkg .nav-item,
.cid-vvcVNZ8Nkg .nav-link,
.cid-vvcVNZ8Nkg .navbar-caption {
  font-weight: normal;
}
.cid-vvcVNZ8Nkg .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-vvcVNZ8Nkg .nav-link:before,
.cid-vvcVNZ8Nkg .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-vvcVNZ8Nkg .nav-item:hover .nav-link:before,
.cid-vvcVNZ8Nkg .soc-item:hover a:before {
  height: 2px;
  background-color: #8fd400;
  margin-top: 2px;
}
.cid-vvcVNZ8Nkg .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-vvcVNZ8Nkg .dropdown-toggle::after,
.cid-vvcVNZ8Nkg .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-vvcVNZ8Nkg .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-vvcVNZ8Nkg .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-vvcVNZ8Nkg .nav-item:focus,
.cid-vvcVNZ8Nkg .nav-link:focus {
  outline: none;
}
.cid-vvcVNZ8Nkg .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-vvcVNZ8Nkg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-vvcVNZ8Nkg .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-vvcVNZ8Nkg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-vvcVNZ8Nkg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vvcVNZ8Nkg .navbar {
  transition: all .3s;
  background: #000000;
}
.cid-vvcVNZ8Nkg .navbar.opened {
  transition: all .3s;
  background: #000000 !important;
}
.cid-vvcVNZ8Nkg .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-vvcVNZ8Nkg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vvcVNZ8Nkg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vvcVNZ8Nkg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-vvcVNZ8Nkg .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-vvcVNZ8Nkg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-vvcVNZ8Nkg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-vvcVNZ8Nkg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-vvcVNZ8Nkg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vvcVNZ8Nkg .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-vvcVNZ8Nkg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vvcVNZ8Nkg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vvcVNZ8Nkg .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-vvcVNZ8Nkg .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-vvcVNZ8Nkg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vvcVNZ8Nkg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vvcVNZ8Nkg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vvcVNZ8Nkg .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-vvcVNZ8Nkg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-vvcVNZ8Nkg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vvcVNZ8Nkg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-vvcVNZ8Nkg .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-vvcVNZ8Nkg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vvcVNZ8Nkg .dropdown-item.active,
.cid-vvcVNZ8Nkg .dropdown-item:active {
  background-color: transparent;
}
.cid-vvcVNZ8Nkg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vvcVNZ8Nkg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-vvcVNZ8Nkg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vvcVNZ8Nkg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vvcVNZ8Nkg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-vvcVNZ8Nkg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vvcVNZ8Nkg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vvcVNZ8Nkg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vvcVNZ8Nkg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vvcVNZ8Nkg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vvcVNZ8Nkg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vvcVNZ8Nkg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vvcVNZ8Nkg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vvcVNZ8Nkg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vvcVNZ8Nkg .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-vvcVNZ8Nkg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-vvcVNZ8Nkg .mbr-iconfont {
  color: #ffffff;
}
.cid-vvcVNZ8Nkg .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-vvcVNZ8Nkg .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vvcVNZ8Nkg .navbar {
    height: 77px;
  }
  .cid-vvcVNZ8Nkg .navbar.opened {
    height: auto;
  }
  .cid-vvcVNZ8Nkg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vvcVNZ8Nkg .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-vvcVNZk3EC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/alpha-count-page-header-1024x441.webp");
}
.cid-vvcVNZk3EC .mbr-text,
.cid-vvcVNZk3EC .mbr-section-btn {
  color: #ebeaed;
  text-align: center;
}
.cid-vvcVNZk3EC .mbr-section-title {
  color: #8fd400;
  text-align: center;
}
.cid-vvcVNZsC32 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vvcVNZsC32 .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-vvcVNZsC32 .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-vvcVNZsC32 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-vvcVNZsC32 .image {
  margin: auto;
}
.cid-vvcVNZsC32 .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-vvcVNZsC32 .linked {
  color: #8fd400;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-vvcVNZsC32 .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-vvcVNZsC32 .linked {
    margin: 30px 0 40px;
  }
}
.cid-vvcVNZsC32 .bottom__block {
  margin-bottom: 40px;
}
.cid-vvcVNZsC32 .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-vvcVNZsC32 .card__text {
  color: #919dab;
}
.cid-vvcVNZsC32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvcVNZsC32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvcVNZzmQM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vvcVNZzmQM .mbr-media {
  position: relative;
}
.cid-vvcVNZzmQM .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.cid-vvcVNZzmQM a:hover {
  background-image: none !important;
}
.cid-vvcVNZzmQM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  border-radius: 50%;
  padding: 1.5rem;
  cursor: pointer;
}
.cid-vvcVNZzmQM .icon-wrap span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ea3223;
}
.cid-vvcVNZzmQM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vvcVNZzmQM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vvcVNZzmQM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vvcVNZzmQM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vvcVNZzmQM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vvcVNZzmQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvcVNZzmQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvcVNZzmQM .mbr-section-title {
  color: #ffffff;
}
.cid-vvcVNZzmQM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vvcVNZIa0X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vvcVNZIa0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vvcVNZIa0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vvcVNZIa0X .mbr-text,
.cid-vvcVNZIa0X .mbr-section-btn {
  color: #232323;
}
.cid-vvcVNZIa0X .card-title,
.cid-vvcVNZIa0X .card-box {
  color: #8fd400;
}
.cid-vvcVNZIa0X .mbr-text,
.cid-vvcVNZIa0X .link-wrap {
  color: #ffffff;
}
.cid-vvcVNZNLNq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vvcVNZNLNq .menu {
  margin-bottom: 50px;
}
.cid-vvcVNZNLNq .title__menu {
  margin-bottom: 30px;
  font-weight: 500;
  color: #ebeaed;
}
.cid-vvcVNZNLNq .menu__items {
  margin-bottom: 20px;
}
.cid-vvcVNZNLNq .menu__items a:hover {
  color: #8fd400 !important;
}
.cid-vvcVNZNLNq .foot__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-vvcVNZNLNq .social {
  margin-bottom: 50px;
}
.cid-vvcVNZNLNq .social__wrap a {
  margin: 0 15px;
}
.cid-vvcVNZNLNq .social__wrap a:last-child {
  margin-right: 0;
}
.cid-vvcVNZNLNq .social__wrap a:first-child {
  margin-left: 0;
}
.cid-vvcVNZNLNq .social__wrap a:hover {
  color: #8fd400 !important;
}
.cid-vvcVNZNLNq .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-vvcVNZNLNq .divider {
  background-color: #8fd400;
  opacity: .5;
  margin: 25px 0 75px;
  height: 2px;
}
@media (max-width: 991px) {
  .cid-vvcVNZNLNq .divider {
    margin-top: 0;
  }
}
.cid-vvcVNZNLNq .logo__image {
  width: 64px;
  object-fit: cover;
}
.cid-vvcVNZNLNq .brand {
  margin-bottom: 30px;
}
.cid-vvcVNZNLNq .brand__text {
  margin-bottom: 0;
}
.cid-vvcVNZNLNq .brand__text a {
  font-weight: 700;
}
.cid-vvcVNZNLNq .brand__text a:hover {
  color: #8fd400 !important;
}
.cid-vvcVNZNLNq .adress {
  margin-bottom: 50px;
}
.cid-vvcVNZNLNq .title__info {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.cid-vvcVNZNLNq .text__info {
  color: #919dab;
  margin-bottom: 0;
}
.cid-vvcVNZNLNq .mbr-section-btn {
  margin-bottom: 50px;
}
.cid-vvcVNZNLNq .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-vvcVNZNLNq .title__menu {
    margin-bottom: 15px;
  }
  .cid-vvcVNZNLNq .menu__items {
    margin-bottom: 10px;
  }
  .cid-vvcVNZNLNq .title__info {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cid-vvcVNZNLNq .bottom__wrap,
  .cid-vvcVNZNLNq .social {
    text-align: center;
  }
  .cid-vvcVNZNLNq .bottom__wrap {
    justify-content: center;
  }
}
