html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif !important;
}
@media (max-width: 400px) {
  .blog .content h3 {
    font-size: 1.3rem !important;
  }
  .info-car-box {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  table td {
    word-break: break-all;
  }
  .g-recaptcha {
    transform: scale(0.7);
  }
  section.offer_section .phone {
    font-size: 14px;
  }
  section.offer_section .phone a {
    word-break: break-all;
  }
  .name_car {
    font-size: 36px !important;
  }
}
.main-header {
  font-family: "Montserrat", sans-serif;
}
.main-header__logo {
  max-width: 100%;
  height: 75px;
}
.main-header .navbar {
  box-shadow: none;
  background-color: #101010;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
}
.main-header__container {
  padding: 0;
}
.main-header .navbar-nav {
  margin-left: auto;
}
.main-header__search-bar {
  background-color: #dedede;
  padding: 8px 0;
}
.main-header__search-container {
  display: flex;
  justify-content: space-between;
}
.main-header__search-form {
  display: flex;
  width: 60%;
}
.main-header__search-input {
  border: 1px solid #b6b6b6;
  background-color: #ffffff;
  width: 100%;
  padding: auto !important;
  margin: auto !important;
  padding-left: 30px;
  background-image: url("../img/search.png");
  background-repeat: no-repeat;
  background-position: 2% 50%;
}
.main-header__search-input::placeholder {
  color: #7a7a7a;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
}
.main-header__search-submit {
  background-color: #ff5219;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  padding: 0 25px !important;
}
.main-header__sell-btn {
  background-color: #101010;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 45px;
}
.main-header__carousel-box {
  margin-top: 15px;
  height: 400px;
}
.main-header__carousel-container {
  height: 100%;
}
.main-header__carousel-row {
  height: 100%;
}
.main-header .carousel {
  height: 100%;
}
.main-header .carousel-inner {
  height: 100%;
  position: relative;
}
.main-header .carousel-item {
  background-image: url("../img/slide.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.main-header__carousel-header {
  width: 65%;
}
.main-header__title {
  color: #ffffff;
  font-size: 45px;
  font-weight: 700;
  margin: 0;
}
.main-header__separator {
  width: 208px;
  height: 1px;
  background-color: #ffffff;
  display: block;
  margin: 14px 0;
}
.main-header__subtitle {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.main-header__btn {
  background-color: #ff5219;
  padding: 8px 17px;
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}
.main-header .carousel-indicators {
  left: unset;
  bottom: 15px;
  right: 20px;
  margin: 0;
}
.main-header .carousel-indicators .main-header__indicator {
  width: 64px;
  height: 7px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 5px;
}
.main-header .carousel-indicators .active {
  opacity: 1;
}
.main-header__search-box {
  background-color: #ff5219;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-header__form-title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 22px;
  margin: 0;
}
.main-header__higher-title {
  font-size: 19px;
}
.main-header__form-separator {
  height: 1px;
  background-color: #101010;
  display: block;
  margin: 20px 0;
}
.main-header .mdb-select {
  margin: 0 0 5px 0;
}
.main-header input.select-dropdown {
  background-color: #fff;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  height: 32px;
  padding-left: 12px;
  box-sizing: border-box;
  color: #4f4f4f;
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.main-header__selects-box {
  margin-bottom: 20px;
}
.main-header__submit {
  text-transform: uppercase;
  color: #101010;
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
  border: none;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 6px;
}
.main-header__adv-link {
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 13px;
  color: #ffffff;
}
.main-header__adv-link:hover {
  color: #ffffff;
}

.section-first {
  font-family: "Montserrat";
  display: flex;
  flex-wrap: wrap;
  margin: 20px -1%;
}
.section-first__cell {
  width: 23%;
  margin: 1%;
  height: 190px;
  display: flex;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
}
.section-first__layer {
  background-image: url("../img/cell-shadow.png");
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-first__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 10;
  margin: 0;
}
.section-first__separator {
  width: 170px;
  height: 1.5px;
  background-color: #ffffff;
  display: block;
  position: relative;
  z-index: 10;
  margin: 7px 0 9px 0;
}
.section-first__desc {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 17.36px;
  position: relative;
  z-index: 10;
}
.section-first__square {
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  background-color: #b2b2b2;
}
.section-first__square--color {
  background-color: #ff5219;
}

.section-second {
  background-color: #dedede;
  font-family: "Montserrat";
}
.section-second__container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.section-second__img {
  height: 180px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.section-second__cell {
  width: 23%;
  margin: 1%;
  background-color: #fff;
}
.section-second__desc-box {
  text-align: center;
  background-color: #ffffff;
  padding: 10px;
}
.section-second__title {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
}
.section-second__price-box {
  color: #ff5219;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.section-second__price {
  font-weight: 700;
  font-size: 40px;
}
.section-second__desc {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.section-second__price-desc {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
}
.section-second__link {
  background-color: #dedede;
  padding: 6px 30px;
  display: block;
  width: 80%;
  color: #101010;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 13px auto 0 auto;
}
.section-second__cell--banner {
  background-image: url("../img/banner.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "Montserrat";
}
.section-second__banner-title {
  color: #ffffff;
  font-size: 31px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-second__arrow {
  color: #ffffff;
  font-size: 110px;
  font-weight: 400;
  line-height: 82.91px;
  margin-bottom: 24px;
}
.section-second__banner-desc {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.section-second__big-desc {
  font-size: 18px;
}
.section-second__big-desc .font-weight-bold {
  font-size: 24px;
}

.contact {
  background-color: #101010;
  padding: 50px 0;
  color: #fff;
  font-family: "Montserrat";
}
.contact__row {
  text-align: left;
  height: 100%;
}
.contact__title-light {
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}
.contact__title-bold {
  font-weight: 700;
}
.contact__separator {
  width: 120px;
  height: 1px;
  margin: 18px 0;
  background-color: #000000;
}
.contact__desc {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact__main-link {
  background-color: #ff5219;
  padding: 9px 30px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}
.contact__name {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.contact__adress {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 13px;
  display: inline-block;
}
.contact__link {
  display: block;
  color: #fff;
  font-weight: 400;
}
.contact__link:hover {
  color: #fff;
}
.contact__small-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 37px;
}

.gray-bar {
  background-color: #dedede;
  height: 28px;
}

.main-footer {
  padding: 50px 0 10px 0;
  font-family: "Montserrat";
}
.main-footer__title {
  color: #ff5219;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}
.main-footer__title::before {
  position: absolute;
  width: 100px;
  height: 1.2px;
  background-color: #ff5219;
  display: block;
  bottom: -10px;
  content: "";
}
.main-footer__list {
  list-style-type: none;
  padding: 0;
}
.main-footer__link {
  color: #000000 !important;
}
.main-footer__link:hover {
  color: #000000;
}
.main-footer__text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 55px;
  margin-top: 20px;
  position: relative;
}
.main-footer__text::before {
  content: "";
  display: block;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  height: 1.3px;
  background: #000000;
  position: absolute;
}
.main-footer__copyrights-bar {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.main-footer__copyrights-link {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: underline;
}
.main-footer__copyrights-link:hover {
  color: #000;
}

.category {
  font-family: "Montserrat";
}
.category__form-box {
  background-color: #ff5219;
  padding: 15px;
  margin-top: 14px;
}
.category__form-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.category__form-row::before {
  height: 1px;
  background-color: #101010;
  bottom: 0;
  left: 0;
  width: 200px;
  content: "";
  position: absolute;
}
.category__form-row::after {
  height: 1px;
  background-color: #101010;
  bottom: 0;
  right: 0;
  width: 200px;
  content: "";
  position: absolute;
}
.category__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
}
.category__subtitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  align-items: center;
}
.category__bigger-text {
  font-size: 30px;
  font-weight: 700;
}
.category__big-text {
  font-size: 23px;
  font-weight: 400;
}
.category__form-row2 {
  display: flex;
}
.category .mdb-select {
  margin: 0;
}
.category input.select-dropdown {
  background-color: #fff;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  height: 32px;
  padding-left: 12px;
  box-sizing: border-box;
  color: #4f4f4f;
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.category__selects-box {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
}
.category__select-box {
  width: 23%;
  margin: 0 1% 5px 1%;
}
.category__submit-box {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  justify-content: space-between;
  width: 15%;
}
.category__submit {
  background-color: #dedede;
  padding: 5px 30px;
  color: #101010;
  font-family: "Montserrat";
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
}
.category__adv-link {
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: "Montserrat";
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.category__adv-link:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .main-header__col-right {
    padding-left: 5px;
  }
  .main-header .navbar {
    font-size: 11px;
  }
  .main-header .navbar-brand {
    width: 164px;
  }

  .section-first__title {
    font-size: 21px;
  }
  .section-first__desc {
    font-size: 10px;
  }
  .section-first__cell {
    height: 160px;
  }

  .contact__title-light {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .main-header__carousel-box {
    height: auto;
  }
  .main-header__col-right {
    padding-left: 15px;
    margin-top: 10px;
  }
  .main-header .navbar {
    text-align: center;
  }
  .main-header__search-container {
    display: flex;
    flex-direction: column;
  }
  .main-header__search-form {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-header__sell-btn {
    padding: 5px;
    justify-content: center;
  }

  .section-first__cell {
    width: 48%;
  }

  .section-second__cell {
    width: 48%;
  }

  .contact__big-col {
    text-align: center;
    margin-bottom: 25px;
  }
  .contact__separator {
    margin-left: auto;
    margin-right: auto;
  }

  .main-footer__copyrights-bar {
    flex-direction: column;
    align-items: center;
  }

  .category__title {
    font-size: 15px;
  }
  .category__subtitle {
    font-size: 15px;
  }
  .category__bigger-text {
    font-size: 23px;
  }
  .category__big-text {
    font-size: 18px;
  }
  .category__select-box {
    width: 48%;
  }
  .category__form-row2 {
    flex-wrap: wrap;
  }
  .category__selects-box {
    width: 100%;
  }
  .category__submit-box {
    width: 100%;
    margin: 0;
  }
  .category__submit {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .main-header__title {
    font-size: 29px;
  }
  .main-header__subtitle {
    font-size: 14px;
  }
  .main-header__form-separator {
    margin: 10px 0;
  }

  .main-header .carousel-indicators .main-header__indicator {
    width: 56px;
    height: 6px;
  }

  .section-first__desc {
    width: 60%;
    line-height: 1.3;
  }

  .main-footer {
    text-align: center;
  }
  .main-footer__title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .category__form-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .category__form-row::after {
    display: none;
  }
  .category__form-row::before {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .main-header__carousel-header {
    width: 100%;
  }
  .main-header .carousel-item {
    padding-bottom: 40px;
  }

  .section-second__cell {
    width: 100%;
  }
  .section-second__cell--banner {
    padding: 14px 0;
  }

  .main-footer__text {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .main-header__carousel-header {
    width: 100%;
    text-align: center;
  }
  .main-header__title {
    line-height: 1;
  }
  .main-header__separator {
    width: unset;
  }
  .main-header .carousel-indicators {
    bottom: 4px;
    left: 0;
    right: 0;
  }

  .section-first__cell {
    width: 100%;
  }

  .category__select-box {
    width: 98%;
  }
  .category__subtitle {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */

.main-header__title,
.main-header__subtitle,
.section-first__desc,
.section-first__title {
  text-shadow: 0 0 10px black;
}
.section-second__img {
  background-size: cover;
}

.autocomplete {
  position: relative;
}
.autocomplete-items {
  position: absolute;
  width: 100%;
  background-color: #dedede;
  z-index: 2;
  padding: 10px 30px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
}

.md-form input[type="date"]:focus:not([readonly]),
.md-form input[type="datetime-local"]:focus:not([readonly]),
.md-form input[type="email"]:focus:not([readonly]),
.md-form input[type="number"]:focus:not([readonly]),
.md-form input[type="password"]:focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form input[type="search"]:focus:not([readonly]),
.md-form input[type="tel"]:focus:not([readonly]),
.md-form input[type="text"]:focus:not([readonly]),
.md-form input[type="time"]:focus:not([readonly]),
.md-form input[type="url"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #ff5219;
  border-bottom: 1px solid #ff5219;
}
.md-form input[type="date"]:focus:not([readonly]) + label,
.md-form input[type="datetime-local"]:focus:not([readonly]) + label,
.md-form input[type="email"]:focus:not([readonly]) + label,
.md-form input[type="number"]:focus:not([readonly]) + label,
.md-form input[type="password"]:focus:not([readonly]) + label,
.md-form input[type="search-md"]:focus:not([readonly]) + label,
.md-form input[type="search"]:focus:not([readonly]) + label,
.md-form input[type="tel"]:focus:not([readonly]) + label,
.md-form input[type="text"]:focus:not([readonly]) + label,
.md-form input[type="time"]:focus:not([readonly]) + label,
.md-form input[type="url"]:focus:not([readonly]) + label,
.md-form textarea.md-textarea:focus:not([readonly]) + label,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fab,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .far,
.modal-dialog.modal-notify.modal-primary .btn.btn-outline-primary .fas {
  color: #ff5219;
}
.form-check-input[type="checkbox"]:checked + label::before,
label.btn input[type="checkbox"]:checked + label::before {
  border-right: 2px solid #ff5219;
  border-bottom: 2px solid #ff5219;
}

.search_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
a {
  color: #ff5219 !important;
}
a {
  color: #ff5219 !important;
}
.alternative:hover {
  color: #b2b2b2 !important;
}

.tools {
  position: fixed;
  top: 40%;
  left: 0;
  z-index: 1000;
}
.mobile-tools {
}
.tool_item {
  display: block;
  color: white !important;
  padding: 10px;
  font-size: 1.2rem;
}
.tool_item_mobile {
  display: block;
  color: white !important;
  padding: 40px;
  font-size: 2rem;
}
.fb {
  background-color: #4267b2;
}
.faq {
  background-color: #101010;
}
.pdf {
  background-color: #ff5219;
}
.category__selects-box {
  width: 100%;
}
.section-second__cell {
  position: relative;
}

.section-first__cell {
  transition: 0.5s all;
}
.section-first__cell:hover {
  transform: scale(1.02);
}
.offer_section {
  padding: 50px 0;
}
.go_back {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.25px;
  color: #000 !important;
  text-transform: uppercase;
}
.name_car {
  padding: 40px 0;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 700;
  line-height: 22.87px;
  color: #ff5219;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .name_car {
    line-height: 42px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  background-color: #ffffff;
  opacity: 0.7;
  height: 60px;
  width: 60px;
  top: calc(100% - 60px) !important;
}
.carousel-arrow {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.carousel-arrow:hover {
  color: #ff5219;
}
.price {
  color: #ff5219;
  font-family: Montserrat;
  font-size: 42px;
  line-height: 19.25px;
  font-weight: 700;
}
.current {
  color: #ff5219;
  font-family: Montserrat;
  font-size: 30px;
  line-height: 19.25px;
  font-weight: 400;
}
.right-box {
  padding: 28px 0;
}
.separate_line {
  height: 1px;
  background-color: #000;
  margin: 20px auto;
  width: 80%;
}
.phone {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
.phone_number {
  color: #ff5219;
}
.send_message {
  color: #ff5219;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 700;
}
.text-area {
  width: 80%;
  border: 0;
}
.input-text {
  margin-top: 15px;
  width: 80%;
  border: 0;
}
.header-title {
  color: #ff5219;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 22.87px;
  text-transform: uppercase;
}
.info-car-box {
  background-color: #dedede;
  padding: 20px;
  margin-left: 0px;
  margin-right: 0px;
  word-break: break-word;
}
.info-car-box > div {
  height: fit-content;
}
.info-table {
  width: 100%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
.article-img {
  height: 300px;
  width: 100%;
}
.second-photo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}
.show-menu {
  height: 300px;
}

.info {
  background: white;
  position: absolute;
  top: 0;
  left: 40%;
  border: 2px solid green;
  border-top: 0;
  border-radius: 3px;
  padding: 10px;
}
.info p {
  margin: 0;
}

.responsive-iframe {
  height: 90vh;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .show-menu {
    height: 300px;
  }
  .responsive-iframe {
    height: 70vh;
  }
}

@media (max-width: 991.98px) {
  .show-menu {
    height: 300px;
  }
  .responsive-iframe {
    height: 55vh;
  }
}

@media (max-width: 767.98px) {
  .show-menu {
    height: 0px;
  }
  .responsive-iframe {
    height: 40vh;
  }
}

@media (max-width: 575.98px) {
  .show-menu {
    height: 0px;
  }
  .responsive-iframe {
    height: 30vh;
  }
}

.search-box {
  background-color: #f4b600;
  padding: 30px;
}
.search-box .slider-handle {
  border-radius: 50%;
  background-color: #fff;
  width: 18px;
  height: 18px;
}
.search-box .slider-fill {
  background-color: #fff;
  height: 5px;
}
.search-box .slider {
  background-color: #e6e6e663;
  height: 5px;
  margin-bottom: 10px;
}
.search-box__input-box {
  padding: 10px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
}
.search-box__input {
  background: none;
  border: none;
  box-shadow: none;
  color: #1f1919;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.99px;
  text-transform: uppercase;
  padding: 0;
  height: unset;
  width: unset;
  max-width: 80px;
  margin-bottom: 0;
}
.search-box__input--left {
  text-align: right;
}
.search-box__dash {
  margin-left: 15px;
}
.search-box__title {
  color: #1f1919;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}
.search-box__select {
  display: block !important;
}
.search-box__col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-box .custom-control-label {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.search-box .custom-control-label::before {
  background: transparent;
  border-color: #fff;
}
.search-box .custom-control-label::after {
  background-color: #fff;
}
.search-box .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #c7c7c7;
  background: #c7c7c7;
}
.search-box__btn {
  background-color: #000000;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid #000000;
  transition: 0.5s;
}
.search-box__btn:hover {
  background: transparent;
  color: #000;
}
.search-box__icon {
  margin-left: 10px;
}

[type="number"] {
  background-color: transparent !important;
  border: 0 !important;
  color: white;
  font-weight: 700;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

.slider-handle {
  background-color: #1779ba;
}
.slider,
.slider-fill {
  background-color: #f0f0f0;
  height: 5px;
}
.slider-handle {
  background-color: #101010;
  border-radius: 50%;
}
.slider-handle:hover {
  background-color: #101010;
}
.sold {
  border-bottom: 2px solid #ced4da !important;
  color: #101010;
  font-weight: 400;
}
.nav-link {
  color: #fff !important;
}
.fa-angle-right {
  color: white !important;
}
.cc-link {
  color: white !important;
}
.section-first__cell {
  height: 230px;
}
.select-wrapper.md-form > ul li label {
  color: black;
}
.container-fluid {
  max-width: 2000px;
}
.filtrable {
  font-weight: 900;
}
.navbar .dropdown-menu a {
  height: 70%;
}
.navbar .dropdown-menu a img {
}
strong {
  font-weight: 900;
}
.bg-menu-header {
  height: 200px;
  width: 200px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact_picture {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}
@media (max-width: 575.98px) {
  .contact_picture {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
  }
}

.phone_number {
  word-break: break-all;
}

.otomoto_photo_carousel {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 650px;
}

@media (max-width: 1199.98px) {
  .responsive-iframe {
    height: 80vw;
    overflow-x: hidden;
  }
  .otomoto_photo_carousel {
    height: 600px;
  }
}
@media (max-width: 991.98px) {
  .responsive-iframe {
    height: 80vw;
    overflow-x: hidden;
  }
  .otomoto_photo_carousel {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  .responsive-iframe {
    height: 80vw;
    overflow-x: hidden;
  }
  .otomoto_photo_carousel {
    height: 400px;
  }
}
@media (max-width: 575.98px) {
  .responsive-iframe {
    height: 80vw;
    overflow-x: hidden;
  }
  .otomoto_photo_carousel {
    height: 250px;
  }
  .section-second__img {
    background-size: contain;
  }
}

.autocomplete-items {
  position: absolute;
  width: 100%;
  background-color: #dedede;
  z-index: 2;
  padding: 10px 30px;
  overflow-y: scroll;
  max-height: 300px;
}

.section-first__cell {
  height: 280px;
}

#productsSearch {
  display: none;
}

@media (min-width: 576px) {
  .container-2 {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container-2 {
    max-width: 820px;
  }
}

@media (min-width: 992px) {
  .container-2 {
    max-width: 1060px;
  }
}

@media (min-width: 1200px) {
  .container-2 {
    max-width: 1240px;
  }
}
