/* 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;
}

/* 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;
}

/* HOMEPAGE */
header .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

header .container .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

header .container .container-header .image img {
  max-width: 337px;
}

header .container .container-header .search-field {
  position: relative;
}

header .container .container-header .search-field .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-left: 1px solid #000;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}

body {
  font-family: "Montserrat";
}

header .container .container-header .search-field input {
  height: 56px;
  border-radius: 10px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

header .container .container-header .search-field {
  max-width: 717px;
  width: 100%;
  height: 56px;
}

header .container .container-header .circle {
  max-width: 56px;
  width: 100%;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

header {
  background-color: var(--yellow);
  padding: 40px 146px;
  box-sizing: border-box;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  font-family: "Montserrat-SemiBold";
}

header .container .container-header .register-button {
  max-width: 119px;
  width: 100%;
}

header .container .container-header .register-button .button {
  background-color: #fff;
  border: 2px solid var(--black);
  border-radius: 10px;
  text-decoration: none;
  color: var(--black);
  font-family: "Montserrat-SemiBold";
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

header .container .container-header .place-ad {
  max-width: 223px;
  width: 100%;
}

header .container .container-footer .left .header-select {
  min-width: 121px;
}

header
  .container
  .container-footer
  .left
  .header-select
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border: none;
}

header
  .container
  .container-footer
  .left
  .header-select
  .select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: "\f107";
  font: var(--fa-font-solid);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

header
  .container
  .container-footer
  .left
  .header-select
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--black);
}

header .container .container-header .place-ad .button {
  background-color: var(--black);
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Montserrat-SemiBold";
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

header .container .container-footer .left {
  max-width: 870px;
  width: 100%;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .container .container-footer .right {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .container .container-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-container .select2-container {
  width: 100% !important;
}

/* HOMEPAGE */
.container .carousel {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin-bottom: 104px;
}

.container .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-size: 200px !important;
  color: #fff !important;
}

.container .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 200px !important;
  color: #fff !important;
}

.container .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  /* Adjust as needed */
  width: 100%;
}

.container .owl-dot {
  display: flex;
  gap: 8px;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Change color as needed */
  border-radius: 50%;
  cursor: pointer;
}

.container .owl-theme .owl-dots .owl-dot.active span,
.container .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f8c647 !important;
}

.container .owl-theme .owl-dots .owl-dot span {
  background-color: #fff !important;
}

.container .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: #fff;
  text-decoration: none;
}

.container .owl-dots {
  display: flex;
  align-items: center;
  gap: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  bottom: 20px;
}

.container .owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 20px !important;
}

.container .shops-companies {
  max-width: 1628px;
  width: 100%;
  margin: 0 auto;
}

.shops-companies .titles {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 64px;
}

.titles .title-left {
  font-size: 30px;
  color: #333;
  font-family: "Montserrat-Bold";
  text-align: center;
}

.titles .title-right {
  font-size: 20px;
  color: #333;
  font-family: "Montserrat-Bold";
  align-items: center;
  display: flex;
}

.shops-companies .item {
  display: flex;
  flex-direction: column;
  max-width: 322px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
}

.shops-companies .item .image {
  width: 100%;
  border-radius: 10px;
}

.shops-companies .item .image img {
  width: 100%;
  height: 170px;
  border-radius: 10px;
}

.shops-companies .item .content-section {
  width: 100%;
  display: flex;
  gap: 8px;
  padding: 0 16px;
  box-sizing: border-box;
}

.shops-companies .item .content-section .profile-img {
  max-width: 56px;
  width: 100%;
  border-radius: 360px;
}

.shops-companies .item .content-section .profile-img img {
  height: 56px;
  width: 100%;
  border-radius: 360px;
}

