@font-face {
  font-family: 'Sequel 100 Wide 85 Wide';
  src: url('/assets/frontend/fonts/Sequel 100 Wide/OGJ Type Design - Sequel 100 Wide 85 Wide.otf');
}

@font-face {
  font-family: 'Sequel 100 Wide 45 Wide';
  src: url('/assets/frontend/fonts/Sequel 100 Wide/OGJ Type Design - Sequel 100 Wide 45 Wide.otf');
}

@font-face {
  font-family: 'Sequel 100 Wide 75 Wide';
  src: url('/assets/frontend/fonts/Sequel 100 Wide/OGJ Type Design - Sequel 100 Wide 75 Wide.otf');
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;  
  background: #f8f8f8;
  padding-top: 122px;
  font-display: swap;
  overflow-x: hidden;
}
/*
section {
  border: 2px dashed red;
}

.container {
  border: 2px dashed blue;
}
*/

.btn-blue {
  background: #035cb0;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Sequel 100 Wide 85 Wide';
  font-size: 12px;
  border-radius: 0px;
}

.btn-green {
  background: #01a515;
  border-radius: 0px;
  color: #fff;  
}

.btn-green:focus {
  box-shadow: none;
}

.btn-blue:hover {
  color: #eee;
}

.top-nav {
  /*z-index: 1;*/
  /*position: relative;*/
  box-shadow: 0px 1px 1px rgba(236,236,236,0.5);
  background: #fff; 
}

.top-nav.transparent {
  background: transparent;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.5);  
}

.top-nav .top-nav-brand {
  background: #035cb0;
  text-align: center;
}

.top-nav-logo:hover {
  text-decoration: none;
}

.language-selection, .site-menu {
  display: inline-block;
}

.language-selection ul, .site-menu ul {
  margin: 0px;
  padding: 0px; 
}

.language-selection ul li, .site-menu ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 2px;
}

.site-menu ul li {
  margin: 0px 8px;
}

.language-selection ul li a, .site-menu ul li a { 
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.top-nav.transparent .language-selection ul li a, .top-nav.transparent .site-menu ul li a {
  color:#000;
}

.language-selection li.active a, .site-menu li.active a {
  font-weight: bold;  
}

nav.language-selection li.active a {
  color: #035cb0 !important;
}

.offcanvas-collapse {
  position: fixed;
  top: 0; /* Height of navbar */
  bottom: 0;
  right: 100%;
  left:-300px;
  width: 300px;
  overflow-y: auto;
  visibility: hidden;
  background-color: #fff;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
  transition-property: left, visibility;
  align-items:start;
  color: #000;
  text-align: center;
}

.offcanvas-collapse .holder {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top:  1rem;
}

.offcanvas-collapse .top-contact-entry {
  padding: 10px 10px;
}

.offcanvas-collapse.open {
  left: 0;
  visibility: visible;
}

.offcanvas-collapse li a {
  color: #000;
  font-weight: 600;
}

.offcanvas-collapse li a:hover {
  text-decoration: underline;
}

.offcanvas-collapse .navbar-nav.language-selection li {
  display: inline-block;
  margin: 0px 10px;
}

.offcanvas-collapse .navbar-nav.language-selection li.active a {
  background: #035cb0;
  color: #fff;
  padding: 6px;
}

.offcanvas-collapse .navbar-nav .nav-item {
  margin: 5px 0px;
}

.offcanvas-collapse .navbar-nav .nav-item.active a {
  color: #035cb0;
}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* front page*/

#front-slider {
  margin-top: -8rem;
  /*z-index: 1;*/
  width: 100%;
  position: relative;
}

#front-slider-mobile {
  position: relative;
}

#front-catalog {
  /*box-shadow: 0px 0px 15px #e3e3e3;*/
}

#front-catalog form {
  background: #fff;
  box-shadow: 0px 0px 15px #e3e3e3;
}

#front-catalog label {
  font-size: 15px;
  color: #b9b9b9;
}

#front-catalog select {
  font-size: 20px;
  color: #000;
  border: none;
  padding: 0px;
  height: auto;
}

#front-catalog .catalog-grid-item {
  background: #fff;
  padding: 2rem;
  margin: 1rem .5rem;   
  position: relative;
}

#front-catalog .catalog-grid-item:hover {
  box-shadow: 0px 0px 15px #e3e3e3;
}

#front-catalog .catalog-grid-item img {
  width: 100%;
}

.catalog-grid-item .discount {
  position: absolute;
  top: -20px;
  right: -20px;
  text-align: center;
}

.catalog-grid-item .discount img {
  z-index: 100;
  position: relative;
  max-height: 70px;
}

.text-blue {
  color:#035cb0;
}

div#front-add {
  background: #fff;
}

footer {
  background: #fff;
  border-top: 3px solid #f0f0f0;
}

footer .site-menu {
  padding-top: 10px;
}

footer .site-menu ul li a {
  color:#000;
  font-size: 15px;
}

footer hr {
  border-top: 1px solid #f0f0f0;
}

/* Catalog */

.car-catalog-filter {
  background: #fff;
}

.car-catalog-filter label {
  color: #b9b9b9;
  font-size: 16px;
  margin-left: 10px;
}

.btn-white {
  background: #fff;
}

.btn-white.bs-placeholder .filter-option-inner-inner {
  color: #000;
  font-size: 19px;
  font-weight: 500;
}

.dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  color: #000;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.catalog-header h1, .catalog-header h2 {
  font-family: 'Sequel 100 Wide 85 Wide';
  font-size: 38px;  
  color: #000;
}

.car-catalog .catalog-grid-item {
  background: #fff;
  padding: 2rem;
  margin: 1rem .5rem;
  transition: background 0.5s ease;
  position: relative;
}

.car-catalog .catalog-grid-item a {
  display: block; 
}

