.mbr-section-btn .btn {
  border-radius: 50px !important;
}
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: 0.9rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((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: #ff6600 !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-primary:hover {
  background-color: #cc5200 !important;
  border-color: #cc5200 !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: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !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: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !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: #ff6600;
  color: #ff6600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ff6600 !important;
  border-color: #ff6600;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !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: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !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: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !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: #ff6600 !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #993d00 !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: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff6600 !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.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: #ff6600;
  border-color: #ff6600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ff6600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe0cc;
}
.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: #c8c6cf;
}
.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: #ff6600;
}
/* 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: #ff6600;
  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: #ff6600;
  border-bottom-color: #ff6600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6600 !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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-rRIdgtg6ZP {
  min-height: 120px !important;
  position: static;
  background: #f9f9f9;
}
.cid-rRIdgtg6ZP .nav-item,
.cid-rRIdgtg6ZP .nav-link,
.cid-rRIdgtg6ZP .navbar-caption {
  font-weight: normal;
}
.cid-rRIdgtg6ZP .container,
.cid-rRIdgtg6ZP .container-fluid {
  position: static;
}
.cid-rRIdgtg6ZP .navbar-nav {
  counter-reset: number;
}
.cid-rRIdgtg6ZP .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRIdgtg6ZP .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-rRIdgtg6ZP .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRIdgtg6ZP .btn {
    white-space: nowrap;
  }
  .cid-rRIdgtg6ZP .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRIdgtg6ZP .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRIdgtg6ZP .dropdown-toggle::after,
  .cid-rRIdgtg6ZP .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRIdgtg6ZP .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-rRIdgtg6ZP .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-rRIdgtg6ZP .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRIdgtg6ZP .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-rRIdgtg6ZP .dropdown-menu .dropdown-item:hover {
  color: #ff6600 !important;
  background-color: #fafafa;
}
.cid-rRIdgtg6ZP .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRIdgtg6ZP .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRIdgtg6ZP .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRIdgtg6ZP .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRIdgtg6ZP .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRIdgtg6ZP .nav-item:focus,
.cid-rRIdgtg6ZP .nav-link:focus {
  outline: none;
}
.cid-rRIdgtg6ZP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRIdgtg6ZP .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRIdgtg6ZP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRIdgtg6ZP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRIdgtg6ZP .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRIdgtg6ZP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRIdgtg6ZP ul.navbar-nav li {
  margin: auto;
}
.cid-rRIdgtg6ZP .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f9f9f9;
}
.cid-rRIdgtg6ZP .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #f9f9f9 !important;
}
.cid-rRIdgtg6ZP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRIdgtg6ZP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRIdgtg6ZP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rRIdgtg6ZP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.9rem - 1rem);
  }
}
.cid-rRIdgtg6ZP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRIdgtg6ZP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRIdgtg6ZP .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-rRIdgtg6ZP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRIdgtg6ZP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRIdgtg6ZP .navbar .container-fluid,
  .cid-rRIdgtg6ZP .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRIdgtg6ZP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRIdgtg6ZP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRIdgtg6ZP .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRIdgtg6ZP .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRIdgtg6ZP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRIdgtg6ZP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRIdgtg6ZP .navbar.navbar-short {
  background: #f9f9f9 !important;
  min-height: 90px;
}
.cid-rRIdgtg6ZP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRIdgtg6ZP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRIdgtg6ZP .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-rRIdgtg6ZP .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRIdgtg6ZP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRIdgtg6ZP .dropdown-item.active,
.cid-rRIdgtg6ZP .dropdown-item:active {
  background-color: transparent;
}
.cid-rRIdgtg6ZP .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRIdgtg6ZP .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRIdgtg6ZP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f9f9;
}
.cid-rRIdgtg6ZP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRIdgtg6ZP .navbar-buttons {
  text-align: center;
}
.cid-rRIdgtg6ZP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRIdgtg6ZP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-rRIdgtg6ZP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRIdgtg6ZP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRIdgtg6ZP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRIdgtg6ZP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRIdgtg6ZP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRIdgtg6ZP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRIdgtg6ZP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRIdgtg6ZP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRIdgtg6ZP .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRIdgtg6ZP 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-rRIdgtg6ZP a.nav-link:hover {
  color: #ff6600 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRIdgtg6ZP .navbar {
    height: 77px;
  }
  .cid-rRIdgtg6ZP .navbar.opened {
    height: auto;
  }
  .cid-rRIdgtg6ZP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scUwahkdAR {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-scUwahkdAR .image {
  position: absolute;
  background-image: url("../../../assets/images/conference-transparent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-scUwahkdAR .image {
    display: none;
  }
}
.cid-scUwahkdAR .position {
  z-index: 10;
}
.cid-scUwahkdAR .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
  color: #444345;
}
.cid-scUwahkdAR .mbr-section-title {
  margin-bottom: 0;
}
.cid-scUwahkdAR .mbr-text {
  margin-top: 30px;
}
.cid-scUwahkdAR .mbr-section-btn {
  margin-top: 30px;
}
.cid-scUwahkdAR .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-scUwahkdAR .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-scUwahkdAR .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-scUwahkdAR .info__block-item {
    margin-right: 10px;
  }
}
.cid-scUwahkdAR .title__item,
.cid-scUwahkdAR .text__item {
  margin-bottom: 0;
}
.cid-scUwahkdAR .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-scUwahkdAR .animated-element {
  color: #ffa061;
}
.cid-scUwahkdAR .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffa061;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-scUwahkdAR .title__item {
  color: #ffa061;
}
.cid-rRIiRsUpwJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-rRIiRsUpwJ .title__block {
  margin-bottom: 40px;
}
.cid-rRIiRsUpwJ .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rRIiRsUpwJ .carousel-item.active,
.cid-rRIiRsUpwJ .carousel-item-next,
.cid-rRIiRsUpwJ .carousel-item-prev {
  display: flex;
}
.cid-rRIiRsUpwJ .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-rRIiRsUpwJ .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 102, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRIiRsUpwJ .carousel-controls a:hover span {
  background: rgba(255, 102, 0, 0.6);
}
.cid-rRIiRsUpwJ .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-rRIiRsUpwJ .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRIiRsUpwJ .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 87%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rRIiRsUpwJ .user {
    max-width: 100%;
  }
  .cid-rRIiRsUpwJ .carousel-control-prev {
    left: -5%;
  }
  .cid-rRIiRsUpwJ .carousel-control-next {
    right: -5%;
  }
  .cid-rRIiRsUpwJ .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRIiRsUpwJ .title__block {
    margin-bottom: 20px;
  }
  .cid-rRIiRsUpwJ .carousel-controls {
    display: none;
  }
}
.cid-rRIiRsUpwJ .mbr-section-title {
  color: #ff6600;
}
.cid-sd7cdNhZzF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/conference28-19200.jpg");
}
.cid-sd7cdNhZzF .row {
  margin: 0;
}
.cid-sd7cdNhZzF .container-fluid {
  padding: 0;
}
.cid-sd7cdNhZzF p {
  line-height: 1.6;
}
.cid-sd7cdNhZzF .img {
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-height: 940px;
}
.cid-sd7cdNhZzF .img .big-img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sd7cdNhZzF .rev {
  margin: 0;
  color: #000000;
  text-align: left;
}
.cid-sd7cdNhZzF .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 10rem;
  padding-right: 10rem;
}
.cid-sd7cdNhZzF .mbr-section-title {
  text-align: left;
}
.cid-sd7cdNhZzF .card {
  margin-bottom: 1.5rem;
}
.cid-sd7cdNhZzF .card-wrapper {
  width: 100%;
  background: #ffffff;
  color: #232323;
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-sd7cdNhZzF .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sd7cdNhZzF .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}
.cid-sd7cdNhZzF .mbr-iconfont {
  font-size: 1rem;
}
.cid-sd7cdNhZzF .ico-line-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sd7cdNhZzF .ico-line {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sd7cdNhZzF .card-title {
  color: #283742;
  text-align: left;
}
.cid-sd7cdNhZzF .card-img {
  width: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.cid-sd7cdNhZzF .card-img img {
  width: 155px;
  max-height: 155px;
  height: 100%;
  object-fit: cover;
}
.cid-sd7cdNhZzF .card-box {
  padding: 1rem 1rem;
  width: 100%;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd7cdNhZzF .mbr-section-title,
.cid-sd7cdNhZzF .line-wrap {
  text-align: left;
  color: #ffa061;
}
.cid-sd7cdNhZzF .card-box,
.cid-sd7cdNhZzF .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-sd7cdNhZzF .text,
.cid-sd7cdNhZzF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .cid-sd7cdNhZzF .content {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (max-width: 1200px) {
  .cid-sd7cdNhZzF .content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sd7cdNhZzF .big-img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-sd7cdNhZzF .content {
    padding: 3rem;
  }
  .cid-sd7cdNhZzF .card-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sd7cdNhZzF .card-img {
    width: 100%;
  }
}
.cid-sd9jcLlnSX {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sd9jcLlnSX P {
  color: #767676;
}
.cid-sd9jcLlnSX hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-sd99KxGuLI {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sd99KxGuLI .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sd99KxGuLI .footer__content {
  margin-bottom: 30px;
}
.cid-sd99KxGuLI .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sd99KxGuLI .title__adress {
  margin-bottom: 20px;
}
.cid-sd99KxGuLI .work__adress {
  margin-bottom: 0;
}
.cid-sd99KxGuLI .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-sd99KxGuLI .privacy {
    text-align: left;
  }
}
.cid-sd99KxGuLI .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sd99KxGuLI .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sd99KxGuLI .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sd99KxGuLI .input-group-btn {
  padding-left: 0;
}
.cid-sd99KxGuLI .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sd99KxGuLI .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sd99KxGuLI .mbr-form .btn {
  margin: 0;
}
.cid-sd99KxGuLI input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sd99KxGuLI input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sd99KxGuLI .wrap {
    padding-bottom: 25px;
  }
  .cid-sd99KxGuLI .divider {
    margin: 0 0 20px;
  }
}
.cid-sdsKMPwa16 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sdsKMPwa16 DIV {
  color: #ffffff;
}
.cid-sdsKMPwa16 H10 {
  color: #767676;
}
.cid-sdsKMPwa16 .hidden {
  display: none;
}
.cid-sdsKMPwa16 .sidebar {
  z-index: 1001;
  background-color: #f5f7fd;
  opacity: 1;
  position: fixed;
  transition: width 0.2s ease;
}
.cid-sdsKMPwa16 .sidebar nav {
  height: 100%;
}
.cid-sdsKMPwa16 .sidebar .sidebar__nav {
  display: flex;
  height: 100%;
  list-style: none;
  margin-top: 11px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0;
}
.cid-sdsKMPwa16 .sidebar .sidebar__nav .sidebar__nav__link {
  align-items: center;
  color: #232323;
  display: flex;
  padding-left: 20px;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.cid-sdsKMPwa16 .sidebar .sidebar__nav .sidebar__nav__link:hover {
  background-color: #cccccc;
  color: #0f7699;
}
.cid-sdsKMPwa16 .sidebar .sidebar__nav .sidebar__nav__text {
  display: none;
  margin-left: 10px;
  margin-right: auto;
  white-space: nowrap;
}
.cid-sdsKMPwa16 .sidebar .sidebar__nav i {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 572px) {
  .cid-sdsKMPwa16 .sidebar {
    bottom: 0;
    width: 100%;
  }
  .cid-sdsKMPwa16 .sidebar .sidebar__nav {
    justify-content: center;
  }
  .cid-sdsKMPwa16 .sidebar .sidebar__nav .sidebar__nav__link {
    height: 100%;
    padding: 0.75em;
  }
  .cid-sdsKMPwa16 .sidebar .sidebar__nav i {
    font-size: 2rem;
  }
}
@media (min-width: 572px) {
  .cid-sdsKMPwa16 .sidebar {
    height: 100vh;
    left: 0;
    width: var(--sidebar-width);
  }
  .cid-sdsKMPwa16 .sidebar:hover {
    width: 14rem;
    opacity: 1;
  }
  .cid-sdsKMPwa16 .sidebar .sidebar__nav {
    flex-direction: column;
  }
  .cid-sdsKMPwa16 .sidebar .sidebar__nav .sidebar__nav__link {
    padding: 1em;
  }
  .cid-sdsKMPwa16 .sidebar:hover .sidebar__nav .sidebar__nav__text {
    display: inline;
  }
  .cid-sdsKMPwa16 .sidebar .sidebar__nav i {
    font-size: 2.5rem;
  }
}
@media (max-height: 434px) {
  .cid-sdsKMPwa16 .sidebar {
    overflow-y: scroll;
  }
}
.cid-sdsKMPwa16 :root {
  --sidebar-width: 4.5em;
}
.cid-sdsKMPwa16 SPAN {
  color: #444345;
}
.cid-sdsK49DXwJ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #232226;
}
.cid-sdsK49DXwJ .mbr-text {
  line-height: 1.5;
  color: #ebeaed;
  text-align: center;
}
.cid-sdsK49DXwJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sdsK49DXwJ img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdsK49DXwJ .mbr-image-title {
  text-align: center;
  color: #c3c3c3;
}
.cid-sdsK49DXwJ .mbr-section-title DIV {
  text-align: center;
}
.cid-sdsK4a1THO {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #232226;
}
.cid-sdsK4ahdP2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sdsK4ahdP2 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sdsK4ahdP2 .mbr-section-btn {
  margin-top: 30px;
}
.cid-sdsK4ahdP2 .block__left,
.cid-sdsK4ahdP2 .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-sdsK4ahdP2 .block__left,
  .cid-sdsK4ahdP2 .block__right {
    padding: 30px;
  }
}
.cid-sdsK4ahdP2 .title__block {
  position: relative;
  z-index: 2;
}
.cid-sdsK4ahdP2 .left__image {
  background-image: url("../../../assets/images/conference21.jpg");
}
.cid-sdsK4ahdP2 .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-sdsK4ahdP2 .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-sdsK4ahdP2 .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-sdsK4ahdP2 .left__image,
.cid-sdsK4ahdP2 .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-sdsK4ahdP2 .container,
  .cid-sdsK4ahdP2 .container-fluid,
  .cid-sdsK4ahdP2 .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-sdsK4ahdP2 .wrap_left,
  .cid-sdsK4ahdP2 .wrap_right {
    padding: 0;
  }
}
.cid-sdsK4aHJgM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-sdsK4aHJgM img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sdsK4aHJgM img:hover {
  transform: scale(1.1);
}
.cid-sdsK4aHJgM .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sdsK4aHJgM h2 {
  padding: 0;
  margin: 0;
}
.cid-sdsK4aHJgM .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdsK4aHJgM .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sdsK4aHJgM .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sdsK4aHJgM .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sdsK4aHJgM .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sdsK4aHJgM .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sdsK4aHJgM .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sdsK4aHJgM .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sdsK4aHJgM .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sdsK4aHJgM H2 {
  color: #333333;
}
.cid-sdsK4aHJgM .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sdsK4aHJgM H1 {
  color: #ff6600;
}
.cid-sdsK4aHJgM H3 {
  color: #888888;
}
.cid-sdsK4bbgs8 .number-wrap {
  color: #c3c3c3;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sdsK4bbgs8 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sdsK4bbgs8 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sdsK4bbgs8 .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sdsK4bbgs8 .countdown-cont {
  margin: 0 auto;
}
.cid-sdsK4bbgs8 .full-count-container {
  background: #444345;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sdsK4bbgs8 .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sdsK4bbgs8 .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sdsK4bbgs8 .dot {
    display: none;
  }
  .cid-sdsK4bbgs8 .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sdsK4bbgs8 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sdsK4bbgs8 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sdsK4bbgs8 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sdsK4bbgs8 .number {
    font-size: 25px;
  }
  .cid-sdsK4bbgs8 .period {
    font-size: 0.7rem;
  }
}
.cid-sdsK4bbgs8 H2 {
  text-align: center;
}
.cid-sdsK4bE3yS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sdsK4bE3yS .title__wrap {
  margin-bottom: 30px;
}
.cid-sdsK4bE3yS .title__block {
  margin-bottom: 10px;
}
.cid-sdsK4bE3yS .mbr-section-title,
.cid-sdsK4bE3yS .text__time,
.cid-sdsK4bE3yS .mbr-text,
.cid-sdsK4bE3yS .text__author,
.cid-sdsK4bE3yS .text__hall {
  margin-bottom: 0;
}
.cid-sdsK4bE3yS .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-sdsK4bE3yS .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-sdsK4bE3yS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sdsK4bE3yS .mbr-section-btn .btn-secondary-outline:hover {
  color: #ff6600 !important;
}
.cid-sdsK4bE3yS .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-sdsK4bE3yS .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-sdsK4bE3yS .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-sdsK4bE3yS .nav-tabs .nav-item.open .nav-link:focus,
.cid-sdsK4bE3yS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sdsK4bE3yS .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-sdsK4bE3yS .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-sdsK4bE3yS .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-sdsK4bE3yS .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-sdsK4bE3yS .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #ff6600;
}
.cid-sdsK4bE3yS .nav-tabs .nav-link.active:hover {
  background-color: #ff6600;
}
@media (max-width: 991px) {
  .cid-sdsK4bE3yS .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-sdsK4bE3yS .buttons {
    justify-content: flex-start;
  }
}
.cid-sdsK4bE3yS .mbr-section-title {
  color: #ff6600;
}
.cid-sdsK4bE3yS .text__author {
  color: #17161a;
  text-align: right;
}
.cid-sdsK4bE3yS .mbr-text {
  color: #ff6600;
}
.cid-sdsK4bE3yS .text__hall {
  text-align: right;
}
.cid-sdsK4fOCpR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sdsK4fOCpR .mbr-section-title {
  margin-bottom: 20px;
  color: #ff6600;
}
.cid-sdsK4fOCpR .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #444345;
}
.cid-sdsK4fOCpR .mbr-text {
  margin: 10px 0;
}
.cid-sdsK4fOCpR .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sdsK4fOCpR .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-sdsK4fOCpR .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-sdsK4fOCpR .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sdsK4gjArY {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sdsK4gjArY .main {
  height: 480px;
}
.cid-sdsK4gjArY .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sdsK4gjArY .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sdsK4gjArY .map {
    height: auto;
  }
}
.cid-sdsK4gjArY .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sdsK4gjArY .block__content1,
.cid-sdsK4gjArY .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sdsK4gjArY .block__content1 {
  background-color: #232226;
}
.cid-sdsK4gjArY .block__content2 {
  background-color: #003cd3;
}
.cid-sdsK4gjArY .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdsK4gjArY .content__title,
.cid-sdsK4gjArY .title__adress {
  margin-bottom: 20px;
}
.cid-sdsK4gjArY .content__span,
.cid-sdsK4gjArY .content__span2 {
  color: #6a696c;
}
.cid-sdsK4gjArY .content__phone {
  margin-bottom: 25px;
}
.cid-sdsK4gjArY .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sdsK4gjArY .main {
    height: auto;
  }
  .cid-sdsK4gjArY .block__content1,
  .cid-sdsK4gjArY .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sdsK4gjArY .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sdsK4gjArY .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sdsK4gjArY .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sdsK4gjArY .wrap__content {
    flex-direction: column;
  }
}
.cid-sdsK4gjArY .content__span {
  color: #888888;
}
.cid-sdsK4gjArY .content__span2 {
  color: #888888;
}
.cid-sdsK4gUiN9 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdsK4gUiN9 .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sdsK4gUiN9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdsK4gUiN9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sdsK4gUiN9 .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sdsK4gUiN9 .logo-section img {
  width: auto;
}
.cid-sdsK4gUiN9 .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #6a696c;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sdsK4gUiN9 .icon-transition span:hover {
  background-color: #e96188;
}
.cid-sdsK4gUiN9 .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sdsK4gUiN9 .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sdsK4gUiN9 .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sdsK4gUiN9 .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sd21B7pGWd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sd21B7pGWd .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sd21B7pGWd .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sd21B7pGWd .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sd21B7pGWd .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sd21B7pGWd .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sd21B7pGWd .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sd21B7pGWd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sd21B7pGWd .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sd21B7pGWd .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sd21B7pGWd .navbar.collapsed.opened .navbar-collapse.show,
.cid-sd21B7pGWd .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sd21B7pGWd .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sd21B7pGWd .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sd21B7pGWd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sd21B7pGWd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sd21B7pGWd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sd21B7pGWd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sd21B7pGWd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sd21B7pGWd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sd21B7pGWd .navbar {
    flex-wrap: nowrap;
  }
  .cid-sd21B7pGWd .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sd21B7pGWd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sd21B7pGWd .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sd21B7pGWd .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sd21B7pGWd .navbar.opened .navbar-collapse.show,
  .cid-sd21B7pGWd .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sd21B7pGWd .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sd21B7pGWd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sd21B7pGWd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sd21B7pGWd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sd21B7pGWd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sd21B7pGWd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sd21B7pGWd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sd21B7pGWd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sd21B7pGWd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sd21B7pGWd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sd21B7pGWd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sd21B7pGWd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sd21B7pGWd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sd21B7pGWd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sd21B7pGWd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sd21B7pGWd .dropdown-item.active,
.cid-sd21B7pGWd .dropdown-item:active {
  background-color: transparent;
}
.cid-sd21B7pGWd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sd21B7pGWd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sd21B7pGWd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sd21B7pGWd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sd21B7pGWd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sd21B7pGWd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sd21B7pGWd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sd21B7pGWd .navbar-buttons {
  text-align: center;
}
.cid-sd21B7pGWd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sd21B7pGWd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-sd21B7pGWd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sd21B7pGWd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sd21B7pGWd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sd21B7pGWd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sd21B7pGWd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd21B7pGWd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sd21B7pGWd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sd21B7pGWd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sd21B7pGWd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sd21B7pGWd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sd21B7pGWd a.nav-link:focus {
  outline: none;
}
.cid-sd21B7pGWd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sd21B7pGWd .nav-link:hover,
.cid-sd21B7pGWd .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sd21B7pGWd .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sd21B7pGWd .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sdnC9Hzon1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #232226;
}
.cid-sdnC9Hzon1 .mbr-text {
  line-height: 1.5;
  color: #ebeaed;
  text-align: center;
}
.cid-sdnC9Hzon1 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sdnC9Hzon1 img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sdnC9Hzon1 .mbr-image-title {
  text-align: center;
  color: #c3c3c3;
}
.cid-sdnC9Hzon1 .mbr-section-title DIV {
  text-align: center;
}
.cid-sdnD6ieW2S {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #232226;
}
.cid-scVEOdlJ7G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-scVEOdlJ7G .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-scVEOdlJ7G .mbr-section-btn {
  margin-top: 30px;
}
.cid-scVEOdlJ7G .block__left,
.cid-scVEOdlJ7G .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-scVEOdlJ7G .block__left,
  .cid-scVEOdlJ7G .block__right {
    padding: 30px;
  }
}
.cid-scVEOdlJ7G .title__block {
  position: relative;
  z-index: 2;
}
.cid-scVEOdlJ7G .left__image {
  background-image: url("../../../assets/images/conference21.jpg");
}
.cid-scVEOdlJ7G .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-scVEOdlJ7G .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-scVEOdlJ7G .right__image {
  background-image: url("../../../assets/images/conference22.jpg");
}
.cid-scVEOdlJ7G .left__image,
.cid-scVEOdlJ7G .right__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .cid-scVEOdlJ7G .container,
  .cid-scVEOdlJ7G .container-fluid,
  .cid-scVEOdlJ7G .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-scVEOdlJ7G .wrap_left,
  .cid-scVEOdlJ7G .wrap_right {
    padding: 0;
  }
}
.cid-scVRRCW1jc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-scVRRCW1jc img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-scVRRCW1jc img:hover {
  transform: scale(1.1);
}
.cid-scVRRCW1jc .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-scVRRCW1jc h2 {
  padding: 0;
  margin: 0;
}
.cid-scVRRCW1jc .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scVRRCW1jc .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-scVRRCW1jc .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-scVRRCW1jc .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-scVRRCW1jc .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-scVRRCW1jc .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-scVRRCW1jc .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-scVRRCW1jc .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-scVRRCW1jc .text-col {
    padding: 2rem 1rem;
  }
}
.cid-scVRRCW1jc H2 {
  color: #333333;
}
.cid-scVRRCW1jc .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-scVRRCW1jc H1 {
  color: #ff6600;
}
.cid-scVRRCW1jc H3 {
  color: #888888;
}
.cid-scUrKcxbH2 .number-wrap {
  color: #c3c3c3;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-scUrKcxbH2 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-scUrKcxbH2 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-scUrKcxbH2 .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-scUrKcxbH2 .countdown-cont {
  margin: 0 auto;
}
.cid-scUrKcxbH2 .full-count-container {
  background: #444345;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-scUrKcxbH2 .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-scUrKcxbH2 .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-scUrKcxbH2 .dot {
    display: none;
  }
  .cid-scUrKcxbH2 .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-scUrKcxbH2 .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-scUrKcxbH2 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-scUrKcxbH2 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-scUrKcxbH2 .number {
    font-size: 25px;
  }
  .cid-scUrKcxbH2 .period {
    font-size: 0.7rem;
  }
}
.cid-scUrKcxbH2 H2 {
  text-align: center;
}
.cid-scUsf8Fy6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-scUsf8Fy6i .title__wrap {
  margin-bottom: 30px;
}
.cid-scUsf8Fy6i .title__block {
  margin-bottom: 10px;
}
.cid-scUsf8Fy6i .mbr-section-title,
.cid-scUsf8Fy6i .text__time,
.cid-scUsf8Fy6i .mbr-text,
.cid-scUsf8Fy6i .text__author,
.cid-scUsf8Fy6i .text__hall {
  margin-bottom: 0;
}
.cid-scUsf8Fy6i .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-scUsf8Fy6i .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-scUsf8Fy6i .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-scUsf8Fy6i .mbr-section-btn .btn-secondary-outline:hover {
  color: #ff6600 !important;
}
.cid-scUsf8Fy6i .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-scUsf8Fy6i .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-scUsf8Fy6i .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-scUsf8Fy6i .nav-tabs .nav-item.open .nav-link:focus,
.cid-scUsf8Fy6i .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-scUsf8Fy6i .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-scUsf8Fy6i .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-scUsf8Fy6i .nav-tabs .nav-link {
  border-radius: 0 !important;
  color: #17161a;
  font-style: normal;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 25px;
  padding: 12px 0 !important;
}
.cid-scUsf8Fy6i .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-scUsf8Fy6i .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #ff6600;
}
.cid-scUsf8Fy6i .nav-tabs .nav-link.active:hover {
  background-color: #ff6600;
}
@media (max-width: 991px) {
  .cid-scUsf8Fy6i .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-scUsf8Fy6i .buttons {
    justify-content: flex-start;
  }
}
.cid-scUsf8Fy6i .mbr-section-title {
  color: #ff6600;
}
.cid-scUsf8Fy6i .text__author {
  color: #17161a;
  text-align: right;
}
.cid-scUsf8Fy6i .mbr-text {
  color: #ff6600;
}
.cid-scUsf8Fy6i .text__hall {
  text-align: right;
}
.cid-scUskNQas8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-scUskNQas8 .mbr-section-title {
  margin-bottom: 20px;
  color: #ff6600;
}
.cid-scUskNQas8 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #444345;
}
.cid-scUskNQas8 .mbr-text {
  margin: 10px 0;
}
.cid-scUskNQas8 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-scUskNQas8 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-scUskNQas8 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-scUskNQas8 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-scVyCpg55A {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-scVyCpg55A .main {
  height: 480px;
}
.cid-scVyCpg55A .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-scVyCpg55A .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-scVyCpg55A .map {
    height: auto;
  }
}
.cid-scVyCpg55A .wrap__content {
  display: flex;
  padding: 0;
}
.cid-scVyCpg55A .block__content1,
.cid-scVyCpg55A .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-scVyCpg55A .block__content1 {
  background-color: #232226;
}
.cid-scVyCpg55A .block__content2 {
  background-color: #003cd3;
}
.cid-scVyCpg55A .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scVyCpg55A .content__title,
.cid-scVyCpg55A .title__adress {
  margin-bottom: 20px;
}
.cid-scVyCpg55A .content__span,
.cid-scVyCpg55A .content__span2 {
  color: #6a696c;
}
.cid-scVyCpg55A .content__phone {
  margin-bottom: 25px;
}
.cid-scVyCpg55A .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-scVyCpg55A .main {
    height: auto;
  }
  .cid-scVyCpg55A .block__content1,
  .cid-scVyCpg55A .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-scVyCpg55A .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-scVyCpg55A .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-scVyCpg55A .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-scVyCpg55A .wrap__content {
    flex-direction: column;
  }
}
.cid-scVyCpg55A .content__span {
  color: #f5f7fd;
}
.cid-scVyCpg55A .content__span2 {
  color: #ff6600;
}
.cid-scVyCpg55A .content__title {
  color: #ff6600;
}
.cid-scVyCpg55A .title__adress {
  color: #ff6600;
}
.cid-sd9bkbzDNW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sd9bkbzDNW .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sd9bkbzDNW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sd9bkbzDNW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sd9bkbzDNW .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sd9bkbzDNW .logo-section img {
  width: auto;
}
.cid-sd9bkbzDNW .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #6a696c;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sd9bkbzDNW .icon-transition span:hover {
  background-color: #e96188;
}
.cid-sd9bkbzDNW .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sd9bkbzDNW .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sd9bkbzDNW .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sd9bkbzDNW .mbr-text {
    margin-bottom: 1.5rem;
  }
}