.shops-companies .item .title-category {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shops-companies .item .title-up {
  font-family: "Montserrat-Bold";
  color: #333;
}

.shops-companies .item .title-bottom {
  font-size: 16px;
  font-family: "Montserrat";
  color: #333;
}

.shops-companies .item .verify-icon {
  max-width: 32px;
  width: 100%;
  display: flex;
  padding-left: 40px;
}

.shops-companies .item .verify-icon img {
  height: 32px;
  width: 100%;
}

.shops-companies .item .review-section {
  display: flex;
  width: 100%;
  padding: 0 16px;
  gap: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.shops-companies .item .review-section .review-stars {
  display: flex;
}

.shops-companies .item .review-section .review-stars i {
  max-width: 20px;
  width: 100%;
  height: 20px;
  color: #f8c647;
}

.shops-companies .item .review-section .review-num {
  color: #333;
}

.shops-companies .item .button {
  max-width: 280px;
  width: 100%;
  background-color: #f8c647;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 16px;
}

.shops-companies .items .item .button a {
  font-size: 16px;
  color: #333;
  font-family: "Montserrat-SemiBold";
}

.shops-companies .items {
  width: 100%;
  /* justify-items: center;
  gap: 17px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
}

.adv .titles {
  display: flex;
  width: 100%;

  justify-content: space-between;
  margin-bottom: 64px;
  align-items: center;
  max-width: 1628px;
  margin: 0 auto;
  margin-bottom: 73px;
  margin-top: 114px;
}

.adv .items .item {
  display: flex;
  flex-direction: column;
  max-width: 383px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}

.adv .item .image {
  width: 100%;
  position: relative;
}

.adv .item .image .pin {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 8px;
  padding-right: 6px;
}

.adv .item .image img {
  width: 100%;
}

.adv .item .title-category {
  display: flex;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  width: 100%;
  padding-top: 16px;
}

.adv .item .content-section {
  width: 100%;
}

.adv .item .date {
  font-family: "Montserrat";
  font-size: 16px;
  width: 100%;
}

.adv .item .bottom-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.adv .item .bottom-section .logo-button {
  display: flex;
  width: 100%;
  align-items: center;
}

.adv .item .logo-button .profile-img {
  max-width: 40px;
  width: 100%;
}

.adv .item .logo-button .profile-img img {
  height: 40px;
  width: 100%;
  border-radius: 360px;
}

.adv .item .logo-button .shield {
  max-width: 32px;
  width: 100%;
}

.adv .item .logo-button .shield img {
  height: 32px;
  width: 100%;
}

.adv .item .logo-button .shop-button {
  max-width: 72px;
  width: 100%;
  height: 32px;
  border-radius: 10px;
  background-color: #355835;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.adv .item .logo-button .shop-button a {
  color: #fef299;
}

.adv .item .price {
  display: flex;
  width: 100%;
  gap: 4px;
  justify-content: center;
}

.adv .item .price .currency {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.adv .item .price .amount {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.adv .item .description {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding-left: 16px;
}

.adv {
  max-width: 1628px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.adv .items {
  width: 100%;
  gap: 32px;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(383px, 1fr));
}

.lists-wrapper {
  padding: 0 20px;
}

.adv .buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 104px;
  margin-bottom: 64px;
}

.adv .buttons a {
  max-width: 383px;
  width: 100%;
  height: 56px;
}

.adv .buttons .left-button {
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #333;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
}

.adv .buttons .right-button {
  border-radius: 10px;
  background-color: var(--yellow);
  color: #333;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--yellow);
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.auth-form .green-box {
  max-width: 1628px;
  width: 100%;
  background-color: var(--green);
  padding: 104px 138px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.auth-form .content-box {
  border-radius: 10px;
  max-width: 1352px;
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.auth-form .register-side {
  max-width: 796px;
  width: 100%;
  background-color: #f8c647;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.auth-form .login-side {
  max-width: 556px;
  width: 100%;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.auth-form .register-side .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  text-align: center;
  margin-bottom: 65px;
  margin-top: 80px;
}

.auth-form .register-side .benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 553px;
  width: 100%;
  margin: 0 auto;
  column-gap: 32px;
  row-gap: 16px;
}

.auth-form .register-side .benefit {
  display: flex;
  gap: 16px;
  align-items: center;
  width: max-content;
}

.auth-form .register-side .check-img {
  max-width: 32px;
  width: 100%;
}

.auth-form .register-side .check-img img {
  height: 32px;
  width: 100%;
}

.auth-form .register-side .name {
  font-size: 16px;
  color: #333;
}

.auth-form .register-side .button {
  max-width: 383px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 80px;
}

.auth-form .register-side .button a {
  color: var(--black);
}

.auth-form .login-side .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  text-align: center;
  margin-bottom: 65px;
  margin-top: 80px;
}

.auth-form .login-side .desc {
  font-size: 16px;
  width: 100%;
  max-width: 426px;
  font-family: "Montserrat";
  text-align: center;
  margin: 0 auto;
}

.auth-form .login-side .input-section {
  max-width: 428px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 32px;
  gap: 8px;
}

.auth-form .login-side .input-section input {
  width: 100%;
  border-radius: 10px;
  height: 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  padding-left: 16px;
  margin-bottom: 32px;
}

.auth-form .login-side .buttons {
  display: flex;
  gap: 43px;
  align-items: center;
  justify-content: center;
}

.auth-form .login-side .reset-pass {
  max-width: 177px;
  color: #8c8c8c;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-form .login-side .register {
  max-width: 213px;
  background-color: var(--yellow);
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--black);
  width: 100%;
  height: 56px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.states {
  padding: 0 154px;
}

.states .state-box {
  max-width: 1628px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 16px;
  column-gap: 64px;
  padding-bottom: 104px;
  margin: 0 auto;
}

.states .state-box .item-state {
  display: flex;
  gap: 16px;
  max-width: 500px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 8px;
}

.states .state-box .number {
  border-radius: 360px;
  background-color: #dadada;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  max-width: 56px;
  height: 56px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.states .state-box .name {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #000;
  align-items: center;
  display: flex;
}

.states .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-top: 104px;
  padding-bottom: 64px;
  width: 100%;
  max-width: 1628px;
  margin: 0 auto;
}

.advantages .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-bottom: 64px;
  max-width: 1628px;
  width: 100%;
  margin: 0 auto;
}

.advantages {
  padding-bottom: 62px;
}

.advantages .items {
  display: flex;
  gap: 64px;
  max-width: 1628px;
  width: 100%;
  margin-bottom: 62px;
  margin: 0 auto;
}

.advantages .items .item {
  max-width: 500px;
  background: #ffffff;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 100%;
  padding-left: 16px;
}

.advantages .item .logo {
  max-width: 49px;
  width: 100%;
  margin: 0 auto;
  padding-top: 63px;
  padding-bottom: 65px;
}

.advantages .item .logo img {
  width: 100%;
  height: 48px;
}

.advantages .item .title {
  max-width: 453px;
  width: 100%;
  color: var(--black);
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.advantages .item .desc {
  font-size: 16px;
  width: 100%;
  max-width: 468px;
  color: var(--black);
  text-align: left;
  padding-bottom: 64px;
}

/* HOMEPAGE */

/* Listing */
.marketplace .filters {
  max-width: 383px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.filter .filters {
  width: 100%;
}

.filters .category-filter .title,
.filters .condition-filter .title {
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  background-color: #f8f8f8;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding-left: 17px;
  box-sizing: border-box;
}

.category-filter .category,
.condition-filter .category {
  margin-bottom: 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  margin: 0 auto;
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  padding: 0 20px;
  padding-top: 10px;
  box-sizing: border-box;
}

.category-filter .category:first-child {
  padding-top: 20px;
}

.category-filter .category:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 8px;
}

.marketplace {
  padding-left: 146px;
  padding-top: 40px;
  display: flex;
  gap: 32px;
}

.search .sorter {
  max-width: 1213px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
  padding-top: 24px;
}

.marketplace .items-list {
  /* max-width: 1213px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
  column-gap: 32px;
  padding-top: 24px; */
}

.search .sorter .select-filter select {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: none;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  padding-left: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.marketplace .items-list .item {
  display: flex;
  flex-direction: column;
  max-width: 383px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}

.marketplace .items-list .item .image {
  width: 100%;
  position: relative;
}

.marketplace .items-list .item .content-section {
  width: 100%;
}

.marketplace .items-list .item .content-section .title-category {
  display: flex;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  width: 100%;
  padding-top: 16px;
}

.marketplace .items-list .item .date {
  font-family: "Montserrat";
  font-size: 16px;
  width: 100%;
}

.marketplace .items-list .item .bottom-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.items-list .item .bottom-section .logo-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 9px;
}

.items-list .item .bottom-section .logo-button .profile-img {
  max-width: 40px;
  width: 100%;
}

.item .bottom-section .logo-button .profile-img img {
  height: 40px;
  width: 100%;
  border-radius: 360px;
}

.item .bottom-section .logo-button .shield {
  max-width: 32px;
  width: 100%;
}

.item .bottom-section .logo-button .shield img {
  height: 32px;
  width: 100%;
}

.item .bottom-section .logo-button .shop-button {
  max-width: 72px;
  width: 100%;
  height: 32px;
  border-radius: 10px;
  background-color: #355835;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.item .bottom-section .price {
  display: flex;
  width: 100%;
  gap: 4px;
  justify-content: center;
}

.item .bottom-section .price .currency {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.item .bottom-section .price .amount {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.item .bottom-section .logo-button .shop-button a {
  color: #fef299;
}

.row-pages .pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  max-width: 1213px;
  width: 100%;
  margin-top: 32px;
  padding-top: 104px;
  padding-bottom: 104px;
}

.row-pages .pagination .etc {
  display: flex;
  gap: 7px;
}

.row-pages .pagination .page-number {
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #333;
  min-width: 48px;
  height: 48px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.row-pages .pagination .page-number.active {
  border-radius: 10px;
  border: 1px solid #333;
  color: #fff;
  background-color: #333;
}

.marketplace .items-list .item .description {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
}

.marketplace .items-list .item .image .pin {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 8px;
  padding-right: 6px;
}

.marketplace .items-list .item .image img {
  width: 100%;
  background-color: black;
}

.search .sorter .select-filter {
  max-width: 145px;
  width: 100%;
}

.search .sorter .title {
  font-size: 16px;
  color: var(--black);
  font-family: "Montserrat";
}

.category .check-and-title-and-content .check-and-title {
  display: flex;
  gap: 10px;
}

.category .subcategories {
  margin-left: 20px;
  display: none;
  padding-top: 10px;
}

.category-filter .category {
  position: relative;
}

.category-filter .category input {
  max-width: 20px;
  height: 20px;
  width: 100%;
}

.subcategories .options input {
  max-width: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.subcategories .options input:checked + label::after {
  content: "x";
  display: grid;
  place-content: center;
  pointer-events: none;
}

.subcategories .options {
  position: relative;
}

.subcategories .options label::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.category .check-and-title-and-content {
  width: 100%;
  gap: 20px;
}

.category .subcategories .options {
  display: flex;
  gap: 10px;
}

.category-filter .range-price {
  display: flex;
  gap: 23px;
  border: 1px solid #ebebeb;
  padding: 0 20px;
}

.marketplace .search .search-bar {
  max-width: 1213px;
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  gap: 8px;
  height: 104px;
  align-items: center;
  justify-content: center;
}

.marketplace .search {
  width: 100%;
}

.second-search-bar .search-field .select-container {
  max-width: 126px;
  width: 100%;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 4px;
  padding-right: 16px;
}

.search-field
  .select-container
  .select2-container--default
  .select2-selection--single {
  height: 48px !important;
  border: none;
  border-left: 1px solid #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-bar .second-search-bar {
  max-width: 379px;
  width: 100%;
  height: 56px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}

.search-bar .search-field {
  max-width: 717px;
  width: 100%;
  height: 56px;
  position: relative;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.search-bar .search-field .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border-left: 1px solid #000;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}

.search .search-bar .search-button {
  position: relative;
}

.search .search-bar .search-button input {
  max-width: 70px;
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: none;
  position: relative;
  background-color: #355835;
}

.search .search-bar .search-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search .search-bar .search-button {
  max-width: 70px;
  width: 100%;
}

.search-bar .search-field input {
  height: 56px;
  border-radius: 10px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.category-filter .range-price input {
  max-width: 160px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #ebebeb;
  margin-top: 10px;
  padding-left: 10px;
}

.category i {
  cursor: pointer;
  margin-left: 10px;
  transition: transform 0.2s;
}

.marketplace .update-button {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  background-color: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.container .informations .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #333;
  text-align: center;
  width: 100%;
}

.marketplace .update-button a {
  width: 100%;
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

/* PROBLEM */
.category .fa-solid .fa-angle-down.open {
  transform: rotate(90deg);
}

/* PROBLEM  */

.category-filter .category label,
.condition-filter label {
  cursor: pointer;
  font-size: 16px;
  font-family: "Montserrat";
  padding-left: 30px;

  color: var(--black);
}

.category .subcategories label {
  display: block;
  margin-top: 5px;
  pointer-events: none;
}

.category-filter .category .check-and-title,
.condition-filter .category .check-and-title {
  position: relative;
}

.category-filter .category .check-and-title input,
.condition-filter .category .check-and-title input {
  opacity: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 1000;
  position: absolute;
}

.condition-filter .category:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 8px;
}

.category-filter .category .check-and-title input:checked + label::before,
.condition-filter .category .check-and-title input:checked + label::before {
  content: "x";
  display: grid;
  place-content: center;
  pointer-events: none;
}

.category-filter .category .check-and-title.open + .subcategories,
.condition-filter .category .check-and-title.open + .subcategories {
  display: block;
}

.category-filter .category .check-and-title input:checked ~ .subcategories,
.condition-filter .category .check-and-title input:checked ~ .subcategories {
  display: block;
}

.category-filter .category .check-and-title label::before,
.condition-filter .category .check-and-title label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* Listing */

/* Listing premium */
.general-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 56px;
}

.container {
  max-width: 1628px;
  width: 100%;
  margin: 0 auto;
}

.container .info .title {
  color: #8c8c8c;
}

.container .sales-agent .person-info .additional-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.container .sales-agent .person-info .review-section {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sales-agent .person-info .review-section {
  display: flex;
  align-items: center;
}

.container .products {
  max-width: 1628px;
  width: 100%;
  padding-bottom: 104px;
  padding-top: 90px;
}

.carousel .owl-thumb-item {
  max-width: 120px;
  width: 100%;
  border-radius: 10px;
}

.carousel .owl-thumb-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.carousel .owl-thumbs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.container .owl-thumbs-carousel {
  max-width: 1002px;
  width: 100%;
  border-radius: 10px;
}

.container .products .items-list {
  max-width: 1628px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  column-gap: 32px;
  padding-top: 24px;
}

.container .products .items-list .item {
  display: flex;
  flex-direction: column;
  max-width: 383px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}

.owl-thumbs-carousel .owl-thumb-item {
  display: table-cell;
  border: none;
  background: none;
  padding: 0;
}

.owl-thumbs-carousel .owl-theme .owl-nav i {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.container .product {
  max-width: 1628px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  background: #ffffff;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px 40px;
  margin-top: 104px;
}

.container .product .carousel {
  max-width: 1002px;
  width: 100%;
}

.container .owl-thumbs-carousel .owl-theme .owl-nav i {
  font-size: 55px !important;
  font-weight: 700 !important;
}

.container .product .informations {
  display: flex;
  flex-direction: column;
}

.container .product .informations .time {
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
  padding-top: 30px;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 24px;
}

.container .product .licitation {
  font-size: 20px;
  font-family: "Montserrat";
  color: #8c8c8c;
  padding-top: 24px;
}

.container .product .buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 24px;
}

.container .product .buttons .button.yellow {
  max-width: 560px;
  width: 100%;
  background-color: #f8c647;
  display: flex;
  border-radius: 10px;
}

.container .product .texts {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  gap: 24px;
}

.container .product .person-info {
  display: flex;
  flex-direction: column;
}

.container .product .person-info .logo-and-name {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: 16px;
}

.container .product .person-info .logo-and-name .logo {
  max-width: 56px;
  width: 100%;
  border-radius: 360px;
}

.container .product .review-section {
  display: flex;
  gap: 8px;
  padding-top: 24px;
}

.container .product .person-info .logo-and-name .logo img {
  height: 56px;
  width: 100%;
  border-radius: 360px;
}

.container .product .person-info .logo-and-name .name {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #009796;
}

.container .product .texts .text.grey {
  font-size: 20px;
  font-family: "Montserrat";
  color: #8c8c8c;
}

.container .product .texts .text.black {
  font-size: 16px;
  font-family: "Montserrat";
  color: #333;
}

.container .product .buttons .button.white {
  max-width: 560px;
  width: 100%;
  background-color: #fff;
  display: flex;
  border-radius: 10px;
  border: 2px solid #009796;
}

.container .product .buttons .button.white a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #333;
  color: #009796;
}

.container .product .buttons .button.yellow a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #333;
}

.container .product .price {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: #333;
  padding-top: 24px;
}

.container .product .informations .time .date {
  font-size: 16px;
  font-family: "Montserrat";
  color: #8c8c8c;
}

.product .informations .time .icon {
  max-width: 32px;
  width: 100%;
}

.container .products .items-list .item .description {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
}

.items-list .item .content-section {
  width: 100%;
}

.items-list .item .content-section .title-category {
  display: flex;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  width: 100%;
  padding-top: 16px;
}

.items-list .item .date {
  font-family: "Montserrat";
  font-size: 16px;
  width: 100%;
}

.items-list .item .bottom-section .logo-button .profile-img {
  max-width: 40px;
  width: 100%;
}

.item .bottom-section .logo-button .profile-img img {
  height: 40px;
  width: 100%;
  border-radius: 360px;
}

.item .bottom-section .logo-button .shield {
  max-width: 32px;
  width: 100%;
}

.item .bottom-section .logo-button .shield img {
  height: 32px;
  width: 100%;
}

.items-list .item .bottom-section .logo-button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 9px;
}

.item .bottom-section .logo-button .shop-button {
  max-width: 72px;
  width: 100%;
  height: 32px;
  border-radius: 10px;
  background-color: #355835;
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.item .bottom-section .price {
  display: flex;
  width: 100%;
  gap: 4px;
  justify-content: center;
}

.item .bottom-section .price .currency {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.item .bottom-section .price .amount {
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.item .bottom-section .logo-button .shop-button a {
  color: #fef299;
}

.items-list .item .bottom-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.items-list .item .image {
  width: 100%;
  position: relative;
}

.items-list .item .image img {
  width: 100%;
  background-color: black;
  border-radius: 10px;
}

.items-list .item .image .pin {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 8px;
  padding-right: 6px;
}

.sales-agent .person-info .review-section .rating-comments {
  display: flex;
  gap: 2px;
  color: var(--black);
}

.person-info .review-section .review-stars {
  display: flex;
}

.person-info .additional-info .title-and-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 20px;
}

.person-info .additional-info .inserts {
  display: flex;
  gap: 16px;
  align-items: center;
}

.person-info .additional-info .inserts .information {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: #009796;
}

.sales-agent .person-info .additional-info .person-title {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: var(--black);
}

.container .sales-agent .person-info {
  display: flex;
  gap: 56px;
}

.container .info .detail {
  color: #333;
}

.continer .sales-agent .person-info {
  display: flex;
}

.continer .sales-agent .person-info .profile-img {
  width: 184px;
  width: 100%;
}

.continer .sales-agent .person-info .profile-img img {
  width: 100%;
  height: 184px;
}

.container .sales-agent .title {
  font-family: "Montserrat-Bold";
  font-size: 20px;
  color: var(--black);
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.info .icon-and-detail {
  display: flex;
  gap: 29px;
  align-items: center;
}

.container .map {
  max-width: 1628px;
  width: 100%;
  max-height: 800px;
  height: 100%;
  margin-bottom: 56px;
}

.container .map iframe {
  width: 100%;
}

.container .info.no-border {
  border-bottom: none !important;
}

.container .description .information {
  font-size: 16px;
  font-family: "Montserrat";
  color: #8c8c8c;
  line-height: 35px;
  text-align: justify;
  margin-bottom: 56px;
}

.container .description .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-bottom: 24px;
}

.container .info {
  border-top: 1px solid #8c8c8c;
}

.container .info:last-child {
  border-bottom: 1px solid #8c8c8c;
}

.container .general-info > .title {
  font-size: 20px;
  width: 100%;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-bottom: 24px;
  padding-top: 56px;
}

.general-info .info {
  display: flex;
  gap: 131px;
  padding: 24px 0px;
}

.general-info .info .title {
  font-size: 16px;
  font-family: "Montserrat";
  max-width: 152px;
  width: 100%;
}

.general-info .info .detail {
  font-size: 16px;
  color: #333;
  font-family: "Montserrat";
}

/* Listing premium */

/* Search-provider */
.marketplace .search .search-bar.provider {
  max-width: 1628px !important;
  border-radius: 10px;
}

.marketplace .search-bar.provider .search-field.provider {
  max-width: 372px !important;
  width: 100%;
}

.marketplace .search-bar.provider .search-field.tag {
  max-width: 372px !important;
  width: 100%;
}

.marketplace .search-bar.provider .search-field.industry {
  max-width: 372px !important;
  width: 100%;
}

.marketplace.provider {
  display: flex;
  flex-direction: column;
}

.marketplace.provider .find-provider {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  padding-top: 104px;
  padding-bottom: 62px;
}

.marketplace.provider .sorter.provider {
  max-width: 1628px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: end;
}

.marketplace.provider .select2-selection.select2-selection--single {
  height: 56px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.marketplace.provider .container-provider {
  max-width: 1628px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 42px;
}

.marketplace.provider .container-provider .item-provider {
  width: 100%;
  display: flex;
  gap: 16px;
  background: #ffffff;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 16px 16px;
  box-sizing: border-box;
}

.container-provider .item-provider .image-provider {
  max-width: 320px;
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(4px 6px 6px rgba(0, 0, 0, 0.2));
}

.marketplace.provider .search .row-pages.provider {
  max-width: 1628px;
  width: 100%;
  display: flex;
  justify-content: end;
}

.container-provider .item-provider .contact-provider {
  display: flex;
  justify-content: space-between;
}

.container-provider .item-provider .contact-provider .category {
  display: flex;
  gap: 8px;
}

.item-provider .contact-provider .category .name-black {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
}

.item-provider .contact-provider .category .contact-grey {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--black);
}

.container-provider .item-provider .details-provider {
  display: flex;
  flex-direction: column;
  gap: 29px;
  width: 100%;
}

.container-provider .item-provider .name-provider {
  font-size: 20px;
  color: var(--black);
  font-family: "Montserrat-Bold";
}

.container-provider .item-provider .adress-provider {
  font-size: 16px;
  color: var(--black);
  font-family: "Montserrat";
}

.container-provider .item-provider .sections {
  width: 100%;
  display: flex;
  gap: 7px;
  align-items: center;
}

.container-provider .item-provider .sections .section {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: var(--black);
}

.container-provider .item-provider .image-provider img {
  width: 100%;
  height: 184px;
  border-radius: 10px;
}

/* Search-provider */

/* FOOTER */
.footer {
  width: 100%;
  background-color: var(--black);
  padding: 0 146px;
  box-sizing: border-box;
}

.footer .title {
  max-width: 438px;
  width: 100%;
  color: var(--yellow);
  font-size: 30px;
  font-family: "Montserrat-SemiBold";
  padding-bottom: 64px;
  padding-top: 64px;
  max-width: 1628px;
  margin: 0 auto;
}

.footer .text-box {
  display: flex;
  gap: 32px;
  max-width: 1628px;
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}

.footer .text-box .desc {
  font-size: 20px;
  font-family: "Montserrat";
  color: var(--yellow);
  max-width: 521px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}

.footer .text-box .description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer .text-box .pages {
  max-width: 521px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer .text-box .pages a {
  font-size: 20px;
  width: 100%;
  font-family: "Montserrat";
  color: var(--yellow);
  text-decoration: underline;
  text-align: center;
}

.footer .text-box .icons {
  display: flex;
  max-width: 128px;
  width: 100%;
  align-items: center;
  margin: 0 auto;
}

.footer .logo-copyright {
  display: flex;
  max-width: 1075px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-bottom: 104px;
  padding-top: 64px;
}

.footer .logo-copyright .logo {
  max-width: 384px;
  width: 100%;
}

.footer .logo-copyright .logo img {
  height: 64px;
  width: 100%;
}

.footer .logo-copyright .copyright {
  max-width: 521px;
  width: 100%;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  color: #fff;
  text-decoration: underline;
  font-size: 20px;
  font-family: "Montserrat";
}

/* FOOTER */

/* SEARCH-PROVIDER-HOMEPAGE */

.main-container {
  max-width: 1628px;
  width: 100%;
  margin: 0 auto;
}

.main-container .static-content {
  max-width: 1628px;
  display: flex;
  flex-direction: column;
  min-height: 1072px;
  background: #ffffff;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 10px 10px;
}

.main-container .background-img {
  max-width: 1628px;
  width: 100%;
  position: relative;
}

.main-container .background-img img {
  width: 100%;
  height: 687px;
}

.main-container .logo-img {
  max-width: 184px;
  width: 100%;
}

.main-container .logo-img img {
  width: 100%;
  height: 184px;
}

.main-container .logo-name-verify {
  display: flex;
  gap: 40px;
  align-items: center;
  position: absolute;
  top: -40px;
  left: 50px;
}

.second-container {
  max-width: 1628px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 104px;
  margin-top: 24px;
}

.main-container .logo-name-verify .name {
  font-size: 30px;
  color: var(--black);
  font-family: "Montserrat-Bold";
}

.main-container .absolute-elements {
  display: flex;
  justify-content: end;
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 108px;
  position: relative;
}

.main-container .absolute-elements .green-button {
  max-width: 204px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #009796;
  height: 48px;
  margin-top: 28px;
  display: flex;
  margin-right: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.second-container .ui-widget-header {
  background-color: #fff !important;
  border: none !important;
}

.main-container .contact-information {
  display: flex;
  flex-direction: column;
  padding: 0px 40px;
  padding-top: 50px;
  gap: 50px;
}

.second-container .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
  border: 2px solid var(--black);
  color: var(--black);
  border-radius: 10px;
  max-width: 124px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-family: "Montserrat";
}

.contact-information .first-line .category {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 419px;
  width: 100%;
}

.contact-information .first-line .category .information {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--black);
}

.second-container
  .ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  margin-top: 40px;
}

.second-container #tabs {
  background: #ffffff;
  /* box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2); */
  /* border-radius: 10px; */
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px !important;
}

#map-section {
  max-width: 1628px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 20px;
  width: 100%;
}

#map-section iframe {
  width: 100%;
  width: 1528px;
  height: 800px;
  padding-bottom: 40px;
}

#map-section .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab-content p {
  margin: 0;
}

.ui-tabs .ui-tabs-panel {
  padding: 0 !important;
  margin: 0;
}

#tabs .tab-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}

.second-container
  .ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main-container .contact-information .first-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-container .absolute-elements .green-button .text {
  font-size: 16px;
  font-family: "Montserrat";
  color: #009796;
}

.second-container
  .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
  background: rgba(0, 151, 150, 0.25);
  border: 2px solid #009796;
  border-radius: 10px;
}

.second-container .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
  background-color: #fff;
}

