@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');.btn {
  border-width: 2px;
}
body {
    font-family: 'Roboto', sans-serif;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', 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: #6592e6 !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: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !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: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #6592e6;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Roboto', 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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', 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: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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-sV8dnHl7wF .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-sV8dnHl7wF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sV8dnHl7wF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sV8dnHl7wF .nav-link {
  position: relative;
}
.cid-sV8dnHl7wF .nav-link:before {

}
.cid-sV8dnHl7wF .nav-link:hover {
    background-color: transparent !important;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    border: 1px solid;
    border-color: #fafafa;
    color: #fafafa;
}
.cid-sV8dnHl7wF .container {
  display: flex;
  margin: auto;
}
.cid-sV8dnHl7wF .navbar.navbar-short .nav-link,
.cid-sV8dnHl7wF .navbar.navbar-short .navbar-caption,
.cid-sV8dnHl7wF .navbar.navbar-short .mbr-iconfont,
.cid-sV8dnHl7wF .navbar.navbar-short .btn {

  border-color: #000000;
}
.cid-sV8dnHl7wF .navbar-caption {
  padding-right: 3rem;
}
.cid-sV8dnHl7wF .dropdown-menu,
.cid-sV8dnHl7wF .navbar.opened {
  background: #000000 !important;
}
.cid-sV8dnHl7wF .nav-item:focus,
.cid-sV8dnHl7wF .nav-link:focus {
  outline: none;
}
.cid-sV8dnHl7wF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sV8dnHl7wF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sV8dnHl7wF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sV8dnHl7wF .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-sV8dnHl7wF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sV8dnHl7wF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sV8dnHl7wF .navbar {
  min-height: 107px;
  transition: all .3s;
  background: #000000;
}
.cid-sV8dnHl7wF .navbar.opened {
  transition: all .3s;
}
.cid-sV8dnHl7wF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sV8dnHl7wF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sV8dnHl7wF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sV8dnHl7wF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sV8dnHl7wF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sV8dnHl7wF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sV8dnHl7wF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sV8dnHl7wF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sV8dnHl7wF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sV8dnHl7wF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sV8dnHl7wF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sV8dnHl7wF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sV8dnHl7wF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sV8dnHl7wF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sV8dnHl7wF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sV8dnHl7wF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sV8dnHl7wF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sV8dnHl7wF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sV8dnHl7wF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sV8dnHl7wF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sV8dnHl7wF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sV8dnHl7wF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sV8dnHl7wF .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-sV8dnHl7wF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sV8dnHl7wF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sV8dnHl7wF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sV8dnHl7wF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sV8dnHl7wF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sV8dnHl7wF .dropdown-item.active,
.cid-sV8dnHl7wF .dropdown-item:active {
  background-color: transparent;
}
.cid-sV8dnHl7wF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sV8dnHl7wF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sV8dnHl7wF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sV8dnHl7wF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-sV8dnHl7wF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sV8dnHl7wF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sV8dnHl7wF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sV8dnHl7wF .navbar-buttons {
  text-align: center;
}
.cid-sV8dnHl7wF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sV8dnHl7wF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sV8dnHl7wF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sV8dnHl7wF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sV8dnHl7wF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sV8dnHl7wF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sV8dnHl7wF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV8dnHl7wF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sV8dnHl7wF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sV8dnHl7wF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sV8dnHl7wF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sV8dnHl7wF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sV8dnHl7wF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sV8dnHl7wF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sV8dnHl7wF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sV8dnHl7wF .navbar {
    height: 77px;
  }
  .cid-sV8dnHl7wF .navbar.opened {
    height: auto;
  }
  .cid-sV8dnHl7wF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.navbar-buttons a{
    padding-top: 15px;
}


@media (max-width: 1399px) {
    .nav-item a{
        font-size: 1rem;
    }
    .navbar-buttons a{
        font-size: 1rem;
    }
}
@media (max-width: 1199px) {
    .nav-item a{
        font-size: 11px;
    }
    .navbar-buttons a{
        font-size: 11px;
    }
}