.car-catalog .catalog-grid-item .item-img {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.car-catalog .catalog-grid-item a img.item-thumbnail {
  transition: all .5s ease;
}

.car-catalog .catalog-grid-item a:hover img.item-thumbnail {  
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.car-catalog .catalog-grid-item:hover {
  box-shadow: 0px 0px 15px #e3e3e3;
  background: linear-gradient(#fff 78%, #F9F9F9 22%);
}

.car-catalog .catalog-grid-item.active {
  border: 2px solid #035cb0;
  box-shadow: 0px 0px 15px #80c1ff;
}

.car-catalog .catalog-grid-item.blur img {
  filter: blur(5px);
  filter: grayscale(100%);
}

.car-catalog .catalog-grid-item img.item-thumbnail {
  width: 100%;
  max-height: 200px;
  min-height: 200px;
  object-fit: cover;
}

@media only screen and (max-width: 780px) {
  .car-catalog .catalog-grid-item img.item-thumbnail {
    max-height: 300px;
    min-height: 300px;
  }

  .profile-my-cars table {
    font-size: 13px;
  }

  .profile-my-cars table .car-row td {
    border-bottom: 1px solid #fff;
  }

}

.car-catalog .catalog-grid-item p {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
}

.catalog-grid-item-options {
  padding: 0px 10px;
  font-size: 14px;
}

.catalog-grid-item-options div {
  padding: 5px;
  color: #999999;
}

.catalog-grid-item-options img {
  margin-right: 10px;
  max-width: 18px;
  display: inline-block !important; 
}

.catalog-grid-item-price .total {
  color: #035cb0;
  font-size: 20px;
  font-weight: 800;
  padding-top: 20px;
}

.catalog-grid-item-price .total s {
  font-size: 16px;
  color: #666666;
}

.catalog-grid-item-price .total div {
  line-height: 24px;
}

.catalog-grid-item-price .leasing {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: #000;  
}

.catalog-grid-item-price .leasing span {
  font-size: 35px;
  font-weight: 700;
  color: #36B74B; 
}

.catalog-grid-item-price .leasing sup {
    top: -1em;
}

.catalog-grid-item a {
  text-decoration: none;
}

/* buy car */
.buy-car-section {
  background: #fff;
}

.buy-car-title {
  
}

.buy-car-title h1, .buy-car-title h2 {
  background: url('/assets/frontend/images/h2bg.png') repeat-x center center; 
  font-family: 'Sequel 100 Wide 85 Wide';
  font-size: 38px;  
  color: #000;  
}

.buy-car-title h1 span, .buy-car-title h2 span {
  background: #fff;
  padding-right: 40px;
}

.buy-car-intro {
  font-size: 16px;
  font-weight: 400;
}

.buy-car-info-grid-item {
  padding: 3rem;
}

.buy-car-info-grid-item img {
  
}

.buy-car-info-grid-item div {
  padding: 3rem 0rem;
  font-size: 17px;
}

.buy-car-info-grid-item:hover {
  box-shadow: 0px 0px 15px #f1f1f1;
}

.buy-car-offer h2 {
  font-family: 'Sequel 100 Wide 85 Wide';
  font-size: 38px;  
  color: #000;  
}

.dropzone {
  background: #fafafa;
  border: 1px dashed #acacac;
}

.dropzone .dz-default.dz-message {
  color: #035cb0;
}

.dropzone .dz-default.dz-message img {
  margin-bottom: 20px;
}

.buy-car {
  margin-top: 6rem;
}

.buy-car input[type=text] {
  background: #fff;
  border: none;
  border-radius: 0px; 
  border-bottom: 1px solid #dcdcdc;
  padding: 2rem 0rem; 
}

.buy-car textarea {
  background: #fff;
  border: none;
  border-radius: 0px; 
  border-bottom: 1px solid #dcdcdc;
  padding: 1rem 0rem; 
}

.buy-car input[type=text]:focus, .buy-car textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #000;
}

.buy-car input[type=text]::placeholder, .buy-car textarea::placeholder {
  color: #000;
}

.buy-car .filter-option {
  padding: 1.25rem 0rem;  
  border-bottom: 1px solid #dcdcdc;
}

.buy-car .bootstrap-select {
  height: auto;
}

.buy-car .bootstrap-select .btn {
  padding: 0px;
}

.buy-car .btn-white.bs-placeholder .filter-option-inner-inner {
  font-size: 1rem;
}

.buy-car .bootstrap-select .btn:focus, .buy-car .bootstrap-select .btn.focus {
  box-shadow: none;
}

.buy-car .btn-white.bs-placeholder .filter-option-inner-inner {
  font-weight: normal;
}

/* contatcts */
.contacts {
  background: #fff url('/assets/frontend/images/carbuy_big_bg.png');
  background-size: 80%;
  background-position: 50% 10%; 
  background-repeat: no-repeat;
}

.contacts h2 {  
  font-family: 'Sequel 100 Wide 85 Wide';
  font-size: 38px;  
  color: #000;  
}

.contacts .contact-item p.title {
  font-size: 24px;
  font-weight: bold;
}

.contacts .contact-item div {
  margin-top: 20px;
}

.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* text page */

.textpage {
  background: #fff url('/assets/frontend/images/carbuy_big_bg.png');
  background-size: 80%;
  background-position: 50% 10%; 
  background-repeat: no-repeat;
}

.textpage h2 {  
  font-family: 'Sequel 100 Wide 85 Wide';
  font-size: 38px;  
  color: #000;  
}

.textpage h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 3rem;
}

.textpage p {
  font-size: 17px;
  /*line-height: 3rem;*/
}

.quick_social a img {
  margin-right: 10px;
}

.quick_social a {
  display: inline-block;
  margin: 5px 10px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.copyrights {
  color: #aeaeae;
  font-size: 14px;
}

.top-contact-entry {
  text-align: center;
  color: #fff;
  padding: 37px 18px;
}

.top-contact-entry a {
  font-size: 14px;
  font-family: 'Sequel 100 Wide 45 Wide';
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.top-contact-entry a strong {
  font-family: 'Sequel 100 Wide 85 Wide';
  letter-spacing: 2px;
}

.top-contact-entry p {
  margin: 0px;
}

.top-contact-entry span {
  font-size: 13px;
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.top-contact-entry.bg-green {
  background: #12c365;
}

.top-contact-entry.bg-blue {
  background: #035cb0;
}

/* car view*/

.auto-view {
  background: #fff;
}

.auto-view-header h2 {
  font-size: 34px;
  font-weight: bold;
}

.auto-view .top-prices {
  font-size: 15px;
  font-weight: 700;
  vertical-align: top;
}

.auto-view .top-prices .price span {
  color:#035cb0;
  font-size: 35px;
  margin-left: 10px;
}

.auto-view .top-prices .leasing span {
  color:#12c365;
  font-size: 35px;
  margin-left: 10px;
}

.auto-view .top-prices .leasing span:last-child {
  font-size: 19px;
  font-weight: normal;
  color: #000;
}

.auto-view .car-details div {
  /*display: inline-block;
  margin-right: 30px;*/
  color: #999999;
}

.auto-view .car-details div img {
  margin-right: 10px;
}

.auto-view .btn-green {
  font-weight: bold;
}

.auto-view .btn-green:hover {
  color: #eee;
}

.auto-view .btn-green img {
  margin-right: 30px;
}

.car-specs .holder {
  background: #fff;
}

.car-specs h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-specs div.entry {
  font-size: 16px;
  color: #999999;
  padding: 20px 0px;
}

.main-specs div.entry span {
  float: right;
  color: #000;
  font-weight: 600;
}

.main-specs div.entry i {
  color: #035cb0;
  margin-right: 10px;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .owl-nav {
    display: none;
  }

  .buy-car-title h1, .buy-car-title h2 {
    font-size: 28px;  
  }

}

.owl-carousel .owl-nav button.owl-prev {  
  left: 0px;
  text-align: right;  
  padding: 1rem 1rem 1rem 1rem !important;
  transition: padding-left 1s ease-in-out;
}

.owl-carousel .owl-nav button.owl-next {
  right: 0px;
  text-align: left; 
  padding: 1rem 1rem 1rem 1rem !important;  
  transition: padding-right 1s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  background: #fff; 
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background: #035cb0;  
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  padding-left: 2rem !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
  padding-right: 2rem !important;
}

/* footer widget */
.footer-contact-widget {
  position: fixed; 
  bottom: 20px; 
  right: 20px;
  z-index: 1001;
}

.footer-contact-button {
  background: #01a515; 
  border-radius: 50%; 
  padding: 20px; 
  width: 4rem; 
  height: 4rem; 
  text-align: center; 
  vertical-align: middle; 
  color: #fff;
  /*box-shadow: 0px 0px 10px rgba(0, 119, 230, 0.5);*/
  animation: chat 1s infinite;
  cursor: pointer;
}

.footer-contact-widget-content {
  z-index: 200;
  background: #fff;
  position: fixed; 
  bottom: 120px; 
  right: 20px;
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
}

.footer-contact-widget-content h2 {
  text-align: center;
  background: #01a515;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 4rem;
}

.footer-contact-widget-content .contact-item-holder { 
  margin-top: -2rem;
  padding: 1rem;
  padding-top: 0;
}

.footer-contact-widget-content .contact-item div {
  display: inline-block;
}

.footer-contact-widget-content .contact-item div img {
  margin-top: -20px;
  margin-right: 20px;
}

.footer-contact-widget-content .contact-item a {
  display: block;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  padding: 1rem;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;  
}

.footer-contact-widget-content .contact-item a span {
  display: block;
  font-weight: normal;
  color: #8a8a8a;
  margin-top: 5px;
}

.footer-contact-widget-content .contact-item a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes pulsenew {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 119, 230, 0.5);
    font-size: 28px;
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 119, 230, 0);
    font-size: 30px;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 119, 230, 0);
    font-size: 28px;
  }
}

