body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d5080a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d5080a !important;
  border-color: #d5080a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #810506 !important;
  border-color: #810506 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #810506 !important;
  border-color: #810506 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d5080a !important;
  border-color: #d5080a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #810506 !important;
  border-color: #810506 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #810506 !important;
  border-color: #810506 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d5080a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #810506 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d5080a !important;
  border-color: #d5080a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d5080a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #810506 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d5080a !important;
  border-color: #d5080a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d5080a !important;
}
.text-secondary {
  color: #d5080a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #730405 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #730405 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d5080a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d5080a;
  border-color: #d5080a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d5080a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcadae;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d5080a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #d5080a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d5080a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d5080a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d5080a;
  border-bottom-color: #d5080a;
}
.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: #d5080a !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: #d5080a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d5080a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-v4YZWlWklg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4YZWlWklg .nav-item:focus,
.cid-v4YZWlWklg .nav-link:focus {
  outline: none;
}
.cid-v4YZWlWklg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4YZWlWklg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4YZWlWklg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v4YZWlWklg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4YZWlWklg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4YZWlWklg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4YZWlWklg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4YZWlWklg .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v4YZWlWklg .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v4YZWlWklg .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v4YZWlWklg .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v4YZWlWklg .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v4YZWlWklg .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v4YZWlWklg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4YZWlWklg .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v4YZWlWklg .navbar.collapsed .navbar-collapse.show,
.cid-v4YZWlWklg .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4YZWlWklg .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v4YZWlWklg .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v4YZWlWklg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4YZWlWklg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4YZWlWklg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4YZWlWklg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4YZWlWklg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4YZWlWklg .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v4YZWlWklg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4YZWlWklg .navbar.collapsed .right-menu,
.cid-v4YZWlWklg .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v4YZWlWklg .navbar .navbar-collapse.show,
  .cid-v4YZWlWklg .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4YZWlWklg .navbar .navbar-collapse.show .brand-container,
  .cid-v4YZWlWklg .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v4YZWlWklg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4YZWlWklg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4YZWlWklg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4YZWlWklg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4YZWlWklg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4YZWlWklg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4YZWlWklg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4YZWlWklg .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v4YZWlWklg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v4YZWlWklg .navbar .right-menu,
  .cid-v4YZWlWklg .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v4YZWlWklg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4YZWlWklg .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-v4YZWlWklg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4YZWlWklg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4YZWlWklg .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4YZWlWklg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4YZWlWklg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4YZWlWklg .dropdown-item.active,
.cid-v4YZWlWklg .dropdown-item:active {
  background-color: transparent;
}
.cid-v4YZWlWklg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4YZWlWklg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4YZWlWklg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4YZWlWklg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4YZWlWklg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4YZWlWklg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4YZWlWklg ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v4YZWlWklg ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v4YZWlWklg .navbar-buttons {
  margin-left: auto;
}
.cid-v4YZWlWklg button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4YZWlWklg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d5080a;
}
.cid-v4YZWlWklg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4YZWlWklg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YZWlWklg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4YZWlWklg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4YZWlWklg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YZWlWklg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v4YZWlWklg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v4YZWlWklg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4YZWlWklg .navbar-dropdown {
  position: fixed;
}
.cid-v4YZWlWklg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v4YZWlWklg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4YZWlWklg .right-menu,
.cid-v4YZWlWklg .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v4YZWlWklg .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4YZWlWklg .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v4YZWlWklg .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v4YZWlWklg .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
}
.cid-v4YZWlWklg .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v4YZWlWklg .card-wrapper {
  z-index: 3;
}
.cid-v4YZWlWklg .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v4YZWlWklg .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4YZWlWklg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4Z7yytar7 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/casse.jpg");
}
.cid-v4Z7yytar7 .text {
  display: flex;
  align-items: center;
}
.cid-v4Z7yytar7 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-v4Z7yytar7 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #000000;
}
.cid-v4Z7yytar7 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-v4Z7yytar7 .btn:hover {
  box-shadow: none;
}
.cid-v4Z7yytar7 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v4Z7yytar7 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-v4Z7yytar7 .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v4Z7yytar7 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v4Z7yytar7 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-v4Z7yytar7 .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v4Z7yytar7 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v4Z7yytar7 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-v4Z7yytar7 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-v4Z7yytar7 .row:hover img {
  transform: rotate(0deg);
}
.cid-v4Z7yytar7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z7yytar7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z7yytar7 .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-v4Z7yytar7 .image {
  display: flex;
}
.cid-v4Z7yytar7 .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-v4Z7yytar7 .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-v50rtzuzvU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e2e2e6;
}
.cid-v50rtzuzvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50rtzuzvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-v50rtzuzvU b,
.cid-v50rtzuzvU strong {
  font-weight: 900;
}
.cid-v50rtzuzvU .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v50rtzuzvU img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-v50rtzuzvU img {
    padding-bottom: 2rem;
  }
}
.cid-v50rtzuzvU .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-v50rtzuzvU .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-v50rtzuzvU .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-v50rtzuzvU .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-v50rtzuzvU .row {
  align-items: center;
}
.cid-v50rtzuzvU .mbr-section-title {
  color: #000000;
}
.cid-v50rtzuzvU .mbr-text,
.cid-v50rtzuzvU .mbr-section-btn {
  color: #ffffff;
}
.cid-v50rtzuzvU .mbr-link,
.cid-v50rtzuzvU .link-wrapper {
  color: #ffffff;
}
.cid-v50rtzuzvU .mbr-text,
.cid-v50rtzuzvU .text-wrapper {
  color: #000000;
}
.cid-v50rtzuzvU .mbr-link,
.cid-v50rtzuzvU .text-wrapper,
.cid-v50rtzuzvU path {
  color: #17003b;
}
.cid-v50js6dXjg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v50js6dXjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50js6dXjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v50js6dXjg .row {
  justify-content: center;
}
.cid-v50js6dXjg .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v50js6dXjg .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-v50js6dXjg .item {
  margin-bottom: 35px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v50js6dXjg .item {
    margin-bottom: 16px;
  }
}
.cid-v50js6dXjg .item:hover .item-wrapper .item-img img,
.cid-v50js6dXjg .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-v50js6dXjg .item .item-wrapper {
  ALIGN: CENTER;
  height: 100%;
  padding: 40px;
  border-radius: 2rem;
  background-color: #bbbbbb;
}
@media (max-width: 992px) {
  .cid-v50js6dXjg .item .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-v50js6dXjg .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v50js6dXjg .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-v50js6dXjg .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #d5080a;
  font-size: 60px;
}
.cid-v50js6dXjg .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-v50js6dXjg .item .item-wrapper .card-box .list {
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
.cid-v50js6dXjg .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 15px;
}
.cid-v50js6dXjg .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v50js6dXjg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v50js6dXjg .item-title {
  color: #000000;
}
.cid-v50js6dXjg .list {
  color: #000000;
}
.cid-v50js6dXjg .item-title,
.cid-v50js6dXjg .icon-wrapper,
.cid-v50js6dXjg .mbr-section-btn {
  text-align: center;
}
.cid-v4Z71wqXfD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/car-wheel-vehicle-fire-sports-car-bumper-690847-pxhere.com.jpg");
}
.cid-v4Z71wqXfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Z71wqXfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Z71wqXfD .mbr-text,
.cid-v4Z71wqXfD .mbr-section-btn {
  color: #232323;
}
.cid-v4Z71wqXfD .card-title,
.cid-v4Z71wqXfD .card-box {
  color: #ffffff;
}
.cid-v4Z71wqXfD .mbr-text,
.cid-v4Z71wqXfD .link-wrap {
  color: #ffffff;
}
.cid-v54l5rKebq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54l5rKebq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54l5rKebq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54l5rKebq .mbr-section-title {
  text-align: left;
}
.cid-v54knGm34t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54knGm34t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54knGm34t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54knGm34t .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-v54knGm34t .item .icon-wrap {
  text-align: center;
}
.cid-v54knGm34t .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-v54knGm34t .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #d5080a;
}
.cid-v54knGm34t .item.first:before {
  display: none;
}
.cid-v54knGm34t .item.five:before {
  display: none;
}
.cid-v54knGm34t .icon-box {
  background: #d5080a;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-v54knGm34t .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-v54knGm34t .mbr-iconfont {
  color: #d5080a !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v54knGm34t .item:before {
    display: none;
  }
  .cid-v54knGm34t .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v54knGm34t .card-title,
