/* normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

test
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
   input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

div {
  word-wrap: break-word;
  word-break: break-word;
}

/* normalize */
header {
  padding: 0 20px;
}
header .container {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  height: 110px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
header .logo img {
  max-width: 350px;
  max-height: 80px;
  height: 100%;
  width: 100%;
}
header .container .action {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
  width: 100%;
}
header .container .links {
  display: flex;
  align-items: center;
  gap: 30px;
  /* width: 100%; */
}
header .container .buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 480px;
  width: 100%;
}
header .container .buttons .header-button {
  max-width: 230px;
  width: 100%;
}
body {
  font-family: "Montserrat";
}
.button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
}
.button.white {
  background-color: #fff;
  color: var(--black);
  border: 1px solid var(--black);
}
.button.black {
  background-color: var(--black);
  color: #fff;
}
.button.transparent {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
a {
  text-decoration: none;
  color: inherit;
}

.hero-container {
  width: 100%;
  height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.hero-container .hero-content {
  z-index: 1;
  position: relative;
  max-width: 705px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.hero-container .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-container .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.hero-container .hero-content .title {
  font-size: 40px;
  text-align: center;
  color: #fff;
}
.hero-container .hero-content .button {
  max-width: 300px;
  width: 100%;
}
.hero-container .hero-content .button-double {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.hero-container .hero-content .button-double .button:first-child a {
  font-size: 20px;
}
.from-marketplace {
  padding: 0 20px;
}
.from-marketplace .container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
}
.from-marketplace .title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: var(--black);
  margin-bottom: 70px;
}
.from-marketplace .marketplace-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.marketplace-item {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-width: 395px;
  width: 100%;
}
.marketplace-item .image {
  position: relative;
}
.marketplace-item .image i {
  color: #fff;
}
.marketplace-item.saved .image i {
  color: var(--black);
}
.marketplace-item .image i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
.marketplace-item .image img {
  width: 100%;
}
.marketplace-item .content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.marketplace-item .content .model {
  margin-bottom: 10px;
  font-size: 20px;
}
.marketplace-item .content .type {
  margin-bottom: 20px;
  font-size: 20px;
}
.marketplace-item .content .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.marketplace-item .content .tags .tag {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--background);
}
.marketplace-item .content .price {
  font-weight: bold;
  font-size: 20px;
}

.how-it-works {
  background-color: var(--background);
  padding: 70px 20px;
}
.how-it-works .container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.how-it-works .container .image img {
  max-width: 810px;
  width: 100%;
}
.how-it-works .container .content {
  max-width: 810px;
}
.how-it-works .container .content .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
.how-it-works .container .content .description {
  text-align: center;
}

.from-community {
  margin-top: 70px;
  padding: 0 20px;
}
.from-community .container {
  max-width: 951px;
  margin: 0 auto;
  width: 100%;
}
.from-community .container .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 90px;
}
.community-item.of-the-day::after {
  content: "Video des Tages";
  background-color: var(--black);
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  right: 0;
  top: 0;
  padding: 20px;
  border-bottom-left-radius: 30px;
}
.community-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
  border: 1px solid var(--border);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 30px;
}
.community-item .user-profile {
  display: flex;
  align-items: start;
  gap: 20px;
}
.community-item .user-profile .image img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.community-item .user-profile .user-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.community-item .user-profile .user-content .name {
  font-size: 20px;
  font-weight: bold;
}
.community-item .user-profile .user-content .if-tags {
  font-size: 20px;
}

