body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4200ff !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-primary:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !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:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px 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;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #4200ff !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #280099 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4200ff !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.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.active .btn {
  background-color: #4200ff;
  border-color: #4200ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4200ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #4200ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4200ff;
  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: #4200ff;
  border-bottom-color: #4200ff;
}
.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: #4200ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !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-rRN6gSwwEm {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-rRN6gSwwEm .nav-item,
.cid-rRN6gSwwEm .nav-link,
.cid-rRN6gSwwEm .navbar-caption {
  font-weight: normal;
}
.cid-rRN6gSwwEm .container,
.cid-rRN6gSwwEm .container-fluid {
  position: static;
}
.cid-rRN6gSwwEm .navbar-nav {
  counter-reset: number;
}
.cid-rRN6gSwwEm .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRN6gSwwEm .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-rRN6gSwwEm .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRN6gSwwEm .btn {
    white-space: nowrap;
  }
  .cid-rRN6gSwwEm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRN6gSwwEm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRN6gSwwEm .dropdown-toggle::after,
  .cid-rRN6gSwwEm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRN6gSwwEm .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6gSwwEm .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6gSwwEm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRN6gSwwEm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6gSwwEm .dropdown-menu .dropdown-item:hover {
  color: #4200ff !important;
  background-color: #fafafa;
}
.cid-rRN6gSwwEm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRN6gSwwEm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRN6gSwwEm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRN6gSwwEm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRN6gSwwEm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRN6gSwwEm .nav-item:focus,
.cid-rRN6gSwwEm .nav-link:focus {
  outline: none;
}
.cid-rRN6gSwwEm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRN6gSwwEm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRN6gSwwEm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRN6gSwwEm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRN6gSwwEm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRN6gSwwEm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRN6gSwwEm ul.navbar-nav li {
  margin: auto;
}
.cid-rRN6gSwwEm .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-rRN6gSwwEm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-rRN6gSwwEm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRN6gSwwEm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRN6gSwwEm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRN6gSwwEm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-rRN6gSwwEm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRN6gSwwEm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRN6gSwwEm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rRN6gSwwEm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRN6gSwwEm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRN6gSwwEm .navbar .container-fluid,
  .cid-rRN6gSwwEm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRN6gSwwEm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRN6gSwwEm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRN6gSwwEm .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRN6gSwwEm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRN6gSwwEm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRN6gSwwEm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRN6gSwwEm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-rRN6gSwwEm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRN6gSwwEm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRN6gSwwEm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rRN6gSwwEm .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRN6gSwwEm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRN6gSwwEm .dropdown-item.active,