.second-container
  .ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active
  a {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: #009796;
}

.second-container #tabs-1 .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  width: 100%;
  padding-bottom: 40px;
}

#tabs-1 .items-list .item {
  display: flex;
  flex-direction: column;
  max-width: 362px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}

#tabs-1 .items-list .item .image {
  width: 100%;
  position: relative;
  height: 256px;
}

#tabs-1 .items-list .item .image .pin img {
  height: 34px !important;
  background-color: transparent;
  object-fit: contain;
  width: unset;
  border-radius: 0;
}

#tabs-1 .items-list .item .image .pin {
  background-color: #333;
  padding: 0;
  top: 8px;
  right: 8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#tabs-1 .items-list .item .image img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

#tabs-1 .items-list {
  display: flex;
  gap: 33px;
}

#tabs-1 .products .items-list .item .description {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
}

#tabs-1 .products {
  padding-bottom: 40px;
}

#tabs-2 p {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--black);
  flex-wrap: wrap;
  line-height: 26px;
  text-align: justify;
}

#tabs-3 .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  padding-bottom: 40px;
}

#tabs-3 .content {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}

#tabs-4 {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

#tabs-4 .review-section {
  display: flex;
}

#tabs-4 .review-section .star img {
  height: 22px;
  max-width: 23px;
  width: 100%;
}