.cid-sVBnNimaPm .container,
.cid-sVBnNimaPm .container-fluid {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.cid-sV8CfaPTqY .modal-body .close {
  background: #1b1b1b;
}
.cid-sV8CfaPTqY .modal-body .close span {
  font-style: normal;
}
.cid-sV8CfaPTqY .carousel-inner > .active,
.cid-sV8CfaPTqY .carousel-inner > .next,
.cid-sV8CfaPTqY .carousel-inner > .prev {
  display: flex;
}
.cid-sV8CfaPTqY .carousel-control .icon-next,
.cid-sV8CfaPTqY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sV8CfaPTqY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sV8CfaPTqY .container .carousel-control {
    margin-bottom: 0;
  }
}

.cid-sV8CfaPTqY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sV8CfaPTqY .boxed-slider > div {
  position: relative;
}
.cid-sV8CfaPTqY .container img {
  width: 100%;
}
.cid-sV8CfaPTqY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sV8CfaPTqY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sV8CfaPTqY .mbr-table-cell {
  padding: 0;
}
.cid-sV8CfaPTqY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sV8CfaPTqY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sV8CfaPTqY .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sV8CfaPTqY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sV8CfaPTqY .carousel-item.active.right,
.cid-sV8CfaPTqY .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sV8CfaPTqY .carousel-item.active.left,
.cid-sV8CfaPTqY .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sV8CfaPTqY .carousel-item.active,
.cid-sV8CfaPTqY .carousel-item.next.left,
.cid-sV8CfaPTqY .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sV8CfaPTqY .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-sV8CfaPTqY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sV8CfaPTqY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sV8CfaPTqY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-sV8CfaPTqY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sV8CfaPTqY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sV8CfaPTqY .mbr-slider .carousel-indicators li {
  max-width: 7px;
  width: 7px;
  height: 7px;
  max-height: 7px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sV8CfaPTqY .mbr-slider .carousel-indicators li.active,
.cid-sV8CfaPTqY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
  background-color: white;
}
.cid-sV8CfaPTqY .mbr-slider .carousel-indicators li::after,
.cid-sV8CfaPTqY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sV8CfaPTqY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sV8CfaPTqY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sV8CfaPTqY .mbr-slider > .container img {
  width: 100%;
}
.cid-sV8CfaPTqY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sV8CfaPTqY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sV8CfaPTqY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sV8CfaPTqY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sV8CfaPTqY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sV8CfaPTqY .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-sV8CfaPTqY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sV8CfaPTqY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sV8CfaPTqY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sV8CfaPTqY .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sV8CfaPTqY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sV8CfaPTqY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sV8CfaPTqY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sV8UG0R0Y3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../images/car-detailing-www-main-2-1440x948.png");
  background-attachment: fixed;
  background-size: cover;
}
.cid-sV8UG0R0Y3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sV8UG0R0Y3 .row {
    flex-direction: column-reverse;
  }
  .cid-sV8UG0R0Y3 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sV8UG0R0Y3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sV8UG0R0Y3 .card-wrapper {
    padding-right: 3rem;
  }
}
.cid-sV8UG0R0Y3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}

.cid-sV8UG0R0Y3 p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}
@media (max-width: 768px){
    .cid-sV8UG0R0Y3 p{
        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))));
    }
}


.cid-sVBm76yi0Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVBm76yi0Y ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sVBm76yi0Y li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sVBm76yi0Y ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}

.cid-sVBq4lkK99s a:hover{
    opacity: 0.4;
}
.cid-sVBq4lkK99s {
    padding-top: 0rem;
    padding-bottom: 4rem;
    background-color: #121212;
}
@media (min-width: 1500px) {
    .cid-sVBq4lkK99s .container {
        max-width: 1400px;
    }
}
.cid-sVBq4lkK99s .mbr-iconfont {
    display: block;
    font-size: 5rem;
    color: #ffffff;
    margin-bottom: 2rem;
}
.cid-sVBq4lkK99s .card-wrapper {
    margin-top: 3rem;
}
.cid-sVBq4lkK99s .row {
    justify-content: center;
}
.cid-sVBq4lkK99s .card-title,
.cid-sVBq4lkK99s .iconfont-wrapper {
    color: #ffffff;
}