.cid-v54knGm34t .card-box {
  text-align: left;
}
.cid-v54knGm34t .icon-title,
.cid-v54knGm34t .item .icon-wrap {
  text-align: center;
}
.cid-v4ZgSbJrUw {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/traffic-car-old-taxi-transport-vehicle-592960-pxhere.com.jpg");
}
.cid-v4ZgSbJrUw .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.6;
}
.cid-v4ZgSbJrUw .form-control,
.cid-v4ZgSbJrUw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v4ZgSbJrUw .form-control::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .field-input::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .form-control::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v4ZgSbJrUw .form-control:-moz-placeholder,
.cid-v4ZgSbJrUw .field-input:-moz-placeholder,
.cid-v4ZgSbJrUw .form-control:-moz-placeholder,
.cid-v4ZgSbJrUw .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v4ZgSbJrUw .form-control:hover,
.cid-v4ZgSbJrUw .field-input:hover,
.cid-v4ZgSbJrUw .form-control:focus,
.cid-v4ZgSbJrUw .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v4ZgSbJrUw .form-control:hover::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .field-input:hover::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .form-control:focus::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .field-input:focus::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .form-control:hover::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .field-input:hover::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .form-control:focus::-webkit-input-placeholder,
.cid-v4ZgSbJrUw .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v4ZgSbJrUw .form-control:hover:-moz-placeholder,
.cid-v4ZgSbJrUw .field-input:hover:-moz-placeholder,
.cid-v4ZgSbJrUw .form-control:focus:-moz-placeholder,
.cid-v4ZgSbJrUw .field-input:focus:-moz-placeholder,
.cid-v4ZgSbJrUw .form-control:hover:-moz-placeholder,
.cid-v4ZgSbJrUw .field-input:hover:-moz-placeholder,
.cid-v4ZgSbJrUw .form-control:focus:-moz-placeholder,
.cid-v4ZgSbJrUw .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v4ZgSbJrUw .jq-number__spin:hover,
.cid-v4ZgSbJrUw .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v4ZgSbJrUw .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v4ZgSbJrUw .jq-selectbox li,
.cid-v4ZgSbJrUw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v4ZgSbJrUw .jq-selectbox li:hover,
.cid-v4ZgSbJrUw .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v4ZgSbJrUw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v4ZgSbJrUw .jq-number__spin.minus:hover:after,
.cid-v4ZgSbJrUw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v4ZgSbJrUw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v4ZgSbJrUw .jq-number__spin.minus:after,
.cid-v4ZgSbJrUw .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v4ZgSbJrUw input::-webkit-clear-button {
  display: none;
}
.cid-v4ZgSbJrUw input::-webkit-inner-spin-button {
  display: none;
}
.cid-v4ZgSbJrUw input::-webkit-outer-spin-button {
  display: none;
}
.cid-v4ZgSbJrUw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v4ZgSbJrUw H4 {
  color: #ffffff;
}
.cid-v50vVRP3bw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v50vVRP3bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v50vVRP3bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v50vVRP3bw .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-v50vVRP3bw .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v50vVRP3bw .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v50vVRP3bw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v50vVRP3bw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v50vVRP3bw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-v50vVRP3bw .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v50vVRP3bw .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v50vVRP3bw .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v50vVRP3bw .mbr-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-v50vVRP3bw .mbr-text {
  color: #000000;
}
.cid-v50vVRP3bw .list-box {
  width: 100%;
}
.cid-v50vVRP3bw .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v50vVRP3bw .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-v50vVRP3bw .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v50vVRP3bw .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-v50vVRP3bw .list a:hover:before {
  background-position: left !important;
}
.cid-v50vVRP3bw .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-v50vVRP3bw .news-item {
  width: 100%;
}
.cid-v50vVRP3bw .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-v50vVRP3bw .news-title {
  color: #000000;
}
.cid-v50vXtoA6x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-v50vXtoA6x .mbr-text {
  color: #ffffff;
}
.cid-v54NElfybW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54NElfybW .nav-item:focus,
.cid-v54NElfybW .nav-link:focus {
  outline: none;
}
.cid-v54NElfybW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54NElfybW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v54NElfybW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v54NElfybW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v54NElfybW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54NElfybW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v54NElfybW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v54NElfybW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v54NElfybW .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v54NElfybW .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v54NElfybW .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v54NElfybW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v54NElfybW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v54NElfybW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v54NElfybW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v54NElfybW .navbar.collapsed .navbar-collapse.show,
.cid-v54NElfybW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v54NElfybW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v54NElfybW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v54NElfybW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v54NElfybW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v54NElfybW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v54NElfybW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v54NElfybW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v54NElfybW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v54NElfybW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v54NElfybW .navbar.collapsed .right-menu,
.cid-v54NElfybW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v54NElfybW .navbar .navbar-collapse.show,
  .cid-v54NElfybW .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v54NElfybW .navbar .navbar-collapse.show .brand-container,
  .cid-v54NElfybW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v54NElfybW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v54NElfybW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v54NElfybW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v54NElfybW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v54NElfybW .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v54NElfybW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v54NElfybW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v54NElfybW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v54NElfybW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v54NElfybW .navbar .right-menu,
  .cid-v54NElfybW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v54NElfybW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v54NElfybW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-v54NElfybW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v54NElfybW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v54NElfybW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v54NElfybW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v54NElfybW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v54NElfybW .dropdown-item.active,
