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





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d90a2c !important;
}
.bg-success {
  background-color: #3dc84b !important;
}
.bg-info {
  background-color: #3e4095 !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #3e4095 !important;
  border-color: #3e4095 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3e4095;
  border-color: #3e4095;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3e4095 !important;
  border-color: #3e4095 !important;
}
.btn-info:hover {
  background-color: #2f3171 !important;
  border-color: #2f3171 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3dc84b;
  border-color: #3dc84b;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-success:hover {
  background-color: #2ea43a !important;
  border-color: #2ea43a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-secondary-outline:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #3e4095;
  color: #3e4095;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #3e4095 !important;
  border-color: #3e4095;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3e4095 !important;
  border-color: #3e4095 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3dc84b;
  color: #3dc84b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #3dc84b !important;
  border-color: #3dc84b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3dc84b !important;
  border-color: #3dc84b !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #17161a !important;
}
.text-success {
  color: #3dc84b !important;
}
.text-info {
  color: #3e4095 !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #237c2c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #20214d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #3dc84b;
}
.alert-info {
  background-color: #3e4095;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0e4a7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8688cd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 1.5625rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d90a2c;
  border-bottom-color: #d90a2c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #17161a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sb3q268WOB {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sb3q268WOB .nav-item,
.cid-sb3q268WOB .nav-link,
.cid-sb3q268WOB .navbar-caption {
  font-weight: normal;
}
.cid-sb3q268WOB .navbar-nav {
  counter-reset: number;
}
.cid-sb3q268WOB .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sb3q268WOB .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sb3q268WOB .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sb3q268WOB .btn {
    white-space: nowrap;
  }
  .cid-sb3q268WOB .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sb3q268WOB .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sb3q268WOB .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sb3q268WOB .dropdown-toggle::after,
  .cid-sb3q268WOB .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sb3q268WOB .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sb3q268WOB .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sb3q268WOB .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sb3q268WOB .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sb3q268WOB .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sb3q268WOB .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sb3q268WOB .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sb3q268WOB .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sb3q268WOB .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sb3q268WOB .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sb3q268WOB .nav-item:focus,
.cid-sb3q268WOB .nav-link:focus {
  outline: none;
}
.cid-sb3q268WOB .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sb3q268WOB .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sb3q268WOB .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sb3q268WOB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sb3q268WOB .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sb3q268WOB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sb3q268WOB ul.navbar-nav li {
  margin: auto;
}
.cid-sb3q268WOB .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sb3q268WOB .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sb3q268WOB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sb3q268WOB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sb3q268WOB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sb3q268WOB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sb3q268WOB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sb3q268WOB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sb3q268WOB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sb3q268WOB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sb3q268WOB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sb3q268WOB .navbar .container-fluid,
  .cid-sb3q268WOB .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sb3q268WOB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sb3q268WOB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sb3q268WOB .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sb3q268WOB .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sb3q268WOB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sb3q268WOB .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sb3q268WOB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sb3q268WOB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sb3q268WOB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sb3q268WOB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sb3q268WOB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sb3q268WOB .dropdown-item.active,
.cid-sb3q268WOB .dropdown-item:active {
  background-color: transparent;
}
.cid-sb3q268WOB .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sb3q268WOB .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sb3q268WOB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sb3q268WOB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sb3q268WOB .navbar-buttons {
  text-align: center;
}
.cid-sb3q268WOB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sb3q268WOB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sb3q268WOB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sb3q268WOB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sb3q268WOB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sb3q268WOB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sb3q268WOB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sb3q268WOB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sb3q268WOB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sb3q268WOB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sb3q268WOB .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sb3q268WOB a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sb3q268WOB a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sb3q268WOB .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sb3q268WOB .navbar {
    height: 77px;
  }
  .cid-sb3q268WOB .navbar.opened {
    height: auto;
  }
  .cid-sb3q268WOB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sb3saF9Xge {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-sb3saF9Xge .title__block {
  margin-bottom: 40px;
}
.cid-sb3saF9Xge .mbr-text {
  margin-bottom: 0;
}
.cid-sb3saF9Xge .carousel-item {
  justify-content: center;
}
.cid-sb3saF9Xge .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-sb3saF9Xge .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-sb3saF9Xge .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sb3saF9Xge .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-sb3saF9Xge .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-sb3saF9Xge .user_image img {
  transition: transform .5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sb3saF9Xge .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-sb3saF9Xge .user {
    max-width: 87%;
  }
  .cid-sb3saF9Xge .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-sb3saF9Xge .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-sb3saF9Xge .user {
    max-width: 100%;
  }
  .cid-sb3saF9Xge .carousel-control-prev {
    left: -5%;
  }
  .cid-sb3saF9Xge .carousel-control-next {
    right: -5%;
  }
  .cid-sb3saF9Xge .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-sb3saF9Xge .title__block {
    margin-bottom: 20px;
  }
  .cid-sb3saF9Xge .carousel-controls {
    display: none;
  }
}
.cid-scK5NdHjen {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-scK5NdHjen .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-scK5NdHjen .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-scK5NdHjen .wrap {
  align-items: center;
}
.cid-scK5NdHjen .wrap:hover .card__wrap .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-scK5NdHjen .wrap:hover .card__post {
  opacity: 1;
  transform: translateY(0);
}
.cid-scK5NdHjen .wrap:hover .image__post img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-scK5NdHjen .wrap:hover .mbr-section-title {
  color: #d90a2c;
}
.cid-scK5NdHjen .card__wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.cid-scK5NdHjen .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-scK5NdHjen .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.cid-scK5NdHjen .card__post {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translateY(-10px);
}
.cid-scK5NdHjen .image__post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-scK5NdHjen .image__post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-scK5NdHjen .author__post {
  display: inline-block;
  white-space: nowrap;
  pointer-events: all;
}
.cid-scK5NdHjen .card__content {
  padding: 20px;
}
.cid-scK5NdHjen .card__topic {
  margin-bottom: 15px;
}
.cid-scK5NdHjen .mbr-section-title {
  margin-bottom: 20px;
}
.cid-scK5NdHjen .mbr-text {
  margin-bottom: 10px;
}
.cid-scK5NdHjen .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-scK7gbyv7m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-scK7gbyv7m .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-scK7gbyv7m .mbr-section-title {
  margin: 0;
}
.cid-scK7gbyv7m .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-scK7gbyv7m .card-img span {
  color: #1dc9cb;
}
.cid-scK7gbyv7m .row-item {
  margin-bottom: 2rem;
}
.cid-scK7gbyv7m .row-item:hover .wrapper {
  background: linear-gradient(90deg, #369898, #5eeebb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-scK7gbyv7m .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-scK7gbyv7m .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-scK7gbyv7m .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sb3uEd8MfG {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sb3uEd8MfG .main {
  height: 480px;
}
.cid-sb3uEd8MfG .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sb3uEd8MfG .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sb3uEd8MfG .map {
    height: auto;
  }
}
.cid-sb3uEd8MfG .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sb3uEd8MfG .block__content1,
.cid-sb3uEd8MfG .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sb3uEd8MfG .block__content1 {
  background-color: #17161a;
}
.cid-sb3uEd8MfG .block__content2 {
  background-color: #1a191d;
}
.cid-sb3uEd8MfG .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sb3uEd8MfG .content__title,
.cid-sb3uEd8MfG .title__adress {
  margin-bottom: 20px;
}
.cid-sb3uEd8MfG .content__span,
.cid-sb3uEd8MfG .content__span2 {
  color: #6a696c;
}
.cid-sb3uEd8MfG .content__phone {
  margin-bottom: 25px;
}
.cid-sb3uEd8MfG .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sb3uEd8MfG .main {
    height: auto;
  }
  .cid-sb3uEd8MfG .block__content1,
  .cid-sb3uEd8MfG .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sb3uEd8MfG .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sb3uEd8MfG .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sb3uEd8MfG .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sb3uEd8MfG .wrap__content {
    flex-direction: column;
  }
}
.cid-sdhUycvQy8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b5d344;
}
.cid-sdhUycvQy8 .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdhUycvQy8 .footer__content {
  margin-bottom: 30px;
}
.cid-sdhUycvQy8 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdhUycvQy8 .title__adress {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdhUycvQy8 .work__adress {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sdhUycvQy8 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdhUycvQy8 .privacy {
    text-align: left;
  }
}
.cid-sdhUycvQy8 .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdhUycvQy8 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdhUycvQy8 .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdhUycvQy8 .input-group-btn {
  padding-left: 0;
}
.cid-sdhUycvQy8 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sdhUycvQy8 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdhUycvQy8 .mbr-form .btn {
  margin: 0;
}
.cid-sdhUycvQy8 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdhUycvQy8 input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdhUycvQy8 .wrap {
    padding-bottom: 25px;
  }
  .cid-sdhUycvQy8 .divider {
    margin: 0 0 20px;
  }
}
.cid-sdhRp0CoPE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sdhRp0CoPE .nav-item,
.cid-sdhRp0CoPE .nav-link,
.cid-sdhRp0CoPE .navbar-caption {
  font-weight: normal;
}
.cid-sdhRp0CoPE .navbar-nav {
  counter-reset: number;
}
.cid-sdhRp0CoPE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdhRp0CoPE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdhRp0CoPE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdhRp0CoPE .btn {
    white-space: nowrap;
  }
  .cid-sdhRp0CoPE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdhRp0CoPE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdhRp0CoPE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdhRp0CoPE .dropdown-toggle::after,
  .cid-sdhRp0CoPE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdhRp0CoPE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdhRp0CoPE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdhRp0CoPE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdhRp0CoPE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdhRp0CoPE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sdhRp0CoPE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdhRp0CoPE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdhRp0CoPE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdhRp0CoPE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdhRp0CoPE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdhRp0CoPE .nav-item:focus,
.cid-sdhRp0CoPE .nav-link:focus {
  outline: none;
}
.cid-sdhRp0CoPE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdhRp0CoPE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdhRp0CoPE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdhRp0CoPE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdhRp0CoPE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdhRp0CoPE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdhRp0CoPE ul.navbar-nav li {
  margin: auto;
}
.cid-sdhRp0CoPE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sdhRp0CoPE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sdhRp0CoPE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdhRp0CoPE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdhRp0CoPE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdhRp0CoPE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sdhRp0CoPE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdhRp0CoPE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdhRp0CoPE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdhRp0CoPE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdhRp0CoPE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdhRp0CoPE .navbar .container-fluid,
  .cid-sdhRp0CoPE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdhRp0CoPE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdhRp0CoPE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdhRp0CoPE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdhRp0CoPE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdhRp0CoPE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdhRp0CoPE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdhRp0CoPE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sdhRp0CoPE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdhRp0CoPE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdhRp0CoPE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdhRp0CoPE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdhRp0CoPE .dropdown-item.active,
.cid-sdhRp0CoPE .dropdown-item:active {
  background-color: transparent;
}
.cid-sdhRp0CoPE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdhRp0CoPE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdhRp0CoPE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdhRp0CoPE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdhRp0CoPE .navbar-buttons {
  text-align: center;
}
.cid-sdhRp0CoPE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdhRp0CoPE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sdhRp0CoPE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdhRp0CoPE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdhRp0CoPE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdhRp0CoPE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdhRp0CoPE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdhRp0CoPE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdhRp0CoPE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdhRp0CoPE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdhRp0CoPE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdhRp0CoPE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdhRp0CoPE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sdhRp0CoPE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdhRp0CoPE .navbar {
    height: 77px;
  }
  .cid-sdhRp0CoPE .navbar.opened {
    height: auto;
  }
  .cid-sdhRp0CoPE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdiJJd1pJB {
  overflow-x: hidden !important;
}
.cid-sdiJJd1pJB,
.cid-sdiJJd1pJB .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sdiJJd1pJB .mbr-section-title {
  color: #ffffff;
}
.cid-sdiJJd1pJB .mbr-section-title span {
  color: #d90a2c;
}
.cid-sdiJJd1pJB .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdiJJd1pJB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #f79639;
}
.cid-sdiJJd1pJB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdiJJd1pJB .mbr-overlay {
  z-index: 1;
}
.cid-sdiJJd1pJB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdhRCMFAwH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sdhRCMFAwH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sdhRCMFAwH img:hover {
  transform: scale(1.1);
}
.cid-sdhRCMFAwH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sdhRCMFAwH h2 {
  padding: 0;
  margin: 0;
}
.cid-sdhRCMFAwH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdhRCMFAwH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sdhRCMFAwH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sdhRCMFAwH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sdhRCMFAwH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sdhRCMFAwH .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-sdhRCMFAwH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sdhRCMFAwH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sdhRCMFAwH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sdhRCMFAwH H2 {
  color: #333333;
}
.cid-sdhRCMFAwH .mbr-text {
  color: #000000;
}
.cid-sdhSfNm45s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sdhSfNm45s img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sdhSfNm45s img:hover {
  transform: scale(1.1);
}
.cid-sdhSfNm45s .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sdhSfNm45s h2 {
  padding: 0;
  margin: 0;
}
.cid-sdhSfNm45s .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdhSfNm45s .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sdhSfNm45s .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sdhSfNm45s .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sdhSfNm45s .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sdhSfNm45s .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sdhSfNm45s .mbr-iconfont {
  margin: 0!important;
}
.cid-sdhSfNm45s .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-sdhSfNm45s .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sdhSfNm45s .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sdhSfNm45s .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sdhSfNm45s .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sdhSfNm45s H2 {
  color: #333333;
}
.cid-sdhSfNm45s .mbr-text {
  color: #000000;
}
.cid-sdhSLDhZSQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdhUycvQy8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b5d344;
}
.cid-sdhUycvQy8 .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdhUycvQy8 .footer__content {
  margin-bottom: 30px;
}
.cid-sdhUycvQy8 .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdhUycvQy8 .title__adress {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdhUycvQy8 .work__adress {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sdhUycvQy8 .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdhUycvQy8 .privacy {
    text-align: left;
  }
}
.cid-sdhUycvQy8 .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdhUycvQy8 .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdhUycvQy8 .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdhUycvQy8 .input-group-btn {
  padding-left: 0;
}
.cid-sdhUycvQy8 .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sdhUycvQy8 .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdhUycvQy8 .mbr-form .btn {
  margin: 0;
}
.cid-sdhUycvQy8 input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdhUycvQy8 input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdhUycvQy8 .wrap {
    padding-bottom: 25px;
  }
  .cid-sdhUycvQy8 .divider {
    margin: 0 0 20px;
  }
}
.cid-sdiSpz68t3 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sdiSpz68t3 .nav-item,
.cid-sdiSpz68t3 .nav-link,
.cid-sdiSpz68t3 .navbar-caption {
  font-weight: normal;
}
.cid-sdiSpz68t3 .navbar-nav {
  counter-reset: number;
}
.cid-sdiSpz68t3 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdiSpz68t3 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdiSpz68t3 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdiSpz68t3 .btn {
    white-space: nowrap;
  }
  .cid-sdiSpz68t3 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdiSpz68t3 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdiSpz68t3 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdiSpz68t3 .dropdown-toggle::after,
  .cid-sdiSpz68t3 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdiSpz68t3 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSpz68t3 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSpz68t3 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdiSpz68t3 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSpz68t3 .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sdiSpz68t3 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdiSpz68t3 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdiSpz68t3 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdiSpz68t3 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdiSpz68t3 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdiSpz68t3 .nav-item:focus,