.cid-sVBq4lkK99s .card-title{
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 28px;
}

.cid-sVBq4lkK99s .card-title strong{
    font-weight: 100;
}

#cid-sVBq4lkK99-top{
    padding-top: 90px;
    padding-bottom: 60px;
}
#cid-sVBq4lkK99-bottom{
    padding-bottom: 60px;
}



.cid-sVBq4lkK99 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #121212;
}
@media (min-width: 1500px) {
  .cid-sVBq4lkK99 .container {
    max-width: 1400px;
  }
}
.cid-sVBq4lkK99 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sVBq4lkK99 .card-wrapper {
  margin-top: 3rem;
}
.cid-sVBq4lkK99 .row {
  justify-content: center;
}
.cid-sVBq4lkK99 .card-title,
.cid-sVBq4lkK99 .iconfont-wrapper {
  color: #ffffff;
}


.cid-sVBq4lkK99 a:hover{
    color: #070705;
    opacity: 0.4;
    text-decoration: underline;
    text-decoration-color: white;
}


.offert_menu .iconfont-wrapper{
    opacity: 0.4;
}

.offert_menu a.active .iconfont-wrapper{
    opacity: 1;
}

.line_right::after {
    content: "";
    border-top: 0.13rem solid #2e2b20;
    width: 8rem;
    margin: 7em 17.5rem;
    position: absolute;
}
@media (max-width: 1499px) {
    .line_right::after {
        width: 8rem;
        margin: 7em 16rem;
    }
}

@media (max-width: 1399px) {
    .line_right::after {
        margin: 7em 13rem;
    }
}
@media (max-width: 1199px) {
    .line_right::after {
        width: 5rem;
        margin: 5em 11.5rem;
    }
}
@media (max-width: 991px) {
    .line_right::after {
        display: none;
    }
}

.cid-sVBxE8QiT3 {
  margin-top: 30px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../images/car-detailing-www-main-4-1440x377.png");
}
.cid-sVBxE8QiT3 .mbr-section-subtitle {
  color: #ffffff;
}

.cid-sVBxE8QiT3 .col-md-6 img{
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-device-width: 767px) {
    .cid-sVBxE8QiT3 .col-md-6 img{
        width: 40%;
    }
}