.cid-v54NElfybW .dropdown-item:active {
  background-color: transparent;
}
.cid-v54NElfybW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v54NElfybW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v54NElfybW .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v54NElfybW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v54NElfybW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v54NElfybW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v54NElfybW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v54NElfybW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v54NElfybW .navbar-buttons {
  margin-left: auto;
}
.cid-v54NElfybW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v54NElfybW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d5080a;
}
.cid-v54NElfybW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v54NElfybW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54NElfybW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54NElfybW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v54NElfybW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54NElfybW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v54NElfybW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v54NElfybW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54NElfybW .navbar-dropdown {
  position: fixed;
}
.cid-v54NElfybW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v54NElfybW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v54NElfybW .right-menu,
.cid-v54NElfybW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v54NElfybW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v54NElfybW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v54NElfybW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v54NElfybW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
}
.cid-v54NElfybW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v54NElfybW .card-wrapper {
  z-index: 3;
}
.cid-v54NElfybW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v54NElfybW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v54NElfybW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v54NEyHzTW {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/road-traffic-street-car-wheel-automobile-712092-pxhere.com.jpg");
}
.cid-v54NEyHzTW .text {
  display: flex;
  align-items: center;
}
.cid-v54NEyHzTW .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-v54NEyHzTW .mbr-section-title {
  margin: 0 0 33px 0;
  color: #000000;
}
.cid-v54NEyHzTW .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-v54NEyHzTW .btn:hover {
  box-shadow: none;
}
.cid-v54NEyHzTW .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v54NEyHzTW .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-v54NEyHzTW .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v54NEyHzTW .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v54NEyHzTW .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-v54NEyHzTW .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v54NEyHzTW .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v54NEyHzTW .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-v54NEyHzTW .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-v54NEyHzTW .row:hover img {
  transform: rotate(0deg);
}
.cid-v54NEyHzTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54NEyHzTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54NEyHzTW .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-v54NEyHzTW .image {
  display: flex;
}
.cid-v54NEyHzTW .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-v54NEyHzTW .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-v54P73vrwd {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54P73vrwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54P73vrwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54P73vrwd .mbr-section-title {
  text-align: left;
}
.cid-v54QM71QzC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v54QM71QzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54QM71QzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10;
}
.cid-v54QM71QzC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v54QM71QzC .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v54QM71QzC .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v54QM71QzC .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v54QM71QzC .container {
    padding: 0 12px;
  }
}
.cid-v54QM71QzC .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #e2e2e6;
}
@media (max-width: 992px) {
  .cid-v54QM71QzC .content-wrapper {
    display: block;
  }
}
.cid-v54QM71QzC .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v54QM71QzC .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-v54QM71QzC .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-v54QM71QzC .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-v54QM71QzC .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-v54QM71QzC .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  opacity: .85;
  background-color: #d5080a;
  border-radius: 10rem;
}
.cid-v54QM71QzC .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v54QM71QzC .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v54QM71QzC .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v54QM71QzC .content-wrapper .image-wrapper img {
  margin-top: 60px;
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v54QM71QzC .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v54QM71QzC .mbr-section-title {
  color: #1D1D1F;
}
.cid-v54QM71QzC .mbr-text {
  color: #1D1D1F;
}
.cid-v54NEYn7Ja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/car-wheel-vehicle-fire-sports-car-bumper-690847-pxhere.com.jpg");
}
.cid-v54NEYn7Ja .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54NEYn7Ja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54NEYn7Ja .mbr-text,
.cid-v54NEYn7Ja .mbr-section-btn {
  color: #232323;
}
.cid-v54NEYn7Ja .card-title,
.cid-v54NEYn7Ja .card-box {
  color: #ffffff;
}
.cid-v54NEYn7Ja .mbr-text,
.cid-v54NEYn7Ja .link-wrap {
  color: #ffffff;
}
.cid-v54RrnGQuE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-v54RrnGQuE .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #646464;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v54RrnGQuE .wrap {
    padding: 30px 15px;
  }
}
.cid-v54RrnGQuE .wrap:hover .item-title a {
  color: #d5080a !important;
}
.cid-v54RrnGQuE .wrap2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #a7a6a6;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v54RrnGQuE .wrap2 {
    padding: 30px 15px;
  }
}
.cid-v54RrnGQuE .wrap2:hover .item-title a {
  color: #d5080a !important;
}
.cid-v54RrnGQuE .icon_block,
.cid-v54RrnGQuE .item-title {
  margin-bottom: 12px;
}
.cid-v54RrnGQuE .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-v54RrnGQuE .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-v54RrnGQuE .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-v54RrnGQuE .mbr-section-btn {
  margin-top: 25px;
}
.cid-v54RrnGQuE .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-v54NF6Ff5e {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/traffic-car-old-taxi-transport-vehicle-592960-pxhere.com.jpg");
}
.cid-v54NF6Ff5e .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.6;
}
.cid-v54NF6Ff5e .form-control,
.cid-v54NF6Ff5e .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v54NF6Ff5e .form-control::-webkit-input-placeholder,
.cid-v54NF6Ff5e .field-input::-webkit-input-placeholder,
.cid-v54NF6Ff5e .form-control::-webkit-input-placeholder,
.cid-v54NF6Ff5e .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v54NF6Ff5e .form-control:-moz-placeholder,
.cid-v54NF6Ff5e .field-input:-moz-placeholder,
.cid-v54NF6Ff5e .form-control:-moz-placeholder,
.cid-v54NF6Ff5e .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v54NF6Ff5e .form-control:hover,
.cid-v54NF6Ff5e .field-input:hover,
.cid-v54NF6Ff5e .form-control:focus,
.cid-v54NF6Ff5e .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v54NF6Ff5e .form-control:hover::-webkit-input-placeholder,
.cid-v54NF6Ff5e .field-input:hover::-webkit-input-placeholder,
.cid-v54NF6Ff5e .form-control:focus::-webkit-input-placeholder,
.cid-v54NF6Ff5e .field-input:focus::-webkit-input-placeholder,
.cid-v54NF6Ff5e .form-control:hover::-webkit-input-placeholder,
.cid-v54NF6Ff5e .field-input:hover::-webkit-input-placeholder,
.cid-v54NF6Ff5e .form-control:focus::-webkit-input-placeholder,
.cid-v54NF6Ff5e .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v54NF6Ff5e .form-control:hover:-moz-placeholder,
.cid-v54NF6Ff5e .field-input:hover:-moz-placeholder,
.cid-v54NF6Ff5e .form-control:focus:-moz-placeholder,
.cid-v54NF6Ff5e .field-input:focus:-moz-placeholder,
.cid-v54NF6Ff5e .form-control:hover:-moz-placeholder,
.cid-v54NF6Ff5e .field-input:hover:-moz-placeholder,
.cid-v54NF6Ff5e .form-control:focus:-moz-placeholder,
.cid-v54NF6Ff5e .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v54NF6Ff5e .jq-number__spin:hover,
.cid-v54NF6Ff5e .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v54NF6Ff5e .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v54NF6Ff5e .jq-selectbox li,
.cid-v54NF6Ff5e .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v54NF6Ff5e .jq-selectbox li:hover,
.cid-v54NF6Ff5e .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v54NF6Ff5e .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v54NF6Ff5e .jq-number__spin.minus:hover:after,
.cid-v54NF6Ff5e .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v54NF6Ff5e .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v54NF6Ff5e .jq-number__spin.minus:after,
.cid-v54NF6Ff5e .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v54NF6Ff5e input::-webkit-clear-button {
  display: none;
}
.cid-v54NF6Ff5e input::-webkit-inner-spin-button {
  display: none;
}
.cid-v54NF6Ff5e input::-webkit-outer-spin-button {
  display: none;
}
.cid-v54NF6Ff5e input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v54NF6Ff5e H4 {
  color: #ffffff;
}
.cid-v54NF9lzQM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v54NF9lzQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54NF9lzQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54NF9lzQM .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-v54NF9lzQM .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v54NF9lzQM .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v54NF9lzQM .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v54NF9lzQM .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v54NF9lzQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-v54NF9lzQM .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v54NF9lzQM .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v54NF9lzQM .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v54NF9lzQM .mbr-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-v54NF9lzQM .mbr-text {
  color: #000000;
}
.cid-v54NF9lzQM .list-box {
  width: 100%;
}
.cid-v54NF9lzQM .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v54NF9lzQM .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-v54NF9lzQM .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v54NF9lzQM .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-v54NF9lzQM .list a:hover:before {
  background-position: left !important;
}
.cid-v54NF9lzQM .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-v54NF9lzQM .news-item {
  width: 100%;
}
.cid-v54NF9lzQM .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-v54NF9lzQM .news-title {
  color: #000000;
}
.cid-v54NFcnsJs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-v54NFcnsJs .mbr-text {
  color: #ffffff;
}
.cid-v54WBB01BO .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54WBB01BO .nav-item:focus,
.cid-v54WBB01BO .nav-link:focus {
  outline: none;
}
.cid-v54WBB01BO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54WBB01BO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v54WBB01BO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v54WBB01BO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v54WBB01BO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v54WBB01BO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v54WBB01BO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v54WBB01BO .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v54WBB01BO .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v54WBB01BO .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v54WBB01BO .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v54WBB01BO .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v54WBB01BO .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v54WBB01BO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v54WBB01BO .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v54WBB01BO .navbar.collapsed .navbar-collapse.show,
.cid-v54WBB01BO .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v54WBB01BO .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v54WBB01BO .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v54WBB01BO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v54WBB01BO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v54WBB01BO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v54WBB01BO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v54WBB01BO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v54WBB01BO .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v54WBB01BO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v54WBB01BO .navbar.collapsed .right-menu,
.cid-v54WBB01BO .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v54WBB01BO .navbar .navbar-collapse.show,
  .cid-v54WBB01BO .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v54WBB01BO .navbar .navbar-collapse.show .brand-container,
  .cid-v54WBB01BO .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v54WBB01BO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v54WBB01BO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v54WBB01BO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v54WBB01BO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v54WBB01BO .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v54WBB01BO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v54WBB01BO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v54WBB01BO .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v54WBB01BO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v54WBB01BO .navbar .right-menu,
  .cid-v54WBB01BO .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v54WBB01BO .navbar.navbar-short {
  min-height: 60px;
}
.cid-v54WBB01BO .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-v54WBB01BO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v54WBB01BO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v54WBB01BO .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v54WBB01BO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v54WBB01BO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v54WBB01BO .dropdown-item.active,
.cid-v54WBB01BO .dropdown-item:active {
  background-color: transparent;
}
.cid-v54WBB01BO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v54WBB01BO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v54WBB01BO .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v54WBB01BO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v54WBB01BO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v54WBB01BO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v54WBB01BO ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v54WBB01BO ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v54WBB01BO .navbar-buttons {
  margin-left: auto;
}
.cid-v54WBB01BO button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v54WBB01BO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d5080a;
}
.cid-v54WBB01BO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v54WBB01BO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54WBB01BO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v54WBB01BO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v54WBB01BO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54WBB01BO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v54WBB01BO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v54WBB01BO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v54WBB01BO .navbar-dropdown {
  position: fixed;
}
.cid-v54WBB01BO a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v54WBB01BO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v54WBB01BO .right-menu,
.cid-v54WBB01BO .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v54WBB01BO .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v54WBB01BO .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v54WBB01BO .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v54WBB01BO .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
}
.cid-v54WBB01BO .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v54WBB01BO .card-wrapper {
  z-index: 3;
}
.cid-v54WBB01BO .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v54WBB01BO .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v54WBB01BO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v54WBCynIS {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/traffic-car-old-taxi-transport-vehicle-592960-pxhere.com.jpg");
}
.cid-v54WBCynIS .text {
  display: flex;
  align-items: center;
}
.cid-v54WBCynIS .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-v54WBCynIS .mbr-section-title {
  margin: 0 0 33px 0;
  color: #000000;
}
.cid-v54WBCynIS .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-v54WBCynIS .btn:hover {
  box-shadow: none;
}
.cid-v54WBCynIS .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v54WBCynIS .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-v54WBCynIS .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v54WBCynIS .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v54WBCynIS .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-v54WBCynIS .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v54WBCynIS .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v54WBCynIS .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-v54WBCynIS .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-v54WBCynIS .row:hover img {
  transform: rotate(0deg);
}
.cid-v54WBCynIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54WBCynIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54WBCynIS .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-v54WBCynIS .image {
  display: flex;
}
.cid-v54WBCynIS .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-v54WBCynIS .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-v54WBDMdsr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v54WBDMdsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54WBDMdsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54WBDMdsr .mbr-section-title {
  text-align: left;
}
.cid-v54WBEKfL3 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v54WBEKfL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54WBEKfL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10;
}
.cid-v54WBEKfL3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v54WBEKfL3 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v54WBEKfL3 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v54WBEKfL3 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v54WBEKfL3 .container {
    padding: 0 12px;
  }
}
.cid-v54WBEKfL3 .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #e2e2e6;
}
@media (max-width: 992px) {
  .cid-v54WBEKfL3 .content-wrapper {
    display: block;
  }
}
.cid-v54WBEKfL3 .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v54WBEKfL3 .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-v54WBEKfL3 .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-v54WBEKfL3 .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-v54WBEKfL3 .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-v54WBEKfL3 .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  opacity: .85;
  background-color: #d5080a;
  border-radius: 10rem;
}
.cid-v54WBEKfL3 .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v54WBEKfL3 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v54WBEKfL3 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v54WBEKfL3 .content-wrapper .image-wrapper img {
  margin-top: 60px;
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v54WBEKfL3 .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v54WBEKfL3 .mbr-section-title {
  color: #1D1D1F;
}
.cid-v54WBEKfL3 .mbr-text {
  color: #1D1D1F;
}
.cid-v54WBFBNk9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/car-wheel-vehicle-fire-sports-car-bumper-690847-pxhere.com.jpg");
}
.cid-v54WBFBNk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54WBFBNk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54WBFBNk9 .mbr-text,
.cid-v54WBFBNk9 .mbr-section-btn {
  color: #232323;
}
.cid-v54WBFBNk9 .card-title,
.cid-v54WBFBNk9 .card-box {
  color: #ffffff;
}
.cid-v54WBFBNk9 .mbr-text,
.cid-v54WBFBNk9 .link-wrap {
  color: #ffffff;
}
.cid-v54YuL3Tdy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v54YuL3Tdy .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-v54YuL3Tdy .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-v54YuL3Tdy .card-wrap {
  background: #646464;
  border-radius: 30px;
  height: 100%;
}
.cid-v54YuL3Tdy .card-wrap .content-wrap {
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-v54YuL3Tdy .card-wrap .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-v54YuL3Tdy .numb {
  height: 100px;
  width: 100px;
  border: 2px solid;
}
.cid-v54YuL3Tdy .mbr-section-title {
  text-align: center;
  color: #646464;
}
.cid-v54WBHEbxX {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/traffic-car-old-taxi-transport-vehicle-592960-pxhere.com.jpg");
}
.cid-v54WBHEbxX .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.6;
}
.cid-v54WBHEbxX .form-control,
.cid-v54WBHEbxX .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v54WBHEbxX .form-control::-webkit-input-placeholder,
.cid-v54WBHEbxX .field-input::-webkit-input-placeholder,
.cid-v54WBHEbxX .form-control::-webkit-input-placeholder,
.cid-v54WBHEbxX .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v54WBHEbxX .form-control:-moz-placeholder,
.cid-v54WBHEbxX .field-input:-moz-placeholder,
.cid-v54WBHEbxX .form-control:-moz-placeholder,
.cid-v54WBHEbxX .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v54WBHEbxX .form-control:hover,
.cid-v54WBHEbxX .field-input:hover,
.cid-v54WBHEbxX .form-control:focus,
.cid-v54WBHEbxX .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v54WBHEbxX .form-control:hover::-webkit-input-placeholder,
.cid-v54WBHEbxX .field-input:hover::-webkit-input-placeholder,
.cid-v54WBHEbxX .form-control:focus::-webkit-input-placeholder,
.cid-v54WBHEbxX .field-input:focus::-webkit-input-placeholder,
.cid-v54WBHEbxX .form-control:hover::-webkit-input-placeholder,
.cid-v54WBHEbxX .field-input:hover::-webkit-input-placeholder,
.cid-v54WBHEbxX .form-control:focus::-webkit-input-placeholder,
.cid-v54WBHEbxX .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v54WBHEbxX .form-control:hover:-moz-placeholder,
.cid-v54WBHEbxX .field-input:hover:-moz-placeholder,
.cid-v54WBHEbxX .form-control:focus:-moz-placeholder,
.cid-v54WBHEbxX .field-input:focus:-moz-placeholder,
.cid-v54WBHEbxX .form-control:hover:-moz-placeholder,
.cid-v54WBHEbxX .field-input:hover:-moz-placeholder,
.cid-v54WBHEbxX .form-control:focus:-moz-placeholder,
.cid-v54WBHEbxX .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v54WBHEbxX .jq-number__spin:hover,
.cid-v54WBHEbxX .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v54WBHEbxX .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v54WBHEbxX .jq-selectbox li,
.cid-v54WBHEbxX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v54WBHEbxX .jq-selectbox li:hover,
.cid-v54WBHEbxX .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v54WBHEbxX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v54WBHEbxX .jq-number__spin.minus:hover:after,
.cid-v54WBHEbxX .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v54WBHEbxX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v54WBHEbxX .jq-number__spin.minus:after,
.cid-v54WBHEbxX .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v54WBHEbxX input::-webkit-clear-button {
  display: none;
}
.cid-v54WBHEbxX input::-webkit-inner-spin-button {
  display: none;
}
.cid-v54WBHEbxX input::-webkit-outer-spin-button {
  display: none;
}
.cid-v54WBHEbxX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v54WBHEbxX H4 {
  color: #ffffff;
}
.cid-v54WBIEhgz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v54WBIEhgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54WBIEhgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54WBIEhgz .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-v54WBIEhgz .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v54WBIEhgz .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v54WBIEhgz .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v54WBIEhgz .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v54WBIEhgz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-v54WBIEhgz .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v54WBIEhgz .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v54WBIEhgz .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v54WBIEhgz .mbr-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-v54WBIEhgz .mbr-text {
  color: #000000;
}
.cid-v54WBIEhgz .list-box {
  width: 100%;
}
.cid-v54WBIEhgz .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v54WBIEhgz .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-v54WBIEhgz .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v54WBIEhgz .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-v54WBIEhgz .list a:hover:before {
  background-position: left !important;
}
.cid-v54WBIEhgz .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-v54WBIEhgz .news-item {
  width: 100%;
}
.cid-v54WBIEhgz .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-v54WBIEhgz .news-title {
  color: #000000;
}
.cid-v54WBJU2St {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-v54WBJU2St .mbr-text {
  color: #ffffff;
}
.cid-v550mzBgd1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v550mzBgd1 .nav-item:focus,
.cid-v550mzBgd1 .nav-link:focus {
  outline: none;
}
.cid-v550mzBgd1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v550mzBgd1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v550mzBgd1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v550mzBgd1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v550mzBgd1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v550mzBgd1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v550mzBgd1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v550mzBgd1 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v550mzBgd1 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v550mzBgd1 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v550mzBgd1 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v550mzBgd1 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v550mzBgd1 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v550mzBgd1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v550mzBgd1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v550mzBgd1 .navbar.collapsed .navbar-collapse.show,
.cid-v550mzBgd1 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v550mzBgd1 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v550mzBgd1 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v550mzBgd1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v550mzBgd1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v550mzBgd1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v550mzBgd1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v550mzBgd1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v550mzBgd1 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v550mzBgd1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v550mzBgd1 .navbar.collapsed .right-menu,
.cid-v550mzBgd1 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v550mzBgd1 .navbar .navbar-collapse.show,
  .cid-v550mzBgd1 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v550mzBgd1 .navbar .navbar-collapse.show .brand-container,
  .cid-v550mzBgd1 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v550mzBgd1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v550mzBgd1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v550mzBgd1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v550mzBgd1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v550mzBgd1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v550mzBgd1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v550mzBgd1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v550mzBgd1 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v550mzBgd1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v550mzBgd1 .navbar .right-menu,
  .cid-v550mzBgd1 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v550mzBgd1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v550mzBgd1 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-v550mzBgd1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v550mzBgd1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v550mzBgd1 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v550mzBgd1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v550mzBgd1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v550mzBgd1 .dropdown-item.active,
.cid-v550mzBgd1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v550mzBgd1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v550mzBgd1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v550mzBgd1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v550mzBgd1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v550mzBgd1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v550mzBgd1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v550mzBgd1 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v550mzBgd1 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v550mzBgd1 .navbar-buttons {
  margin-left: auto;
}
.cid-v550mzBgd1 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v550mzBgd1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d5080a;
}
.cid-v550mzBgd1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v550mzBgd1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v550mzBgd1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v550mzBgd1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v550mzBgd1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v550mzBgd1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v550mzBgd1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v550mzBgd1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v550mzBgd1 .navbar-dropdown {
  position: fixed;
}
.cid-v550mzBgd1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v550mzBgd1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v550mzBgd1 .right-menu,
.cid-v550mzBgd1 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v550mzBgd1 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v550mzBgd1 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v550mzBgd1 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v550mzBgd1 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
}
.cid-v550mzBgd1 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v550mzBgd1 .card-wrapper {
  z-index: 3;
}
.cid-v550mzBgd1 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v550mzBgd1 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v550mzBgd1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v550mB78dL {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/ep2.jpg");
}
.cid-v550mB78dL .text {
  display: flex;
  align-items: center;
}
.cid-v550mB78dL .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-v550mB78dL .mbr-section-title {
  margin: 0 0 33px 0;
  color: #000000;
}
.cid-v550mB78dL .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-v550mB78dL .btn:hover {
  box-shadow: none;
}
.cid-v550mB78dL .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v550mB78dL .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-v550mB78dL .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v550mB78dL .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v550mB78dL .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-v550mB78dL .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v550mB78dL .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v550mB78dL .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-v550mB78dL .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-v550mB78dL .row:hover img {
  transform: rotate(0deg);
}
.cid-v550mB78dL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v550mB78dL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v550mB78dL .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-v550mB78dL .image {
  display: flex;
}
.cid-v550mB78dL .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-v550mB78dL .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-v550mCiPZL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v550mCiPZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v550mCiPZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v550mCiPZL .mbr-section-title {
  text-align: left;
}
.cid-v550mD9FdL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v550mD9FdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v550mD9FdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10;
}
.cid-v550mD9FdL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v550mD9FdL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v550mD9FdL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v550mD9FdL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v550mD9FdL .container {
    padding: 0 12px;
  }
}
.cid-v550mD9FdL .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #e2e2e6;
}
@media (max-width: 992px) {
  .cid-v550mD9FdL .content-wrapper {
    display: block;
  }
}
.cid-v550mD9FdL .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v550mD9FdL .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-v550mD9FdL .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-v550mD9FdL .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-v550mD9FdL .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-v550mD9FdL .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  opacity: .85;
  background-color: #d5080a;
  border-radius: 10rem;
}
.cid-v550mD9FdL .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v550mD9FdL .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v550mD9FdL .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v550mD9FdL .content-wrapper .image-wrapper img {
  margin-top: 60px;
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v550mD9FdL .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v550mD9FdL .mbr-section-title {
  color: #1D1D1F;
}
.cid-v550mD9FdL .mbr-text {
  color: #1D1D1F;
}
.cid-v550mDZNbo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/car-wheel-vehicle-fire-sports-car-bumper-690847-pxhere.com.jpg");
}
.cid-v550mDZNbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v550mDZNbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v550mDZNbo .mbr-text,
.cid-v550mDZNbo .mbr-section-btn {
  color: #232323;
}
.cid-v550mDZNbo .card-title,
.cid-v550mDZNbo .card-box {
  color: #ffffff;
}
.cid-v550mDZNbo .mbr-text,
.cid-v550mDZNbo .link-wrap {
  color: #ffffff;
}
.cid-v550mEQPPH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-v550mEQPPH .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #A7A6A6;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v550mEQPPH .wrap {
    padding: 30px 15px;
  }
}
.cid-v550mEQPPH .wrap:hover .item-title a {
  color: #d5080a !important;
}
.cid-v550mEQPPH .wrap2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #646464;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v550mEQPPH .wrap2 {
    padding: 30px 15px;
  }
}
.cid-v550mEQPPH .wrap2:hover .item-title a {
  color: #d5080a !important;
}
.cid-v550mEQPPH .icon_block,
.cid-v550mEQPPH .item-title {
  margin-bottom: 12px;
}
.cid-v550mEQPPH .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-v550mEQPPH .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-v550mEQPPH .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-v550mEQPPH .mbr-section-btn {
  margin-top: 25px;
}
.cid-v550mEQPPH .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-v550mEQPPH .item-title,
.cid-v550mEQPPH .icon_block {
  color: #ffffff;
}
.cid-v550mG3Exw {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/traffic-car-old-taxi-transport-vehicle-592960-pxhere.com.jpg");
}
.cid-v550mG3Exw .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.6;
}
.cid-v550mG3Exw .form-control,
.cid-v550mG3Exw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v550mG3Exw .form-control::-webkit-input-placeholder,
.cid-v550mG3Exw .field-input::-webkit-input-placeholder,
.cid-v550mG3Exw .form-control::-webkit-input-placeholder,
.cid-v550mG3Exw .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v550mG3Exw .form-control:-moz-placeholder,
.cid-v550mG3Exw .field-input:-moz-placeholder,
.cid-v550mG3Exw .form-control:-moz-placeholder,
.cid-v550mG3Exw .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v550mG3Exw .form-control:hover,
.cid-v550mG3Exw .field-input:hover,
.cid-v550mG3Exw .form-control:focus,
.cid-v550mG3Exw .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v550mG3Exw .form-control:hover::-webkit-input-placeholder,
.cid-v550mG3Exw .field-input:hover::-webkit-input-placeholder,
.cid-v550mG3Exw .form-control:focus::-webkit-input-placeholder,
.cid-v550mG3Exw .field-input:focus::-webkit-input-placeholder,
.cid-v550mG3Exw .form-control:hover::-webkit-input-placeholder,
.cid-v550mG3Exw .field-input:hover::-webkit-input-placeholder,
.cid-v550mG3Exw .form-control:focus::-webkit-input-placeholder,
.cid-v550mG3Exw .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v550mG3Exw .form-control:hover:-moz-placeholder,
.cid-v550mG3Exw .field-input:hover:-moz-placeholder,
.cid-v550mG3Exw .form-control:focus:-moz-placeholder,
.cid-v550mG3Exw .field-input:focus:-moz-placeholder,
.cid-v550mG3Exw .form-control:hover:-moz-placeholder,
.cid-v550mG3Exw .field-input:hover:-moz-placeholder,
.cid-v550mG3Exw .form-control:focus:-moz-placeholder,
.cid-v550mG3Exw .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v550mG3Exw .jq-number__spin:hover,
.cid-v550mG3Exw .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v550mG3Exw .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v550mG3Exw .jq-selectbox li,
.cid-v550mG3Exw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v550mG3Exw .jq-selectbox li:hover,
.cid-v550mG3Exw .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v550mG3Exw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v550mG3Exw .jq-number__spin.minus:hover:after,
.cid-v550mG3Exw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v550mG3Exw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v550mG3Exw .jq-number__spin.minus:after,
.cid-v550mG3Exw .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v550mG3Exw input::-webkit-clear-button {
  display: none;
}
.cid-v550mG3Exw input::-webkit-inner-spin-button {
  display: none;
}
.cid-v550mG3Exw input::-webkit-outer-spin-button {
  display: none;
}
.cid-v550mG3Exw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v550mG3Exw H4 {
  color: #ffffff;
}
.cid-v550mHbmVV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v550mHbmVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v550mHbmVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v550mHbmVV .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-v550mHbmVV .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v550mHbmVV .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v550mHbmVV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v550mHbmVV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v550mHbmVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-v550mHbmVV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v550mHbmVV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v550mHbmVV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v550mHbmVV .mbr-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-v550mHbmVV .mbr-text {
  color: #000000;
}
.cid-v550mHbmVV .list-box {
  width: 100%;
}
.cid-v550mHbmVV .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v550mHbmVV .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-v550mHbmVV .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v550mHbmVV .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-v550mHbmVV .list a:hover:before {
  background-position: left !important;
}
.cid-v550mHbmVV .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-v550mHbmVV .news-item {
  width: 100%;
}
.cid-v550mHbmVV .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-v550mHbmVV .news-title {
  color: #000000;
}
.cid-v550mIsTTY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-v550mIsTTY .mbr-text {
  color: #ffffff;
}
.cid-v553fyKNcA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v553fyKNcA .nav-item:focus,
.cid-v553fyKNcA .nav-link:focus {
  outline: none;
}
.cid-v553fyKNcA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v553fyKNcA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v553fyKNcA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v553fyKNcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v553fyKNcA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v553fyKNcA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v553fyKNcA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v553fyKNcA .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v553fyKNcA .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v553fyKNcA .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v553fyKNcA .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v553fyKNcA .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v553fyKNcA .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v553fyKNcA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v553fyKNcA .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v553fyKNcA .navbar.collapsed .navbar-collapse.show,
.cid-v553fyKNcA .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v553fyKNcA .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v553fyKNcA .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v553fyKNcA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v553fyKNcA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v553fyKNcA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v553fyKNcA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v553fyKNcA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v553fyKNcA .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v553fyKNcA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v553fyKNcA .navbar.collapsed .right-menu,
.cid-v553fyKNcA .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v553fyKNcA .navbar .navbar-collapse.show,
  .cid-v553fyKNcA .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v553fyKNcA .navbar .navbar-collapse.show .brand-container,
  .cid-v553fyKNcA .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v553fyKNcA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v553fyKNcA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v553fyKNcA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v553fyKNcA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v553fyKNcA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v553fyKNcA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v553fyKNcA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v553fyKNcA .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v553fyKNcA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v553fyKNcA .navbar .right-menu,
  .cid-v553fyKNcA .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v553fyKNcA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v553fyKNcA .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-v553fyKNcA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v553fyKNcA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v553fyKNcA .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v553fyKNcA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v553fyKNcA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v553fyKNcA .dropdown-item.active,