.cid-rRN6gSwwEm .dropdown-item:active {
  background-color: transparent;
}
.cid-rRN6gSwwEm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRN6gSwwEm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRN6gSwwEm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rRN6gSwwEm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRN6gSwwEm .navbar-buttons {
  text-align: center;
}
.cid-rRN6gSwwEm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRN6gSwwEm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-rRN6gSwwEm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRN6gSwwEm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRN6gSwwEm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRN6gSwwEm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRN6gSwwEm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRN6gSwwEm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRN6gSwwEm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRN6gSwwEm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRN6gSwwEm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRN6gSwwEm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRN6gSwwEm a.nav-link:hover {
  color: #4200ff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRN6gSwwEm .navbar {
    height: 77px;
  }
  .cid-rRN6gSwwEm .navbar.opened {
    height: auto;
  }
  .cid-rRN6gSwwEm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRN6i4g5Gx {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRN6i4g5Gx .title__block {
  padding: 50px 15px;
}
.cid-rRN6i4g5Gx .image {
  display: flex;
  position: relative;
}
.cid-rRN6i4g5Gx .image img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRN6i4g5Gx .image img {
    width: 100%;
    height: 100%;
  }
}
.cid-rRN6i4g5Gx .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  max-height: 210px;
  width: 100%;
  overflow: hidden;
}
.cid-rRN6i4g5Gx .widget .row {
  height: 100%;
}
.cid-rRN6i4g5Gx .widget .widget__item1 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(40, 55, 66, 0.98);
}
.cid-rRN6i4g5Gx .widget .widget__item1:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-rRN6i4g5Gx .widget .widget__item2 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-rRN6i4g5Gx .widget .widget__item2:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-rRN6i4g5Gx .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-rRN6i4g5Gx .widget .widget__text {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .cid-rRN6i4g5Gx .push__left {
    margin-left: 8.33333%;
  }
}
.cid-rRN6i4g5Gx .mbr-section-btn {
  margin-top: 20px;
}
.cid-rRN6i4g5Gx .btn {
  margin-top: 0;
}
.cid-rRN6i4g5Gx .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-rRN6i4g5Gx .mbr-media {
  display: inline-block;
}
.cid-rRN6i4g5Gx .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-rRN6i4g5Gx .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(40, 55, 66, 0.95);
  border-radius: 50%;
}
.cid-rRN6i4g5Gx .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-rRN6i4g5Gx .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRN6i4g5Gx .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(40, 55, 66, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-rRN6i4g5Gx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRN6i4g5Gx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRN6i4g5Gx .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRN6i4g5Gx a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRN6i4g5Gx a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .cid-rRN6i4g5Gx .widget {
    margin-left: 0;
  }
  .cid-rRN6i4g5Gx .widget .widget__item1,
  .cid-rRN6i4g5Gx .widget .widget__item2 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-rRN6i4g5Gx .image {
    padding: 0;
  }
  .cid-rRN6i4g5Gx .container,
  .cid-rRN6i4g5Gx .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-rRN6i4g5Gx a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRN6i4g5Gx .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-rRN6i4g5Gx .image img {
    height: 400px;
  }
}
.cid-rRN6i4g5Gx .mbr-section-title,
.cid-rRN6i4g5Gx .mbr-figure {
  color: #283742;
  text-align: center;
}
.cid-rRN6i4g5Gx .mbr-text,
.cid-rRN6i4g5Gx .mbr-section-btn {
  color: #6a696c;
}
.cid-siGjyMCUE1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-siGjyMCUE1 .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-siGjyMCUE1 .image {
    margin-bottom: 30px;
  }
}
.cid-siGjyMCUE1 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-siGjyMCUE1 .mbr-text {
  margin-bottom: 30px;
}
.cid-siGjyMCUE1 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-siGjyMCUE1 .wrap {
  width: 110px;
  height: 110px;
}
.cid-siGjyMCUE1 .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-siGjyMCUE1 ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-siGjyMCUE1 path {
  stroke: #199bfc;
}
.cid-siGjyMCUE1 .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-siGjyMCUE1 .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-siGjyMCUE1 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-siGjyMCUE1 .mbr-section-title {
  color: #283742;
}
.cid-siGjyMCUE1 .mbr-text,
.cid-siGjyMCUE1 .mbr-section-btn {
  color: #6a696c;
}
.cid-rRN6AT2slz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRN6AT2slz .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-rRN6AT2slz .image {
    margin-bottom: 30px;
  }
}
.cid-rRN6AT2slz .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRN6AT2slz .mbr-text {
  margin-bottom: 30px;
}
.cid-rRN6AT2slz .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-rRN6AT2slz .wrap {
  width: 110px;
  height: 110px;
}
.cid-rRN6AT2slz .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rRN6AT2slz ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-rRN6AT2slz path {
  stroke: #199bfc;
}
.cid-rRN6AT2slz .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-rRN6AT2slz .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rRN6AT2slz .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rRN6AT2slz .mbr-section-title {
  color: #283742;
}
.cid-rRN6AT2slz .mbr-text,
.cid-rRN6AT2slz .mbr-section-btn {
  color: #6a696c;
}
.cid-stmbe3eAfL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-stmbe3eAfL .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-stmbe3eAfL .image {
    margin-bottom: 30px;
  }
}
.cid-stmbe3eAfL .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-stmbe3eAfL .mbr-text {
  margin-bottom: 30px;
}
.cid-stmbe3eAfL .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-stmbe3eAfL .wrap {
  width: 110px;
  height: 110px;
}
.cid-stmbe3eAfL .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-stmbe3eAfL ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-stmbe3eAfL path {
  stroke: #199bfc;
}
.cid-stmbe3eAfL .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
  color: #283742;
}
.cid-stmbe3eAfL .card-title {
  padding-left: 20px;
  margin: 5px 0;
  color: #283742;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-stmbe3eAfL .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-stmbe3eAfL .mbr-section-title {
  color: #283742;
}
.cid-stmbe3eAfL .mbr-text,
.cid-stmbe3eAfL .mbr-section-btn {
  color: #6a696c;
}
.cid-siGwpmeHra {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siGwpmeHra p {
  text-align: center;
}
.cid-siGwpmeHra .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-siGwpmeHra .social-list a:focus {
  text-decoration: none;
}
.cid-siGwpmeHra .text-copyright {
  width: 100%;
}
.cid-siGwpmeHra .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-siGwpmeHra .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-siGwpmeHra .logo-footer {
  line-height: normal;
}
.cid-siGwpmeHra .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siGwpmeHra .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-siGwpmeHra .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-siGuGm2hbd {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-siGuGm2hbd .nav-item,
.cid-siGuGm2hbd .nav-link,
.cid-siGuGm2hbd .navbar-caption {
  font-weight: normal;
}
.cid-siGuGm2hbd .container,
.cid-siGuGm2hbd .container-fluid {
  position: static;
}
.cid-siGuGm2hbd .navbar-nav {
  counter-reset: number;
}
.cid-siGuGm2hbd .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-siGuGm2hbd .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-siGuGm2hbd .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-siGuGm2hbd .btn {
    white-space: nowrap;
  }
  .cid-siGuGm2hbd .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-siGuGm2hbd .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-siGuGm2hbd .dropdown-toggle::after,
  .cid-siGuGm2hbd .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-siGuGm2hbd .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-siGuGm2hbd .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-siGuGm2hbd .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-siGuGm2hbd .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-siGuGm2hbd .dropdown-menu .dropdown-item:hover {
  color: #4200ff !important;
  background-color: #fafafa;
}
.cid-siGuGm2hbd .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-siGuGm2hbd .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-siGuGm2hbd .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-siGuGm2hbd .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-siGuGm2hbd .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-siGuGm2hbd .nav-item:focus,
.cid-siGuGm2hbd .nav-link:focus {
  outline: none;
}
.cid-siGuGm2hbd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-siGuGm2hbd .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-siGuGm2hbd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-siGuGm2hbd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siGuGm2hbd .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-siGuGm2hbd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-siGuGm2hbd ul.navbar-nav li {
  margin: auto;
}
.cid-siGuGm2hbd .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-siGuGm2hbd .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-siGuGm2hbd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-siGuGm2hbd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siGuGm2hbd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siGuGm2hbd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-siGuGm2hbd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-siGuGm2hbd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siGuGm2hbd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-siGuGm2hbd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-siGuGm2hbd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-siGuGm2hbd .navbar .container-fluid,
  .cid-siGuGm2hbd .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-siGuGm2hbd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-siGuGm2hbd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-siGuGm2hbd .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-siGuGm2hbd .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-siGuGm2hbd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-siGuGm2hbd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-siGuGm2hbd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-siGuGm2hbd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-siGuGm2hbd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-siGuGm2hbd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-siGuGm2hbd .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-siGuGm2hbd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siGuGm2hbd .dropdown-item.active,
.cid-siGuGm2hbd .dropdown-item:active {
  background-color: transparent;
}
.cid-siGuGm2hbd .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-siGuGm2hbd .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-siGuGm2hbd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-siGuGm2hbd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-siGuGm2hbd .navbar-buttons {
  text-align: center;
}
.cid-siGuGm2hbd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-siGuGm2hbd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-siGuGm2hbd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siGuGm2hbd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siGuGm2hbd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siGuGm2hbd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siGuGm2hbd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siGuGm2hbd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siGuGm2hbd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siGuGm2hbd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siGuGm2hbd .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-siGuGm2hbd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-siGuGm2hbd a.nav-link:hover {
  color: #4200ff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-siGuGm2hbd .navbar {
    height: 77px;
  }
  .cid-siGuGm2hbd .navbar.opened {
    height: auto;
  }
  .cid-siGuGm2hbd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siGuGmHp7i {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-siGuGmHp7i .title__block {
  padding: 50px 15px;
}
.cid-siGuGmHp7i .image {
  display: flex;
  position: relative;
}
.cid-siGuGmHp7i .image img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-siGuGmHp7i .image img {
    width: 100%;
    height: 100%;
  }
}
.cid-siGuGmHp7i .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  max-height: 210px;
  width: 100%;
  overflow: hidden;
}
.cid-siGuGmHp7i .widget .row {
  height: 100%;
}
.cid-siGuGmHp7i .widget .widget__item1 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(40, 55, 66, 0.98);
}
.cid-siGuGmHp7i .widget .widget__item1:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-siGuGmHp7i .widget .widget__item2 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-siGuGmHp7i .widget .widget__item2:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-siGuGmHp7i .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-siGuGmHp7i .widget .widget__text {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .cid-siGuGmHp7i .push__left {
    margin-left: 8.33333%;
  }
}
.cid-siGuGmHp7i .mbr-section-btn {
  margin-top: 20px;
}
.cid-siGuGmHp7i .btn {
  margin-top: 0;
}
.cid-siGuGmHp7i .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-siGuGmHp7i .mbr-media {
  display: inline-block;
}
.cid-siGuGmHp7i .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-siGuGmHp7i .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(40, 55, 66, 0.95);
  border-radius: 50%;
}
.cid-siGuGmHp7i .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-siGuGmHp7i .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-siGuGmHp7i .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(40, 55, 66, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-siGuGmHp7i .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-siGuGmHp7i .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-siGuGmHp7i .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-siGuGmHp7i a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-siGuGmHp7i a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .cid-siGuGmHp7i .widget {
    margin-left: 0;
  }
  .cid-siGuGmHp7i .widget .widget__item1,
  .cid-siGuGmHp7i .widget .widget__item2 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-siGuGmHp7i .image {
    padding: 0;
  }
  .cid-siGuGmHp7i .container,
  .cid-siGuGmHp7i .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-siGuGmHp7i a.close {
    right: 50px;
    top: 25px;
  }
  .cid-siGuGmHp7i .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-siGuGmHp7i .image img {
    height: 400px;
  }
}
.cid-siGuGmHp7i .mbr-section-title,
.cid-siGuGmHp7i .mbr-figure {
  color: #283742;
}
.cid-siGuGmHp7i .mbr-text,
.cid-siGuGmHp7i .mbr-section-btn {
  color: #000000;
}
.cid-snRG20hfYm {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-snRG20hfYm .nav-item,
.cid-snRG20hfYm .nav-link,
.cid-snRG20hfYm .navbar-caption {
  font-weight: normal;
}
.cid-snRG20hfYm .container,
.cid-snRG20hfYm .container-fluid {
  position: static;
}
.cid-snRG20hfYm .navbar-nav {
  counter-reset: number;
}
.cid-snRG20hfYm .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-snRG20hfYm .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-snRG20hfYm .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-snRG20hfYm .btn {
    white-space: nowrap;
  }
  .cid-snRG20hfYm .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-snRG20hfYm .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-snRG20hfYm .dropdown-toggle::after,
  .cid-snRG20hfYm .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-snRG20hfYm .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-snRG20hfYm .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-snRG20hfYm .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-snRG20hfYm .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-snRG20hfYm .dropdown-menu .dropdown-item:hover {
  color: #4200ff !important;
  background-color: #fafafa;
}
.cid-snRG20hfYm .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-snRG20hfYm .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-snRG20hfYm .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-snRG20hfYm .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-snRG20hfYm .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-snRG20hfYm .nav-item:focus,
.cid-snRG20hfYm .nav-link:focus {
  outline: none;
}
.cid-snRG20hfYm .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-snRG20hfYm .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-snRG20hfYm .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-snRG20hfYm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snRG20hfYm .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-snRG20hfYm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-snRG20hfYm ul.navbar-nav li {
  margin: auto;
}
.cid-snRG20hfYm .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-snRG20hfYm .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-snRG20hfYm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-snRG20hfYm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-snRG20hfYm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-snRG20hfYm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-snRG20hfYm .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-snRG20hfYm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-snRG20hfYm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snRG20hfYm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-snRG20hfYm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-snRG20hfYm .navbar .container-fluid,
  .cid-snRG20hfYm .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-snRG20hfYm .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-snRG20hfYm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-snRG20hfYm .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-snRG20hfYm .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snRG20hfYm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-snRG20hfYm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-snRG20hfYm .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-snRG20hfYm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-snRG20hfYm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-snRG20hfYm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-snRG20hfYm .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-snRG20hfYm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-snRG20hfYm .dropdown-item.active,
.cid-snRG20hfYm .dropdown-item:active {
  background-color: transparent;
}
.cid-snRG20hfYm .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-snRG20hfYm .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-snRG20hfYm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-snRG20hfYm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-snRG20hfYm .navbar-buttons {
  text-align: center;
}
.cid-snRG20hfYm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snRG20hfYm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-snRG20hfYm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snRG20hfYm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snRG20hfYm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snRG20hfYm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snRG20hfYm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snRG20hfYm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snRG20hfYm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snRG20hfYm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snRG20hfYm .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-snRG20hfYm a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-snRG20hfYm a.nav-link:hover {
  color: #4200ff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-snRG20hfYm .navbar {
    height: 77px;
  }
  .cid-snRG20hfYm .navbar.opened {
    height: auto;
  }
  .cid-snRG20hfYm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-snRG21bGIw {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-snRG21bGIw .title__block {
  padding: 50px 15px;
}
.cid-snRG21bGIw .image {
  display: flex;
  position: relative;
}
.cid-snRG21bGIw .image img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-snRG21bGIw .image img {
    width: 100%;
    height: 100%;
  }
}
.cid-snRG21bGIw .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  max-height: 210px;
  width: 100%;
  overflow: hidden;
}
.cid-snRG21bGIw .widget .row {
  height: 100%;
}
.cid-snRG21bGIw .widget .widget__item1 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(40, 55, 66, 0.98);
}
.cid-snRG21bGIw .widget .widget__item1:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-snRG21bGIw .widget .widget__item2 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-snRG21bGIw .widget .widget__item2:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-snRG21bGIw .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-snRG21bGIw .widget .widget__text {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .cid-snRG21bGIw .push__left {
    margin-left: 8.33333%;
  }
}
.cid-snRG21bGIw .mbr-section-btn {
  margin-top: 20px;
}
.cid-snRG21bGIw .btn {
  margin-top: 0;
}
.cid-snRG21bGIw .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-snRG21bGIw .mbr-media {
  display: inline-block;
}
.cid-snRG21bGIw .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-snRG21bGIw .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(40, 55, 66, 0.95);
  border-radius: 50%;
}
.cid-snRG21bGIw .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-snRG21bGIw .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-snRG21bGIw .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(40, 55, 66, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-snRG21bGIw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-snRG21bGIw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-snRG21bGIw .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-snRG21bGIw a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-snRG21bGIw a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .cid-snRG21bGIw .widget {
    margin-left: 0;
  }
  .cid-snRG21bGIw .widget .widget__item1,
  .cid-snRG21bGIw .widget .widget__item2 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-snRG21bGIw .image {
    padding: 0;
  }
  .cid-snRG21bGIw .container,
  .cid-snRG21bGIw .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-snRG21bGIw a.close {
    right: 50px;
    top: 25px;
  }
  .cid-snRG21bGIw .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-snRG21bGIw .image img {
    height: 400px;
  }
}
.cid-snRG21bGIw .mbr-section-title,
.cid-snRG21bGIw .mbr-figure {
  color: #283742;
}
.cid-snRG21bGIw .mbr-text,
.cid-snRG21bGIw .mbr-section-btn {
  color: #000000;
}
.cid-stmPjkt1Mt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stmPjkt1Mt p {
  text-align: center;
}
.cid-stmPjkt1Mt .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-stmPjkt1Mt .social-list a:focus {
  text-decoration: none;
}
.cid-stmPjkt1Mt .text-copyright {
  width: 100%;
}
.cid-stmPjkt1Mt .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-stmPjkt1Mt .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-stmPjkt1Mt .logo-footer {
  line-height: normal;
}
.cid-stmPjkt1Mt .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-stmPjkt1Mt .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-stmPjkt1Mt .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sA46QpABfY {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-sA46QpABfY .nav-item,
.cid-sA46QpABfY .nav-link,
.cid-sA46QpABfY .navbar-caption {
  font-weight: normal;
}
.cid-sA46QpABfY .container,
.cid-sA46QpABfY .container-fluid {
  position: static;
}
.cid-sA46QpABfY .navbar-nav {
  counter-reset: number;
}
.cid-sA46QpABfY .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sA46QpABfY .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sA46QpABfY .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sA46QpABfY .btn {
    white-space: nowrap;
  }
  .cid-sA46QpABfY .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sA46QpABfY .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sA46QpABfY .dropdown-toggle::after,
  .cid-sA46QpABfY .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sA46QpABfY .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sA46QpABfY .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sA46QpABfY .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sA46QpABfY .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sA46QpABfY .dropdown-menu .dropdown-item:hover {
  color: #4200ff !important;
  background-color: #fafafa;
}
.cid-sA46QpABfY .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sA46QpABfY .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sA46QpABfY .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sA46QpABfY .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sA46QpABfY .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sA46QpABfY .nav-item:focus,
.cid-sA46QpABfY .nav-link:focus {
  outline: none;
}
.cid-sA46QpABfY .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-sA46QpABfY .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sA46QpABfY .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sA46QpABfY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sA46QpABfY .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sA46QpABfY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sA46QpABfY ul.navbar-nav li {
  margin: auto;
}
.cid-sA46QpABfY .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sA46QpABfY .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sA46QpABfY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sA46QpABfY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sA46QpABfY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sA46QpABfY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-sA46QpABfY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sA46QpABfY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sA46QpABfY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sA46QpABfY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sA46QpABfY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sA46QpABfY .navbar .container-fluid,
  .cid-sA46QpABfY .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sA46QpABfY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sA46QpABfY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sA46QpABfY .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sA46QpABfY .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sA46QpABfY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sA46QpABfY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sA46QpABfY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sA46QpABfY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sA46QpABfY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sA46QpABfY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sA46QpABfY .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-sA46QpABfY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sA46QpABfY .dropdown-item.active,
.cid-sA46QpABfY .dropdown-item:active {
  background-color: transparent;
}
.cid-sA46QpABfY .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sA46QpABfY .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sA46QpABfY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sA46QpABfY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sA46QpABfY .navbar-buttons {
  text-align: center;
}
.cid-sA46QpABfY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sA46QpABfY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-sA46QpABfY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sA46QpABfY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sA46QpABfY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sA46QpABfY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sA46QpABfY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sA46QpABfY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sA46QpABfY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sA46QpABfY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sA46QpABfY .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sA46QpABfY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sA46QpABfY a.nav-link:hover {
  color: #4200ff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sA46QpABfY .navbar {
    height: 77px;
  }
  .cid-sA46QpABfY .navbar.opened {
    height: auto;
  }
  .cid-sA46QpABfY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sA46QqbdTy {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sA46QqbdTy .title__block {
  padding: 50px 15px;
}
.cid-sA46QqbdTy .image {
  display: flex;
  position: relative;
}
.cid-sA46QqbdTy .image img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sA46QqbdTy .image img {
    width: 100%;
    height: 100%;
  }
}
.cid-sA46QqbdTy .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  max-height: 210px;
  width: 100%;
  overflow: hidden;
}
.cid-sA46QqbdTy .widget .row {
  height: 100%;
}
.cid-sA46QqbdTy .widget .widget__item1 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(40, 55, 66, 0.98);
}
.cid-sA46QqbdTy .widget .widget__item1:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-sA46QqbdTy .widget .widget__item2 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-sA46QqbdTy .widget .widget__item2:hover .mbr-iconfont {
  color: #4200ff;
}
.cid-sA46QqbdTy .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-sA46QqbdTy .widget .widget__text {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .cid-sA46QqbdTy .push__left {
    margin-left: 8.33333%;
  }
}
.cid-sA46QqbdTy .mbr-section-btn {
  margin-top: 20px;
}
.cid-sA46QqbdTy .btn {
  margin-top: 0;
}
.cid-sA46QqbdTy .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-sA46QqbdTy .mbr-media {
  display: inline-block;
}
.cid-sA46QqbdTy .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-sA46QqbdTy .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(40, 55, 66, 0.95);
  border-radius: 50%;
}
.cid-sA46QqbdTy .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sA46QqbdTy .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sA46QqbdTy .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(40, 55, 66, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sA46QqbdTy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sA46QqbdTy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sA46QqbdTy .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sA46QqbdTy a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sA46QqbdTy a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .cid-sA46QqbdTy .widget {
    margin-left: 0;
  }
  .cid-sA46QqbdTy .widget .widget__item1,
  .cid-sA46QqbdTy .widget .widget__item2 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-sA46QqbdTy .image {
    padding: 0;
  }
  .cid-sA46QqbdTy .container,
  .cid-sA46QqbdTy .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-sA46QqbdTy a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sA46QqbdTy .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-sA46QqbdTy .image img {
    height: 400px;
  }
}
.cid-sA46QqbdTy .mbr-section-title,
.cid-sA46QqbdTy .mbr-figure {
  color: #283742;
}
.cid-sA46QqbdTy .mbr-text,
.cid-sA46QqbdTy .mbr-section-btn {
  color: #000000;
}