#tabs-4 .text {
  color: var(--black);
  align-items: center;
  display: flex;
  font-family: "Montserrat";
  font-size: 16px;
}

#tabs-4 .review-section {
  padding-bottom: 75px;
  padding-top: 40px;
}

#tabs-4 .review-customer {
  display: flex;
  max-width: 1548px;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid #ebebeb;
  gap: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

#tabs-4 .review-customer .profile-img {
  max-width: 128px;
  width: 100%;
  border-radius: 360px;
  border: 2px solid #fcb800;
}

#tabs-4 .review-customer:last-child {
  margin-bottom: 40px;
}

#tabs-4 .desc .title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  margin-bottom: 26px;
}

#tabs-5 .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  padding-top: 40px;
}

#tabs-4 .desc .content {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--black);
  line-height: 20px;
}

#tabs-4 .review-customer .profile-img img {
  width: 100%;
  height: 128px;
}

#tabs-4 .review-customer .img-and-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 128px;
}

#tabs-5 .photos-section {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 27px;
  column-gap: 27px;
  padding-top: 37px;
}

#tabs-5 .photos-section .photo {
  max-width: 288px;
  width: 100%;
  border-radius: 10px;
}

#tabs-5 .photos-section .photo img {
  width: 100%;
  height: 288px;
}

#tabs-6 .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-bottom: 40px;
}

#tabs-4 .review-customer .img-and-name .name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-bottom: 24px;
}

.main-container .contact-information .first-line:last-child {
  padding-bottom: 40px;
}

#tabs-6 .videos {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 136px;
}

#tabs-6 .videos .video {
  max-width: 706px;
  width: 100%;
  max-height: 455px;
}

#tabs-6 .videos .video video {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  resize: none;
}

#tabs-4 .review-section.bottom {
  color: var(--black);
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
}

#tabs-4 .review-section.bottom .stars {
  display: flex;
}