.cid-v553fyKNcA .dropdown-item:active {
  background-color: transparent;
}
.cid-v553fyKNcA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v553fyKNcA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v553fyKNcA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v553fyKNcA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v553fyKNcA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v553fyKNcA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v553fyKNcA ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v553fyKNcA ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v553fyKNcA .navbar-buttons {
  margin-left: auto;
}
.cid-v553fyKNcA button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v553fyKNcA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d5080a;
}
.cid-v553fyKNcA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v553fyKNcA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v553fyKNcA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v553fyKNcA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v553fyKNcA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v553fyKNcA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v553fyKNcA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v553fyKNcA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v553fyKNcA .navbar-dropdown {
  position: fixed;
}
.cid-v553fyKNcA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v553fyKNcA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v553fyKNcA .right-menu,
.cid-v553fyKNcA .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v553fyKNcA .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v553fyKNcA .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v553fyKNcA .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v553fyKNcA .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
}
.cid-v553fyKNcA .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v553fyKNcA .card-wrapper {
  z-index: 3;
}
.cid-v553fyKNcA .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v553fyKNcA .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v553fyKNcA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v553fBgKTl {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fefe.jpg");
}
.cid-v553fBgKTl .text {
  display: flex;
  align-items: center;
}
.cid-v553fBgKTl .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-v553fBgKTl .mbr-section-title {
  margin: 0 0 33px 0;
  color: #000000;
}
.cid-v553fBgKTl .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-v553fBgKTl .btn:hover {
  box-shadow: none;
}
.cid-v553fBgKTl .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v553fBgKTl .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-v553fBgKTl .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v553fBgKTl .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v553fBgKTl .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-v553fBgKTl .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v553fBgKTl .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v553fBgKTl .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-v553fBgKTl .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-v553fBgKTl .row:hover img {
  transform: rotate(0deg);
}
.cid-v553fBgKTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v553fBgKTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v553fBgKTl .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-v553fBgKTl .image {
  display: flex;
}
.cid-v553fBgKTl .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-v553fBgKTl .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-v553fCR5ic {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v553fCR5ic .mbr-fallback-image.disabled {
  display: none;
}
.cid-v553fCR5ic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v553fCR5ic .mbr-section-title {
  text-align: left;
}
.cid-v553fDF7Ge {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v553fDF7Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-v553fDF7Ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v553fDF7Ge .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-v553fDF7Ge .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v553fDF7Ge .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-v553fDF7Ge .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-v553fDF7Ge .container {
    padding: 0 12px;
  }
}
.cid-v553fDF7Ge .content-wrapper {
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  background-color: #e2e2e6;
}
@media (max-width: 992px) {
  .cid-v553fDF7Ge .content-wrapper {
    display: block;
  }
}
.cid-v553fDF7Ge .content-wrapper .title-wrapper {
  width: 50%;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v553fDF7Ge .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
  }
}
.cid-v553fDF7Ge .content-wrapper .title-wrapper .title-wrap {
  margin-bottom: 22px;
}
.cid-v553fDF7Ge .content-wrapper .title-wrapper .title-wrap .title {
  margin-bottom: 32px;
}
.cid-v553fDF7Ge .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-v553fDF7Ge .content-wrapper .title-wrapper .title-wrap .title .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  opacity: .85;
  background-color: #d5080a;
  border-radius: 10rem;
}
.cid-v553fDF7Ge .content-wrapper .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v553fDF7Ge .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v553fDF7Ge .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v553fDF7Ge .content-wrapper .image-wrapper img {
  margin-top: 60px;
  min-height: 670px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v553fDF7Ge .content-wrapper .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-v553fDF7Ge .mbr-section-title {
  color: #1D1D1F;
}
.cid-v553fDF7Ge .mbr-text {
  color: #1D1D1F;
}
.cid-v553fFpwA1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-v553fFpwA1 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #A7A6A6;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v553fFpwA1 .wrap {
    padding: 30px 15px;
  }
}
.cid-v553fFpwA1 .wrap:hover .item-title a {
  color: #d5080a !important;
}
.cid-v553fFpwA1 .wrap2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #646464;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v553fFpwA1 .wrap2 {
    padding: 30px 15px;
  }
}
.cid-v553fFpwA1 .wrap2:hover .item-title a {
  color: #d5080a !important;
}
.cid-v553fFpwA1 .icon_block,
.cid-v553fFpwA1 .item-title {
  margin-bottom: 12px;
}
.cid-v553fFpwA1 .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-v553fFpwA1 .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-v553fFpwA1 .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-v553fFpwA1 .mbr-section-btn {
  margin-top: 25px;
}
.cid-v553fFpwA1 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-v553fFpwA1 .item-title,
.cid-v553fFpwA1 .icon_block {
  color: #ffffff;
}
.cid-v553fGCzF4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/traffic-car-old-taxi-transport-vehicle-592960-pxhere.com.jpg");
}
.cid-v553fGCzF4 .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.6;
}
.cid-v553fGCzF4 .form-control,
.cid-v553fGCzF4 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v553fGCzF4 .form-control::-webkit-input-placeholder,
.cid-v553fGCzF4 .field-input::-webkit-input-placeholder,
.cid-v553fGCzF4 .form-control::-webkit-input-placeholder,
.cid-v553fGCzF4 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v553fGCzF4 .form-control:-moz-placeholder,
.cid-v553fGCzF4 .field-input:-moz-placeholder,
.cid-v553fGCzF4 .form-control:-moz-placeholder,
.cid-v553fGCzF4 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v553fGCzF4 .form-control:hover,
.cid-v553fGCzF4 .field-input:hover,
.cid-v553fGCzF4 .form-control:focus,
.cid-v553fGCzF4 .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v553fGCzF4 .form-control:hover::-webkit-input-placeholder,
.cid-v553fGCzF4 .field-input:hover::-webkit-input-placeholder,
.cid-v553fGCzF4 .form-control:focus::-webkit-input-placeholder,
.cid-v553fGCzF4 .field-input:focus::-webkit-input-placeholder,
.cid-v553fGCzF4 .form-control:hover::-webkit-input-placeholder,
.cid-v553fGCzF4 .field-input:hover::-webkit-input-placeholder,
.cid-v553fGCzF4 .form-control:focus::-webkit-input-placeholder,
.cid-v553fGCzF4 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v553fGCzF4 .form-control:hover:-moz-placeholder,
.cid-v553fGCzF4 .field-input:hover:-moz-placeholder,
.cid-v553fGCzF4 .form-control:focus:-moz-placeholder,
.cid-v553fGCzF4 .field-input:focus:-moz-placeholder,
.cid-v553fGCzF4 .form-control:hover:-moz-placeholder,
.cid-v553fGCzF4 .field-input:hover:-moz-placeholder,
.cid-v553fGCzF4 .form-control:focus:-moz-placeholder,
.cid-v553fGCzF4 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v553fGCzF4 .jq-number__spin:hover,
.cid-v553fGCzF4 .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v553fGCzF4 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v553fGCzF4 .jq-selectbox li,
.cid-v553fGCzF4 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v553fGCzF4 .jq-selectbox li:hover,
.cid-v553fGCzF4 .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v553fGCzF4 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v553fGCzF4 .jq-number__spin.minus:hover:after,
.cid-v553fGCzF4 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v553fGCzF4 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v553fGCzF4 .jq-number__spin.minus:after,
.cid-v553fGCzF4 .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v553fGCzF4 input::-webkit-clear-button {
  display: none;
}
.cid-v553fGCzF4 input::-webkit-inner-spin-button {
  display: none;
}
.cid-v553fGCzF4 input::-webkit-outer-spin-button {
  display: none;
}
.cid-v553fGCzF4 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v553fGCzF4 H4 {
  color: #ffffff;
}
.cid-v553fHDjGY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v553fHDjGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v553fHDjGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v553fHDjGY .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-v553fHDjGY .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v553fHDjGY .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v553fHDjGY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v553fHDjGY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v553fHDjGY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-v553fHDjGY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v553fHDjGY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v553fHDjGY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v553fHDjGY .mbr-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-v553fHDjGY .mbr-text {
  color: #000000;
}
.cid-v553fHDjGY .list-box {
  width: 100%;
}
.cid-v553fHDjGY .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v553fHDjGY .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-v553fHDjGY .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v553fHDjGY .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-v553fHDjGY .list a:hover:before {
  background-position: left !important;
}
.cid-v553fHDjGY .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-v553fHDjGY .news-item {
  width: 100%;
}
.cid-v553fHDjGY .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-v553fHDjGY .news-title {
  color: #000000;
}
.cid-v553fJ27lG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-v553fJ27lG .mbr-text {
  color: #ffffff;
}
.cid-v556UK0MHx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v556UK0MHx .nav-item:focus,
.cid-v556UK0MHx .nav-link:focus {
  outline: none;
}
.cid-v556UK0MHx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v556UK0MHx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v556UK0MHx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v556UK0MHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v556UK0MHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v556UK0MHx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v556UK0MHx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v556UK0MHx .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-v556UK0MHx .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v556UK0MHx .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v556UK0MHx .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-v556UK0MHx .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-v556UK0MHx .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-v556UK0MHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v556UK0MHx .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v556UK0MHx .navbar.collapsed .navbar-collapse.show,
.cid-v556UK0MHx .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v556UK0MHx .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-v556UK0MHx .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-v556UK0MHx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v556UK0MHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v556UK0MHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v556UK0MHx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v556UK0MHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v556UK0MHx .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-v556UK0MHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v556UK0MHx .navbar.collapsed .right-menu,
.cid-v556UK0MHx .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-v556UK0MHx .navbar .navbar-collapse.show,
  .cid-v556UK0MHx .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v556UK0MHx .navbar .navbar-collapse.show .brand-container,
  .cid-v556UK0MHx .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-v556UK0MHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v556UK0MHx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v556UK0MHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v556UK0MHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v556UK0MHx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v556UK0MHx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v556UK0MHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v556UK0MHx .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-v556UK0MHx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-v556UK0MHx .navbar .right-menu,
  .cid-v556UK0MHx .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v556UK0MHx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v556UK0MHx .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-v556UK0MHx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v556UK0MHx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v556UK0MHx .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v556UK0MHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v556UK0MHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v556UK0MHx .dropdown-item.active,