.community-item .post .description {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.community-item .post .media video {
  max-width: 891px;
  width: 100%;
  border-radius: 30px;
}
.community-item .post .media {
  margin-bottom: 20px;
}
.community-item .post .likes {
  display: flex;
  align-items: center;
  gap: 20px;
}
.community-item .post .likes .like img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.community-item .post .action-like {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.community-item .post .comments .comment {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 30px;
  background-color: var(--background);
  display: flex;
  align-items: start;
  gap: 30px;
  margin-left: 50px;
}
.community-item .post .comments .comment .profile-img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.community-item .post .comments .comment .content .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.community-item .post .comments .comment .content .text {
  font-size: 20px;
}
.burger-menu {
  display: none;
}
.advantages {
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--background);
  padding-top: 75px;
  padding-bottom: 70px;
}
.advantages .container {
  max-width: 1625px;
  width: 100%;
  margin: 0 auto;
}
.advantages .container .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 75px;
}
.advantage-item {
  text-align: center;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.advantages .advantages-items {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
}
.advantage-item .name {
  font-weight: bold;
}
.advantage-item .image {
  width: 100px;
  height: 100px;
  background-color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage-item .image img {
  width: 50px;
  height: 50px;
}
.register-for-free {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.register-for-free .content {
  max-width: 810px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 70px;
}
.register-for-free .content .button-register {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.register-for-free .register-for-free-image img {
  max-width: 960px;
  width: 100%;
}

.col {
  display: flex;
  flex-direction: column;
}
.row {
  display: flex;
}
footer {
  background-color: var(--black);
  padding: 0 20px;
}
footer .container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 0px;
}
footer .container .row {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
  color: #fff;
}
footer .container .row .col .title {
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
}
footer .container .row .col .footer-link {
  margin-bottom: 10px;
}
footer .container .row .col .social {
  display: flex;
  align-items: center;
  gap: 5px;
}
footer .container .copyright {
  padding-top: 30px;
  border-top: 2px solid #fff;
  margin-top: 70px;
  color: #fff;
}

.register .container {
  max-width: 450px;
  margin: 50px auto;
}
.register .container .title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 50px;
}
.register .register-header-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
.register .register-form .input-container {
  width: 100%;
}
.register {
  padding: 0 20px;
}
.register .register-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.register .register-form .input-container input {
  height: 50px;
  border-radius: 25px;
  border: 1px solid var(--border);
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.register .register-header-buttons .register-btn {
  width: 100%;
}
.register-form .input-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-input-btn input {
  background-color: var(--black);
  color: #fff;
  border: none;
  cursor: pointer;
}
.form-input-btn p {
  text-align: center;
  color: #8c8c8c;
}
.form-input-btn p a {
  color: var(--black);
}
header {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
footer .container .row .col p {
  display: flex;
  flex-direction: column;
}

/* MARKETPLACE SEARCH */
.marketplace-search .container {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}
.marketplace-search {
  margin-top: 50px;
  padding: 0 20px;
}
.marketplace-search .sub-title {
  color: var(--black);
}
.marketplace-search .filter-search {
  margin-top: 60px;
  display: flex;
  gap: 100px;
}
.marketplace-search .filter-search-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 30px;
}
.marketplace-search .filter-search-wrapper .sort-btn {
  max-width: 250px;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
}
.marketplace-search .filter-search .images .row {
  max-width: 310px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.marketplace-search .filter-search .images .row .suv {
  display: flex;
  justify-content: center;
}
.marketplace-search .filter-search .images .row .suv img {
  height: 31px;
}
.marketplace-search .filter-search .images .row .car img {
  height: 27px;
}
.marketplace-search .filter-search .images .row div {
  display: flex;
}
.marketplace-search .filter-search .images .row .truck {
  display: flex;
  justify-content: end;
}
.marketplace-search .filter-search .images .row .truck img {
  height: 29px;
}
.marketplace-search .filter-search .images .row .offroad {
  justify-content: center;
}
.marketplace-search .filter-search .images .row .offroad img {
  height: 28px;
}
.marketplace-search .filter-search .images .row .motorcycle {
  align-items: end;
}
.marketplace-search .filter-search .images .row .motorcycle img {
  height: 19px;
}
.marketplace-search .filter-search .images .row img {
  max-width: 35px;
  /* height: 19px; */
}
.marketplace-search .filter-search .images {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.marketplace-search .filter-search .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.marketplace-search .filter-search .inputs .row {
  display: flex;
  align-items: center;
  gap: 18px;
}
.marketplace-search .filter-search .inputs .input-container:nth-child(1) {
  max-width: 420px;
  width: 100%;
}
.marketplace-search .filter-search .inputs .input-container:nth-child(2) {
  max-width: 250px;
  width: 100%;
}
.marketplace-search .filter-search .inputs .input-container.double {
  max-width: 519px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 19px;
}
.marketplace-search
  .filter-search
  .inputs
  .input-container.double
  .input-container {
  max-width: 250px;
  width: 100%;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 25px !important;
  height: 50px !important;
  display: flex !important;
  align-items: center;
  border: 1px solid var(--border) !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
  right: 20px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 6px 7px 0 7px !important;
  border-color: var(--black) transparent transparent transparent !important;
}

.input-container input {
  padding: 0 20px;
  border-radius: 25px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid var(--border);
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input[type="submit"] {
  border: none;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.search-navigation aside .filter-checkboxes .item .item-header {
}
.search-navigation aside {
  max-width: 310px;
  width: 100%;
  margin-bottom: 50px;
}
.search-navigation aside .text {
  color: var(--black);
}
.search-navigation aside .text-title {
  margin-bottom: 30px;
}
.search-navigation aside .filter-checkboxes .item .item-header {
  cursor: pointer;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-navigation aside .filter-checkboxes .item:last-child {
  border-bottom: 1px solid var(--border);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.search-navigation aside .filter-checkboxes .item {
  background-color: #eeeff2;
  border: 1px solid var(--border);
  overflow: hidden;
  border-bottom: none;
}
.search-navigation aside .filter-checkboxes .item:first-child {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.search-navigation aside .filter-checkboxes .item .item-content {
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;

  background-color: #eeeff2;
  border-top: 1px solid var(--border);
  transition: all 0.4s linear;
  overflow: hidden;
}
.search-navigation aside .filter-checkboxes .item.active .item-content {
  max-height: max-content;
  padding: 15px 20px;
  opacity: 1;
}
.search-navigation aside .filter-checkboxes .item:last-child .item-content {
  border-bottom: none;
}

.search-navigation
  aside
  .filter-checkboxes
  .item
  .item-content
  .input-container.checkbox {
  display: flex;
  align-items: center;
  position: relative;
  max-width: max-content;
}
.search-navigation
  aside
  .filter-checkboxes
  .item
  .item-content
  .input-container.checkbox
  input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.search-navigation
  aside
  .filter-checkboxes
  .item
  .item-content
  .input-container.checkbox
  label {
  margin-left: 25px;
}
.search-navigation
  aside
  .filter-checkboxes
  .item
  .item-content
  .input-container.checkbox
  label::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid var(--border);
  background-color: #fff;
}
.search-navigation
  aside
  .filter-checkboxes
  .item
  .item-content
  .input-container.checkbox
  input:checked
  + label::after {
  content: "\f00c";
  font: var(--fa-font-solid);
  font-size: 14px;
  display: grid;
  place-content: center;
}
.search-navigation aside .filter-checkboxes .item.slider label {
  padding: 20px 20px;
  margin-bottom: 20px;
  display: block;
}
.search-navigation aside .filter-checkboxes .item.slider .input-container {
  padding: 0 20px;
  padding-bottom: 20px;
}
.ui-widget.ui-widget-content {
  border: none !important;
}
.ui-widget.ui-widget-content {
  background-color: #3892cb !important;
}
.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  top: 50% !important;
  background-color: #fff !important;
  border: none !important;
  transform: translateY(-50%);
}
.ui-slider-horizontal {
  height: 2px !important;
}
.ui-widget-header {
  background-color: var(--border) !important;
}

.search-navigation
  aside
  .filter-checkboxes
  .item.inputs
  .input-container.double {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.search-navigation aside .filter-checkboxes .item.inputs label {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
}
.search-navigation
  aside
  .filter-checkboxes
  .item.inputs
  .input-container.double
  .input-container
  input {
  height: 40px;
}
input:focus {
  outline: none;
}
.search-navigation
  aside
  .filter-checkboxes
  .item.inputs
  .input-container.double
  .input-container {
  max-width: 130px;
  width: 100%;
}
.search-navigation aside .filter-checkboxes .item.active .item-header img {
  transform: rotate(180deg);
}
.search-navigation {
  gap: 40px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.search-navigation main {
  /* width: 100%; */
  display: flex;
  justify-content: end;
}
.search-navigation main .results-navigation {
  width: 100%;
}
.search-navigation .results-navigation {
  max-width: 1225px;
  width: 100%;
}
.search-navigation .results-navigation .from-marketplace {
  padding: 0;
}

.search-navigation .from-marketplace .marketplace-box {
  justify-content: start;
}
input.select2-search__field {
  height: 25px;
}
.page-numbers {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  justify-content: end;
  margin-top: 30px;
}
.page-numbers .number {
  padding: 5px 15px;
  background-color: #fff;
  color: #8c8c8c;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}
.page-numbers .number.active {
  color: var(--black);
}

/* MARKETPLACE SEARCH */
/* MARKETPLACE DETAIL PAGE */
.marketplace-detail-page .container {
  max-width: 1364px;
  width: 100%;
  margin: 0 auto;
}
.marketplace-detail-page .car-profile {
  display: flex;
  align-items: center;
  height: 480px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.marketplace-detail-page .car-profile img {
  position: absolute;
  width: 100%;
  height: 118%;
  object-fit: cover;
}
.marketplace-detail-page .car-profile .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.marketplace-detail-page-wrapper {
  padding: 0 20px;
}
.marketplace-detail-page .car-profile .container .car-content {
  z-index: 2;
  padding: 0 20px;
  position: relative;
  display: flex;
  gap: 30px;
  align-items: center;
}
.marketplace-detail-page .car-profile .container .car-content .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .car-name {
  font-size: 30px;
  color: #fff;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .stars
  i {
  color: #fff;
}
.marketplace-detail-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn {
  max-width: 250px;
  width: 100%;
}
.marketplace-detail-page .car-profile .container .car-content .image {
  background-color: #fff;
  border-radius: 10px;
  width: 180px;
  height: 180px;
}
.marketplace-detail-page .car-profile .container .car-content .image img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.marketplace-detail-page .car-profile .container .car-content .stars {
  display: flex;
  align-items: center;
  max-width: 135px;
  width: 100%;
  justify-content: space-between;
}
.marketplace-detail-page .container .content .double-boxes {
  display: flex;
  gap: 20px;
}
.marketplace-detail-page .container .content .double-boxes .box {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 30px;
  max-width: 672px;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.marketplace-detail-page .container .content .double-boxes .box .grid-2-col {
  row-gap: 42px;
}
.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box
  .grid-2-col
  .item
  span {
  font-family: "Montserrat-Bold";
}
.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.tehnical-details
  .action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 40px;
}
.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.tehnical-details
  .action
  .btn {
  position: relative;
  width: 100%;
  max-width: 292px;
}
.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.tehnical-details
  .action
  .btn
  img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.marketplace-detail-page .container .content .double-boxes .box.description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.description
  .title {
  font-family: "Montserrat-Bold";
}
.marketplace-detail-page
  .container
  .content
  .double-boxes
  .box.description
  .text {
  text-align: justify;
  line-height: 24px;
}
/* .marketplace-detail-page li {
  list-style: none;
}
#tabs ul {
  padding: 0;
  max-width: 650px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
#tabs ul li {
  max-width: 210px;
  width: 100%;
}
#tabs ul li a {
  max-width: 210px;
  width: 100%;
} */
#tabs.ui-widget.ui-widget-content {
  background-color: #fff !important;
}
#tabs {
  margin-top: 50px;
  margin-bottom: 80px;
}
#tabs ul li {
  width: 210px;
}
#tabs ul li a {
  max-width: 210px;
  width: 100%;
}
#tabs .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #fff !important;
  border: none !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  background-color: var(--black);
  color: #fff;
}
.ui-tabs .ui-tabs-nav li {
  margin: 0 !important;
}
#tabs .ui-widget-header {
  border: none !important;
  background-color: #fff !important;
}
#tabs ul {
  padding: 0;
  max-width: 650px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
.grid-4-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 40px;
}
.grid-4-col .item span {
  font-family: "Montserrat-Bold";
}
.specifications .title {
  font-size: 20px;
  text-align: center;
  font-family: "Montserrat-Bold";
  margin-top: 50px;
}
.specifications .big-box {
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin-top: 50px;
}
.specifications .big-box .item.img {
  display: flex;
  align-items: center;
  gap: 10px;
}

#tabs-2 .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#tabs-2 .box {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 30px;

  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
#tabs-2 .box .carousel-tab {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.carousel-tab .item a img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 30px;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev::after {
  content: "\f104";
  font-size: 40px !important;
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next::after {
  content: "\f105";
  font-size: 40px !important;
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.owl-carousel .item {
  max-width: 220px;
}
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

#tabs-3 .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#tabs-3 .box {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 30px;

  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
#tabs-3 .box.video {
  display: flex;
  align-items: center;
  gap: 20px;
}
#tabs-3 .box.video a video {
  border-radius: 25px;
  max-width: 642px;
  width: 100%;
}
/* MARKETPLACE DETAIL PAGE */

/* SEARCH PAGE */
.search-page .container {
  max-width: 1638px;
  width: 100%;
  margin: 0 auto;
}
.search-page {
  padding: 0 20px;
}
.search-page .small-title {
  margin-top: 50px;
  margin-bottom: 50px;
}
.search-page .search-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.search-page .search-bar .input-container input::placeholder {
  color: var(--black);
  opacity: 1;
}
.search-page .search-bar .input-container:nth-child(1) {
  max-width: 828px;
  width: 100%;
}
.search-page .search-bar .input-container:nth-child(2),
.search-page .search-bar .input-container:nth-child(3),
.search-page .search-bar .input-container:nth-child(4) {
  max-width: 250px;
  width: 100%;
}
.search-page .filter-button {
  display: flex;
  justify-content: end;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 50px;
}
.search-page .filter-button .input-container {
  max-width: 250px;
  width: 100%;
}
.search-results .item {
  padding: 30px;
  background-color: #eeeff2;
  border: 1px solid var(--border);
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-results .item .image {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid var(--border);
}
.search-results .item .image img {
  width: 230px;
  height: 230px;
  border-radius: 30px;
  object-fit: contain;
}
.search-page .search-results {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.search-results .item .content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.search-results .item .content .name {
  display: flex;
  align-items: center;
  gap: 30px;
}
.search-results .item .content .name .text {
  font-family: "Montserrat-Bold";
  font-size: 24px;
}
.search-results .item .content .name .location {
  display: flex;
  align-items: center;
  gap: 5px;
}
.search-results .item .content .description {
  text-align: justify;
  line-height: 25px;
}
.search-results .item .content .view-details-button {
  max-width: 200px;
  width: 100%;
}
.page-numbers {
  margin-bottom: 50px;
}
.page-numbers .number.selected {
  color: var(--black);
}
/* SEARCH PAGE */

/* DETAILS PAGE */
.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .location {
  font-family: "Montserrat-Bold";
  color: #fff;
}
.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  a {
  position: relative;
}
.provider-details-page .car-profile .container .car-content .description {
  max-width: 620px;
  width: 100%;
}
.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn {
  max-width: 300px;
}
.provider-details-page
  .car-profile
  .container
  .car-content
  .description
  .contact-btn
  a
  img {
  max-width: 26px;
  max-height: 26px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.details-page-boxes {
  margin-bottom: 50px;
}
.details-page-boxes .box.text .text {
  text-align: justify;
  line-height: 24px;
}
.details-page-boxes .box.text .text:not(:last-child) {
  margin-bottom: 30px;
}
.details-page-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.details-page-boxes .box {
  padding: 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid var(--border);
  border-radius: 30px;
}
.details-page-boxes .box .title {
  font-family: "Montserrat-Bold";
  margin-bottom: 30px;
}
.details-page-boxes .owl-carousel {
  position: relative;
}
.details-page-boxes .owl-carousel.owl-drag .owl-item {
  padding-bottom: 10px;
}
.details-page-boxes .owl-carousel .owl-nav button.owl-prev::after {
  left: -20px;
}
.details-page-boxes .owl-carousel .owl-nav button.owl-next::after {
  right: -25px;
}

.grid-3-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
}
.grid-3-col .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.grid-3-col .item span {
  font-family: "Montserrat-Bold";
}
.details-page-boxes {
  padding: 0 20px;
}
.details-page-boxes .box .images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.details-page-boxes .box .images a img {
  width: 220px;
  height: 220px;
  border-radius: 30px;
  object-fit: cover;
}
.details-page-boxes .box .videos video {
  max-width: 642px;
  width: 100%;
  border-radius: 30px;
}
.details-page-boxes .box .videos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.details-page-boxes .box.reviews .reviews-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.details-page-boxes .box.reviews .reviews-items .item {
  display: flex;
  padding: 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid var(--border);
  border-radius: 30px;
  align-items: center;
  gap: 30px;
}
.details-page-boxes .box.reviews .reviews-items .item .image img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 30px;
}
.details-page-boxes .box.reviews .reviews-items .item .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.details-page-boxes .box.reviews .reviews-items .item .content .name {
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Montserrat-Bold";
}
.details-page-boxes .box.reviews .reviews-items .item .content .car-model {
  font-family: "Montserrat-Bold";
}
.details-page-boxes .box.reviews .reviews-items .item .content .description {
  line-height: 24px;
  text-align: justify;
}
.private-reviews {
  margin-top: 50px;
}
.private-reviews .box .title {
  text-align: center;
  font-size: 20px;
}
/* DETAILS PAGE */

.nav-bar .container {
  max-width: 1642px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  justify-items: center;
  gap: 6px;
}
.nav-bar {
  padding: 10px 20px;
  background-color: #eeeff2;
}
.nav-bar .container .nav-button {
  width: 100%;
}
.nav-bar .container .nav-button .button {
  background-color: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}
.nav-bar .container .nav-button.selected .button {
  background-color: var(--black);
  color: #fff;
}
header {
  z-index: 1;
  position: relative;
}
.provider-details-page .container {
  max-width: 1020px;
}

.personal-data .box .input-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.personal-data.company .box .input-fields .input-container {
  display: grid;
  grid-template-columns: 250px 450px;
  gap: 20px;
  align-items: center;
}
.personal-data .box .input-fields .input-container {
  display: grid;
  grid-template-columns: 173px 450px;
  gap: 20px;
  align-items: center;
}
.personal-data .box .input-fields .input-container label {
  text-align: end;
}
.personal-data {
  padding: 0;
}

.personal-data .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.personal-data .box .sub-title {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.input-file {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px; */
  width: 150px;
  height: 130px;

  border-radius: 30px;
  border: 1px solid var(--border);
  background-color: #fff;
  overflow: hidden;
}
.input-file .input-file-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.input-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  padding: 0;
}
.input-file .input-file-content .type-of-file {
  font-size: 14px;
  color: #8c8c8c;
  text-align: center;
}
.input-file .input-file-content a {
  color: var(--black);
  text-decoration: underline;
}
.more-input-files {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.personal-data .box .input-fields .input-container.submit {
  margin-top: 50px;
}
.personal-data .box .input-fields .input-container.submit input {
  max-width: 250px;
}
.personal-data .box .input-fields .input-container.textarea label {
  margin-top: 15px;
}
.personal-data .box .input-fields .input-container.textarea {
  align-items: start;
}
.personal-data .box .input-fields .input-container textarea {
  resize: none;
  max-width: 100%;
  border-radius: 30px;
  border: 1px solid var(--border);
  min-height: 250px;
}
.create-ad .box .sub-title {
  font-family: "Montserrat-Bold";
  text-align: left;
}
.create-ad .box .type-of-car {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.input-fields-2-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
}
.input-fields-2-col .input-container,
.input-fields-2-col .input-container .input-container-select {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  width: 100%;
}
.create-ad .box .category-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  margin-top: 50px;
  margin-bottom: 30px;
}
.create-ad .box .input-container.textarea.single {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.create-ad .box .input-container.textarea.single textarea {
  resize: none;
  border: 1px solid var(--border);
  border-radius: 30px;
  max-width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #eeeff2 !important;
  border-radius: 25px !important;
  border: none !important;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--black) !important;
  font-size: 14px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  order: 1;
  background-color: var(--black);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: grid !important;

  place-content: center;
}
.select2-container .select2-selection--multiple {
  border-radius: 25px !important;
  border: 1px solid var(--border) !important;
  padding: 15px 20px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-right: 20px !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered::after {
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
  font: var(--fa-font-solid);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  position: relative;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.create-ad .box .submit-button {
  max-width: 250px;
  margin: 0 auto;
  margin-top: 50px;
}

.header-logged .header-button-logged a {
  display: flex;
  width: 230px;
  padding: 5px;
  align-items: center;
  justify-content: space-between;
}
.header-logged .header-button-logged a .image {
  display: flex;
  align-items: center;
}
.header-logged .header-button-logged a img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.header-logged .buttons {
  justify-content: center;
}

.listing-pdf .header-profile {
  height: 480px;
  position: relative;
}
.listing-pdf .header-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.listing-pdf .header-profile .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.listing-pdf .header-profile .header-profile-content {
  max-width: 1364px;
  width: 100%;
  margin: auto;
  z-index: 1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.listing-pdf .header-profile .header-profile-content .description {
  display: inline-block;
}
.listing-pdf .header-profile .header-profile-content .description .name {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}
.listing-pdf
  .header-profile
  .header-profile-content
  .description
  .header-button {
  max-width: 250px;
  width: 100%;
  margin-bottom: 40px;
}
.listing-pdf .header-profile-content .image {
  width: 180px;
  height: 180px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
}
.listing-pdf .header-profile-content .image img {
  width: 180px;
  height: 180px;
  border-radius: 10px;
  object-fit: contain;
}
.listing-pdf .container {
  max-width: 1364px;
  margin: 0 auto;
  width: 100%;
  margin-top: 60px;
}
.listing-pdf .box {
  padding: 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  border: 1px solid var(--border);
  display: inline-block;
  box-sizing: border-box;
  width: 672px;
  height: 573px;
}
.listing-pdf .boxes .box table {
  width: 100%;
}
.listing-pdf .box tr td {
  padding-bottom: 40px;
}
.listing-pdf .box tr:last-child td {
  padding-bottom: 0;
}
.listing-pdf .box span {
  font-family: "Montserrat-Bold";
  margin-right: 5px;
}

.listing-pdf .box .text {
  text-align: justify;
  line-height: 24px;
  margin-top: 20px;
}
.listing-pdf .title {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  margin: 50px 0;
}

.listing-pdf .one-box .box {
  width: 100%;
  height: max-content;
}
.listing-pdf .one-box .box table {
  width: 100%;
}
.listing-pdf .one-box .box table td .image {
  position: relative;
}
.listing-pdf .one-box .box table td .image img {
  position: absolute;
  top: 60%;
  transform: translateY(-25%);
}
.listing-pdf .one-box .box table td .text-table {
  margin-left: 40px;
}
.listing-pdf .one-box .box .images {
  margin: 0 auto;
  max-width: max-content;
}
.listing-pdf .one-box .box .images .image:last-child {
  margin-right: 0;
}
.listing-pdf .one-box .box .images .image {
  display: inline-block;
  margin-right: 20px;
}
.listing-pdf .one-box .box .images .image img {
  width: 220px;
  height: 220px;
  border-radius: 30px;
  object-fit: cover;
}

.login .form-input-btn {
  margin-top: 50px;
}
.login .form-input-btn p {
  margin-top: 30px;
}
.reset-pas .text {
  text-align: center;
  line-height: 20px;
}
.reset-pas .register-form {
  gap: 30px;
}
.reset-pas .form-input-btn {
  margin-top: 0px;
}
.my-ads-list .container {
  max-width: 1364px;
  margin: 0 auto;
}
.my-ads-list .container .wrapper {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 30px;
  /* border: 1px solid var(--border); */
  padding: 30px 50px;
}
.my-ads-list .container .wrapper .title {
  text-align: center;
  font-family: "Montserrat-Bold";
  font-size: 20px;
  margin-bottom: 50px;
}
.my-ads-list .container .wrapper .box-item {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  /* border: 1px solid var(--border); */
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.my-ads-list .container .wrapper .box-item .content {
  padding: 30px;
  display: flex;
  align-items: start;
  gap: 30px;
}
.my-ads-list .container .wrapper .box-item .content .image img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 30px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
  /* img shadow */
}
.my-ads-list .container .wrapper .box-item .content .car-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.my-ads-list .container .wrapper .box-item .content .car-profile .reviews {
  display: flex;
  align-items: center;
  gap: 5px;
}
.my-ads-list .container .wrapper .box-item .content .car-profile .car-model {
  margin-top: 20px;
  margin-bottom: 5px;
}
.my-ads-list .container .wrapper .box-item .content .details {
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 25px;
  text-align: justify;
}
.my-ads-list .container .wrapper .box-item .content .details .car-name {
  font-family: "Montserrat-Bold";
}
.my-ads-list .container .wrapper .box-item .action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  box-sizing: border-box;
  padding: 0 30px;
  width: 100%;
  background-color: #eeeff222;
}
.my-ads-list .container .wrapper .box-item .action .action-btn {
  width: 100%;
}
.my-ads-list .container .wrapper .box-item .content {
  box-sizing: border-box;
}
.my-ads-list .container .wrapper .button-submit {
  max-width: 250px;
  margin: 0 auto;
  margin-top: 50px;
}
.my-ads-list {
  padding: 0 20px;
}

.my-bookings .box-item .details .text span {
  font-family: "Montserrat-Bold";
}

.my-ads-list .container .wrapper .box-item .content.public-profile {
  align-items: center;
  display: flex;
}

/* Membership-page */
.title-membership {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  padding: 50px 0;
}
.membership-body {
  display: flex;
  max-width: 1000px;
  width: 100%;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.membership-item {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  width: 100%;
  align-items: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  justify-content: space-between;
  padding: 30px;
  min-height: 458px;
  box-sizing: border-box;
}

.membership-item .price-and-button-body {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.membership-item .membership-item-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding: 30px 0;
  padding-top: 0;
}
.membership-item .header-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.membership-item .img-of-membership img {
  width: 100px;
  height: 100px;
}

.membership-item .img-of-membership {
  padding-bottom: 30px;
}

.membership-item .list-of-benefits {
  width: 100%;
  list-style-position: inside;
}

.membership-item .list-of-benefits ul {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Montserrat";
  padding: 0;
  margin: 0;
}

.membership-item .list-of-benefits ul li {
  text-align: center;
}

.membership-item .price-of-membership {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  padding-bottom: 30px;
}

.membership-item .buy-membership-button {
  max-width: 250px;
  width: 100%;
}

.membership-item .buy-membership-button button {
  height: 50px;
  width: 100%;
  background-color: black;
  color: #fff;
  border-radius: 25px;
  border: none;
}

.page-body {
  width: 100%;
  justify-content: center;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Membership-page */

/* Register private bills */
.table-invoices table {
  width: 100%;
  border: 1px solid #8c8c8c;
  border-spacing: 0;
  border-radius: 30px;
  overflow: hidden;
  /* max-width: 1266px; */
}
.table-invoices table tr td {
  text-align: center;
}
.table-invoices table thead tr td {
  border-bottom: 1px solid #8c8c8c;
}
.table-invoices table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #8c8c8c;
}
.table-invoices table tbody tr td {
  height: 60px;
}
.table-invoices table thead tr td {
  margin: 0;
  height: 84px;
  background-color: #eeeff2;
}
.table-invoices table thead tr td:first-child {
  border-top-left-radius: 30px;
}
.table-invoices table thead tr td:last-child {
  border-top-right-radius: 30px;
}

.table-container-body {
  max-width: 1364px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 50px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.table-container-body .table-container-body-title {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  text-align: center;
  padding-bottom: 50px;
}

.table-container-body .table-invoices {
  display: flex;
  justify-content: center;
}
/* Register private bills */
.my-invoices {
  padding: 0 20px;
}

.modal-item-buy-now .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.modal-submit-review .close-button2 {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#item-buy-now .item-buy-now-content {
  position: relative;
}

.modals .modal-open-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
dialog {
  padding: 0;
  box-sizing: border-box;
}
#item-buy-now {
  max-width: 580px;
  width: 100%;
  border: none;
  border-radius: 30px;
}
#item-buy-now .item-buy-now-content {
  padding: 50px;
}
#item-buy-now .title {
  text-align: center;
  max-width: 335px;
  margin: 0 auto;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  margin-bottom: 50px;
}
#item-buy-now .small-text a {
  text-decoration: underline;
  font-family: "Montserrat-Bold" !important;
}
#item-buy-now .small-text {
  color: var(--black);
  margin: 0 auto;
  text-align: center;
  max-width: 293px;
  width: 100%;
  margin-bottom: 50px;
}
#item-buy-now .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
#item-buy-now .buttons .btn {
  width: 100%;
}

#submit-review {
  max-width: 580px;
  width: 100%;
  border-radius: 30px;
  border: none;
  padding: 50px;
}
#submit-review .submit-review-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
#submit-review .submit-review-content .input-container.textarea {
  width: 100%;
}
#submit-review .submit-review-content .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}
#submit-review .submit-review-content .input-container.textarea textarea {
  resize: none;
  border: 1px solid var(--border);
  border-radius: 30px;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
}

.create-listing .container {
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 50px;
}
.create-listing .container .wrapper {
  margin-bottom: 50px;
  border-radius: 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
}

.create-listing .container .wrapper .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
}