.cid-sVBqx2O1MS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVBqx2O1MS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sVBqx2O1MS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sVBqx2O1MS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sVBkNj13aO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sVBkNj13aO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sVBkNj13aO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVBkNj13aO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVBkNj13aO .title {
  padding: 0 2rem;
}
.cid-sVBkNj13aO .mbr-gallery-item div {
  border-radius: 6px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
  height: 300px !important;
}
.cid-sVBkNj13aO .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-sVBkNj13aO .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sVBkNj13aO .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-sVBkNj13aO .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-sVBkNj13aO .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-sVBkNj13aO .container {
  padding: 0 1rem;
}
.cid-sVBkNj13aO .mbr-gallery-item--p4 {
  padding: 1rem !important;
}
.cid-sVBkNj13aO .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sVBkNj13aO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sVBkNj13aO .icon-focus {
  display: none;
}
.cid-sVBkNj13aO .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-sVBkNj13aO .btn-primary-outline:hover {
  background: transparent !important;
  color: #6592e6 !important;
}
.cid-sVBkNj13aO li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-sVBkNj13aO li {
  position: relative;
}
.cid-sVBkNj13aO .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-sVBkNj13aO .btn {
  font-family: 'Roboto', sans-serif !important;
}
.cid-sVBkNj13aO .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sVBkNj13aO .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVBkNj13aO li:not(:last-child):after {
    top: 9px;
  }
  .cid-sVBkNj13aO .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-sVBkNj13aO .container {
    padding: 0rem;
  }
  .cid-sVBkNj13aO .title {
    padding: 0 1rem;
  }
}
.cid-sVBkNj13aO H2 {
  color: #89b758;
}
.cid-sVBr8Bz8c4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVBr8Bz8c4 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sVBr8Bz8c4 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sVBr8Bz8c4 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sVBrkQ3pp6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sVBrkQ3pp6 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-sVBrkQ3pp6 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVBrkQ3pp6 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-sVBrkQ3pp6 .row {
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sVBrkQ3pp6 .row .row {
    flex-direction: column-reverse;
  }
  .cid-sVBrkQ3pp6 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sVBrkQ3pp6 .img-wrapper img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 250px;
}
.cid-sVBrkQ3pp6 .card-subtitle {
  color: #0095ff;
}
.cid-sVBrkQ3pp6 .mbr-text {
  color: #555555;
}
.cid-sVBrkQ3pp6 .card-wrapper a {
  color: #c3b07e;
  text-decoration: underline;
}
.cid-sVBxrHxmLH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVBxrHxmLH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sVBxrHxmLH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sVBxrHxmLH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sVB3snV2i8 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-sVB3snV2i8 .content {
    text-align: center;
  }
  .cid-sVB3snV2i8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVB3snV2i8 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sVB3snV2i8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sVB3snV2i8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-sVB3snV2i8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-sVB3snV2i8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sVB3snV2i8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sVB3snV2i8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVB3snV2i8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sVB3snV2i8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sVB3snV2i8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sVB3snV2i8 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-sVB3snV2i8 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sVB3snV2i8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVB3snV2i8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVB3snV2i8 .list {
  list-style-type: none;
  padding: 0;
}
.cid-sVB41l6xfx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sVB41l6xfx a:link {
  text-decoration: none;
}
.cid-sVB41l6xfx .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sVB41l6xfx .icon-transition span:hover {
  color: red;
}
.cid-sVB41l6xfx .inner-text {
  line-height: 3em;
}
.cid-sVB41l6xfx .social-media {
  /*display: flex;*/
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVB41l6xfx .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sVB41l6xfx .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sVB41l6xfx .content-text,
.cid-sVB41l6xfx .inner-text {
  color: #c1c1c1;
}

.about_us{
  padding-top: 180px;
  padding-bottom: 130px;
}
.btn_diamond_car{
  font-family: 'Roboto', sans-serif;
  border: 1px solid #b9a97f;
  color: #b9a97f;
  border-radius: 0px;
  padding: 0.9rem 3rem;

}
.cid-sVBq4lkK99 .card-title{
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 28px;
}

.cid-sVBq4lkK99 .card-title strong{
  font-weight: 100;
}

.cid-sVBq4lkK99::after{
    content: '';
    position: absolute;
    left: 46%;
    top: 99.9%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #121212;
    clear: both;
    z-index: 999;
}

#cid-sVBq4lkK99-top{
  padding-top: 90px;
  padding-bottom: 60px;
}
#cid-sVBq4lkK99-bottom{
  padding-bottom: 60px;
}
.cid-sVBxE8QiT3 .title{
  color: #020204;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 600;
}
.cid-sVBxE8QiT3 .phone{
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.cid-sVBxE8QiT3 .text-center{
  margin-top: 40px;
  margin-bottom: 10px;
}
.cid-sVBxE8QiT3 .display-2{
  font-size: 32px;
  text-transform: uppercase;
}
.cid-sVBxE8QiT3 .display-5{
  font-size: 28px;
}
.cid-sVBxE8QiT3 .p-1{
  margin-top: 60px;
}

.blog .card-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.blog .mbr-text {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

.blog .read_more {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #c3b07e;
  text-decoration: underline;
}

.blog .text-wrapper {
  padding-right: 3em;
}

.border-gradient {
  border: 2px solid;
  border-image-slice: 1;
}
.border-gradient-gold{
  border-image-source: linear-gradient(to left, #7b6435, #f9e7b1 30%, #ddbb70);
}
.opinion_box{
  padding: 20px;
  margin: 40px 10px 40px 10px;
}

.opinion_box h1{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.opinion_box .date{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: #b3b3b3;
}
.logo_social{
  border-radius: 50%;
  margin-top: 11px;
  width: 20px;
}

.opinion_box .fa-star{
  color: #ffd983;
}

.opinion_box .opinion_text{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  color: black;
  margin-top: 14px;
}
@media only screen and (max-device-width: 991px) {
  .opinion_header_info{
    margin-left: 20px;
  }

  .logo_social_box{
    display: none;
  }
}
@media only screen and (max-device-width: 767px) {
  .opinion_header_info{
    margin-top: 20px;
    margin-left: 0px;
  }
}
.opinion_section h3{
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #a3905c;
  margin-top: -20px;
}


.footer_light{
  background: linear-gradient(to left, #7b6435, #f9e7b1 30%, #ddbb70);
  padding-bottom: 40px;
}

.footer_light h3{
  margin-top: 35px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: white;
}

.footer_light .options{
  margin-top: 30px;
}

.place_option{
  margin-top: 15px;
  background-color: #a3905c;
  color: white;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding: 10px 30px;
  width: 60%;
  cursor: pointer;
  text-transform: uppercase;
}

@media only screen and (max-device-width: 991px) {
  .place_option{
    width: 100%;
  }
}

.place_option:hover{
  background-color: #5d502e;
  color: white;
}

.footer_light .active:hover{
  background-color: #5d502e;
  color: white;
}

.footer_light .active{
    background-color: white;
    color: black;
}


.footer_light .info_contact{
  margin-top: 40px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  margin-bottom: 50px;
}
@media only screen and (max-device-width: 767px) {
  .info_contact{
    text-align: center;
    margin-top: 10px;
  }
}

.info_card{
  background-color: white;
  color: black;
  font-family: 'Montserrat', sans-serif;
  padding: 15px;
  margin-top: 35px;
  max-height: 260px;
}
.info_card h1{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.info_card h3:first-child{
  margin-top: 20px;
}
.info_card h3{
  font-size: 18px;
  color: black;
  font-weight: 600;
}

.info_card .email{
  text-decoration: underline;
  margin-top: 0px;
  margin-bottom: 20px;
}

.info_card p{
  font-size: 12px;
  color: #cbbb8f;
  font-weight: 600;
}
.info_map{
  margin-top: 35px;
  width: 100%;
  max-height: 260px;
}

.card_white{
  padding: 0px;
}
.section_map{
  padding: 0px;
}
.cid-sVB41l6xfx a{
  color: #8a8a8a;
  text-decoration: none;
}

.footer_nav{
  padding-top: 30px;
  text-align: left;
}

.footer_nav ul{
  margin-top: 20px;
}

.cid-sVB41l6xfx li{
  display: inline;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
  padding: 8px;
}

#follow_us{
  color: white;
  font-weight: 600;
  text-align: right;
  padding-top: 16px;
}

#ul_follow_us{
    text-align: right;
}
#social_ul{
    padding: 0;
}
@media only screen and (max-device-width: 767px) {
    #ul_follow_us{
        text-align: left;
        padding-left: 45px;
    }

    #social_ul{
        text-align: left;
        padding-left: 45px;
    }
}
#footer_info{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
  text-align: left;
  padding-left: 40px;
}