/* SEARCH-PROVIDER-HOMEPAGE */

/* REGISTER PRIVATE */
.register {
  padding: 0 20px;
}

.register .container {
  max-width: 450px;
  margin: 50px auto;
}

.register .container .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 50px;
  padding-top: 50px;
  color: #333;
  font-family: "Montserrat-SemiBold";
  padding-bottom: 80px;
}

.register .register-header-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.register .register-header-buttons .register-btn {
  width: 100%;
}

.button.yellow {
  background-color: #f8c647;
  color: #333;
  font-family: "Montserrat";
  max-width: 224px;
  width: 100%;
  height: 56px;
}

.button {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 10px;
}

.button.white {
  background-color: #fff;
  color: #333;
  border: 2px solid #f8c647;
  font-family: "Montserrat";
}

.register .register-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.register .register-form .input-container {
  width: 100%;
}

.register .register-form .input-container input {
  height: 50px;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d1d1d1;
}

.register-form .input-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-input-btn input {
  background-color: #f8c647;
  color: #333;
  border: none;
  cursor: pointer;
  font-family: "Montserrat-Bold";
}

.form-input-btn p {
  text-align: center;
  color: #8c8c8c;
}

.form-input-btn p a {
  color: var(--black);
}

.register-background {
  max-width: 930px;
  width: 100%;
  min-height: 651px;
  margin: 0 auto;
  border-radius: 25px;
  margin-bottom: 105px;
}

.register-form .input-checkbox a {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: #333;
}

/* REGISTER PRIVATE */

/* REGISTER PRIVATE VERIFICATION */
.text-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-content .title {
  font-size: 22px;
  font-family: "Montserrat-SemiBold";
  color: #333;
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}

.text-content .title-actions {
  width: 100%;
  max-width: 930px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  column-gap: 16px;
}

.text-content .title-actions .title {
  grid-column: 2;
  margin: 0;
  padding: 0;
  text-align: center;
}

.text-content .title-actions .buttons-top {
  grid-column: 3;
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}

.text-content .title-actions .buttons-top .button.offer {
  height: 40px;
  width: 100%;
  min-width: 230px;
  padding: 0 16px;
  background-color: #f8c647;
}

.text-content .title-actions .buttons-top .button.offer a {
  font-size: 14px;
  font-family: "Montserrat-Bold";
  color: var(--black);
}

