.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #2f1893 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #e93a7d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f1893;
  border-color: #2f1893;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-primary:hover {
  background-color: #211167 !important;
  border-color: #211167 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7fa8d7;
  border-color: #7fa8d7;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-secondary:hover {
  background-color: #588ecb !important;
  border-color: #588ecb !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-success:hover {
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e93a7d;
  border-color: #e93a7d;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-danger:hover {
  background-color: #d81862 !important;
  border-color: #d81862 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #2f1893;
  color: #2f1893;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #2f1893 !important;
  border-color: #2f1893;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2f1893 !important;
  border-color: #2f1893 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7fa8d7;
  color: #7fa8d7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #7fa8d7 !important;
  border-color: #7fa8d7;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2ecc71;
  color: #2ecc71;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2ecc71 !important;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e93a7d;
  color: #e93a7d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e93a7d !important;
  border-color: #e93a7d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #2f1893 !important;
}
.text-secondary {
  color: #7fa8d7 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #e93a7d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #130a3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3974b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7943 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #aa134d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #e93a7d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2f1893;
  border-color: #2f1893;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #2f1893;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6649e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf2f6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #2f1893;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2f1893;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2f1893;
  border-bottom-color: #2f1893;
}
.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: #2f1893 !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: #7fa8d7 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sMBtmBfsbS {
  min-height: 101px !important;
  background: #a61919;
  overflow: visible;
}
.cid-sMBtmBfsbS .nav-item,
.cid-sMBtmBfsbS .nav-link,
.cid-sMBtmBfsbS .navbar-caption {
  font-weight: normal;
}
.cid-sMBtmBfsbS .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMBtmBfsbS .nav-link:before,
.cid-sMBtmBfsbS .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-sMBtmBfsbS .nav-item:hover .nav-link:before,
.cid-sMBtmBfsbS .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-sMBtmBfsbS .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMBtmBfsbS .dropdown-toggle::after,
.cid-sMBtmBfsbS .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-sMBtmBfsbS .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMBtmBfsbS .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMBtmBfsbS .nav-item:focus,
.cid-sMBtmBfsbS .nav-link:focus {
  outline: none;
}
.cid-sMBtmBfsbS .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMBtmBfsbS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMBtmBfsbS .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMBtmBfsbS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMBtmBfsbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMBtmBfsbS .navbar {
  transition: all .3s;
  background: #a61919;
}
.cid-sMBtmBfsbS .navbar.opened {
  transition: all .3s;
  background: #a61919 !important;
}
.cid-sMBtmBfsbS .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMBtmBfsbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMBtmBfsbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMBtmBfsbS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMBtmBfsbS .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMBtmBfsbS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMBtmBfsbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMBtmBfsbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMBtmBfsbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMBtmBfsbS .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMBtmBfsbS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMBtmBfsbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMBtmBfsbS .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMBtmBfsbS .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMBtmBfsbS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMBtmBfsbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMBtmBfsbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMBtmBfsbS .navbar.navbar-short {
  background: #a61919 !important;
  min-height: 60px;
}
.cid-sMBtmBfsbS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMBtmBfsbS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMBtmBfsbS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMBtmBfsbS .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMBtmBfsbS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMBtmBfsbS .dropdown-item.active,
.cid-sMBtmBfsbS .dropdown-item:active {
  background-color: transparent;
}
.cid-sMBtmBfsbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-sMBtmBfsbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMBtmBfsbS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMBtmBfsbS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMBtmBfsbS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMBtmBfsbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMBtmBfsbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMBtmBfsbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMBtmBfsbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMBtmBfsbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMBtmBfsbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMBtmBfsbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMBtmBfsbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMBtmBfsbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMBtmBfsbS .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-sMBtmBfsbS a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMBtmBfsbS .mbr-iconfont {
  color: #ffffff;
}
.cid-sMBtmBfsbS .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMBtmBfsbS .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMBtmBfsbS .navbar {
    height: 77px;
  }
  .cid-sMBtmBfsbS .navbar.opened {
    height: auto;
  }
  .cid-sMBtmBfsbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMBtmBfsbS .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMBtezdeee {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMBtezdeee .image {
    display: none !important;
  }
}
.cid-sMBtezdeee .image img {
  height: 910px;
}
.cid-sMBtezdeee .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-sMBtezdeee .mbr-section-title {
  margin-bottom: 15px;
}
.cid-sMBtezdeee .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-sMBtezdeee .block__products {
  padding-top: 10px;
}
.cid-sMBtezdeee .product__item {
  margin-top: 40px;
}
.cid-sMBtezdeee .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-sMBtezdeee .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-sMBtezdeee .image__item:hover {
  opacity: .8;
}
.cid-sMBtezdeee .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-sMBtezdeee .item__text {
    margin-top: 0;
  }
}
.cid-sMBtezdeee .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-sMBtezdeee .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-sMBtezdeee .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-sMBtezdeee .item__descr {
  margin-top: 10px;
}
.cid-sMBtezdeee .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMBtezdeee .item__buttons {
  margin-top: 40px;
}
.cid-sMBtezdeee .mbr-section-btn {
  text-align: left;
}
.cid-sMBtezdeee .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-sMBtezdeee .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sMBtezdeee .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sMBtezdeee .item__text {
    margin: 20px 0 0;
  }
  .cid-sMBtezdeee .mbr-text {
    text-align: center;
  }
}
.cid-sMBI40N4Sl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMBI40N4Sl .image {
    display: none !important;
  }
}
.cid-sMBI40N4Sl .image img {
  height: 740px;
}
.cid-sMBI40N4Sl .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-sMBI40N4Sl .mbr-section-title {
  margin-bottom: 15px;
}
.cid-sMBI40N4Sl .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-sMBI40N4Sl .block__products {
  padding-top: 10px;
}
.cid-sMBI40N4Sl .product__item {
  margin-top: 40px;
}
.cid-sMBI40N4Sl .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-sMBI40N4Sl .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-sMBI40N4Sl .image__item:hover {
  opacity: .8;
}
.cid-sMBI40N4Sl .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-sMBI40N4Sl .item__text {
    margin-top: 0;
  }
}
.cid-sMBI40N4Sl .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-sMBI40N4Sl .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-sMBI40N4Sl .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-sMBI40N4Sl .item__descr {
  margin-top: 10px;
}
.cid-sMBI40N4Sl .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMBI40N4Sl .item__buttons {
  margin-top: 40px;
}
.cid-sMBI40N4Sl .mbr-section-btn {
  text-align: left;
}
.cid-sMBI40N4Sl .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-sMBI40N4Sl .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sMBI40N4Sl .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sMBI40N4Sl .item__text {
    margin: 20px 0 0;
  }
  .cid-sMBI40N4Sl .mbr-text {
    text-align: center;
  }
}
.cid-sMC62RVBmQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5d6a79;
}
.cid-sMC62RVBmQ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sMC62RVBmQ .brand__text {
  margin-bottom: 0;
}
.cid-sMC62RVBmQ .brand__text a {
  font-weight: 700;
}
.cid-sMC62RVBmQ a:hover {
  color: #482be7 !important;
}
.cid-sMC62RVBmQ .mbr-text,
.cid-sMC62RVBmQ .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMC62RVBmQ .menu {
  margin: 10px 0;
}
.cid-sMC62RVBmQ .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-sMC62RVBmQ .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sMC62RVBmQ .menu__items:last-child {
  margin-right: 0;
}
.cid-sMC62RVBmQ .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-sMC62RVBmQ .social {
  margin-top: 10px;
}
.cid-sMC62RVBmQ .social a {
  margin: 0 15px;
}
.cid-sMC62RVBmQ .social a:last-child {
  margin-right: 0;
}
.cid-sMC62RVBmQ .social a:first-child {
  margin-left: 0;
}
.cid-sMC62RVBmQ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-sMC9QfVXJq {
  min-height: 101px !important;
  background: #a61919;
  overflow: visible;
}
.cid-sMC9QfVXJq .nav-item,
.cid-sMC9QfVXJq .nav-link,
.cid-sMC9QfVXJq .navbar-caption {
  font-weight: normal;
}
.cid-sMC9QfVXJq .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMC9QfVXJq .nav-link:before,
.cid-sMC9QfVXJq .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-sMC9QfVXJq .nav-item:hover .nav-link:before,
.cid-sMC9QfVXJq .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-sMC9QfVXJq .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMC9QfVXJq .dropdown-toggle::after,
.cid-sMC9QfVXJq .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-sMC9QfVXJq .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMC9QfVXJq .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMC9QfVXJq .nav-item:focus,
.cid-sMC9QfVXJq .nav-link:focus {
  outline: none;
}
.cid-sMC9QfVXJq .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMC9QfVXJq .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMC9QfVXJq .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMC9QfVXJq .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMC9QfVXJq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMC9QfVXJq .navbar {
  transition: all .3s;
  background: #a61919;
}
.cid-sMC9QfVXJq .navbar.opened {
  transition: all .3s;
  background: #a61919 !important;
}
.cid-sMC9QfVXJq .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMC9QfVXJq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMC9QfVXJq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMC9QfVXJq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMC9QfVXJq .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMC9QfVXJq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMC9QfVXJq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMC9QfVXJq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMC9QfVXJq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMC9QfVXJq .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMC9QfVXJq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMC9QfVXJq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMC9QfVXJq .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMC9QfVXJq .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMC9QfVXJq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMC9QfVXJq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMC9QfVXJq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMC9QfVXJq .navbar.navbar-short {
  background: #a61919 !important;
  min-height: 60px;
}
.cid-sMC9QfVXJq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMC9QfVXJq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMC9QfVXJq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMC9QfVXJq .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMC9QfVXJq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMC9QfVXJq .dropdown-item.active,
.cid-sMC9QfVXJq .dropdown-item:active {
  background-color: transparent;
}
.cid-sMC9QfVXJq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-sMC9QfVXJq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMC9QfVXJq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMC9QfVXJq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMC9QfVXJq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMC9QfVXJq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMC9QfVXJq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMC9QfVXJq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMC9QfVXJq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMC9QfVXJq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMC9QfVXJq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMC9QfVXJq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMC9QfVXJq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMC9QfVXJq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMC9QfVXJq .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-sMC9QfVXJq a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMC9QfVXJq .mbr-iconfont {
  color: #ffffff;
}
.cid-sMC9QfVXJq .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMC9QfVXJq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMC9QfVXJq .navbar {
    height: 77px;
  }
  .cid-sMC9QfVXJq .navbar.opened {
    height: auto;
  }
  .cid-sMC9QfVXJq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMC9QfVXJq .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMC9QhvQgy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMC9QhvQgy .image {
    display: none !important;
  }
}
.cid-sMC9QhvQgy .image img {
  height: 690px;
}
.cid-sMC9QhvQgy .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-sMC9QhvQgy .mbr-section-title {
  margin-bottom: 15px;
}
.cid-sMC9QhvQgy .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-sMC9QhvQgy .block__products {
  padding-top: 10px;
}
.cid-sMC9QhvQgy .product__item {
  margin-top: 40px;
}
.cid-sMC9QhvQgy .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-sMC9QhvQgy .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-sMC9QhvQgy .image__item:hover {
  opacity: .8;
}
.cid-sMC9QhvQgy .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-sMC9QhvQgy .item__text {
    margin-top: 0;
  }
}
.cid-sMC9QhvQgy .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-sMC9QhvQgy .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-sMC9QhvQgy .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-sMC9QhvQgy .item__descr {
  margin-top: 10px;
}
.cid-sMC9QhvQgy .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMC9QhvQgy .item__buttons {
  margin-top: 40px;
}
.cid-sMC9QhvQgy .mbr-section-btn {
  text-align: left;
}
.cid-sMC9QhvQgy .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-sMC9QhvQgy .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-sMC9QhvQgy .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sMC9QhvQgy .item__text {
    margin: 20px 0 0;
  }
  .cid-sMC9QhvQgy .mbr-text {
    text-align: center;
  }
}
.cid-sMC9QjXAbF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5d6a79;
}
.cid-sMC9QjXAbF .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sMC9QjXAbF .brand__text {
  margin-bottom: 0;
}
.cid-sMC9QjXAbF .brand__text a {
  font-weight: 700;
}
.cid-sMC9QjXAbF a:hover {
  color: #482be7 !important;
}
.cid-sMC9QjXAbF .mbr-text,
.cid-sMC9QjXAbF .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMC9QjXAbF .menu {
  margin: 10px 0;
}
.cid-sMC9QjXAbF .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-sMC9QjXAbF .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sMC9QjXAbF .menu__items:last-child {
  margin-right: 0;
}
.cid-sMC9QjXAbF .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-sMC9QjXAbF .social {
  margin-top: 10px;
}
.cid-sMC9QjXAbF .social a {
  margin: 0 15px;
}
.cid-sMC9QjXAbF .social a:last-child {
  margin-right: 0;
}
.cid-sMC9QjXAbF .social a:first-child {
  margin-left: 0;
}
.cid-sMC9QjXAbF .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-sMCu2WSGha {
  min-height: 101px !important;
  background: #a61919;
  overflow: visible;
}
.cid-sMCu2WSGha .nav-item,
.cid-sMCu2WSGha .nav-link,
.cid-sMCu2WSGha .navbar-caption {
  font-weight: normal;
}
.cid-sMCu2WSGha .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .nav-link:before,
.cid-sMCu2WSGha .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-sMCu2WSGha .nav-item:hover .nav-link:before,
.cid-sMCu2WSGha .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-sMCu2WSGha .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .dropdown-toggle::after,
.cid-sMCu2WSGha .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-sMCu2WSGha .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMCu2WSGha .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMCu2WSGha .nav-item:focus,
.cid-sMCu2WSGha .nav-link:focus {
  outline: none;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMCu2WSGha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMCu2WSGha .navbar {
  transition: all .3s;
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.opened {
  transition: all .3s;
  background: #a61919 !important;
}
.cid-sMCu2WSGha .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMCu2WSGha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMCu2WSGha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMCu2WSGha .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMCu2WSGha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMCu2WSGha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMCu2WSGha .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMCu2WSGha .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMCu2WSGha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMCu2WSGha .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMCu2WSGha .navbar.navbar-short {
  background: #a61919 !important;
  min-height: 60px;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMCu2WSGha .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMCu2WSGha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMCu2WSGha .dropdown-item.active,
.cid-sMCu2WSGha .dropdown-item:active {
  background-color: transparent;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMCu2WSGha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMCu2WSGha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMCu2WSGha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-sMCu2WSGha a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .mbr-iconfont {
  color: #ffffff;
}
.cid-sMCu2WSGha .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMCu2WSGha .navbar {
    height: 77px;
  }
  .cid-sMCu2WSGha .navbar.opened {
    height: auto;
  }
  .cid-sMCu2WSGha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMCu2WSGha .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMCztH2IVh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMCztH2IVh .mbr-section-title {
  margin-bottom: 40px;
}
.cid-sMCztH2IVh .mbr-text {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCztH2IVh .block__product {
  margin: 30px 0;
}
.cid-sMCztH2IVh .image {
  transition: all .25s;
}
.cid-sMCztH2IVh .image:hover {
  opacity: .8;
}
.cid-sMCztH2IVh .image img {
  border-radius: 10px;
  width: 270px;
  height: 210px;
}
.cid-sMCztH2IVh .block__content {
  margin-left: 40px;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-sMCztH2IVh .block__content {
    margin-top: 30px;
    margin-left: 0;
  }
}
.cid-sMCztH2IVh .title__block {
  font-weight: 700;
  transition: all .25s;
  margin-bottom: 0;
}
.cid-sMCztH2IVh .title__block:hover {
  color: #2f1893;
}
.cid-sMCztH2IVh .price__block {
  margin-bottom: 15px;
  color: #919dab;
  letter-spacing: 2px;
}
.cid-sMCztH2IVh .mbr-section-btn {
  width: 105%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .cid-sMCztH2IVh .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sMCztH2IVh .mbr-section-btn .btn {
  height: 40px;
  padding: 0 15px;
  font-weight: 500;
  margin-right: 0;
}
.cid-sMCztH2IVh .mbr-section-btn .btn:hover {
  background-color: transparent !important;
  border-color: #2f1893 !important;
  color: #2f1893 !important;
}
.cid-sMCBBkm1c3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-sMCBBkm1c3 .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 40px;
}
.cid-sMCBBkm1c3 .mbr-text {
  color: #919dab;
  margin: 10px 0 40px;
}
.cid-sMCBBkm1c3 .tabs__text {
  margin-bottom: 0;
}
.cid-sMCBBkm1c3 .tab-content {
  margin-top: 60px;
}
.cid-sMCBBkm1c3 .inner {
  display: flex;
  align-items: stretch;
}
.cid-sMCBBkm1c3 .card__wrap {
  border-radius: 10px;
  padding-bottom: 50px;
  margin-bottom: 70px;
  border: 2px solid #ebeaed;
  border-top: none;
  width: 100%;
}
.cid-sMCBBkm1c3 .image img {
  margin-left: -2px;
  margin-right: -2px;
  width: calc(100% + 4px);
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 210px;
  object-fit: cover;
}
.cid-sMCBBkm1c3 .card__content {
  margin-top: 45px;
  padding: 0 45px;
}
@media (max-width: 575px) {
  .cid-sMCBBkm1c3 .card__content {
    padding: 0 30px;
  }
}
.cid-sMCBBkm1c3 .card__title {
  margin-bottom: 20px;
}
.cid-sMCBBkm1c3 .card__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCBBkm1c3 .title {
  font-weight: 400;
  margin-bottom: 0;
}
.cid-sMCBBkm1c3 .price {
  margin-bottom: 0;
}
.cid-sMCBBkm1c3 .card__content .mbr-section-btn {
  margin-top: 30px;
}
.cid-sMCBBkm1c3 .card__content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 0 6px 0;
  font-weight: 500;
  padding: 0 8px;
}
.cid-sMCBBkm1c3 .tabs__wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMCu2YI8VZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5d6a79;
}
.cid-sMCu2YI8VZ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sMCu2YI8VZ .brand__text {
  margin-bottom: 0;
}
.cid-sMCu2YI8VZ .brand__text a {
  font-weight: 700;
}
.cid-sMCu2YI8VZ a:hover {
  color: #482be7 !important;
}
.cid-sMCu2YI8VZ .mbr-text,
.cid-sMCu2YI8VZ .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCu2YI8VZ .menu {
  margin: 10px 0;
}
.cid-sMCu2YI8VZ .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-sMCu2YI8VZ .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sMCu2YI8VZ .menu__items:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-sMCu2YI8VZ .social {
  margin-top: 10px;
}
.cid-sMCu2YI8VZ .social a {
  margin: 0 15px;
}
.cid-sMCu2YI8VZ .social a:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .social a:first-child {
  margin-left: 0;
}
.cid-sMCu2YI8VZ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-sMCu2WSGha {
  min-height: 101px !important;
  background: #a61919;
  overflow: visible;
}
.cid-sMCu2WSGha .nav-item,
.cid-sMCu2WSGha .nav-link,
.cid-sMCu2WSGha .navbar-caption {
  font-weight: normal;
}
.cid-sMCu2WSGha .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .nav-link:before,
.cid-sMCu2WSGha .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-sMCu2WSGha .nav-item:hover .nav-link:before,
.cid-sMCu2WSGha .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-sMCu2WSGha .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .dropdown-toggle::after,
.cid-sMCu2WSGha .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-sMCu2WSGha .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMCu2WSGha .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMCu2WSGha .nav-item:focus,
.cid-sMCu2WSGha .nav-link:focus {
  outline: none;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMCu2WSGha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMCu2WSGha .navbar {
  transition: all .3s;
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.opened {
  transition: all .3s;
  background: #a61919 !important;
}
.cid-sMCu2WSGha .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMCu2WSGha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMCu2WSGha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMCu2WSGha .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMCu2WSGha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMCu2WSGha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMCu2WSGha .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMCu2WSGha .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMCu2WSGha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMCu2WSGha .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMCu2WSGha .navbar.navbar-short {
  background: #a61919 !important;
  min-height: 60px;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMCu2WSGha .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMCu2WSGha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMCu2WSGha .dropdown-item.active,
.cid-sMCu2WSGha .dropdown-item:active {
  background-color: transparent;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMCu2WSGha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMCu2WSGha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMCu2WSGha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-sMCu2WSGha a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .mbr-iconfont {
  color: #ffffff;
}
.cid-sMCu2WSGha .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMCu2WSGha .navbar {
    height: 77px;
  }
  .cid-sMCu2WSGha .navbar.opened {
    height: auto;
  }
  .cid-sMCu2WSGha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMCu2WSGha .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMCJVhlObL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-sMCJVhlObL .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 40px;
}
.cid-sMCJVhlObL .mbr-text {
  color: #919dab;
  margin: 10px 0 40px;
}
.cid-sMCJVhlObL .tabs__text {
  margin-bottom: 0;
}
.cid-sMCJVhlObL .tab-content {
  margin-top: 60px;
}
.cid-sMCJVhlObL .inner {
  display: flex;
  align-items: stretch;
}
.cid-sMCJVhlObL .card__wrap {
  border-radius: 10px;
  padding-bottom: 50px;
  margin-bottom: 70px;
  border: 2px solid #ebeaed;
  border-top: none;
  width: 100%;
}
.cid-sMCJVhlObL .image img {
  margin-left: -2px;
  margin-right: -2px;
  width: calc(100% + 4px);
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 210px;
  object-fit: cover;
}
.cid-sMCJVhlObL .card__content {
  margin-top: 45px;
  padding: 0 45px;
}
@media (max-width: 575px) {
  .cid-sMCJVhlObL .card__content {
    padding: 0 30px;
  }
}
.cid-sMCJVhlObL .card__title {
  margin-bottom: 20px;
}
.cid-sMCJVhlObL .card__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCJVhlObL .title {
  font-weight: 400;
  margin-bottom: 0;
}
.cid-sMCJVhlObL .price {
  margin-bottom: 0;
}
.cid-sMCJVhlObL .card__content .mbr-section-btn {
  margin-top: 30px;
}
.cid-sMCJVhlObL .card__content .mbr-section-btn .btn {
  width: 100%;
  margin: 0 0 6px 0;
  font-weight: 500;
  padding: 0 8px;
}
.cid-sMCJVhlObL .tabs__wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMCu2YI8VZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5d6a79;
}
.cid-sMCu2YI8VZ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sMCu2YI8VZ .brand__text {
  margin-bottom: 0;
}
.cid-sMCu2YI8VZ .brand__text a {
  font-weight: 700;
}
.cid-sMCu2YI8VZ a:hover {
  color: #482be7 !important;
}
.cid-sMCu2YI8VZ .mbr-text,
.cid-sMCu2YI8VZ .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCu2YI8VZ .menu {
  margin: 10px 0;
}
.cid-sMCu2YI8VZ .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-sMCu2YI8VZ .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sMCu2YI8VZ .menu__items:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-sMCu2YI8VZ .social {
  margin-top: 10px;
}
.cid-sMCu2YI8VZ .social a {
  margin: 0 15px;
}
.cid-sMCu2YI8VZ .social a:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .social a:first-child {
  margin-left: 0;
}
.cid-sMCu2YI8VZ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-sMCu2WSGha {
  min-height: 101px !important;
  background: #a61919;
  overflow: visible;
}
.cid-sMCu2WSGha .nav-item,
.cid-sMCu2WSGha .nav-link,
.cid-sMCu2WSGha .navbar-caption {
  font-weight: normal;
}
.cid-sMCu2WSGha .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .nav-link:before,
.cid-sMCu2WSGha .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-sMCu2WSGha .nav-item:hover .nav-link:before,
.cid-sMCu2WSGha .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-sMCu2WSGha .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .dropdown-toggle::after,
.cid-sMCu2WSGha .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-sMCu2WSGha .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMCu2WSGha .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMCu2WSGha .nav-item:focus,
.cid-sMCu2WSGha .nav-link:focus {
  outline: none;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMCu2WSGha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMCu2WSGha .navbar {
  transition: all .3s;
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.opened {
  transition: all .3s;
  background: #a61919 !important;
}
.cid-sMCu2WSGha .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMCu2WSGha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMCu2WSGha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMCu2WSGha .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMCu2WSGha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMCu2WSGha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMCu2WSGha .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMCu2WSGha .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMCu2WSGha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMCu2WSGha .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMCu2WSGha .navbar.navbar-short {
  background: #a61919 !important;
  min-height: 60px;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMCu2WSGha .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMCu2WSGha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMCu2WSGha .dropdown-item.active,
.cid-sMCu2WSGha .dropdown-item:active {
  background-color: transparent;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMCu2WSGha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMCu2WSGha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMCu2WSGha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-sMCu2WSGha a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .mbr-iconfont {
  color: #ffffff;
}
.cid-sMCu2WSGha .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMCu2WSGha .navbar {
    height: 77px;
  }
  .cid-sMCu2WSGha .navbar.opened {
    height: auto;
  }
  .cid-sMCu2WSGha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMCu2WSGha .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMCNw1CkAr {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMCNw1CkAr .reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-sMCNw1CkAr .wrapper {
  margin-bottom: 60px;
}
.cid-sMCNw1CkAr .content__block {
  margin: 30px 40px 40px;
}
@media (max-width: 991px) {
  .cid-sMCNw1CkAr .content__block {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-sMCNw1CkAr .mbr-section-title {
  margin-bottom: 20px;
  color: #a61919;
}
.cid-sMCNw1CkAr .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCNw1CkAr .mbr-section-btn {
  margin-top: 30px;
}
.cid-sMCNw1CkAr .mbr-section-btn .btn {
  font-weight: 500;
  margin-top: 0;
}
.cid-sMCNw1CkAr .image {
  transition: all .2s;
}
.cid-sMCNw1CkAr .image:hover {
  opacity: .7;
}
.cid-sMCNw1CkAr .image img {
  border-radius: 10px;
  width: 100%;
}
.cid-v1DCXJS4YA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #a61919;
}
.cid-v1DCXJS4YA .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1DCXJS4YA .mbr-text {
  margin: 25px 0 65px;
}
.cid-v1DCXJS4YA .form-group {
  margin-bottom: 0;
}
.cid-v1DCXJS4YA .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-v1DCXJS4YA .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-v1DCXJS4YA .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-v1DCXJS4YA .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-v1DCXJS4YA .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-v1DCXJS4YA .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-v1DCXJS4YA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1DCXJS4YA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sMCu2YI8VZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5d6a79;
}
.cid-sMCu2YI8VZ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sMCu2YI8VZ .brand__text {
  margin-bottom: 0;
}
.cid-sMCu2YI8VZ .brand__text a {
  font-weight: 700;
}
.cid-sMCu2YI8VZ a:hover {
  color: #482be7 !important;
}
.cid-sMCu2YI8VZ .mbr-text,
.cid-sMCu2YI8VZ .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCu2YI8VZ .menu {
  margin: 10px 0;
}
.cid-sMCu2YI8VZ .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-sMCu2YI8VZ .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sMCu2YI8VZ .menu__items:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-sMCu2YI8VZ .social {
  margin-top: 10px;
}
.cid-sMCu2YI8VZ .social a {
  margin: 0 15px;
}
.cid-sMCu2YI8VZ .social a:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .social a:first-child {
  margin-left: 0;
}
.cid-sMCu2YI8VZ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-sMCu2WSGha {
  min-height: 101px !important;
  background: #a61919;
  overflow: visible;
}
.cid-sMCu2WSGha .nav-item,
.cid-sMCu2WSGha .nav-link,
.cid-sMCu2WSGha .navbar-caption {
  font-weight: normal;
}
.cid-sMCu2WSGha .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .nav-link:before,
.cid-sMCu2WSGha .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-sMCu2WSGha .nav-item:hover .nav-link:before,
.cid-sMCu2WSGha .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-sMCu2WSGha .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .dropdown-toggle::after,
.cid-sMCu2WSGha .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-sMCu2WSGha .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMCu2WSGha .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMCu2WSGha .nav-item:focus,
.cid-sMCu2WSGha .nav-link:focus {
  outline: none;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMCu2WSGha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMCu2WSGha .navbar {
  transition: all .3s;
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.opened {
  transition: all .3s;
  background: #a61919 !important;
}
.cid-sMCu2WSGha .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMCu2WSGha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMCu2WSGha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMCu2WSGha .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMCu2WSGha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMCu2WSGha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMCu2WSGha .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMCu2WSGha .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMCu2WSGha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMCu2WSGha .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMCu2WSGha .navbar.navbar-short {
  background: #a61919 !important;
  min-height: 60px;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMCu2WSGha .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMCu2WSGha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMCu2WSGha .dropdown-item.active,
.cid-sMCu2WSGha .dropdown-item:active {
  background-color: transparent;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMCu2WSGha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMCu2WSGha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMCu2WSGha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-sMCu2WSGha a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .mbr-iconfont {
  color: #ffffff;
}
.cid-sMCu2WSGha .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMCu2WSGha .navbar {
    height: 77px;
  }
  .cid-sMCu2WSGha .navbar.opened {
    height: auto;
  }
  .cid-sMCu2WSGha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMCu2WSGha .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMCQxVc5Yc {
  padding-top: 8rem;
  padding-bottom: 2rem;
}
.cid-sMCQxVc5Yc .block__inner {
  padding: 55px 20px 50px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cid-sMCQxVc5Yc .mbr-section-title {
  margin-bottom: 0;
}
.cid-sMCQxVc5Yc .mbr-text {
  margin-bottom: 0;
}
.cid-sMCQxVc5Yc .mbr-section-btn {
  margin-top: 30px;
}
.cid-sMCQxVc5Yc .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sMCQxVc5Yc .mbr-media {
  margin: 35px 0 40px;
}
.cid-sMCQxVc5Yc .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
}
.cid-sMCQxVc5Yc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sMCQxVc5Yc .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-sMCQxVc5Yc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sMCQxVc5Yc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sMCQxVc5Yc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sMCQxVc5Yc a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sMCQxVc5Yc a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sMCQxVc5Yc .block__inner {
    padding: 40px 10px;
  }
}
.cid-sMCOWhJzgp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sMCOWhJzgp .row-gallery {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}
.cid-sMCOWhJzgp .item-wrapper {
  margin: 15px 5px;
  width: 23%;
  position: relative;
  padding: 0;
}
.cid-sMCOWhJzgp .item-wrapper img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-sMCOWhJzgp .item-wrapper:hover {
  cursor: pointer;
}
.cid-sMCOWhJzgp .item-wrapper:hover:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #0056b3;
  opacity: 0.2;
  border-radius: 10px;
  pointer-events: none;
}
.cid-sMCOWhJzgp .mbr-section-title {
  margin-bottom: 35px;
}
.cid-sMCOWhJzgp .block__inner {
  margin: 15px 0;
  padding: 30px 70px;
  border-radius: 10px;
  border: 2px solid #ebeaed;
}
.cid-sMCOWhJzgp .mbr-text {
  margin-bottom: 4px;
}
.cid-sMCOWhJzgp .icons-menu {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sMCOWhJzgp .soc-item {
  line-height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}
.cid-sMCOWhJzgp .soc-item .mbr-iconfont {
  color: #2f1893;
  font-size: 20px;
  height: 20px;
  width: 20px;
}
@media (max-width: 991px) {
  .cid-sMCOWhJzgp .block__inner {
    padding: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sMCOWhJzgp .item-wrapper {
    margin: 15px -15px;
  }
}
@media (max-width: 575px) {
  .cid-sMCOWhJzgp .item-wrapper {
    display: inline-flex;
    box-sizing: border-box;
  }
  .cid-sMCOWhJzgp .item-wrapper img {
    width: 100%;
    height: 100%;
  }
}
.cid-sMCOWhJzgp .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
  position: fixed;
  opacity: .5;
  color: #fff;
  border: none;
  text-align: center;
  z-index: 5;
  transition: opacity .3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sMCOWhJzgp .modal-body a.close::before {
  content: '\e91a';
}
.cid-sMCOWhJzgp .modal-body a.close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sMCOWhJzgp .carousel-control,
.cid-sMCOWhJzgp .close {
  background: #1b1b1b;
}
.cid-sMCOWhJzgp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sMCOWhJzgp .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sMCOWhJzgp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sMCOWhJzgp .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sMCOWhJzgp .carousel-control {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -35px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 26px;
  border: 0;
  opacity: .5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  transition: all 0.22s ease 0s;
}
.cid-sMCOWhJzgp .carousel-inner > .active {
  display: block;
}
.cid-sMCOWhJzgp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sMCOWhJzgp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sMCOWhJzgp .carousel-control .icon-next,
.cid-sMCOWhJzgp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 26px;
  line-height: 27px;
}
.cid-sMCOWhJzgp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sMCOWhJzgp .carousel-control,
  .cid-sMCOWhJzgp .carousel-indicators,
  .cid-sMCOWhJzgp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sMCOWhJzgp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sMCOWhJzgp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sMCOWhJzgp .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sMCOWhJzgp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sMCOWhJzgp .carousel-indicators {
    display: none;
  }
}
.cid-sMCOWhJzgp .carousel-indicators .active,
.cid-sMCOWhJzgp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: .5;
  border: 4px solid #1b1b1b;
}
.cid-sMCOWhJzgp .carousel-indicators .active {
  background: #fff;
}
.cid-sMCOWhJzgp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sMCOWhJzgp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sMCOWhJzgp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sMCOWhJzgp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sMCOWhJzgp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sMCOWhJzgp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(98.25vh);
}
.cid-sMCOWhJzgp .carousel {
  width: 100%;
}
.cid-sMCOWhJzgp .modal-dialog .carousel-inner {
  height: auto;
}
.cid-sMCOWhJzgp .modal-backdrop.in {
  opacity: .8;
}
.cid-sMCOWhJzgp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sMCOWhJzgp .modal.fade .modal-dialog,
.cid-sMCOWhJzgp .modal.in .modal-dialog {
  transform: none;
}
.cid-sMCOWhJzgp .span__text {
  color: #919dab;
}
.cid-sMCu2YI8VZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5d6a79;
}
.cid-sMCu2YI8VZ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sMCu2YI8VZ .brand__text {
  margin-bottom: 0;
}
.cid-sMCu2YI8VZ .brand__text a {
  font-weight: 700;
}
.cid-sMCu2YI8VZ a:hover {
  color: #482be7 !important;
}
.cid-sMCu2YI8VZ .mbr-text,
.cid-sMCu2YI8VZ .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCu2YI8VZ .menu {
  margin: 10px 0;
}
.cid-sMCu2YI8VZ .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-sMCu2YI8VZ .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sMCu2YI8VZ .menu__items:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-sMCu2YI8VZ .social {
  margin-top: 10px;
}
.cid-sMCu2YI8VZ .social a {
  margin: 0 15px;
}
.cid-sMCu2YI8VZ .social a:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .social a:first-child {
  margin-left: 0;
}
.cid-sMCu2YI8VZ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-sMCu2WSGha {
  min-height: 101px !important;
  background: #a61919;
  overflow: visible;
}
.cid-sMCu2WSGha .nav-item,
.cid-sMCu2WSGha .nav-link,
.cid-sMCu2WSGha .navbar-caption {
  font-weight: normal;
}
.cid-sMCu2WSGha .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .nav-link:before,
.cid-sMCu2WSGha .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-sMCu2WSGha .nav-item:hover .nav-link:before,
.cid-sMCu2WSGha .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-sMCu2WSGha .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .dropdown-toggle::after,
.cid-sMCu2WSGha .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-sMCu2WSGha .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMCu2WSGha .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMCu2WSGha .nav-item:focus,
.cid-sMCu2WSGha .nav-link:focus {
  outline: none;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMCu2WSGha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMCu2WSGha .navbar {
  transition: all .3s;
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.opened {
  transition: all .3s;
  background: #a61919 !important;
}
.cid-sMCu2WSGha .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMCu2WSGha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMCu2WSGha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMCu2WSGha .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMCu2WSGha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMCu2WSGha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMCu2WSGha .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMCu2WSGha .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMCu2WSGha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMCu2WSGha .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMCu2WSGha .navbar.navbar-short {
  background: #a61919 !important;
  min-height: 60px;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMCu2WSGha .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMCu2WSGha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMCu2WSGha .dropdown-item.active,
.cid-sMCu2WSGha .dropdown-item:active {
  background-color: transparent;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMCu2WSGha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMCu2WSGha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMCu2WSGha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-sMCu2WSGha a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .mbr-iconfont {
  color: #ffffff;
}
.cid-sMCu2WSGha .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMCu2WSGha .navbar {
    height: 77px;
  }
  .cid-sMCu2WSGha .navbar.opened {
    height: auto;
  }
  .cid-sMCu2WSGha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMCu2WSGha .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMCS522zTp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sMCS522zTp .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-sMCS522zTp .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCS522zTp .mbr-section-btn {
  margin-top: 45px;
}
.cid-sMCS522zTp .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-sMCS522zTp img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-sMCS522zTp .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-sMCS522zTp .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-sMCS522zTp .mbr-text {
    margin-top: 10px;
  }
}
.cid-sMCu2YI8VZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5d6a79;
}
.cid-sMCu2YI8VZ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sMCu2YI8VZ .brand__text {
  margin-bottom: 0;
}
.cid-sMCu2YI8VZ .brand__text a {
  font-weight: 700;
}
.cid-sMCu2YI8VZ a:hover {
  color: #482be7 !important;
}
.cid-sMCu2YI8VZ .mbr-text,
.cid-sMCu2YI8VZ .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCu2YI8VZ .menu {
  margin: 10px 0;
}
.cid-sMCu2YI8VZ .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-sMCu2YI8VZ .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sMCu2YI8VZ .menu__items:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-sMCu2YI8VZ .social {
  margin-top: 10px;
}
.cid-sMCu2YI8VZ .social a {
  margin: 0 15px;
}
.cid-sMCu2YI8VZ .social a:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .social a:first-child {
  margin-left: 0;
}
.cid-sMCu2YI8VZ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-sMCu2WSGha {
  min-height: 101px !important;
  background: #a61919;
  overflow: visible;
}
.cid-sMCu2WSGha .nav-item,
.cid-sMCu2WSGha .nav-link,
.cid-sMCu2WSGha .navbar-caption {
  font-weight: normal;
}
.cid-sMCu2WSGha .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .nav-link:before,
.cid-sMCu2WSGha .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-sMCu2WSGha .nav-item:hover .nav-link:before,
.cid-sMCu2WSGha .soc-item:hover a:before {
  height: 2px;
  background-color: #e93a7d;
  margin-top: 2px;
}
.cid-sMCu2WSGha .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .dropdown-toggle::after,
.cid-sMCu2WSGha .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-sMCu2WSGha .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-sMCu2WSGha .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-sMCu2WSGha .nav-item:focus,
.cid-sMCu2WSGha .nav-link:focus {
  outline: none;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sMCu2WSGha .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sMCu2WSGha .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMCu2WSGha .navbar {
  transition: all .3s;
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.opened {
  transition: all .3s;
  background: #a61919 !important;
}
.cid-sMCu2WSGha .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMCu2WSGha .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMCu2WSGha .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 2rem - 1rem);
  }
}
.cid-sMCu2WSGha .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-sMCu2WSGha .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-sMCu2WSGha .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-sMCu2WSGha .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMCu2WSGha .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sMCu2WSGha .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMCu2WSGha .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-sMCu2WSGha .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMCu2WSGha .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sMCu2WSGha .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMCu2WSGha .navbar.navbar-short {
  background: #a61919 !important;
  min-height: 60px;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-sMCu2WSGha .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sMCu2WSGha .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMCu2WSGha .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sMCu2WSGha .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMCu2WSGha .dropdown-item.active,
.cid-sMCu2WSGha .dropdown-item:active {
  background-color: transparent;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a61919;
}
.cid-sMCu2WSGha .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-sMCu2WSGha .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMCu2WSGha ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMCu2WSGha button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sMCu2WSGha button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sMCu2WSGha nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sMCu2WSGha .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
}
.cid-sMCu2WSGha a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-sMCu2WSGha .mbr-iconfont {
  color: #ffffff;
}
.cid-sMCu2WSGha .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-sMCu2WSGha .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMCu2WSGha .navbar {
    height: 77px;
  }
  .cid-sMCu2WSGha .navbar.opened {
    height: auto;
  }
  .cid-sMCu2WSGha .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sMCu2WSGha .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-sMCG9d0ONu {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.cid-sMCG9d0ONu .block__inner {
  padding: 55px 20px 50px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.cid-sMCG9d0ONu .mbr-section-title {
  margin-bottom: 0;
}
.cid-sMCG9d0ONu .mbr-text {
  margin-bottom: 0;
}
.cid-sMCG9d0ONu .mbr-section-btn {
  margin-top: 30px;
}
.cid-sMCG9d0ONu .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-sMCG9d0ONu .mbr-media {
  margin: 35px 0 40px;
}
.cid-sMCG9d0ONu .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000;
}
.cid-sMCG9d0ONu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sMCG9d0ONu .mbr-media span:hover {
  transform: scale(1.08);
}
.cid-sMCG9d0ONu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sMCG9d0ONu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sMCG9d0ONu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sMCG9d0ONu a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sMCG9d0ONu a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sMCG9d0ONu .block__inner {
    padding: 40px 10px;
  }
}
.cid-sMCGLQCNhs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #a61919;
}
.cid-sMCGLQCNhs .mbr-section-title {
  margin-bottom: 0;
  padding-left: 15px;
  color: #f7ff07;
}
.cid-sMCGLQCNhs .mbr-text {
  margin-bottom: 0;
  margin-top: 15px;
  opacity: .7;
  padding-left: 15px;
}
.cid-sMCGLQCNhs .image img {
  max-width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sMCGLQCNhs .text__block {
    margin-top: 1.5rem;
  }
}
.cid-sMCIbwYP4Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMCIbwYP4Y .mbr-text {
  margin-bottom: 0;
}
.cid-sMCIbwYP4Y .block__right {
  margin-bottom: 10px;
}
.cid-sMCIbwYP4Y .right__block-text {
  font-weight: 500;
  letter-spacing: 2px;
  color: #a61919;
  margin-bottom: 0;
}
.cid-sMCu2YI8VZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #5d6a79;
}
.cid-sMCu2YI8VZ .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sMCu2YI8VZ .brand__text {
  margin-bottom: 0;
}
.cid-sMCu2YI8VZ .brand__text a {
  font-weight: 700;
}
.cid-sMCu2YI8VZ a:hover {
  color: #482be7 !important;
}
.cid-sMCu2YI8VZ .mbr-text,
.cid-sMCu2YI8VZ .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-sMCu2YI8VZ .menu {
  margin: 10px 0;
}
.cid-sMCu2YI8VZ .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-sMCu2YI8VZ .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sMCu2YI8VZ .menu__items:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .divider {
  background-color: #ebeaed;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-sMCu2YI8VZ .social {
  margin-top: 10px;
}
.cid-sMCu2YI8VZ .social a {
  margin: 0 15px;
}
.cid-sMCu2YI8VZ .social a:last-child {
  margin-right: 0;
}
.cid-sMCu2YI8VZ .social a:first-child {
  margin-left: 0;
}
.cid-sMCu2YI8VZ .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
