body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 7.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 5.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.04rem;
    font-size: calc( 3.17rem + (7.2 - 3.17) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.17rem + (7.2 - 3.17) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e85a4f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #6592e6 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e85a4f !important;
  border-color: #e85a4f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c6261a !important;
  border-color: #c6261a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6261a !important;
  border-color: #c6261a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e85a4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c6261a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e85a4f !important;
  border-color: #e85a4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e85a4f !important;
}
.text-secondary {
  color: #d8c3a5 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #6592e6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b92418 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #205ac5 !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: #e85a4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #6592e6;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e85a4f;
  border-color: #e85a4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e85a4f;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e85a4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e85a4f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e85a4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e85a4f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e85a4f;
  border-bottom-color: #e85a4f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e85a4f !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: #d8c3a5 !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='%23e85a4f' %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;
}
.cid-tolD3UU1N5 {
  display: flex;
  background-image: url("../../../assets/images/whatsapp-image-2022-11-21-at-21.52.47-1080x759.jpg");
}
.cid-tolD3UU1N5 .mbr-overlay {
  background-color: #353535;
  opacity: 0.2;
}
.cid-tolD3UU1N5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tolD3UU1N5 {
    align-items: flex-end;
  }
  .cid-tolD3UU1N5 .row {
    justify-content: flex-start;
  }
  .cid-tolD3UU1N5 .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tolD3UU1N5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tolD3UU1N5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tolD3UU1N5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tolD3UU1N5 .content-wrap {
    width: 100%;
  }
}
.cid-sFF3kfZheU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/slide-1024x767.jpg");
}
.cid-sFF3kfZheU .item {
  padding-bottom: 2rem;
}
.cid-sFF3kfZheU .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-sFF3kfZheU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFF3kfZheU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFF3kfZheU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFF3kfZheU .carousel-control,
.cid-sFF3kfZheU .close {
  background: #1b1b1b;
}
.cid-sFF3kfZheU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFF3kfZheU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFF3kfZheU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFF3kfZheU .close::before {
  content: '\e91a';
}
.cid-sFF3kfZheU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFF3kfZheU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFF3kfZheU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFF3kfZheU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFF3kfZheU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFF3kfZheU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFF3kfZheU .carousel-indicators li.active,
.cid-sFF3kfZheU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFF3kfZheU .carousel-indicators li::after,
.cid-sFF3kfZheU .carousel-indicators li::before {
  content: none;
}
.cid-sFF3kfZheU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFF3kfZheU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFF3kfZheU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFF3kfZheU .carousel-indicators {
    display: none;
  }
}
.cid-sFF3kfZheU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFF3kfZheU .carousel-inner > .active {
  display: block;
}
.cid-sFF3kfZheU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFF3kfZheU .carousel-control,
  .cid-sFF3kfZheU .carousel-indicators,
  .cid-sFF3kfZheU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFF3kfZheU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFF3kfZheU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFF3kfZheU .carousel-indicators .active,
.cid-sFF3kfZheU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFF3kfZheU .carousel-indicators .active {
  background: #fff;
}
.cid-sFF3kfZheU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFF3kfZheU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFF3kfZheU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFF3kfZheU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFF3kfZheU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFF3kfZheU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFF3kfZheU .carousel {
  width: 100%;
}
.cid-sFF3kfZheU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFF3kfZheU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFF3kfZheU .modal.fade .modal-dialog,
.cid-sFF3kfZheU .modal.in .modal-dialog {
  transform: none;
}
.cid-sFF3kfZheU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFF3kfZheU H6 {
  text-align: center;
}
.cid-sFF3kfZheU H4 {
  color: #8e8d8a;
}
.cid-sFF3kfZheU H3 {
  color: #e85a4f;
}
.cid-sFF75ZhH2d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFF75ZhH2d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sFF75ZhH2d img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFF75ZhH2d .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFF75ZhH2d .mbr-section-title {
  color: #e43f3f;
}
.cid-sFF75ZhH2d .mbr-text {
  color: #000000;
}
.cid-tot7G97MOd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tot7G97MOd .item {
  padding-bottom: 2rem;
}
.cid-tot7G97MOd .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tot7G97MOd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tot7G97MOd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tot7G97MOd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tot7G97MOd .carousel-control,
.cid-tot7G97MOd .close {
  background: #1b1b1b;
}
.cid-tot7G97MOd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tot7G97MOd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tot7G97MOd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tot7G97MOd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tot7G97MOd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tot7G97MOd .close::before {
  content: '\e91a';
}
.cid-tot7G97MOd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tot7G97MOd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tot7G97MOd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tot7G97MOd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tot7G97MOd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tot7G97MOd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tot7G97MOd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tot7G97MOd .carousel-indicators li.active,
.cid-tot7G97MOd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tot7G97MOd .carousel-indicators li::after,
.cid-tot7G97MOd .carousel-indicators li::before {
  content: none;
}
.cid-tot7G97MOd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tot7G97MOd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tot7G97MOd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tot7G97MOd .carousel-indicators {
    display: none;
  }
}
.cid-tot7G97MOd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tot7G97MOd .carousel-inner > .active {
  display: block;
}
.cid-tot7G97MOd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tot7G97MOd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tot7G97MOd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tot7G97MOd .carousel-control,
  .cid-tot7G97MOd .carousel-indicators,
  .cid-tot7G97MOd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tot7G97MOd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tot7G97MOd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tot7G97MOd .carousel-indicators .active,