@media (max-width: 768px) {
  .text-content .title-actions {
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .text-content .title-actions .title {
    grid-column: 1;
  }

  .text-content .title-actions .buttons-top {
    grid-column: 1;
    justify-self: center;
    justify-content: center;
  }

  .text-content .title-actions .buttons-top .button.offer {
    width: 100%;
    max-width: 220px;
  }
}

.text-content .text {
  max-width: 1015px;
  width: 100%;
  font-family: "Montserrat";
  color: #333333;
  font-size: 16px;
  text-align: center;
  padding-bottom: 80px;
}

.nav-bar.doradoo {
  width: 100%;
  background-color: #ededed;
}

.nav-bar.doradoo .buttons {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.nav-bar.doradoo .buttons .button {
  max-width: 200px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  height: 40px !important;
}

.nav-bar.doradoo .buttons .button a {
  width: 100%;
  color: var(--black);
  font-size: 16px;
  font-family: "Montserrat-Bold";
}

.nav-bar.doradoo .buttons .button.active {
  background-color: #fcbb00;
  max-width: 200px;
  width: 100%;
}

/* REGISTER PRIVATE VERIFICATION */

/* REGISTER PRIVATE MYADS */
.text-content .items {
  display: flex;
  width: 100%;
  max-width: 1033px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.text-content .items .item {
  width: 100%;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.text-content .items .item:last-child {
  margin-bottom: 80px;
}

.items .profile-img {
  max-width: 214px;
  width: 100%;
  border-radius: 10px;
}

.items .profile-img img {
  width: 100%;
  border-radius: 10px;
  height: 154px;
}

.text-content .items .item .details {
  max-width: 392px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.items .item .details .title-product {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: #000;
}

.items .item .details .date {
  font-size: 16px;
  font-family: "Montserrat";
  color: #000;
}

.items .item .details .price {
  font-size: 16px;
  font-family: "Montserrat";
  color: #000;
}

.item .img-and-desc {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 41px;
  gap: 20px;
}

.item .buttons {
  width: 100%;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  padding-right: 30px;
  padding-top: 48px;
  padding-bottom: 47px;
}

.item .buttons .button.offer {
  width: 100%;
  height: 40px;
  background-color: #f8c647;
}

.text-content .insert-button {
  max-width: 222px;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background-color: #f8c647;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.text-content .insert-button a {
  color: var(--black);
  font-family: "Montserrat-Bold";
  font-size: 16px;
}

.item .buttons .button.offer a {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
}

/* Mein profil Patient */
.formular {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 20px;
}

.input-container .input-section.generate {
  max-width: 163px;
  width: 100%;
  height: 49px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #333333;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formular-section .button a {
  color: var(--black);
  font-size: 16px;
}

.input-container .input-section.generate a {
  color: var(--black);
  font-size: 16px;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
}

.formular .background {
  box-sizing: border-box;
  max-width: 930px;
  width: 100%;

  margin: 80px auto;
  box-sizing: border-box;
  background: rgba(237, 237, 237, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.formular .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  text-align: center;
  padding-top: 50px;
}

.formular .input-container .name {
  text-align: end;
  color: var(--black);
  font-family: "Montserrat";
}

.formular .formular-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
}

.modal-content .modal-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  margin-top: 50px;
}

.modal-content .modal-buttons .btn {
  max-width: 300px;
  width: 100%;
}

.modal-content .modal-buttons .btn .button.red {
  background-color: var(--red);
  color: #fff;
  font-family: "Montserrat-Bold";
}

.modal-content .modal-buttons .btn .button.transparent {
  font-family: "Montserrat-Bold";

  border: 2px solid var(--red);
  color: var(--red);
}

.modal-content .questions-section .question-and-answer .answers {
  color: #8c8c8c;
}

.current-requests .title {
  margin-bottom: 0;
}

.modal-content .title-and-subtitle .title {
  padding-top: 0;
}

.modal-content .questions-section .answer .special-answer {
  background-color: #e8e8e8;
  color: var(--black);
  border-radius: 15px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.formular .input-container {
  display: grid;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  grid-template-columns: 150px 460px;
  padding-right: 40px;
}

.formular .input-section {
  max-width: 460px;
  width: 100%;
}

.formular
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #8c8c8c !important;
}

.formular .register-input {
  height: 49px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  max-width: 490px;
}

.formular .button {
  max-width: 160px;
  height: 48px;
  width: 100%;
  color: #333;
  background-color: #f8c647;
  border-radius: 10px;
  font-family: "Montserrat";
  margin-top: 32px;
  margin-bottom: 50px;
}

.formular .sms-background {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  background: rgba(237, 237, 237, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.formular .pass-background {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  background: rgba(237, 237, 237, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 80px;
}

.formular .pass-background .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.input-section.longed input {
  min-height: 500px;
}

.formular .account-background {
  background-color: hsla(0, 0%, 91%, 0.4);
  margin: 0 auto;
  max-width: 1250px;
  width: 100%;
  min-height: 384px;
  border-radius: 30px;
}

.formular .account-background .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.input-container .input-section img {
  position: absolute;
  right: 15px;
  max-width: 31px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.input-container .input-section {
  position: relative;
}

.input-file {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 150px;
  height: 150px;
  border-radius: 360px;
  border: 1px solid var(--border);
  background-color: #fff;
  overflow: hidden;
  top: -73px;
  left: -204px;
}

.formular-section .logo-img-input {
  display: flex;
  justify-content: flex-end;
}

.input-container.img .name {
  position: absolute;
  left: 87px;
  top: 143px;
}

.logo-img-input .input-container.img {
  position: absolute;
  max-width: 930px;
  width: 100%;
  box-sizing: border-box;
}

.resetprofileimage {
  z-index: 99999;
  position: absolute;
  top: 5px;
  border-radius: 50%;
  border: 2px solid black;
  width: 22px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
  font-weight: bold;
  cursor: pointer;
  right: 15px;
  background: rgba(255, 255, 255, 0.19);
}

.resetprofileimage.hide {
  display: none;
}

.input-file input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  padding: 0;
}

.input-file .input-file-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.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;
}

.formular-section .select2-selection.select2-selection--single {
  height: 49px;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.formular-section .select2-container {
  width: 100% !important;
}

.formular-section
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 24px !important;
}

/* Mein profil Patient */

/* LOGIN */

.register .container {
  max-width: 930px;
  width: 100%;
  margin: 50px auto;
  box-sizing: border-box;
  background: rgba(237, 237, 237, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.register .container .title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 0px !important;
  color: var(--black);
  font-family: "Montserrat-SemiBold";
  padding-bottom: 40px !important;
}

.register .register-header-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.register .register-form .input-container {
  max-width: 456px;
  margin: 0 auto;
}

.register {
  padding: 0 20px;
  box-sizing: border-box;
}

.register .register-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.register .register-form .input-container input {
  height: 50px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  font-size: 16px;
  color: #8c8c8c;
  text-decoration: rgb(140, 140, 140);
  font-family: "Montserrat";
}

.register .register-header-buttons .register-btn {
  width: 100%;
}

.register-form .input-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}

.form-input-btn input {
  color: var(--black);
  background-color: var(--yellow);
  font-size: 16px;
  cursor: pointer;
  font-family: "Montserrat-Bold";
  text-align: center;
  max-width: 456px;
  margin: 0 auto;
}

.form-input-btn p {
  text-align: center;
  color: #8c8c8c;
}

.form-input-btn p a {
  background-color: #ffffff;
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #8c8c8c;
  text-align: center;
}

/* LOGIN */

/* Reste password */

.form-input-btn.resetpassword {
  max-width: 456px;
  width: 100%;
  margin: 0 auto;
}

.form-input-btn.resetpassword input {
  background-color: #f8c647;
  color: var(--black);
  border: none;
  cursor: pointer;
  font-family: "Montserrat-Bold";
  margin-bottom: 13px;
}

.register-form .text.resetpassword {
  color: #8c8c8c;
  text-indent: 20px;
  max-width: 456px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* Reste password */

/* Register-private-favorites */

.favoriten {
  max-width: 1628px;
  width: 100%;
  margin: 0 auto;
}

.favoriten .title-fav {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}

.favoriten .second-container #tabs-1 .title {
  font-size: 30px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  width: 100%;
  padding-bottom: 40px;
}

.favoriten .items-list .item {
  display: flex;
  flex-direction: column;
  max-width: 362px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 4px 6px 6px rgba(0, 0, 0, 0.2),
    inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}

.favoriten .items-list .item .image {
  width: 100%;
  position: relative;
  height: 256px;
}

.favoriten .items-list .item .image .pin img {
  height: 34px !important;
  background-color: transparent;
  object-fit: contain;
  width: unset;
  border-radius: 0;
}

.favoriten .items-list .item .image .pin {
  background-color: #333;
  padding: 0;
  top: 8px;
  right: 8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.favoriten .items-list .item .image img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
}

.favoriten .items-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 32px;
  row-gap: 32px;
}

.favoriten .products .items-list .item .description {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  padding-left: 16px;
  box-sizing: border-box;
}

.favoriten .products {
  padding-bottom: 80px;
}

/* Register-private-favorites */

/* Register-private-reviews */

.review-tab {
  max-width: 1548px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}

.review-tab {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  gap: 8px;
}

.review-tab .review-section {
  display: flex;
}

.review-tab .review-section .star img {
  height: 22px;
  max-width: 23px;
  width: 100%;
}

.review-tab .title-tab {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}

.review-tab .text {
  color: var(--black);
  align-items: center;
  display: flex;
  font-family: "Montserrat";
  font-size: 16px;
}

.review-tab .review-section {
  padding-bottom: 75px;
  padding-top: 40px;
}

.review-tab .review-customer {
  display: flex;
  max-width: 1548px;
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid #ebebeb;
  gap: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.review-tab .review-customer .profile-img {
  max-width: 128px;
  width: 100%;
  border-radius: 360px;
  border: 2px solid #fcb800;
}

.review-tab .review-customer:last-child {
  margin-bottom: 40px;
}

.review-tab .desc .title {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  margin-bottom: 26px;
}

.review-tab .desc .content {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--black);
  line-height: 20px;
}

.review-tab .review-customer .profile-img img {
  width: 100%;
  height: 128px;
}

.review-tab .review-customer .img-and-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 128px;
}

.review-tab .review-customer .img-and-name .name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  padding-bottom: 24px;
}

.review-tab .review-section.bottom {
  color: var(--black);
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  gap: 24px;
}

.review-tab .review-section.bottom .stars {
  display: flex;
}

/* Register-private-reviews */

/* register-commercial-myads */
.ads-section_dr_dr {
  max-width: 1074px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ads-section_dr .columns-names {
  max-width: 894px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.ads-section_dr .title-ads {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 70px;
}

.ads-section_dr .columns-names .name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
}

.ads-section_dr .data {
  max-width: 894px;
  box-sizing: border-box;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.ads-section_dr table {
  max-width: 1074px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  /* Use separate to apply border-spacing */
  border-spacing: 0 20px;
}

.ads-section_dr tr {
  text-align: center;
  height: 100px;
}

.ads-section_dr tr td {
  color: var(--black);
  font-size: 16px;
  font-family: "Montserrat";
}

.ads-section_dr tbody {
  box-sizing: border-box;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid #ebebeb;
}

.ads-section_dr .button {
  max-width: 220px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background-color: #f8c647;
  border-radius: 5px;
}

.ads-section_dr table a {
  color: var(--black);
  font-family: "Montserrat-Bold";
  text-decoration: none;
}

/* register-commercial-myads */

/* register-commercial-myads-advertisement */

.container form {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container form .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 34px;
}

.container .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 53px;
}

.container .form-group .input-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 408px;
}

.container .form-group.two-inputs-add .input-form input {
  width: 100% !important;
  height: 49px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  border: none;
}

.container .form-group .input-form input {
  width: 100% !important;
  height: 49px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}

.container .form-group .input-form label {
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  color: var(--black);
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  max-width: 408px;
  width: 100%;
}

.container
  .form-group
  .input-form
  .select2-selection.select2-selection--single {
  height: 49px;
  display: flex;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  align-items: center;
}

.container
  .form-group
  .input-form
  .select2.select2-container.select2-container--default.select2-container--below {
  /* max-width: 408px; */
  width: 100%;
}

.container .form-group .big-input-form {
  max-width: 850px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.container .form-group .big-input-form textarea {
  max-width: 842px;
  width: 100%;
}

.container .form-group .big-input-form label {
  width: 100%;
  color: var(--black);
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  padding-bottom: 8px;
}

.container .image-upload {
  max-width: 857px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.container #description {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

.container .image-upload .builder {
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  color: var(--black);
  padding-bottom: 8px;
}

.container .image-upload .uploader {
  max-width: 160px;
  min-height: 150px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
  width: 100%;
}

.container .image-upload .uploader-content {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.container .image-upload .uploader img {
  max-width: 38px;
  min-height: 35px;
}

.container .image-upload .uploader label {
  max-width: 105px;
  width: 100%;
  font-size: 12px;
  font-family: "Montserrat";
  color: #8c8c8c;
  text-align: center;
}

.container .image-upload .uploader input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.container .image-upload .uploader a {
  font-size: 12px;
  font-family: "Montserrat";
  color: #000;
  text-decoration: underline;
}

.container .background {
  box-sizing: border-box;
  background: rgba(237, 237, 237, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 10px;
  max-width: 930px;
  width: 100%;
  margin-top: 80px;
}

.container .background .inputs-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.container .submit-button {
  max-width: 212px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #f8c647;
  border: 1px solid #f8c647;
  border-radius: 10px;
  height: 48px;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.open-modal-report {
  cursor: pointer;
}

.report-container .container .background {
  background-color: #ffffff;
  border: 0 none;
  margin: 0;
}

.report-container .action {
  display: flex;
  gap: 20px;
}

.container .submit-button-white-report {
  max-width: 212px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f8c647;
  border-radius: 10px;
  height: 48px;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 80px;
  cursor: pointer;
}

.report-container .action .submit-button,
.report-container .action .submit-button-white-report {
  margin: 0;
}

.container .submit-button a {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
}

/* register-commercial-myads-advertisement */

/* register-commercial-myads-advertisement */
.news-section .title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  color: var(--black);
  width: 100%;
  text-align: center;
  padding: 80px 0;
}

.news-section .massage-section {
  max-width: 1144px;
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 80px;
}

.massage-section .massage-container {
  max-width: 764px;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 40px;
}

.massage-section .massage-content .date {
  font-family: "Montserrat";
  font-size: 16px;
  color: var(--black);
  padding-top: 31px;
  padding-bottom: 31px;
  text-align: center;
}

.massage-section .massage-content {
  max-width: 764px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.massage-section .send-massage {
  max-width: 764px;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ebebeb;
  display: flex;
  border-top: none;
  gap: 5px;
  align-items: center;
  padding: 30px;
}

.massage-section .send-massage .input-massage {
  max-width: 500px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}

.massage-section .send-massage .input-massage input {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  border: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.massage-section .massage-container .chatter {
  display: flex;
  max-width: 641px;
  width: 100%;
  gap: 15px;
  align-items: center;
  padding-left: 30px;
}

.massage-section .massage-container .chatter .profile-img {
  max-width: 30px;
  width: 100%;
  border-radius: 360px;
  box-sizing: border-box;
}

.massage-section .massage-container .chatter .profile-img img {
  height: 30px;
  width: 100%;
  border-radius: 360px;
  box-sizing: border-box;
}

.massage-section .massage-container .chatter .text {
  max-width: 596px;
  box-sizing: border-box;
  background: rgba(232, 232, 232, 0.75);
  border: 1px solid #ebebeb;
  border-radius: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 17px;
  color: var(--black);
  padding-left: 18px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 16px;
}

.massage-section .massage-container .response-chatter {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
  padding-right: 30px;
  box-sizing: border-box;
}

.massage-section .massage-container .response-chatter .response-text {
  max-width: 402px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: var(--black);
  padding-top: 14px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 9px;
}

.massage-section .send-massage .uploader {
  max-width: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #f8c647;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.massage-section .send-massage .sender-btn {
  max-width: 144px;
  width: 100%;
  border-radius: 10px;
  background-color: #f8c647;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.massage-section .second-list {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.massage-section .second-list .select {
  max-width: 350px;
  width: 100%;
}

.massage-section .second-list .persons-list {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

.massage-section .second-list .persons-list .person {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ebebeb;
}

.massage-section .second-list .persons-list .person.active-mess {
  background-color: #eeee;
}

.massage-section .second-list .persons-list .person:last-child {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 16px;
  border-bottom: none;
}

.massage-container .response-chatter .profile-img {
  max-width: 30px;
  width: 100%;
  border-radius: 360px;
}

.massage-container .response-chatter .profile-img img {
  height: 30px;
  width: 100%;
  border-radius: 360px;
}

.massage-section .second-list .persons-list .person .profile-img {
  max-width: 50px;
  width: 100%;
  border-radius: 360px;
}

.massage-section .second-list .persons-list .person .profile-img img {
  height: 50px;
  width: 100%;
  border-radius: 360px;
}

.massage-section .second-list .persons-list .name-and-mass {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.massage-section .second-list .persons-list .name-and-mass .name {
  font-size: 16px;
  font-family: "Montserrat-Bold";
  color: var(--black);
}

.massage-section .second-list .persons-list .name-and-mass .mass {
  font-size: 16px;
  font-family: "Montserrat";
  color: var(--black);
}

.massage-section .second-list .select select {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}

/* register-commercial-myads-advertisement */

/* Register-Commercial-PublicProfile-PublicProfileSet */
.container .form-group .input-form.single {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 850px;
}

.container .form-group .input-form.single input {
  max-width: 850px;
  width: 100%;
  height: 49px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

/* Register-Commercial-PublicProfile-PublicProfileSet */

/* Impressum */
.impressum-container {
  font-size: 20px;
  padding: 0 20px;
  max-width: 1252px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 50px;
  margin-left: 162px;
  font-family: "Montserrat-Light";
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.impr-content .text.title {
  padding-bottom: 30px;
}

.impr-content {
  margin-bottom: 40px;
  color: #333;
  line-height: 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 26px;
  width: 100%;
  max-width: 946px;
  max-width: 933px;

  align-items: center;
  justify-content: center;
}

.impr-content h2 {
  font-size: 22px;
  padding-top: 92px;
  font-family: "Montserrat-Bold";
  text-align: center;
}

.impr-content p {
  font-size: 20px;
}

.register-background.impressum {
  max-width: 1522px;
  width: 100%;
  min-height: 811px;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 105px;
  padding-bottom: 50px;
}

.impr-content .text {
  font-size: 16px;
  font-family: "Montserrat";
}

/* Impressum */

/* AGB */

.agb {
  max-width: 1622px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.agb .title {
  font-size: 32px;
  font-family: "Montserrat-Bold";
  padding-bottom: 30px;
  padding-top: 140px;
}

.agb .container .header-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
  padding-bottom: 20px;
  padding-top: 20px;
}

.agb .container .content {
  font-size: 20px;
  font-family: "Montserrat";
  line-height: 35px;
}

.agb .container .content:last-child {
  padding-bottom: 60px;
}

/* AGB */

/* Kontact */
.content.contact-page {
  margin: 0 auto;
  text-align: center;
}

.title-kontakt {
  font-size: 34px;
  max-width: 458px;
  width: 100%;
  color: #000;
  margin-top: 83px;
  margin-bottom: 54px;
  font-family: "Montserrat-Bold";
  text-align: center;
  margin: 0 auto;
}

.contact-page .text {
  font-size: 20px;
  color: #000;
  margin-top: 30px;
  max-width: 649px;
  width: 100%;
  line-height: 24px;
  text-align: center;
}

.contact-page .final-text {
  font-size: 20px;
  color: #000;
  max-width: 668px;
  width: 100%;
  line-height: 24px;
  text-align: center;
}

.content.contact-page {
  text-align: center;
}

.contact-page .email-button button {
  width: 259px;
  height: 51px;
  border: none;
  border-radius: 10px;
  background-color: #f8c647;
  background-size: cover;
  font-size: 16px;
  color: #333;
  text-decoration: rgb(51, 51, 51);
  text-align: center;
  margin-top: 25px;
}

.contact-page .text.firstline {
  font-size: 20px;
  color: #000;
  line-height: 24px;
}

.register-background.kontakt {
  max-width: 700px;
  width: 100%;
  min-height: 374px;
  margin: 0 auto;
  border-radius: 25px;
  margin-top: 70px;
  margin-bottom: 105px;
  padding-bottom: 50px;
}

.content.contact-page {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

/* Kontakt */

/* FAQ */

.faq {
  padding: 0 20px;
}

.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-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;
  margin-left: 200px;
  max-width: 948px;
  width: 100%;
  margin: 5px 15px;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2),
    inset 1px 1px 2px 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: 16px;
  font-family: "Montserrat-Bold";
  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;
  /* opacity: 0; */
  display: none;
}

/* FAQ */

/* blogdetailseite */
.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;
  border-bottom: 1px solid #666;
  display: flex;
  justify-content: left;
  max-width: 810px;
}

.blog-details .car-img {
  max-width: 810px;
  padding-top: 35px;
}

.blog-details .car-img img {
  width: 100%;
  height: 485px;
  border-radius: 30px;
}

.blog-details .car-description p {
  font-size: 16px;
  font-family: "Montserrat";
}

.blog-details .car-img {
  max-width: 810px;
}

.blog-details .car-img.bmw img {
  width: 100%;
  height: 485px;
}

.blog-details .car-description p {
  font-size: 16px;
  font-family: "Montserrat";
}

.blog-details .list-of-cars {
  max-width: 329px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 140px;
}

.blog-details .list-of-cars .title-list {
  font-size: 26px;
  font-family: "Montserrat-Bold";
  padding-bottom: 29px;
  border-bottom: 1px solid #000;
}

.blog-details .mini-car-with-description {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 29px;
}

.blog-details .mini-img-car {
  max-width: 104px;
  width: 100%;
}

.blog-details .mini-img-car img {
  width: 100%;
  height: 62px;
  border-radius: 15px;
}

.blog-details .mini-car-description {
  font-size: 16px;
  font-family: "Montserrat";
}

.blog-details .car-img-and-description .car-description {
  font-family: "Montserrat";
  font-size: 16px;
  color: #000000;
  text-decoration: rgb(0, 0, 0);
  line-height: 24px;
  text-align: justify;
  padding-top: 26px;
  max-width: 810px;
  width: 100%;
}

.blog-details .car-img-and-description .car-description:last-child {
  padding-bottom: 119px;
}

/* blogdetailseite */

#details-page .product .carousel .owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: scale-down;
}

/* Unserblog */
.unserblog .cars-content {
  max-width: 100%;
  padding: 0 100px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 160px;
  justify-content: center;
}

.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: 36px;
}

.cars-content .mini-list {
  max-width: 329px;
  width: 100%;
}

.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: 15px;
}

.unserblog .mini-car-description {
  font-size: 16px;
  font-family: "Montserrat";
}

.unserblog .big-car-list-title-blog {
  font-size: 26px;
  font-family: "Montserrat-Bold";
  border-bottom: 1px solid #000;
  padding-bottom: 33px;
}

.unserblog .car-row,
#tabs-7 .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,
#tabs-7 .car-row .car-img {
  max-width: 380px;
  width: 100%;
}

.unserblog .car-row .car-img img,
#tabs-7 .car-row .car-img img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  border-radius: 30px;
}

.unserblog .car-img img,
#tabs-7 .car-img img {
  width: 100%;
  max-width: 844px;
  object-fit: contain;
}

.unserblog .car-row-description,
#tabs-7 .car-row-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 496px;
  gap: 10px;
}

.unserblog .car-row-description-title,
#tabs-7 .car-row-description-title {
  font-size: 20px;
  font-family: "Montserrat-Bold";
}

.unserblog .car-row-description-data,
#tabs-7 .car-row-description-data {
  font-size: 16px;
}

.unserblog .car-row-description-text p,
#tabs-7 .car-row-description-text p {
  font-family: "Montserrat";
  font-size: 16px;
  text-align: justify;
}

.unserblog .page-buttons {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 65px;
  align-items: center;
  justify-content: left;
}

.unserblog .page-buttons .page.selected button {
  border: 1px solid #0d0d0d;
  color: #ffffff;
  background-color: #333333;
  text-decoration: rgb(255, 255, 255);
}

.unserblog .page-buttons .page button {
  width: 100%;

  height: 47px;
  padding: 0 8px;
  border-radius: 8px;
  border: 1px solid #666666;
  color: #474747;
  background-color: #fff;
  text-decoration: rgb(71, 71, 71);
  text-align: center;
}

.page-buttons .dots {
  display: flex;
  padding-top: 25px;
  justify-content: center;
  gap: 7px;
}

.unserblog .page-buttons .page {
  max-width: 47px;
  width: 100%;
}

.unserblog {
  padding: 50px 20px;
}

.unserblog .car-row-description-button a {
  color: #000;
}

.page-buttons .arrow:last-child {
  rotate: 180deg;
}

/* Unserblog */

/* Model review */
#popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#popup.active {
  display: revert;
}