.cid-v556UK0MHx .dropdown-item:active {
  background-color: transparent;
}
.cid-v556UK0MHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v556UK0MHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v556UK0MHx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v556UK0MHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v556UK0MHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v556UK0MHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v556UK0MHx ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v556UK0MHx ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-v556UK0MHx .navbar-buttons {
  margin-left: auto;
}
.cid-v556UK0MHx button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v556UK0MHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #d5080a;
}
.cid-v556UK0MHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v556UK0MHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v556UK0MHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v556UK0MHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v556UK0MHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v556UK0MHx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-v556UK0MHx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-v556UK0MHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v556UK0MHx .navbar-dropdown {
  position: fixed;
}
.cid-v556UK0MHx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v556UK0MHx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v556UK0MHx .right-menu,
.cid-v556UK0MHx .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-v556UK0MHx .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v556UK0MHx .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v556UK0MHx .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-v556UK0MHx .menu-top {
  text-align: center;
  width: 100%;
  background-color: #000000;
  padding: 0.5rem 0;
}
.cid-v556UK0MHx .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v556UK0MHx .card-wrapper {
  z-index: 3;
}
.cid-v556UK0MHx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-v556UK0MHx .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v556UK0MHx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v556UMFug1 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/car-wreck-broken-car-heap-waste-scrap-1418454-pxhere.com.jpg");
}
.cid-v556UMFug1 .text {
  display: flex;
  align-items: center;
}
.cid-v556UMFug1 .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #f26818;
}
.cid-v556UMFug1 .mbr-section-title {
  margin: 0 0 33px 0;
  color: #000000;
}
.cid-v556UMFug1 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-v556UMFug1 .btn:hover {
  box-shadow: none;
}
.cid-v556UMFug1 .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v556UMFug1 .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-v556UMFug1 .image-wrapper img {
  position: absolute;
  top: 145px;
  right: 10%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v556UMFug1 .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v556UMFug1 .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-v556UMFug1 .image-wrapper .image-absolute {
  position: absolute;
  top: 145px;
  right: 50%;
  width: 300px;
  height: 345px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-v556UMFug1 .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v556UMFug1 .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-v556UMFug1 .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-v556UMFug1 .row:hover img {
  transform: rotate(0deg);
}
.cid-v556UMFug1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v556UMFug1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v556UMFug1 .mbr-iconfont {
  order: initial;
  cursor: pointer;
  margin-right: 0.5rem;
  margin-left: 0rem;
  vertical-align: sub;
}
.cid-v556UMFug1 .image {
  display: flex;
}
.cid-v556UMFug1 .image img {
  margin-top: 70px;
  border-radius: 10px;
  object-fit: cover;
  width: 619px;
  height: 219px;
}
@media (max-width: 991px) {
  .cid-v556UMFug1 .image img {
    width: 250px;
    height: 95px;
  }
}
.cid-v556UNNuTP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v556UNNuTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v556UNNuTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v556UNNuTP .mbr-section-title {
  text-align: left;
}
.cid-v556UQJUSC {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #e2e2e6;
}
.cid-v556UQJUSC .mbr-overlay {
  background-color: #1b1818;
  opacity: 0.6;
}
.cid-v556UQJUSC .form-control,
.cid-v556UQJUSC .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v556UQJUSC .form-control::-webkit-input-placeholder,
.cid-v556UQJUSC .field-input::-webkit-input-placeholder,
.cid-v556UQJUSC .form-control::-webkit-input-placeholder,
.cid-v556UQJUSC .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v556UQJUSC .form-control:-moz-placeholder,
.cid-v556UQJUSC .field-input:-moz-placeholder,
.cid-v556UQJUSC .form-control:-moz-placeholder,
.cid-v556UQJUSC .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v556UQJUSC .form-control:hover,
.cid-v556UQJUSC .field-input:hover,
.cid-v556UQJUSC .form-control:focus,
.cid-v556UQJUSC .field-input:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v556UQJUSC .form-control:hover::-webkit-input-placeholder,
.cid-v556UQJUSC .field-input:hover::-webkit-input-placeholder,
.cid-v556UQJUSC .form-control:focus::-webkit-input-placeholder,
.cid-v556UQJUSC .field-input:focus::-webkit-input-placeholder,
.cid-v556UQJUSC .form-control:hover::-webkit-input-placeholder,
.cid-v556UQJUSC .field-input:hover::-webkit-input-placeholder,
.cid-v556UQJUSC .form-control:focus::-webkit-input-placeholder,
.cid-v556UQJUSC .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-v556UQJUSC .form-control:hover:-moz-placeholder,
.cid-v556UQJUSC .field-input:hover:-moz-placeholder,
.cid-v556UQJUSC .form-control:focus:-moz-placeholder,
.cid-v556UQJUSC .field-input:focus:-moz-placeholder,
.cid-v556UQJUSC .form-control:hover:-moz-placeholder,
.cid-v556UQJUSC .field-input:hover:-moz-placeholder,
.cid-v556UQJUSC .form-control:focus:-moz-placeholder,
.cid-v556UQJUSC .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-v556UQJUSC .jq-number__spin:hover,
.cid-v556UQJUSC .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v556UQJUSC .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v556UQJUSC .jq-selectbox li,
.cid-v556UQJUSC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v556UQJUSC .jq-selectbox li:hover,
.cid-v556UQJUSC .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-v556UQJUSC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v556UQJUSC .jq-number__spin.minus:hover:after,
.cid-v556UQJUSC .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v556UQJUSC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v556UQJUSC .jq-number__spin.minus:after,
.cid-v556UQJUSC .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-v556UQJUSC input::-webkit-clear-button {
  display: none;
}
.cid-v556UQJUSC input::-webkit-inner-spin-button {
  display: none;
}
.cid-v556UQJUSC input::-webkit-outer-spin-button {
  display: none;
}
.cid-v556UQJUSC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v556UQJUSC H4 {
  color: #646464;
}
.cid-v558lk3AmA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/car-wheel-vehicle-fire-sports-car-bumper-690847-pxhere.com.jpg");
}
.cid-v558lk3AmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v558lk3AmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v558lk3AmA .mbr-text,
.cid-v558lk3AmA .mbr-section-btn {
  color: #232323;
}
.cid-v558lk3AmA .card-title,
.cid-v558lk3AmA .card-box {
  color: #ffffff;
}
.cid-v558lk3AmA .mbr-text,
.cid-v558lk3AmA .link-wrap {
  color: #ffffff;
}
.cid-v55811XoIM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v55811XoIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55811XoIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55811XoIM .google-map {
  height: 30rem;
  position: relative;
}
.cid-v55811XoIM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v55811XoIM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v55811XoIM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v55811XoIM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v556URFlTm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v556URFlTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v556URFlTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v556URFlTm .row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
  row-gap: 50px;
}
.cid-v556URFlTm .row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v556URFlTm .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-v556URFlTm .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-v556URFlTm .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-v556URFlTm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
  font-weight: 700 !important;
}
.cid-v556URFlTm .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-v556URFlTm .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-v556URFlTm .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-v556URFlTm .mbr-title {
  color: #000000;
  margin-bottom: 14px;
}
.cid-v556URFlTm .mbr-text {
  color: #000000;
}
.cid-v556URFlTm .list-box {
  width: 100%;
}
.cid-v556URFlTm .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  row-gap: 7px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
  transition: 0.4s all;
}
.cid-v556URFlTm .list li {
  width: 100%;
  color: inherit !important;
  margin: 0 ;
  transition: 0.4s all;
}
.cid-v556URFlTm .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-v556URFlTm .list a:before {
  background: linear-gradient(to right, currentColor 0 50%, transparent 50% 75%) !important;
  background-position: right !important;
  background-size: 200% 100% !important;
}
.cid-v556URFlTm .list a:hover:before {
  background-position: left !important;
}
.cid-v556URFlTm .news-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 14px;
  width: 100%;
}
.cid-v556URFlTm .news-item {
  width: 100%;
}
.cid-v556URFlTm .news-text {
  margin-bottom: 3px;
  color: #303030;
}
.cid-v556URFlTm .news-title {
  color: #000000;
}
.cid-v556USVWcF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1b1818;
}
.cid-v556USVWcF .mbr-text {
  color: #ffffff;
}