.cid-tot7G97MOd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tot7G97MOd .carousel-indicators .active {
  background: #fff;
}
.cid-tot7G97MOd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tot7G97MOd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tot7G97MOd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tot7G97MOd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tot7G97MOd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tot7G97MOd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tot7G97MOd .carousel {
  width: 100%;
}
.cid-tot7G97MOd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tot7G97MOd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tot7G97MOd .modal.fade .modal-dialog,
.cid-tot7G97MOd .modal.in .modal-dialog {
  transform: none;
}
.cid-tot7G97MOd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tot7G97MOd H6 {
  text-align: center;
}
.cid-totbCEfq0z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-totbCEfq0z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-totbCEfq0z .row {
    flex-direction: column-reverse;
  }
  .cid-totbCEfq0z .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-totbCEfq0z .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-totbCEfq0z .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-totbCEfq0z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toteOqYvVn {
  background-image: url("../../../assets/images/1644164520-8-na-dache-pro-p-georgievskii-zal-bolshogo-kremlevskogo-dvo-8-1-1200x916.jpg");
}
.cid-toteOqYvVn .mbr-section-title {
  text-align: right;
  color: #971919;
}
.cid-tpde10pfiP {
  background-image: url("../../../assets/images/1641206465-2-damion-club-p-patrioticheskie-foni-dlya-prezentatsii-2-1200x750.png");
}
.cid-tpde10pfiP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpde10pfiP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpde10pfiP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toxmGb8HYL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-toxmmu9mvO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-toxmmu9mvO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toxmmu9mvO .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-toxmmu9mvO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toxmmu9mvO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-toxmmu9mvO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toxmmu9mvO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-toxmmu9mvO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-toxmmu9mvO .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-toxmmu9mvO .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toxmmu9mvO .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tp95I6v5zr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tp95I6v5zr .timeline-element {
  position: relative;
}
.cid-tp95I6v5zr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tp95I6v5zr .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tp95I6v5zr .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tp95I6v5zr .iconBackground {
    left: 50%;
  }
}
.cid-tp95I6v5zr .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-tp95I6v5zr .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tp95I6v5zr .row:after {
    left: 50%;
  }
}
.cid-tp95I6v5zr .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-tp95I6v5zr .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-tp95I6v5zr .timeline-date-wrapper,
  .cid-tp95I6v5zr .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tp95I6v5zr .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tp95I6v5zr .timeline-date-wrapper,
  .cid-tp95I6v5zr .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp95I6v5zr .timeline-date-wrapper,
  .cid-tp95I6v5zr .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-tp95I6v5zr .mbr-text {
  text-align: center;
}
.cid-toxq0sSU2C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-toD4b6wSJZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-toD4b6wSJZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-toD4b6wSJZ .row {
  flex-direction: row-reverse;
}
.cid-toD4b6wSJZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-toD4b6wSJZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-tp9hkSoj4r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/31032021-5-966x613.jpg");
}
.cid-tp9hkSoj4r .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp9hkSoj4r .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp9hkSoj4r .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tp9iDToFTF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tp9iDToFTF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tp9iDToFTF .row {
  flex-direction: row-reverse;
}
.cid-tp9iDToFTF img {
  width: 100%;
}
.cid-totnrTJszr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-totnrTJszr .item {
  padding-bottom: 2rem;
}
.cid-totnrTJszr .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-totnrTJszr .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-totnrTJszr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-totnrTJszr .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-totnrTJszr .carousel-control,
.cid-totnrTJszr .close {
  background: #1b1b1b;
}
.cid-totnrTJszr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-totnrTJszr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-totnrTJszr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-totnrTJszr .carousel-control-next span {
  margin-left: 5px;
}
.cid-totnrTJszr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-totnrTJszr .close::before {
  content: '\e91a';
}
.cid-totnrTJszr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-totnrTJszr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-totnrTJszr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-totnrTJszr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-totnrTJszr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-totnrTJszr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-totnrTJszr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-totnrTJszr .carousel-indicators li.active,
.cid-totnrTJszr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-totnrTJszr .carousel-indicators li::after,
.cid-totnrTJszr .carousel-indicators li::before {
  content: none;
}
.cid-totnrTJszr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-totnrTJszr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-totnrTJszr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-totnrTJszr .carousel-indicators {
    display: none;
  }
}
.cid-totnrTJszr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-totnrTJszr .carousel-inner > .active {
  display: block;
}
.cid-totnrTJszr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-totnrTJszr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-totnrTJszr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-totnrTJszr .carousel-control,
  .cid-totnrTJszr .carousel-indicators,
  .cid-totnrTJszr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-totnrTJszr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-totnrTJszr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-totnrTJszr .carousel-indicators .active,