@-webkit-keyframes discount {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 119, 230, 0.5);
    font-size: 20px;
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 119, 230, 0);
    font-size: 23px;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 119, 230, 0);
    font-size: 20px;
  }
}

@-webkit-keyframes freeocta {
  0% {
    box-shadow: 0 0 0 0 rgba(39, 130, 34, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(39, 130, 34, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(39, 130, 34, 0);
  }
}

@-webkit-keyframes freefuel {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 23, 23, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(201, 23, 23, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(201, 23, 23, 0);
  }
}

@-webkit-keyframes chat {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 165, 21, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(1, 165, 21, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 165, 21, 0);
  }
}

.slide-text {
  text-align: left;
  position: absolute;
  left: 7%;
  bottom: 20%;
  color: #fff;
}

.leasing form input {
  font-family: 'Montserrat', sans-serif; 
  font-size: 12px;
  background: #fff;
  border-radius: 0px; 
  border: 1px solid #dcdcdc;
  padding: 1rem;  
}

.leasing .indicator {
  border-radius: 5px;
  background: #12c365;
  padding: 2px 10px;
  color: #fff;
  display: inline-block;
  margin: 5px 0px;
  font-weight: 600;
  box-shadow: inset 0px 0px 3px rgba(0,0,0, 0.5);
}

.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.fp-call {
  font-size: 18px;
}

.car-catalog-filter .btn-white.bs-placeholder .filter-option-inner-inner {
  font-size: 15px;
}

.bootstrap-select .dropdown-menu {
  z-index: 3;
}

#new-top {
  text-align: center !important;
}

#new-top a {
  text-decoration: none;
}

#new-top .spacer {
  position: relative;
  margin: 150px 50px;
  border: 5px solid transparent;
}

#new-top .spacer:hover {
  border: 5px solid #035cb0;
}

#leasingModalNew .form-group {
  font-size: 12px;
}

#leasingModalNew .modal-body {
  font-size: 12px;
}

#leasingModalNew select {
  font-family: 'Montserrat', sans-serif; 
  font-size: 12px;
  background: #fff;
  border-radius: 0px; 
  border: 1px solid #dcdcdc;
  padding: 1rem;  
}

#leasingModalNew .btn-leasing {
  font-family: 'Montserrat', sans-serif; 
  font-size: 12px;
  background: #fff;
  border-radius: 0px; 
  border: 1px solid #dcdcdc;
  padding: 8px;
  color: #6c757d; 
}

#leasingModalNew .btn-leasing::after {
  color: #6c757d; 
}

.btn-leasing .dropdown-menu {
  font-size: 12px;
}

#leasingModalNew .radiobox label {
  text-align: center;
  margin: 5px;
}

#leasingModalNew .radiobox .radios {
  width: 15px;
  height: 15px;
}

.leasing-button {
  width: 100%;
  color: #fff;  
}

.leasing-button .btn-lease {
  color: #fff !important;
  background: #035cb0;
  border-radius: 0px;
}

.leasing-button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.leasing-button a:hover {
  color: #fafafa;
}

.leasing-grid .leasing-button {
  display: none !important;
  visibility: 0;
}

.leasing-grid .catalog-grid-item {
  /*border: 2px solid #fff;*/
}

.irs {
    font-family: 'Montserrat';
    font-weight: 500;
}

.irs-grid-text {
    color: #fff !important;
    border-radius: 4px;
    background: #035cb0;
    font-size: 14px;
    bottom: -12px;
    padding: 4px 6px;
    transform: rotate(-45deg);
}

.irs--flat .irs-min, .irs--flat .irs-max {
  font-size: 14px;
}

.irs--flat .irs-bar {
    background-color: #12c365;
}

.irs--flat .irs-from::before, .irs--flat .irs-to::before, .irs--flat .irs-single::before {
    border-top-color: #12c365;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #12c365;
    font-size: 14px;
}

.irs--flat .irs-handle > i:first-child {
    background-color: #0caa56;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: #12c365;
}

.leasing_app input[type="text"], .leasing_app select {
  background: #fff;
  border: none;
  border-radius: 0px; 
  border-bottom: 1px solid #dcdcdc;
  padding: 2rem 0rem; 
}

.leasing_app textarea {
  background: #fff;
  border: none;
  border-radius: 0px; 
  border-bottom: 1px solid #dcdcdc;
  padding: 1rem 0rem; 
}

.leasing_app .btn-white.bs-placeholder, .leasing_app .btn-white {
  padding: 10px 0px;  
}

.leasing_app .btn-white.bs-placeholder .filter-option-inner-inner {
  background: #fff;
  border: none;
  border-radius: 0px; 
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0px;
  font-size: 1rem;
  font-weight: 400; 
}

.leasing_app input[type=text]:focus, .leasing_app textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #000;
}

