@font-face {
  font-family: defaultFont;
  src: url(./Roboto-Regular.ttf) format("opentype");
}

body, body *{
  font-family: defaultFont;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/***/

.pincode-input-text-masked {
  font-family: pincode-input-mask;
}

.pincode-input-container {
  display: inline-flex;
  width: 100%;
}

.pincode-input-container input.first {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.pincode-input-container input.last {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-width: 0px;
}

.pincode-input-container input.mid {
  border-radius: 0px;
  border-left-width: 0px;
}

.pincode-input-text, .form-control.pincode-input-text {
  text-align: center;
  flex-grow: 1;
}

.pincode-input-container.touch .pincode-input-text:focus, .pincode-input-container.touch .form-control.pincode-input-text:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

.pincode-input-text.filled {
  caret-color: transparent;
}

.pincode-input-error {
  clear: both;
}

.pincode-input-container.touch .touchwrapper {
  position: relative;
  height: 100%;
  flex-grow: 1;
}

.pincode-input-container.touch .touchwrapper .pincode-input-text {
  display: block;
  background-color: transparent;
  background: transparent;
  text-align: initial;
  border: 0;
  padding-left: 0;
  overflow: visible;
  box-shadow: none;
  transition: none;
}

.pincode-input-container.touch .touchwrapper .pincode-input-text.noletterspacing {
  letter-spacing: 0 !important;
  visibility: hidden;
}

.pincode-input-container.touch .touch-flex {
  display: flex;
  align-items: stretch;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pincode-input-container.touch .touch-flex-cell {
  flex-grow: 1;
  border: 1px solid #ced4da;
}

.modal-dialog .pincode-input-container.touch .pincode-input-text {
  z-index: 1042;
}

.modal-dialog .pincode-input-container.touch .touch-flex {
  z-index: 1041;
  pointer-events: none;
}

.pincode-input-text {
  font-size: 30px;
}

.navAvatar {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}

/****/

.homeCars .card, #vehiclesRow .card {
  max-width: 300px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.homeCars .card, #vehiclesRow .card, .vehicleInfo, .patrners, .iconsPanel, .vehicleInfo, .vehiclePanel {
  box-shadow: 0px 5px 16px rgb(0 0 0 / 10%);
}

.homeCars .carousel-item, #vehiclesRow .carousel-item, #similarVehiclesRow .carousel-item {
  height: 170px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vehiclesRow .row .col:not(:first-child):not(:last-child) .card {
  border-radius: 8px;
  margin: auto;
}

#vehiclesRow .row .col:first-child .card {
  margin-right: auto !important;
}

#vehiclesRow .row .col:last-child .card {
  margin-left: auto !important;
}

a, .manufacturerItem, .modelItem {
  cursor: pointer;
}

.homeCars ::-webkit-scrollbar {
  display: none;
}

.navbar, .noticBadge, .negotiationNotif, .mainPageNotif, .myVehicleNotif, .activeOrderNotif, .closedOrderNotif {
  background-color: #009FE3;
}

.navbar .container-fluid {
  justify-content: center;
}

.mobLogBtn {
  display: none !important;
}

.deskLogBtn {
  display: block !important;
}

#mainPageSlides {
  height: 600px;
  overflow: hidden;
  z-index: -1;
}

#mainPageSlides h1 {
  font-size: 60px;
  margin-top: 50px;
}

.LogoBig {
  width: fit-content;
  height: 185px;
  margin-top: -15px;
}

.mainPageSlider {
  width: inherit;
}

.iconsPanel {
  min-height: 150px;
  margin-top: -55px;
  z-index: 1;
}

.iconsPanel h5 {
  color: #009FE3;
}

/* .homeCars .row {
  width: max-content;
} */

.slideNextCars {
  display: flex;
  padding: 23px 5px !important;
  /* margin-right: -20px !important;
  margin-left: -35px !important; */
  z-index: 1;
  background-color: #EEEEEE !important;
  border-radius: 8px;
}

.fa, .form-check-input {
  cursor: pointer;
}

@keyframes rotateProds {
  from {
    width: 100px;
    transform: rotate(50deg);
  }

  to {
    width: 64px;
    transform: rotate(0deg);
  }
}

@keyframes swipeProds {
  from {
    right: 150px;
  }

  to {
    right: 0px;
  }
}