.header_text{
    position: absolute;
    top: 30px;
}
.header_text h1{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 82px;
}

.header span{
    color: #c6b68b;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.cid-sWcAFB25ap {
    padding-top: 12rem;
    padding-bottom: 5rem;
    background-image: url("../../images/header_offert.png");
}
.cid-sWcAFB25ap .social-row .soc-item {
    display: inline-block;
    text-align: center;
    margin-bottom: 1rem;
    margin-right: .7rem;
}
.cid-sWcAFB25ap .social-row .soc-item .mbr-iconfont {
    font-size: 32px;
    border-radius: 50%;
    padding: 0.6rem;
    border: 2px solid #232323;
    transition: all 0.3s;
    color: #232323;
}
.cid-sWcAFB25ap .social-row .soc-item .mbr-iconfont:hover {
    background-color: #232323;
    color: #ffffff;
}
.cid-sWcAFB25ap .mbr-section-title {
    text-align: left;
    color: #ffffff;
}
.cid-sWcAFB25ap .mbr-text,
.cid-sWcAFB25ap .mbr-section-btn,
.cid-sWcAFB25ap .social-row {
    text-align: left;
    color: #ffffff;
}

.offert_information h1{
    color: #c6b68b;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.offert_information h3{
    color: #c6b68b;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.offert_information p{
    color: #1c1c1c;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}


.offert_information .image{
    padding-top: 66px; padding-left: 153px
}

@media only screen and (max-device-width: 767px) {
    .offert_information .image{
        padding-top: 66px; padding-left: 0px
    }
}

.cd-image-container {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 0em auto;
}
.cd-image-container img {
    display: block;
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
    visibility: hidden;
}
.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}
.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}
.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
@keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}
.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #dc717d url("../img/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgb(255, 255, 255), 0 0 10px rgb(255, 255, 255), inset 0 1px 0 rgb(255, 255, 255);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
    /* change background color when element is active */
    background-color: #445b7c;
}
.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.image-compare {
    position: relative;
}