.create-listing .container .wrapper .table-listing table thead tr td {
  font-family: "Montserrat-Bold";
  text-align: center;
  padding-bottom: 30px;
}

.create-listing .container .wrapper .table-listing tr td {
  text-align: center;
}
.create-listing .container .wrapper .table-listing table {
  width: 100%;
  margin-top: 50px;
  border-spacing: 0 10px;
}

.create-listing .container .wrapper .table-listing tbody tr td {
  background-color: rgba(238, 239, 242, 0.2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 15px 20px;
}

.create-listing .container .wrapper .table-listing tbody tr td:first-child {
  border-left: 1px solid var(--border);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(238, 239, 242, 0.2);
}

.create-listing .container .wrapper .table-listing tbody tr td:last-child {
  border-right: 1px solid var(--border);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  /* background-color: #eeeff2; */
}

.create-listing {
  padding: 0 20px;
}

.marketplace-search.fav .container {
  max-width: 1364px;
  margin-bottom: 50px;
}
.marketplace-search.fav .container .search-navigation.fav {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 30px 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.search-navigation.fav .title {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

/* PAGINI DARIUS  */
.my-public-profile-company {
  padding: 0 20px;
}
.my-public-profile-company .content {
  padding: 50px 0;
  min-height: 400px;
}
.my-public-profile-company .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 98px;
}
.my-public-profile-company .content {
  width: 100%;
}
.my-public-profile-company .os {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}
.my-public-profile-company .items-holder {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  max-width: 1024px;
  border-radius: 30px;
  text-align: center;
  gap: 5px;
  margin: 0 auto;
}
.my-public-profile-company .title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #242424;
  font-weight: bold;
  padding-bottom: 50px;
  margin: 58px 0;
  text-align: center;
}
.my-public-profile-company .subtitle {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 50px;
  color: #242424;
}
.my-public-profile-company .main-button button {
  border-radius: 25px;
  color: #fff;
  background-color: #242424;
  border: none;
  width: 250px;
  height: 50px;
}

/*  */

.register-private-newsfeed-main-network .body-posts {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.register-private-newsfeed-main-network .first-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.register-private-newsfeed-main-network .ob {
  border: 1px solid #8c8c8c;
}
.register-private-newsfeed-main-network .items-holder {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1024px;
  border-radius: 30px;
  text-align: center;
  gap: 5px;
  margin: 0 auto;
  box-sizing: border-box;
}
.register-private-newsfeed-main-network .items-holder .person {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  height: 130px;
  align-items: center;
  justify-content: space-between;
}
.register-private-newsfeed-main-network .items-holder .person .left-side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.register-private-newsfeed-main-network .profile-picture {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-private-newsfeed-main-network .profile-picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.register-private-newsfeed-main-network .name-and-position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  gap: 30px;
}
.register-private-newsfeed-main-network .name-and-position h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.register-private-newsfeed-main-network .name-and-position h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}
.register-private-newsfeed-main-network .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-private-newsfeed-main-network .profile-button {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  border: none;
  color: #fff;
  font-weight: normal;
  border-radius: 25px;
  height: 50px;
  width: 350px;
  background-color: #242424;
}

.register-private-newsfeed-main-network
  .body-posts
  .first-group:last-child
  .items-holder {
  margin: 0px 0px 50px 0px;
}

/*  */
.content.contact-page {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
}
.title-kontakt {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: #242424;
  margin-top: 83px;
  margin-bottom: 54px;
}
.contact-page .text {
  font-size: 16px;
  color: #393939;
  font-family: "Montserrat";
  margin-bottom: 31px;
}
.contact-page .email-button button {
  width: 259px;
  border: none;
  height: 51px;
  border-radius: 30px;
  background-color: #242424;
  background-size: cover;
  font-family: "Montserrat";
  font-size: 16px;
  color: #ffffff;
  text-decoration: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 37px;
}

/*  */

.impressum-container {
  font-size: 16px;
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Montserrat-Light";
  font-weight: 300;
}
.impr-content {
  margin-bottom: 20px;
  color: #333;
  line-height: 1.5rem;
}
.impr-content h2 {
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
  font-family: "Montserrat";
}

/*  */

.faq .content {
  padding: 50px 0;
  min-height: 400px;
}
.faq .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 98px;
}
.faq .content {
  width: 100%;
}
.faq .title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  color: #242424;
  font-weight: bold;
  padding-bottom: 50px;
}
.faq .title {
  color: #242424;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 30px;
  margin: 58px 0;
  text-align: center;
}
.faq .accordion {
  border: none;
  margin: 10px 15px;
}
.faq .accordion {
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-width: 1px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  margin-left: 200px;
  max-width: 1350px;
  width: 100%;
  margin: 5px 15px;
  padding: 5px;
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.faq .accordion .accordion-content {
  margin: 10px 0;
  border-radius: 4px;
  padding-left: 20px;
  border: 1px solid --gray-text;
  overflow: hidden;
}
.faq .accordion-content .accordion-inside-header {
  display: flex;
  min-height: 50px;
  padding: 15px 30px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.faq .accordion-content .accordion-inside-header {
  gap: 30px;
}
.faq .accordion-content .accordion-inside-header .accordion-title {
  font-size: 20px;
  font-family: "Montserrat";
  color: #000;
}
.faq .accordion-content .accordion-description {
  height: 0;
  font-size: 16px;
  color: #000;
  font-family: "Montserrat";
  padding: 0 30px;
  margin-top: 10px;
  transition: all 0.2s linear;
}

/*  */

.blog-details .image-and-list-cars {
  display: flex;
  align-items: start;
  padding-top: 104px;
  justify-content: center;
  gap: 176px;
  padding: 0 40px;
}
.blog-details .car-img-and-description {
  display: flex;
  max-width: 844px;
  flex-direction: column;
}
.blog-details .title-blog {
  font-size: 26px;
  font-family: "Montserrat-Bold";
  text-align: center;
  padding-bottom: 55px;
  margin-top: 80px;
}
.blog-details .car-img {
  max-width: 844px;
}
.blog-details .car-img img {
  width: 100%;
  max-width: 844px;
  border-radius: 30px;
  object-fit: contain;
}
.blog-details .car-description p {
  font-size: 16px;
  font-family: "Montserrat";
  text-align: justify;
}
.blog-details .car-img {
  max-width: 844px;
}
.blog-details .car-img.bmw img {
  width: 100%;
  border-radius: 30px;
  object-fit: contain;
}
.blog-details .car-description p {
  font-size: 16px;
  font-family: "Montserrat";
  text-align: justify;
}
.blog-details .list-of-cars {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 170px;
}
.blog-details .list-of-cars .title-list {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.blog-details .mini-car-with-description {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}
.blog-details .mini-img-car {
  max-width: 103px;
  width: 100%;
}
.blog-details .mini-img-car img {
  width: 100%;
  max-width: 103px;
  height: 62px;
  border-radius: 30px;
}
.blog-details .mini-car-description {
  font-size: 16px;
  font-family: "Montserrat";
}

/*  */

.newsfeed-section {
  justify-content: center;
  gap: 20px;
  display: flex;
  padding: 0 20px;
}
.newsfeed-section .main-list-body {
  max-width: 1060px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  gap: 30px;
}
.newsfeed-section .section-title {
  text-align: center;
}
.newsfeed-section .section-title a {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding-top: 30px;
}
.newsfeed-section .document-post-body {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  border-radius: 30px;
  border: 1px solid #c8c8c8;
  align-items: center;
  padding: 10px 30px;
}
.newsfeed-section .picture-and-text {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  width: 100%;
}
.newsfeed-section .profile-picture {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}
.newsfeed-section .profile-picture img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.newsfeed-section .whats-new-text-section {
  max-width: 100%;
  width: 100%;
  font-size: 20px;
  font-family: "Montserrat";
  color: #333;
}
.newsfeed-section .whats-new-text-section input {
  width: 100%;
  box-sizing: border-box;
  border: none;
}
.newsfeed-section .img-and-button {
  max-width: 300px;
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: center;
}
.newsfeed-section .upload-image {
  max-width: 34px;
  width: 100%;
  position: relative;
}
.newsfeed-section .upload-image input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.newsfeed-section .button-upload {
  max-width: 220px;
  width: 100%;
}
.newsfeed-section .document-post-body-with-video.tag::after {
  content: "Video des Tages";
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding: 20px;
  border-bottom-left-radius: 30px;
  background-color: var(--black);
  top: 0;
  right: 0;
  position: absolute;
  color: #fff;
}
.newsfeed-section .document-post-body-with-video.tag {
  position: relative;
}
.newsfeed-section .document-post-body-with-video {
  box-sizing: border-box;
  display: flex;
  max-width: 1060px;
  width: 100%;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid #c8c8c8;
  padding: 30px;
  overflow: hidden;
}
.newsfeed-section .document-post-body-with-video .picture-and-text {
  padding-bottom: 30px;
}
.newsfeed-section .profile-picture-name-and-date-post {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.newsfeed-section .profile-picture {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsfeed-section .profile-picture img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.newsfeed-section .profile-picture-name {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}
.newsfeed-section .date-of-post {
  text-align: justify;
}
.newsfeed-section .date-of-post {
  font-size: 20px;
  font-family: "Montserrat";
}
.newsfeed-section .description-of-the-post {
  font-size: 20px;
  font-family: "Montserrat";
}
.newsfeed-section .video-post-section-body {
  max-width: 1000px;
  width: 100%;
  padding: 20px 0;
}
.newsfeed-section .persons-who-liked {
  display: flex;
  gap: 20px;
  max-width: 150px;
  width: 100%;
  padding-bottom: 20px;
}
.newsfeed-section .person {
  position: relative;

  display: flex;
  /* height: 130px; */
  align-items: center;
  justify-content: space-between;
}
.newsfeed-section .like-logo-and-text {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
}
.newsfeed-section .like-text {
  font-size: 20px;
  font-family: "Montserrat";
}
.newsfeed-section .comment-section-body {
  max-width: 1060px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
.newsfeed-section .person-comment-with-text {
  width: 100%;
  background-color: #eeeff2;
  display: flex;
  border-radius: 30px;
  gap: 30px;
}
.newsfeed-section .picture-and-comment {
  display: flex;
  gap: 30px;
  padding: 30px 30px;
  box-sizing: border-box;
}
.newsfeed-section .profile-picture-name-and-comment {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.newsfeed-section .profile-picture-name {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}
.newsfeed-section .your-comment {
  width: 100%;
  display: flex;
  background-color: #eeeff2;
  border-radius: 30px;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 30px 30px;
  box-sizing: border-box;
}
.newsfeed-section .second-list-content .contact-button button {
  width: 140px;
  height: 50px;
  width: 100%;
  background-color: #000;
  border: none;
  border-radius: 25px;
  color: #fff;
}
.newsfeed-section .type-comment {
  max-width: 820px;
  width: 100%;
}
.newsfeed-section .type-comment input {
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: none;
  max-width: 100%;
  resize: none;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 15px;
}
.newsfeed-section .second-list-body {
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.newsfeed-section .newsfeed-section .section-title {
  text-align: center;
}
.newsfeed-section .newsfeed-section .section-title a {
  text-align: center;
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding-top: 30px;
}
.newsfeed-section .second-list-content {
  max-width: 100%;
  border: 1px solid #c8c8c8;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.newsfeed-section .second-list-content {
  margin-top: 30px;
  padding: 30px 0;
}
.newsfeed-section .second-list-content .title-of-second-list {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
}
.newsfeed-section .person-body {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  justify-content: center;
  align-items: center;
}
.newsfeed-section .second-list-content .picture-and-text {
  gap: 100px;
  box-sizing: border-box;
}
.newsfeed-section .profile-picture-name-and-postion-container {
  display: flex;
  gap: 20px;
}
.newsfeed-section .person-body .profile-picture {
  box-sizing: border-box;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsfeed-section .second-list-content .person-body .profile-picture img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}
.newsfeed-section .profile-picture-name-positon-location {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newsfeed-section .video-post-section-body video {
  width: 100%;
  border-radius: 30px;
}
.newsfeed-section .second-list-content .contact-button {
  max-width: 140px;
  width: 100%;
}

/*  */
.nutzer-profil-details {
  padding: 0 20px;
}
.nutzer-profil-details .body-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  /* padding: 0 20px; */
  margin-bottom: 50px;
}
.nutzer-profil-details .body-container .first-description-paragraph {
  max-width: 1364px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #8c8c8c;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.nutzer-profil-details .first-description-paragraph .title-of-paragraph {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  padding: 0 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 18px;
}
.nutzer-profil-details .first-description-paragraph .first-paragraph {
  box-sizing: border-box;
  width: 100%;
  max-width: 1219px;
  text-align: justify;
  font-size: 16px;
  font-family: "Montserrat";
  padding: 30px 30px;
}
.nutzer-profil-details .body-container .last-posts-container {
  max-width: 1364px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #8c8c8c;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.nutzer-profil-details .last-posts-container .last-posts-container-title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  padding-left: 30px;
  padding-top: 25px;
}

.nutzer-profil-details .last-posts-small-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 76px;
  gap: 20px;
  box-sizing: border-box;
  padding: 20px;
}
.nutzer-profil-details .document-post-body-with-video {
  display: flex;
  box-sizing: border-box;
  max-width: 1060px;
  width: 100%;
  flex-direction: column;
  border-radius: 30px;
  border: 1px solid #c8c8c8;
  padding: 30px;
  overflow: hidden;
}
.nutzer-profil-details .document-post-body-with-video .picture-and-text {
  padding-bottom: 30px;
}
.nutzer-profil-details .picture-and-text {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  width: 100%;
}
.nutzer-profil-details .profile-picture {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nutzer-profil-details .profile-picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.nutzer-profil-details .profile-picture-name-and-date-post {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.nutzer-profil-details .profile-picture-name {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}
.nutzer-profil-details .date-of-post {
  text-align: justify;
}
.nutzer-profil-details .date-of-post {
  font-size: 20px;
  font-family: "Montserrat";
}
.nutzer-profil-details .description-of-the-post {
  font-size: 20px;
  font-family: "Montserrat";
}
.nutzer-profil-details .video-post-section-body {
  max-width: 1000px;
  width: 100%;
  padding: 20px 0;
}
.nutzer-profil-details .video-post-section-body video {
  width: 100%;
  border-radius: 30px;
}
.nutzer-profil-details .persons-who-liked {
  display: flex;
  gap: 20px;
  max-width: 150px;
  width: 100%;
  padding-bottom: 20px;
}
.nutzer-profil-details .person {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  /* height: 130px; */
  align-items: center;
  justify-content: space-between;
}
.nutzer-profil-details .like-logo-and-text {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 24px;
}
.nutzer-profil-details .like-text {
  font-size: 20px;
  font-family: "Montserrat";
}

/*  */

.uberuns .content-begin {
  text-align: center;
  font-size: 30px;
  font-family: "Montserrat-Bold";
  margin-bottom: 70px;
  box-sizing: border-box;
  padding: 0 30px;
}
.uberuns .paragraph-section {
  font-size: 16px;
  font-family: "Montserrat";
  width: 100%;
  max-width: 1086px;
  margin: 0 auto;
}
.uberuns .video-section {
  width: 100%;
  background-color: #eeeff2;
}
.uberuns .title.video-section {
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat-Bold";
  padding-top: 70px;
  margin-bottom: 70px;
}
.uberuns .video {
  max-width: 891px;
  /* height: 550px; */
  box-sizing: border-box;
  padding: 50px 20px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}
.uberuns .video video {
  width: 100%;
  border-radius: 30px;
}
.uberuns .register-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uberuns .text-section {
  margin-left: 100px;
}
.uberuns .text-content {
  width: 100%;
  max-width: 810px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
.uberuns .text-section .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  text-align: center;
}
.uberuns .text-section .information {
  font-family: "Montserrat";
  font-size: 16px;
  text-align: center;
}
.uberuns .register-button {
  max-width: 300px;
  width: 100%;
}
.uberuns .register-button a {
  display: flex;
  color: #fff;
  background-color: #242424;
  border: 1px solid #242424;
  width: 100%;
  height: 50px;
  font-size: 16px;
  border-radius: 25px;
  max-width: 300px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.uberuns .image-section img {
  max-width: 860px;
  width: 100%;
}
.uberuns .our-team-section {
  background-color: #eeeff2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uberuns .our-team-section .title {
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat-Bold";
  padding-top: 70px;
}
.uberuns .members {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1196px;
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  padding-bottom: 75px;
}
.uberuns .member {
  max-width: 450px;
  width: 100%;
}
.photo {
  padding-bottom: 30px;
}
.uberuns .photo img {
  max-height: 390px;
  width: 100%;
  max-width: 450px;
}
.uberuns .name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  text-align: center;
  padding-bottom: 30px;
}
.uberuns .description {
  font-size: 16px;
  font-family: "Montserrat";
  text-align: center;
}

.unserblog .cars-content {
  max-width: 100%;
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 160px;
}
.unserblog .big-car-list-content {
  max-width: 899px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.unserblog .mini-lists {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
}
.unserblog .mini-lists-title {
  max-width: 300px;
  margin-bottom: 23px;
  padding-bottom: 5px;
}
.unserblog .mini-lists-title {
  font-size: 26px;
  font-family: "Montserrat-Bold";
  border-bottom: 1px solid #666666;
}
.unserblog .category-list-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.unserblog .category-button {
  max-width: 300px;
}
.unserblog .category-button button {
  width: 100%;
  height: 39px;
  border-radius: 20px;
  font-size: 16px;
  font-family: "Montserrat";
  border: 2px solid #242424;
  color: #242424;
  background-color: #fff;
}
.unserblog .mini-lists .list-of-cars {
  padding-top: 25px;
}
.unserblog .list-of-cars {
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 170px;
}
.unserblog .list-of-cars .title-list {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.unserblog .mini-car-with-description {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 15px;
}
.unserblog .mini-img-car {
  max-width: 103px;
  width: 100%;
}
.unserblog .mini-img-car img {
  width: 100%;
  max-width: 103px;
  height: 62px;
  border-radius: 30px;
}
.unserblog .mini-car-description {
  font-size: 16px;
  font-family: "Montserrat";
}
.unserblog .big-car-list-title-blog {
  font-size: 26px;
  font-family: "Montserrat-Bold";
}
.unserblog .car-row {
  display: flex;
  gap: 23px;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  padding-top: 20px;
}
.unserblog .car-row .car-img {
  max-width: 380px;
  width: 100%;
}
.unserblog .car-row .car-img img {
  width: 100%;
  border-radius: 30px;
  height: 232px;
  object-fit: cover;
}
.unserblog .car-img img {
  width: 100%;
  max-width: 844px;
  border-radius: 30px;
  object-fit: contain;
}
.unserblog .car-row-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 496px;
  gap: 10px;
}
.unserblog .car-row-description-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}
.unserblog .car-row-description-data {
  font-size: 16px;
}
.unserblog .car-row-description-text p {
  font-family: "Montserrat";
  font-size: 16px;
  text-align: justify;
}
.unserblog .page-buttons {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 65px;
}
.unserblog .page-buttons .page.selected button {
  border: 1px solid #0d0d0d;
  color: #0d0d0d;
}
.unserblog .page-buttons .page button {
  width: 100%;
  height: 22px;
  padding: 0 8px;
  border-radius: 30px;
  border: 1px solid #8c8c8c;
  color: #8c8c8c;
  background-color: #fff;
}
.unserblog {
  padding: 50px 20px;
}
/* PAGINI DARIUS  */