@keyframes jumpProds {
  from {
    opacity: 0%;
    bottom: 150px;
  }

  to {
    opacity: 100%;
    bottom: 20px;
  }
}

@keyframes scrollShowFade {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}

@keyframes scrollHideFade {
  from {
    opacity: 100%;
  }

  to {
    opacity: 0%;
  }
}

.scrollTopHide {
  animation-name: scrollHideFade;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.scrollTopShow {
  animation-name: scrollShowFade;
  animation-duration: 1.5s;
}

.iconsPanel img {
  animation-name: rotateProds;
  animation-duration: 1.5s;
}

.weclomeBaner {
  animation-name: jumpProds;
  animation-duration: 1.5s;
}

.homesCars .col {
  animation-name: swipeProds;
  animation-duration: 3s;
}

.my-popover-content {
  display: none;
}

.popover-body .col, .popover-body a {
  text-decoration: none !important;
  color: black !important;
  padding: 3px 0px !important;
}

.popover-body .col:nth-child(5) {
  padding-bottom: 15px !important;
}

/* .popover-body a:hover {
  color: #009FE3 !important;
  border-bottom: 2px solid #009FE3;
  animation-duration: 3s;
} */

.popover-body a:hover, .mainPagePanelLink:hover, .panelBtn:hover {
  color: #009FE3 !important;
  text-decoration: none;
}

.popover-body a, .mainPagePanelLink, .panelBtn {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
}

.popover-body a:after, .mainPagePanelLink:after, .panelBtn:after {
  content: '';
  display: block;
  /* margin: auto; */
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.popover-body a:hover:after, .mainPagePanelLink:hover:after, .panelBtn:hover:after {
  width: 100%;
  background: #009FE3;
}

.navExitBtn {
  cursor: pointer;
  background-color: #EEEEEE;
  border-radius: 7px;
  border: 1px solid #bdbcbc;
  transition: background-color .5s ease;
}

.navExitBtn:hover {
  color: white;
  background-color: #bebebe;
}

.mainPagePanelLink {
  color: black;
  text-decoration: none;
}

.mainPagePanelLinkActive, .mainPagePanelLinkActive:hover, .panelContainer:hover {
  color: #009FE3;
  font-weight: bold;
  text-decoration: none;
}

.mainPageFileds {
  width: 600px;
  border-radius: 10px;
}

.leftBar {
  padding-top: 7rem;
  z-index: 1;
  box-shadow: 0px -10px 14px rgba(128, 128, 128, 0.651);
}

input[type='range'] {
  width: inherit;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: none;
}

input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 5px;
  background: #009FE3;
  border-radius: 10px;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track {
  background: none;
}

input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 20px;
  width: 20px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #009FE3;
  border-radius: 25px;
  z-index: 1;
}

input[type='range']:nth-child(1)::-webkit-slider-thumb {
  z-index: 2;
}

.rangeslider {
  height: 35px;
  width: 210px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 25px auto;
}

.rangeslider input {
  position: absolute;
}

.rangeslider span {
  position: absolute;
  margin-top: 30px;
  left: 0;
}

.rangeslider .right {
  position: relative;
  float: right;
  margin-right: -5px;
}

/* Proof of concept for Firefox */

@-moz-document url-prefix() {
  .rangeslider::before {
    content: '';
    width: 100%;
    height: 15px;
    background: #7c2d00;
    display: block;
    position: relative;
    top: 16px;
  }

  input[type='range']:nth-child(1) {
    position: absolute;
    top: 35px !important;
    overflow: visible !important;
    height: 0;
  }

  input[type='range']:nth-child(2) {
    position: absolute;
    top: 35px !important;
    overflow: visible !important;
    height: 0;
  }

  input[type='range']::-moz-range-thumb {
    position: relative;
    height: 105px;
    width: 15px;
    margin-top: -7px;
    background: #fff;
    border: 1px solid #7c0000;
    border-radius: 25px;
    z-index: 1;
  }

  input[type='range']:nth-child(1)::-moz-range-thumb {
    transform: translateY(-20px);
  }

  input[type='range']:nth-child(2)::-moz-range-thumb {
    transform: translateY(-20px);
  }
}

.rightBar {
  padding-top: 6rem;
}

.scrollingCars {
  overflow-x: scroll;
  padding: 20px 0px;
}

#BigImage, .otherImages {
  cursor: pointer;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#BigImage, .verticalImage, .vehicleMenuBar {
  height: 480px;
  transition: .4s;
}