.cid-sdiSpz68t3 .nav-link:focus {
  outline: none;
}
.cid-sdiSpz68t3 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdiSpz68t3 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdiSpz68t3 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdiSpz68t3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdiSpz68t3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdiSpz68t3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdiSpz68t3 ul.navbar-nav li {
  margin: auto;
}
.cid-sdiSpz68t3 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sdiSpz68t3 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sdiSpz68t3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdiSpz68t3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdiSpz68t3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdiSpz68t3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sdiSpz68t3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdiSpz68t3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdiSpz68t3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdiSpz68t3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdiSpz68t3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdiSpz68t3 .navbar .container-fluid,
  .cid-sdiSpz68t3 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdiSpz68t3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdiSpz68t3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdiSpz68t3 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdiSpz68t3 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdiSpz68t3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdiSpz68t3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdiSpz68t3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sdiSpz68t3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdiSpz68t3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdiSpz68t3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdiSpz68t3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdiSpz68t3 .dropdown-item.active,
.cid-sdiSpz68t3 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdiSpz68t3 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdiSpz68t3 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdiSpz68t3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdiSpz68t3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdiSpz68t3 .navbar-buttons {
  text-align: center;
}
.cid-sdiSpz68t3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdiSpz68t3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sdiSpz68t3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdiSpz68t3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiSpz68t3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiSpz68t3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdiSpz68t3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiSpz68t3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdiSpz68t3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdiSpz68t3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiSpz68t3 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdiSpz68t3 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSpz68t3 a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sdiSpz68t3 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdiSpz68t3 .navbar {
    height: 77px;
  }
  .cid-sdiSpz68t3 .navbar.opened {
    height: auto;
  }
  .cid-sdiSpz68t3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdiSpA5Ai4 {
  overflow-x: hidden !important;
}
.cid-sdiSpA5Ai4,
.cid-sdiSpA5Ai4 .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sdiSpA5Ai4 .mbr-section-title {
  color: #ffffff;
}
.cid-sdiSpA5Ai4 .mbr-section-title span {
  color: #d90a2c;
}
.cid-sdiSpA5Ai4 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdiSpA5Ai4 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #f79639;
}
.cid-sdiSpA5Ai4 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdiSpA5Ai4 .mbr-overlay {
  z-index: 1;
}
.cid-sdiSpA5Ai4 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdiSpB36Zs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sdiSpB36Zs img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sdiSpB36Zs img:hover {
  transform: scale(1.1);
}
.cid-sdiSpB36Zs .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sdiSpB36Zs h2 {
  padding: 0;
  margin: 0;
}
.cid-sdiSpB36Zs .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdiSpB36Zs .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sdiSpB36Zs .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sdiSpB36Zs .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sdiSpB36Zs .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sdiSpB36Zs .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-sdiSpB36Zs .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sdiSpB36Zs .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sdiSpB36Zs .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sdiSpB36Zs H2 {
  color: #333333;
}
.cid-sdiSpB36Zs .mbr-text {
  color: #000000;
}
.cid-sdiSpC02rd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b5d344;
}
.cid-sdiSpC02rd .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdiSpC02rd .footer__content {
  margin-bottom: 30px;
}
.cid-sdiSpC02rd .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdiSpC02rd .title__adress {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdiSpC02rd .work__adress {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sdiSpC02rd .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdiSpC02rd .privacy {
    text-align: left;
  }
}
.cid-sdiSpC02rd .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdiSpC02rd .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdiSpC02rd .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdiSpC02rd .input-group-btn {
  padding-left: 0;
}
.cid-sdiSpC02rd .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sdiSpC02rd .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdiSpC02rd .mbr-form .btn {
  margin: 0;
}
.cid-sdiSpC02rd input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdiSpC02rd input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdiSpC02rd .wrap {
    padding-bottom: 25px;
  }
  .cid-sdiSpC02rd .divider {
    margin: 0 0 20px;
  }
}
.cid-sdj4ga4LRK {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sdj4ga4LRK .nav-item,
.cid-sdj4ga4LRK .nav-link,
.cid-sdj4ga4LRK .navbar-caption {
  font-weight: normal;
}
.cid-sdj4ga4LRK .navbar-nav {
  counter-reset: number;
}
.cid-sdj4ga4LRK .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdj4ga4LRK .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdj4ga4LRK .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdj4ga4LRK .btn {
    white-space: nowrap;
  }
  .cid-sdj4ga4LRK .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdj4ga4LRK .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdj4ga4LRK .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdj4ga4LRK .dropdown-toggle::after,
  .cid-sdj4ga4LRK .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdj4ga4LRK .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdj4ga4LRK .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdj4ga4LRK .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdj4ga4LRK .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdj4ga4LRK .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sdj4ga4LRK .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdj4ga4LRK .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdj4ga4LRK .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdj4ga4LRK .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdj4ga4LRK .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdj4ga4LRK .nav-item:focus,
.cid-sdj4ga4LRK .nav-link:focus {
  outline: none;
}
.cid-sdj4ga4LRK .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdj4ga4LRK .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdj4ga4LRK .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdj4ga4LRK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdj4ga4LRK .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdj4ga4LRK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdj4ga4LRK ul.navbar-nav li {
  margin: auto;
}
.cid-sdj4ga4LRK .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sdj4ga4LRK .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sdj4ga4LRK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdj4ga4LRK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdj4ga4LRK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdj4ga4LRK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sdj4ga4LRK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdj4ga4LRK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdj4ga4LRK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdj4ga4LRK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdj4ga4LRK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdj4ga4LRK .navbar .container-fluid,
  .cid-sdj4ga4LRK .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdj4ga4LRK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdj4ga4LRK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdj4ga4LRK .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdj4ga4LRK .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdj4ga4LRK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdj4ga4LRK .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdj4ga4LRK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sdj4ga4LRK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdj4ga4LRK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdj4ga4LRK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdj4ga4LRK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdj4ga4LRK .dropdown-item.active,
.cid-sdj4ga4LRK .dropdown-item:active {
  background-color: transparent;
}
.cid-sdj4ga4LRK .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdj4ga4LRK .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdj4ga4LRK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdj4ga4LRK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdj4ga4LRK .navbar-buttons {
  text-align: center;
}
.cid-sdj4ga4LRK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdj4ga4LRK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sdj4ga4LRK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdj4ga4LRK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj4ga4LRK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj4ga4LRK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdj4ga4LRK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj4ga4LRK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdj4ga4LRK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdj4ga4LRK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj4ga4LRK .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdj4ga4LRK a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdj4ga4LRK a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sdj4ga4LRK .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdj4ga4LRK .navbar {
    height: 77px;
  }
  .cid-sdj4ga4LRK .navbar.opened {
    height: auto;
  }
  .cid-sdj4ga4LRK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdj4gbbKvH {
  overflow-x: hidden !important;
}
.cid-sdj4gbbKvH,
.cid-sdj4gbbKvH .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sdj4gbbKvH .mbr-section-title {
  color: #ffffff;
}
.cid-sdj4gbbKvH .mbr-section-title span {
  color: #d90a2c;
}
.cid-sdj4gbbKvH .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdj4gbbKvH .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #f79639;
}
.cid-sdj4gbbKvH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdj4gbbKvH .mbr-overlay {
  z-index: 1;
}
.cid-sdj4gbbKvH .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdj4JGqndI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sdj4JGqndI .mbr-section-title,
.cid-sdj4JGqndI .title__adress,
.cid-sdj4JGqndI .title__social {
  margin-bottom: 20px;
}
.cid-sdj4JGqndI .info {
  margin-bottom: 20px;
}
.cid-sdj4JGqndI .text__info,
.cid-sdj4JGqndI .work__time,
.cid-sdj4JGqndI .work__adress {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sdj4JGqndI .info__wrap {
    padding: 0 30px;
  }
}
.cid-sdj4JGqndI .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 75px 15px 85px;
  opacity: 0.6;
}
.cid-sdj4JGqndI .dragArea .form-control {
  height: 49px;
  font-size: 16px;
  color: #232226;
  padding: 14px 15px;
  border: none;
  line-height: 1.3;
  border-radius: 4px;
  background-color: #f5f7fd !important;
}
.cid-sdj4JGqndI .dragArea .jq-selectbox li:hover,
.cid-sdj4JGqndI .dragArea .jq-selectbox li.selected {
  background-color: #3e4095;
  color: #ffffff;
}
.cid-sdj4JGqndI .dragArea .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #17161a;
}
.cid-sdj4JGqndI .dragArea .jq-selectbox__select {
  padding: 14px 15px;
  border-radius: 4px;
}
.cid-sdj4JGqndI .dragArea .jq-selectbox__select-text {
  color: #232226;
  opacity: .8;
}
.cid-sdj4JGqndI .dragArea .jq-selectbox__trigger-arrow {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  top: 40%;
  border-color: #17161a;
}
.cid-sdj4JGqndI .dragArea textarea {
  height: 160px !important;
}
.cid-sdj4JGqndI .dragArea input::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sdj4JGqndI .dragArea input::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sdj4JGqndI .dragArea textarea::-webkit-input-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sdj4JGqndI .dragArea textarea::-moz-placeholder {
  color: #232226;
  opacity: .8;
}
.cid-sdj4JGqndI .input-group-btn {
  padding: 0 10px;
}
.cid-sdj4JGqndI .input-group-btn .btn {
  margin: 0;
  margin-top: 15px;
}
.cid-sdj4JGqndI .form-group {
  padding: 10px;
  margin-bottom: 10px;
}
.cid-sdj4JGqndI .form-control-label {
  margin-bottom: 8px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-sdj4JGqndI .divider {
    margin: 40px 15px 45px;
  }
}
@media (max-width: 767px) {
  .cid-sdj4JGqndI .social,
  .cid-sdj4JGqndI .adress,
  .cid-sdj4JGqndI .info__wrap {
    margin-bottom: 30px;
  }
  .cid-sdj4JGqndI .form-group {
    padding: 10px 15px;
  }
  .cid-sdj4JGqndI .input-group-btn {
    padding: 0 15px;
  }
}
.cid-sdj4JGqndI LABEL {
  color: #3e4095;
}
.cid-sdj4gd9pvO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b5d344;
}
.cid-sdj4gd9pvO .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdj4gd9pvO .footer__content {
  margin-bottom: 30px;
}
.cid-sdj4gd9pvO .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdj4gd9pvO .title__adress {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdj4gd9pvO .work__adress {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sdj4gd9pvO .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdj4gd9pvO .privacy {
    text-align: left;
  }
}
.cid-sdj4gd9pvO .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdj4gd9pvO .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdj4gd9pvO .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdj4gd9pvO .input-group-btn {
  padding-left: 0;
}
.cid-sdj4gd9pvO .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sdj4gd9pvO .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdj4gd9pvO .mbr-form .btn {
  margin: 0;
}
.cid-sdj4gd9pvO input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdj4gd9pvO input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdj4gd9pvO .wrap {
    padding-bottom: 25px;
  }
  .cid-sdj4gd9pvO .divider {
    margin: 0 0 20px;
  }
}
.cid-sdiKcpOq8d {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sdiKcpOq8d .nav-item,
.cid-sdiKcpOq8d .nav-link,
.cid-sdiKcpOq8d .navbar-caption {
  font-weight: normal;
}
.cid-sdiKcpOq8d .navbar-nav {
  counter-reset: number;
}
.cid-sdiKcpOq8d .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdiKcpOq8d .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdiKcpOq8d .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdiKcpOq8d .btn {
    white-space: nowrap;
  }
  .cid-sdiKcpOq8d .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdiKcpOq8d .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdiKcpOq8d .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdiKcpOq8d .dropdown-toggle::after,
  .cid-sdiKcpOq8d .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdiKcpOq8d .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiKcpOq8d .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiKcpOq8d .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdiKcpOq8d .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiKcpOq8d .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sdiKcpOq8d .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdiKcpOq8d .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdiKcpOq8d .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdiKcpOq8d .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdiKcpOq8d .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdiKcpOq8d .nav-item:focus,
.cid-sdiKcpOq8d .nav-link:focus {
  outline: none;
}
.cid-sdiKcpOq8d .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdiKcpOq8d .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdiKcpOq8d .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdiKcpOq8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdiKcpOq8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdiKcpOq8d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdiKcpOq8d ul.navbar-nav li {
  margin: auto;
}
.cid-sdiKcpOq8d .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sdiKcpOq8d .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sdiKcpOq8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdiKcpOq8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdiKcpOq8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdiKcpOq8d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sdiKcpOq8d .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdiKcpOq8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdiKcpOq8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdiKcpOq8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdiKcpOq8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdiKcpOq8d .navbar .container-fluid,
  .cid-sdiKcpOq8d .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdiKcpOq8d .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdiKcpOq8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdiKcpOq8d .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdiKcpOq8d .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdiKcpOq8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdiKcpOq8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdiKcpOq8d .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sdiKcpOq8d .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdiKcpOq8d .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdiKcpOq8d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdiKcpOq8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdiKcpOq8d .dropdown-item.active,
.cid-sdiKcpOq8d .dropdown-item:active {
  background-color: transparent;
}
.cid-sdiKcpOq8d .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdiKcpOq8d .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdiKcpOq8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdiKcpOq8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdiKcpOq8d .navbar-buttons {
  text-align: center;
}
.cid-sdiKcpOq8d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdiKcpOq8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sdiKcpOq8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdiKcpOq8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiKcpOq8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiKcpOq8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdiKcpOq8d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiKcpOq8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdiKcpOq8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdiKcpOq8d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiKcpOq8d .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdiKcpOq8d a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiKcpOq8d a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sdiKcpOq8d .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdiKcpOq8d .navbar {
    height: 77px;
  }
  .cid-sdiKcpOq8d .navbar.opened {
    height: auto;
  }
  .cid-sdiKcpOq8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdiKcqUxbc {
  overflow-x: hidden !important;
}
.cid-sdiKcqUxbc,
.cid-sdiKcqUxbc .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sdiKcqUxbc .mbr-section-title {
  color: #ffffff;
}
.cid-sdiKcqUxbc .mbr-section-title span {
  color: #d90a2c;
}
.cid-sdiKcqUxbc .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdiKcqUxbc .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #f79639;
}
.cid-sdiKcqUxbc .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdiKcqUxbc .mbr-overlay {
  z-index: 1;
}
.cid-sdiKcqUxbc .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdiKcrTgqh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sdiKcrTgqh img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sdiKcrTgqh img:hover {
  transform: scale(1.1);
}
.cid-sdiKcrTgqh .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sdiKcrTgqh h2 {
  padding: 0;
  margin: 0;
}
.cid-sdiKcrTgqh .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdiKcrTgqh .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sdiKcrTgqh .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sdiKcrTgqh .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sdiKcrTgqh .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sdiKcrTgqh .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-sdiKcrTgqh .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sdiKcrTgqh .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sdiKcrTgqh .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sdiKcrTgqh H2 {
  color: #333333;
}
.cid-sdiKcrTgqh .mbr-text {
  color: #000000;
}
.cid-sdiMCCrY5P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sdiMCCrY5P .title__block {
  margin-bottom: 30px;
}
.cid-sdiMCCrY5P .mbr-section-subtitle,
.cid-sdiMCCrY5P .card__subtitle {
  opacity: .8;
  margin-bottom: 0;
}
.cid-sdiMCCrY5P .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sdiMCCrY5P .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sdiMCCrY5P .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-sdiMCCrY5P .card__title {
  margin-bottom: 20px;
}
.cid-sdiMCCrY5P .mbr-text {
  margin-bottom: 0;
}
.cid-sdiKcuxmTT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b5d344;
}
.cid-sdiKcuxmTT .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdiKcuxmTT .footer__content {
  margin-bottom: 30px;
}
.cid-sdiKcuxmTT .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdiKcuxmTT .title__adress {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdiKcuxmTT .work__adress {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sdiKcuxmTT .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdiKcuxmTT .privacy {
    text-align: left;
  }
}
.cid-sdiKcuxmTT .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdiKcuxmTT .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdiKcuxmTT .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdiKcuxmTT .input-group-btn {
  padding-left: 0;
}
.cid-sdiKcuxmTT .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sdiKcuxmTT .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdiKcuxmTT .mbr-form .btn {
  margin: 0;
}
.cid-sdiKcuxmTT input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdiKcuxmTT input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdiKcuxmTT .wrap {
    padding-bottom: 25px;
  }
  .cid-sdiKcuxmTT .divider {
    margin: 0 0 20px;
  }
}
.cid-sdiQqQZRp4 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sdiQqQZRp4 .nav-item,
.cid-sdiQqQZRp4 .nav-link,
.cid-sdiQqQZRp4 .navbar-caption {
  font-weight: normal;
}
.cid-sdiQqQZRp4 .navbar-nav {
  counter-reset: number;
}
.cid-sdiQqQZRp4 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdiQqQZRp4 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdiQqQZRp4 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdiQqQZRp4 .btn {
    white-space: nowrap;
  }
  .cid-sdiQqQZRp4 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdiQqQZRp4 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdiQqQZRp4 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdiQqQZRp4 .dropdown-toggle::after,
  .cid-sdiQqQZRp4 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdiQqQZRp4 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiQqQZRp4 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiQqQZRp4 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdiQqQZRp4 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiQqQZRp4 .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sdiQqQZRp4 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdiQqQZRp4 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdiQqQZRp4 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdiQqQZRp4 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdiQqQZRp4 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdiQqQZRp4 .nav-item:focus,
