@import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&display=swap&display=swap);





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.06rem;
  line-height: 1.88679245;
}
.display-4 > .mbr-iconfont {
  font-size: 1.06rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #ed1c24 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ff3a46 !important;
}
.bg-warning {
  background-color: #ed1c24 !important;
}
.bg-danger {
  background-color: #e9e9e9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-primary:hover {
  background-color: #c61017 !important;
  border-color: #c61017 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a3a9bd !important;
  border-color: #a3a9bd !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a3a9bd;
  border-color: #a3a9bd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a3a9bd !important;
  border-color: #a3a9bd !important;
}
.btn-secondary:hover {
  background-color: #858da8 !important;
  border-color: #858da8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff3a46;
  border-color: #ff3a46;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-info:hover {
  background-color: #ff0716 !important;
  border-color: #ff0716 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-warning:hover {
  background-color: #f14b52 !important;
  border-color: #f14b52 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
  color: #6a6a6a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #6a6a6a !important;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6a6a6a !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-danger:hover {
  background-color: lighte(#e9e9e9, 10%) !important;
  border-color: #d0d0d0 !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 {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ed1c24;
  color: #ed1c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ed1c24 !important;
  border-color: #ed1c24;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a3a9bd;
  color: #a3a9bd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #a3a9bd !important;
  border-color: #a3a9bd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a9bd !important;
  border-color: #a3a9bd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff3a46;
  color: #ff3a46;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff3a46 !important;
  border-color: #ff3a46;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border-color: #ff3a46 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ed1c24;
  color: #ed1c24;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ed1c24 !important;
  border-color: #ed1c24;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e9e9e9;
  color: #e9e9e9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6a6a6a !important;
  background: #e9e9e9 !important;
  border-color: #e9e9e9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6a6a6a !important;
  background-color: #e9e9e9 !important;
  border-color: #e9e9e9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 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.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ed1c24 !important;
}
.text-secondary {
  color: #a3a9bd !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ff3a46 !important;
}
.text-warning {
  color: #ed1c24 !important;
}
.text-danger {
  color: #e9e9e9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #970c11 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #687292 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d3000d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ed1c24 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b6b6b6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ed1c24 !important;
}
.alert-success {
  background-color: #000000;
}
.alert-info {
  background-color: #ff3a46;
}
.alert-warning {
  background-color: #ed1c24;
}
.alert-danger {
  background-color: #e9e9e9;
}
.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: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ed1c24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd9da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcd9da;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #ed1c24;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed1c24;
  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: #ed1c24;
  border-bottom-color: #ed1c24;
}
.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: #ed1c24 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a3a9bd !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-rYZqz0Ut5i .navbar {
  background: #1a1a1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rYZqz0Ut5i .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-rYZqz0Ut5i a {
  font-style: normal;
}
.cid-rYZqz0Ut5i .show {
  overflow: visible;
}
.cid-rYZqz0Ut5i .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rYZqz0Ut5i .dropdown-item:active {
  background-color: transparent;
}
.cid-rYZqz0Ut5i .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rYZqz0Ut5i .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rYZqz0Ut5i .nav-item:focus,
.cid-rYZqz0Ut5i .nav-link:focus {
  outline: none;
}
.cid-rYZqz0Ut5i .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rYZqz0Ut5i .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rYZqz0Ut5i .menu-logo {
  margin-right: auto;
}
.cid-rYZqz0Ut5i .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rYZqz0Ut5i .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rYZqz0Ut5i .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rYZqz0Ut5i .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rYZqz0Ut5i .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rYZqz0Ut5i .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rYZqz0Ut5i .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rYZqz0Ut5i .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rYZqz0Ut5i .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rYZqz0Ut5i .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rYZqz0Ut5i .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rYZqz0Ut5i .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rYZqz0Ut5i .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rYZqz0Ut5i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rYZqz0Ut5i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rYZqz0Ut5i .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rYZqz0Ut5i .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rYZqz0Ut5i .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rYZqz0Ut5i .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rYZqz0Ut5i .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rYZqz0Ut5i .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rYZqz0Ut5i .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rYZqz0Ut5i .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rYZqz0Ut5i .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rYZqz0Ut5i button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-rYZqz0Ut5i button.navbar-toggler:focus {
  outline: none;
}
.cid-rYZqz0Ut5i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rYZqz0Ut5i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rYZqz0Ut5i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rYZqz0Ut5i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rYZqz0Ut5i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rYZqz0Ut5i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rYZqz0Ut5i nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rYZqz0Ut5i nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rYZqz0Ut5i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-rYZqz0Ut5i .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-rYZqz0Ut5i .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYZqz0Ut5i .collapsed .btn {
  display: -webkit-flex;
}
.cid-rYZqz0Ut5i .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.collapsing,
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rYZqz0Ut5i .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rYZqz0Ut5i .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-rYZqz0Ut5i .collapsed button.navbar-toggler {
  display: block;
}
.cid-rYZqz0Ut5i .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rYZqz0Ut5i .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rYZqz0Ut5i .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rYZqz0Ut5i .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rYZqz0Ut5i .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rYZqz0Ut5i .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rYZqz0Ut5i.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYZqz0Ut5i img {
    height: 3.8rem !important;
  }
  .cid-rYZqz0Ut5i .btn {
    display: -webkit-flex;
  }
  .cid-rYZqz0Ut5i button.navbar-toggler {
    display: block;
  }
  .cid-rYZqz0Ut5i .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rYZqz0Ut5i .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rYZqz0Ut5i .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rYZqz0Ut5i .navbar-collapse.collapsing,
  .cid-rYZqz0Ut5i .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rYZqz0Ut5i .navbar-collapse.collapsing .navbar-nav,
  .cid-rYZqz0Ut5i .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rYZqz0Ut5i .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rYZqz0Ut5i .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rYZqz0Ut5i .navbar-collapse.collapsing .navbar-buttons,
  .cid-rYZqz0Ut5i .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rYZqz0Ut5i .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rYZqz0Ut5i .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rYZqz0Ut5i .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rYZqz0Ut5i .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rYZqz0Ut5i .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rYZqz0Ut5i .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rYZqz0Ut5i .nav-link {
    justify-content: start!important;
  }
  .cid-rYZqz0Ut5i .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rYZqz0Ut5i .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rYZqz0Ut5i .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    /*background: #efefef !important;*/
    background: #0e0e0e !important;
  }
}
@media (min-width: 767px) {
  .cid-rYZqz0Ut5i .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rYZqz0Ut5i .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rYZqz0Ut5i .nav-link:hover,
.cid-rYZqz0Ut5i .dropdown-item:hover {
  color: #fbfcff !important;
}
@media (min-width: 1500px) {
  .cid-rYZqz0Ut5i .navbar-toggleable-sm .navbar-collapse {
    max-width: 100%!important;
    padding-right: 5rem;
  }
  .cid-rYZqz0Ut5i .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rYXYbCwOh3 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-rYXYbCwOh3 .mbr-overlay {
  background: #000000;
  background: linear-gradient(to right, #000000, #27c3ff);
}
.cid-rYXYbCwOh3 .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-rYXYbCwOh3 .container,
.cid-rYXYbCwOh3 .container-fluid {
  pointer-events: none;
}
.cid-rYXYbCwOh3 .left__side,
.cid-rYXYbCwOh3 .title__block,
.cid-rYXYbCwOh3 .wrap__form,
.cid-rYXYbCwOh3 .right__side {
  pointer-events: all;
}
.cid-rYXYbCwOh3 .border__wrap {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
  margin-bottom: 100px !important;
  margin-left: 0;
  margin-right: 0;
}
.cid-rYXYbCwOh3 .left__side {
  align-self: center;
  writing-mode: tb-rl;
  display: flex;
}
.cid-rYXYbCwOh3 .left__side_wrap {
  white-space: nowrap;
  position: relative;
  transform: rotate(-180deg);
  color: #ffffff;
}
.cid-rYXYbCwOh3 .left__side_wrap:before {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  right: 10px;
  bottom: -20px;
  background: currentColor;
}
.cid-rYXYbCwOh3 .left__side_text,
.cid-rYXYbCwOh3 .left__side_descr {
  margin: 0;
}
.cid-rYXYbCwOh3 .mbr-section-title {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-rYXYbCwOh3 .title__block {
  align-self: center;
}
.cid-rYXYbCwOh3 .wrap__form {
  height: 500px;
  margin-top: 0px;
}
.cid-rYXYbCwOh3 .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  box-shadow: 0px 10px 19px 12px rgba(35, 35, 35, 0.03);
  position: absolute;
  bottom: -100px;
  right: 20px;
}
.cid-rYXYbCwOh3 .form-group {
  margin-bottom: 0;
  padding: 0 50px;
}
.cid-rYXYbCwOh3 .form-group:nth-child(1) {
  padding-top: 60px;
}
.cid-rYXYbCwOh3 .dragArea .form-control {
  height: 50px;
  margin-bottom: 50px;
  padding: 0 5px;
  color: #000000;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
}
.cid-rYXYbCwOh3 .dragArea textarea {
  height: 130px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 1px solid #000000;
}
.cid-rYXYbCwOh3 .dragArea input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYXYbCwOh3 .dragArea input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYXYbCwOh3 .dragArea textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYXYbCwOh3 .dragArea textarea::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rYXYbCwOh3 .dragArea .input-group-btn {
  margin-top: 20px;
}
.cid-rYXYbCwOh3 .dragArea .input-group-btn .btn {
  width: 100%;
  height: 100px;
  min-width: 185px;
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
  font-size: 20px;
}
.cid-rYXYbCwOh3 .right__side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /*border-left: 1px solid rgba(0, 0, 0, 0.1);*/
}
.cid-rYXYbCwOh3 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 20px;
  /*color: #d9d9d9;*/
  color: #ffffff;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rYXYbCwOh3 .icons__wrap:hover {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-rYXYbCwOh3 .left__side {
    display: none;
  }
  .cid-rYXYbCwOh3 .title__block {
    margin-bottom: 40px;
  }
  .cid-rYXYbCwOh3 .border__wrap {
    border-bottom: none;
    margin-bottom: 0 !important;
  }
  .cid-rYXYbCwOh3 .wrap__form {
    height: auto;
  }
  .cid-rYXYbCwOh3 .subscribe__form {
    position: static;
    margin-left: 0;
  }
  .cid-rYXYbCwOh3 .right__side {
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    border-left: none;
  }
}
.cid-rYXYbCwOh3 .animation__background .triangle {
  position: absolute;
  bottom: 19%;
  right: 35%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rYXYbCwOh3 .animation__background .circle1 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ff3a46;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 20s infinite linear;
}
.cid-rYXYbCwOh3 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 23s infinite linear;
}
.cid-rYXYbCwOh3 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ed1c24;
  top: 18%;
  left: 14%;
  animation: animationTwo 27s infinite linear;
}
.cid-rYXYbCwOh3 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 5px solid #e9e9e9;
  border-radius: 50%;
  position: absolute;
  bottom: 15%;
  right: 10%;
  animation: animationTwo 21s infinite linear;
}
.cid-rYXYbCwOh3 .animation__background .circle5 {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 5px solid #ed1c24;
  border-radius: 50%;
  position: absolute;
  top: 12%;
  right: 4%;
  animation: animationTwo 17s infinite linear;
}
.cid-rYXYbCwOh3 LABEL {
  text-align: left;
}
.cid-rYXYbCwOh3 .mbr-text {
  color: #fbfcff;
}
.cid-rYYisSSRw4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-rYYisSSRw4 .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-rYYisSSRw4 .icon__block {
  background: linear-gradient(135deg, rgba(237, 28, 36, 0.54) 0%, rgba(237, 28, 36, 0.85) 60%, #ed1c24 100%);
}
.cid-rYYisSSRw4 .mbr-section-title,
.cid-rYYisSSRw4 .icon__wrap {
  text-align: center;
  color: #000000;
}
.cid-rYYisSSRw4 .mbr-section-subtitle {
  text-align: center;
  color: #1a1a1a;
}
.cid-rYY7CurDSP {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-rYY7CurDSP .card-inner {
  background: #ffffff;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 320px;
}
.cid-rYY7CurDSP .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #ed1c24;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-rYY7CurDSP .card-inner:hover {
  border: none;
}
.cid-rYY7CurDSP .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-rYY7CurDSP .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rYY7CurDSP .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-rYY7CurDSP .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-rYY7CurDSP .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rYY7CurDSP .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-rYY7CurDSP .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-rYY7CurDSP .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rYY7CurDSP .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-rYY7CurDSP .card-inner:hover .card-title,
.cid-rYY7CurDSP .card-inner:hover .mbr-text,
.cid-rYY7CurDSP .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-rYY7CurDSP .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-rYY7CurDSP .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-rYY7CurDSP .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-rYY7CurDSP .animation__background {
  background-color: #000000;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-rYY7CurDSP .animation__background:before {
  content: '';
  width: 495px;
  height: 495px;
  background-color: #ff3a46;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-rYY7CurDSP .animation__background:after {
  content: '';
  width: 602px;
  height: 602px;
  background-color: #1e2149;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-rYY7CurDSP .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #ed1c24;
  transition: all 0.3s ease-in-out;
}
.cid-rYY7CurDSP .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
.cid-rYY7CurDSP .mbr-text {
  padding-bottom: 20px;
}
.cid-rYY7CurDSP .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #ed1c24;
}
.cid-rYY7CurDSP .mbr-arrow > a {
  color: #ed1c24;
}
.cid-rYY7CurDSP .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-rYY7CurDSP .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-rYYe5hKRdR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e9e9e9;
}
.cid-rYYe5hKRdR .card-inner {
  background: #ffffff;
  border: 1px solid #ed1c24;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 55px 30px 25px 40px;
  margin-top: 15px;
  height: 320px;
}
.cid-rYYe5hKRdR .card-inner:before {
  content: '';
  width: 273px;
  height: 273px;
  background-color: #ed1c24;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}
.cid-rYYe5hKRdR .card-inner:hover {
  border: none;
}
.cid-rYYe5hKRdR .card-inner:hover .circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.cid-rYYe5hKRdR .card-inner:hover .circle:nth-child(1) {
  top: 25px;
  left: 40%;
  z-index: 1;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rYYe5hKRdR .card-inner:hover .circle:nth-child(2) {
  top: 25px;
  left: 70%;
  animation: scale__one 1.1s alternate infinite ease-in;
}
.cid-rYYe5hKRdR .card-inner:hover .circle:nth-child(3) {
  top: 75px;
  left: 60%;
  animation: scale__one 0.8s alternate infinite ease-in;
}
.cid-rYYe5hKRdR .card-inner:hover .circle:nth-child(4) {
  top: 135px;
  left: 85%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rYYe5hKRdR .card-inner:hover .circle:nth-child(5) {
  bottom: 35px;
  right: 15%;
  animation: scale__one 1.2s alternate infinite ease-in;
}
.cid-rYYe5hKRdR .card-inner:hover .circle:nth-child(6) {
  bottom: 80px;
  right: 30%;
  animation: scale__one 0.9s alternate infinite ease-in;
}
.cid-rYYe5hKRdR .card-inner:hover .circle:nth-child(7) {
  bottom: 40px;
  right: 60%;
  animation: scale__one 1s alternate infinite ease-in;
}
.cid-rYYe5hKRdR .card-inner:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}
.cid-rYYe5hKRdR .card-inner:hover .card-title,
.cid-rYYe5hKRdR .card-inner:hover .mbr-text,
.cid-rYYe5hKRdR .card-inner:hover .icon__block {
  color: #ffffff !important;
}
.cid-rYYe5hKRdR .card-inner:hover .animation__background {
  opacity: 1;
}
.cid-rYYe5hKRdR .card-inner:hover .animation__background:before {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 0.9s linear;
}
.cid-rYYe5hKRdR .card-inner:hover .animation__background:after {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: all 1.3s linear;
}
.cid-rYYe5hKRdR .animation__background {
  background-color: #000000;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}
.cid-rYYe5hKRdR .animation__background:before {
  content: '';
  width: 495px;
  height: 495px;
  background-color: #ff3a46;
  border-radius: 50%;
  position: absolute;
  top: -250px;
  left: -180px;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-rYYe5hKRdR .animation__background:after {
  content: '';
  width: 602px;
  height: 602px;
  background-color: #1e2149;
  border-radius: 50%;
  position: absolute;
  top: -195px;
  left: -180px;
  z-index: -1;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.cid-rYYe5hKRdR .icon__block {
  position: relative;
  font-size: 65px;
  margin-bottom: 60px;
  color: #ed1c24;
  transition: all 0.3s ease-in-out;
}
.cid-rYYe5hKRdR .card-title {
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
  color: #111111;
  transition: all 0.3s ease-in-out;
}
.cid-rYYe5hKRdR .mbr-text {
  padding-bottom: 20px;
}
.cid-rYYe5hKRdR .mbr-arrow {
  bottom: -50px;
  left: 50%;
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
  color: #ed1c24;
}
.cid-rYYe5hKRdR .mbr-arrow > a {
  color: #ed1c24;
}
.cid-rYYe5hKRdR .mbr-arrow > a > i {
  left: 29px;
  top: 10px;
}
@media (max-width: 575px) {
  .cid-rYYe5hKRdR .card-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-rYZcnci1dw {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rYZcnci1dw .wrap__image {
    margin-top: 150px;
  }
}
.cid-rYZcnci1dw .image {
  position: relative;
  padding-left: 85px;
  max-width: 550px;
  max-height: 560px;
}
.cid-rYZcnci1dw .image:before {
  content: '';
  width: 190px;
  height: 195px;
  background: #ed1c24;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.cid-rYZcnci1dw .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rYZcnci1dw .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-rYZcnci1dw .image .box {
    display: none;
  }
}
.cid-rYZcnci1dw .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rYZcnci1dw .mbr-section-title {
  color: #000000;
  margin-bottom: 35px;
}
.cid-rYZcnci1dw .mbr-section-title span {
  font-weight: 300;
}
.cid-rYZcnci1dw .mbr-text {
  margin-bottom: 45px;
  color: #6a6c72;
}
.cid-rYZcnci1dw .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-rYZcnci1dw .author {
  margin-bottom: 35px;
}
.cid-rYZcnci1dw .author__name {
  position: relative;
  padding-left: 35px;
  color: #ffffff;
}
.cid-rYZcnci1dw .author__name:before {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-rYZcnci1dw .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-rYZcnci1dw .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-rYZcnci1dw .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-rYZcnci1dw .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-rYZcnci1dw .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-rYZcnci1dw .mbr-section-btn .btn:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rYZcnci1dw .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
.cid-rYZcnci1dw .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #000000;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-rYZcnci1dw .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationOne 25s infinite linear;
}
.cid-rYZcnci1dw .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 35s infinite linear;
}
.cid-rYZcnci1dw .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-rYZcnci1dw .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #e9e9e9;
  border-radius: 50%;
}
.cid-rYZcnci1dw .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
.cid-rYZcnci1dw .quote,
.cid-rYZcnci1dw .author,
.cid-rYZcnci1dw .art {
  color: #1a1a1a;
}
.cid-rYTpVoLq2W {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fbfcff;
}
.cid-rYTpVoLq2W .card {
  position: relative;
  margin-bottom: 60px;
  padding: 0 45px 55px 0;
}
.cid-rYTpVoLq2W .card:hover .card__info {
  transform: translate(0px, 55px);
}
.cid-rYTpVoLq2W .card:hover .hover__socicon {
  transform: scale(1, 1);
}
.cid-rYTpVoLq2W .image__card {
  position: relative;
}
.cid-rYTpVoLq2W .image__card img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.cid-rYTpVoLq2W .card__info {
  /*padding: 20px;*/
  padding: 25px 25px 30px 50px;
  background: #1a1a1a;
  box-shadow: 5.994px 14.835px 30px 0px rgba(229, 234, 239, 0.5);
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(45px, 55px);
  transition: all 0.3s ease-in-out;
}
.cid-rYTpVoLq2W .card__title {
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-rYTpVoLq2W .hover__socicon {
  position: absolute;
  text-align: center;
  width: 45px;
  background: #1a1a1a;
  box-shadow: 8px 0px 8.6px 1.4px rgba(229, 234, 239, 0.2);
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: 100% 0%;
  transition: all 0.3s ease-in-out;
}
.cid-rYTpVoLq2W .hover__socicon > div {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}
.cid-rYTpVoLq2W .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}
.cid-rYTpVoLq2W .icons__wrap:hover {
  color: #e9e9e9;
}
.cid-rYTpVoLq2W .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rYTpVoLq2W .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationOne 32s infinite linear;
}
.cid-rYTpVoLq2W .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationTwo 29s infinite linear;
}
.cid-rYTpVoLq2W .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 50%;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #e9e9e9;
  animation: animationOne 27s infinite linear;
}
.cid-rYTpVoLq2W .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationTwo 22s infinite linear;
}
.cid-rYTpVoLq2W .circle__background .circle6 {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 80px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-rYTpVoLq2W .circle__background .circle7 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-rYTpVoLq2W .card__text {
  color: #fbfcff;
}
.cid-rYYokrfpWw {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #233d63;
}
@media (min-width: 992px) {
  .cid-rYYokrfpWw .wrap__image {
    margin-top: 150px;
  }
}
.cid-rYYokrfpWw .image {
  position: relative;
  padding-left: 85px;
  max-width: 550px;
  max-height: 560px;
}
.cid-rYYokrfpWw .image:before {
  content: '';
  width: 190px;
  height: 195px;
  background: #ed1c24;
  border-radius: 5px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}
.cid-rYYokrfpWw .image img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-rYYokrfpWw .image {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .cid-rYYokrfpWw .image .box {
    display: none;
  }
}
.cid-rYYokrfpWw .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rYYokrfpWw .mbr-section-title {
  color: #ffffff;
  margin-bottom: 35px;
}
.cid-rYYokrfpWw .mbr-section-title span {
  font-weight: 300;
}
.cid-rYYokrfpWw .mbr-text {
  margin-bottom: 45px;
  color: #ffffff;
}
.cid-rYYokrfpWw .quote {
  margin-bottom: 35px;
  color: #233d63;
}
.cid-rYYokrfpWw .author {
  margin-bottom: 35px;
}
.cid-rYYokrfpWw .author__name {
  position: relative;
  padding-left: 35px;
  color: #ffffff;
}
.cid-rYYokrfpWw .author__name:before {
  content: '';
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 14px;
  background: currentColor;
}
.cid-rYYokrfpWw .author__image {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-rYYokrfpWw .author__image img {
  width: 100%;
  object-fit: cover;
}
.cid-rYYokrfpWw .mbr-section-btn {
  z-index: 10;
  position: relative;
}
@media (min-width: 575px) {
  .cid-rYYokrfpWw .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    right: 8px;
    text-align: right;
  }
}
.cid-rYYokrfpWw .mbr-section-btn .btn {
  position: relative;
  border-radius: 0 !important;
}
.cid-rYYokrfpWw .mbr-section-btn .btn:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-rYYokrfpWw .mbr-section-btn .btn:hover:before {
  opacity: 1;
}
@media (min-width: 575px) {
  .cid-rYYokrfpWw .mbr-section-btn {
    position: absolute;
    bottom: 75px;
    left: 8px;
    text-align: left;
  }
}
.cid-rYYokrfpWw .image {
  margin-left: auto;
}
.cid-rYYokrfpWw .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #000000;
  position: absolute;
  left: 40%;
  bottom: 16%;
  animation: animationTwo 25s alternate infinite linear;
}
.cid-rYYokrfpWw .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 34%;
  left: 7%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationOne 25s infinite linear;
}
.cid-rYYokrfpWw .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  bottom: 20%;
  right: 30%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 35s infinite linear;
}
.cid-rYYokrfpWw .animation__background .dashed {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  right: -100px;
  border: 1px dashed #dbdbdb;
}
.cid-rYYokrfpWw .animation__background .dashed .circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 13px solid #e9e9e9;
  border-radius: 50%;
}
.cid-rYYokrfpWw .animation__background .dashed__large {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: -190px;
  border: 1px dashed #dbdbdb;
}
.cid-rYYokrfpWw .quote,
.cid-rYYokrfpWw .author,
.cid-rYYokrfpWw .art {
  color: #ffffff;
}
.cid-rYYUva9OO2 {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e9e9e9;
}
.cid-rYYUva9OO2 .container,
.cid-rYYUva9OO2 .container-fluid {
  pointer-events: none;
}
.cid-rYYUva9OO2 .title__block,
.cid-rYYUva9OO2 .card__block {
  pointer-events: all;
}
.cid-rYYUva9OO2 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #ed1c24;
}
.cid-rYYUva9OO2 .mbr-section-title {
  color: #000000;
  margin-bottom: 35px;
}
.cid-rYYUva9OO2 .mbr-section-title span {
  font-weight: 300;
}
.cid-rYYUva9OO2 .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-rYYUva9OO2 .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-rYYUva9OO2 .column2 {
    margin-top: 100px;
  }
}
.cid-rYYUva9OO2 .card__block {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-rYYUva9OO2 .card__block:last-child {
  margin-top: 0;
}
.cid-rYYUva9OO2 .card__block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(233, 233, 233, 0.65) 0%, rgba(237, 28, 36, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-rYYUva9OO2 .card__block:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-rYYUva9OO2 .card__block:hover {
  background: #ffffff !important;
}
.cid-rYYUva9OO2 .card__block:hover .icon__block,
.cid-rYYUva9OO2 .card__block:hover .card__title,
.cid-rYYUva9OO2 .card__block:hover .card__text,
.cid-rYYUva9OO2 .card__block:hover .card__button span {
  color: #000000 !important;
}
.cid-rYYUva9OO2 .card__block:hover:before {
  opacity: 1;
}
.cid-rYYUva9OO2 .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-rYYUva9OO2 .card__block {
    margin-bottom: 0;
  }
  .cid-rYYUva9OO2 .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-rYYUva9OO2 .icon__block {
  position: relative;
  font-size: 60px;
  color: #ed1c24;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-rYYUva9OO2 .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-rYYUva9OO2 .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-rYYUva9OO2 .card__button {
  font-size: 30px;
}
.cid-rYYUva9OO2 .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  right: -355px;
  border-radius: 50%;
  top: 75px;
  position: absolute;
  background-color: rgba(237, 28, 36, 0.1);
}
@media (max-width: 1199px) {
  .cid-rYYUva9OO2 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rYYUva9OO2 .image__background .circle__image1 {
    display: none;
  }
}
.cid-rYYUva9OO2 .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  right: -377px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(233, 233, 233, 0.23);
}
@media (max-width: 1199px) {
  .cid-rYYUva9OO2 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rYYUva9OO2 .image__background .circle__image2 {
    display: none;
  }
}
.cid-rYYUva9OO2 .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rYYUva9OO2 .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rYYUva9OO2 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rYYUva9OO2 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationOne 30s infinite linear;
}
.cid-rYYUva9OO2 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationTwo 30s infinite linear;
}
.cid-rYYUva9OO2 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #e9e9e9;
  animation: animationOne 25s infinite linear;
}
.cid-rYYUva9OO2 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationTwo 35s infinite linear;
}
.cid-rYZxSAfWLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rYZxSAfWLP .container,
.cid-rYZxSAfWLP .container-fluid {
  pointer-events: none;
}
.cid-rYZxSAfWLP .title__block,
.cid-rYZxSAfWLP .button,
.cid-rYZxSAfWLP .wrap {
  pointer-events: all;
}
.cid-rYZxSAfWLP .mbr-section-title {
  color: #000000;
  margin-bottom: 15px;
}
.cid-rYZxSAfWLP .mbr-section-title .verline {
  margin: 0 15px;
  display: inline-block;
  height: 3px;
  border-radius: 5px;
  width: 100px;
  vertical-align: middle;
  background-color: currentColor;
}
.cid-rYZxSAfWLP .button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}
.cid-rYZxSAfWLP .button .mbr-section-btn .btn-black-outline:hover {
  background-color: #e9e9e9 !important;
  color: #000000 !important;
  border-color: #e9e9e9 !important;
}
.cid-rYZxSAfWLP .card__wrap {
  position: relative;
  margin-top: 50px;
}
.cid-rYZxSAfWLP .card__wrap .mbr-section-btn .btn {
  border-radius: 0;
  line-height: 43px !important;
  min-width: 150px;
}
.cid-rYZxSAfWLP .card__wrap .mbr-section-btn .btn-black-outline:hover {
  background-color: #e9e9e9 !important;
  color: #000000 !important;
  border-color: #e9e9e9 !important;
}
.cid-rYZxSAfWLP .card__wrap:hover .card__title {
  color: #e9e9e9;
}
.cid-rYZxSAfWLP .image {
  margin-bottom: 32px;
}
.cid-rYZxSAfWLP .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-rYZxSAfWLP .card__date {
  letter-spacing: 1.3px;
  margin-bottom: 15px;
  color: #ed1c24;
}
.cid-rYZxSAfWLP .card__title {
  margin-bottom: 25px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .cid-rYZxSAfWLP .media-container-row {
    justify-content: flex-start;
  }
  .cid-rYZxSAfWLP .button {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-rYZxSAfWLP .media-container-row {
    margin: 0 -15px;
  }
}
.cid-rYZxSAfWLP .animation__background .triangle {
  position: absolute;
  top: 12%;
  right: 29%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rYZxSAfWLP .animation__background .quadr {
  position: absolute;
  bottom: 18%;
  right: 11%;
  animation: animationTwo 40s infinite linear;
  width: 40px;
  height: 40px;
}
.cid-rYZxSAfWLP .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rYZxSAfWLP .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationOne 30s infinite linear;
}
.cid-rYZxSAfWLP .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationTwo 33s infinite linear;
}
.cid-rYZxSAfWLP .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e9e9e9;
  animation: animationOne 23s infinite linear;
}
.cid-rYZxSAfWLP .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 20%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationTwo 26s infinite linear;
}
.cid-rYZxSAfWLP .card__title,
.cid-rYZxSAfWLP .card__wrap .mbr-section-btn {
  color: #1a1a1a;
}
.cid-rYZ6jwMQqL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #dbdbdb;
}
.cid-rYZ6jwMQqL .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-rYZ6jwMQqL .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-rYZ6jwMQqL .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-rYZ6jwMQqL .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-rYZ6jwMQqL .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-rYZ6jwMQqL .space {
  height: 45px;
  width: 100%;
}
.cid-rYZ6jwMQqL .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-rYZ6jwMQqL .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rYZ6jwMQqL .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-rYZ6jwMQqL .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-rYZ6jwMQqL .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-rYYWAk9cJH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1a1a;
}
@media (min-width: 400px) {
  .cid-rYYWAk9cJH h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rYYWAk9cJH h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-rYYWAk9cJH .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rYYWAk9cJH .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-rYYWAk9cJH .socicon-bg-twitter {
  color: #4da7de;
}
.cid-rYYWAk9cJH .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-rYYWAk9cJH .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-rYYWAk9cJH .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-rYYWAk9cJH .socicon-bg-pinterest {
  color: #c92619;
}
.cid-rYYWAk9cJH .socicon-bg-mail {
  color: #134785;
}
.cid-rYYWAk9cJH .btn-social {
  border: none !important;
}
.cid-rYYWAk9cJH .btn-social:hover {
  color: #ffffff;
  background: #ed1c24;
}
.cid-rYYWAk9cJH [class^="socicon-"]:before,
.cid-rYYWAk9cJH [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rYYWAk9cJH .btn {
    font-size: 20px !important;
  }
}
.cid-rYYWAk9cJH .mbr-section-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-rYYVIeW6KP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-rYYVIeW6KP .container {
  pointer-events: none;
}
.cid-rYYVIeW6KP .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rYYVIeW6KP .brand__text {
  padding: 12px 0 25px;
}
.cid-rYYVIeW6KP .brand__email {
  margin-bottom: 15px;
}
.cid-rYYVIeW6KP .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rYYVIeW6KP .footer__title {
  padding: 12px 0 25px;
  color: #fbfcff;
}
.cid-rYYVIeW6KP .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rYYVIeW6KP .footer__items a:hover {
  color: #e9e9e9 !important;
}
.cid-rYYVIeW6KP .social {
  margin-top: 30px;
}
.cid-rYYVIeW6KP .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rYYVIeW6KP .social .social__items:hover {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.cid-rYYVIeW6KP .social .social__items:hover a {
  color: #000000 !important;
}
.cid-rYYVIeW6KP .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rYYVIeW6KP .social .social__items:last-child {
  margin-right: 0;
}
.cid-rYYVIeW6KP .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rYYVIeW6KP .divider {
  background-color: #ffffff;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rYYVIeW6KP .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rYYVIeW6KP .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rYYVIeW6KP .footer__bot_items a:hover {
  color: #e9e9e9 !important;
}
.cid-rYYVIeW6KP .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rYYVIeW6KP .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rYYVIeW6KP .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #e9e9e9;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rYYVIeW6KP .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rYYVIeW6KP .divider {
    margin-top: 30px;
  }
  .cid-rYYVIeW6KP .footer__bottom {
    padding: 30px 0;
  }
  .cid-rYYVIeW6KP .align-right,
  .cid-rYYVIeW6KP .privacy {
    text-align: center;
  }
  .cid-rYYVIeW6KP .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rZ1IHL8JB1 .navbar {
  background: #1a1a1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rZ1IHL8JB1 .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-rZ1IHL8JB1 a {
  font-style: normal;
}
.cid-rZ1IHL8JB1 .show {
  overflow: visible;
}
.cid-rZ1IHL8JB1 .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rZ1IHL8JB1 .dropdown-item:active {
  background-color: transparent;
}
.cid-rZ1IHL8JB1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZ1IHL8JB1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rZ1IHL8JB1 .nav-item:focus,
.cid-rZ1IHL8JB1 .nav-link:focus {
  outline: none;
}
.cid-rZ1IHL8JB1 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZ1IHL8JB1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZ1IHL8JB1 .menu-logo {
  margin-right: auto;
}
.cid-rZ1IHL8JB1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZ1IHL8JB1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZ1IHL8JB1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZ1IHL8JB1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZ1IHL8JB1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZ1IHL8JB1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZ1IHL8JB1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZ1IHL8JB1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rZ1IHL8JB1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZ1IHL8JB1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZ1IHL8JB1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZ1IHL8JB1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rZ1IHL8JB1 .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZ1IHL8JB1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZ1IHL8JB1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZ1IHL8JB1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZ1IHL8JB1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZ1IHL8JB1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZ1IHL8JB1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZ1IHL8JB1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZ1IHL8JB1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZ1IHL8JB1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZ1IHL8JB1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZ1IHL8JB1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZ1IHL8JB1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-rZ1IHL8JB1 button.navbar-toggler:focus {
  outline: none;
}
.cid-rZ1IHL8JB1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZ1IHL8JB1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZ1IHL8JB1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ1IHL8JB1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ1IHL8JB1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZ1IHL8JB1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZ1IHL8JB1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZ1IHL8JB1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZ1IHL8JB1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-rZ1IHL8JB1 .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-rZ1IHL8JB1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZ1IHL8JB1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.collapsing,
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZ1IHL8JB1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rZ1IHL8JB1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-rZ1IHL8JB1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZ1IHL8JB1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZ1IHL8JB1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZ1IHL8JB1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZ1IHL8JB1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZ1IHL8JB1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZ1IHL8JB1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rZ1IHL8JB1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZ1IHL8JB1 img {
    height: 3.8rem !important;
  }
  .cid-rZ1IHL8JB1 .btn {
    display: -webkit-flex;
  }
  .cid-rZ1IHL8JB1 button.navbar-toggler {
    display: block;
  }
  .cid-rZ1IHL8JB1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZ1IHL8JB1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZ1IHL8JB1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZ1IHL8JB1 .navbar-collapse.collapsing,
  .cid-rZ1IHL8JB1 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rZ1IHL8JB1 .navbar-collapse.collapsing .navbar-nav,
  .cid-rZ1IHL8JB1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZ1IHL8JB1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZ1IHL8JB1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZ1IHL8JB1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZ1IHL8JB1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZ1IHL8JB1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZ1IHL8JB1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZ1IHL8JB1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZ1IHL8JB1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZ1IHL8JB1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZ1IHL8JB1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rZ1IHL8JB1 .nav-link {
    justify-content: start!important;
  }
  .cid-rZ1IHL8JB1 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rZ1IHL8JB1 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rZ1IHL8JB1 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rZ1IHL8JB1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZ1IHL8JB1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZ1IHL8JB1 .nav-link:hover,
.cid-rZ1IHL8JB1 .dropdown-item:hover {
  color: #fbfcff !important;
}
@media (min-width: 1500px) {
  .cid-rZ1IHL8JB1 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rZ1IHL8JB1 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rZ1JeRheut {
  padding-top: 7rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/trend7.jpg");
}
.cid-rZ1JeRheut .container {
  pointer-events: none;
}
.cid-rZ1JeRheut .subtitle__block,
.cid-rZ1JeRheut .title__block,
.cid-rZ1JeRheut .buttons__block {
  pointer-events: all;
}
.cid-rZ1JeRheut .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-rZ1JeRheut .subtitle__block SPAN {
  color: #e9e9e9;
}
.cid-rZ1JeRheut .mbr-section-subtitle {
  display: inline-block;
}
.cid-rZ1JeRheut .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-rZ1JeRheut .mbr-text {
  margin-top: 35px;
}
.cid-rZ1JeRheut .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-rZ1JeRheut .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-rZ1JeRheut .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ff3a46 0%, rgba(255, 58, 70, 0.85) 100%) !important;
}
.cid-rZ1JeRheut .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rZ1JeRheut .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rZ1JeRheut .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-rZ1JeRheut .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-rZ1JeRheut .mbr-figure:hover {
  color: #ff3a46;
  cursor: pointer;
}
.cid-rZ1JeRheut .mbr-figure:hover .mbr-media {
  border-color: #ff3a46;
  color: #ff3a46;
}
@media (max-width: 575px) {
  .cid-rZ1JeRheut .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rZ1JeRheut .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rZ1JeRheut .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rZ1JeRheut .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rZ1JeRheut .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-rZ1JeRheut .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rZ1JeRheut .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rZ1JeRheut .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rZ1JeRheut a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rZ1JeRheut a.close:hover {
  color: #ffffff;
}
.cid-rZ1JeRheut .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rZ1JeRheut .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-rZ1JeRheut .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ed1c24;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-rZ1JeRheut .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ff3a46;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-rZ1JeRheut .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #e9e9e9;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-rZ1JeRheut .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #000000;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-rZ1JeRheut .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #ed1c24;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
.cid-rZ1JeRheut .mbr-section-title,
.cid-rZ1JeRheut .subtitle__wrap {
  text-align: center;
  color: #000000;
}
.cid-rZ1JeRheut .mbr-text,
.cid-rZ1JeRheut .buttons__block {
  text-align: center;
  color: #000000;
}
.cid-rZ1IHQib7r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fbfcff;
}
.cid-rZ1IHQib7r .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-rZ1IHQib7r .icon__block {
  background: linear-gradient(135deg, rgba(237, 28, 36, 0.54) 0%, rgba(237, 28, 36, 0.85) 60%, #ed1c24 100%);
}
.cid-rZ1IHQib7r .mbr-section-title,
.cid-rZ1IHQib7r .icon__wrap {
  text-align: center;
  color: #000000;
}
.cid-rZ1IHQib7r .mbr-section-subtitle {
  text-align: center;
  color: #1a1a1a;
}
.cid-rZ1KxIqvuj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZ1KyvfnOX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZ1KyvfnOX .mbr-text {
  position: relative;
}
.cid-rZ1KyvfnOX .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rZ1KyvfnOX .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rZ1KyvfnOX .mbr-text:after,
  .cid-rZ1KyvfnOX .mbr-text:before {
    display: none;
  }
}
.cid-rZ1KBnj6N2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed1c24;
}
.cid-rZ1KBnj6N2 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rZ1KBnj6N2 img:hover {
  transform: scale(1.1);
}
.cid-rZ1KBnj6N2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rZ1KBnj6N2 h2 {
  padding: 0;
  margin: 0;
}
.cid-rZ1KBnj6N2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZ1KBnj6N2 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rZ1KBnj6N2 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rZ1KBnj6N2 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-rZ1KBnj6N2 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-rZ1KBnj6N2 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rZ1KBnj6N2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ1KBnj6N2 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rZ1KBnj6N2 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rZ1KBnj6N2 H2 {
  color: #333333;
}
.cid-rZ1KBnj6N2 .mbr-text {
  color: #ffffff;
}
.cid-rZ1KBnj6N2 H1 {
  color: #ffffff;
}
.cid-rZ1KBnj6N2 H3 {
  color: #ffffff;
}
.cid-rZ1KBW5o7g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ed1c24;
}
.cid-rZ1KBW5o7g img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rZ1KBW5o7g img:hover {
  transform: scale(1.1);
}
.cid-rZ1KBW5o7g .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rZ1KBW5o7g h2 {
  padding: 0;
  margin: 0;
}
.cid-rZ1KBW5o7g .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZ1KBW5o7g .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rZ1KBW5o7g .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rZ1KBW5o7g .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rZ1KBW5o7g .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rZ1KBW5o7g .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rZ1KBW5o7g .mbr-iconfont {
  margin: 0!important;
}
.cid-rZ1KBW5o7g .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rZ1KBW5o7g .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rZ1KBW5o7g .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rZ1KBW5o7g .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rZ1KBW5o7g .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rZ1KBW5o7g H2 {
  color: #333333;
}
.cid-rZ1KBW5o7g .mbr-text {
  color: #ffffff;
}
.cid-rZ1KBW5o7g H1 {
  color: #ffffff;
}
.cid-rZ1KBW5o7g H3 {
  color: #ffffff;
}
.cid-rZ1KfQ70Cr {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #f4f8fa);
}
.cid-rZ1KfQ70Cr .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rZ1KfQ70Cr .mbr-text {
  color: #8d97ad;
}
.cid-rZ1KfQ70Cr .nav {
  border: none;
}
.cid-rZ1KfQ70Cr .nav-tabs {
  width: 100%;
}
.cid-rZ1KfQ70Cr .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-rZ1KfQ70Cr .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(181, 139, 132, 0.3);
  box-shadow: 0px 0px 30px rgba(181, 139, 132, 0.3);
}
.cid-rZ1KfQ70Cr .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rZ1KfQ70Cr .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: all .3s;
}
.cid-rZ1KfQ70Cr .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-rZ1KfQ70Cr .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
}
.cid-rZ1KfQ70Cr .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rZ1KfQ70Cr .nav-item {
    display: table-row !important;
  }
}
.cid-rZ1KpcJMiP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rZ1KpcJMiP .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-rZ1KpcJMiP .title__block {
    margin-bottom: 25px;
  }
}
.cid-rZ1KpcJMiP .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rZ1KpcJMiP .mbr-section-title {
  color: #233d63;
}
.cid-rZ1KpcJMiP .mbr-section-title span {
  font-weight: 300;
}
.cid-rZ1KpcJMiP .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-rZ1KpcJMiP .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-rZ1KpcJMiP .card__wrap {
  background: #ffffff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-rZ1KpcJMiP .card__wrap:before {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-rZ1KpcJMiP .card__wrap:after {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-rZ1KpcJMiP .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-rZ1KpcJMiP .card__wrap:hover:after {
  left: 100%;
}
.cid-rZ1KpcJMiP .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-rZ1KpcJMiP .wrap:nth-child(1) .card__header {
  border-top: 6px solid #ed1c24;
  border-bottom: 1px solid #ed1c24;
}
.cid-rZ1KpcJMiP .wrap:nth-child(2) .card__header {
  border-top: 6px solid #ff3a46;
  border-bottom: 1px solid #ff3a46;
}
.cid-rZ1KpcJMiP .wrap:nth-child(3) .card__header {
  border-top: 6px solid #000000;
  border-bottom: 1px solid #000000;
}
.cid-rZ1KpcJMiP .wrap:nth-child(4) .card__header {
  border-top: 6px solid #ed1c24;
  border-bottom: 1px solid #ed1c24;
}
.cid-rZ1KpcJMiP .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-rZ1KpcJMiP .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rZ1KpcJMiP .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-rZ1KpcJMiP .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-rZ1KpcJMiP .card__price {
  color: #ff3a46;
}
.cid-rZ1KpcJMiP .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-rZ1KpcJMiP .card__title {
  color: #233d63;
}
.cid-rZ1KpcJMiP .card__body {
  padding: 42px 15px 40px;
  /*min-height:345px;*/
  min-height:409px;
}
.cid-rZ1KpcJMiP .card__feature {
  margin-bottom: 15px;
  color: #233d63;
}
.cid-rZ1KpcJMiP .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-rZ1KpcJMiP .item {
  line-height: 45px;
}
.cid-rZ1KpcJMiP .mbr-section-btn {
  margin: 0;
}
.cid-rZ1KpcJMiP .mbr-section-btn .btn {
  z-index: 10;
}
.cid-rZ1KpcJMiP .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-rZ1KpcJMiP .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(237, 28, 36, 0.55) 0%, #ed1c24 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-rZ1KpcJMiP .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-rZ1KpcJMiP .btn__trial a {
  color: #6A6C72 !important;
}
.cid-rZ1KpYOMqa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-rZ1KpYOMqa .container {
  pointer-events: none;
}
.cid-rZ1KpYOMqa .title__block,
.cid-rZ1KpYOMqa .table {
  pointer-events: all;
}
.cid-rZ1KpYOMqa .title__block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .cid-rZ1KpYOMqa .title__block {
    margin-bottom: 40px;
  }
}
.cid-rZ1KpYOMqa .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-rZ1KpYOMqa .mbr-section-title {
  color: #233d63;
}
.cid-rZ1KpYOMqa .mbr-section-title span {
  font-weight: 300;
}
.cid-rZ1KpYOMqa .container-table {
  margin: 0 auto;
}
.cid-rZ1KpYOMqa .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rZ1KpYOMqa .head-item {
  min-width: 200px;
  padding: 40px 30px 40px;
}
.cid-rZ1KpYOMqa .table__title {
  color: #233d63;
}
.cid-rZ1KpYOMqa .table__price {
  color: #06df9e;
}
.cid-rZ1KpYOMqa .table__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-rZ1KpYOMqa .body-item1 {
  padding: 25px;
  max-width: 400px;
  min-width: 170px;
}
.cid-rZ1KpYOMqa .body-item {
  text-align: center;
  padding: 25px;
  min-width: 140px;
  max-width: 250px;
}
.cid-rZ1KpYOMqa .display-7 > .mbr-iconfont {
  font-size: 17px;
}
.cid-rZ1KpYOMqa .dataTables_wrapper {
  display: block;
}
.cid-rZ1KpYOMqa .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rZ1KpYOMqa table {
  width: 100% !important;
  border: 1px solid #e9e9e9;
  margin-bottom: 0;
}
.cid-rZ1KpYOMqa table th {
  border-top: none;
  border: 1px solid #e9e9e9;
  transition: all .2s;
}
.cid-rZ1KpYOMqa table td {
  border: 1px solid #e9e9e9;
}
.cid-rZ1KpYOMqa .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(237, 28, 36, 0.1);
}
@media (max-width: 1199px) {
  .cid-rZ1KpYOMqa .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rZ1KpYOMqa .image__background .circle__image1 {
    display: none;
  }
}
.cid-rZ1KpYOMqa .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 58, 70, 0.23);
}
@media (max-width: 1199px) {
  .cid-rZ1KpYOMqa .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rZ1KpYOMqa .image__background .circle__image2 {
    display: none;
  }
}
.cid-rZ1KpYOMqa .animation__background .triangle {
  position: absolute;
  top: 20%;
  left: 21%;
  animation: animationTwo 40s infinite linear;
}
.cid-rZ1KpYOMqa .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #ff3a46;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rZ1KpYOMqa .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationOne 30s infinite linear;
}
.cid-rZ1KpYOMqa .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: 50%;
  position: absolute;
  border-radius: 50%;
  background-color: #000000;
  animation: animationTwo 30s infinite linear;
}
.cid-rZ1KpYOMqa .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #e9e9e9;
  animation: animationOne 25s infinite linear;
}
.cid-rZ1KpYOMqa .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ed1c24;
  animation: animationTwo 25s infinite linear;
}
.cid-rZ1LhOiMeA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-rZ1LhOiMeA .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rZ1LhOiMeA .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rZ1LhOiMeA .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZ1LhOiMeA .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rZ1LhOiMeA .text-element {
  padding: 1rem;
}
.cid-rZ1LhOiMeA .main,
.cid-rZ1LhOiMeA .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-rZ1LhOiMeA .main:first-child {
    padding-top: 1rem;
  }
  .cid-rZ1LhOiMeA .image-element,
  .cid-rZ1LhOiMeA .text-element {
    margin-bottom: 1rem;
  }
  .cid-rZ1LhOiMeA .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rZ1LhOiMeA .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rZ1LhOiMeA .image-element,
  .cid-rZ1LhOiMeA .text-element {
    margin-bottom: 0;
  }
  .cid-rZ1LhOiMeA .main:first-child {
    padding-top: 0;
  }
}
.cid-rZ1Kshb9Vh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-rZ1Kshb9Vh .mbr-gallery-filter {
  text-align: left;
}
.cid-rZ1Kshb9Vh .mbr-gallery-filter ul {
  position: relative;
}
@media (min-width: 768px) {
  .cid-rZ1Kshb9Vh .mbr-gallery-filter ul {
    margin: 5px 0 60px;
    padding-left: 190px;
  }
  .cid-rZ1Kshb9Vh .mbr-gallery-filter ul:before {
    content: '';
    width: 150px;
    height: 2px;
    position: absolute;
    top: 20px;
    left: 0;
    background: #ed1c24;
  }
}
.cid-rZ1Kshb9Vh .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rZ1Kshb9Vh .mbr-gallery-filter ul li a.btn {
  border: none !important;
  margin: 0;
  font-size: 24px;
  min-width: auto !important;
  background: transparent !important;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cid-rZ1Kshb9Vh .mbr-gallery-filter ul li a.btn {
    margin-right: 35px;
  }
}
.cid-rZ1Kshb9Vh .mbr-gallery-filter ul li a.btn:before {
  background: transparent !important;
}
.cid-rZ1Kshb9Vh .mbr-gallery-filter ul li a.btn:hover {
  background-color: transparent !important;
  color: #ed1c24 !important;
}
.cid-rZ1Kshb9Vh .mbr-gallery-filter ul li.active .btn {
  background-color: transparent !important;
  color: #ed1c24 !important;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div .icon-focus {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px !important;
  transition: all 0.3s ease-in-out;
  font-family: 'FontAwesome' !important;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div .icon-focus:before {
  content: "\f00e";
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div:after {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: 0.5s opacity ease-in-out;
}
.cid-rZ1Kshb9Vh .mbr-slider .carousel-control {
  background: #1b1b1b;
  border-radius: 0;
}
.cid-rZ1Kshb9Vh .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rZ1Kshb9Vh .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rZ1Kshb9Vh .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #233d63;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div:hover:after {
  opacity: 1;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div:hover .icon-focus {
  bottom: 33%;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 40%;
  padding: 35px;
  font-weight: 500;
  text-align: center;
  z-index: 5;
  transition: bottom 0.3s ease-in-out;
}
.cid-rZ1Kshb9Vh .mbr-gallery-item > div:hover .mbr-gallery-title:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: transparent;
  transition: 0.3s background ease-in-out;
}
.cid-rZ1Kshb9Vh .mbr-gallery-title {
  opacity: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.cid-rZ1Kshb9Vh .modal-body .close {
  top: 0;
  right: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.cid-rZ1LoEDsDr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZ1LoEDsDr h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-rZ1LoEDsDr .pt-4 {
  padding-top: 2rem!important;
}
.cid-rZ1LoEDsDr .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-rZ1LoEDsDr p {
  color: #767676;
  text-align: left;
}
.cid-rZ1LoEDsDr .card-wrapper {
  height: 100%;
}
.cid-rZ1LoEDsDr .container-fluid {
  max-width: 1600px;
}
.cid-rZ1LoEDsDr img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-rZ1LoEDsDr h4 {
  margin: 0;
}
.cid-rZ1LoEDsDr .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-rZ1LoEDsDr .mbr-iconfont {
  color: #149dcc;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-rZ1LoEDsDr .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-rZ1LoEDsDr .card:hover h3 {
  background-size: 100% 100%;
}
.cid-rZ1LoEDsDr .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rZ1LoEDsDr .icons {
    opacity: 1;
  }
}
.cid-rZ1LoEDsDr .name,
.cid-rZ1LoEDsDr .title-align {
  text-align: center;
}
.cid-rZ1LoEDsDr .card-title {
  text-align: center;
}
.cid-rZ1LoEDsDr .maintitle {
  text-align: center;
}
.cid-rZ1KuyUUJh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZ1KuyUUJh li {
  list-style: none;
}
.cid-rZ1KuyUUJh .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rZ1KuyUUJh .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rZ1KuyUUJh h4 {
  margin: 0;
}
.cid-rZ1KuyUUJh .item {
  color: #57468b;
}
.cid-rZ1KuyUUJh ul {
  padding: 0;
  margin: 0;
}
.cid-rZ1KuyUUJh .col-title {
  color: #57468b;
}
.cid-rZ1KuyUUJh .col-title1 {
  color: #bfceff;
}
.cid-rZ1KuyUUJh .col-title2 {
  color: #5580ff;
}
.cid-rZ1KuyUUJh .col-title3 {
  color: #ff8a73;
}
.cid-rZ1KuyUUJh .col-title4 {
  color: #57468b;
}
.cid-rZ1KuyUUJh .item1 {
  color: #716c80;
}
.cid-rZ1KuyUUJh .item2 {
  color: #716c80;
}
.cid-rZ1KuyUUJh .item3 {
  color: #716c80;
}
.cid-rZ1KuyUUJh .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rZ1KuyUUJh .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rZ1Kv6GXlk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rZ1Kv6GXlk .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-rZ1Kv6GXlk .mbr-text {
  line-height: 1.5;
}
.cid-rZ1Kv6GXlk .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rZ1Kv6GXlk .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-rZ1Kv6GXlk .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-rZ1Kv6GXlk .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-rZ1Kv6GXlk .container2 input:checked ~ .checkmark {
  background-color: #506ab9;
}
.cid-rZ1Kv6GXlk .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-rZ1Kv6GXlk .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-rZ1Kv6GXlk .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rZ1Kv6GXlk .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-rZ1K6FoSn6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rZ1K6FoSn6 h2,
.cid-rZ1K6FoSn6 h3,
.cid-rZ1K6FoSn6 p,
.cid-rZ1K6FoSn6 h4 {
  color: #0a0a0a;
}
.cid-rZ1K6FoSn6 .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-rZ1K6FoSn6 .mbr-iconfont {
  color: #ed1c24;
  font-size: 2rem;
}
.cid-rZ1K6FoSn6 .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-rZ1K6FoSn6 .form-control:focus,
.cid-rZ1K6FoSn6 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-rZ1K6FoSn6 .form-group {
  margin-bottom: 1rem;
}
.cid-rZ1K6FoSn6 input::-webkit-input-placeholder,
.cid-rZ1K6FoSn6 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-rZ1K6FoSn6 input:-moz-placeholder,
.cid-rZ1K6FoSn6 textarea:-moz-placeholder {
  color: #656565;
}
.cid-rZ1K6FoSn6 .jq-selectbox li,
.cid-rZ1K6FoSn6 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rZ1K6FoSn6 .jq-selectbox li:hover,
.cid-rZ1K6FoSn6 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-rZ1K6FoSn6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rZ1K6FoSn6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-rZ1K6FoSn6 .mbr-text {
  color: #767676;
}
.cid-rZ1K6FoSn6 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rZ1K6FoSn6 .input-group-btn {
  display: block;
  text-align: center;
}
.cid-rZ1K6FoSn6 .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-rZ1K6FoSn6 textarea.form-control {
  resize: none;
}
.cid-rZ1K6FoSn6 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-rZ1K6FoSn6 .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-rZ1K6FoSn6 .list-block {
  position: relative;
}
.cid-rZ1K6FoSn6 .list-block h4,
.cid-rZ1K6FoSn6 .list-block p {
  padding-left: 3.5rem;
}
.cid-rZ1K6FoSn6 .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-rZ1K6FoSn6 h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rZ1K6FoSn6 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rZ1K6FoSn6 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-rZ1K6FoSn6 .img-block-wrap {
    position: relative;
  }
  .cid-rZ1K6FoSn6 .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-rZ1K6FoSn6 .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-rZ1K6FoSn6 .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-rZ1K6FoSn6 .google-map {
    padding-bottom: 2rem;
  }
  .cid-rZ1K6FoSn6 .img-block {
    overflow: hidden;
  }
}
.cid-rZ1K9SPJra {
  overflow: visible !important;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-rZ1K9SPJra:before {
  content: '';
  position: absolute;
  z-index: 100;
  width: 2px;
  height: 80px;
  background-color: rgba(237, 28, 36, 0.2);
  bottom: -40px;
  left: 50%;
  margin-left: -1px;
}
.cid-rZ1K9SPJra .mbr-overlay {
  background: #5eeebb;
}
.cid-rZ1K9SPJra .mbr-section-title {
  margin-bottom: 35px;
}
.cid-rZ1K9SPJra .mbr-section-subtitle span {
  color: #000000;
}
.cid-rZ1K9SPJra .title__block {
  padding-bottom: 80px;
}
.cid-rZ1K9SPJra .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rZ1K9SPJra .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-rZ1K9SPJra .carousel-item .wrap-img {
  text-align: center;
  width: 200px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: auto;
}
.cid-rZ1K9SPJra .carousel-item .wrap-img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.cid-rZ1K9SPJra .carousel-item .wrap-img img {
  width: 100px;
}
@media (max-width: 991px) {
  .cid-rZ1K9SPJra .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-rZ1K9SPJra .carousel-item.active .cloneditem-2 .wrap-img {
  opacity: 1;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-rZ1K9SPJra .col-md-12 .wrap-img {
    opacity: 1;
    transform: scale(1.1);
  }
  .cid-rZ1K9SPJra .carousel-controls {
    display: none;
  }
}
.cid-rZ1K9SPJra .carousel-controls {
  position: absolute;
  width: 100%;
  top: 0;
}
.cid-rZ1K9SPJra .carousel-controls .carousel-control {
  background: transparent;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  color: #191f23;
  font-weight: bold;
}
.cid-rZ1K9SPJra .carousel-controls .carousel-control.carousel-control-prev {
  left: -30px;
  margin: 20px 0 0;
}
.cid-rZ1K9SPJra .carousel-controls .carousel-control.carousel-control-next {
  right: -30px;
  margin: 20px 0 0;
}
.cid-rZ1K9SPJra .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1.2rem;
  font-weight: bold;
}
.cid-rZ1K9SPJra .cloneditem-1,
.cid-rZ1K9SPJra .cloneditem-2,
.cid-rZ1K9SPJra .cloneditem-3,
.cid-rZ1K9SPJra .cloneditem-4,
.cid-rZ1K9SPJra .cloneditem-5 {
  display: none;
}
.cid-rZ1K9SPJra .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-rZ1K9SPJra .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-rZ1K9SPJra .carousel-inner {
    z-index: 1;
  }
  .cid-rZ1K9SPJra .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-rZ1K9SPJra .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-rZ1K9SPJra .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-rZ1K9SPJra .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZ1K9SPJra .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides2 .cloneditem-1,
  .cid-rZ1K9SPJra .carousel-inner.slides2 .cloneditem-2,
  .cid-rZ1K9SPJra .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-rZ1K9SPJra .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-rZ1K9SPJra .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-rZ1K9SPJra .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-rZ1K9SPJra .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZ1K9SPJra .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides3 .cloneditem-1,
  .cid-rZ1K9SPJra .carousel-inner.slides3 .cloneditem-2,
  .cid-rZ1K9SPJra .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-rZ1K9SPJra .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-rZ1K9SPJra .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-rZ1K9SPJra .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-rZ1K9SPJra .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZ1K9SPJra .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides4 .cloneditem-1,
  .cid-rZ1K9SPJra .carousel-inner.slides4 .cloneditem-2,
  .cid-rZ1K9SPJra .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-rZ1K9SPJra .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-rZ1K9SPJra .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-rZ1K9SPJra .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-rZ1K9SPJra .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-rZ1K9SPJra .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-rZ1K9SPJra .carousel-inner.slides5 .cloneditem-1,
  .cid-rZ1K9SPJra .carousel-inner.slides5 .cloneditem-2,
  .cid-rZ1K9SPJra .carousel-inner.slides5 .cloneditem-3,
  .cid-rZ1K9SPJra .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
}
.cid-rZ1IIembDi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1a1a;
}
@media (min-width: 400px) {
  .cid-rZ1IIembDi h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rZ1IIembDi h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-rZ1IIembDi .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rZ1IIembDi .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-rZ1IIembDi .socicon-bg-twitter {
  color: #4da7de;
}
.cid-rZ1IIembDi .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-rZ1IIembDi .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-rZ1IIembDi .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-rZ1IIembDi .socicon-bg-pinterest {
  color: #c92619;
}
.cid-rZ1IIembDi .socicon-bg-mail {
  color: #134785;
}
.cid-rZ1IIembDi .btn-social {
  border: none !important;
}
.cid-rZ1IIembDi .btn-social:hover {
  color: #ffffff;
  background: #ed1c24;
}
.cid-rZ1IIembDi [class^="socicon-"]:before,
.cid-rZ1IIembDi [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rZ1IIembDi .btn {
    font-size: 20px !important;
  }
}
.cid-rZ1IIembDi .mbr-section-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-rZ1IIgbHPy {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-rZ1IIgbHPy .container {
  pointer-events: none;
}
.cid-rZ1IIgbHPy .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rZ1IIgbHPy .brand__text {
  padding: 12px 0 25px;
}
.cid-rZ1IIgbHPy .brand__email {
  margin-bottom: 15px;
}
.cid-rZ1IIgbHPy .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rZ1IIgbHPy .footer__title {
  padding: 12px 0 25px;
  color: #fbfcff;
}
.cid-rZ1IIgbHPy .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rZ1IIgbHPy .footer__items a:hover {
  color: #e9e9e9 !important;
}
.cid-rZ1IIgbHPy .social {
  margin-top: 30px;
}
.cid-rZ1IIgbHPy .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rZ1IIgbHPy .social .social__items:hover {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.cid-rZ1IIgbHPy .social .social__items:hover a {
  color: #000000 !important;
}
.cid-rZ1IIgbHPy .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rZ1IIgbHPy .social .social__items:last-child {
  margin-right: 0;
}
.cid-rZ1IIgbHPy .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rZ1IIgbHPy .divider {
  background-color: #ffffff;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rZ1IIgbHPy .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rZ1IIgbHPy .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rZ1IIgbHPy .footer__bot_items a:hover {
  color: #e9e9e9 !important;
}
.cid-rZ1IIgbHPy .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rZ1IIgbHPy .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rZ1IIgbHPy .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #e9e9e9;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rZ1IIgbHPy .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rZ1IIgbHPy .divider {
    margin-top: 30px;
  }
  .cid-rZ1IIgbHPy .footer__bottom {
    padding: 30px 0;
  }
  .cid-rZ1IIgbHPy .align-right,
  .cid-rZ1IIgbHPy .privacy {
    text-align: center;
  }
  .cid-rZ1IIgbHPy .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rZ20MePWiS .navbar {
  background: #1a1a1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rZ20MePWiS .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-rZ20MePWiS a {
  font-style: normal;
}
.cid-rZ20MePWiS .show {
  overflow: visible;
}
.cid-rZ20MePWiS .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rZ20MePWiS .dropdown-item:active {
  background-color: transparent;
}
.cid-rZ20MePWiS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZ20MePWiS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rZ20MePWiS .nav-item:focus,
.cid-rZ20MePWiS .nav-link:focus {
  outline: none;
}
.cid-rZ20MePWiS .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZ20MePWiS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZ20MePWiS .menu-logo {
  margin-right: auto;
}
.cid-rZ20MePWiS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZ20MePWiS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZ20MePWiS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZ20MePWiS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZ20MePWiS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZ20MePWiS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZ20MePWiS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZ20MePWiS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rZ20MePWiS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZ20MePWiS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZ20MePWiS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZ20MePWiS .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rZ20MePWiS .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZ20MePWiS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZ20MePWiS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZ20MePWiS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZ20MePWiS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZ20MePWiS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZ20MePWiS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZ20MePWiS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZ20MePWiS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZ20MePWiS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZ20MePWiS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZ20MePWiS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZ20MePWiS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-rZ20MePWiS button.navbar-toggler:focus {
  outline: none;
}
.cid-rZ20MePWiS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZ20MePWiS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZ20MePWiS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ20MePWiS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ20MePWiS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZ20MePWiS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZ20MePWiS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZ20MePWiS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZ20MePWiS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-rZ20MePWiS .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-rZ20MePWiS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZ20MePWiS .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZ20MePWiS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZ20MePWiS .collapsed .navbar-collapse.collapsing,
.cid-rZ20MePWiS .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rZ20MePWiS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZ20MePWiS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZ20MePWiS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZ20MePWiS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZ20MePWiS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZ20MePWiS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZ20MePWiS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZ20MePWiS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rZ20MePWiS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-rZ20MePWiS .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZ20MePWiS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZ20MePWiS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZ20MePWiS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZ20MePWiS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZ20MePWiS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZ20MePWiS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rZ20MePWiS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZ20MePWiS img {
    height: 3.8rem !important;
  }
  .cid-rZ20MePWiS .btn {
    display: -webkit-flex;
  }
  .cid-rZ20MePWiS button.navbar-toggler {
    display: block;
  }
  .cid-rZ20MePWiS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZ20MePWiS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZ20MePWiS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZ20MePWiS .navbar-collapse.collapsing,
  .cid-rZ20MePWiS .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rZ20MePWiS .navbar-collapse.collapsing .navbar-nav,
  .cid-rZ20MePWiS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZ20MePWiS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZ20MePWiS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZ20MePWiS .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZ20MePWiS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZ20MePWiS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZ20MePWiS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZ20MePWiS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZ20MePWiS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZ20MePWiS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZ20MePWiS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rZ20MePWiS .nav-link {
    justify-content: start!important;
  }
  .cid-rZ20MePWiS .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rZ20MePWiS .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rZ20MePWiS .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rZ20MePWiS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZ20MePWiS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZ20MePWiS .nav-link:hover,
.cid-rZ20MePWiS .dropdown-item:hover {
  color: #fbfcff !important;
}
@media (min-width: 1500px) {
  .cid-rZ20MePWiS .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rZ20MePWiS .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rZ20MiWMvO {
  padding-top: 7rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/trend7.jpg");
}
.cid-rZ20MiWMvO .container {
  pointer-events: none;
}
.cid-rZ20MiWMvO .subtitle__block,
.cid-rZ20MiWMvO .title__block,
.cid-rZ20MiWMvO .buttons__block {
  pointer-events: all;
}
.cid-rZ20MiWMvO .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-rZ20MiWMvO .subtitle__block SPAN {
  color: #e9e9e9;
}
.cid-rZ20MiWMvO .mbr-section-subtitle {
  display: inline-block;
}
.cid-rZ20MiWMvO .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-rZ20MiWMvO .mbr-text {
  margin-top: 35px;
}
.cid-rZ20MiWMvO .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-rZ20MiWMvO .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-rZ20MiWMvO .inner__buttons .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #ff3a46 0%, rgba(255, 58, 70, 0.85) 100%) !important;
}
.cid-rZ20MiWMvO .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-rZ20MiWMvO .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-rZ20MiWMvO .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-rZ20MiWMvO .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-rZ20MiWMvO .mbr-figure:hover {
  color: #ff3a46;
  cursor: pointer;
}
.cid-rZ20MiWMvO .mbr-figure:hover .mbr-media {
  border-color: #ff3a46;
  color: #ff3a46;
}
@media (max-width: 575px) {
  .cid-rZ20MiWMvO .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-rZ20MiWMvO .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-rZ20MiWMvO .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-rZ20MiWMvO .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-rZ20MiWMvO .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-rZ20MiWMvO .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rZ20MiWMvO .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rZ20MiWMvO .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-rZ20MiWMvO a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-rZ20MiWMvO a.close:hover {
  color: #ffffff;
}
.cid-rZ20MiWMvO .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rZ20MiWMvO .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-rZ20MiWMvO .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ed1c24;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-rZ20MiWMvO .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ff3a46;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-rZ20MiWMvO .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #e9e9e9;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-rZ20MiWMvO .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #000000;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-rZ20MiWMvO .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #ed1c24;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
.cid-rZ20MiWMvO .mbr-section-title,
.cid-rZ20MiWMvO .subtitle__wrap {
  text-align: center;
  color: #000000;
}
.cid-rZ20MiWMvO .mbr-text,
.cid-rZ20MiWMvO .buttons__block {
  text-align: center;
  color: #000000;
}
.cid-rZ21liEeNE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZ21liEeNE .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-rZ21liEeNE .tab-header {
  color: #232323;
}
.cid-rZ21liEeNE .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-rZ21liEeNE .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-rZ21liEeNE .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-rZ21liEeNE .card-img span {
  font-size: 74px;
}
.cid-rZ21liEeNE .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-rZ21liEeNE .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rZ21liEeNE .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-rZ21liEeNE .nav-item {
  margin-top: 1rem;
}
.cid-rZ21liEeNE .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-rZ21liEeNE .tab-content {
  width: 100%;
}
.cid-rZ21liEeNE .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #ed1c24;
}
.cid-rZ21liEeNE .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #ed1c24;
}
.cid-rZ21liEeNE .nav-tabs .nav-link.active {
  border: 1px solid #ed1c24;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-rZ2cblNUVU.popup-builder {
  background-color: #ffffff;
}
.cid-rZ2cblNUVU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rZ2cblNUVU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rZ2cblNUVU .modal-content,
.cid-rZ2cblNUVU .modal-dialog {
  height: auto;
}
.cid-rZ2cblNUVU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rZ2cblNUVU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rZ2cblNUVU .form-wrapper .mbr-form .form-group,
  .cid-rZ2cblNUVU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rZ2cblNUVU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rZ2cblNUVU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZ2cblNUVU .mbr-text {
  text-align: center;
  color: #ed1c24;
}
.cid-rZ2cblNUVU .pt-0 {
  padding-top: 0 !important;
}
.cid-rZ2cblNUVU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rZ2cblNUVU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rZ2cblNUVU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rZ2cblNUVU .modal-open {
  overflow: hidden;
}
.cid-rZ2cblNUVU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rZ2cblNUVU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rZ2cblNUVU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rZ2cblNUVU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rZ2cblNUVU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rZ2cblNUVU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rZ2cblNUVU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rZ2cblNUVU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rZ2cblNUVU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rZ2cblNUVU .modal-backdrop.fade {
  opacity: 0;
}
.cid-rZ2cblNUVU .modal-backdrop.show {
  opacity: .5;
}
.cid-rZ2cblNUVU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rZ2cblNUVU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rZ2cblNUVU .modal-header .close:hover {
  opacity: 1;
}
.cid-rZ2cblNUVU .modal-header .close:focus {
  outline: none;
}
.cid-rZ2cblNUVU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-rZ2cblNUVU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rZ2cblNUVU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rZ2cblNUVU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rZ2cblNUVU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rZ2cblNUVU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rZ2cblNUVU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rZ2cblNUVU .modal-sm {
    max-width: 300px;
  }
  .cid-rZ2cblNUVU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rZ2cblNUVU .modal-lg,
  .cid-rZ2cblNUVU .modal-xl {
    max-width: 800px;
  }
  .cid-rZ2cblNUVU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rZ2cblNUVU .modal-xl {
    max-width: 1140px;
  }
  .cid-rZ2cblNUVU .container {
    max-width: 1140px;
  }
}
.cid-rZ2cblNUVU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rZ2cblNUVU .container {
    max-width: 720px;
  }
}
.cid-rZ2cblNUVU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rZ2cblNUVU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rZ2cblNUVU .form-group {
  margin-bottom: 1rem;
}
.cid-rZ2cblNUVU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rZ2cblNUVU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rZ2cblNUVU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rZ2cblNUVU LABEL {
  color: #000000;
}
.cid-rZ2gNu5woz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rZ2gNu5woz .nav-tabs .nav-item.open .nav-link:focus,
.cid-rZ2gNu5woz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rZ2gNu5woz .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-rZ2gNu5woz .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-rZ2gNu5woz .nav-link {
  padding: .4rem 0.8rem;
}
.cid-rZ2gNu5woz .nav-tabs .nav-link {
  color: #6a6c72;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-rZ2gNu5woz .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ed1c24;
  border-bottom: 2px solid #ed1c24;
}
.cid-rZ2gNu5woz .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ed1c24;
  font-style: normal;
  border-bottom: 2px solid #ed1c24;
}
.cid-rZ2gNu5woz P {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-rZ2gNu5woz .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rZ2gNu5woz .mbr-text,
  .cid-rZ2gNu5woz .nav-link {
    text-align: center;
  }
}
.cid-rZ20N96Z0e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1a1a;
}
@media (min-width: 400px) {
  .cid-rZ20N96Z0e h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rZ20N96Z0e h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-rZ20N96Z0e .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rZ20N96Z0e .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-rZ20N96Z0e .socicon-bg-twitter {
  color: #4da7de;
}
.cid-rZ20N96Z0e .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-rZ20N96Z0e .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-rZ20N96Z0e .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-rZ20N96Z0e .socicon-bg-pinterest {
  color: #c92619;
}
.cid-rZ20N96Z0e .socicon-bg-mail {
  color: #134785;
}
.cid-rZ20N96Z0e .btn-social {
  border: none !important;
}
.cid-rZ20N96Z0e .btn-social:hover {
  color: #ffffff;
  background: #ed1c24;
}
.cid-rZ20N96Z0e [class^="socicon-"]:before,
.cid-rZ20N96Z0e [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rZ20N96Z0e .btn {
    font-size: 20px !important;
  }
}
.cid-rZ20N96Z0e .mbr-section-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-rZ20NbdoOZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-rZ20NbdoOZ .container {
  pointer-events: none;
}
.cid-rZ20NbdoOZ .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rZ20NbdoOZ .brand__text {
  padding: 12px 0 25px;
}
.cid-rZ20NbdoOZ .brand__email {
  margin-bottom: 15px;
}
.cid-rZ20NbdoOZ .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rZ20NbdoOZ .footer__title {
  padding: 12px 0 25px;
  color: #fbfcff;
}
.cid-rZ20NbdoOZ .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rZ20NbdoOZ .footer__items a:hover {
  color: #e9e9e9 !important;
}
.cid-rZ20NbdoOZ .social {
  margin-top: 30px;
}
.cid-rZ20NbdoOZ .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rZ20NbdoOZ .social .social__items:hover {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.cid-rZ20NbdoOZ .social .social__items:hover a {
  color: #000000 !important;
}
.cid-rZ20NbdoOZ .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rZ20NbdoOZ .social .social__items:last-child {
  margin-right: 0;
}
.cid-rZ20NbdoOZ .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rZ20NbdoOZ .divider {
  background-color: #ffffff;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rZ20NbdoOZ .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rZ20NbdoOZ .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rZ20NbdoOZ .footer__bot_items a:hover {
  color: #e9e9e9 !important;
}
.cid-rZ20NbdoOZ .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rZ20NbdoOZ .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rZ20NbdoOZ .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #e9e9e9;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rZ20NbdoOZ .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rZ20NbdoOZ .divider {
    margin-top: 30px;
  }
  .cid-rZ20NbdoOZ .footer__bottom {
    padding: 30px 0;
  }
  .cid-rZ20NbdoOZ .align-right,
  .cid-rZ20NbdoOZ .privacy {
    text-align: center;
  }
  .cid-rZ20NbdoOZ .footer__bot_items {
    margin: 10px 7px  0;
  }
}
.cid-rZ2xPrSBmF .navbar {
  background: #1a1a1a;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rZ2xPrSBmF .navbar-dropdown.bg-color.transparent.opened {
  background: #1a1a1a;
}
.cid-rZ2xPrSBmF a {
  font-style: normal;
}
.cid-rZ2xPrSBmF .show {
  overflow: visible;
}
.cid-rZ2xPrSBmF .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
.cid-rZ2xPrSBmF .dropdown-item:active {
  background-color: transparent;
}
.cid-rZ2xPrSBmF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rZ2xPrSBmF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rZ2xPrSBmF .nav-item:focus,
.cid-rZ2xPrSBmF .nav-link:focus {
  outline: none;
}
.cid-rZ2xPrSBmF .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZ2xPrSBmF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rZ2xPrSBmF .menu-logo {
  margin-right: auto;
}
.cid-rZ2xPrSBmF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rZ2xPrSBmF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rZ2xPrSBmF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rZ2xPrSBmF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rZ2xPrSBmF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rZ2xPrSBmF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rZ2xPrSBmF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rZ2xPrSBmF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rZ2xPrSBmF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rZ2xPrSBmF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZ2xPrSBmF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rZ2xPrSBmF .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rZ2xPrSBmF .dropdown .dropdown-menu {
  background: #1a1a1a;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rZ2xPrSBmF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rZ2xPrSBmF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rZ2xPrSBmF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rZ2xPrSBmF .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZ2xPrSBmF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rZ2xPrSBmF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rZ2xPrSBmF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rZ2xPrSBmF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rZ2xPrSBmF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rZ2xPrSBmF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rZ2xPrSBmF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rZ2xPrSBmF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-rZ2xPrSBmF button.navbar-toggler:focus {
  outline: none;
}
.cid-rZ2xPrSBmF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZ2xPrSBmF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZ2xPrSBmF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ2xPrSBmF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZ2xPrSBmF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZ2xPrSBmF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZ2xPrSBmF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZ2xPrSBmF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZ2xPrSBmF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-rZ2xPrSBmF .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.cid-rZ2xPrSBmF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZ2xPrSBmF .collapsed .btn {
  display: -webkit-flex;
}
.cid-rZ2xPrSBmF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.collapsing,
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rZ2xPrSBmF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rZ2xPrSBmF .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-rZ2xPrSBmF .collapsed button.navbar-toggler {
  display: block;
}
.cid-rZ2xPrSBmF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rZ2xPrSBmF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rZ2xPrSBmF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rZ2xPrSBmF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rZ2xPrSBmF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rZ2xPrSBmF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rZ2xPrSBmF.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZ2xPrSBmF img {
    height: 3.8rem !important;
  }
  .cid-rZ2xPrSBmF .btn {
    display: -webkit-flex;
  }
  .cid-rZ2xPrSBmF button.navbar-toggler {
    display: block;
  }
  .cid-rZ2xPrSBmF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rZ2xPrSBmF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rZ2xPrSBmF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rZ2xPrSBmF .navbar-collapse.collapsing,
  .cid-rZ2xPrSBmF .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rZ2xPrSBmF .navbar-collapse.collapsing .navbar-nav,
  .cid-rZ2xPrSBmF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rZ2xPrSBmF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rZ2xPrSBmF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rZ2xPrSBmF .navbar-collapse.collapsing .navbar-buttons,
  .cid-rZ2xPrSBmF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rZ2xPrSBmF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rZ2xPrSBmF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rZ2xPrSBmF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rZ2xPrSBmF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rZ2xPrSBmF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rZ2xPrSBmF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rZ2xPrSBmF .nav-link {
    justify-content: start!important;
  }
  .cid-rZ2xPrSBmF .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rZ2xPrSBmF .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rZ2xPrSBmF .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rZ2xPrSBmF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rZ2xPrSBmF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rZ2xPrSBmF .nav-link:hover,