.verticalImage {
  width: 180px;
  overflow-y: scroll;
  padding: 0px 10px;
}

.verticalImage::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.negRightBar::-webkit-scrollbar,
#textMessageInput::-webkit-scrollbar,
.textMsgInp::-webkit-scrollbar {
  display: none;
  /* width: 7px !important; */
}

.messagesField::-webkit-scrollbar, #manufacturerList::-webkit-scrollbar, #modelList::-webkit-scrollbar {
  width: 5px !important;
}

.verticalImage::-webkit-scrollbar-thumb,
.negRightBar::-webkit-scrollbar-thumb,
.messagesField::-webkit-scrollbar-thumb,
#manufacturerList::-webkit-scrollbar-thumb,
#modelList::-webkit-scrollbar-thumb {
  background: rgba(207, 207, 207, 0.5);
  border-radius: 5px;
}

.otherImages {
  width: 130px;
  height: 100px;
}

.vehicleInfo .listCol:nth-child(odd), .negotiationsRow .col:nth-child(odd) {
  background: #F5F5F5;
}

.negotiationsRow .col:first-child {
  border-radius: 15px 15px 0px 0px;
}

.negotiationsRow .col:last-child {
  border-radius: 0px 0px 15px 15px;
}

.newMessage, .negotiationsRow .col:hover {
  background-color: white !important;
  font-weight: bold !important;
  transition: .1s;
}

.vehicleInfo .listCol .fa-minus {
  color: #FF0000;
}

.vehicleInfo .listCol .fa-check {
  color: #21EF48;
}

#galleryCarousel .active {
  display: flex;
}

#slideNextMob {
  display: none;
}

#filterPlace {
  display: flex;
  flex-wrap: wrap;
}

#filterPlace .accordion-item {
  width: 24%;
  margin: 5px;
}

.filterTriger {
  margin-top: 15px;
  display: flex !important;
  flex-direction: column;
  margin: auto;
  background-color: #009FE3 !important;
}

.filterTriger img {
  transform: rotate(-90deg);
}

.negotiationBtn {
  border: 0px;
  font-size: 25px;
  border-radius: 25px;
  background: none;
  cursor: pointer;
  transition: .7s;
  color: #009FE3
}

.negfileInput,
.negfileInput::-webkit-file-upload-button {
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  background: none;
  font-size: 0px;
  border: 0px;
  cursor: pointer;
  border-radius: 25px;
}

.negotiationBtn:hover {
  background-color: #EEEEEE !important;
  transition: .7s;
}

.negProfileImage {
  width: 100px;
  height: 100px;
  margin: 5px 15px;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

textmessage {
  display: grid;
}

.myMessage textmessage, .myMessage a, .notMyMessage textmessage, .notMyMessage a, .myImageMessage, .myNotImageMessage {
  max-width: 90% !important;
  width: fit-content !important;
  font-size: 20px;
  border-radius: 15px;
  cursor: pointer;
  z-index: 2;
  overflow-wrap: break-word;
  word-break: break-word;
}

.myMessage {
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
  position: relative;
}

.myMessage textmessage, .myMessage a {
  padding: 14px;
  color: white;
  background-color: #009FE3;
}

.myMessage i, .notMyMessage i {
  margin-right: 7px;
}

.myMessage img, .notMyMessage img {
  width: 100%;
  border-radius: 15px;
}

.myImageMessage mestime {
  margin-right: 10px;
}

.myNotImageMessage mestime {
  margin-left: 10px;
}

.myImageMessage {
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
  cursor: pointer;
}

.myNotImageMessage {
  display: flex;
  flex-direction: row;
  margin-right: auto;
  cursor: pointer;
}

.myImageMessage img, .myNotImageMessage img {
  width: 90%;
  max-height: 350px;
  border-radius: 15px;
}

.myMessage a {
  color: white;
}

.notMyMessage {
  display: flex;
  flex-direction: row;
  margin-right: auto;
  position: relative;
}

.notMyMessage textmessage, .notMyMessage a {
  padding: 14px;
  background-color: #EEEEEE;
}

.notMyMessage a {
  color: black;
}

mesTime {
  opacity: 0%;
  word-break: normal;
  margin: auto 4px auto;
  font-size: 13px !important;
}

.myMessage mesTime {
  color: black;
}

replymessage {
  width: max-content;
  position: absolute;
  top: -40px;
  padding: 14px;
  border-radius: 15px;
  opacity: 70%;
  z-index: 1;
}

.withMyReply, .withReply {
  margin-top: 40px;
}

.withMyReply replymessage {
  color: white;
  background-color: #009FE3;
}

.withReply replymessage {
  color: black;
  background-color: #EEEEEE;
}

.chat-bubble {
  background-color: #EEEEEE;
  padding: 16px 28px;
  -webkit-border-radius: 15px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius: 15px;
  -moz-border-radius-bottomleft: 2px;
  border-radius: 15px;
  border-bottom-left-radius: 2px;
  display: inline-block;
}

.typing {
  align-items: center;
  display: flex;
  height: 17px;
}

.typing .dot {
  animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
  background-color: #b8b9b9;
  /* rgba(20,105,69,.7); */
  border-radius: 50%;
  height: 7px;
  margin-right: 4px;
  vertical-align: middle;
  width: 7px;
  display: inline-block;
}

.typing .dot:nth-child(1) {
  animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
  animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
  animation-delay: 400ms;
}

.typing .dot:last-child {
  margin-right: 0;
}

#uploadAnim {
  width: 200px;
  height: 200px;
  margin-left: auto;
  position: relative;
}