.leasing_app input[type=text]::placeholder, .leasing_app textarea::placeholder {
  color: #000;
}

.white-box {
  background: #fff;
}

.leasing-partners img {
  filter: grayscale(100%);
}

.leasing-partners img:hover {
  filter: none;
}

section.partners {
  /*background: #fff;*/
}

section.partners img {
  transition: all .5s ease;
  filter: grayscale(100%);
}

section.partners img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: none;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(10deg); }
   95% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}

.call-widget {
  position: fixed;
  top: 180px;
  right: 0px;
  background: #fff;
  padding: 15px 10px;
  border-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px; 
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(199,199,199,0.5);
  z-index: 1000;
}

.call-widget i {
  vertical-align: middle;
  color: #0075e6;
  animation: wiggle 1.5s infinite;
}

.call-widget .actions {
  padding-top: 20px;
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}

.call-widget .actions.show {
    opacity: 1;
    display: block;
}

.auto-view .top-prices .price span.old_price s {
  font-size: 16px;
  color: #666666;
}

.auto-view .top-prices .price span.old_price {
  line-height: 20px;
}

.discount .percentage {
  background: #035cb0;
  color: #fff;
  padding: 0px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 30px;
  z-index: 100;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  transform: rotateY(0deg) rotate(25deg);

  animation: pulsenew 1s infinite;
}

.freeocta {
  border-radius: 50%;
  animation: freeocta 1s infinite;
}

.freefuel {
  border-radius: 50%;
  animation: freefuel 1s infinite;
}

.extra-options .discount {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0px 10px;
}

.extra-options .discount .percentage {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.extra-options .discount img {
  width: 60px;
  height: 60px;
}

.extra-options .discount .percentage {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  animation: discount 1s infinite;
}

.extra-options .discount .freeocta {
  animation: none;
  opacity: 0.2;
  filter: grayscale(1);
}

.extra-options .discount .freefuel {
  animation: none;
  opacity: 0.2;
  filter: grayscale(1);
}

.extra-options .discount .percentage.active, .extra-options .discount .freeocta.active, .extra-options .discount .freefuel.active {
  filter: grayscale(0);
  opacity: 1;
}

.extra-options .discount .freeocta.active {
  animation: freeocta 1s infinite;
}

.extra-options .discount .freefuel.active {
  animation: freefuel 1s infinite;
}

@keyframes glow {
  0%     {background-color:#01a515;}
  50.0%  {background-color:#01e41d;}
  100.0%  {background-color:#01a515;}
}

.glow {
  animation: glow 3s infinite;
}

.sold {
  font-size: 40px;
  text-transform: uppercase;
  border: 3px solid #f54336;
  transform: rotate(10deg);
  padding: 20px 50px;
  color: #f54336;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #f54336;
}

.sold_holder {
  position: relative;
}

.cookie-bar {
  font-size: 12px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  color: #eee;
  font-weight: 600;
  z-index: 1000;
}

.cookie-bar .btn {
  margin: 0px 10px; 
}

.cookie-info {
  display: none;
}

.cookie-bar td {
  padding: 5px;
}

.cookie-bar .cookie-info a {
  color: #0176e7;
}

.covid-update {
  text-align: center;
  background: #035cb0;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.covid-update a {
  color: #fff;
  text-decoration: underline;
}

.covid-update .distance {
  top: 10px;
  position: absolute;
  left: 10px;
}

.covid-update .distance-right {
  top: 10px;
  position: absolute;
  right: 10px;
}

.front-item {
  background: #fff; 
}

.front-item:hover {
  background-image: linear-gradient(#fff 22%, #F9F9F9 22%);
}

.front-item h3 {
  font-size: 40px;
  font-family: 'Sequel 100 Wide 85 Wide'; 
}

.front-item img {
  max-height: 70px;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}

.front-item:hover img {
  max-height: 80px;
  margin-bottom: 0px;
}


.front-item a {
  color: #000;
  text-decoration: none;
}

#leasingModal .modal-dialog {
  max-width: 700px; 
}

#agree, #ads {
  display: inline-block;
}

#agree + label, #ads + label {
  display: inline;
  cursor: pointer;
}

#leasingModal .modal-header {
  color: #fff;
  background: #035cb0;
}

#leasingModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1;
}

#leasingModal input, #leasingModal select {
  font-size: 14px;
  border-radius: 0px;
}

#leasingModal .modal-content {
  font-size: 14px;
}

.cookie-agree, .cookie-more {
  font-size: 13px;
}

h2.page-subtitle {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.waze {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1001;
}

.copyrights a {
  color: #000;
}

.card .card-header h2 {
  border: none;
  background: none;
  color: #000;
}

.card .card-header h2 .btn-link {
  color: #000;
}

.new-mot {
  position: absolute;
  left: 16px;
  background: #035cb0;
  color: #fff;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: bold;
  z-index: 1;
}

.new-mot i {
  color: #03fc2c;
}

.mercedes-gang {
  min-height: 400px;
  background: url('/assets/frontend/images/special/mercedes/fons.jpg?v=1') no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.mercedes-gang .mercedes-image {
  position: relative;
  height: 300px;
}

.mercedes-gang .mercedes-image img {
  position: absolute;
}

.mercedes-gang .mersis {
  z-index: 6;
  left: -200px;
  animation-name: mersis;
  animation-duration: 4s;
}

.mercedes-gang .aivars {
  z-index: 5;
  animation-name: aivars;
  animation-delay: 0s;
  animation-duration: 4s;
}

.mercedes-gang .austris {
  z-index: 4;
  animation-name: aivars;
  animation-delay: 0s;
  animation-duration: 5s;
  left: 130px;
  top: 50px;
}

.mercedes-gang .text-line-1 {
  margin-top: 100px;
  margin-left: 60px;
  font-family: 'Sequel 100 Wide 85 Wide';
  font-size: 55px;
  color: #000;
}

.mercedes-gang a {
  text-decoration: none;
}

.mercedes-gang .text-line-1 span {
  color: #E3FF10;
}

.mercedes-gang .text-line-2 {
  margin-top: 60px;
  margin-left: 60px;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.mercedes-gang .text-line-2 span {
  background: #E3FF10;
  padding: 4px;
}

.mercedes-gang .text-line-3 {
  margin-top: 30px;
  margin-left: 60px;
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}

.mercedes-gang .text-line-3 span {
  background: #E3FF10;
  padding: 4px;
}

@media only screen and (max-width: 780px) {
  .mercedes-gang .text-line-1 {
    font-size: 30px;
  }

  .mercedes-gang .text-line-2 {
    font-size: 18px;
  }

  .mercedes-gang .text-line-3 {
    font-size: 18px;
  }
}

@keyframes mersis {
  from {left: 800px;}
  to {left: -200px;}
}

@keyframes aivars {
    0%   {opacity: 0;}
    90%  {opacity: 0;}
    100% {opacity: 1;}
}

.nokermersi {
  position: fixed;
  right: -188px;
  top: 260px;
  z-index: 10;
}

.nokermersi:hover {
  animation-name: minimersis;
  animation-delay: 0s;
  animation-duration: 2s;
  right: 0px;
}

@keyframes minimersis {
    0%   {right: -188px;}
    90%  {right: -20px;}
    100% {right: 0px;}
}

ul#mercedes-countdown {
  list-style: none;
  margin: 50px 0;
  padding: 0;
  display: block;
  text-align: center;
}
ul#mercedes-countdown li {
  display: inline-block;
}
ul#mercedes-countdown li span {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}
ul#mercedes-countdown li.seperator {
  font-size: 60px;
  line-height: 50px;
  vertical-align: top;
}
ul#mercedes-countdown li p {
  color: #a7abb1;
  font-size: 25px;
}