.cid-rZ2xPrSBmF .dropdown-item:hover {
  color: #fbfcff !important;
}
@media (min-width: 1500px) {
  .cid-rZ2xPrSBmF .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rZ2xPrSBmF .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rZ2zUsUHcG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #e9e9e9;
}
.cid-rZ2zUsUHcG .container {
  pointer-events: none;
}
.cid-rZ2zUsUHcG .mbr-section-subtitle,
.cid-rZ2zUsUHcG .title,
.cid-rZ2zUsUHcG .mbr-text,
.cid-rZ2zUsUHcG .phone,
.cid-rZ2zUsUHcG .subscribe__form {
  pointer-events: all;
}
.cid-rZ2zUsUHcG .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-rZ2zUsUHcG .mbr-section-title {
  color: #233d63;
}
.cid-rZ2zUsUHcG .mbr-section-title span {
  font-weight: 300;
}
.cid-rZ2zUsUHcG .line {
  margin: 35px 0 45px;
  display: inline-block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(130deg, rgba(233, 233, 233, 0.65) 0%, rgba(237, 28, 36, 0.65) 100%) !important;
}
.cid-rZ2zUsUHcG .mbr-text {
  margin-bottom: 15px;
}
.cid-rZ2zUsUHcG .subscribe__form {
  margin-left: 60px;
  background: #ffffff;
  padding: 65px 60px;
  box-shadow: 19px 19px 100px 0px rgba(96, 96, 96, 0.08);
}
.cid-rZ2zUsUHcG .form-group {
  margin-bottom: 0;
}
.cid-rZ2zUsUHcG .dragArea .form-control {
  height: 50px;
  margin-bottom: 55px;
  padding: 0 5px;
  color: #000000;
  font-size: 17px;
  background-color: #ffffff !important;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #000000;
}
.cid-rZ2zUsUHcG .dragArea textarea {
  height: 120px !important;
  resize: none;
  margin-bottom: 50px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
}
.cid-rZ2zUsUHcG .dragArea input::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rZ2zUsUHcG .dragArea input::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rZ2zUsUHcG .dragArea textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rZ2zUsUHcG .dragArea textarea::-moz-placeholder {
  color: #000000;
  opacity: .8;
}
.cid-rZ2zUsUHcG .dragArea .input-group-btn .btn {
  min-width: 185px;
  height: 50px;
  margin-bottom: 55px;
  padding: 0;
  border: none;
  background: linear-gradient(130deg, rgba(233, 233, 233, 0.65) 0%, rgba(237, 28, 36, 0.65) 100%) !important;
}
.cid-rZ2zUsUHcG .phone {
  color: #000000;
}
.cid-rZ2zUsUHcG .box {
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-rZ2zUsUHcG .subscribe__form {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 35px 30px;
  }
}
.cid-rZ2zUsUHcG .image__background .circle__image1 {
  width: 890px;
  height: 890px;
  top: 70px;
  right: -245px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(237, 28, 36, 0.1);
}
@media (max-width: 1199px) {
  .cid-rZ2zUsUHcG .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rZ2zUsUHcG .image__background .circle__image1 {
    display: none;
  }
}
.cid-rZ2zUsUHcG .image__background .circle__image2 {
  width: 890px;
  height: 890px;
  top: 0;
  right: -265px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 58, 70, 0.23);
}
@media (max-width: 1199px) {
  .cid-rZ2zUsUHcG .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-rZ2zUsUHcG .image__background .circle__image2 {
    display: none;
  }
}
.cid-rZ2zUsUHcG .animation__background .triangle {
  position: absolute;
  top: 33%;
  left: 47%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rZ2zUsUHcG .animation__background .circle1 {
  display: inline-block;
  width: 13px;
  height: 13px;
  top: 60px;
  left: 25%;
  border-radius: 50%;
  background: #ed1c24;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-rZ2zUsUHcG .animation__background .circle2 {
  display: inline-block;
  width: 11px;
  height: 11px;
  bottom: 45%;
  left: 5%;
  position: absolute;
  border-radius: 50%;
  background-color: #000000;
  animation: animationTwo 25s infinite linear;
}
.cid-rZ2zUsUHcG .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  bottom: 130px;
  left: 37%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff3a46;
  animation: animationOne 35s infinite linear;
}
.cid-rZ2zUsUHcG LABEL {
  color: #000000;
}
.cid-rZ2WNdrHG4.popup-builder {
  background-color: #ffffff;
}
.cid-rZ2WNdrHG4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rZ2WNdrHG4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rZ2WNdrHG4 .modal-content,
.cid-rZ2WNdrHG4 .modal-dialog {
  height: auto;
}
.cid-rZ2WNdrHG4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rZ2WNdrHG4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rZ2WNdrHG4 .form-wrapper .mbr-form .form-group,
  .cid-rZ2WNdrHG4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rZ2WNdrHG4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rZ2WNdrHG4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZ2WNdrHG4 .mbr-text {
  text-align: center;
  color: #ed1c24;
}
.cid-rZ2WNdrHG4 .pt-0 {
  padding-top: 0 !important;
}
.cid-rZ2WNdrHG4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rZ2WNdrHG4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rZ2WNdrHG4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rZ2WNdrHG4 .modal-open {
  overflow: hidden;
}
.cid-rZ2WNdrHG4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rZ2WNdrHG4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rZ2WNdrHG4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rZ2WNdrHG4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rZ2WNdrHG4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rZ2WNdrHG4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rZ2WNdrHG4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rZ2WNdrHG4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rZ2WNdrHG4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rZ2WNdrHG4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rZ2WNdrHG4 .modal-backdrop.show {
  opacity: .5;
}
.cid-rZ2WNdrHG4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rZ2WNdrHG4 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rZ2WNdrHG4 .modal-header .close:hover {
  opacity: 1;
}
.cid-rZ2WNdrHG4 .modal-header .close:focus {
  outline: none;
}
.cid-rZ2WNdrHG4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-rZ2WNdrHG4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rZ2WNdrHG4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rZ2WNdrHG4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rZ2WNdrHG4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rZ2WNdrHG4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rZ2WNdrHG4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rZ2WNdrHG4 .modal-sm {
    max-width: 300px;
  }
  .cid-rZ2WNdrHG4 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rZ2WNdrHG4 .modal-lg,
  .cid-rZ2WNdrHG4 .modal-xl {
    max-width: 800px;
  }
  .cid-rZ2WNdrHG4 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rZ2WNdrHG4 .modal-xl {
    max-width: 1140px;
  }
  .cid-rZ2WNdrHG4 .container {
    max-width: 1140px;
  }
}
.cid-rZ2WNdrHG4 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rZ2WNdrHG4 .container {
    max-width: 720px;
  }
}
.cid-rZ2WNdrHG4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rZ2WNdrHG4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rZ2WNdrHG4 .form-group {
  margin-bottom: 1rem;
}
.cid-rZ2WNdrHG4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rZ2WNdrHG4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rZ2WNdrHG4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rZ2WNdrHG4 LABEL {
  color: #000000;
}
.cid-rZ2XViMopb.popup-builder {
  background-color: #ffffff;
}
.cid-rZ2XViMopb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rZ2XViMopb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rZ2XViMopb .modal-content,
.cid-rZ2XViMopb .modal-dialog {
  height: auto;
}
.cid-rZ2XViMopb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rZ2XViMopb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rZ2XViMopb .form-wrapper .mbr-form .form-group,
  .cid-rZ2XViMopb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rZ2XViMopb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rZ2XViMopb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rZ2XViMopb .mbr-text {
  text-align: center;
  color: #ed1c24;
}
.cid-rZ2XViMopb .pt-0 {
  padding-top: 0 !important;
}
.cid-rZ2XViMopb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rZ2XViMopb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rZ2XViMopb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rZ2XViMopb .modal-open {
  overflow: hidden;
}
.cid-rZ2XViMopb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rZ2XViMopb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rZ2XViMopb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rZ2XViMopb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rZ2XViMopb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rZ2XViMopb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rZ2XViMopb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rZ2XViMopb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rZ2XViMopb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rZ2XViMopb .modal-backdrop.fade {
  opacity: 0;
}
.cid-rZ2XViMopb .modal-backdrop.show {
  opacity: .5;
}
.cid-rZ2XViMopb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rZ2XViMopb .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rZ2XViMopb .modal-header .close:hover {
  opacity: 1;
}
.cid-rZ2XViMopb .modal-header .close:focus {
  outline: none;
}
.cid-rZ2XViMopb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-rZ2XViMopb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rZ2XViMopb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rZ2XViMopb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rZ2XViMopb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rZ2XViMopb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rZ2XViMopb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rZ2XViMopb .modal-sm {
    max-width: 300px;
  }
  .cid-rZ2XViMopb .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rZ2XViMopb .modal-lg,
  .cid-rZ2XViMopb .modal-xl {
    max-width: 800px;
  }
  .cid-rZ2XViMopb .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rZ2XViMopb .modal-xl {
    max-width: 1140px;
  }
  .cid-rZ2XViMopb .container {
    max-width: 1140px;
  }
}
.cid-rZ2XViMopb .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rZ2XViMopb .container {
    max-width: 720px;
  }
}
.cid-rZ2XViMopb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rZ2XViMopb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rZ2XViMopb .form-group {
  margin-bottom: 1rem;
}
.cid-rZ2XViMopb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rZ2XViMopb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rZ2XViMopb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rZ2XViMopb LABEL {
  color: #ed1c24;
}
.cid-rZ2xPR7y7I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1a1a;
}
@media (min-width: 400px) {
  .cid-rZ2xPR7y7I h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rZ2xPR7y7I h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-rZ2xPR7y7I .media-container-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rZ2xPR7y7I .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-rZ2xPR7y7I .socicon-bg-twitter {
  color: #4da7de;
}
.cid-rZ2xPR7y7I .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-rZ2xPR7y7I .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-rZ2xPR7y7I .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-rZ2xPR7y7I .socicon-bg-pinterest {
  color: #c92619;
}
.cid-rZ2xPR7y7I .socicon-bg-mail {
  color: #134785;
}
.cid-rZ2xPR7y7I .btn-social {
  border: none !important;
}
.cid-rZ2xPR7y7I .btn-social:hover {
  color: #ffffff;
  background: #ed1c24;
}
.cid-rZ2xPR7y7I [class^="socicon-"]:before,
.cid-rZ2xPR7y7I [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rZ2xPR7y7I .btn {
    font-size: 20px !important;
  }
}
.cid-rZ2xPR7y7I .mbr-section-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-rZ2xPSyJXU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-rZ2xPSyJXU .container {
  pointer-events: none;
}
.cid-rZ2xPSyJXU .logo__image {
  width: 100px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-rZ2xPSyJXU .brand__text {
  padding: 12px 0 25px;
}
.cid-rZ2xPSyJXU .brand__email {
  margin-bottom: 15px;
}
.cid-rZ2xPSyJXU .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-rZ2xPSyJXU .footer__title {
  padding: 12px 0 25px;
  color: #fbfcff;
}
.cid-rZ2xPSyJXU .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-rZ2xPSyJXU .footer__items a:hover {
  color: #e9e9e9 !important;
}
.cid-rZ2xPSyJXU .social {
  margin-top: 30px;
}
.cid-rZ2xPSyJXU .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-rZ2xPSyJXU .social .social__items:hover {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
.cid-rZ2xPSyJXU .social .social__items:hover a {
  color: #000000 !important;
}
.cid-rZ2xPSyJXU .social .social__items a {
  color: #dbdbdb;
  padding: 0 10px;
}
.cid-rZ2xPSyJXU .social .social__items:last-child {
  margin-right: 0;
}
.cid-rZ2xPSyJXU .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-rZ2xPSyJXU .divider {
  background-color: #ffffff;
  opacity: .1;
  margin-top: 90px;
  height: 1px;
}
.cid-rZ2xPSyJXU .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-rZ2xPSyJXU .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-rZ2xPSyJXU .footer__bot_items a:hover {
  color: #e9e9e9 !important;
}
.cid-rZ2xPSyJXU .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-rZ2xPSyJXU .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-rZ2xPSyJXU .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #e9e9e9;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-rZ2xPSyJXU .animation__background .circle:before {
  content: '';
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-rZ2xPSyJXU .divider {
    margin-top: 30px;
  }
  .cid-rZ2xPSyJXU .footer__bottom {
    padding: 30px 0;
  }
  .cid-rZ2xPSyJXU .align-right,
  .cid-rZ2xPSyJXU .privacy {
    text-align: center;
  }
  .cid-rZ2xPSyJXU .footer__bot_items {
    margin: 10px 7px  0;
  }
}