.image-2 {
    --exposure: 50%;

    display: block;
    clip-path: polygon(
        calc(var(--exposure) + 1px) 0,
        100% 0,
        100% 100%,
        calc(var(--exposure) + 1px) 100%
    );
}

.image-2-wrapper {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    filter: drop-shadow(-2px 0 0 hsl(0, 0%, 100%));
}

.image-compare-label {
    align-items: stretch;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.image-compare-input {
    --thumb-size: clamp(3em, 10vmin, 5em);

    /* Go half a "thumb" off the edge to the left and right" */
    margin: 0 calc(var(--thumb-size) / -2);
    /* Make the input a full "thumb" wider than 100% so it extends past the edges */
    width: calc(100% + var(--thumb-size));
    cursor: col-resize;
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
}

/* Firefox */
.image-compare-input::-moz-range-thumb {
    /* A white background with slight transparency */
    background-color: hsla(0, 0%, 100%, 0.9);
    /* An inline SVG of two arrows facing opposite directions */
    background-image: url('data:image/svg+xml;utf8,<svg viewbox="0 0 60 60"  width="60" height="60" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 20 L10 30 L20 40"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 20 L50 30 L40 40"/></svg>');
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px hsla(0, 0%, 0%, 0.9) solid;
    color: hsla(0, 0%, 0%, 0.9);
    width: var(--thumb-size);
    height: var(--thumb-size);}

.image-compare-input:focus::-moz-range-thumb {
    box-shadow: 0px 0px 0px 2px hsl(200, 100%, 80%);
}

/* Chrome, Safari and Edge, */
.image-compare-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* A white background with slight transparency */
    /* An inline SVG of two arrows facing opposite directions */
    background-image: url('../../images/slider_button.png');
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    color: hsla(0, 0%, 0%, 0.9);
    width: var(--thumb-size);
    height: var(--thumb-size);}

.image-compare-input:focus::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px var(--thumb-border-size) hsl(200, 100%, 80%);
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}








.image-compare2 {
    position: relative;
}

.image-22 {
    --exposure: 50%;

    display: block;
    clip-path: polygon(
        calc(var(--exposure) + 1px) 0,
        100% 0,
        100% 100%,
        calc(var(--exposure) + 1px) 100%
    );
}

.image-2-wrapper2 {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    filter: drop-shadow(-2px 0 0 hsl(0, 0%, 100%));
}

.image-compare-label2 {
    align-items: stretch;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.image-compare-input2 {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
}

/* Firefox */
.image-compare-input2::-moz-range-thumb {
    /* A white background with slight transparency */
    background-color: hsla(0, 0%, 100%, 0.9);
    /* An inline SVG of two arrows facing opposite directions */
    background-image: url('data:image/svg+xml;utf8,<svg viewbox="0 0 60 60"  width="60" height="60" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 20 L10 30 L20 40"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 20 L50 30 L40 40"/></svg>');
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 2px hsla(0, 0%, 0%, 0.9) solid;
    color: hsla(0, 0%, 0%, 0.9);
    width: var(--thumb-size);
    height: var(--thumb-size);}

.image-compare-input2:focus::-moz-range-thumb {
    box-shadow: 0px 0px 0px 2px hsl(200, 100%, 80%);
}

/* Chrome, Safari and Edge, */
.image-compare-input2::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* A white background with slight transparency */
    /* An inline SVG of two arrows facing opposite directions */
    background-image: url('../../images/slider_button.png');
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    color: hsla(0, 0%, 0%, 0.9);
    width: var(--thumb-size);
    height: var(--thumb-size);}