@media only screen and (max-width: 780px) {

  ul#mercedes-countdown li span {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
  }
  ul#mercedes-countdown li.seperator {
    font-size: 40px;
    line-height: 40px;
  }

  ul#mercedes-countdown li p {
    font-size: 16px;
  }

}

.specialpage {
  background: #fff;
}

#map-canvas, #map-canvas2 { 
  height: 400px; 
  width: 100%;
}

.merc-social a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.merc-social a:hover {
  color: #777;
}

.partners-special a img {
  transition: transform 0.4s;
  max-height: 150px;
}

.partners-special a:hover img {
  filter: grayscale(100%);
  transform: scale(1.1) rotate(0.01deg);
}

.mb-entries a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.comming_soon {
  position: absolute; 
  top: 10px; 
  width: 100%; 
  text-align: center; 
  font-weight: 600; 
  color: #000; 
  text-transform: uppercase;
}

.profile input[type="text"], .profile input[type="email"], .profile input[type="password"] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding: 2rem 0rem;
    transition: border 0.5s ease-in;
    padding: 10px 8px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.profile .form-control:placeholder {
    color: #000;
}

.profile .form-control.is-invalid, .profile .form-control.is-invalid:focus {
    border-color: #dc3545;
}

.profile input:focus {
    box-shadow: none;
    border-bottom: 1px solid #ccc;
}

.profile input:hover {
    
}

.profile {
  /*background: #fff;*/
  background-size: 80%;
  background-position: 50% 0%; 
  background-repeat: no-repeat;
}

.profile.bg-white {
  background: #fff;
}

.profile h2 { 
  font-family: 'Sequel 100 Wide 85 Wide';
  font-size: 38px;  
  color: #000;  
}

.profile h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 3rem;
}

.profile p {
  font-size: 17px;
  /*line-height: 3rem;*/
}

.profile .addcar {
  /*background: #fff; 
  border: 1px solid #DEDEDE; */
  font-size: 14px !important; 
  /*border-radius: 10px;
  padding: 1rem;*/
}

.profile .addcar input:disabled {
  background: #fafafa;
  border: 1px solid #DEDEDE;
}

.profile .addcar input {
  background: #fff;
  border: 1px solid #DEDEDE; 
  border-radius: 5px;
}

.profile .addcar .selectpicker, .profile .addcar .form-control, .profile .addcar .dropdown-menu {
  font-size: 14px !important; 
}

.profile .addcar .btn-white {
  border: 1px solid #DEDEDE;
  background: #fff;
}

.profile .addcar .btn-white.bs-placeholder .filter-option-inner-inner {
  font-size: 14px !important;
  font-weight: 400;
}

.profile .btn-group .btn-white {
  border: 1px solid #ccc;
}

.profile .profile-car-table td {
  vertical-align: middle;
}

.profile .img-holder {
  margin: 10px;
}

.profile .img-holder .controls {
  position: absolute;
}

.profile .img-holder img {
  width: 100%;
  border-radius: 10px;  
}

.profile .btn-white {
  border: 1px solid #ccc;
}

.profile .do-login {
  background: #000;
  border: none;
  padding: 10px 70px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  border-color: #000;
  position: relative;
  transition: all 0.6;
}

.profile .do-login:hover {
  background: #0077E7;  
}

.profile .do-login:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.profile .p-card {
  border-radius: 5px;
  border: 1px solid #ccc; 
}

.profile .p-card .icon {
  font-size: 40px;
  text-align: center;
  padding: 1rem;
}

.profile .p-card .stats {
  font-size: 30px;  
  padding: 1rem;
  font-weight: 600;
}

.profile .p-card .stats span {
  display: block;
  font-size: 15px;
}

.profile .p-card .stats a {
  color: var(--main-bg-color);
}

.profile .reg-widget {
  position: relative;
  background:  url('/assets/frontend/images/regbg.png') no-repeat bottom left;  
  color: #fff;
}

.profile .reg-widget h2 {
  position: relative;
  color: #fff;
  margin: 200px 0px 100px;
}

.profile .login-widget h2 {
  position: relative;
  margin: 200px 0px 100px;
}

.profile .login-widget h2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 70px;
  height: 1px;
  width: 100px;
  border-bottom: 4px solid #0077E7;
}

.profile .login-widget h2 img, .profile .reg-widget h2 img {
  position: absolute;
  right: 0px;
  top: -25px;
}

.profile .reg-widget h2 img {
  right: -30px;
  top: -50px;
}

.profile .reg-widget .reg-btn {
  position: relative;
  padding: 20px 20px 20px 0px;
  border-bottom: 1px solid #FFFFFF;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: block;
  transition: all 1s;
}

.profile .reg-widget .reg-btn img {
  position: absolute;
  right: 0px;
  top: 25px;  
  transition: all 1s;
}

.profile .reg-widget .reg-btn:hover {
  color: #707070;
  padding-left: 20px;
  text-decoration: none;
}

.profile .reg-widget .reg-btn:hover img {
  right: 25px;
}

.profile .spacer {
  margin: 200px 0px;
}

.profile .forgot-pass {
  color: #000;
  text-decoration: none;
  margin-top: 10px;
  display: block;
  font-size: 16px;
}

.profile .forgot-pass:hover {
  text-decoration: underline;
}

.profile .reg-widget .reg-promo {
  position: relative;
  left: -200px;
  margin-top: 100px;
}

.oc-profile-menu {
  position: fixed;
  left: 0px;
  top: 150px;
}

.oc-profile-menu i {
  font-size: 28px;
}

.oc-profile-menu .list-group-item:last-child {
  border-bottom-left-radius: 0px;
}

.oc-profile-menu .list-group-item:first-child {
  border-top-left-radius: 0px;
}

.oc-profile-menu a span {
  position: absolute;
  left: 80px;
  width: 150px;
  color: #fff;
  top: 50px;
  transition: all 1s;
  visibility: hidden;
  opacity: 0; 
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  padding: 5px 10px;
  z-index: 1;
}