#container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#container {
  width: 150px;
  height: 150px;
}

.negotImagesGrid {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@keyframes animation {
  0% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -105;
  }

  50% {
    stroke-dasharray: 80 10;
    stroke-dashoffset: -160;
  }

  100% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -300;
  }
}

#spinner {
  transform-origin: center;
  animation-name: animation;
  animation-duration: 2.3s;
  animation-timing-function: cubic-bezier;
  animation-iteration-count: infinite;
}

@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color: #aaacad;
    /* rgba(20,105,69,.7); */
  }

  28% {
    transform: translateY(-7px);
    background-color: #cccecf;
    /*rgba(20,105,69,.4);*/
  }

  44% {
    transform: translateY(0px);
    background-color: #d2d5d6;
    /*rgba(20,105,69,.2);*/
  }
}

#messagesPlace button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

#messagesPlace button:hover::before {
  display: inline-block;
}

video {
  border-radius: 15px;
}

.fa-download {
  opacity: 0%;
}

#requestAbortMsg,
#confirmToAbortMsg,
#messagesPanel {

  width: 50%;
}

#searchInNegotiation {
  position: absolute;
  top: 19%;
  z-index: 3;
}

.arrows {
  width: 60px;
  height: 72px;
}

.arrows path {
  stroke: #009FE3;
  fill: transparent;
  stroke-width: 3px;
  animation: arrow 1.5s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

#dropFileHere {
  z-index: 10;
  background-color: #0000004f;
}

.search-box {
  background: white;
  height: 45px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  padding: 0px 5px;
}

.search-btn {
  color: #009FE3;
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: 0.4s;
}

.search-txt {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
}

#vehicleList {
  position: absolute;
  left: auto;
  margin-left: -5px;
}

#myVehiclesList a:last-child>.row {
  border-radius: 0px 0px 15px 15px;
}

.vehicleItem {
  transition: .3s;
}

.vehicleItem:hover {
  font-weight: bold;
  margin-left: -25px;
  margin-right: -25px;
}

.vehiclePageImage,
.vehicleVideo {
  width: 250px;
  height: 180px;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.vehicleImageFeaterRadio {
  width: 20px !important;
  height: 20px !important;
}

.vehicleImageFeaterRadio:checked {
  background-color: #009FE3 !important;
}

.fixedSearchContainer {
  left: auto !important;
  margin-top: 80px;
  margin-right: 25px;
  border: 1px solid;
  border-radius: 5px;
  opacity: 100% !important;
}

@keyframes raceCarBack {
  from {
    left: 100%;
    margin-right: -70px;
  }

  to {
    left: 0%;
    margin-left: -70px;
  }
}

.instrBtn {
  display: flex;
  top: 0;
  bottom: 0;
  position: absolute;
  margin-left: -70px;
}

.inActiveCar {
  animation: raceCarBack;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes raceCar {
  from {
    right: 100%;
    margin-left: -70px;
  }

  to {
    right: 0%;
    margin-right: -70px;
  }
}

.activeCar {
  animation: raceCar;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.instrItem {
  width: max-content;
  position: relative;
}

#video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#videoPlayBtn {
  width: 130px;
  height: 130px;
  background: none;
  border: 0px;
  left: 0;
  margin: 0 auto;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 35%;
}

#videoPlayBtn img {
  background: white;
  border-radius: 100%;
  border: 3px solid white;
}

#videoPlayBtn.hideBtn {
  animation-name: scrollHideFade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

#videoPlayBtn.showBtn {
  animation-name: scrollShowFade;
  animation-duration: 1.5s;
}