.cid-totnrTJszr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-totnrTJszr .carousel-indicators .active {
  background: #fff;
}
.cid-totnrTJszr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-totnrTJszr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-totnrTJszr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-totnrTJszr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-totnrTJszr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-totnrTJszr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-totnrTJszr .carousel {
  width: 100%;
}
.cid-totnrTJszr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-totnrTJszr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-totnrTJszr .modal.fade .modal-dialog,
.cid-totnrTJszr .modal.in .modal-dialog {
  transform: none;
}
.cid-totnrTJszr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-totnrTJszr H6 {
  text-align: center;
}
.cid-tp9CyhPfPk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-tp9CyhPfPk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tp9CyhPfPk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp9CyhPfPk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpbKA4GrMy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tpbKA4GrMy .video-wrapper iframe {
  width: 100%;
}
.cid-tpbKA4GrMy .mbr-section-title,
.cid-tpbKA4GrMy .mbr-section-subtitle,
.cid-tpbKA4GrMy .mbr-text {
  text-align: center;
}
.cid-tpieQAtwvL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tpieQAtwvL img,
.cid-tpieQAtwvL .item-img {
  width: 100%;
}
.cid-tpieQAtwvL .item:focus,
.cid-tpieQAtwvL span:focus {
  outline: none;
}
.cid-tpieQAtwvL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpieQAtwvL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpieQAtwvL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpieQAtwvL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpieQAtwvL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpieQAtwvL .mbr-section-title {
  color: #232323;
}
.cid-tpieQAtwvL .mbr-text,
.cid-tpieQAtwvL .mbr-section-btn {
  text-align: left;
}
.cid-tpieQAtwvL .item-title {
  text-align: left;
}
.cid-tpieQAtwvL .item-subtitle {
  text-align: center;
}
.cid-tp9LvniotA {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/1641206465-2-damion-club-p-patrioticheskie-foni-dlya-prezentatsii-2-1200x750.png");
}
.cid-tp9LvniotA .timeline-element {
  position: relative;
}
.cid-tp9LvniotA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tp9LvniotA .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tp9LvniotA .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tp9LvniotA .iconBackground {
    left: 50%;
  }
}
.cid-tp9LvniotA .row {
  flex-direction: row-reverse;
}
.cid-tp9LvniotA .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-tp9LvniotA .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tp9LvniotA .row:after {
    left: 50%;
  }
}
.cid-tp9LvniotA .row:nth-child(even) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-tp9LvniotA .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-tp9LvniotA .timeline-date-wrapper,
  .cid-tp9LvniotA .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-tp9LvniotA .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tp9LvniotA .timeline-date-wrapper,
  .cid-tp9LvniotA .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tp9LvniotA .timeline-date-wrapper,
  .cid-tp9LvniotA .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-tp9LvniotA .mbr-text {
  text-align: center;
}
.cid-tot7Erdlyd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tot7Erdlyd img,
.cid-tot7Erdlyd .item-img {
  width: 100%;
}
.cid-tot7Erdlyd .item:focus,
.cid-tot7Erdlyd span:focus {
  outline: none;
}
.cid-tot7Erdlyd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tot7Erdlyd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fff0b0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tot7Erdlyd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tot7Erdlyd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tot7Erdlyd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tot7Erdlyd .mbr-section-title {
  color: #ffffff;
}
.cid-tot7Erdlyd .mbr-text,
.cid-tot7Erdlyd .mbr-section-btn {
  text-align: center;
}
.cid-tot7Erdlyd .item-title {
  text-align: center;
}
.cid-tot7Erdlyd .item-subtitle {
  text-align: left;
}
.cid-sFF0SGinka {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae7dc;
}
.cid-sFF0SGinka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFF0SGinka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF0SGinka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sFF0SGinka .mbr-section-title {
  color: #000000;
}
.cid-sFF0SGinka .mbr-text,
.cid-sFF0SGinka .mbr-section-btn {
  color: #8e8d8a;
}
.cid-tpckZGStWc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/1641206545-6-damion-club-p-patrioticheskie-foni-dlya-prezentatsii-6-1200x782.jpg");
}
.cid-tpckZGStWc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tpckZGStWc .team-card:hover {
  transform: translateY(-10px);
}
.cid-tpckZGStWc .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tpckZGStWc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tpckZGStWc .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tpckZGStWc .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpckZGStWc .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tpckZGStWc .social-row {
  text-align: center;
}
.cid-tpckZGStWc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tpckZGStWc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tpckZGStWc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tpckZGStWc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tpdbuQ4YY1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1641206545-6-damion-club-p-patrioticheskie-foni-dlya-prezentatsii-6-1200x782.jpg");
}
@media (max-width: 991px) {
  .cid-tpdbuQ4YY1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tpdbuQ4YY1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tpdbuQ4YY1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tpcrxth3Lk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tpcrxth3Lk .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-tpcrxth3Lk .timeline-element {
  position: relative;
}
.cid-tpcrxth3Lk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tpcrxth3Lk .iconBackground {
  position: absolute;
  left: 33.33%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
.cid-tpcrxth3Lk .separline:before {
  top: 50px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #6592e6;
  left: 33.33%;
  height: calc(100% + 30px);
}
@media (max-width: 767px) {
  .cid-tpcrxth3Lk .iconBackground {
    left: 15px !important;
  }
  .cid-tpcrxth3Lk .separline:before {
    left: 15px !important;
  }
}
.cid-tpcrxth3Lk .mbr-section-title,
.cid-tpcrxth3Lk .mbr-section-subtitle {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tpcrxth3Lk .time-line-date-content {
    margin-left: 1rem;
  }
  .cid-tpcrxth3Lk .time-line-date-content .mbr-timeline-date {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-tpcrxth3Lk .time-line-date-content {
    margin-right: 1rem;
  }
  .cid-tpcrxth3Lk .time-line-date-content .mbr-timeline-date {
    text-align: right;
  }
}
.cid-tpcrxth3Lk .timeline-text-content {
  margin-left: 2rem;
}
.cid-tpcrxth3Lk .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-tpcrxth3Lk .mbr-timeline-date {
  text-align: right;
}
.cid-tpcrxth3Lk .mbr-section-title {
  color: #061c4f;
}
.cid-tpcrxth3Lk .mbr-timeline-text {
  text-align: center;
}
.cid-tpdp2tm9Tj {
  background-image: url("../../../assets/images/-fgthjiky-750x538.jpg");
}
.cid-tpd8oW5GVB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1641206553-1-damion-club-p-patrioticheskie-foni-dlya-prezentatsii-1-1200x900.jpg");
}
.cid-tpd8oW5GVB .video-wrapper iframe {
  width: 100%;
}
.cid-tpd8oW5GVB .mbr-section-title,
.cid-tpd8oW5GVB .mbr-section-subtitle,
.cid-tpd8oW5GVB .mbr-text {
  text-align: center;
}
.cid-tpds8PPOf1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tpds8PPOf1 img,
.cid-tpds8PPOf1 .item-img {
  width: 100%;
}
.cid-tpds8PPOf1 .item:focus,
.cid-tpds8PPOf1 span:focus {
  outline: none;
}
.cid-tpds8PPOf1 .item-wrapper {
  position: relative;
}
.cid-tpds8PPOf1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpds8PPOf1 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tpds8PPOf1 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpds8PPOf1 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tpds8PPOf1 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tpds8PPOf1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpds8PPOf1 .mbr-section-title {
  color: #232323;
}
.cid-tpds8PPOf1 .mbr-text,
.cid-tpds8PPOf1 .mbr-section-btn {
  text-align: left;
}
.cid-tpds8PPOf1 .item-title {
  text-align: center;
}
.cid-tpds8PPOf1 .item-subtitle {
  text-align: left;
}
.cid-tpds8PPOf1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tpds8PPOf1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tpds8PPOf1 .embla__button--next,
.cid-tpds8PPOf1 .embla__button--prev {
  display: flex;
}
.cid-tpds8PPOf1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpds8PPOf1 .embla__button {
    display: none;
  }
}
.cid-tpds8PPOf1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpds8PPOf1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tpds8PPOf1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpds8PPOf1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpds8PPOf1 .embla__button {
    top: auto;
  }
}
.cid-tpds8PPOf1 .embla {
  position: relative;
  width: 100%;
}
.cid-tpds8PPOf1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpds8PPOf1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpds8PPOf1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpds8PPOf1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpekNKTR5q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpekNKTR5q img,
.cid-tpekNKTR5q .item-img {
  width: 100%;
}
.cid-tpekNKTR5q .item:focus,
.cid-tpekNKTR5q span:focus {
  outline: none;
}
.cid-tpekNKTR5q .item-wrapper {
  position: relative;
}
.cid-tpekNKTR5q .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpekNKTR5q .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tpekNKTR5q .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpekNKTR5q .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tpekNKTR5q .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tpekNKTR5q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpekNKTR5q .mbr-section-title {
  color: #232323;
}
.cid-tpekNKTR5q .mbr-text,
.cid-tpekNKTR5q .mbr-section-btn {
  text-align: left;
}
.cid-tpekNKTR5q .item-title {
  text-align: center;
}
.cid-tpekNKTR5q .item-subtitle {
  text-align: left;
}
.cid-tpekNKTR5q .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tpekNKTR5q .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tpekNKTR5q .embla__button--next,
.cid-tpekNKTR5q .embla__button--prev {
  display: flex;
}
.cid-tpekNKTR5q .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpekNKTR5q .embla__button {
    display: none;
  }
}
.cid-tpekNKTR5q .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpekNKTR5q .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tpekNKTR5q .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpekNKTR5q .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpekNKTR5q .embla__button {
    top: auto;
  }
}
.cid-tpekNKTR5q .embla {
  position: relative;
  width: 100%;
}
.cid-tpekNKTR5q .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpekNKTR5q .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpekNKTR5q .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpekNKTR5q .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpeAhjGMeT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tpeAhjGMeT img,
.cid-tpeAhjGMeT .item-img {
  width: 100%;
}
.cid-tpeAhjGMeT .item:focus,
.cid-tpeAhjGMeT span:focus {
  outline: none;
}
.cid-tpeAhjGMeT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tpeAhjGMeT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tpeAhjGMeT .item {
  padding: 0;
  margin: 0;
}
.cid-tpeAhjGMeT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tpeAhjGMeT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tpeAhjGMeT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tpeAhjGMeT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tpeAhjGMeT .mbr-section-title {
  color: #232323;
}
.cid-tpeAhjGMeT .mbr-text,
.cid-tpeAhjGMeT .mbr-section-btn {
  text-align: left;
}
.cid-tpeAhjGMeT .item-title {
  text-align: left;
}
.cid-tpeAhjGMeT .item-subtitle {
  text-align: center;
}
.cid-tpeTkNM9OL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tpeTkNM9OL .row {
    flex-direction: column-reverse;
  }
  .cid-tpeTkNM9OL .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-tpeTkNM9OL .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tpeTkNM9OL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpeTkNM9OL .media-content,