.oc-profile-menu a:hover span {
  visibility: visible;
  opacity: 1;
  padding-left: 20px;
}


.oc-profile-menu-mobile {
  display:flex;
  flex-direction:row;
  justify-content: space-between;
  border: 1px solid #EAEAEA;
  border-top: none;
  position: fixed;
  width: 100%;
  z-index: 1;
  left: 0;
}

.oc-profile-menu-mobile a {
  text-align: center;
  background: #fff;
  color: #000;
  flex:0 0 auto;
  min-width: 25%;
  padding: 15px 0px;
  border-left: 1px solid #EAEAEA;
}

.oc-profile-menu-mobile a:first-child {
  border-left: none;
}

.back-to-profile {
  position: fixed;
  top: 100px;
  right: 0;
  background: #fff;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 60px; 
  box-shadow: 0px 3px 5px rgba(199,199,199,0.5);
  z-index: 1000;
}

.back-to-profile-m {
  position: absolute;
  right: 0px;
  margin: 20px;
}

.back-to-profile-m a {
  color: #000;
  text-decoration: none;
}

.back-to-profile a {
  color: #000;
  text-decoration: none;
}

.back-to-profile img {
  height: 40px;
}

@media only screen and (max-width: 780px) {

  .profile {
    padding-top: 65px;
  }

  .profile .login-widget h2 {
    margin: 20px 0px 50px;
  }

  .profile .reg-widget h2 {
    margin: 20px 0px 50px;
  }

  .profile .login-widget h2 img {
    display: none;
  }

  .profile .do-login {
    padding: 10px 50px;
  }

  .profile h2 {
    font-size: 26px;
  }

  .back-to-profile {
    top: 200px;
  }

  .call-widget {
    top: 280px;
  }

}

@media only screen and (min-width: 780px) and (max-width: 1200px) {
  .profile {
    padding-top: 150px;
  }
}

.verifyme {
  border-radius: 40px;
  background: #fafafa;
  box-shadow: 0px 0px 2px rgba(0,0,0,.17);
  padding: 4rem;
}

.profile .verifyme input {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #DEDEDE;
}

.profile .dash-widget {
  position: relative;
  background: #fff;
  border-radius: 20px;
  /*z-index: -1;*/
}

.profile .dash-widget.shadows {
  border: 1px solid #DEDEDE;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);  
}

.profile .dash-widget a.user-car {
  text-decoration: none;
  color: #000;
}

.profile .dash-title h2 {
  font-family: 'Sequel 100 Wide 45 Wide';
  font-size: 28px;
  font-weight: 400;
}

.profile .btn-dash-white {
  border-radius: 20px;
  border: 1px solid #000;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  transition: all 1s;
}

.profile .btn-dash-white i {
  color: #0077E7;
  margin-right: 20px;
  transition: all 1s;
}

.profile .btn-dash-white:hover {
  background: #000;
  color: #fff;
}

.profile .btn-dash-white:hover i {
  margin-right: 10px; 
  margin-left: 10px;  
}

.profile .car-image-holder div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
}