.image-compare-input2:focus::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px var(--thumb-border-size) hsl(200, 100%, 80%);
}














.offert_information{
    padding-top: 100px;
}

.offert_price th{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.offert_price td{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.offert_price td b{
    color: #a3905c;
}

.offert_price td:nth-child(1){
    width: 40%;
}

.offert_price td:nth-child(2){
    width: 30%;
}

.offert_price td:nth-child(2){
    width: 30%;
}

.offert_price .head{
    margin-top: 30px;
}

.offert_price .price{
    color: #c6b68b;
}

.about_us .text{
    color: #020204;
    padding-right: 6rem;
}

@media (max-width: 1199px) {
    .about_us .text{
        padding-right: 0;
    }
}


.about_us .text .owner{
    padding-right: 6rem;
    font-weight: 300;
    opacity: 0.5;
}

.about_us .image{
    padding-top: 0px;
}
.about_us_teams{
    margin-top: 90px;
}
.about_us_teams h1{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.about_us_teams .gold h1{
    text-transform: uppercase;
}
.about_us_teams p{
    color: #515151;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 16px;
}
.about_us_teams .gold p{
    color: #b5a981;
}
.about_us_teams .box{
    padding-right: 3rem;
}
.about_us_teams .row{
    margin-top: 50px;
}


.about_type_1{
    display: none;
}

@media (max-width: 991px) {
    .about_type_2{
        display: none;
    }
    .about_type_1{
        display: block;
    }
    .offert_information .image {
        padding-left: 73px;
    }
    .about_us .image {
        padding-top: 21px;
    }
}

@media (max-width: 767px) {
    .about_type_1 .text{
        padding: 0px 20px;
    }
}

@media (max-width: 575px) {
    .offert_information .image {
        padding-left: 0;
    }
}


@media (max-width: 767px) {
    .about_us_teams .box{
        padding-top: 30px;
    }
    .about_us_teams .name_team{
        font-size: 28px;
    }
}

#scroll_button{
    margin-top: -80px;
    position: absolute;
    left: 50%;
}
@media (max-width: 655px) {
    #scroll_button{
        margin-top: -9vh;
    }
}
@media (max-width: 512px) {
    #scroll_button{
        margin-top: -6vh;
    }
}



.login{
    margin-bottom: 11em;
}
.login .login-brand{
    margin-top: 200px;
}
.login .login-brand h1{
    color: #c6b68b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 82px;
}

@media (max-width: 425px) {
    .login .login-brand h1{
        font-size: 55px;
    }
}

.login input{
    background-color: #f0f0f0;
}


.btn-diamond-car{
    color: white;
    background-color: #c6b68b;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 2px 10px;
}

.login .cant_login{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #303030;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 100px;
}

.login .custom-control-label{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #303030;
    font-size: 18px;
}

.login alert{
    font-family: 'Roboto', sans-serif;
}
.login alert li{
    font-family: 'Roboto', sans-serif;
}

.panel_user{
    background-image: url("../../images/car-detailing-www-main-2-1440x948.png");
    background-size: cover;
    padding-top: 17rem;
}
.panel_user .header_panel h1{
    color: #c6b68b;
    font-family: 'Roboto', sans-serif;
    font-size: 82px;
    font-weight: 700;
}
.panel_user .header_panel h2{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    font-weight: 600;
}
.header_menu{
    margin-top: 72px;
}
.header_menu ul{
    list-style: none;
    padding-left: 0px;

}
.header_menu li{
    display: inline;
    margin-right: 20px;
}
.header_menu li a{
    text-decoration: none;
    font-size: 18px;
    color: black;
    font-family: 'Roboto', sans-serif;
}

.header_menu li a:hover{
    text-decoration: underline;
    color: #c6b68b;
}

.content_panel{
    margin-top: 140px;
    margin-bottom: 150px;
}
.content_panel h1{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
}
.content_panel h1 .price{
    color: #65ba4f;
    font-weight: 600;
}

.content_panel p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.content_panel p .info_contact{
    font-weight: 600;
}

.content_panel .info_contact{
    margin-bottom: 10px;
    text-align: left;
}