#popup.active .overlay {
  display: revert;
}

#popup .overlay {
  display: none;
  position: absolute;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

#popup.active .modal-content {
  display: block;
}

#popup .modal-content {
  max-width: 954px;
  width: 98%;
  display: none;
  position: fixed;
  z-index: 999;
  overflow: auto;
  background-color: #fff;
  border-radius: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 98%;
}

.modal-content .close {
  color: #000;
  float: right;
  font-size: 60px;
  font-weight: bold;
}

dialog {
  border: none;
}

.modal-content .title-and-subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
}

.modal-content .title-and-subtitle .title {
  font-size: 18px;
  font-family: "Montserrat-Bold";
  padding-top: 50px;
}

.modal-content .title-and-subtitle .subtitle {
  font-size: 16px;
}

.modal-content .questions-section {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.modal-content .questions-section .answer {
  display: flex;
  flex-direction: column;
}

.modal-content .questions-section .question-and-answer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-content .questions-section .question-and-answer .question {
  font-size: 16px;
}

.modal-content .questions-section .question-and-answer .answers {
  display: flex;
  justify-content: space-between;
}

.modal-content .answer {
  font-size: 16px;
  color: #8c8c8c;
  text-align: justify;
}

.popular-products .special-answer {
  background-color: #e8e8e8;
  border-radius: 25px;
}

.modal-ordered-review {
  max-width: 560px;
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box;
}

.modal-ordered,
.modal-ordered-final {
  border-radius: 30px;
  padding: 0 80px;
  max-width: 954px;
  width: 100%;
  box-sizing: border-box;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.65);
}