.profile .table.profile-car-table thead th {  
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.profile .table.profile-car-table th, .table td {
  border-bottom: 1px solid #dee2e6;
}

.profile .settings-title {
  font-size: 16px;
  font-family: 'Sequel 100 Wide 45 Wide';
  font-weight: normal;
}

.profile .profile_image_holder {
  text-align: center;
}

.profile .profile_image_holder img {
  border-radius: 50%;
  border: 1px solid #ccc;
  max-height: 250px;
}

.auto-view .client-info {
}

.auto-view .client-info a {
  color: #000;
}

.auto-view .client-info .client-img img {
  border-radius: 50%;
  border: 1px solid #ccc;
  max-height: 100px;
}

.buy-selection a {
  display: block;
  padding: 150px 100px;
  color: #000;
  font-size: 26px;
  font-family: 'Sequel 100 Wide 85 Wide';
  font-weight: normal;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  margin: 20px;
}

.buy-selection a:hover {
  background: #007bff;
  border: 1px solid #007bff;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 780px) {
  .buy-selection a {
    padding: 50px;
  }

  .profile .car-image-holder div {
    width: 60px;
    height: 60px;
  }

}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.profile .table-relative {
  position: relative;
}

.profile .table-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.swipe {
  margin-top: 50px;
  position: relative; 
}

.path {
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgba(149, 147, 241, 0.5);
    border-radius: 40px;
    top: 20px;
    left: 78px;
    visibility: hidden;
    animation: swipe-dot 2s 0.5s infinite;
}

.hand-icon {
    position: relative;
    background-image: url('https://i.postimg.cc/8556gm60/hand.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 100px;
    transform-origin: 52% 62%;
    animation: swipe-hand 2s infinite;
}

@keyframes swipe-hand {
    25% { transform: translate(20px) rotate(30deg); }
    50% { transform: translate(-20px) rotate(-15deg); }
    100% { transform: translate(0px) rotate(0); }
}

@keyframes swipe-dot {
  12% {
    visibility: visible;
    width: 40px;
  }
  25% {
    visibility: visible;
    transform: translate(-65px);
    width: 20px;
  }
  26% { visibility: hidden; }
}

.client-cat-holder {
  position: relative;
}

.client-cat-holder .client-cat-text {
  color: #fff;
  position: absolute;
  top: 10px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
}

.client-cat-holder-m {
  position: relative;
}

.client-cat-holder-m .client-cat-text {
  color: #fff;
  position: absolute;
  top: 10px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
}

.client-cat-holder-m .client-cat-text-alt {
  color: #fff;
  position: absolute;
  bottom: 40px;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
}

.hanlder-tip {
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 6px;
  font-weight: 600;
  word-break: none;
}

.price-range-holder #from, .price-range-holder #to {
  font-weight: 600;
}

.odometer {
  font-size: 50px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-car {
  -moz-border-radius: 0.34em;
  -webkit-border-radius: 0.34em;
  border-radius: 0.34em;
  font-family: "Arimo", monospace;
  padding: 0.15em;
  background: #000;
  color: #eee0d3;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {
  -moz-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.8);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMxMDEwMTAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(40%, #333333), color-stop(60%, #101010), color-stop(80%, #333333), color-stop(100%, #333333));
  background-image: -moz-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: -webkit-linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);
  padding: 0 0.15em;
}
.odometer.odometer-auto-theme .odometer-digit:first-child, .odometer.odometer-theme-car .odometer-digit:first-child {
  -moz-border-radius: 0.2em 0 0 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em 0 0 0.2em;
}
.odometer.odometer-auto-theme .odometer-digit:last-child, .odometer.odometer-theme-car .odometer-digit:last-child {
  -moz-border-radius: 0 0.2em 0.2em 0;
  -webkit-border-radius: 0;
  border-radius: 0 0.2em 0.2em 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZWVlMGQzIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNiYmFhOWEiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZTBkMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eee0d3), color-stop(40%, #eee0d3), color-stop(60%, #bbaa9a), color-stop(80%, #eee0d3), color-stop(100%, #eee0d3));
  background-image: -moz-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: -webkit-linear-gradient(top, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-image: linear-gradient(to bottom, #eee0d3 0%, #eee0d3 40%, #bbaa9a 60%, #eee0d3 80%, #eee0d3 100%);
  background-color: #eee0d3;
  color: #000;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
  left: 0.15em;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.top-banner-expo .car_expo {
  background: #fff;
}

.top-banner-expo a {
  display: block;
  text-decoration:none; 
  padding:10px;
}

.top-banner-expo .car_expo:hover {
  background: #fff;
}

.top-banner-expo a p {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
}

.top-banner-expo a img.car-img {
  width: 100%;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
}

.top-banner-expo .catalog-grid-item-options {
  padding: 0px 10px;
  font-size: 14px;
}

.top-banner-expo .catalog-grid-item-options div {
  padding: 5px;
  color: #999999;
}

.top-banner-expo .catalog-grid-item-options img {
  margin-right: 10px;
}

.top-banner-expo .catalog-grid-item-price .total {
  color: #035cb0;
  font-size: 20px;
  font-weight: 800;
  padding-top: 20px;
}

.top-banner-expo .catalog-grid-item-price .total s {
  font-size: 16px;
  color: #666666;
}

.top-banner-expo .catalog-grid-item-price .total div {
  line-height: 24px;
}

.top-banner-expo .catalog-grid-item-price .leasing {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: #000;  
}

.top-banner-expo .catalog-grid-item-price .leasing span {
  font-size: 35px;
  font-weight: 700;
  color: #36B74B; 
}

.top-banner-expo .catalog-grid-item-price .leasing sup {
    top: -1em;
}

.top-banner-expo .catalog-grid-item a {
  text-decoration: none;
}

.counter-top {
  text-align:center;
  font-size: 30px;
  font-weight: 600;
}

.share-buttons a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 5px 1px 5px;
  color: #fff;    
  border-radius: 5px;
  text-decoration: none;
}

.share-buttons a:hover {
  color: #ccc;  
}

/* Facebook Share Button */
.facebook-share-button i {
    color: #3b5998;
}

.facebook-share-button:hover i {
    color: #29487d;
}

/* Twitter Share Button */
.twitter-share-button i {
    color: #1da1f2;
}

.twitter-share-button:hover i {
    color: #1490d7;
}

/* WhatsApp Share Button */
.whatsapp-share-button i {
    color: #25d366;
}

.whatsapp-share-button:hover i {
    color: #0f954b;
}

/* Email Share Button */
.email-share-button i {
    color: #ff5722;
}

.email-share-button:hover i {
    color: #d84315;
}

/* Copy Link Button */
.copy-link-button i {
    color: #607d8b;
}

.copy-link-button:hover i {
    color: #455a64;
}

.offCanvas {
  background: #fff; 
  height: 100%; 
  position: absolute; 
  top: 0px; 
  left: -20rem;
  transition: all 0.5s ease;
  z-index: 2;
  width: 20rem;   
}

.offCanvas.open {
  left: 0;
  box-shadow: 4px 4px 10px #000;
}

.new_cat_holder {
  min-height: 500px;
}

.new-cat .filter-toggle img {
  transition: all 0.5s ease;
}

.new-cat .filter-toggle img.active {
    rotate: 90deg;
}

.statement-holder div {
  padding: 0px;
}

.statement-holder .bank-selection {
  background: #fff;
  display: block;
  padding: 2rem;
}

@media (max-width: 1200px) and (min-width: 768px)  {
  .car-catalog .catalog-grid-item img.item-thumbnail {
    max-height: 300px;
    min-height: 300px;
  }
}

.ci-holder {
    position: relative;
    overflow: hidden;
}

.ci-holder .ci {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    display: block;
    position: relative;
}

.ci-holder .loading-spinner {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #035cb0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.new-cat {
  position: relative;
}

.new-cat .filter-toggle {
  border-radius: 20px;
  padding: 0.75rem 1rem;
  font-size: 16px;
  font-weight: 600;
}

.new-cat .filter-toggle img {
  margin-left: 2rem;
}

.cat-holder {
  position: relative;
}

.offcanvas {
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  width: 0px;
  transition: all .3s linear 0s;
  height: 100px;
  top: 91px;
  left: 0px;
  z-index: 3;
  background: #fff;
  height: 100%; 
}

.offcanvas.open {
  width: 30vw;  
  box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
}

@media (max-width: 1200px) and (min-width: 768px)  {
  .offcanvas.open {
    width: 40vw;  
  } 
}

@media (max-width: 768px) and (min-width: 576px)  {
  .offcanvas.open {
    width: 50vw;  
  }
}

@media (max-width: 576px) and (min-width: 0px)  {
  .offcanvas.open {
    width: 100%;  
  }
}

.new-cat .slider.slider-horizontal {
  width: 100%;
}

.new-cat .slider-handle {
  top: -5px;
    width: 25px;
    height: 25px;
    border: 2px solid #000;
    background: #fff;
}

.new-cat .slider.slider-horizontal .slider-track {
  height: 5px;
  background: #F2F2F2;
  box-shadow: none;
}

.new-cat .slider.slider-horizontal .slider-selection {
  box-shadow: none;
  background: #111111;
}

.new-cat .oc-filters {
  position: relative;
  width: 100%;
}

.new-cat .dropdown-menu {
  
}

.new-cat .dropdown {
  width: 100%;
}

.new-cat .oc-filters select.form-control {
  border: none;
  padding-left: 0px;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 600;
}

.new-cat .oc-filters input.form-control {
  border: 1px solid #E6E6E6;
}

.new-cat .car-item img.car-thumbnail {
  width: 100%;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
}

.new-cat .car-item {
  background: #fff;
  position: relative;
  border-bottom: 5px solid white;
  transition: all 0.5s
}

.new-cat .car-item.cb-spcl {
  border-bottom: 5px solid #035cb0;
}

.new-cat .car-item:hover {
  box-shadow: 0px 2px 9px rgba(164, 164, 164, 0.75);
}

.new-cat .car-item::before {
  /*content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;*/
}

.new-cat .car-item.cb-spcl::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #035cb0 transparent transparent transparent;
  top: 0;
  left: 0;
  z-index: 1;
}

.new-cat .car-item.cb-spcl .cb-brand {
  z-index: 2;
  position: absolute;
  width: 73px;
  rotate: -45deg;
  left: -10px;
  top: 20px;
}

.new-cat .car-item a {
  color: #000;
  text-decoration: none;
  display: block;
}

.new-cat .car-item .car-location {
  min-height: 20px;
}

.new-cat .car-item .car-item-options {
  font-size: 13px;
}

.new-cat .car-item .other-details {
  font-size: 12px;
}

.new-cat .car-item .car-item-options img {
  margin-right: 4px;
  max-width: 20px;
}

.new-cat .car-item p {
  font-family: 'Sequel 100 Wide 75 Wide';
  font-size: 16px;
  margin-top: 10px;
  min-height: 40px;
}

.new-cat .car-item .car-img {
  position: relative;
}

.new-cat .car-item .car-item-price .total {
  font-size: 22px;
  font-weight: 700;
  color: #035cb0;
  padding-top: 20px;
}

.new-cat .car-item .car-item-price .leasing {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: #000;  
}

.new-cat .car-item .car-item-price .leasing span {
  font-size: 35px;
  font-weight: 700;
  color: #36B74B; 
}

.new-cat .car-item .car-item-price .leasing sup {
    top: -1em;
}

.new-cat .car-item.fade-out {
  opacity: 0.8;
  /*filter: grayscale(100%);*/
}

.new-cat div.filter-option div.filter-option-inner div.filter-option-inner-inner {
  font-size: 16px !important;
}

.cat-menu button {
  font-weight: 600;
}

.cat-menu button.active {
  background-color: #035cb0; 
  color: #fff; 
  border-color: #035cb0;  
}

.cat-menu button:hover {
  background-color: #035cb0;
  color: #fff;
  border-color: #035cb0;
}

.cat-menu button:hover svg path:not(#Path_6), .cat-menu button.active svg path:not(#Path_6) {
  fill: white;  
}

.cat-menu button:focus {
  box-shadow: none;
}

.cat-type-menu button {
  font-weight: 600;
}

.cat-type-menu button.active {
  background-color: #035cb0;
  color: #fff;
  border-color: #035cb0;
}

.cat-type-menu button:hover {
  background-color: #035cb0;
  color: #fff;
  border-color: #035cb0;
}

.cat-type-menu button:focus {
  box-shadow: none;
}

.close-oc-menu {
  border-radius: 20px;
  padding: 0.75rem 1rem;
  font-size: 14px;
  font-weight: 600;
}

.new-cat .dropdown {
  border-radius: 20px;
}

.new-cat .dropdown button {
  padding: 0.75rem 1rem;
  font-size: 14px;
  color: #000 !important;
  font-weight: 600;
  border-radius: 20px;
}

@media only screen and (max-width: 780px) {

  .offcanvas {
      position: fixed;
      top: 90px;
      height:100%;
      left: 0px;
      padding-bottom: 400px;
  }

  .new-cat .car-item {
    font-size: 12px !important;
  }

  .new-cat .car-item p {
    font-size: 12px !important;
    min-height: 20px !important;
  }

  .new-cat .car-item img.car-thumbnail {
    max-height: 160px;
    min-height: 160px;
  }

  .new-cat .car-item .car-item-options {
    font-size: 10px;
  }

  .new-cat .car-item .car-item-options img {
    max-width: 16px !important;
  }

  .new-cat .car-item .car-item-price {
    margin-top: 10px;
  }

  .new-cat .car-item .car-item-price .leasing span {
    font-size: 12px !important;
  }

  .new-cat .car-item .car-item-price .leasing {
    margin-top: 0px !important;
    font-size: 12px !important;
  }

  .new-cat .car-item .car-item-price .total {
    font-size: 12px !important;
    padding-top: 0px !important;
  }

  .new-cat .filter-toggle {
    font-size: 14px;
  }

  .new-cat div.filter-option div.filter-option-inner div.filter-option-inner-inner {
    font-size: 14px !important;
  }


}


.eye-catching-alert {
    padding: 15px;
    border: 2px solid #dc3545;
    border-radius: 5px;
    background-color: #f8d7da;
    color: #721c24;
    display: flex;
    align-items: center;
}

.eye-catching-alert i {
    font-size: 24px;
    margin-right: 10px;
}

.can-widget {
  position: fixed;
  top: 280px;
  right: 0px;
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px; 
  cursor: pointer;
  box-shadow: 0px 3px 5px rgba(199,199,199,0.5);
  z-index: 1000;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  .can-widget {
    padding: 10px 5px;
  }
}

.canister {
  position: absolute;
  left: -100px;
  top: -100px;
  z-index: 999999;
}


.top-banner-expo .owl-nav button.owl-next {  
  background: #035cb0;
  color: #fff;
}

.top-banner-expo .owl-nav button.owl-prev {
  background: #035cb0;
  color: #fff;
}

.offCanvas-lease {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0px;
  right: -40rem;
  transition: all 0.5s ease;
  z-index: 2000;
  width: 40rem;
}

.offCanvas-lease.open {
  right: 0;
  box-shadow: 4px 4px 10px #000;
  overflow-y: auto;
}

@media only screen and (max-width: 780px) {
  .offCanvas-lease {
    width: 100%;
    right: -1000px;
  }
}

/* Optional: Add a loading animation or gradient */
.car-img .img-fluid {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loadingPlaceholder 1.5s infinite linear;
    display: block;
}

@keyframes loadingPlaceholder {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.telegram-banner {
    background-color: #0088cc;
    color: white;
    padding: 20px;
    margin-bottom: 4px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

  .telegram-banner a {
    color: #fff; 
    text-decoration: none; 
    font-weight: bold; /
  }

  .telegram-banner a:hover {
    text-decoration: underline; 
  }

  .alert-telegram {
    font-size: 20px; 
    text-align: center; 
    background: #08c; 
    color: #fff;
  }

  .alert-telegram svg {
    height: 30px; 
    fill: #fff; 
    float: left;
  }

  .alert-telegram a {
    color: #fff;
  }

  @media only screen and (max-width: 780px) {
    .alert-telegram svg {
      float: none;
      display: block;
      margin: 0 auto
    }
  }

.new-car .btn {
    padding: 10px;
    border-radius: 0px;
    
}

.new-car .btn-white.active {
    background: #035cb0;
    color: #fff;
}

.dropzone .dz-preview .dz-image img {
  height: 100%;
}

.highlight {
    background-color: #fff3cd; /* Light yellow background */
    transition: background-color 1s ease; /* Smooth transition over 1 second */
}

.profile-contact a {
  color:#000;
}

.social-button {
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
}
.social-button a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.social-button:hover {
    opacity: 0.9;
}
.telegram { background-color: #0088cc; }
.youtube { background-color: #FF0000; }
.facebook { background-color: #3b5998; }
.tiktok { background-color: #000000; }

@media only screen and (max-width: 780px) {
  .social-button {
    padding: 10px;
    margin: 3px;
  }
}

.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.line-with-text::before,
.line-with-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.line-with-text:not(:empty)::before {
    margin-right: 10px;
}

.line-with-text:not(:empty)::after {
    margin-left: 10px;
}