.content_panel .email{
    text-decoration: underline;
}

.content_panel .up{
    margin-bottom: 20px;
}

.history_add_points p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.history_add_points .price{
    color: #7ec46d;
    font-weight: 500;
    margin-bottom: 8px;
}

.history_add_points .gold{
    color: #c6b68b;
    font-weight: 300;
}
.panel_user alert{
    font-family: 'Roboto', sans-serif;
}
.blog_post{
    margin-top: 150px;
}
.blog_post h1{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 32px;
}
.blog_post .blog_author p{
    color: #898989;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-top: 6px;
}
.blog_post .blog_text{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-right: 11em;
    margin-top: 33px;
}

@media only screen and (max-device-width: 767px) {
    .blog_post .blog_text{
        padding-right: 0em;
    }
}

.blog_link{
    text-decoration: underline;
    color: #cdb17c;
    font-size: 18px;
    cursor: pointer;
}

.blog_link:hover{
    text-decoration: underline;
    color: #543a0c;
}
.pagination_class{
    margin-top: 80px;
}
.pagination_class .left{
    margin-right: 27px;
}
.pagination_class .left a{
    color: #c6b68b;
}
.pagination_class .right a{
    color: #c6b68b;
}
.pagination_class .right{
    margin-left: 9px;
}
.pagination_class li{
    display: inline;
    margin-right: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.pagination_class li a{
    color: black;
}
.pagination_class li a:hover{
    color: #543a0c;
    text-decoration: underline;
}
.pagination_class ul{
    padding-left: 0px;
}

.cid-sVBq4lkK99s .iconfont-wrapper span{
    color: #ccc28c;
    font-size: 28px;
    position: absolute;
    margin-left: 20%;
    margin-top: -0.3em;
}

@media only screen and (max-device-width: 1357px) {
    .cid-sVBq4lkK99s .iconfont-wrapper span{
        font-size: 23px;
    }
}

@media only screen and (max-device-width: 991px) {
    .cid-sVBq4lkK99s .iconfont-wrapper span{
        font-size: 28px;
    }
}






.cid-sVBq4lkK99s .card-wrapper hr{
    background-color: #f4d186;
    height: 3px;
    width: 30vw;
    margin: 0 auto;
    opacity: 1;
    margin-top: 20px;
}

.cid-sVBq4lkK99s .card-wrapper .link{
    margin-top: 40px;
}

.cid-sVBq4lkK99s .card-wrapper .link a{
    color: #8d8d8d;
    font-size: 20px;
    text-transform: uppercase;
}

.cid-sVBq4lkK99s .card-wrapper .link a:hover{
    color: #ccba88;
    opacity: 1;
}

.cid-sVBq4lkK99s .open_card img{
    width: 13%;
}

@media only screen and (max-device-width: 991px) {
    .cid-sVBq4lkK99s .open_card img{
        width: 19vw;
    }
}

.cid-sVBq4lkK99s .close .option_menu{
    position: absolute;
    margin-top: 4vh;
    margin-left: 70vw;
}

.cid-sVBq4lkK99s .close .option_menu:hover{
    cursor: pointer;
}

.cid-sVBq4lkK99s .show_options{
    cursor: pointer;
}

.cid-sVBq4lkK99s .show_options:hover{
    opacity: 0.4;
}

@media only screen and (max-device-width: 1203px) {
    .cid-sV8UG0R0Y3 .about_us{
        margin-top: -180px;
    }
}

@media only screen and (max-device-width: 990px) {
    .cid-sVBm76yi0Y{
        margin-top: -150px;
    }

    .offert_price td{
        font-size: 13px;
    }

    .offert_price th{
        font-size: 15px;
    }

    .splide__arrow--prev {
        left: -0.6em
    }

    .splide__arrow--next {
        right: -0.6em
    }

}
#computer_elaso{
    display: block;
}
#mobile_elaso{
    display: none;
}

@media (max-width: 767px) {
    #computer_elaso{
        display: none;
    }

    #computer_elaso img{
        width: 70%;
    }

    #mobile_elaso{
        display: block;
    }

    #mobile_elaso h1{
        margin-top: 40px;
    }
}
