@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:100,100i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&amp;display=swap);





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: #d90a2c !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: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !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: #d90a2c !important;
  border-color: #d90a2c !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: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !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: #d90a2c !important;
  border-color: #d90a2c !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: #d90a2c !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: #770618 !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: #d90a2c !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: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.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: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  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: #d90a2c;
  border-bottom-color: #d90a2c;
}
.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: #d90a2c !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-rRBQzc80fx {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-rRBQzc80fx .nav-item,
.cid-rRBQzc80fx .nav-link,
.cid-rRBQzc80fx .navbar-caption {
  font-weight: normal;
}
.cid-rRBQzc80fx .container,
.cid-rRBQzc80fx .container-fluid {
  position: static;
}
.cid-rRBQzc80fx .navbar-nav {
  counter-reset: number;
}
.cid-rRBQzc80fx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRBQzc80fx .btn {
    white-space: nowrap;
  }
  .cid-rRBQzc80fx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRBQzc80fx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRBQzc80fx .dropdown-toggle::after,
  .cid-rRBQzc80fx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRBQzc80fx .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-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRBQzc80fx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRBQzc80fx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRBQzc80fx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRBQzc80fx .nav-item:focus,
.cid-rRBQzc80fx .nav-link:focus {
  outline: none;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRBQzc80fx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBQzc80fx ul.navbar-nav li {
  margin: auto;
}
.cid-rRBQzc80fx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-rRBQzc80fx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRBQzc80fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRBQzc80fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRBQzc80fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRBQzc80fx .navbar .container-fluid,
  .cid-rRBQzc80fx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRBQzc80fx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRBQzc80fx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRBQzc80fx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRBQzc80fx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRBQzc80fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRBQzc80fx .dropdown-item.active,
.cid-rRBQzc80fx .dropdown-item:active {
  background-color: transparent;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRBQzc80fx .navbar-buttons {
  text-align: center;
}
.cid-rRBQzc80fx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRBQzc80fx 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-rRBQzc80fx a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRBQzc80fx .navbar {
    height: 77px;
  }
  .cid-rRBQzc80fx .navbar.opened {
    height: auto;
  }
  .cid-rRBQzc80fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rROkSZ3Zop {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/prev-1920x1280.jpg");
}
.cid-rROkSZ3Zop .position {
  z-index: 10;
}
.cid-rROkSZ3Zop .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-rROkSZ3Zop .mbr-section-title1,
.cid-rROkSZ3Zop .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-rROkSZ3Zop .mbr-section-text {
  margin-top: 30px;
}
.cid-rROkSZ3Zop .mbr-section-btn {
  margin-top: 30px;
}
.cid-rROkSZ3Zop .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-rROkSZ3Zop .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-rROkSZ3Zop .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-rROkSZ3Zop .info__block-item {
    margin-right: 10px;
  }
}
.cid-rROkSZ3Zop .title__item,
.cid-rROkSZ3Zop .text__item {
  margin-bottom: 0;
}
.cid-rROkSZ3Zop .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-rROkSZ3Zop .animated-element {
  color: #d90a2c;
}
.cid-rROkSZ3Zop .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@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-rROkSZ3Zop .mbr-section-title1,
.cid-rROkSZ3Zop .typed-text {
  color: #ffffff;
}
.cid-rROkSZ3Zop .mbr-section-title2 {
  color: #ffffff;
}
.cid-rROkSZ3Zop .mbr-section-text,
.cid-rROkSZ3Zop .mbr-section-btn {
  color: #ffffff;
}
.cid-rROkSZ3Zop .mbr-section-btn .btn-md {
  padding: 14px 18px !important;
}
.cid-rRBQAzN7rj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRBQAzN7rj .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-rRBQAzN7rj .content__block {
  padding: 30px 15px;
  display: none;
}
.cid-rRBQAzN7rj .mbr-text {
  margin-bottom: 30px;
}
.cid-rRBQAzN7rj .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-rRBQAzN7rj .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-rRBQAzN7rj .bottom__text {
  margin: 10px 0;
}
.cid-rRBQAzN7rj .btn {
  margin-top: 0;
}
.cid-rRBQAzN7rj .btn:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.cid-rRBQAzN7rj .image {
  width: 100%;
}
.cid-rRBQAzN7rj .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRBQAzN7rj .image {
    margin-bottom: 10px;
  }
  .cid-rRBQAzN7rj .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rRBQGmiG9S {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBQGmiG9S .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rRBQGmiG9S .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRO71go8ZD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRO71go8ZD .title__wrap {
  margin-bottom: 30px;
}
.cid-rRO71go8ZD .title__block {
  margin-bottom: 10px;
}
.cid-rRO71go8ZD .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRO71go8ZD .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRO71go8ZD .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRO71go8ZD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRO71go8ZD .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRO71go8ZD .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rRO71go8ZD .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRO71go8ZD .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rRO71go8ZD .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rRO71go8ZD .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rRO71go8ZD .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRO71go8ZD .descr__block {
  padding: 25px 0 0;
}
.cid-rRO71go8ZD .descr__title {
  margin-bottom: 5px;
}
.cid-rRO71go8ZD .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
  color: #17161a;
}
.cid-rRO71go8ZD .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rRO71go8ZD .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rRO71go8ZD .link__text a {
  position: relative;
}
.cid-rRO71go8ZD .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rRO71go8ZD .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rRO71go8ZD .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRO71go8ZD .image {
    height: 300px;
  }
  .cid-rRO71go8ZD .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRO71go8ZD .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRO71go8ZD .buttons {
    justify-content: flex-start;
  }
}
.cid-rRBQNiQhB6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBQNiQhB6 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rRBQNiQhB6 .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRBQBFy4wn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRBQBFy4wn .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-rRBQBFy4wn .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-rRBQBFy4wn .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRBQBFy4wn .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-rRBQBFy4wn .mbr-text {
  margin-bottom: 20px;
}
.cid-rRBQBFy4wn .wrap {
  height: 480px;
}
@media (max-width: 565px) {
  .cid-rRBQBFy4wn .wrap {
    height: 200px;
  }
}
.cid-rRBQBFy4wn .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-rRBQBFy4wn .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-rRBQBFy4wn .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRBQBFy4wn .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-rRBQBFy4wn .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-rRBQBFy4wn .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRBQBFy4wn .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 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-rRBQBFy4wn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRBQBFy4wn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRBQBFy4wn .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRBQBFy4wn a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRBQBFy4wn a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-rRBQBFy4wn a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRBQBFy4wn .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRBQFgfyfC {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRBQFgfyfC .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rRBQFgfyfC .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRO7vsRSKU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRO7vsRSKU .title__wrap {
  margin-bottom: 30px;
}
.cid-rRO7vsRSKU .title__block {
  margin-bottom: 10px;
}
.cid-rRO7vsRSKU .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRO7vsRSKU .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
}
.cid-rRO7vsRSKU .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRO7vsRSKU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRO7vsRSKU .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRO7vsRSKU .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rRO7vsRSKU .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRO7vsRSKU .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rRO7vsRSKU .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rRO7vsRSKU .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rRO7vsRSKU .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRO7vsRSKU .descr__block {
  padding: 25px 0 0;
}
.cid-rRO7vsRSKU .descr__title {
  margin-bottom: 5px;
}
.cid-rRO7vsRSKU .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
  color: #17161a;
}
.cid-rRO7vsRSKU .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rRO7vsRSKU .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rRO7vsRSKU .link__text a {
  position: relative;
}
.cid-rRO7vsRSKU .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rRO7vsRSKU .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rRO7vsRSKU .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRO7vsRSKU .image {
    height: 300px;
  }
  .cid-rRO7vsRSKU .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRO7vsRSKU .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRO7vsRSKU .buttons {
    justify-content: flex-start;
  }
}
.cid-rRBQCMhHrw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRBQCMhHrw .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRBQCMhHrw .footer__content {
  display: none;
  margin-bottom: 30px;
}
.cid-rRBQCMhHrw .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRBQCMhHrw .title__adress {
  margin-bottom: 20px;
}
.cid-rRBQCMhHrw .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRBQCMhHrw .privacy {
    text-align: left;
  }
}
.cid-rRBQCMhHrw .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRBQCMhHrw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRBQCMhHrw .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRBQCMhHrw .input-group-btn {
  padding-left: 0;
}
.cid-rRBQCMhHrw .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRBQCMhHrw .mbr-form .btn {
  margin: 0;
}
.cid-rRBQCMhHrw input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRBQCMhHrw input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRBQCMhHrw .wrap {
    padding-bottom: 25px;
  }
  .cid-rRBQCMhHrw .divider {
    margin: 0 0 20px;
  }
}
.cid-rRBQzc80fx {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-rRBQzc80fx .nav-item,
.cid-rRBQzc80fx .nav-link,
.cid-rRBQzc80fx .navbar-caption {
  font-weight: normal;
}
.cid-rRBQzc80fx .container,
.cid-rRBQzc80fx .container-fluid {
  position: static;
}
.cid-rRBQzc80fx .navbar-nav {
  counter-reset: number;
}
.cid-rRBQzc80fx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRBQzc80fx .btn {
    white-space: nowrap;
  }
  .cid-rRBQzc80fx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRBQzc80fx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRBQzc80fx .dropdown-toggle::after,
  .cid-rRBQzc80fx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRBQzc80fx .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-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRBQzc80fx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRBQzc80fx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRBQzc80fx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRBQzc80fx .nav-item:focus,
.cid-rRBQzc80fx .nav-link:focus {
  outline: none;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRBQzc80fx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBQzc80fx ul.navbar-nav li {
  margin: auto;
}
.cid-rRBQzc80fx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-rRBQzc80fx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRBQzc80fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRBQzc80fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRBQzc80fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRBQzc80fx .navbar .container-fluid,
  .cid-rRBQzc80fx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRBQzc80fx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRBQzc80fx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRBQzc80fx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRBQzc80fx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRBQzc80fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRBQzc80fx .dropdown-item.active,
.cid-rRBQzc80fx .dropdown-item:active {
  background-color: transparent;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRBQzc80fx .navbar-buttons {
  text-align: center;
}
.cid-rRBQzc80fx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRBQzc80fx 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-rRBQzc80fx a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRBQzc80fx .navbar {
    height: 77px;
  }
  .cid-rRBQzc80fx .navbar.opened {
    height: auto;
  }
  .cid-rRBQzc80fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rROhiecP89 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/title-bg-1920x800.jpg");
}
@media (max-width: 767px) {
  .cid-rROhiecP89 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROhiecP89 .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRBQCMhHrw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRBQCMhHrw .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRBQCMhHrw .footer__content {
  display: none;
  margin-bottom: 30px;
}
.cid-rRBQCMhHrw .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRBQCMhHrw .title__adress {
  margin-bottom: 20px;
}
.cid-rRBQCMhHrw .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRBQCMhHrw .privacy {
    text-align: left;
  }
}
.cid-rRBQCMhHrw .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRBQCMhHrw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRBQCMhHrw .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRBQCMhHrw .input-group-btn {
  padding-left: 0;
}
.cid-rRBQCMhHrw .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRBQCMhHrw .mbr-form .btn {
  margin: 0;
}
.cid-rRBQCMhHrw input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRBQCMhHrw input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRBQCMhHrw .wrap {
    padding-bottom: 25px;
  }
  .cid-rRBQCMhHrw .divider {
    margin: 0 0 20px;
  }
}
.cid-rRCof1dJnx {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference28-1920.jpg");
}
.cid-rRCof1dJnx .image {
  position: absolute;
  background-image: url("https://mobirise.com/extensions/conferencem4/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-rRCof1dJnx .image {
    display: none;
  }
}
.cid-rRCof1dJnx .position {
  z-index: 10;
}
.cid-rRCof1dJnx .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-rRCof1dJnx .mbr-section-title1,
.cid-rRCof1dJnx .mbr-section-title2 {
  margin-bottom: 0;
}
.cid-rRCof1dJnx .mbr-section-text {
  margin-top: 30px;
}
.cid-rRCof1dJnx .mbr-section-btn {
  margin-top: 30px;
}
.cid-rRCof1dJnx .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-rRCof1dJnx .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-rRCof1dJnx .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-rRCof1dJnx .info__block-item {
    margin-right: 10px;
  }
}
.cid-rRCof1dJnx .title__item,
.cid-rRCof1dJnx .text__item {
  margin-bottom: 0;
}
.cid-rRCof1dJnx .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-rRCof1dJnx .animated-element {
  color: #d90a2c;
}
.cid-rRCof1dJnx .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@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-rRCoffknRy {
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference26-1920.jpg");
}
.cid-rRCoffknRy .push__top {
  padding-top: 80px;
}
.cid-rRCoffknRy .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 780px;
}
.cid-rRCoffknRy .title__block {
  width: 70%;
}
.cid-rRCoffknRy .mbr-section-subtitle,
.cid-rRCoffknRy .bottom__about__text,
.cid-rRCoffknRy .bottom__subtitle {
  line-height: 25px;
}
.cid-rRCoffknRy .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-rRCoffknRy .mbr-section-title {
  line-height: 57px;
}
.cid-rRCoffknRy .widget__number {
  margin-bottom: 8px;
}
.cid-rRCoffknRy .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRCoffknRy .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRCoffknRy .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRCoffknRy .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRCoffknRy .bottom__about {
  width: 90%;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 40px 70px;
}
.cid-rRCoffknRy .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-rRCoffknRy .mbr-media {
  display: inline-block;
}
.cid-rRCoffknRy .mbr-figure {
  align-self: flex-start;
}
.cid-rRCoffknRy .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-rRCoffknRy .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-rRCoffknRy .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRCoffknRy .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 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-rRCoffknRy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRCoffknRy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRCoffknRy .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRCoffknRy a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRCoffknRy a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-rRCoffknRy .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRCoffknRy .date__block {
    margin-top: 50px;
  }
  .cid-rRCoffknRy .mbr-section-title {
    line-height: 1;
  }
  .cid-rRCoffknRy .push__top {
    padding-top: 30px;
  }
  .cid-rRCoffknRy .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRCoffknRy .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRCoffknRy .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRCoffknRy .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRCoffknRy .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRCoffknRy .title__block {
    width: 100%;
  }
  .cid-rRCoffknRy .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRCoffknRy .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRCoffknRy .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRCoffknRy .divider {
    margin-bottom: 10px;
  }
  .cid-rRCoffknRy a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRCoffknRy .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRHqPAl22v {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRHqPAl22v .title__block {
  padding: 50px 15px;
}
.cid-rRHqPAl22v .image {
  display: flex;
  position: relative;
}
.cid-rRHqPAl22v .image img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRHqPAl22v .image img {
    width: 100%;
    height: 100%;
  }
}
.cid-rRHqPAl22v .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  max-height: 210px;
  width: 100%;
  overflow: hidden;
}
.cid-rRHqPAl22v .widget .row {
  height: 100%;
}
.cid-rRHqPAl22v .widget .widget__item1 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-rRHqPAl22v .widget .widget__item1:hover .mbr-iconfont {
  color: #d90a2c;
}
.cid-rRHqPAl22v .widget .widget__item2 {
  padding: 40px 10px 10px 40px;
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-rRHqPAl22v .widget .widget__item2:hover .mbr-iconfont {
  color: #d90a2c;
}
.cid-rRHqPAl22v .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-rRHqPAl22v .widget .widget__text {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .cid-rRHqPAl22v .push__left {
    margin-left: 8.33333%;
  }
}
.cid-rRHqPAl22v .mbr-section-btn {
  margin-top: 20px;
}
.cid-rRHqPAl22v .btn {
  margin-top: 0;
}
.cid-rRHqPAl22v .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-rRHqPAl22v .mbr-media {
  display: inline-block;
}
.cid-rRHqPAl22v .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-rRHqPAl22v .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-rRHqPAl22v .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-rRHqPAl22v .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHqPAl22v .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 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-rRHqPAl22v .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHqPAl22v .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHqPAl22v .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHqPAl22v a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHqPAl22v 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-rRHqPAl22v .widget {
    margin-left: 0;
  }
  .cid-rRHqPAl22v .widget .widget__item1,
  .cid-rRHqPAl22v .widget .widget__item2 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .cid-rRHqPAl22v .image {
    padding: 0;
  }
  .cid-rRHqPAl22v .container,
  .cid-rRHqPAl22v .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .cid-rRHqPAl22v a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHqPAl22v .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-rRHqPAl22v .image img {
    height: 400px;
  }
}
.cid-rRHqPZGiaZ {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference27-1920.jpg");
}
.cid-rRHqPZGiaZ .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-rRHqPZGiaZ .wrap {
  padding: 0 25px;
}
.cid-rRHqPZGiaZ .wrap:before {
  content: '';
  position: absolute;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background-color: #d90a2c;
  top: 0px;
  right: 0px;
}
.cid-rRHqPZGiaZ .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-rRHqPZGiaZ .mbr-text {
  margin-bottom: 20px;
}
.cid-rRHqPZGiaZ .mbr-section-btn {
  margin-top: 10px;
}
.cid-rRHqPZGiaZ .mbr-media {
  display: inline-block;
}
.cid-rRHqPZGiaZ .mbr-figure {
  align-self: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.cid-rRHqPZGiaZ .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-rRHqPZGiaZ .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-rRHqPZGiaZ .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHqPZGiaZ .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 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-rRHqPZGiaZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHqPZGiaZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHqPZGiaZ .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHqPZGiaZ a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHqPZGiaZ a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .cid-rRHqPZGiaZ .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-rRHqPZGiaZ .title__block {
    padding: 80px 0;
  }
  .cid-rRHqPZGiaZ .container,
  .cid-rRHqPZGiaZ .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rRHqPZGiaZ .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-rRHqPZGiaZ a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHqPZGiaZ .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRCogBqEsi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-rRCogBqEsi .content__block {
  padding: 50px 15px;
}
.cid-rRCogBqEsi .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rRCogBqEsi .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-rRCogBqEsi .mbr-text {
  opacity: .6;
  margin-bottom: 25px;
}
.cid-rRCogBqEsi .image {
  perspective: 3500px;
  position: relative;
}
.cid-rRCogBqEsi .image:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-rRCogBqEsi .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRCogBqEsi .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRCogBqEsi .mbr-section-btn .btn-white-outline:hover {
  color: #d90a2c !important;
}
@media (max-width: 991px) {
  .cid-rRCogBqEsi .content__block {
    padding: 30px 15px;
  }
  .cid-rRCogBqEsi .mbr-figure {
    padding: 0;
  }
  .cid-rRCogBqEsi .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-rRCogBqEsi .lg-push {
    right: 13%;
  }
  .cid-rRCogBqEsi .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-rRCogBqEsi .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-rRCohGY6CX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference28-1920.jpg");
}
.cid-rRCohGY6CX .title__block {
  margin-bottom: 40px;
}
.cid-rRCohGY6CX .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rRCohGY6CX .carousel-item.active,
.cid-rRCohGY6CX .carousel-item-next,
.cid-rRCohGY6CX .carousel-item-prev {
  display: flex;
}
.cid-rRCohGY6CX .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-rRCohGY6CX .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-rRCohGY6CX .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(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCohGY6CX .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-rRCohGY6CX .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-rRCohGY6CX .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRCohGY6CX .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-rRCohGY6CX .user {
    max-width: 87%;
  }
  .cid-rRCohGY6CX .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-rRCohGY6CX .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-rRCohGY6CX .user {
    max-width: 100%;
  }
  .cid-rRCohGY6CX .carousel-control-prev {
    left: -5%;
  }
  .cid-rRCohGY6CX .carousel-control-next {
    right: -5%;
  }
  .cid-rRCohGY6CX .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRCohGY6CX .title__block {
    margin-bottom: 20px;
  }
  .cid-rRCohGY6CX .carousel-controls {
    display: none;
  }
}
.cid-rROhd1e91a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rROhd1e91a .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROhd1e91a .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rROueoMfPc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rROueoMfPc .title__wrap {
  margin-bottom: 30px;
}
.cid-rROueoMfPc .title__block {
  margin-bottom: 10px;
}
.cid-rROueoMfPc .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rROueoMfPc .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
}
.cid-rROueoMfPc .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rROueoMfPc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rROueoMfPc .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rROueoMfPc .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rROueoMfPc .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rROueoMfPc .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rROueoMfPc .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rROueoMfPc .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rROueoMfPc .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rROueoMfPc .descr__block {
  padding: 25px 0 0;
}
.cid-rROueoMfPc .descr__title {
  margin-bottom: 5px;
}
.cid-rROueoMfPc .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
  color: #17161a;
}
.cid-rROueoMfPc .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rROueoMfPc .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rROueoMfPc .link__text a {
  position: relative;
}
.cid-rROueoMfPc .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rROueoMfPc .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rROueoMfPc .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rROueoMfPc .image {
    height: 300px;
  }
  .cid-rROueoMfPc .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rROueoMfPc .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rROueoMfPc .buttons {
    justify-content: flex-start;
  }
}
.cid-rRBQzc80fx {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-rRBQzc80fx .nav-item,
.cid-rRBQzc80fx .nav-link,
.cid-rRBQzc80fx .navbar-caption {
  font-weight: normal;
}
.cid-rRBQzc80fx .container,
.cid-rRBQzc80fx .container-fluid {
  position: static;
}
.cid-rRBQzc80fx .navbar-nav {
  counter-reset: number;
}
.cid-rRBQzc80fx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRBQzc80fx .btn {
    white-space: nowrap;
  }
  .cid-rRBQzc80fx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRBQzc80fx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRBQzc80fx .dropdown-toggle::after,
  .cid-rRBQzc80fx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRBQzc80fx .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-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRBQzc80fx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRBQzc80fx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRBQzc80fx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRBQzc80fx .nav-item:focus,
.cid-rRBQzc80fx .nav-link:focus {
  outline: none;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRBQzc80fx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBQzc80fx ul.navbar-nav li {
  margin: auto;
}
.cid-rRBQzc80fx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-rRBQzc80fx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRBQzc80fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRBQzc80fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRBQzc80fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRBQzc80fx .navbar .container-fluid,
  .cid-rRBQzc80fx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRBQzc80fx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRBQzc80fx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRBQzc80fx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRBQzc80fx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRBQzc80fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRBQzc80fx .dropdown-item.active,
.cid-rRBQzc80fx .dropdown-item:active {
  background-color: transparent;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRBQzc80fx .navbar-buttons {
  text-align: center;
}
.cid-rRBQzc80fx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRBQzc80fx 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-rRBQzc80fx a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRBQzc80fx .navbar {
    height: 77px;
  }
  .cid-rRBQzc80fx .navbar.opened {
    height: auto;
  }
  .cid-rRBQzc80fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rROjdzhVX3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/title-bg-1920x800.jpg");
}
@media (max-width: 767px) {
  .cid-rROjdzhVX3 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROjdzhVX3 .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRBQCMhHrw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRBQCMhHrw .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRBQCMhHrw .footer__content {
  display: none;
  margin-bottom: 30px;
}
.cid-rRBQCMhHrw .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRBQCMhHrw .title__adress {
  margin-bottom: 20px;
}
.cid-rRBQCMhHrw .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRBQCMhHrw .privacy {
    text-align: left;
  }
}
.cid-rRBQCMhHrw .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRBQCMhHrw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRBQCMhHrw .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRBQCMhHrw .input-group-btn {
  padding-left: 0;
}
.cid-rRBQCMhHrw .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRBQCMhHrw .mbr-form .btn {
  margin: 0;
}
.cid-rRBQCMhHrw input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRBQCMhHrw input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRBQCMhHrw .wrap {
    padding-bottom: 25px;
  }
  .cid-rRBQCMhHrw .divider {
    margin: 0 0 20px;
  }
}
.cid-rRCoN4jjef {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRCoN4jjef .image {
  width: 100%;
  perspective: 700px;
}
.cid-rRCoN4jjef .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRCoN4jjef .image img:hover {
  transform: rotateX(-10deg);
}
.cid-rRCoN4jjef .image2 {
  width: 100%;
}
.cid-rRCoN4jjef .image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRCoN4jjef .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
}
.cid-rRCoN4jjef .mbr-section-btn {
  margin-top: 30px;
}
.cid-rRCoN4jjef .btn {
  margin-top: 0;
}
@media (min-width: 1250px) {
  .cid-rRCoN4jjef .lg-push-1 {
    left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-rRCoN4jjef .image {
    margin-bottom: 20px;
  }
}
.cid-rRCoNdKbB7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #191f23;
}
.cid-rRCoNdKbB7 .item__text {
  border-radius: 4px;
  padding: 0 10px;
  background: #d90a2c;
  max-height: 30px;
}
.cid-rRCoNdKbB7 .content__block {
  padding-left: 20px;
  padding-right: 20px;
}
.cid-rRCoNdKbB7 .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.cid-rRCoNdKbB7 .bot {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.cid-rRCoNdKbB7 .border__radius {
  margin-right: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  max-width: 60px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRCoNdKbB7 .bot__content {
  margin: 10px 0;
  width: 100%;
}
.cid-rRCoNdKbB7 .bot__descr {
  color: #888888;
}
@media (max-width: 767px) {
  .cid-rRCoNdKbB7 .content__block {
    margin-bottom: 50px;
  }
}
.cid-rRCoNmafmR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRCoNmafmR .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-rRCoNmafmR .title__block {
  padding-bottom: 40px;
}
.cid-rRCoNmafmR .content__block {
  margin-bottom: 40px;
}
.cid-rRCoNmafmR .image {
  width: 100%;
  perspective: 700px;
}
.cid-rRCoNmafmR .image img {
  transition: transform .5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRCoNmafmR .image img:hover {
  transform: rotateX(-10deg);
}
.cid-rRCoNmafmR .text__block {
  margin-top: 25px;
}
.cid-rRCoNmafmR .descr {
  display: block;
  color: #444345;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .cid-rRCoNmafmR .title__block {
    padding-bottom: 30px;
  }
}
.cid-rRCoNwhBir {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference28-1920.jpg");
}
.cid-rRCoNwhBir .title__block {
  padding-bottom: 40px;
}
.cid-rRCoNwhBir .carousel {
  margin-bottom: 80px;
}
.cid-rRCoNwhBir .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-rRCoNwhBir .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(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCoNwhBir .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-rRCoNwhBir .carousel-inner {
  overflow: visible !important;
}
.cid-rRCoNwhBir .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-rRCoNwhBir .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-rRCoNwhBir .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-rRCoNwhBir .user {
  height: 300px;
}
.cid-rRCoNwhBir .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRCoNwhBir .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCoNwhBir .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-rRCoNwhBir .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRCoNwhBir .carousel-control-prev {
    left: -2%;
  }
  .cid-rRCoNwhBir .carousel-control-next {
    left: 6%;
  }
  .cid-rRCoNwhBir .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRCoNwhBir .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-rRCoNwhBir .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-rRCoNwhBir .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-rRCoNwhBir .carousel-item.active {
    transform: translateX(0);
  }
  .cid-rRCoNwhBir .carousel-controls {
    display: none;
  }
  .cid-rRCoNwhBir .carousel {
    margin-bottom: 0;
  }
}
.cid-rRHqscyM5M {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-rRHqscyM5M .container > .row {
  background-color: #283742;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rRHqscyM5M .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-rRHqscyM5M .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-rRHqscyM5M .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-rRHqscyM5M .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 15px;
}
.cid-rRHqscyM5M .border__radius {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-rRHqscyM5M .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-rRHqscyM5M .bot {
    padding-bottom: 20px;
  }
}
.cid-rRHqscyM5M .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-rRHqscyM5M .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-rRHqscyM5M .bot__text {
  color: #ffffff;
  opacity: .7;
}
.cid-rRHqscyM5M .border__left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.cid-rRHqscyM5M .mbr-text {
  color: #ffffff;
  opacity: .7;
}
.cid-rRHqscyM5M .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-rRHqscyM5M .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-rRHqscyM5M .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-rRCoNQ4BNH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRCoNQ4BNH .wrap {
  height: 500px;
}
.cid-rRCoNQ4BNH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-rRCoNQ4BNH .mbr-text {
  color: #000000;
  margin-top: 30px;
}
.cid-rRCoNQ4BNH .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-rRCoNQ4BNH .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-rRCoNQ4BNH .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-rRCoNQ4BNH .parallax__image {
  perspective: 700px;
}
.cid-rRCoNQ4BNH .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform .5s;
}
.cid-rRCoNQ4BNH .image:hover {
  transform: rotateX(-10deg);
}
.cid-rRCoNQ4BNH .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRCoNQ4BNH .minwidth {
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference20.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-rRCoNQ4BNH .minwidth {
    height: 200px;
  }
}
.cid-rRCoNQ4BNH .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-rRCoNQ4BNH .push-lg {
    left: 8.33333333%;
  }
  .cid-rRCoNQ4BNH .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRCoNQ4BNH .wrap {
    height: auto;
  }
  .cid-rRCoNQ4BNH .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-rRCoNQ4BNH .minwidth {
    margin-bottom: 30px;
  }
}
.cid-rRHqyYHrDq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRHqyYHrDq .title__wrap {
  margin-bottom: 30px;
}
.cid-rRHqyYHrDq .title__block {
  margin-bottom: 10px;
}
.cid-rRHqyYHrDq .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHqyYHrDq .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRHqyYHrDq .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRHqyYHrDq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRHqyYHrDq .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRHqyYHrDq .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rRHqyYHrDq .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRHqyYHrDq .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rRHqyYHrDq .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rRHqyYHrDq .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rRHqyYHrDq .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRHqyYHrDq .descr__block {
  padding: 25px 0 0;
}
.cid-rRHqyYHrDq .descr__title {
  margin-bottom: 5px;
}
.cid-rRHqyYHrDq .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-rRHqyYHrDq .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rRHqyYHrDq .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rRHqyYHrDq .link__text a {
  position: relative;
}
.cid-rRHqyYHrDq .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rRHqyYHrDq .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rRHqyYHrDq .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRHqyYHrDq .image {
    height: 300px;
  }
  .cid-rRHqyYHrDq .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRHqyYHrDq .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRHqyYHrDq .buttons {
    justify-content: flex-start;
  }
}
.cid-rRHqzCXnsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRHqzCXnsk .title__wrap {
  margin-bottom: 30px;
}
.cid-rRHqzCXnsk .title__block {
  margin-bottom: 10px;
}
.cid-rRHqzCXnsk .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRHqzCXnsk .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHqzCXnsk .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRHqzCXnsk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRHqzCXnsk .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRHqzCXnsk .wrap {
  margin-bottom: 30px;
}
.cid-rRHqzCXnsk .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHqzCXnsk .card__wrap:hover .author,
.cid-rRHqzCXnsk .card__wrap:hover .date,
.cid-rRHqzCXnsk .card__wrap:hover .category__content,
.cid-rRHqzCXnsk .card__wrap:hover .category__estimate,
.cid-rRHqzCXnsk .card__wrap:hover .content__title,
.cid-rRHqzCXnsk .card__wrap:hover .mbr-section-btn .btn {
  color: #fff !important;
}
.cid-rRHqzCXnsk .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
  opacity: 1;
}
.cid-rRHqzCXnsk .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRHqzCXnsk .card__wrap:hover .category__content {
  opacity: 1;
}
.cid-rRHqzCXnsk .card__wrap:hover .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
}
.cid-rRHqzCXnsk .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rRHqzCXnsk .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  opacity: 0;
}
.cid-rRHqzCXnsk .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
}
.cid-rRHqzCXnsk .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-rRHqzCXnsk .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHqzCXnsk .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-rRHqzCXnsk .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-rRHqzCXnsk .card__content > div {
  pointer-events: all;
}
.cid-rRHqzCXnsk .card__content .mbr-section-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-rRHqzCXnsk .card__content .mbr-section-btn .btn {
  transition-duration: 0s;
}
.cid-rRHqzCXnsk .category__content {
  opacity: .8;
}
.cid-rRHqzCXnsk .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rRHqzCXnsk .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-rRHqzCXnsk .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRHqzCXnsk .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRHqzCXnsk .buttons {
    justify-content: flex-start;
  }
}
.cid-rRCoQ6t2TS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRCoQ6t2TS .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCoQ6t2TS .block__left,
.cid-rRCoQ6t2TS .block__right {
  padding: 80px;
  height: 100%;
}
@media (max-width: 575px) {
  .cid-rRCoQ6t2TS .block__left,
  .cid-rRCoQ6t2TS .block__right {
    padding: 30px;
  }
}
.cid-rRCoQ6t2TS .title__block {
  position: relative;
  z-index: 2;
}
.cid-rRCoQ6t2TS .left__image {
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference21.jpg");
}
.cid-rRCoQ6t2TS .block__left > .mbr-overlay {
  background-color: #191f23;
  opacity: 0.5;
  z-index: 1;
}
.cid-rRCoQ6t2TS .block__right > .mbr-overlay {
  background-color: #d90a2c;
  opacity: 0.3;
  z-index: 1;
}
.cid-rRCoQ6t2TS .right__image {
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference221.jpg");
}
.cid-rRCoQ6t2TS .left__image,
.cid-rRCoQ6t2TS .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-rRCoQ6t2TS .container,
  .cid-rRCoQ6t2TS .container-fluid,
  .cid-rRCoQ6t2TS .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .cid-rRCoQ6t2TS .wrap_left,
  .cid-rRCoQ6t2TS .wrap_right {
    padding: 0;
  }
}
.cid-rRCoQvocLo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRCoQvocLo .wrap {
  padding: 30px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCoQvocLo .wrap:hover {
  background-color: rgba(35, 34, 38, 0.03);
}
@media (max-width: 767px) {
  .cid-rRCoQvocLo .wrap {
    padding: 20px;
  }
}
.cid-rRCoQvocLo .icon__block {
  margin-bottom: 10px;
}
.cid-rRCoQvocLo .title__text {
  margin-bottom: 15px;
}
.cid-rRCoQvocLo .mbr-text {
  margin-bottom: 20px;
}
.cid-rRCoQvocLo .mbr-iconfont {
  font-size: 14px;
  margin-right: 10px;
  color: #d90a2c;
}
.cid-rRCoQvocLo .count {
  padding: 5px 0;
}
.cid-rRCoQvocLo .item {
  margin-bottom: 0;
  padding-top: 5px;
}
.cid-rRCoQvocLo .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
  color: #d90a2c;
}
.cid-rRCoQR7Crz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRCoQR7Crz .wrap {
  padding: 0;
}
.cid-rRCoQR7Crz .wrap:hover .image img {
  transform: scale3d(1.02, 1.02, 1);
}
.cid-rRCoQR7Crz .image {
  overflow: hidden;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rRCoQR7Crz .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 105%;
  height: 105%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-rRCoQR7Crz .image {
    height: 300px;
  }
}
.cid-rRCoQR7Crz .card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 8%;
  z-index: 5;
  pointer-events: none;
}
.cid-rRCoQR7Crz .card__content > div,
.cid-rRCoQR7Crz .card__content p {
  pointer-events: all;
}
.cid-rRCoQR7Crz .mbr-section-subtitle {
  margin-top: 10px;
}
.cid-rRCoQR7Crz .mbr-section-title {
  margin-top: 10px;
}
.cid-rRHqExtPPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRHqExtPPJ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHqExtPPJ .mbr-text {
  margin-bottom: 20px;
}
.cid-rRHqExtPPJ .wrap {
  margin-bottom: 30px;
}
.cid-rRHqExtPPJ .card__wrap {
  display: flex;
  background-color: rgba(35, 34, 38, 0.03);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHqExtPPJ .card__wrap:hover .author,
.cid-rRHqExtPPJ .card__wrap:hover .date,
.cid-rRHqExtPPJ .card__wrap:hover .category__content,
.cid-rRHqExtPPJ .card__wrap:hover .category__estimate,
.cid-rRHqExtPPJ .card__wrap:hover .content__title,
.cid-rRHqExtPPJ .card__wrap:hover .mbr-section-btn2 .btn {
  color: #fff !important;
}
.cid-rRHqExtPPJ .card__wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRHqExtPPJ .card__wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRHqExtPPJ .card__wrap:hover .card__post {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-rRHqExtPPJ .image {
  overflow: hidden;
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rRHqExtPPJ .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRHqExtPPJ .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #17161a;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-rRHqExtPPJ .card__post {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-rRHqExtPPJ .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-rRHqExtPPJ .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHqExtPPJ .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-rRHqExtPPJ .card__content {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  top: 86px;
  left: 0;
  align-self: flex-end;
  z-index: 5;
  pointer-events: none;
}
.cid-rRHqExtPPJ .card__content > div {
  pointer-events: all;
}
.cid-rRHqExtPPJ .card__content .mbr-section-btn2 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 7;
  pointer-events: all;
  width: calc(100% - 45px);
}
.cid-rRHqExtPPJ .card__content .mbr-section-btn2 .btn {
  transition-duration: 0s;
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
  margin-left: 0;
}
.cid-rRHqExtPPJ .card__content .mbr-section-btn2 .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-rRHqExtPPJ .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rRHqExtPPJ .content__title {
  margin: 12px 0;
  pointer-events: all;
}
@media (max-width: 575px) {
  .cid-rRHqExtPPJ .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRHqExtPPJ .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
}
.cid-rRCoRLANCd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRCoRLANCd .wrap:hover .image img {
  transform: scale(1.02);
}
.cid-rRCoRLANCd .title__block {
  padding: 0 20px;
  position: absolute;
  max-width: 50%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.cid-rRCoRLANCd .mbr-section-subtitle {
  margin-bottom: 15px;
}
.cid-rRCoRLANCd .mbr-section-btn .btn-secondary-outline {
  margin-top: 10px;
  padding: 3px 0;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRCoRLANCd .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRCoRLANCd .image {
  overflow: hidden;
  width: calc(100% - 120px);
  max-height: 530px;
  height: 100%;
  float: right;
  position: relative;
  border-radius: 4px;
}
.cid-rRCoRLANCd .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRCoRLANCd .image {
    max-height: 350px;
  }
  .cid-rRCoRLANCd .title__block {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .cid-rRCoRLANCd .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .cid-rRCoRLANCd .image {
    width: 100%;
    float: none;
  }
  .cid-rRCoRLANCd .title__block {
    height: auto;
    position: static;
    padding: 25px ;
    width: 100%;
    max-width: none ;
  }
}
.cid-rRCoV3Z7gQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRCoV3Z7gQ .title__wrap {
  margin-bottom: 30px;
}
.cid-rRCoV3Z7gQ .title__block {
  margin-bottom: 10px;
}
.cid-rRCoV3Z7gQ .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRCoV3Z7gQ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCoV3Z7gQ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRCoV3Z7gQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRCoV3Z7gQ .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRCoV3Z7gQ .wrap {
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-rRCoV3Z7gQ .wrap:last-child {
  border-bottom: 1px solid rgba(25, 31, 35, 0.4);
}
.cid-rRCoV3Z7gQ .plpr_0 {
  padding-left: 0;
  padding-right: 0;
}
.cid-rRCoV3Z7gQ .nav-tabs .nav-item.open .nav-link:focus,
.cid-rRCoV3Z7gQ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rRCoV3Z7gQ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-rRCoV3Z7gQ .nav-tabs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cid-rRCoV3Z7gQ .nav-tabs .nav-link {
  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-rRCoV3Z7gQ .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rRCoV3Z7gQ .nav-tabs .nav-link.active {
  font-weight: 700;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #d90a2c;
}
.cid-rRCoV3Z7gQ .nav-tabs .nav-link.active:hover {
  background-color: #d90a2c;
}
@media (max-width: 991px) {
  .cid-rRCoV3Z7gQ .align-right {
    text-align: left !important;
  }
}
@media (max-width: 575px) {
  .cid-rRCoV3Z7gQ .buttons {
    justify-content: flex-start;
  }
}
.cid-rROh3Qhc70 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rROh3Qhc70 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROh3Qhc70 .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rROuakbwDS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rROuakbwDS .title__wrap {
  margin-bottom: 30px;
}
.cid-rROuakbwDS .title__block {
  margin-bottom: 10px;
}
.cid-rROuakbwDS .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rROuakbwDS .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
}
.cid-rROuakbwDS .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rROuakbwDS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rROuakbwDS .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rROuakbwDS .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rROuakbwDS .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rROuakbwDS .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rROuakbwDS .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rROuakbwDS .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rROuakbwDS .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rROuakbwDS .descr__block {
  padding: 25px 0 0;
}
.cid-rROuakbwDS .descr__title {
  margin-bottom: 5px;
}
.cid-rROuakbwDS .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
  color: #17161a;
}
.cid-rROuakbwDS .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rROuakbwDS .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rROuakbwDS .link__text a {
  position: relative;
}
.cid-rROuakbwDS .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rROuakbwDS .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rROuakbwDS .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rROuakbwDS .image {
    height: 300px;
  }
  .cid-rROuakbwDS .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rROuakbwDS .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rROuakbwDS .buttons {
    justify-content: flex-start;
  }
}
.cid-rRBQzc80fx {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-rRBQzc80fx .nav-item,
.cid-rRBQzc80fx .nav-link,
.cid-rRBQzc80fx .navbar-caption {
  font-weight: normal;
}
.cid-rRBQzc80fx .container,
.cid-rRBQzc80fx .container-fluid {
  position: static;
}
.cid-rRBQzc80fx .navbar-nav {
  counter-reset: number;
}
.cid-rRBQzc80fx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRBQzc80fx .btn {
    white-space: nowrap;
  }
  .cid-rRBQzc80fx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRBQzc80fx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRBQzc80fx .dropdown-toggle::after,
  .cid-rRBQzc80fx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRBQzc80fx .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-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRBQzc80fx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRBQzc80fx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRBQzc80fx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRBQzc80fx .nav-item:focus,
.cid-rRBQzc80fx .nav-link:focus {
  outline: none;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRBQzc80fx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBQzc80fx ul.navbar-nav li {
  margin: auto;
}
.cid-rRBQzc80fx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-rRBQzc80fx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRBQzc80fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRBQzc80fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRBQzc80fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRBQzc80fx .navbar .container-fluid,
  .cid-rRBQzc80fx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRBQzc80fx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRBQzc80fx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRBQzc80fx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRBQzc80fx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRBQzc80fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRBQzc80fx .dropdown-item.active,
.cid-rRBQzc80fx .dropdown-item:active {
  background-color: transparent;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRBQzc80fx .navbar-buttons {
  text-align: center;
}
.cid-rRBQzc80fx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRBQzc80fx 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-rRBQzc80fx a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRBQzc80fx .navbar {
    height: 77px;
  }
  .cid-rRBQzc80fx .navbar.opened {
    height: auto;
  }
  .cid-rRBQzc80fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRBQCMhHrw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRBQCMhHrw .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRBQCMhHrw .footer__content {
  display: none;
  margin-bottom: 30px;
}
.cid-rRBQCMhHrw .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRBQCMhHrw .title__adress {
  margin-bottom: 20px;
}
.cid-rRBQCMhHrw .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRBQCMhHrw .privacy {
    text-align: left;
  }
}
.cid-rRBQCMhHrw .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRBQCMhHrw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRBQCMhHrw .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRBQCMhHrw .input-group-btn {
  padding-left: 0;
}
.cid-rRBQCMhHrw .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRBQCMhHrw .mbr-form .btn {
  margin: 0;
}
.cid-rRBQCMhHrw input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRBQCMhHrw input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRBQCMhHrw .wrap {
    padding-bottom: 25px;
  }
  .cid-rRBQCMhHrw .divider {
    margin: 0 0 20px;
  }
}
.cid-rROji6SVrV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/title-bg-1920x800.jpg");
}
@media (max-width: 767px) {
  .cid-rROji6SVrV .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROji6SVrV .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRCpfQc66D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRCpfQc66D .mbr-text {
  line-height: 1.55;
  color: #000000;
}
.cid-rRCpfQc66D .price {
  margin-top: 5px;
}
.cid-rRCpfQc66D .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-rRCpfQc66D .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-rRCpfQc66D .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-rRCpfQc66D .btn-md:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-rRCpfQc66D .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-rRCpfQc66D .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-rRCpfQc66D .content__block,
  .cid-rRCpfQc66D .price__block {
    margin-bottom: 30px;
  }
}
.cid-rRCpfQc66D .descr {
  color: #444345;
}
.cid-rRCpg0jfEb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRCpg0jfEb .content__block {
  padding: 30px 15px;
}
.cid-rRCpg0jfEb .mbr-text {
  margin-bottom: 30px;
}
.cid-rRCpg0jfEb .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 20px;
}
.cid-rRCpg0jfEb .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: .6;
}
.cid-rRCpg0jfEb .bottom__text {
  margin: 10px 0;
}
.cid-rRCpg0jfEb .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-rRCpg0jfEb .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rRCpg0jfEb .btn {
  margin-top: 0;
}
.cid-rRCpg0jfEb .btn:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.cid-rRCpg0jfEb .image {
  width: 100%;
}
.cid-rRCpg0jfEb .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRCpg0jfEb .image {
    margin-bottom: 10px;
  }
  .cid-rRCpg0jfEb .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-rRHqfgUSbN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRHqfgUSbN .title__block {
  padding: 0 15px 0 30px;
}
@media (max-width: 991px) {
  .cid-rRHqfgUSbN .title__block {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.cid-rRHqfgUSbN .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHqfgUSbN .mbr-section-title .mbr-text {
  margin-bottom: 30px;
}
.cid-rRHqfgUSbN .mbr-text {
  margin-bottom: 20px;
}
.cid-rRHqfgUSbN .wrap {
  height: 340px;
}
@media (max-width: 565px) {
  .cid-rRHqfgUSbN .wrap {
    height: 200px;
  }
}
.cid-rRHqfgUSbN .content__block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-rRHqfgUSbN .image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.cid-rRHqfgUSbN .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRHqfgUSbN .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-rRHqfgUSbN .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-rRHqfgUSbN .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHqfgUSbN .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 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-rRHqfgUSbN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHqfgUSbN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHqfgUSbN .modalWindow .modalWindow-video {
  height:  calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHqfgUSbN a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHqfgUSbN a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-rRHqfgUSbN a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHqfgUSbN .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rRCpgtvdrq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRCpgtvdrq .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRCpgtvdrq .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRCpgtvdrq .wrap {
  align-items: center;
}
.cid-rRCpgtvdrq .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRCpgtvdrq .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-rRCpgtvdrq .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRCpgtvdrq .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-rRCpgtvdrq .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-rRCpgtvdrq .image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-rRCpgtvdrq .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRCpgtvdrq .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  line-height: 1.4;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-rRCpgtvdrq .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-rRCpgtvdrq .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCpgtvdrq .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-rRCpgtvdrq .card__content {
  padding: 20px;
}
.cid-rRCpgtvdrq .card__topic {
  margin-bottom: 15px;
}
.cid-rRCpgtvdrq .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRCpgtvdrq .mbr-text {
  margin-bottom: 10px;
}
.cid-rRCpgtvdrq .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-rRCpgEvQu3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRCpgEvQu3 .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-rRCpgEvQu3 .image {
    margin-bottom: 30px;
  }
}
.cid-rRCpgEvQu3 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCpgEvQu3 .mbr-text {
  margin-bottom: 20px;
}
.cid-rRCpgEvQu3 .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-rRCpgEvQu3 .progress {
  width: 100%;
  border-radius: 4px ;
}
.cid-rRCpgEvQu3 progress {
  height: 8px;
}
.cid-rRCpgEvQu3 .progress_value {
  position: absolute;
  color: #ffffff;
  background-color: #17161A;
  padding: 0 8px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  height: 24px;
  line-height: 24px;
  right: 0%;
  font-weight: 600;
  width: 45px;
  font-size: 11px;
}
.cid-rRCpgEvQu3 .progress_value::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #17161A;
  border-left: 8px solid transparent;
  position: absolute;
  right: 0;
  bottom: -6px;
}
.cid-rRCpgEvQu3 .progress_value .progressbar-number,
.cid-rRCpgEvQu3 .progress_value span {
  font-weight: 600;
}
.cid-rRCpgEvQu3 .progress_value span {
  padding-left: 0;
  vertical-align: bottom;
  right: 8px;
  position: absolute;
}
.cid-rRCpgEvQu3 .progress_elements {
  margin: 0 auto;
}
.cid-rRCpgEvQu3 .progressbar-title p {
  margin: 5px 0;
  font-weight: 600;
}
.cid-rRCpgEvQu3 .title-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cid-rRCpgEvQu3 .progress1 .progressbar-number:before {
  position: absolute;
  right: 20px;
  top: 0;
  content: '100';
}
.cid-rRCpgEvQu3 progress[value]::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-rRCpgEvQu3 progress::-webkit-progress-value {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-rRCpgEvQu3 progress[value]::-moz-progress-bar {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-rRCpgEvQu3 progress::-ms-fill {
  background: #d90a2c;
  border-radius: 4px;
}
.cid-rRCpgEvQu3 .progress-primary {
  background-color: rgba(136, 136, 136, 0.1) !important;
  border: none;
  outline: none;
}
.cid-rRCpgEvQu3 .progress-primary::-webkit-progress-bar {
  background-color: rgba(136, 136, 136, 0.1) !important;
}
.cid-rRCpgSoCZZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRCpgSoCZZ .image img {
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-rRCpgSoCZZ .image {
    margin-bottom: 30px;
  }
}
.cid-rRCpgSoCZZ .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCpgSoCZZ .mbr-text {
  margin-bottom: 30px;
}
.cid-rRCpgSoCZZ .mbr-section-btn {
  margin-bottom: 30px;
}
.cid-rRCpgSoCZZ .wrap {
  width: 110px;
  height: 110px;
}
.cid-rRCpgSoCZZ .card__block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-rRCpgSoCZZ ellipse {
  stroke: rgba(35, 34, 38, 0.03);
}
.cid-rRCpgSoCZZ path {
  stroke: #d90a2c;
}
.cid-rRCpgSoCZZ .pie_progress__number {
  letter-spacing: -0.3px;
  margin: 0;
}
.cid-rRCpgSoCZZ .card-title {
  padding-left: 20px;
  margin: 5px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rRCpgSoCZZ .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-rRCph3smwU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRCph3smwU .title__block {
  margin-bottom: 30px;
}
.cid-rRCph3smwU .mbr-section-subtitle,
.cid-rRCph3smwU .card__subtitle {
  opacity: .8;
}
.cid-rRCph3smwU .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-rRCph3smwU .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-rRCph3smwU .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-rRCph3smwU .card__title {
  margin-bottom: 20px;
}
.cid-rRCphIcwKp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191f23;
}
.cid-rRCphIcwKp .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCphIcwKp .mbr-text {
  margin-bottom: 20px;
}
.cid-rRCphIcwKp .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-rRCphIcwKp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-rRCphIcwKp .card .card-header a.panel-title {
  height: 54px;
  margin-bottom: 0;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
}
.cid-rRCphIcwKp .card .card-header a.panel-title h4 {
  font-weight: 700;
  padding: 14px 0;
}
.cid-rRCphIcwKp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rRCphIcwKp .card .panel-body {
  padding: 10px 0;
  opacity: .75;
}
.cid-rRCphIcwKp .sign {
  font-family: 'FontAwesome' !important;
  padding: 20px 20px 20px 0;
  font-weight: 300;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 767px) {
  .cid-rRCphIcwKp .sign {
    padding: 10px 10px 10px 0;
  }
}
.cid-rRCphIcwKp .mbri-arrow-up:before {
  content: "\f068";
}
.cid-rRCphIcwKp .mbri-arrow-down:before {
  content: "\f067";
}
.cid-rRCphIcwKp H4 {
  color: #ffffff;
}
.cid-rRCphIcwKp H4:hover .sign {
  color: #d90a2c;
}
.cid-rRCphIcwKp .panel-text {
  color: #ffffff;
}
.cid-rRCphIcwKp .btn-white:hover {
  color: #fff !important;
  background-color: transparent !important;
}
.cid-rROgYVoWIB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rROgYVoWIB .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROgYVoWIB .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rROu6ZmV47 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rROu6ZmV47 .title__wrap {
  margin-bottom: 30px;
}
.cid-rROu6ZmV47 .title__block {
  margin-bottom: 10px;
}
.cid-rROu6ZmV47 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rROu6ZmV47 .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
}
.cid-rROu6ZmV47 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rROu6ZmV47 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rROu6ZmV47 .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rROu6ZmV47 .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rROu6ZmV47 .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rROu6ZmV47 .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rROu6ZmV47 .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rROu6ZmV47 .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rROu6ZmV47 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rROu6ZmV47 .descr__block {
  padding: 25px 0 0;
}
.cid-rROu6ZmV47 .descr__title {
  margin-bottom: 5px;
}
.cid-rROu6ZmV47 .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
  color: #17161a;
}
.cid-rROu6ZmV47 .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rROu6ZmV47 .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rROu6ZmV47 .link__text a {
  position: relative;
}
.cid-rROu6ZmV47 .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rROu6ZmV47 .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rROu6ZmV47 .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rROu6ZmV47 .image {
    height: 300px;
  }
  .cid-rROu6ZmV47 .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rROu6ZmV47 .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rROu6ZmV47 .buttons {
    justify-content: flex-start;
  }
}
.cid-rRBQzc80fx {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-rRBQzc80fx .nav-item,
.cid-rRBQzc80fx .nav-link,
.cid-rRBQzc80fx .navbar-caption {
  font-weight: normal;
}
.cid-rRBQzc80fx .container,
.cid-rRBQzc80fx .container-fluid {
  position: static;
}
.cid-rRBQzc80fx .navbar-nav {
  counter-reset: number;
}
.cid-rRBQzc80fx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRBQzc80fx .btn {
    white-space: nowrap;
  }
  .cid-rRBQzc80fx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRBQzc80fx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRBQzc80fx .dropdown-toggle::after,
  .cid-rRBQzc80fx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRBQzc80fx .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-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRBQzc80fx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRBQzc80fx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRBQzc80fx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRBQzc80fx .nav-item:focus,
.cid-rRBQzc80fx .nav-link:focus {
  outline: none;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRBQzc80fx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBQzc80fx ul.navbar-nav li {
  margin: auto;
}
.cid-rRBQzc80fx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-rRBQzc80fx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRBQzc80fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRBQzc80fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRBQzc80fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRBQzc80fx .navbar .container-fluid,
  .cid-rRBQzc80fx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRBQzc80fx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRBQzc80fx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRBQzc80fx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRBQzc80fx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRBQzc80fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRBQzc80fx .dropdown-item.active,
.cid-rRBQzc80fx .dropdown-item:active {
  background-color: transparent;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRBQzc80fx .navbar-buttons {
  text-align: center;
}
.cid-rRBQzc80fx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRBQzc80fx 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-rRBQzc80fx a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRBQzc80fx .navbar {
    height: 77px;
  }
  .cid-rRBQzc80fx .navbar.opened {
    height: auto;
  }
  .cid-rRBQzc80fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRBQCMhHrw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRBQCMhHrw .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRBQCMhHrw .footer__content {
  display: none;
  margin-bottom: 30px;
}
.cid-rRBQCMhHrw .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRBQCMhHrw .title__adress {
  margin-bottom: 20px;
}
.cid-rRBQCMhHrw .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRBQCMhHrw .privacy {
    text-align: left;
  }
}
.cid-rRBQCMhHrw .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRBQCMhHrw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRBQCMhHrw .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRBQCMhHrw .input-group-btn {
  padding-left: 0;
}
.cid-rRBQCMhHrw .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRBQCMhHrw .mbr-form .btn {
  margin: 0;
}
.cid-rRBQCMhHrw input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRBQCMhHrw input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRBQCMhHrw .wrap {
    padding-bottom: 25px;
  }
  .cid-rRBQCMhHrw .divider {
    margin: 0 0 20px;
  }
}
.cid-rROjoC1djc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/title-bg-1920x800.jpg");
}
@media (max-width: 767px) {
  .cid-rROjoC1djc .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROjoC1djc .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRCpzasKz0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #17161a;
}
@media (max-width: 767px) {
  .cid-rRCpzasKz0 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-rRCpzmC6u9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rRCpzmC6u9 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRCpzmC6u9 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCpzmC6u9 .mbr-text {
  margin: 10px 0;
}
.cid-rRCpzmC6u9 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-rRCpzmC6u9 .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-rRCpzmC6u9 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-rRCpzmC6u9 .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-rRHpZ4f2N3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f7fd;
}
.cid-rRHpZ4f2N3 .wrap {
  overflow: hidden;
  height: 500px;
  background-color: rgba(0, 60, 211, 0.98);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-rRHpZ4f2N3 .wrap {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .cid-rRHpZ4f2N3 .content__block {
    padding: 80px 30px;
  }
}
@media (max-width: 1199px) {
  .cid-rRHpZ4f2N3 .content__block {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-rRHpZ4f2N3 .content__block {
    padding: 40px 15px;
  }
}
.cid-rRHpZ4f2N3 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHpZ4f2N3 .mbr-text {
  opacity: .8;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cid-rRHpZ4f2N3 .image {
    padding: 80px 15px 0;
  }
}
@media (max-width: 1199px) {
  .cid-rRHpZ4f2N3 .image {
    padding: 50px 15px 0;
  }
}
@media (max-width: 767px) {
  .cid-rRHpZ4f2N3 .image {
    padding: 0 0 40px ;
  }
}
.cid-rRHpZ4f2N3 .image img {
  max-width: 100%;
  max-height: 520px;
  border-radius: 4px;
  object-fit: cover;
}
.cid-rRHq2RUbJ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-rRHq2RUbJ0 .main {
  height: 480px;
}
.cid-rRHq2RUbJ0 .map {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.cid-rRHq2RUbJ0 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rRHq2RUbJ0 .map {
    height: auto;
  }
}
.cid-rRHq2RUbJ0 .wrap__content {
  display: flex;
  padding: 0;
}
.cid-rRHq2RUbJ0 .block__content1,
.cid-rRHq2RUbJ0 .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-rRHq2RUbJ0 .block__content1 {
  background-color: #17161a;
}
.cid-rRHq2RUbJ0 .block__content2 {
  background-color: #1a191d;
}
.cid-rRHq2RUbJ0 .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-rRHq2RUbJ0 .content__title,
.cid-rRHq2RUbJ0 .title__adress {
  margin-bottom: 20px;
}
.cid-rRHq2RUbJ0 .content__span,
.cid-rRHq2RUbJ0 .content__span2 {
  color: #6a696c;
}
.cid-rRHq2RUbJ0 .content__phone {
  margin-bottom: 25px;
}
.cid-rRHq2RUbJ0 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-rRHq2RUbJ0 .main {
    height: auto;
  }
  .cid-rRHq2RUbJ0 .block__content1,
  .cid-rRHq2RUbJ0 .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-rRHq2RUbJ0 .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-rRHq2RUbJ0 .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-rRHq2RUbJ0 .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-rRHq2RUbJ0 .wrap__content {
    flex-direction: column;
  }
}
.cid-rRCpAqJFML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference142.jpg");
}
.cid-rRCpAqJFML .mbr-text {
  margin-bottom: 20px;
}
.cid-rRCpAqJFML .mbr-section-btn .btn:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.cid-rRCpAqJFML .mbr-section-btn .btn .mbr-iconfont {
  font-size: 15px;
}
.cid-rRCpAqJFML .divider {
  background-color: #ffffff;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: .6;
}
.cid-rRCpAqJFML .contact__wrap {
  padding-bottom: 40px;
}
.cid-rRCpAqJFML .contact__wrap:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cid-rRCpAqJFML .contact__wrap,
  .cid-rRCpAqJFML .title__block {
    padding-bottom: 30px;
  }
}
.cid-rRCpAFLufT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRCpAFLufT .mbr-section-title,
.cid-rRCpAFLufT .title__adress,
.cid-rRCpAFLufT .title__social {
  margin-bottom: 20px;
}
.cid-rRCpAFLufT .info {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-rRCpAFLufT .info__wrap {
    padding: 0 30px;
  }
}
.cid-rRCpAFLufT .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-rRCpAFLufT .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none;
  line-height: 1.3;
  border-radius: 4px;
  background-color: rgba(23, 22, 26, 0.04) !important;
}
.cid-rRCpAFLufT .dragArea .jq-selectbox li:hover,
.cid-rRCpAFLufT .dragArea .jq-selectbox li.selected {
  background-color: #4200ff;
  color: #ffffff;
}
.cid-rRCpAFLufT .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #17161a;
}
.cid-rRCpAFLufT .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
}
.cid-rRCpAFLufT .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: .8;
}
.cid-rRCpAFLufT .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  border-color: #17161a;
}
.cid-rRCpAFLufT .dragArea textarea {
  height: 160px !important;
}
.cid-rRCpAFLufT .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-rRCpAFLufT .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-rRCpAFLufT .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-rRCpAFLufT .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-rRCpAFLufT .input-group-btn {
  padding: 0 10px;
}
.cid-rRCpAFLufT .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-rRCpAFLufT .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-rRCpAFLufT .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-rRCpAFLufT .divider {
    margin: 40px 15px 45px;
  }
}
@media (max-width: 767px) {
  .cid-rRCpAFLufT .social,
  .cid-rRCpAFLufT .adress,
  .cid-rRCpAFLufT .info__wrap {
    margin-bottom: 30px;
  }
  .cid-rRCpAFLufT .form-group {
    padding: 10px 15px;
  }
  .cid-rRCpAFLufT .input-group-btn {
    padding: 0 15px;
  }
}
.cid-rRCpAFLufT LABEL {
  color: #000000;
}
.cid-rRCpBeG4Ch .main_wrapper {
  position: relative;
  height: 740px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-rRCpBeG4Ch .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-rRCpBeG4Ch .block_wrapper {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-rRCpBeG4Ch .title__adress {
  margin-bottom: 20px;
}
.cid-rRCpBeG4Ch .work__adress {
  margin: 10px 0 40px;
}
.cid-rRCpBeG4Ch .work__phone {
  margin-bottom: 20px;
}
.cid-rRCpBeG4Ch .mbr-section-btn {
  margin-top: 40px;
}
.cid-rRCpBeG4Ch .btn-primary:hover {
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.cid-rRCpBeG4Ch .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-rRCpBeG4Ch .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rRCpBeG4Ch .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rRCpBeG4Ch .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rRCpBeG4Ch .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rRCpBeG4Ch .container {
    max-width: 100%;
  }
  .cid-rRCpBeG4Ch .container .row {
    margin: 0;
  }
  .cid-rRCpBeG4Ch .block_wrapper {
    height: 100%;
    background-color: #ffffff;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-rRCpBsr2UP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRCpBsr2UP .content__block {
  background: rgba(66, 0, 255, 0.1);
  border-radius: 4px;
  padding: 30px;
}
.cid-rRCpBsr2UP .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRCpBsr2UP .text__subt {
  margin-bottom: 20px;
}
.cid-rRCpBsr2UP .mbr-text {
  margin: 10px 0 20px;
}
.cid-rRCpBsr2UP .subscribe__form {
  padding-bottom: 50px;
}
.cid-rRCpBsr2UP .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRCpBsr2UP .form-control {
  border: none;
  height: 50px;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
  border-radius: 4px;
}
.cid-rRCpBsr2UP .input-group-btn {
  padding-left: 0;
}
.cid-rRCpBsr2UP .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRCpBsr2UP .mbr-form .btn {
  margin: 0;
}
.cid-rRCpBsr2UP input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRCpBsr2UP input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRCpBsr2UP .divider {
  background-color: #191f23;
  height: 1px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .cid-rRCpBsr2UP .divider {
    margin: 0 15px;
  }
}
.cid-rRCpBERNZV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRCpBERNZV .text__subt {
  margin: 15px 0;
  opacity: .8;
}
.cid-rRCpBERNZV .mbr-text {
  opacity: .8;
  margin-bottom: 30px;
}
.cid-rRCpBERNZV .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRCpBERNZV .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRCpBERNZV .input-group-btn {
  padding-left: 0;
}
.cid-rRCpBERNZV .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRCpBERNZV .mbr-form .btn {
  margin: 0;
}
.cid-rRCpBERNZV input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRCpBERNZV input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRCpBERNZV .image {
  width: 100%;
  height: 100%;
}
.cid-rRCpBERNZV .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-rRCpBERNZV .image {
    display: none;
  }
}
.cid-rROgUFQUwC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rROgUFQUwC .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROgUFQUwC .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rROu0BnlZc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rROu0BnlZc .title__wrap {
  margin-bottom: 30px;
}
.cid-rROu0BnlZc .title__block {
  margin-bottom: 10px;
}
.cid-rROu0BnlZc .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rROu0BnlZc .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
}
.cid-rROu0BnlZc .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rROu0BnlZc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rROu0BnlZc .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rROu0BnlZc .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rROu0BnlZc .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rROu0BnlZc .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rROu0BnlZc .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rROu0BnlZc .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rROu0BnlZc .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rROu0BnlZc .descr__block {
  padding: 25px 0 0;
}
.cid-rROu0BnlZc .descr__title {
  margin-bottom: 5px;
}
.cid-rROu0BnlZc .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
  color: #17161a;
}
.cid-rROu0BnlZc .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rROu0BnlZc .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rROu0BnlZc .link__text a {
  position: relative;
}
.cid-rROu0BnlZc .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rROu0BnlZc .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rROu0BnlZc .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rROu0BnlZc .image {
    height: 300px;
  }
  .cid-rROu0BnlZc .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rROu0BnlZc .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rROu0BnlZc .buttons {
    justify-content: flex-start;
  }
}
.cid-rRBQzc80fx {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-rRBQzc80fx .nav-item,
.cid-rRBQzc80fx .nav-link,
.cid-rRBQzc80fx .navbar-caption {
  font-weight: normal;
}
.cid-rRBQzc80fx .container,
.cid-rRBQzc80fx .container-fluid {
  position: static;
}
.cid-rRBQzc80fx .navbar-nav {
  counter-reset: number;
}
.cid-rRBQzc80fx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRBQzc80fx .btn {
    white-space: nowrap;
  }
  .cid-rRBQzc80fx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRBQzc80fx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRBQzc80fx .dropdown-toggle::after,
  .cid-rRBQzc80fx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRBQzc80fx .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-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRBQzc80fx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRBQzc80fx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRBQzc80fx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRBQzc80fx .nav-item:focus,
.cid-rRBQzc80fx .nav-link:focus {
  outline: none;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRBQzc80fx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBQzc80fx ul.navbar-nav li {
  margin: auto;
}
.cid-rRBQzc80fx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-rRBQzc80fx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRBQzc80fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRBQzc80fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRBQzc80fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRBQzc80fx .navbar .container-fluid,
  .cid-rRBQzc80fx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRBQzc80fx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRBQzc80fx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRBQzc80fx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRBQzc80fx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRBQzc80fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRBQzc80fx .dropdown-item.active,
.cid-rRBQzc80fx .dropdown-item:active {
  background-color: transparent;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRBQzc80fx .navbar-buttons {
  text-align: center;
}
.cid-rRBQzc80fx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRBQzc80fx 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-rRBQzc80fx a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRBQzc80fx .navbar {
    height: 77px;
  }
  .cid-rRBQzc80fx .navbar.opened {
    height: auto;
  }
  .cid-rRBQzc80fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRBQCMhHrw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRBQCMhHrw .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRBQCMhHrw .footer__content {
  display: none;
  margin-bottom: 30px;
}
.cid-rRBQCMhHrw .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRBQCMhHrw .title__adress {
  margin-bottom: 20px;
}
.cid-rRBQCMhHrw .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRBQCMhHrw .privacy {
    text-align: left;
  }
}
.cid-rRBQCMhHrw .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRBQCMhHrw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRBQCMhHrw .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRBQCMhHrw .input-group-btn {
  padding-left: 0;
}
.cid-rRBQCMhHrw .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRBQCMhHrw .mbr-form .btn {
  margin: 0;
}
.cid-rRBQCMhHrw input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRBQCMhHrw input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRBQCMhHrw .wrap {
    padding-bottom: 25px;
  }
  .cid-rRBQCMhHrw .divider {
    margin: 0 0 20px;
  }
}
.cid-rROjwknJkA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/title-bg-1920x800.jpg");
}
@media (max-width: 767px) {
  .cid-rROjwknJkA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROjwknJkA .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRCpT7VpBm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #191f23;
}
.cid-rRCpT7VpBm .item__head,
.cid-rRCpT7VpBm .item__text,
.cid-rRCpT7VpBm .img__text {
  margin-bottom: 0;
}
.cid-rRCpT7VpBm .item__text,
.cid-rRCpT7VpBm .img__text {
  margin-top: 15px;
  line-height: 1.35;
}
.cid-rRCpT7VpBm .image img {
  width: 54px;
  max-height: 52px;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-rRCpT7VpBm .content__block {
    margin-bottom: 30px;
  }
}
.cid-rRHpL3Dp0U {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRHpL3Dp0U .counts__block {
  width: 100%;
}
.cid-rRHpL3Dp0U .count {
  display: inline-block;
  margin-bottom: 0;
}
.cid-rRHpL3Dp0U .mbr-iconfont {
  margin-right: 10px;
  color: #d90a2c;
}
.cid-rRHpL3Dp0U .item__text {
  margin: 5px 0;
}
.cid-rRHpL3Dp0U .mbr-text {
  margin: 20px 0 10px;
}
.cid-rRHpL3Dp0U .wrap {
  margin-bottom: 30px;
}
.cid-rRHpL3Dp0U .wrap:last-child {
  margin-bottom: 0;
}
.cid-rRCpTjaFVv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #191f23;
}
.cid-rRCpTjaFVv .mbr-section-text {
  color: #888888;
}
.cid-rRCpTjaFVv .features__block {
  margin-top: 40px;
  align-items: flex-end;
}
.cid-rRCpTjaFVv .features__item {
  padding: 0 20px 20px;
}
.cid-rRCpTjaFVv .item__head {
  display: flex;
  align-items: center;
  color: #888888;
}
.cid-rRCpTjaFVv .item__head-group {
  margin-right: 8px;
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  width: 20px;
  text-align: center;
  border-radius: 4px;
  background-color: #3dc84b;
  font-size: .9em;
  color: #ffffff;
}
.cid-rRCpTjaFVv .item__head-text {
  color: #888888;
}
.cid-rRCpTjaFVv .item__middle {
  margin: 5px 0;
  display: flex;
  align-items: flex-end;
  line-height: 1.05;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-rRCpTjaFVv .item__middle {
    align-items: center;
  }
}
.cid-rRCpTjaFVv .item__middle-percent {
  margin-left: 5px;
}
.cid-rRCpTjaFVv .item__bot {
  line-height: 1;
}
.cid-rRCpTjaFVv .image {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rRCpTjaFVv .image {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.cid-rRCpTjaFVv .image img {
  width: 100px;
  max-height: 130px;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRCpTjaFVv .subtitle__right {
  margin-top: 15px;
  color: #888888;
}
.cid-rRCpTjaFVv .animated-element {
  color: #ffffff;
}
.cid-rRCpTjaFVv .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
@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;
  }
}
@media (min-width: 992px) {
  .cid-rRCpTjaFVv .lg-push-2 {
    left: 16.67%;
  }
}
.cid-rRCpY3KERP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-rRCpY3KERP .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
  color: #191f23;
}
.cid-rRCpY3KERP .wrap {
  margin-top: 20px;
}
.cid-rRCpY3KERP .wrap__card {
  box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-rRCpY3KERP .wrap__card {
    padding: 20px;
  }
}
.cid-rRCpY3KERP .item1 {
  color: #000000;
  background-color: #ffffff;
}
.cid-rRCpY3KERP .item2 {
  color: #ffffff;
  background-color: #199bfc;
}
.cid-rRCpY3KERP .item3 {
  color: #ffffff;
  background-color: #003cd3;
}
.cid-rRCpY3KERP .card__title {
  margin: 0px 0px 10px;
}
.cid-rRCpY3KERP .card__time {
  border-radius: 4px;
  margin-top: 20px;
  padding: 0px 10px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(136, 136, 136, 0.2);
}
.cid-rRCpY3KERP .mbr-text,
.cid-rRCpY3KERP .mbr-section-btn,
.cid-rRCpY3KERP .price__list_check {
  margin-top: 25px;
}
.cid-rRCpY3KERP .item__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-rRCpY3KERP .price__list_check .item {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-rRCpY3KERP .price__list_check .item:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-rRCpY3KERP .price__list_close .item {
  padding: 5px 0;
  margin-bottom: 0;
  opacity: .6;
}
.cid-rRCpY3KERP .price__list_close .item:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: text-bottom;
}
.cid-rRCpY3KERP .footnote {
  margin: 20px 0 10px;
  color: #888888;
}
@media (max-width: 991px) {
  .cid-rRCpY3KERP .footnote {
    margin-bottom: 30px;
  }
}
.cid-rRCpY3KERP .btn-info {
  border-color: #003cd3 !important;
  background-color: #003cd3 !important;
}
.cid-rRCpY3KERP .btn-info:hover {
  background-color: transparent !important;
  border-color: #003cd3 !important;
  color: #003cd3 !important;
}
.cid-rRCpY3KERP .btn-white:hover {
  background-color: transparent !important;
  color: #fff !important;
}
.cid-rRHpQ6tZPZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rRHpQ6tZPZ .content__block {
  padding-right: 4vw;
  padding-left: 4vw;
}
@media (max-width: 767px) {
  .cid-rRHpQ6tZPZ .content__block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-rRHpQ6tZPZ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRHpQ6tZPZ .span__title {
  color: #d90a2c;
}
.cid-rRHpQ6tZPZ .image {
  position: relative;
}
.cid-rRHpQ6tZPZ .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-rRHpQ6tZPZ .number-wrap {
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
}
.cid-rRHpQ6tZPZ .number {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
  word-spacing: 0;
  line-height: 1.3;
  color: #191f23;
}
.cid-rRHpQ6tZPZ .dot {
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  overflow: hidden;
  font-weight: 700;
  font-size: 23px;
  color: #191f23;
}
.cid-rRHpQ6tZPZ .countdown-cont {
  max-width: 700px;
  margin: 20px 0 ;
}
.cid-rRHpQ6tZPZ .countdown .row {
  margin: 0;
  justify-content: flex-start;
}
.cid-rRHpQ6tZPZ .col-xs-3,
.cid-rRHpQ6tZPZ .col-sm-3,
.cid-rRHpQ6tZPZ .col-md-3 {
  max-width: 50px;
  padding: 0;
}
.cid-rRHpQ6tZPZ .mbr-media {
  display: inline-block;
}
.cid-rRHpQ6tZPZ .mbr-figure {
  align-self: flex-start;
  position: absolute;
  top: 45%;
  left: 45%;
}
.cid-rRHpQ6tZPZ .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-rRHpQ6tZPZ .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-rRHpQ6tZPZ .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRHpQ6tZPZ .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 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-rRHpQ6tZPZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-rRHpQ6tZPZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRHpQ6tZPZ .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRHpQ6tZPZ a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rRHpQ6tZPZ a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .cid-rRHpQ6tZPZ a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHpQ6tZPZ .mbr-figure {
    top: 40%;
    left: 40%;
  }
  .cid-rRHpQ6tZPZ .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-rROgOkLwgN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rROgOkLwgN .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROgOkLwgN .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rROtX2H8EY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rROtX2H8EY .title__wrap {
  margin-bottom: 30px;
}
.cid-rROtX2H8EY .title__block {
  margin-bottom: 10px;
}
.cid-rROtX2H8EY .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rROtX2H8EY .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
}
.cid-rROtX2H8EY .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rROtX2H8EY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rROtX2H8EY .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rROtX2H8EY .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rROtX2H8EY .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rROtX2H8EY .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rROtX2H8EY .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rROtX2H8EY .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rROtX2H8EY .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rROtX2H8EY .descr__block {
  padding: 25px 0 0;
}
.cid-rROtX2H8EY .descr__title {
  margin-bottom: 5px;
}
.cid-rROtX2H8EY .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
  color: #17161a;
}
.cid-rROtX2H8EY .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rROtX2H8EY .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rROtX2H8EY .link__text a {
  position: relative;
}
.cid-rROtX2H8EY .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rROtX2H8EY .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rROtX2H8EY .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rROtX2H8EY .image {
    height: 300px;
  }
  .cid-rROtX2H8EY .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rROtX2H8EY .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rROtX2H8EY .buttons {
    justify-content: flex-start;
  }
}
.cid-rRBQzc80fx {
  min-height: 120px !important;
  position: static;
  background: #ffffff;
}
.cid-rRBQzc80fx .nav-item,
.cid-rRBQzc80fx .nav-link,
.cid-rRBQzc80fx .navbar-caption {
  font-weight: normal;
}
.cid-rRBQzc80fx .container,
.cid-rRBQzc80fx .container-fluid {
  position: static;
}
.cid-rRBQzc80fx .navbar-nav {
  counter-reset: number;
}
.cid-rRBQzc80fx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-rRBQzc80fx .btn {
    white-space: nowrap;
  }
  .cid-rRBQzc80fx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-rRBQzc80fx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-rRBQzc80fx .dropdown-toggle::after,
  .cid-rRBQzc80fx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-rRBQzc80fx .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-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .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-rRBQzc80fx .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-rRBQzc80fx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-rRBQzc80fx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-rRBQzc80fx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-rRBQzc80fx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-rRBQzc80fx .nav-item:focus,
