#popup .form-input .input textarea {
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  background: none;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 2px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  cursor: pointer;
  height: 100px;
  font-family: 'Montserrat', sans-serif;
}

.request .btn-list .btn {
  max-width: 170px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.review-list {
  padding-top: 50px;
  padding-bottom: 20px;
}

.container-desktop,
.container {
  max-width: 1200px;
}

.Yacht-info .heading p,
.Yacht-destinations .heading p {
  padding-bottom: 20px;
}

.video-back .banner-text h2 {
  font-size: 40px;
  text-shadow: 0 1px 6px rgb(255, 255, 255);
}

.video-back img {
  opacity: 0.8;
}

.request .btn-list .btn {
  margin-top: 6px !important;
}

.request h3 {
  padding-bottom: 22px;
}

/* MUUUH ADJUSTMENTS /mf */

/* Buttons */
.btn {
  cursor: pointer;
}
.btn:hover {
  background-color: #a18a67;
  color: white;
  border-color: #a18a67;
}

.btn span {
  cursor: pointer;
}

.request .btn-list .btn {
}
.request .btn-list .btn:hover {
  background-color: #a18a67;
}

.request .btn-list .btn.active {
}
.request .btn-list .btn.active:hover {
  background-color: transparent;
  color: #a18a67;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  background-color: white;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

/* Hero */
.hero {
  background-image: linear-gradient(
          rgba(255, 255, 255, 0.4),
          rgba(255, 255, 255, 0.4)
  ), url('../images/hero-yachtcharter--mobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 40px);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 40px;
}

.hero__text {
  max-width: 640px;
  padding: 0 20px;
}

.hero .hero__text h2 {
  line-height: 125%;
}

.hero .hero__text p {
  margin: 30px 0;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.hero .hero__text .arrow-down {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 15px);
  animation: jump 2s infinite;
}

/* Form */
#popup .wrappper .bis {
  display: inherit;
}

#popup .wrappper .bis label {
  width: 20%;
  float: left;
  height: 37px;
}

#popup .form-input .input-date2 input {
  width: 80%;
  float: right;
}

.form-error {
  color: white;
  display: block;
  width: 100%;
  color: #a18a67;
}

#popup .wrappper .bis .form-error {
  margin-left: 20%;
}

#popup #form .form-input .has-error input,
#popup #form .form-input .has-error select {
  border-color: #a18a67 !important;
}

/* Trusted element */
.trusted {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 40px -20px 0 -20px;
}

.trusted__item {
  flex: 0 1 calc(50% - 40px);
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.trusted__item img,
.trusted__item .trustpilot-widget {
  display: block;
  max-width: 120px;
  height: auto;
}

.trusted__item--vdc img {
  max-width: 100px;
}

/* Prices table */
.Yacht-price .tabs-content .price-list .head.sub-total {
  border-radius: 0;
}
.Yacht-price .tabs-content .price-list .head.total {
  border-radius: 0 0 4px 4px;
}

/* Impression images */
.impression {
  display: flex;
  flex-wrap: wrap;
}

.impression__image {
  flex: 0 0 50%;
  max-width: 50%;
}

.impression__image img {
  float: none;
  width: 100%;
  height: auto;
  display: block;
}

footer .copyright,
footer .links a,
.reviews .button a {
  font-size: 12px !important;
}

@media screen and (min-width: 376px) {
  .hero {
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.4)
    ), url('../images/hero-yachtcharter--medium.jpg');
  }
}

@media screen and (min-width: 679px) {
  .hero {
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.4)
    ), url('../images/hero-yachtcharter--large.jpg');
    min-height: 700px;
    height: calc(100vh - 70px);
    margin-top: 70px;
  }
}

@media screen and (min-width: 520px) {
  .trusted__item {
    flex: 0 1 auto;
  }

  .trusted__item img {
    max-width: 150px;
  }

  .trusted__item--vdc img {
    max-width: 120px;
  }

  .trusted__item--trustpilot img {
    max-width: 180px;
  }
}

@media screen and (min-width: 769px) {
  .impression__image {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

#popup .wrapper-spinner {
  text-align: center;
  display: none;
}

select option {
  color: #000;
}

#popup .form-input {
  display: flex;
  flex-direction: column;
}

#popup .form-input label {
  /* font-size: 16px; */
  float: none;
  width: 100%;
  margin-bottom: 5px;
}

#popup .form-input .input,
#popup .form-input .input-wrapper {
  float: none;
  width: 100%;
}

#popup .form-input .input select,
#popup .form-input .input input[type='number'],
#popup .form-input .input input[type='text'],
#popup .form-input .input input[type='email'],
#popup .form-input .input-wrapper input {
  font-size: 16px;
}
#popup .form-input .input textarea {
  font-size: 16px;
}

@media screen and (min-width: 520px) {
  #popup .form-input {
    flex-direction: row;
  }

  #popup .form-input label {
    flex: 0 1 100px;
    margin-bottom: 0;
  }

  #popup .form-input .input,
  #popup .form-input .input-wrapper {
    flex: 1;
  }
}

@media screen and (max-width: 376px) {
  .video-back .banner-text h2 {
    font-size: 30px;
  }
}