.cid-tpeTkNM9OL .mbr-figure {
  align-self: center;
}
.cid-tpeTkNM9OL .mbr-figure iframe {
  width: 100%;
}
.cid-tpeUlHq98P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tpeUlHq98P .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tpeUlHq98P .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpeUlHq98P .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tpeUlHq98P .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tpeUlHq98P .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tpeUlHq98P .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tpeUlHq98P .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tppvlQs6J1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1641206465-2-damion-club-p-patrioticheskie-foni-dlya-prezentatsii-2-1200x750.png");
}
.cid-tppu1Q6X7O {
  background-image: url("../../../assets/images/vc7a5o3u6h7qpjdujr64rrnkqfav5nnumafewaqd-900x520.jpg");
}
.cid-tpcAqYTHO1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/1641206553-1-damion-club-p-patrioticheskie-foni-dlya-prezentatsii-1-1200x900.jpg");
}
.cid-tpcAqYTHO1 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tpcAqYTHO1 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tpcAqYTHO1 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #e85a4f;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tpdkucXmcU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tpdkucXmcU .mbr-section-title,
.cid-tpdkucXmcU .mbr-text,
.cid-tpdkucXmcU .mbr-section-btn {
  text-align: center;
}
.cid-tpdkucXmcU .video-wrapper {
  margin: auto;
}
.cid-tpdkucXmcU .video-wrapper iframe {
  width: 100%;
}
.cid-tpiMAraG1b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/1641206465-2-damion-club-p-patrioticheskie-foni-dlya-prezentatsii-2-1200x750.png");
  overflow: hidden;
}