.cid-sdiQqQZRp4 .nav-link:focus {
  outline: none;
}
.cid-sdiQqQZRp4 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdiQqQZRp4 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdiQqQZRp4 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdiQqQZRp4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdiQqQZRp4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdiQqQZRp4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdiQqQZRp4 ul.navbar-nav li {
  margin: auto;
}
.cid-sdiQqQZRp4 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sdiQqQZRp4 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sdiQqQZRp4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdiQqQZRp4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdiQqQZRp4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdiQqQZRp4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sdiQqQZRp4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdiQqQZRp4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdiQqQZRp4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdiQqQZRp4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdiQqQZRp4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdiQqQZRp4 .navbar .container-fluid,
  .cid-sdiQqQZRp4 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdiQqQZRp4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdiQqQZRp4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdiQqQZRp4 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdiQqQZRp4 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdiQqQZRp4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdiQqQZRp4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdiQqQZRp4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sdiQqQZRp4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdiQqQZRp4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdiQqQZRp4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdiQqQZRp4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdiQqQZRp4 .dropdown-item.active,
.cid-sdiQqQZRp4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdiQqQZRp4 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdiQqQZRp4 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdiQqQZRp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdiQqQZRp4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdiQqQZRp4 .navbar-buttons {
  text-align: center;
}
.cid-sdiQqQZRp4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdiQqQZRp4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sdiQqQZRp4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdiQqQZRp4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiQqQZRp4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiQqQZRp4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdiQqQZRp4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiQqQZRp4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdiQqQZRp4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdiQqQZRp4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiQqQZRp4 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdiQqQZRp4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiQqQZRp4 a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sdiQqQZRp4 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdiQqQZRp4 .navbar {
    height: 77px;
  }
  .cid-sdiQqQZRp4 .navbar.opened {
    height: auto;
  }
  .cid-sdiQqQZRp4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdiQqSbaQD {
  overflow-x: hidden !important;
}
.cid-sdiQqSbaQD,
.cid-sdiQqSbaQD .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sdiQqSbaQD .mbr-section-title {
  color: #ffffff;
}
.cid-sdiQqSbaQD .mbr-section-title span {
  color: #d90a2c;
}
.cid-sdiQqSbaQD .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdiQqSbaQD .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #f79639;
}
.cid-sdiQqSbaQD .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdiQqSbaQD .mbr-overlay {
  z-index: 1;
}
.cid-sdiQqSbaQD .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdiQqTcebY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sdiQqTcebY img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sdiQqTcebY img:hover {
  transform: scale(1.1);
}
.cid-sdiQqTcebY .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sdiQqTcebY h2 {
  padding: 0;
  margin: 0;
}
.cid-sdiQqTcebY .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdiQqTcebY .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sdiQqTcebY .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sdiQqTcebY .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sdiQqTcebY .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sdiQqTcebY .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-sdiQqTcebY .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sdiQqTcebY .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sdiQqTcebY .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sdiQqTcebY H2 {
  color: #333333;
}
.cid-sdiQqTcebY .mbr-text {
  color: #000000;
}
.cid-sdiQqVtlnH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b5d344;
}
.cid-sdiQqVtlnH .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdiQqVtlnH .footer__content {
  margin-bottom: 30px;
}
.cid-sdiQqVtlnH .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdiQqVtlnH .title__adress {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdiQqVtlnH .work__adress {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sdiQqVtlnH .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdiQqVtlnH .privacy {
    text-align: left;
  }
}
.cid-sdiQqVtlnH .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdiQqVtlnH .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdiQqVtlnH .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdiQqVtlnH .input-group-btn {
  padding-left: 0;
}
.cid-sdiQqVtlnH .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sdiQqVtlnH .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdiQqVtlnH .mbr-form .btn {
  margin: 0;
}
.cid-sdiQqVtlnH input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdiQqVtlnH input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdiQqVtlnH .wrap {
    padding-bottom: 25px;
  }
  .cid-sdiQqVtlnH .divider {
    margin: 0 0 20px;
  }
}
.cid-sdiSB1RiNp {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sdiSB1RiNp .nav-item,
.cid-sdiSB1RiNp .nav-link,
.cid-sdiSB1RiNp .navbar-caption {
  font-weight: normal;
}
.cid-sdiSB1RiNp .navbar-nav {
  counter-reset: number;
}
.cid-sdiSB1RiNp .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdiSB1RiNp .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdiSB1RiNp .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdiSB1RiNp .btn {
    white-space: nowrap;
  }
  .cid-sdiSB1RiNp .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdiSB1RiNp .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdiSB1RiNp .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdiSB1RiNp .dropdown-toggle::after,
  .cid-sdiSB1RiNp .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdiSB1RiNp .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSB1RiNp .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSB1RiNp .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdiSB1RiNp .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSB1RiNp .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sdiSB1RiNp .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdiSB1RiNp .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdiSB1RiNp .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdiSB1RiNp .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdiSB1RiNp .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdiSB1RiNp .nav-item:focus,
.cid-sdiSB1RiNp .nav-link:focus {
  outline: none;
}
.cid-sdiSB1RiNp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdiSB1RiNp .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdiSB1RiNp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdiSB1RiNp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdiSB1RiNp .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdiSB1RiNp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdiSB1RiNp ul.navbar-nav li {
  margin: auto;
}
.cid-sdiSB1RiNp .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sdiSB1RiNp .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sdiSB1RiNp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdiSB1RiNp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdiSB1RiNp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdiSB1RiNp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sdiSB1RiNp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdiSB1RiNp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdiSB1RiNp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdiSB1RiNp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdiSB1RiNp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdiSB1RiNp .navbar .container-fluid,
  .cid-sdiSB1RiNp .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdiSB1RiNp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdiSB1RiNp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdiSB1RiNp .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdiSB1RiNp .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdiSB1RiNp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdiSB1RiNp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdiSB1RiNp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sdiSB1RiNp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdiSB1RiNp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdiSB1RiNp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdiSB1RiNp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdiSB1RiNp .dropdown-item.active,
.cid-sdiSB1RiNp .dropdown-item:active {
  background-color: transparent;
}
.cid-sdiSB1RiNp .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdiSB1RiNp .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdiSB1RiNp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdiSB1RiNp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdiSB1RiNp .navbar-buttons {
  text-align: center;
}
.cid-sdiSB1RiNp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdiSB1RiNp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sdiSB1RiNp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdiSB1RiNp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiSB1RiNp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiSB1RiNp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdiSB1RiNp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiSB1RiNp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdiSB1RiNp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdiSB1RiNp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiSB1RiNp .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdiSB1RiNp a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSB1RiNp a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sdiSB1RiNp .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdiSB1RiNp .navbar {
    height: 77px;
  }
  .cid-sdiSB1RiNp .navbar.opened {
    height: auto;
  }
  .cid-sdiSB1RiNp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdiSB2FIzm {
  overflow-x: hidden !important;
}
.cid-sdiSB2FIzm,
.cid-sdiSB2FIzm .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sdiSB2FIzm .mbr-section-title {
  color: #ffffff;
}
.cid-sdiSB2FIzm .mbr-section-title span {
  color: #d90a2c;
}
.cid-sdiSB2FIzm .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdiSB2FIzm .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #f79639;
}
.cid-sdiSB2FIzm .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdiSB2FIzm .mbr-overlay {
  z-index: 1;
}
.cid-sdiSB2FIzm .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdiSB3Grc0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sdiSB3Grc0 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sdiSB3Grc0 img:hover {
  transform: scale(1.1);
}
.cid-sdiSB3Grc0 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sdiSB3Grc0 h2 {
  padding: 0;
  margin: 0;
}
.cid-sdiSB3Grc0 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdiSB3Grc0 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sdiSB3Grc0 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sdiSB3Grc0 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sdiSB3Grc0 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sdiSB3Grc0 .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-sdiSB3Grc0 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sdiSB3Grc0 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sdiSB3Grc0 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sdiSB3Grc0 H2 {
  color: #333333;
}
.cid-sdiSB3Grc0 .mbr-text {
  color: #000000;
}
.cid-sdiSB4yaKk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b5d344;
}
.cid-sdiSB4yaKk .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdiSB4yaKk .footer__content {
  margin-bottom: 30px;
}
.cid-sdiSB4yaKk .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdiSB4yaKk .title__adress {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdiSB4yaKk .work__adress {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sdiSB4yaKk .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdiSB4yaKk .privacy {
    text-align: left;
  }
}
.cid-sdiSB4yaKk .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdiSB4yaKk .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdiSB4yaKk .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdiSB4yaKk .input-group-btn {
  padding-left: 0;
}
.cid-sdiSB4yaKk .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sdiSB4yaKk .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdiSB4yaKk .mbr-form .btn {
  margin: 0;
}
.cid-sdiSB4yaKk input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdiSB4yaKk input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdiSB4yaKk .wrap {
    padding-bottom: 25px;
  }
  .cid-sdiSB4yaKk .divider {
    margin: 0 0 20px;
  }
}
.cid-sdiSGZGE4m {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sdiSGZGE4m .nav-item,
.cid-sdiSGZGE4m .nav-link,
.cid-sdiSGZGE4m .navbar-caption {
  font-weight: normal;
}
.cid-sdiSGZGE4m .navbar-nav {
  counter-reset: number;
}
.cid-sdiSGZGE4m .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdiSGZGE4m .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdiSGZGE4m .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdiSGZGE4m .btn {
    white-space: nowrap;
  }
  .cid-sdiSGZGE4m .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdiSGZGE4m .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdiSGZGE4m .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdiSGZGE4m .dropdown-toggle::after,
  .cid-sdiSGZGE4m .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdiSGZGE4m .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSGZGE4m .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSGZGE4m .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdiSGZGE4m .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSGZGE4m .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sdiSGZGE4m .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdiSGZGE4m .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdiSGZGE4m .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdiSGZGE4m .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdiSGZGE4m .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdiSGZGE4m .nav-item:focus,
.cid-sdiSGZGE4m .nav-link:focus {
  outline: none;
}
.cid-sdiSGZGE4m .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdiSGZGE4m .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdiSGZGE4m .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdiSGZGE4m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdiSGZGE4m .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdiSGZGE4m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdiSGZGE4m ul.navbar-nav li {
  margin: auto;
}
.cid-sdiSGZGE4m .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sdiSGZGE4m .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sdiSGZGE4m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdiSGZGE4m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdiSGZGE4m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdiSGZGE4m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sdiSGZGE4m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdiSGZGE4m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdiSGZGE4m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdiSGZGE4m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdiSGZGE4m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdiSGZGE4m .navbar .container-fluid,
  .cid-sdiSGZGE4m .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdiSGZGE4m .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdiSGZGE4m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdiSGZGE4m .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdiSGZGE4m .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdiSGZGE4m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdiSGZGE4m .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdiSGZGE4m .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sdiSGZGE4m .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdiSGZGE4m .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdiSGZGE4m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdiSGZGE4m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdiSGZGE4m .dropdown-item.active,
.cid-sdiSGZGE4m .dropdown-item:active {
  background-color: transparent;
}
.cid-sdiSGZGE4m .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdiSGZGE4m .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdiSGZGE4m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdiSGZGE4m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdiSGZGE4m .navbar-buttons {
  text-align: center;
}
.cid-sdiSGZGE4m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdiSGZGE4m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sdiSGZGE4m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdiSGZGE4m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiSGZGE4m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdiSGZGE4m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdiSGZGE4m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiSGZGE4m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdiSGZGE4m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdiSGZGE4m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdiSGZGE4m .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdiSGZGE4m a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdiSGZGE4m a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sdiSGZGE4m .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdiSGZGE4m .navbar {
    height: 77px;
  }
  .cid-sdiSGZGE4m .navbar.opened {
    height: auto;
  }
  .cid-sdiSGZGE4m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdiSH0thc9 {
  overflow-x: hidden !important;
}
.cid-sdiSH0thc9,
.cid-sdiSH0thc9 .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sdiSH0thc9 .mbr-section-title {
  color: #ffffff;
}
.cid-sdiSH0thc9 .mbr-section-title span {
  color: #d90a2c;
}
.cid-sdiSH0thc9 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdiSH0thc9 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #f79639;
}
.cid-sdiSH0thc9 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdiSH0thc9 .mbr-overlay {
  z-index: 1;
}
.cid-sdiSH0thc9 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdiSH1otL6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sdiSH1otL6 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sdiSH1otL6 img:hover {
  transform: scale(1.1);
}
.cid-sdiSH1otL6 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sdiSH1otL6 h2 {
  padding: 0;
  margin: 0;
}
.cid-sdiSH1otL6 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdiSH1otL6 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sdiSH1otL6 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sdiSH1otL6 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sdiSH1otL6 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sdiSH1otL6 .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-sdiSH1otL6 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sdiSH1otL6 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sdiSH1otL6 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sdiSH1otL6 H2 {
  color: #333333;
}
.cid-sdiSH1otL6 .mbr-text {
  color: #000000;
}
.cid-sdiSH2gbdy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b5d344;
}
.cid-sdiSH2gbdy .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-sdiSH2gbdy .footer__content {
  margin-bottom: 30px;
}
.cid-sdiSH2gbdy .footer__content:last-child {
  margin-bottom: 0;
}
.cid-sdiSH2gbdy .title__adress {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-sdiSH2gbdy .work__adress {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sdiSH2gbdy .privacy {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sdiSH2gbdy .privacy {
    text-align: left;
  }
}
.cid-sdiSH2gbdy .divider {
  background-color: #888888;
  opacity: .1;
  margin: 90px 0 25px;
  height: 1px;
}
.cid-sdiSH2gbdy .form-group {
  margin-bottom: 0;
  padding-right: 0;
}
.cid-sdiSH2gbdy .form-control {
  height: 50px;
  border: none;
  padding: 14px 18px;
  background-color: #ebeaed !important;
  font-size: 16px;
  color: #191f23;
}
.cid-sdiSH2gbdy .input-group-btn {
  padding-left: 0;
}
.cid-sdiSH2gbdy .input-group-btn .btn {
  height: 50px;
  font-weight: 600;
  padding: 14px 18px;
}
.cid-sdiSH2gbdy .mbr-form .input-group-btn .btn {
  border-radius: 4px !important;
}
.cid-sdiSH2gbdy .mbr-form .btn {
  margin: 0;
}
.cid-sdiSH2gbdy input::-webkit-input-placeholder {
  color: #191f23;
  opacity: .8;
}
.cid-sdiSH2gbdy input::-moz-placeholder {
  color: #191f23;
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-sdiSH2gbdy .wrap {
    padding-bottom: 25px;
  }
  .cid-sdiSH2gbdy .divider {
    margin: 0 0 20px;
  }
}
.cid-sdj5YwXSDE {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sdj5YwXSDE .nav-item,
.cid-sdj5YwXSDE .nav-link,
.cid-sdj5YwXSDE .navbar-caption {
  font-weight: normal;
}
.cid-sdj5YwXSDE .navbar-nav {
  counter-reset: number;
}
.cid-sdj5YwXSDE .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sdj5YwXSDE .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sdj5YwXSDE .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sdj5YwXSDE .btn {
    white-space: nowrap;
  }
  .cid-sdj5YwXSDE .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sdj5YwXSDE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sdj5YwXSDE .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sdj5YwXSDE .dropdown-toggle::after,
  .cid-sdj5YwXSDE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sdj5YwXSDE .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdj5YwXSDE .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdj5YwXSDE .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sdj5YwXSDE .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdj5YwXSDE .dropdown-menu .dropdown-item:hover {
  color: #d90a2c !important;
  background-color: #fafafa;
}
.cid-sdj5YwXSDE .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sdj5YwXSDE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sdj5YwXSDE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sdj5YwXSDE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sdj5YwXSDE .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sdj5YwXSDE .nav-item:focus,
.cid-sdj5YwXSDE .nav-link:focus {
  outline: none;
}
.cid-sdj5YwXSDE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sdj5YwXSDE .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sdj5YwXSDE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sdj5YwXSDE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdj5YwXSDE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sdj5YwXSDE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sdj5YwXSDE ul.navbar-nav li {
  margin: auto;
}
.cid-sdj5YwXSDE .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff;
}
.cid-sdj5YwXSDE .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #ffffff !important;
}
.cid-sdj5YwXSDE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdj5YwXSDE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdj5YwXSDE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdj5YwXSDE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3rem - 1rem);
  }
}
.cid-sdj5YwXSDE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sdj5YwXSDE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdj5YwXSDE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sdj5YwXSDE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdj5YwXSDE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdj5YwXSDE .navbar .container-fluid,
  .cid-sdj5YwXSDE .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sdj5YwXSDE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sdj5YwXSDE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdj5YwXSDE .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sdj5YwXSDE .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sdj5YwXSDE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sdj5YwXSDE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sdj5YwXSDE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 90px;
}
.cid-sdj5YwXSDE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdj5YwXSDE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdj5YwXSDE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdj5YwXSDE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdj5YwXSDE .dropdown-item.active,
.cid-sdj5YwXSDE .dropdown-item:active {
  background-color: transparent;
}
.cid-sdj5YwXSDE .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdj5YwXSDE .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sdj5YwXSDE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdj5YwXSDE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sdj5YwXSDE .navbar-buttons {
  text-align: center;
}
.cid-sdj5YwXSDE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sdj5YwXSDE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3e4095;
}
.cid-sdj5YwXSDE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdj5YwXSDE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj5YwXSDE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj5YwXSDE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdj5YwXSDE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj5YwXSDE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdj5YwXSDE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdj5YwXSDE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj5YwXSDE .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sdj5YwXSDE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sdj5YwXSDE a.nav-link:hover {
  color: #d90a2c !important;
}
.is-builder .cid-sdj5YwXSDE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdj5YwXSDE .navbar {
    height: 77px;
  }
  .cid-sdj5YwXSDE .navbar.opened {
    height: auto;
  }
  .cid-sdj5YwXSDE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdj69krB0U {
  overflow-x: hidden !important;
}
.cid-sdj69krB0U,
.cid-sdj69krB0U .scroll-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-sdj69krB0U .mbr-section-title {
  color: #ffffff;
}
.cid-sdj69krB0U .mbr-section-title span {
  color: #d90a2c;
}
.cid-sdj69krB0U .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdj69krB0U .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-color: #f79639;
}
.cid-sdj69krB0U .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdj69krB0U .mbr-overlay {
  z-index: 1;
}
.cid-sdj69krB0U .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdj5YBt2vl {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-sdj5YBt2vl .main {
  height: 480px;
}
.cid-sdj5YBt2vl .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-sdj5YBt2vl .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-sdj5YBt2vl .map {
    height: auto;
  }
}
.cid-sdj5YBt2vl .wrap__content {
  display: flex;
  padding: 0;
}
.cid-sdj5YBt2vl .block__content1,
.cid-sdj5YBt2vl .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-sdj5YBt2vl .block__content1 {
  background-color: #17161a;
}
.cid-sdj5YBt2vl .block__content2 {
  background-color: #1a191d;
}
.cid-sdj5YBt2vl .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sdj5YBt2vl .content__title,
.cid-sdj5YBt2vl .title__adress {
  margin-bottom: 20px;
}
.cid-sdj5YBt2vl .content__span,
.cid-sdj5YBt2vl .content__span2 {
  color: #6a696c;
}
.cid-sdj5YBt2vl .content__phone {
  margin-bottom: 25px;
}
.cid-sdj5YBt2vl .google-map {
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sdj5YBt2vl .main {
    height: auto;
  }
  .cid-sdj5YBt2vl .block__content1,
  .cid-sdj5YBt2vl .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-sdj5YBt2vl .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-sdj5YBt2vl .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-sdj5YBt2vl .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-sdj5YBt2vl .wrap__content {
    flex-direction: column;
  }
}