@media (max-width: 950px) {
  .instrItem {
    width: 100%;
  }

  .search-box {
    width: 100%;
    margin-top: 15px;
  }

  .search-txt {
    width: 100%;
  }

  #searchInNegotiation {
    top: 17%;
  }

  .negotImagesGrid {
    width: unset;
    height: unset;
  }

  .negProfileImage {
    width: 75px;
    height: 75px;
    margin: auto 10px;
  }

  #requestAbortMsg,
  #confirmToAbortMsg,
  #messagesPanel {

    width: 100%;
  }

  .fa-download {
    opacity: 100%;
  }

  #filterPlace {
    flex-wrap: unset;
    flex-direction: column;
  }

  #filterPlace .accordion-item {
    width: inherit;
    margin: unset;
    margin-bottom: 5px;
  }

  #filterColapse .card-body {
    padding: 10px 0px;
  }

  .filterTriger {
    margin-top: 80px;
    margin-bottom: 25px;
    width: 100%;
  }

  .filterTriger img {
    transform: rotate(90deg);
  }

  #vehiclesRow .row .col:not(:first-child):not(:last-child) .card {
    border-radius: 8px;
    margin-bottom: 2rem;
  }

  #slideNextMob {
    display: block;
  }

  .vehiclePage .col-9 {
    width: 100%;
  }

  #homesCars .flex-row, .vehiclePage .flex-row {
    flex-direction: column !important;
  }

  .imagesCol {
    padding: 0px !important;
  }

  #BigImage {
    height: 250px;
    transition: .4s;
  }

  .verticalImage {
    width: 100%;
    height: fit-content;
    padding: 5px 0px;
  }

  .verticalImage .imgCont {
    width: max-content;
    display: flex;
    flex-direction: row !important;
  }

  .verticalImage .imgCont .otherImages {
    margin-right: 5px;
    margin-left: 5px;
  }

  .vehicleInfo .vin {
    font-size: 10px;
  }

  .menuCol {
    margin-top: 30px !important;
  }

  #vehiclesRow .row {
    display: contents;
  }

  .homeCars .carousel-item, #vehiclesRow .carousel-item {
    height: 220px;
  }

  .homeCars .card, #vehiclesRow .card {
    width: unset;
    max-width: unset;
  }

  .homeCars .row {
    display: flex;
    flex-direction: column;
  }

  .scrollingCars {
    overflow: hidden;
  }

  .rightBar {
    padding-top: 2rem;
  }

  .leftBar {
    width: 99% !important;
    padding-top: 5rem;
    box-shadow: -7px 2px 13px rgb(128 128 128 / 65%);
  }

  .mainPageRow {
    display: flex;
    flex-direction: column;
  }

  .mainPageFileds {
    width: inherit;
  }

  .compFeters {
    display: flex;
    flex-wrap: wrap;
  }

  .navbar .container-fluid {
    justify-content: space-between;
  }

  .deskLogBtn {
    display: none !important;
  }

  .mobLogBtn {
    display: block !important;
    text-align: end;
  }

  .navBarLinks .nav-item {
    padding: 7px;
    text-align: center;
    border-bottom: 1px solid;
  }

  #mainPageSlides {
    height: 450px;
  }

  .mainPageSlider {
    width: unset;
    height: inherit;
  }

  #mainPageSlides h1 {
    font-size: 30px;
    margin-top: 50px;
  }

  .LogoBig {
    width: 100%;
    height: unset;
    margin-top: -15px;
  }

  .homeCars .row {
    width: unset;
  }

  .homeCars .card {
    width: inherit;
    margin-bottom: 30px;
  }

  .slideNextCars {
    display: none !important;
  }
}