.modal-content-review .title {
  font-size: 18px;
  font-family: "Montserrat-Bold";
}

.modal-content-review .subtitle {
  font-size: 16px;
  max-width: 317px;
  width: 100%;
  text-align: center;
}

.review-stars .fa-light.fa-star {
  font-size: 20px;
  color: #f8c647;
}

.modal-content-review .all-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}

.modal-content-review .review-stars {
  display: flex;
  width: 150px;
  height: 20px;
  gap: 3px;
  align-items: center;
  justify-content: center;
}

.modal-content-review .review-textarea {
  max-width: 516px;
  width: 100%;
  border-radius: 25px;
  min-height: 120px;
  box-sizing: border-box;
}

.modal-content-review .review-textarea textarea {
  width: 100%;
  min-height: 120px;
  resize: none;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 10px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
}

.modal-content-review .review-button {
  max-width: 288px;
  width: 100%;
  border-radius: 10px;
  background-color: #f8c647;
  color: var(--black);
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 16px;
}

.modal-content-review .review-button a {
  height: 56px;
  text-align: center;
  font-family: "Montserrat-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--black);
}

.modal-content-review .close {
  color: #000;
  float: right;
  font-size: 30px;
}

.container
  .form-group.special
  .input-form
  .select2.select2-container.select2-container--default.select2-container--below {
  max-width: 850px !important;
  width: 100%;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none !important;
}

.form-group.special .select2-search__field {
  border: none !important;
}

.form-group.special .select2-selection__choice {
  display: flex !important;
  align-items: center;
  gap: 5px;
}

.form-group.special
  .select2-selection__rendered
  .select2-selection__choice__remove {
  order: 1;
  background-color: var(--black);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: grid;
  color: #f8c647;
  place-content: center;
  transform: translateY(-1px);
}

.form-group.special
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  box-sizing: border-box;
  background: #fcb800;
  border: 1px solid #fcb800;
  border-radius: 5px;
  height: 37px;
  font-size: 16px;
  font-family: "Montserrat";
}

.form-group.special
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #fcb800;
}

/* Modal review */

/* ajustari  */
.search-bar .second-search-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-bar .second-search-bar {
  max-width: 457px !important;
}

.second-search-bar .search-field {
  max-width: 379px;
  width: 100%;
}

.second-search-bar .search-field input {
  max-width: 379px;
  width: 100%;
}

.search-bar .second-search-bar {
  box-shadow: none;
}

.marketplace .items-list > div > div > div,
.marketplace .items-list > div > div,
.marketplace .items-list > div {
  width: 100% !important;
}

.marketplace .items-list > div > div > div > div {
  max-width: 1213px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 32px;
  column-gap: 32px;
  padding-top: 24px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filters .category-filter .title,
.filters .condition-filter .title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.price-filter .title {
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat-Bold";
  background-color: #f8f8f8;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding-left: 20px;
  box-sizing: border-box;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.price-filter .range-price {
  border: 1px solid #ebebeb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  padding: 10px 20px;
  border-top: none;
  box-sizing: border-box;
}

.price-filter .range-price input {
  max-width: 160px;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  padding: 10px;
  box-sizing: border-box;
}

.marketplace .items-list .item .image .pin {
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.marketplace .filters {
  margin-bottom: 50px;
}

.sorter .select2-container .select2-selection--single {
  height: 56px;
  border-radius: 10px;
  display: flex;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border: none;
  align-items: center;
}

/* problema owl carousel
.container .product .informations {
  width: 100%;
} */
.container .product .person-info .logo-and-name .logo img {
  object-fit: cover;
}

.general-info .info .title {
  padding: 0;
  text-align: start;
}

.container .description .title,
.container .general-info > .title,
.container .sales-agent .title {
  text-align: start;
}

.container .map {
  height: 800px;
}

#map {
  width: 100% !important;
  height: 800px !important;
}

.items-list .item .pin img {
  background-color: transparent;
  width: 27px;
}

.items-list .item .image .pin {
  padding: 0 !important;
  top: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register .register-form {
  width: 100%;
}

.item .buttons .button.offer input[type="submit"] {
  background-color: none;
  border: none;
  background: none;
  color: var(--black);
  font-family: "Montserrat-Bold";
}

.aktuell_data {
  margin-bottom: 100px;
}

.message-wrapper .message-action {
  padding-top: 10px;
  border-top: 1px solid #c8c8c8;
  padding: 30px;
  width: 100%;
  max-width: 100% !important;
  box-sizing: border-box;
}

.header-button.profile-dropdown-holder
  .profile-dropdown
  .profile-dropdown-list-item:last-child {
  padding-bottom: 16px;
}

header .container .container-footer .right a:not(:last-child) {
  border-right: 1px solid var(--black);
  padding-right: 5px;
}

/* ajustari  */
.container .product .informations {
  box-sizing: border-box;
  width: 100%;
  max-width: 506px;
}

.auth-form {
  padding: 0 20px;
  box-sizing: border-box;
}

input {
  width: 100%;
  box-sizing: border-box;
}

.formular .pass-background {
  padding-bottom: 20px;
}

.formular .pass-background,
.sms-background,
.background {
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.text-content .items {
  padding: 0 20px;
  box-sizing: border-box;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  border: 1px solid #d1d1d1 !important;
  border-radius: 10px;
}

.footer .text-box .pages:last-child .pages p {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