.cid-rRBQzc80fx .nav-link:focus {
  outline: none;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rRBQzc80fx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rRBQzc80fx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-rRBQzc80fx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rRBQzc80fx ul.navbar-nav li {
  margin: auto;
}
.cid-rRBQzc80fx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-rRBQzc80fx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rRBQzc80fx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rRBQzc80fx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rRBQzc80fx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rRBQzc80fx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rRBQzc80fx .navbar .container-fluid,
  .cid-rRBQzc80fx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rRBQzc80fx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rRBQzc80fx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rRBQzc80fx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rRBQzc80fx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rRBQzc80fx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rRBQzc80fx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rRBQzc80fx .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-rRBQzc80fx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rRBQzc80fx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rRBQzc80fx .dropdown-item.active,
.cid-rRBQzc80fx .dropdown-item:active {
  background-color: transparent;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rRBQzc80fx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rRBQzc80fx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rRBQzc80fx .navbar-buttons {
  text-align: center;
}
.cid-rRBQzc80fx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rRBQzc80fx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rRBQzc80fx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rRBQzc80fx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-rRBQzc80fx 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-rRBQzc80fx a.nav-link:hover {
  color: #d90a2c !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rRBQzc80fx .navbar {
    height: 77px;
  }
  .cid-rRBQzc80fx .navbar.opened {
    height: auto;
  }
  .cid-rRBQzc80fx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rROjHqgUF0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/title-bg-1920x800.jpg");
}
@media (max-width: 767px) {
  .cid-rROjHqgUF0 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROjHqgUF0 .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rRHpFZ6UEs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rRHpFZ6UEs .title__wrap {
  margin-bottom: 30px;
}
.cid-rRHpFZ6UEs .title__block {
  margin-bottom: 10px;
}
.cid-rRHpFZ6UEs .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRHpFZ6UEs .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRHpFZ6UEs .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRHpFZ6UEs .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRHpFZ6UEs .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRHpFZ6UEs .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  height: 360px;
  margin-bottom: 30px;
}
.cid-rRHpFZ6UEs .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRHpFZ6UEs .image:hover .text__block {
  transform: translateY(0);
}
.cid-rRHpFZ6UEs .image:hover .social__wrap {
  opacity: 1;
}
.cid-rRHpFZ6UEs .image:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRHpFZ6UEs .text__block {
  transform: translateY(60px);
  position: absolute;
  padding: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(23, 22, 26, 0.6), transparent);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHpFZ6UEs .text__title,
.cid-rRHpFZ6UEs .text__descr {
  margin-bottom: 0;
}
.cid-rRHpFZ6UEs .social__wrap {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHpFZ6UEs .icons {
  display: inline-block;
}
.cid-rRHpFZ6UEs .social__wrap .border__radius {
  margin: 4px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRHpFZ6UEs .social__wrap .border__radius:hover {
  cursor: pointer;
  color: #d90a2c !important;
}
.cid-rRHpFZ6UEs .social__wrap .border__radius span {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHpFZ6UEs .social__wrap .border__radius span:hover {
  color: #d90a2c !important;
}
@media (max-width: 575px) {
  .cid-rRHpFZ6UEs .buttons {
    justify-content: flex-start;
  }
}
.cid-rRBQCMhHrw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-rRBQCMhHrw .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rRBQCMhHrw .footer__content {
  display: none;
  margin-bottom: 30px;
}
.cid-rRBQCMhHrw .footer__content:last-child {
  margin-bottom: 0;
}
.cid-rRBQCMhHrw .title__adress {
  margin-bottom: 20px;
}
.cid-rRBQCMhHrw .privacy {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cid-rRBQCMhHrw .privacy {
    text-align: left;
  }
}
.cid-rRBQCMhHrw .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-rRBQCMhHrw .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-rRBQCMhHrw .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: rgba(23, 22, 26, 0.04) !important;
  font-size: 16px;
  color: #191f23;
}
.cid-rRBQCMhHrw .input-group-btn {
  padding-left: 0;
}
.cid-rRBQCMhHrw .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
  border-radius: 4px;
}
.cid-rRBQCMhHrw .mbr-form .btn {
  margin: 0;
}
.cid-rRBQCMhHrw input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-rRBQCMhHrw input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-rRBQCMhHrw .wrap {
    padding-bottom: 25px;
  }
  .cid-rRBQCMhHrw .divider {
    margin: 0 0 20px;
  }
}
.cid-rRCqzTOrqV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRCqzTOrqV .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCqzTOrqV .clients__block .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-rRCqzTOrqV .mbr-text {
  margin: 10px 0 30px;
}
.cid-rRCqzTOrqV .wrap {
  overflow: hidden;
  padding: 20px 0;
}
.cid-rRCqzTOrqV .wrap:hover .image {
  animation: clientsAnim cubic-bezier(0.4, 0, 0.2, 1) 0.75s 1;
}
.cid-rRCqzTOrqV .image {
  padding-right: 35%;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCqzTOrqV .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rRCqzTOrqV .mbr-text {
    margin: 10px 0;
  }
}
@keyframes clientsAnim {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-125%));
    opacity: 1;
  }
  51% {
    transform: translateY(calc(-125%));
    opacity: 0;
  }
  52% {
    transform: translateY(calc(125%));
  }
  86% {
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
  }
}
.cid-rRCqA3YQFH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-rRCqA3YQFH .title__wrap {
  margin-bottom: 30px;
}
.cid-rRCqA3YQFH .title__block {
  margin-bottom: 10px;
}
.cid-rRCqA3YQFH .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRCqA3YQFH .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCqA3YQFH .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRCqA3YQFH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRCqA3YQFH .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRCqA3YQFH .card__text1,
.cid-rRCqA3YQFH .card__text2,
.cid-rRCqA3YQFH .card__text3,
.cid-rRCqA3YQFH .card__text4 {
  margin: 10px 0 30px;
}
@media (max-width: 575px) {
  .cid-rRCqA3YQFH .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRCqA3YQFH .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRCqA3YQFH .buttons {
    justify-content: flex-start;
  }
}
.cid-rRCqAn5tB5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/conferencem4/assets/images/conference25-1920.jpg");
}
.cid-rRCqAn5tB5 .insert {
  display: none !important;
}
.cid-rRCqAn5tB5 .carousel {
  padding: 0;
}
.cid-rRCqAn5tB5 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-rRCqAn5tB5 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCqAn5tB5 .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(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCqAn5tB5 .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-rRCqAn5tB5 .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCqAn5tB5 .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 40px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCqAn5tB5 .user {
  border-radius: 3px;
  padding: 60px 60px 70px;
  background-color: rgba(25, 31, 35, 0.98);
}
.cid-rRCqAn5tB5 .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-rRCqAn5tB5 .user_image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-rRCqAn5tB5 .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-rRCqAn5tB5 .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-rRCqAn5tB5 .carousel-control-prev {
    left: 70%;
  }
  .cid-rRCqAn5tB5 .carousel-control-next {
    left: 78%;
  }
  .cid-rRCqAn5tB5 .title__block {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-rRCqAn5tB5 .mbr-section-title {
    margin-bottom: 30px;
  }
  .cid-rRCqAn5tB5 .carousel-control-prev {
    left: 67%;
  }
  .cid-rRCqAn5tB5 .user {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRCqAn5tB5 .user_prof {
    display: none;
  }
  .cid-rRCqAn5tB5 .carousel-control-prev {
    left: 64%;
  }
}
@media (max-width: 400px) {
  .cid-rRCqAn5tB5 .user_name {
    display: none;
  }
  .cid-rRCqAn5tB5 .carousel-control-prev {
    left: 60%;
  }
  .cid-rRCqAn5tB5 .user_text {
    padding-bottom: 10px;
  }
}
.cid-rRCqAvPdn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-rRCqAvPdn3 .wrap {
  padding: 80px 15px;
}
.cid-rRCqAvPdn3 .image {
  display: flex;
  justify-content: flex-start;
  height: 700px;
}
.cid-rRCqAvPdn3 .image img {
  height: 100%;
  object-fit: cover;
}
.cid-rRCqAvPdn3 .carousel {
  padding: 0;
}
.cid-rRCqAvPdn3 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCqAvPdn3 .carousel-item {
  margin-top: 30px;
}
.cid-rRCqAvPdn3 .carousel-controls {
  transform: translateY(90px);
}
.cid-rRCqAvPdn3 .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #191f23;
  background: rgba(136, 136, 136, 0.03);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCqAvPdn3 .carousel-controls a:hover span {
  background: rgba(136, 136, 136, 0.1);
}
.cid-rRCqAvPdn3 .carousel-control-prev {
  top: auto;
  left: 69%;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCqAvPdn3 .carousel-control-next {
  top: auto;
  left: 80%;
  margin-left: 8px;
  bottom: 60px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRCqAvPdn3 .user {
  border-radius: 3px;
}
.cid-rRCqAvPdn3 .user_image {
  overflow: hidden;
  margin-bottom: 15px;
}
.cid-rRCqAvPdn3 .user_image img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-rRCqAvPdn3 .author {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .cid-rRCqAvPdn3 .carousel-control-prev {
    left: 68%;
  }
}
@media (max-width: 991px) {
  .cid-rRCqAvPdn3 .carousel-control-prev {
    left: 76%;
  }
  .cid-rRCqAvPdn3 .carousel-control-next {
    left: 85%;
  }
  .cid-rRCqAvPdn3 .wrap {
    padding: 30px 15px;
  }
  .cid-rRCqAvPdn3 .image {
    height: auto;
  }
  .cid-rRCqAvPdn3 .image img {
    width: 100%;
  }
  .cid-rRCqAvPdn3 .user {
    padding-bottom: 45px;
  }
  .cid-rRCqAvPdn3 .carousel-controls {
    transform: translateY(40px);
  }
}
@media (max-width: 767px) {
  .cid-rRCqAvPdn3 .carousel-control-prev {
    left: 73%;
  }
}
@media (max-width: 575px) {
  .cid-rRCqAvPdn3 .carousel-control-prev {
    left: 72%;
  }
}
@media (max-width: 400px) {
  .cid-rRCqAvPdn3 .carousel-control-prev {
    left: 61%;
  }
  .cid-rRCqAvPdn3 .carousel-control-next {
    left: 78%;
  }
}
.cid-rRCqAHDPwk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f5f7fd;
}
.cid-rRCqAHDPwk .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRCqAHDPwk .image {
  margin-bottom: 15px;
}
.cid-rRCqAHDPwk .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-rRCqAHDPwk .mbr-text {
  margin-bottom: 20px;
  opacity: .95;
}
.cid-rRCqAHDPwk .testimonial__subtitle {
  opacity: .95;
}
.cid-rRCqAHDPwk .author__descr {
  opacity: .95;
}
.cid-rRCqAHDPwk .nav-tabs .nav-item.open .nav-link:focus,
.cid-rRCqAHDPwk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rRCqAHDPwk .nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-rRCqAHDPwk .nav-tabs {
    flex-direction: column;
    align-items: center;
  }
}
.cid-rRCqAHDPwk .nav-tabs .nav-link {
  color: inherit;
  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: 0 12px;
  padding: 12px 0 !important;
}
.cid-rRCqAHDPwk .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.cid-rRCqAHDPwk .nav-tabs .nav-link.active {
  font-weight: 700;
  color: #4200ff;
  font-style: normal;
  background-color: transparent !important;
  border-bottom: 2px solid #4200ff;
}
.cid-rRCqAHDPwk .nav-tabs .nav-link.active:hover {
  background-color: #4200ff;
}
.cid-rROgHgKu9G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rROgHgKu9G .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-rROgHgKu9G .mbr-section-title {
  color: #191f23;
  text-align: center;
}
.cid-rROtSsvxSI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-rROtSsvxSI .title__wrap {
  margin-bottom: 30px;
}
.cid-rROtSsvxSI .title__block {
  margin-bottom: 10px;
}
.cid-rROtSsvxSI .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rROtSsvxSI .mbr-section-title {
  margin-bottom: 0;
  text-align: center;
}
.cid-rROtSsvxSI .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rROtSsvxSI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rROtSsvxSI .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rROtSsvxSI .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rROtSsvxSI .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rROtSsvxSI .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rROtSsvxSI .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rROtSsvxSI .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rROtSsvxSI .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rROtSsvxSI .descr__block {
  padding: 25px 0 0;
}
.cid-rROtSsvxSI .descr__title {
  margin-bottom: 5px;
}
.cid-rROtSsvxSI .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
  color: #17161a;
}
.cid-rROtSsvxSI .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rROtSsvxSI .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rROtSsvxSI .link__text a {
  position: relative;
}
.cid-rROtSsvxSI .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rROtSsvxSI .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rROtSsvxSI .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rROtSsvxSI .image {
    height: 300px;
  }
  .cid-rROtSsvxSI .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rROtSsvxSI .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rROtSsvxSI .buttons {
    justify-content: flex-start;
  }
}
