.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 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: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #00009d !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ac1a34 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6de848 !important;
  border-color: #6de848 !important;
  color: #0e2c05 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #91ee75 !important;
  border-color: #91ee75 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0e2c05 !important;
  background-color: #91ee75 !important;
  border-color: #91ee75 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #00009d !important;
  border-color: #00009d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #0000d0 !important;
  border-color: #0000d0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0000d0 !important;
  border-color: #0000d0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ac1a34 !important;
  border-color: #ac1a34 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d82141 !important;
  border-color: #d82141 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d82141 !important;
  border-color: #d82141 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6de848;
  color: #6de848;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3fc118 !important;
  background-color: transparent !important;
  border-color: #3fc118 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0e2c05 !important;
  background-color: #6de848 !important;
  border-color: #6de848 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00009d;
  color: #00009d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000046 !important;
  background-color: transparent !important;
  border-color: #000046 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00009d !important;
  border-color: #00009d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ac1a34;
  color: #ac1a34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #610f1d !important;
  background-color: transparent !important;
  border-color: #610f1d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ac1a34 !important;
  border-color: #ac1a34 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #6de848 !important;
}
.text-success {
  color: #00009d !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ac1a34 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3bb317 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000037 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #530d19 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ac1a34;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1e1eff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e75f77;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat Alternates', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #6de848 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v3E34yPMKd {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3E34yPMKd .content-head {
  max-width: 800px;
}
.cid-v3E34yPMKd .mbr-section-title {
  color: #00009d;
}
.cid-v3EawgIleD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v3EawgIleD .row-bg {
  background: #00009d;
  margin: 0;
  padding: 2rem 1rem;
  padding-bottom: 0;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-v3EawgIleD .row-bg {
    padding: 1rem 0;
  }
}
.cid-v3EawgIleD .item-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3EawgIleD .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (min-width: 992px) {
  .cid-v3EawgIleD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v3EawgIleD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3EawgIleD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v3EawgIleD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v3EawgIleD img,
.cid-v3EawgIleD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v3EawgIleD .item:focus,
.cid-v3EawgIleD span:focus {
  outline: none;
}
.cid-v3EawgIleD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v3EawgIleD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v3EawgIleD .mbr-section-title {
  color: #232323;
}
.cid-v3EawgIleD .item-subtitle {
  color: #454545;
}
.cid-v3EawgIleD .mbr-section-subtitle {
  color: #000000;
}
.cid-v3EgSRRA4c {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v3EgSRRA4c .content-head {
  max-width: 800px;
}
.cid-v3EgSRRA4c .mbr-section-title {
  color: #00009d;
}
.cid-v3EgSRRA4c .mbr-text,
.cid-v3EgSRRA4c .mbr-section-btn {
  color: #000000;
}
.cid-v3ElXcJC5r {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3ElXcJC5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ElXcJC5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v3ElXcJC5r .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-v3ElXcJC5r .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3ElXcJC5r .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-v3ElXcJC5r .card-wrapper {
  background: #ffffff;
}
.cid-v3ElXcJC5r .mbr-text,
.cid-v3ElXcJC5r .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v3ElXcJC5r .card-title,
.cid-v3ElXcJC5r .card-box {
  text-align: left;
  color: #000000;
}
.cid-v3ElXcJC5r .mbr-section-subtitle {
  color: #00009d;
}
.cid-vaat8pCUUN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaat8pCUUN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaat8pCUUN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vaat8pCUUN .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vaat8pCUUN .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vaat8pCUUN .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vaat8pCUUN .card-wrapper {
  background: #ffffff;
}
.cid-vaat8pCUUN .mbr-text,
.cid-vaat8pCUUN .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vaat8pCUUN .card-title,
.cid-vaat8pCUUN .card-box {
  text-align: left;
  color: #000000;
}
.cid-vaat8pCUUN .mbr-section-subtitle {
  color: #00009d;
}
.cid-v3EieC83xA {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/abstraktnye-razmytia-torgovyi-centr.jpg");
}
.cid-v3EieC83xA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3EieC83xA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3EieC83xA .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3EieC83xA .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3EieC83xA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3EieC83xA .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3EieC83xA .mbr-text,
.cid-v3EieC83xA .mbr-section-btn {
  text-align: center;
}
.cid-vaavp7EpAW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaavp7EpAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaavp7EpAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaavp7EpAW .mbr-section-title {
  color: #00009d;
}
.cid-v3EAiNegOf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v3EAiNegOf .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-v3EAiNegOf img,
.cid-v3EAiNegOf .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-v3EAiNegOf .item:focus,
.cid-v3EAiNegOf span:focus {
  outline: none;
}
.cid-v3EAiNegOf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v3EAiNegOf .item {
    margin-bottom: 1rem;
  }
}
.cid-v3EAiNegOf .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v3EAiNegOf .mbr-section-title {
  color: #00009d;
}
.cid-v3EAiNegOf .mbr-text,
.cid-v3EAiNegOf .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-v3EAiNegOf .item-title {
  color: #232323;
  text-align: center;
}
.cid-v3EAiNegOf .content-head {
  max-width: 800px;
}
.cid-vaaucXn5aU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaaucXn5aU .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vaaucXn5aU img,
.cid-vaaucXn5aU .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-vaaucXn5aU .item:focus,
.cid-vaaucXn5aU span:focus {
  outline: none;
}
.cid-vaaucXn5aU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaucXn5aU .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaucXn5aU .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaucXn5aU .mbr-section-title {
  color: #00009d;
}
.cid-vaaucXn5aU .mbr-text,
.cid-vaaucXn5aU .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vaaucXn5aU .item-title {
  color: #232323;
  text-align: center;
}
.cid-vaaucXn5aU .content-head {
  max-width: 800px;
}
.cid-v4ps7NYycg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4ps7NYycg .mbr-section-title {
  text-align: center;
}
.cid-v4ps7NYycg .mbr-text,
.cid-v4ps7NYycg .mbr-section-btn {
  text-align: center;
  color: #696969;
}
.cid-v9uPWJHX4y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/unfocused-background-colorful-products.jpg");
}
.cid-v9uPWJHX4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9uPWJHX4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9uPWJHX4y .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v9uPWJHX4y .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v9uPWJHX4y .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v9uPWJHX4y .card-wrapper {
    padding: 4rem;
  }
}
.cid-v9uPWJHX4y .mbr-text,
.cid-v9uPWJHX4y .mbr-section-btn {
  text-align: center;
}
.cid-vaaEKCU05O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaaEKCU05O .item:focus,
.cid-vaaEKCU05O span:focus {
  outline: none;
}
.cid-vaaEKCU05O .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaEKCU05O .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaEKCU05O .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaEKCU05O .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaaEKCU05O .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vaaEKCU05O .item-wrapper {
  position: relative;
  background: #edfcff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaEKCU05O .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaaEKCU05O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaaEKCU05O .mbr-text,
.cid-vaaEKCU05O .item .mbr-section-btn {
  text-align: center;
}
.cid-vaaEKCU05O .content-head {
  max-width: 800px;
}
.cid-vaaEKCU05O .mbr-number {
  color: #9fe870;
}
.cid-vaaEKCU05O .mbr-section-subtitle,
.cid-vaaEKCU05O .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-vaaEKCU05O .mbr-text {
  text-align: left;
}
.cid-vaaEKCU05O .mbr-text,
.cid-vaaEKCU05O .mbr-card-btn {
  text-align: left;
}
.cid-vaaEKCU05O .mbr-text,
.cid-vaaEKCU05O .mbr-section-btn {
  text-align: left;
}
.cid-vaaEKCU05O .mbr-text,
.cid-vaaEKCU05O .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-vaaEKCU05O .card-text,
.cid-vaaEKCU05O .item .mbr-section-btn {
  text-align: left;
}
.cid-vaaEKCU05O .card-title {
  text-align: left;
}
.cid-vaaFlHfaPQ {
  padding-top: 225px;
  background-image: url("../../../assets/images/white-foam-background.jpg");
}
.cid-vaaFlHfaPQ H2 {
  color: #000000;
  text-align: center;
}
.cid-vaaFlHfaPQ h1 {
  background: linear-gradient(to left, #6de848, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vaaFlHfaPQ section {
  align-items: flex-end !important;
}
.cid-vaaFlHfaPQ .mbr-text,
.cid-vaaFlHfaPQ .mbr-section-btn {
  color: #999999;
}
.cid-vaaFlHfaPQ .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-v9vhkbl6u8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9vhkbl6u8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vhkbl6u8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vhkbl6u8 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9vhkbl6u8 .image-wrap img {
    display: block;
    margin: auto;
    width: 120%;
  }
}
.cid-v9vhkbl6u8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9vhkbl6u8 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9vhkbl6u8 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9vhkbl6u8 .header-menu li p {
  margin: 0;
}
.cid-v9vhkbl6u8 .content-head {
  max-width: 800px;
}
.cid-v9uZmCDkb6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9uZmCDkb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9uZmCDkb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9uZmCDkb6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9uZmCDkb6 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v9uZmCDkb6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v9uZmCDkb6 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v9uZmCDkb6 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v9uZmCDkb6 .header-menu li p {
  margin: 0;
}
.cid-v9uZmCDkb6 .content-head {
  max-width: 800px;
}
.cid-v9v0okNBvO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9v0okNBvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9v0okNBvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9v0okNBvO .row {
  flex-direction: row-reverse;
}
.cid-v9v0okNBvO .mbr-description {
  text-align: left;
}
.cid-v9v0okNBvO .item-wrapper {
  background: #e3efe0;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v9v0okNBvO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9v0okNBvO .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v9v0okNBvO .card-title,
.cid-v9v0okNBvO .iconfont-wrapper {
  color: #000000;
}
.cid-v9v0okNBvO .card-text {
  color: #000000;
}
.cid-v9v0okNBvO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v9v0okNBvO .mbr-number {
  color: #53b336;
}
.cid-v9v0okNBvO .mbr-text,
.cid-v9v0okNBvO .mbr-section-btn {
  text-align: center;
}
.cid-v9v0okNBvO .card-text,
.cid-v9v0okNBvO .item .mbr-section-btn {
  text-align: left;
}
.cid-v9v0okNBvO .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9v0okNBvO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9vSI7H55W {
  padding-top: 135px;
  background-image: url("../../../assets/images/vid-3d-oblaka.jpg");
}
.cid-v9vSI7H55W H2 {
  color: #000000;
  text-align: center;
}
.cid-v9vSI7H55W h1 {
  background: linear-gradient(to left, #6de848, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v9vSI7H55W section {
  align-items: flex-end !important;
}
.cid-v9vSI7H55W .mbr-text,
.cid-v9vSI7H55W .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9vSI7H55W .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-v9vT6leFhP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9vT6leFhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9vT6leFhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9vT6leFhP .row {
  flex-direction: row-reverse;
}
.cid-v9v7ImCbCo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9v7ImCbCo img,
.cid-v9v7ImCbCo .item-img {
  width: 100%;
}
.cid-v9v7ImCbCo .item:focus,
.cid-v9v7ImCbCo span:focus {
  outline: none;
}
.cid-v9v7ImCbCo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9v7ImCbCo .item {
    margin-bottom: 1rem;
  }
}
.cid-v9v7ImCbCo .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9v7ImCbCo .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9v7ImCbCo .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9v7ImCbCo .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9v7ImCbCo .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9v7ImCbCo .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9v7ImCbCo .mbr-section-title {
  color: #232323;
}
.cid-v9v7ImCbCo .mbr-text,
.cid-v9v7ImCbCo .mbr-section-btn {
  text-align: center;
}
.cid-v9v7ImCbCo .item-title {
  text-align: left;
}
.cid-v9v7ImCbCo .content-head {
  max-width: 800px;
}
.cid-v9v7ImCbCo .mbr-text,
.cid-v9v7ImCbCo .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9v7ImCbCo .mbr-section-title,
.cid-v9v7ImCbCo .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9vYLQlkcy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9vYLQlkcy img,
.cid-v9vYLQlkcy .item-img {
  width: 100%;
}
.cid-v9vYLQlkcy .item:focus,
.cid-v9vYLQlkcy span:focus {
  outline: none;
}
.cid-v9vYLQlkcy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9vYLQlkcy .item {
    margin-bottom: 1rem;
  }
}
.cid-v9vYLQlkcy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9vYLQlkcy .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9vYLQlkcy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9vYLQlkcy .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9vYLQlkcy .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9vYLQlkcy .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9vYLQlkcy .mbr-section-title {
  color: #232323;
}
.cid-v9vYLQlkcy .mbr-text,
.cid-v9vYLQlkcy .mbr-section-btn {
  text-align: center;
}
.cid-v9vYLQlkcy .item-title {
  text-align: left;
}
.cid-v9vYLQlkcy .content-head {
  max-width: 800px;
}
.cid-v9vYLQlkcy .mbr-text,
.cid-v9vYLQlkcy .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9vYLQlkcy .mbr-section-title,
.cid-v9vYLQlkcy .mbr-section-head .mbr-section-btn {
  color: #000000;
}
.cid-v9w1urKGJF {
  padding-top: 135px;
  background-image: url("../../../assets/images/belyi-pennyi-fon.jpg");
}
.cid-v9w1urKGJF H2 {
  color: #000000;
  text-align: center;
}
.cid-v9w1urKGJF h1 {
  background: linear-gradient(to left, #6de848, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v9w1urKGJF section {
  align-items: flex-end !important;
}
.cid-v9w1urKGJF .mbr-text,
.cid-v9w1urKGJF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9w1urKGJF .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-v9w1SXt5Tl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9w1SXt5Tl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9w1SXt5Tl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9w1SXt5Tl .row {
  flex-direction: row-reverse;
}
.cid-v9w2iM2zf6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9w2iM2zf6 img,
.cid-v9w2iM2zf6 .item-img {
  width: 100%;
}
.cid-v9w2iM2zf6 .item:focus,
.cid-v9w2iM2zf6 span:focus {
  outline: none;
}
.cid-v9w2iM2zf6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9w2iM2zf6 .item {
    margin-bottom: 1rem;
  }
}
.cid-v9w2iM2zf6 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9w2iM2zf6 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9w2iM2zf6 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9w2iM2zf6 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9w2iM2zf6 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9w2iM2zf6 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9w2iM2zf6 .mbr-section-title {
  color: #232323;
}
.cid-v9w2iM2zf6 .mbr-text,
.cid-v9w2iM2zf6 .mbr-section-btn {
  text-align: center;
}
.cid-v9w2iM2zf6 .item-title {
  text-align: left;
}
.cid-v9w2iM2zf6 .content-head {
  max-width: 800px;
}
.cid-v9w2iM2zf6 .mbr-text,
.cid-v9w2iM2zf6 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9w2iM2zf6 .mbr-section-title,
.cid-v9w2iM2zf6 .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9w2wNIg71 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9w2wNIg71 img,
.cid-v9w2wNIg71 .item-img {
  width: 100%;
}
.cid-v9w2wNIg71 .item:focus,
.cid-v9w2wNIg71 span:focus {
  outline: none;
}
.cid-v9w2wNIg71 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9w2wNIg71 .item {
    margin-bottom: 1rem;
  }
}
.cid-v9w2wNIg71 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9w2wNIg71 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9w2wNIg71 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9w2wNIg71 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9w2wNIg71 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9w2wNIg71 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9w2wNIg71 .mbr-section-title {
  color: #232323;
}
.cid-v9w2wNIg71 .mbr-text,
.cid-v9w2wNIg71 .mbr-section-btn {
  text-align: center;
}
.cid-v9w2wNIg71 .item-title {
  text-align: left;
}
.cid-v9w2wNIg71 .content-head {
  max-width: 800px;
}
.cid-v9w2wNIg71 .mbr-text,
.cid-v9w2wNIg71 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9w2wNIg71 .mbr-section-title,
.cid-v9w2wNIg71 .mbr-section-head .mbr-section-btn {
  color: #000000;
}
.cid-v9AoIIcCyv {
  padding-top: 135px;
  background-image: url("../../../assets/images/nescastnye-udary-sinei-kraski.jpg");
}
.cid-v9AoIIcCyv H2 {
  color: #000000;
  text-align: center;
}
.cid-v9AoIIcCyv h1 {
  background: linear-gradient(to left, #6de848, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v9AoIIcCyv section {
  align-items: flex-end !important;
}
.cid-v9AoIIcCyv .mbr-text,
.cid-v9AoIIcCyv .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9AoIIcCyv .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-v9AoKZYfMu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9AoKZYfMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AoKZYfMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AoKZYfMu .row {
  flex-direction: row-reverse;
}
.cid-v9AoMtBUuV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9AoMtBUuV img,
.cid-v9AoMtBUuV .item-img {
  width: 100%;
}
.cid-v9AoMtBUuV .item:focus,
.cid-v9AoMtBUuV span:focus {
  outline: none;
}
.cid-v9AoMtBUuV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9AoMtBUuV .item {
    margin-bottom: 1rem;
  }
}
.cid-v9AoMtBUuV .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9AoMtBUuV .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9AoMtBUuV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9AoMtBUuV .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9AoMtBUuV .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9AoMtBUuV .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9AoMtBUuV .mbr-section-title {
  color: #232323;
}
.cid-v9AoMtBUuV .mbr-text,
.cid-v9AoMtBUuV .mbr-section-btn {
  text-align: center;
}
.cid-v9AoMtBUuV .item-title {
  text-align: left;
}
.cid-v9AoMtBUuV .content-head {
  max-width: 800px;
}
.cid-v9AoMtBUuV .mbr-text,
.cid-v9AoMtBUuV .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9AoMtBUuV .mbr-section-title,
.cid-v9AoMtBUuV .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9AoNm3ZhF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9AoNm3ZhF img,
.cid-v9AoNm3ZhF .item-img {
  width: 100%;
}
.cid-v9AoNm3ZhF .item:focus,
.cid-v9AoNm3ZhF span:focus {
  outline: none;
}
.cid-v9AoNm3ZhF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9AoNm3ZhF .item {
    margin-bottom: 1rem;
  }
}
.cid-v9AoNm3ZhF .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9AoNm3ZhF .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9AoNm3ZhF .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9AoNm3ZhF .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9AoNm3ZhF .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9AoNm3ZhF .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9AoNm3ZhF .mbr-section-title {
  color: #232323;
}
.cid-v9AoNm3ZhF .mbr-text,
.cid-v9AoNm3ZhF .mbr-section-btn {
  text-align: center;
}
.cid-v9AoNm3ZhF .item-title {
  text-align: left;
}
.cid-v9AoNm3ZhF .content-head {
  max-width: 800px;
}
.cid-v9AoNm3ZhF .mbr-text,
.cid-v9AoNm3ZhF .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9AoNm3ZhF .mbr-section-title,
.cid-v9AoNm3ZhF .mbr-section-head .mbr-section-btn {
  color: #000000;
}
.cid-v9ADMbHvKe {
  padding-top: 135px;
  background-image: url("../../../assets/images/belyi-pennyi-fon2.jpg");
}
.cid-v9ADMbHvKe H2 {
  color: #000000;
  text-align: center;
}
.cid-v9ADMbHvKe h1 {
  background: linear-gradient(to left, #6de848, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v9ADMbHvKe section {
  align-items: flex-end !important;
}
.cid-v9ADMbHvKe .mbr-text,
.cid-v9ADMbHvKe .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9ADMbHvKe .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-v9ADMUBq2A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9ADMUBq2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9ADMUBq2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9ADMUBq2A .row {
  flex-direction: row-reverse;
}
.cid-v9ADNWACQx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9ADNWACQx img,
.cid-v9ADNWACQx .item-img {
  width: 100%;
}
.cid-v9ADNWACQx .item:focus,
.cid-v9ADNWACQx span:focus {
  outline: none;
}
.cid-v9ADNWACQx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9ADNWACQx .item {
    margin-bottom: 1rem;
  }
}
.cid-v9ADNWACQx .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9ADNWACQx .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9ADNWACQx .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9ADNWACQx .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ADNWACQx .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ADNWACQx .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ADNWACQx .mbr-section-title {
  color: #232323;
}
.cid-v9ADNWACQx .mbr-text,
.cid-v9ADNWACQx .mbr-section-btn {
  text-align: center;
}
.cid-v9ADNWACQx .item-title {
  text-align: left;
}
.cid-v9ADNWACQx .content-head {
  max-width: 800px;
}
.cid-v9ADNWACQx .mbr-text,
.cid-v9ADNWACQx .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9ADNWACQx .mbr-section-title,
.cid-v9ADNWACQx .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9ADP0Cj9x {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9ADP0Cj9x img,
.cid-v9ADP0Cj9x .item-img {
  width: 100%;
}
.cid-v9ADP0Cj9x .item:focus,
.cid-v9ADP0Cj9x span:focus {
  outline: none;
}
.cid-v9ADP0Cj9x .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9ADP0Cj9x .item {
    margin-bottom: 1rem;
  }
}
.cid-v9ADP0Cj9x .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9ADP0Cj9x .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9ADP0Cj9x .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9ADP0Cj9x .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ADP0Cj9x .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ADP0Cj9x .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ADP0Cj9x .mbr-section-title {
  color: #232323;
}
.cid-v9ADP0Cj9x .mbr-text,
.cid-v9ADP0Cj9x .mbr-section-btn {
  text-align: center;
}
.cid-v9ADP0Cj9x .item-title {
  text-align: left;
}
.cid-v9ADP0Cj9x .content-head {
  max-width: 800px;
}
.cid-v9ADP0Cj9x .mbr-text,
.cid-v9ADP0Cj9x .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9ADP0Cj9x .mbr-section-title,
.cid-v9ADP0Cj9x .mbr-section-head .mbr-section-btn {
  color: #000000;
}
.cid-v9AIF2ifPx {
  padding-top: 135px;
  background-image: url("../../../assets/images/prostranstvo-dla-gigieny-polosti-rta.jpg");
}
.cid-v9AIF2ifPx H2 {
  color: #000000;
  text-align: center;
}
.cid-v9AIF2ifPx h1 {
  background: linear-gradient(to left, #6de848, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v9AIF2ifPx section {
  align-items: flex-end !important;
}
.cid-v9AIF2ifPx .mbr-text,
.cid-v9AIF2ifPx .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9AIF2ifPx .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-v9AIGi8fVp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9AIGi8fVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9AIGi8fVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9AIGi8fVp .row {
  flex-direction: row-reverse;
}
.cid-v9AIHHkiw0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9AIHHkiw0 img,
.cid-v9AIHHkiw0 .item-img {
  width: 100%;
}
.cid-v9AIHHkiw0 .item:focus,
.cid-v9AIHHkiw0 span:focus {
  outline: none;
}
.cid-v9AIHHkiw0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9AIHHkiw0 .item {
    margin-bottom: 1rem;
  }
}
.cid-v9AIHHkiw0 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9AIHHkiw0 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9AIHHkiw0 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9AIHHkiw0 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9AIHHkiw0 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9AIHHkiw0 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9AIHHkiw0 .mbr-section-title {
  color: #232323;
}
.cid-v9AIHHkiw0 .mbr-text,
.cid-v9AIHHkiw0 .mbr-section-btn {
  text-align: center;
}
.cid-v9AIHHkiw0 .item-title {
  text-align: left;
}
.cid-v9AIHHkiw0 .content-head {
  max-width: 800px;
}
.cid-v9AIHHkiw0 .mbr-text,
.cid-v9AIHHkiw0 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9AIHHkiw0 .mbr-section-title,
.cid-v9AIHHkiw0 .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9AIIEvEhc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9AIIEvEhc img,
.cid-v9AIIEvEhc .item-img {
  width: 100%;
}
.cid-v9AIIEvEhc .item:focus,
.cid-v9AIIEvEhc span:focus {
  outline: none;
}
.cid-v9AIIEvEhc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9AIIEvEhc .item {
    margin-bottom: 1rem;
  }
}
.cid-v9AIIEvEhc .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9AIIEvEhc .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9AIIEvEhc .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9AIIEvEhc .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9AIIEvEhc .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9AIIEvEhc .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9AIIEvEhc .mbr-section-title {
  color: #232323;
}
.cid-v9AIIEvEhc .mbr-text,
.cid-v9AIIEvEhc .mbr-section-btn {
  text-align: center;
}
.cid-v9AIIEvEhc .item-title {
  text-align: left;
}
.cid-v9AIIEvEhc .content-head {
  max-width: 800px;
}
.cid-v9AIIEvEhc .mbr-text,
.cid-v9AIIEvEhc .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9AIIEvEhc .mbr-section-title,
.cid-v9AIIEvEhc .mbr-section-head .mbr-section-btn {
  color: #000000;
}
.cid-v9D8AiuTBt {
  padding-top: 135px;
  background-image: url("../../../assets/images/kompozicia-ocistki-ob-ektov-s-copyspace.jpg");
}
.cid-v9D8AiuTBt H2 {
  color: #000000;
  text-align: center;
}
.cid-v9D8AiuTBt h1 {
  background: linear-gradient(to left, #6de848, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v9D8AiuTBt section {
  align-items: flex-end !important;
}
.cid-v9D8AiuTBt .mbr-text,
.cid-v9D8AiuTBt .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9D8AiuTBt .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-v9D8BLUcPS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9D8BLUcPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9D8BLUcPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9D8BLUcPS .row {
  flex-direction: row-reverse;
}
.cid-v9D8CRDbpI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9D8CRDbpI img,
.cid-v9D8CRDbpI .item-img {
  width: 100%;
}
.cid-v9D8CRDbpI .item:focus,
.cid-v9D8CRDbpI span:focus {
  outline: none;
}
.cid-v9D8CRDbpI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9D8CRDbpI .item {
    margin-bottom: 1rem;
  }
}
.cid-v9D8CRDbpI .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9D8CRDbpI .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9D8CRDbpI .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9D8CRDbpI .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9D8CRDbpI .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9D8CRDbpI .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9D8CRDbpI .mbr-section-title {
  color: #232323;
}
.cid-v9D8CRDbpI .mbr-text,
.cid-v9D8CRDbpI .mbr-section-btn {
  text-align: center;
}
.cid-v9D8CRDbpI .item-title {
  text-align: left;
}
.cid-v9D8CRDbpI .content-head {
  max-width: 800px;
}
.cid-v9D8CRDbpI .mbr-text,
.cid-v9D8CRDbpI .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9D8CRDbpI .mbr-section-title,
.cid-v9D8CRDbpI .mbr-section-head .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v9D8DJ9koR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9D8DJ9koR img,
.cid-v9D8DJ9koR .item-img {
  width: 100%;
}
.cid-v9D8DJ9koR .item:focus,
.cid-v9D8DJ9koR span:focus {
  outline: none;
}
.cid-v9D8DJ9koR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9D8DJ9koR .item {
    margin-bottom: 1rem;
  }
}
.cid-v9D8DJ9koR .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v9D8DJ9koR .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v9D8DJ9koR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v9D8DJ9koR .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9D8DJ9koR .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9D8DJ9koR .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-v9D8DJ9koR .mbr-section-title {
  color: #232323;
}
.cid-v9D8DJ9koR .mbr-text,
.cid-v9D8DJ9koR .mbr-section-btn {
  text-align: center;
}
.cid-v9D8DJ9koR .item-title {
  text-align: left;
}
.cid-v9D8DJ9koR .content-head {
  max-width: 800px;
}
.cid-v9D8DJ9koR .mbr-text,
.cid-v9D8DJ9koR .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-v9D8DJ9koR .mbr-section-title,
.cid-v9D8DJ9koR .mbr-section-head .mbr-section-btn {
  color: #000000;
}
.cid-vaaFYuTSRv {
  padding-top: 195px;
  background-image: url("../../../assets/images/delicious-ice-cream-texture.jpg");
}
.cid-vaaFYuTSRv H2 {
  color: #000000;
  text-align: center;
}
.cid-vaaFYuTSRv h1 {
  background: linear-gradient(to left, #6de848, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vaaFYuTSRv section {
  align-items: flex-end !important;
}
.cid-vaaFYuTSRv .mbr-text,
.cid-vaaFYuTSRv .mbr-section-btn {
  color: #999999;
}
.cid-vaaFYuTSRv .mbr-overlay {
  background-color: transparent !important;
  background: linear-gradient(to top, #ffffff, transparent);
}
.cid-vaaJozeUkd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaaJozeUkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaaJozeUkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaaJozeUkd .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaaJozeUkd .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-vaaJozeUkd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vaaJozeUkd .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vaaJozeUkd .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vaaJozeUkd .header-menu li p {
  margin: 0;
}
.cid-vaaJozeUkd .content-head {
  max-width: 800px;
}
.cid-vaaJ0nKFF9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaaJ0nKFF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaaJ0nKFF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaaJ0nKFF9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vaaJ0nKFF9 .image-wrap img {
    display: block;
    margin: auto;
    width: 120%;
  }
}
.cid-vaaJ0nKFF9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vaaJ0nKFF9 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vaaJ0nKFF9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vaaJ0nKFF9 .header-menu li p {
  margin: 0;
}
.cid-vaaJ0nKFF9 .content-head {
  max-width: 800px;
}
.cid-vaaH2a8qEI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaaH2a8qEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaaH2a8qEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaaH2a8qEI .row {
  flex-direction: row-reverse;
}
.cid-vaaH2a8qEI .mbr-description {
  text-align: left;
}
.cid-vaaH2a8qEI .item-wrapper {
  background: #edfcff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vaaH2a8qEI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaH2a8qEI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vaaH2a8qEI .card-title,
.cid-vaaH2a8qEI .iconfont-wrapper {
  color: #000000;
}
.cid-vaaH2a8qEI .card-text {
  color: #000000;
}
.cid-vaaH2a8qEI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaaH2a8qEI .mbr-number {
  color: #00009d;
}
.cid-vaaH2a8qEI .mbr-text,
.cid-vaaH2a8qEI .mbr-section-btn {
  text-align: center;
}
.cid-vaaH2a8qEI .card-text,
.cid-vaaH2a8qEI .item .mbr-section-btn {
  text-align: left;
}
.cid-vaaH2a8qEI .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaH2a8qEI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaaH3BbPkx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaaH3BbPkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaaH3BbPkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaaH3BbPkx .mbr-description {
  text-align: left;
}
.cid-vaaH3BbPkx .item-wrapper {
  background: #edfcff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vaaH3BbPkx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaH3BbPkx .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vaaH3BbPkx .card-title,
.cid-vaaH3BbPkx .iconfont-wrapper {
  color: #000000;
}
.cid-vaaH3BbPkx .card-text {
  color: #000000;
}
.cid-vaaH3BbPkx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaaH3BbPkx .mbr-number {
  color: #00009d;
}
.cid-vaaH3BbPkx .mbr-text,
.cid-vaaH3BbPkx .mbr-section-btn {
  text-align: center;
}
.cid-vaaH3BbPkx .card-text,
.cid-vaaH3BbPkx .item .mbr-section-btn {
  text-align: left;
}
.cid-vaaH3BbPkx .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaH3BbPkx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaaH78Gfqk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaaH78Gfqk img,
.cid-vaaH78Gfqk .item-img {
  width: 100%;
}
.cid-vaaH78Gfqk .item:focus,
.cid-vaaH78Gfqk span:focus {
  outline: none;
}
.cid-vaaH78Gfqk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaH78Gfqk .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaH78Gfqk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaH78Gfqk .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaaH78Gfqk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaaH78Gfqk .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaH78Gfqk .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaaH78Gfqk .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vaaH78Gfqk .mbr-section-title {
  color: #232323;
}
.cid-vaaH78Gfqk .mbr-text,
.cid-vaaH78Gfqk .mbr-section-btn {
  text-align: center;
}
.cid-vaaH78Gfqk .item-title {
  text-align: left;
  color: #000000;
}
.cid-vaaH78Gfqk .content-head {
  max-width: 800px;
}
.cid-vaaH78Gfqk .mbr-text,
.cid-vaaH78Gfqk .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vaaH78Gfqk .mbr-section-title,
.cid-vaaH78Gfqk .mbr-section-head .mbr-section-btn {
  color: #111111;
}
.cid-vaaHeRC0dQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaaHeRC0dQ img,
.cid-vaaHeRC0dQ .item-img {
  width: 100%;
}
.cid-vaaHeRC0dQ .item:focus,
.cid-vaaHeRC0dQ span:focus {
  outline: none;
}
.cid-vaaHeRC0dQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaHeRC0dQ .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaHeRC0dQ .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaHeRC0dQ .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaaHeRC0dQ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaaHeRC0dQ .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaHeRC0dQ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaaHeRC0dQ .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vaaHeRC0dQ .mbr-section-title {
  color: #232323;
}
.cid-vaaHeRC0dQ .mbr-text,
.cid-vaaHeRC0dQ .mbr-section-btn {
  text-align: center;
}
.cid-vaaHeRC0dQ .item-title {
  text-align: left;
  color: #000000;
}
.cid-vaaHeRC0dQ .content-head {
  max-width: 800px;
}
.cid-vaaHeRC0dQ .mbr-text,
.cid-vaaHeRC0dQ .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vaaHeRC0dQ .mbr-section-title,
.cid-vaaHeRC0dQ .mbr-section-head .mbr-section-btn {
  color: #111111;
}
.cid-vaaHgKLRf1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaaHgKLRf1 img,
.cid-vaaHgKLRf1 .item-img {
  width: 100%;
}
.cid-vaaHgKLRf1 .item:focus,
.cid-vaaHgKLRf1 span:focus {
  outline: none;
}
.cid-vaaHgKLRf1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaHgKLRf1 .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaHgKLRf1 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaHgKLRf1 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaaHgKLRf1 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaaHgKLRf1 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaHgKLRf1 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaaHgKLRf1 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vaaHgKLRf1 .mbr-section-title {
  color: #232323;
}
.cid-vaaHgKLRf1 .mbr-text,
.cid-vaaHgKLRf1 .mbr-section-btn {
  text-align: center;
}
.cid-vaaHgKLRf1 .item-title {
  text-align: left;
  color: #000000;
}
.cid-vaaHgKLRf1 .content-head {
  max-width: 800px;
}
.cid-vaaHgKLRf1 .mbr-text,
.cid-vaaHgKLRf1 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vaaHgKLRf1 .mbr-section-title,
.cid-vaaHgKLRf1 .mbr-section-head .mbr-section-btn {
  color: #111111;
}
.cid-vaaHjucOVr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaaHjucOVr img,
.cid-vaaHjucOVr .item-img {
  width: 100%;
}
.cid-vaaHjucOVr .item:focus,
.cid-vaaHjucOVr span:focus {
  outline: none;
}
.cid-vaaHjucOVr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaHjucOVr .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaHjucOVr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaHjucOVr .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaaHjucOVr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaaHjucOVr .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaHjucOVr .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaaHjucOVr .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vaaHjucOVr .mbr-section-title {
  color: #232323;
}
.cid-vaaHjucOVr .mbr-text,
.cid-vaaHjucOVr .mbr-section-btn {
  text-align: center;
}
.cid-vaaHjucOVr .item-title {
  text-align: left;
  color: #000000;
}
.cid-vaaHjucOVr .content-head {
  max-width: 800px;
}
.cid-vaaHjucOVr .mbr-text,
.cid-vaaHjucOVr .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vaaHjucOVr .mbr-section-title,
.cid-vaaHjucOVr .mbr-section-head .mbr-section-btn {
  color: #111111;
}
.cid-vaaI09v0Ys {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaaI09v0Ys img,
.cid-vaaI09v0Ys .item-img {
  width: 100%;
}
.cid-vaaI09v0Ys .item:focus,
.cid-vaaI09v0Ys span:focus {
  outline: none;
}
.cid-vaaI09v0Ys .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaI09v0Ys .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaI09v0Ys .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaI09v0Ys .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaaI09v0Ys .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaaI09v0Ys .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaI09v0Ys .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaaI09v0Ys .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vaaI09v0Ys .mbr-section-title {
  color: #232323;
}
.cid-vaaI09v0Ys .mbr-text,
.cid-vaaI09v0Ys .mbr-section-btn {
  text-align: center;
}
.cid-vaaI09v0Ys .item-title {
  text-align: left;
  color: #000000;
}
.cid-vaaI09v0Ys .content-head {
  max-width: 800px;
}
.cid-vaaI09v0Ys .mbr-text,
.cid-vaaI09v0Ys .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vaaI09v0Ys .mbr-section-title,
.cid-vaaI09v0Ys .mbr-section-head .mbr-section-btn {
  color: #111111;
}
.cid-vaaHndmF1n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaaHndmF1n img,
.cid-vaaHndmF1n .item-img {
  width: 100%;
}
.cid-vaaHndmF1n .item:focus,
.cid-vaaHndmF1n span:focus {
  outline: none;
}
.cid-vaaHndmF1n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaHndmF1n .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaHndmF1n .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaHndmF1n .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaaHndmF1n .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaaHndmF1n .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaHndmF1n .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaaHndmF1n .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vaaHndmF1n .mbr-section-title {
  color: #232323;
}
.cid-vaaHndmF1n .mbr-text,
.cid-vaaHndmF1n .mbr-section-btn {
  text-align: center;
}
.cid-vaaHndmF1n .item-title {
  text-align: left;
  color: #000000;
}
.cid-vaaHndmF1n .content-head {
  max-width: 800px;
}
.cid-vaaHndmF1n .mbr-text,
.cid-vaaHndmF1n .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vaaHndmF1n .mbr-section-title,
.cid-vaaHndmF1n .mbr-section-head .mbr-section-btn {
  color: #111111;
}
.cid-vaaHomTC70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaaHomTC70 img,
.cid-vaaHomTC70 .item-img {
  width: 100%;
}
.cid-vaaHomTC70 .item:focus,
.cid-vaaHomTC70 span:focus {
  outline: none;
}
.cid-vaaHomTC70 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaaHomTC70 .item {
    margin-bottom: 1rem;
  }
}
.cid-vaaHomTC70 .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaaHomTC70 .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vaaHomTC70 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vaaHomTC70 .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vaaHomTC70 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaaHomTC70 .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vaaHomTC70 .mbr-section-title {
  color: #232323;
}
.cid-vaaHomTC70 .mbr-text,
.cid-vaaHomTC70 .mbr-section-btn {
  text-align: center;
}
.cid-vaaHomTC70 .item-title {
  text-align: left;
  color: #000000;
}
.cid-vaaHomTC70 .content-head {
  max-width: 800px;
}
.cid-vaaHomTC70 .mbr-text,
.cid-vaaHomTC70 .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vaaHomTC70 .mbr-section-title,
.cid-vaaHomTC70 .mbr-section-head .mbr-section-btn {
  color: #111111;
}
.cid-v9DglDYZDY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v9DglDYZDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9DglDYZDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9DglDYZDY .mbr-section-title {
  color: #000000;
}
.cid-va5J9GvOWF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-va5J9GvOWF .content-head {
  max-width: 800px;
}
.cid-va5J9GvOWF .mbr-section-title {
  color: #00009d;
}
.cid-va5J9GvOWF .mbr-text,
.cid-va5J9GvOWF .mbr-section-btn {
  color: #000000;
}
.cid-va5J9GKEA8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-va5J9GKEA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5J9GKEA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-va5J9GKEA8 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-va5J9GKEA8 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-va5J9GKEA8 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-va5J9GKEA8 .card-wrapper {
  background: #ffffff;
}
.cid-va5J9GKEA8 .mbr-text,
.cid-va5J9GKEA8 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-va5J9GKEA8 .card-title,
.cid-va5J9GKEA8 .card-box {
  text-align: left;
  color: #000000;
}
.cid-va5J9GKEA8 .mbr-section-subtitle {
  color: #00009d;
}
.cid-va5J9GZfLm {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/abstraktnye-razmytia-torgovyi-centr.jpg");
}
.cid-va5J9GZfLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5J9GZfLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5J9GZfLm .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-va5J9GZfLm .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-va5J9GZfLm .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-va5J9GZfLm .card-wrapper {
    padding: 4rem;
  }
}
.cid-va5J9GZfLm .mbr-text,
.cid-va5J9GZfLm .mbr-section-btn {
  text-align: center;
}
.cid-va5J9HbCEq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5J9HbCEq .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9HbCEq img,
.cid-va5J9HbCEq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-va5J9HbCEq .item:focus,
.cid-va5J9HbCEq span:focus {
  outline: none;
}
.cid-va5J9HbCEq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9HbCEq .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9HbCEq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9HbCEq .mbr-section-title {
  color: #232323;
}
.cid-va5J9HbCEq .mbr-text,
.cid-va5J9HbCEq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-va5J9HbCEq .item-title {
  color: #232323;
  text-align: center;
}
.cid-va5J9HbCEq .content-head {
  max-width: 800px;
}
.cid-va5J9Hu2Ij {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/vid-3d-oblaka.jpg");
}
.cid-va5J9Hu2Ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5J9Hu2Ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5J9Hu2Ij .mbr-section-title {
  color: #232323;
}
.cid-va5J9HJyWx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9HJyWx .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9HJyWx img,
.cid-va5J9HJyWx .item-img {
  width: 100%;
}
.cid-va5J9HJyWx .item:focus,
.cid-va5J9HJyWx span:focus {
  outline: none;
}
.cid-va5J9HJyWx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9HJyWx .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9HJyWx .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9HJyWx .mbr-section-title {
  color: #232323;
}
.cid-va5J9HJyWx .mbr-text,
.cid-va5J9HJyWx .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9HJyWx .item-title {
  color: #000000;
  text-align: left;
}
.cid-va5J9HJyWx .content-head {
  max-width: 800px;
}
.cid-va5J9HYhcw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9HYhcw .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9HYhcw img,
.cid-va5J9HYhcw .item-img {
  width: 100%;
}
.cid-va5J9HYhcw .item:focus,
.cid-va5J9HYhcw span:focus {
  outline: none;
}
.cid-va5J9HYhcw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9HYhcw .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9HYhcw .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9HYhcw .mbr-section-title {
  color: #232323;
}
.cid-va5J9HYhcw .mbr-text,
.cid-va5J9HYhcw .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9HYhcw .item-title {
  color: #000000;
  text-align: left;
}
.cid-va5J9HYhcw .content-head {
  max-width: 800px;
}
.cid-va5J9IdGD5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9IdGD5 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9IdGD5 img,
.cid-va5J9IdGD5 .item-img {
  width: 100%;
}
.cid-va5J9IdGD5 .item:focus,
.cid-va5J9IdGD5 span:focus {
  outline: none;
}
.cid-va5J9IdGD5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9IdGD5 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9IdGD5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9IdGD5 .mbr-section-title {
  color: #232323;
}
.cid-va5J9IdGD5 .mbr-text,
.cid-va5J9IdGD5 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9IdGD5 .item-title {
  color: #000000;
  text-align: left;
}
.cid-va5J9IdGD5 .content-head {
  max-width: 800px;
}
.cid-va5J9IuPzu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-va5J9IuPzu .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9IuPzu img,
.cid-va5J9IuPzu .item-img {
  width: 100%;
}
.cid-va5J9IuPzu .item:focus,
.cid-va5J9IuPzu span:focus {
  outline: none;
}
.cid-va5J9IuPzu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9IuPzu .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9IuPzu .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9IuPzu .mbr-section-title {
  color: #232323;
}
.cid-va5J9IuPzu .mbr-text,
.cid-va5J9IuPzu .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9IuPzu .item-title {
  color: #000000;
  text-align: left;
}
.cid-va5J9IuPzu .content-head {
  max-width: 800px;
}
.cid-va5J9INDc7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/belyi-pennyi-fon-1.jpg");
}
.cid-va5J9INDc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5J9INDc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5J9INDc7 .mbr-section-title {
  color: #232323;
}
.cid-va5J9J0InX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9J0InX .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9J0InX img,
.cid-va5J9J0InX .item-img {
  width: 100%;
}
.cid-va5J9J0InX .item:focus,
.cid-va5J9J0InX span:focus {
  outline: none;
}
.cid-va5J9J0InX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9J0InX .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9J0InX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9J0InX .mbr-section-title {
  color: #232323;
}
.cid-va5J9J0InX .mbr-text,
.cid-va5J9J0InX .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9J0InX .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9J0InX .content-head {
  max-width: 800px;
}
.cid-va5J9JfTul {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9JfTul .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9JfTul img,
.cid-va5J9JfTul .item-img {
  width: 100%;
}
.cid-va5J9JfTul .item:focus,
.cid-va5J9JfTul span:focus {
  outline: none;
}
.cid-va5J9JfTul .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9JfTul .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9JfTul .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9JfTul .mbr-section-title {
  color: #232323;
}
.cid-va5J9JfTul .mbr-text,
.cid-va5J9JfTul .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9JfTul .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9JfTul .content-head {
  max-width: 800px;
}
.cid-va5J9JspLr {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9JspLr .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9JspLr img,
.cid-va5J9JspLr .item-img {
  width: 100%;
}
.cid-va5J9JspLr .item:focus,
.cid-va5J9JspLr span:focus {
  outline: none;
}
.cid-va5J9JspLr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9JspLr .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9JspLr .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9JspLr .mbr-section-title {
  color: #232323;
}
.cid-va5J9JspLr .mbr-text,
.cid-va5J9JspLr .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9JspLr .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9JspLr .content-head {
  max-width: 800px;
}
.cid-va5J9JHfh1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9JHfh1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9JHfh1 img,
.cid-va5J9JHfh1 .item-img {
  width: 100%;
}
.cid-va5J9JHfh1 .item:focus,
.cid-va5J9JHfh1 span:focus {
  outline: none;
}
.cid-va5J9JHfh1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9JHfh1 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9JHfh1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9JHfh1 .mbr-section-title {
  color: #232323;
}
.cid-va5J9JHfh1 .mbr-text,
.cid-va5J9JHfh1 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9JHfh1 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9JHfh1 .content-head {
  max-width: 800px;
}
.cid-va5J9JZyXL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5J9JZyXL .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9JZyXL img,
.cid-va5J9JZyXL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5J9JZyXL .item:focus,
.cid-va5J9JZyXL span:focus {
  outline: none;
}
.cid-va5J9JZyXL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9JZyXL .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9JZyXL .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9JZyXL .mbr-section-title {
  color: #232323;
}
.cid-va5J9JZyXL .mbr-text,
.cid-va5J9JZyXL .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9JZyXL .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9JZyXL .content-head {
  max-width: 800px;
}
.cid-va5J9KeReZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nescastnye-udary-sinei-kraski.jpg");
}
.cid-va5J9KeReZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5J9KeReZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5J9KeReZ .mbr-section-title {
  color: #232323;
}
.cid-va5J9KqJCX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5J9KqJCX .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9KqJCX img,
.cid-va5J9KqJCX .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5J9KqJCX .item:focus,
.cid-va5J9KqJCX span:focus {
  outline: none;
}
.cid-va5J9KqJCX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9KqJCX .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9KqJCX .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9KqJCX .mbr-section-title {
  color: #232323;
}
.cid-va5J9KqJCX .mbr-text,
.cid-va5J9KqJCX .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9KqJCX .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9KqJCX .content-head {
  max-width: 800px;
}
.cid-va5J9KIFK2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5J9KIFK2 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9KIFK2 img,
.cid-va5J9KIFK2 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5J9KIFK2 .item:focus,
.cid-va5J9KIFK2 span:focus {
  outline: none;
}
.cid-va5J9KIFK2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9KIFK2 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9KIFK2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9KIFK2 .mbr-section-title {
  color: #232323;
}
.cid-va5J9KIFK2 .mbr-text,
.cid-va5J9KIFK2 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9KIFK2 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9KIFK2 .content-head {
  max-width: 800px;
}
.cid-va5J9L0I1d {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9L0I1d .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9L0I1d img,
.cid-va5J9L0I1d .item-img {
  width: 100%;
}
.cid-va5J9L0I1d .item:focus,
.cid-va5J9L0I1d span:focus {
  outline: none;
}
.cid-va5J9L0I1d .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9L0I1d .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9L0I1d .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9L0I1d .mbr-section-title {
  color: #232323;
}
.cid-va5J9L0I1d .mbr-text,
.cid-va5J9L0I1d .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9L0I1d .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9L0I1d .content-head {
  max-width: 800px;
}
.cid-va5J9LeI2L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5J9LeI2L .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9LeI2L img,
.cid-va5J9LeI2L .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5J9LeI2L .item:focus,
.cid-va5J9LeI2L span:focus {
  outline: none;
}
.cid-va5J9LeI2L .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9LeI2L .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9LeI2L .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9LeI2L .mbr-section-title {
  color: #232323;
}
.cid-va5J9LeI2L .mbr-text,
.cid-va5J9LeI2L .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9LeI2L .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9LeI2L .content-head {
  max-width: 800px;
}
.cid-va5J9LtlF1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9LtlF1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9LtlF1 img,
.cid-va5J9LtlF1 .item-img {
  width: 100%;
}
.cid-va5J9LtlF1 .item:focus,
.cid-va5J9LtlF1 span:focus {
  outline: none;
}
.cid-va5J9LtlF1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9LtlF1 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9LtlF1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9LtlF1 .mbr-section-title {
  color: #232323;
}
.cid-va5J9LtlF1 .mbr-text,
.cid-va5J9LtlF1 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9LtlF1 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9LtlF1 .content-head {
  max-width: 800px;
}
.cid-va5J9LIX7U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/belyi-pennyi-fon2.jpg");
}
.cid-va5J9LIX7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5J9LIX7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5J9LIX7U .mbr-section-title {
  color: #232323;
}
.cid-va5J9LXAjn {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9LXAjn .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9LXAjn img,
.cid-va5J9LXAjn .item-img {
  width: 100%;
}
.cid-va5J9LXAjn .item:focus,
.cid-va5J9LXAjn span:focus {
  outline: none;
}
.cid-va5J9LXAjn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9LXAjn .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9LXAjn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9LXAjn .mbr-section-title {
  color: #232323;
}
.cid-va5J9LXAjn .mbr-text,
.cid-va5J9LXAjn .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9LXAjn .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9LXAjn .content-head {
  max-width: 800px;
}
.cid-va5J9Ml7QF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5J9Ml7QF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9Ml7QF img,
.cid-va5J9Ml7QF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5J9Ml7QF .item:focus,
.cid-va5J9Ml7QF span:focus {
  outline: none;
}
.cid-va5J9Ml7QF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9Ml7QF .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9Ml7QF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9Ml7QF .mbr-section-title {
  color: #232323;
}
.cid-va5J9Ml7QF .mbr-text,
.cid-va5J9Ml7QF .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9Ml7QF .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9Ml7QF .content-head {
  max-width: 800px;
}
.cid-va5J9MCTYI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/prostranstvo-dla-gigieny-polosti-rta.jpg");
}
.cid-va5J9MCTYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5J9MCTYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5J9MCTYI .mbr-section-title {
  color: #232323;
}
.cid-va5J9MRk8h {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9MRk8h .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9MRk8h img,
.cid-va5J9MRk8h .item-img {
  width: 100%;
}
.cid-va5J9MRk8h .item:focus,
.cid-va5J9MRk8h span:focus {
  outline: none;
}
.cid-va5J9MRk8h .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9MRk8h .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9MRk8h .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9MRk8h .mbr-section-title {
  color: #232323;
}
.cid-va5J9MRk8h .mbr-text,
.cid-va5J9MRk8h .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9MRk8h .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9MRk8h .content-head {
  max-width: 800px;
}
.cid-va5J9N7oBm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9N7oBm .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9N7oBm img,
.cid-va5J9N7oBm .item-img {
  width: 100%;
}
.cid-va5J9N7oBm .item:focus,
.cid-va5J9N7oBm span:focus {
  outline: none;
}
.cid-va5J9N7oBm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9N7oBm .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9N7oBm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9N7oBm .mbr-section-title {
  color: #232323;
}
.cid-va5J9N7oBm .mbr-text,
.cid-va5J9N7oBm .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9N7oBm .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9N7oBm .content-head {
  max-width: 800px;
}
.cid-va5J9NnOR9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5J9NnOR9 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9NnOR9 img,
.cid-va5J9NnOR9 .item-img {
  width: 100%;
}
.cid-va5J9NnOR9 .item:focus,
.cid-va5J9NnOR9 span:focus {
  outline: none;
}
.cid-va5J9NnOR9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9NnOR9 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9NnOR9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9NnOR9 .mbr-section-title {
  color: #232323;
}
.cid-va5J9NnOR9 .mbr-text,
.cid-va5J9NnOR9 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9NnOR9 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9NnOR9 .content-head {
  max-width: 800px;
}
.cid-va5J9NFK0K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kompozicia-ocistki-ob-ektov-s-copyspace.jpg");
}
.cid-va5J9NFK0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5J9NFK0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5J9NFK0K .mbr-section-title {
  color: #00009d;
}
.cid-va5J9NUVI6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5J9NUVI6 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5J9NUVI6 img,
.cid-va5J9NUVI6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5J9NUVI6 .item:focus,
.cid-va5J9NUVI6 span:focus {
  outline: none;
}
.cid-va5J9NUVI6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5J9NUVI6 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5J9NUVI6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5J9NUVI6 .mbr-section-title {
  color: #232323;
}
.cid-va5J9NUVI6 .mbr-text,
.cid-va5J9NUVI6 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5J9NUVI6 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5J9NUVI6 .content-head {
  max-width: 800px;
}
.cid-va5J9Ohwr8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-va5J9Ohwr8 .mbr-section-title {
  text-align: center;
}
.cid-va5J9Ohwr8 .mbr-text,
.cid-va5J9Ohwr8 .mbr-section-btn {
  text-align: center;
  color: #696969;
}
.cid-va5JcLslYl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/vid-3d-oblaka.jpg");
}
.cid-va5JcLslYl .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5JcLslYl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5JcLslYl .mbr-section-title {
  color: #232323;
}
.cid-va5JcLC2lF {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5JcLC2lF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JcLC2lF img,
.cid-va5JcLC2lF .item-img {
  width: 100%;
}
.cid-va5JcLC2lF .item:focus,
.cid-va5JcLC2lF span:focus {
  outline: none;
}
.cid-va5JcLC2lF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JcLC2lF .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JcLC2lF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JcLC2lF .mbr-section-title {
  color: #232323;
}
.cid-va5JcLC2lF .mbr-text,
.cid-va5JcLC2lF .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JcLC2lF .item-title {
  color: #000000;
  text-align: left;
}
.cid-va5JcLC2lF .content-head {
  max-width: 800px;
}
.cid-va5JcLSqPh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5JcLSqPh .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JcLSqPh img,
.cid-va5JcLSqPh .item-img {
  width: 100%;
}
.cid-va5JcLSqPh .item:focus,
.cid-va5JcLSqPh span:focus {
  outline: none;
}
.cid-va5JcLSqPh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JcLSqPh .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JcLSqPh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JcLSqPh .mbr-section-title {
  color: #232323;
}
.cid-va5JcLSqPh .mbr-text,
.cid-va5JcLSqPh .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JcLSqPh .item-title {
  color: #000000;
  text-align: left;
}
.cid-va5JcLSqPh .content-head {
  max-width: 800px;
}
.cid-va5JcMcLNb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5JcMcLNb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JcMcLNb img,
.cid-va5JcMcLNb .item-img {
  width: 100%;
}
.cid-va5JcMcLNb .item:focus,
.cid-va5JcMcLNb span:focus {
  outline: none;
}
.cid-va5JcMcLNb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JcMcLNb .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JcMcLNb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JcMcLNb .mbr-section-title {
  color: #232323;
}
.cid-va5JcMcLNb .mbr-text,
.cid-va5JcMcLNb .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JcMcLNb .item-title {
  color: #000000;
  text-align: left;
}
.cid-va5JcMcLNb .content-head {
  max-width: 800px;
}
.cid-va5JcMrbrI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-va5JcMrbrI .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JcMrbrI img,
.cid-va5JcMrbrI .item-img {
  width: 100%;
}
.cid-va5JcMrbrI .item:focus,
.cid-va5JcMrbrI span:focus {
  outline: none;
}
.cid-va5JcMrbrI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JcMrbrI .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JcMrbrI .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JcMrbrI .mbr-section-title {
  color: #232323;
}
.cid-va5JcMrbrI .mbr-text,
.cid-va5JcMrbrI .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JcMrbrI .item-title {
  color: #000000;
  text-align: left;
}
.cid-va5JcMrbrI .content-head {
  max-width: 800px;
}
.cid-va5WSSWF8M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5WSSWF8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5WSSWF8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5WSSWF8M .mbr-section-title {
  color: #ffffff;
}
.cid-va5JuYxTgF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/belyi-pennyi-fon-1.jpg");
}
.cid-va5JuYxTgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5JuYxTgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5JuYxTgF .mbr-section-title {
  color: #232323;
}
.cid-va5JuZf036 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5JuZf036 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JuZf036 img,
.cid-va5JuZf036 .item-img {
  width: 100%;
}
.cid-va5JuZf036 .item:focus,
.cid-va5JuZf036 span:focus {
  outline: none;
}
.cid-va5JuZf036 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JuZf036 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JuZf036 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JuZf036 .mbr-section-title {
  color: #232323;
}
.cid-va5JuZf036 .mbr-text,
.cid-va5JuZf036 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JuZf036 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5JuZf036 .content-head {
  max-width: 800px;
}
.cid-va5JuZsJgf {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5JuZsJgf .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JuZsJgf img,
.cid-va5JuZsJgf .item-img {
  width: 100%;
}
.cid-va5JuZsJgf .item:focus,
.cid-va5JuZsJgf span:focus {
  outline: none;
}
.cid-va5JuZsJgf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JuZsJgf .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JuZsJgf .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JuZsJgf .mbr-section-title {
  color: #232323;
}
.cid-va5JuZsJgf .mbr-text,
.cid-va5JuZsJgf .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JuZsJgf .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5JuZsJgf .content-head {
  max-width: 800px;
}
.cid-va5JuZHEc8 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5JuZHEc8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JuZHEc8 img,
.cid-va5JuZHEc8 .item-img {
  width: 100%;
}
.cid-va5JuZHEc8 .item:focus,
.cid-va5JuZHEc8 span:focus {
  outline: none;
}
.cid-va5JuZHEc8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JuZHEc8 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JuZHEc8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JuZHEc8 .mbr-section-title {
  color: #232323;
}
.cid-va5JuZHEc8 .mbr-text,
.cid-va5JuZHEc8 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JuZHEc8 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5JuZHEc8 .content-head {
  max-width: 800px;
}
.cid-va5JuZWG3K {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5JuZWG3K .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JuZWG3K img,
.cid-va5JuZWG3K .item-img {
  width: 100%;
}
.cid-va5JuZWG3K .item:focus,
.cid-va5JuZWG3K span:focus {
  outline: none;
}
.cid-va5JuZWG3K .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JuZWG3K .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JuZWG3K .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JuZWG3K .mbr-section-title {
  color: #232323;
}
.cid-va5JuZWG3K .mbr-text,
.cid-va5JuZWG3K .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JuZWG3K .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5JuZWG3K .content-head {
  max-width: 800px;
}
.cid-va5Jv0faOk {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5Jv0faOk .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5Jv0faOk img,
.cid-va5Jv0faOk .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5Jv0faOk .item:focus,
.cid-va5Jv0faOk span:focus {
  outline: none;
}
.cid-va5Jv0faOk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5Jv0faOk .item {
    margin-bottom: 1rem;
  }
}
.cid-va5Jv0faOk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5Jv0faOk .mbr-section-title {
  color: #232323;
}
.cid-va5Jv0faOk .mbr-text,
.cid-va5Jv0faOk .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5Jv0faOk .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5Jv0faOk .content-head {
  max-width: 800px;
}
.cid-va5Xnk0vhR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5Xnk0vhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Xnk0vhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Xnk0vhR .mbr-section-title {
  color: #ffffff;
}
.cid-va5JKpUOrZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nescastnye-udary-sinei-kraski.jpg");
}
.cid-va5JKpUOrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5JKpUOrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5JKpUOrZ .mbr-section-title {
  color: #232323;
}
.cid-va5JKqg1ax {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5JKqg1ax .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JKqg1ax img,
.cid-va5JKqg1ax .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5JKqg1ax .item:focus,
.cid-va5JKqg1ax span:focus {
  outline: none;
}
.cid-va5JKqg1ax .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JKqg1ax .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JKqg1ax .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JKqg1ax .mbr-section-title {
  color: #232323;
}
.cid-va5JKqg1ax .mbr-text,
.cid-va5JKqg1ax .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JKqg1ax .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5JKqg1ax .content-head {
  max-width: 800px;
}
.cid-va5JKqY7m0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5JKqY7m0 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JKqY7m0 img,
.cid-va5JKqY7m0 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5JKqY7m0 .item:focus,
.cid-va5JKqY7m0 span:focus {
  outline: none;
}
.cid-va5JKqY7m0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JKqY7m0 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JKqY7m0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JKqY7m0 .mbr-section-title {
  color: #232323;
}
.cid-va5JKqY7m0 .mbr-text,
.cid-va5JKqY7m0 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JKqY7m0 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5JKqY7m0 .content-head {
  max-width: 800px;
}
.cid-va5JKriCFN {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5JKriCFN .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JKriCFN img,
.cid-va5JKriCFN .item-img {
  width: 100%;
}
.cid-va5JKriCFN .item:focus,
.cid-va5JKriCFN span:focus {
  outline: none;
}
.cid-va5JKriCFN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JKriCFN .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JKriCFN .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JKriCFN .mbr-section-title {
  color: #232323;
}
.cid-va5JKriCFN .mbr-text,
.cid-va5JKriCFN .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JKriCFN .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5JKriCFN .content-head {
  max-width: 800px;
}
.cid-va5JKrBmri {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5JKrBmri .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5JKrBmri img,
.cid-va5JKrBmri .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5JKrBmri .item:focus,
.cid-va5JKrBmri span:focus {
  outline: none;
}
.cid-va5JKrBmri .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5JKrBmri .item {
    margin-bottom: 1rem;
  }
}
.cid-va5JKrBmri .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5JKrBmri .mbr-section-title {
  color: #232323;
}
.cid-va5JKrBmri .mbr-text,
.cid-va5JKrBmri .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5JKrBmri .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5JKrBmri .content-head {
  max-width: 800px;
}
.cid-va5KOZ4QbS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5KOZ4QbS .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5KOZ4QbS img,
.cid-va5KOZ4QbS .item-img {
  width: 100%;
}
.cid-va5KOZ4QbS .item:focus,
.cid-va5KOZ4QbS span:focus {
  outline: none;
}
.cid-va5KOZ4QbS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5KOZ4QbS .item {
    margin-bottom: 1rem;
  }
}
.cid-va5KOZ4QbS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5KOZ4QbS .mbr-section-title {
  color: #232323;
}
.cid-va5KOZ4QbS .mbr-text,
.cid-va5KOZ4QbS .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5KOZ4QbS .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5KOZ4QbS .content-head {
  max-width: 800px;
}
.cid-va5XySEnZn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5XySEnZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5XySEnZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5XySEnZn .mbr-section-title {
  color: #ffffff;
}
.cid-va5KpIQ2V1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/belyi-pennyi-fon2.jpg");
}
.cid-va5KpIQ2V1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5KpIQ2V1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5KpIQ2V1 .mbr-section-title {
  color: #232323;
}
.cid-va5KpJ33GY {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5KpJ33GY .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5KpJ33GY img,
.cid-va5KpJ33GY .item-img {
  width: 100%;
}
.cid-va5KpJ33GY .item:focus,
.cid-va5KpJ33GY span:focus {
  outline: none;
}
.cid-va5KpJ33GY .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5KpJ33GY .item {
    margin-bottom: 1rem;
  }
}
.cid-va5KpJ33GY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5KpJ33GY .mbr-section-title {
  color: #232323;
}
.cid-va5KpJ33GY .mbr-text,
.cid-va5KpJ33GY .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5KpJ33GY .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5KpJ33GY .content-head {
  max-width: 800px;
}
.cid-vargQwMes7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vargQwMes7 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vargQwMes7 img,
.cid-vargQwMes7 .item-img {
  width: 100%;
}
.cid-vargQwMes7 .item:focus,
.cid-vargQwMes7 span:focus {
  outline: none;
}
.cid-vargQwMes7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vargQwMes7 .item {
    margin-bottom: 1rem;
  }
}
.cid-vargQwMes7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vargQwMes7 .mbr-section-title {
  color: #232323;
}
.cid-vargQwMes7 .mbr-text,
.cid-vargQwMes7 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-vargQwMes7 .item-title {
  color: #232323;
  text-align: left;
}
.cid-vargQwMes7 .content-head {
  max-width: 800px;
}
.cid-varh0tvP58 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-varh0tvP58 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-varh0tvP58 img,
.cid-varh0tvP58 .item-img {
  width: 100%;
}
.cid-varh0tvP58 .item:focus,
.cid-varh0tvP58 span:focus {
  outline: none;
}
.cid-varh0tvP58 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-varh0tvP58 .item {
    margin-bottom: 1rem;
  }
}
.cid-varh0tvP58 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-varh0tvP58 .mbr-section-title {
  color: #232323;
}
.cid-varh0tvP58 .mbr-text,
.cid-varh0tvP58 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-varh0tvP58 .item-title {
  color: #232323;
  text-align: left;
}
.cid-varh0tvP58 .content-head {
  max-width: 800px;
}
.cid-vas8fpLe2k {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vas8fpLe2k .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vas8fpLe2k img,
.cid-vas8fpLe2k .item-img {
  width: 100%;
}
.cid-vas8fpLe2k .item:focus,
.cid-vas8fpLe2k span:focus {
  outline: none;
}
.cid-vas8fpLe2k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vas8fpLe2k .item {
    margin-bottom: 1rem;
  }
}
.cid-vas8fpLe2k .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vas8fpLe2k .mbr-section-title {
  color: #232323;
}
.cid-vas8fpLe2k .mbr-text,
.cid-vas8fpLe2k .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-vas8fpLe2k .item-title {
  color: #232323;
  text-align: left;
}
.cid-vas8fpLe2k .content-head {
  max-width: 800px;
}
.cid-vascKEETrS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vascKEETrS .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vascKEETrS img,
.cid-vascKEETrS .item-img {
  width: 100%;
}
.cid-vascKEETrS .item:focus,
.cid-vascKEETrS span:focus {
  outline: none;
}
.cid-vascKEETrS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vascKEETrS .item {
    margin-bottom: 1rem;
  }
}
.cid-vascKEETrS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vascKEETrS .mbr-section-title {
  color: #232323;
}
.cid-vascKEETrS .mbr-text,
.cid-vascKEETrS .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-vascKEETrS .item-title {
  color: #232323;
  text-align: left;
}
.cid-vascKEETrS .content-head {
  max-width: 800px;
}
.cid-va5KpJvIwO {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va5KpJvIwO .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5KpJvIwO img,
.cid-va5KpJvIwO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5KpJvIwO .item:focus,
.cid-va5KpJvIwO span:focus {
  outline: none;
}
.cid-va5KpJvIwO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5KpJvIwO .item {
    margin-bottom: 1rem;
  }
}
.cid-va5KpJvIwO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5KpJvIwO .mbr-section-title {
  color: #232323;
}
.cid-va5KpJvIwO .mbr-text,
.cid-va5KpJvIwO .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5KpJvIwO .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5KpJvIwO .content-head {
  max-width: 800px;
}
.cid-va5XGjdbzF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5XGjdbzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5XGjdbzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5XGjdbzF .mbr-section-title {
  color: #ffffff;
}
.cid-va5KYnpxZb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/prostranstvo-dla-gigieny-polosti-rta.jpg");
}
.cid-va5KYnpxZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5KYnpxZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5KYnpxZb .mbr-section-title {
  color: #232323;
}
.cid-va5KYnHFu7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5KYnHFu7 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5KYnHFu7 img,
.cid-va5KYnHFu7 .item-img {
  width: 100%;
}
.cid-va5KYnHFu7 .item:focus,
.cid-va5KYnHFu7 span:focus {
  outline: none;
}
.cid-va5KYnHFu7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5KYnHFu7 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5KYnHFu7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5KYnHFu7 .mbr-section-title {
  color: #232323;
}
.cid-va5KYnHFu7 .mbr-text,
.cid-va5KYnHFu7 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5KYnHFu7 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5KYnHFu7 .content-head {
  max-width: 800px;
}
.cid-va5KYo1w4T {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5KYo1w4T .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5KYo1w4T img,
.cid-va5KYo1w4T .item-img {
  width: 100%;
}
.cid-va5KYo1w4T .item:focus,
.cid-va5KYo1w4T span:focus {
  outline: none;
}
.cid-va5KYo1w4T .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5KYo1w4T .item {
    margin-bottom: 1rem;
  }
}
.cid-va5KYo1w4T .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5KYo1w4T .mbr-section-title {
  color: #232323;
}
.cid-va5KYo1w4T .mbr-text,
.cid-va5KYo1w4T .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5KYo1w4T .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5KYo1w4T .content-head {
  max-width: 800px;
}
.cid-va5KYojJ63 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-va5KYojJ63 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5KYojJ63 img,
.cid-va5KYojJ63 .item-img {
  width: 100%;
}
.cid-va5KYojJ63 .item:focus,
.cid-va5KYojJ63 span:focus {
  outline: none;
}
.cid-va5KYojJ63 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5KYojJ63 .item {
    margin-bottom: 1rem;
  }
}
.cid-va5KYojJ63 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5KYojJ63 .mbr-section-title {
  color: #232323;
}
.cid-va5KYojJ63 .mbr-text,
.cid-va5KYojJ63 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5KYojJ63 .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5KYojJ63 .content-head {
  max-width: 800px;
}
.cid-va5XYlbwdK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5XYlbwdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5XYlbwdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5XYlbwdK .mbr-section-title {
  color: #ffffff;
}
.cid-va5LnjeYWg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/kompozicia-ocistki-ob-ektov-s-copyspace.jpg");
}
.cid-va5LnjeYWg .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5LnjeYWg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5LnjeYWg .mbr-section-title {
  color: #00009d;
}
.cid-va5Lnjxg7v {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-va5Lnjxg7v .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va5Lnjxg7v img,
.cid-va5Lnjxg7v .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va5Lnjxg7v .item:focus,
.cid-va5Lnjxg7v span:focus {
  outline: none;
}
.cid-va5Lnjxg7v .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va5Lnjxg7v .item {
    margin-bottom: 1rem;
  }
}
.cid-va5Lnjxg7v .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va5Lnjxg7v .mbr-section-title {
  color: #232323;
}
.cid-va5Lnjxg7v .mbr-text,
.cid-va5Lnjxg7v .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va5Lnjxg7v .item-title {
  color: #232323;
  text-align: left;
}
.cid-va5Lnjxg7v .content-head {
  max-width: 800px;
}
.cid-vaIDGsm42y {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaIDGsm42y .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vaIDGsm42y img,
.cid-vaIDGsm42y .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vaIDGsm42y .item:focus,
.cid-vaIDGsm42y span:focus {
  outline: none;
}
.cid-vaIDGsm42y .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaIDGsm42y .item {
    margin-bottom: 1rem;
  }
}
.cid-vaIDGsm42y .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaIDGsm42y .mbr-section-title {
  color: #232323;
}
.cid-vaIDGsm42y .mbr-text,
.cid-vaIDGsm42y .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-vaIDGsm42y .item-title {
  color: #232323;
  text-align: left;
}
.cid-vaIDGsm42y .content-head {
  max-width: 800px;
}
.cid-vaJ30swTT4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaJ30swTT4 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vaJ30swTT4 img,
.cid-vaJ30swTT4 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vaJ30swTT4 .item:focus,
.cid-vaJ30swTT4 span:focus {
  outline: none;
}
.cid-vaJ30swTT4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaJ30swTT4 .item {
    margin-bottom: 1rem;
  }
}
.cid-vaJ30swTT4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vaJ30swTT4 .mbr-section-title {
  color: #232323;
}
.cid-vaJ30swTT4 .mbr-text,
.cid-vaJ30swTT4 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-vaJ30swTT4 .item-title {
  color: #232323;
  text-align: left;
}
.cid-vaJ30swTT4 .content-head {
  max-width: 800px;
}
.cid-va5Mh4QTLR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va5Mh4QTLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-va5Mh4QTLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va5Mh4QTLR .mbr-section-title {
  color: #ffffff;
}
.cid-va9CSunRne {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/delicious-ice-cream-texture.jpg");
}
.cid-va9CSunRne .mbr-fallback-image.disabled {
  display: none;
}
.cid-va9CSunRne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va9CSunRne .mbr-section-title {
  color: #00009d;
}
.cid-va9CSuykCi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-va9CSuykCi .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-va9CSuykCi img,
.cid-va9CSuykCi .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-va9CSuykCi .item:focus,
.cid-va9CSuykCi span:focus {
  outline: none;
}
.cid-va9CSuykCi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-va9CSuykCi .item {
    margin-bottom: 1rem;
  }
}
.cid-va9CSuykCi .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-va9CSuykCi .mbr-section-title {
  color: #232323;
}
.cid-va9CSuykCi .mbr-text,
.cid-va9CSuykCi .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-va9CSuykCi .item-title {
  color: #232323;
  text-align: left;
}
.cid-va9CSuykCi .content-head {
  max-width: 800px;
}
.cid-va9CSuXZJA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-va9CSuXZJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-va9CSuXZJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-va9CSuXZJA .mbr-section-title {
  color: #ffffff;
}
