.prague-formidable .contact-us-form{
    max-width: 100%;
}


/* vina */
@media screen and (max-width: 767px) {
  #vina-offer .container {
    padding: 0 !important;
  }
}
#vina-offer .vine-type {
  color: #C29B6F;
  font-family: "work sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 145%;
  letter-spacing: 0.5px;
  transition: 0.3s;
  border-bottom: 2px solid white;
}
#vina-offer .vine-type.active {
  font-weight: 600;
  border-bottom: 2px solid #C29B6F;
}
#vina-offer .vine-type:hover {
  color: #593C1A;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #vina-offer .vine-type {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  #vina-offer .vine-type-wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  #vina-offer .vine-desktop {
    display: none;
  }
}
#vina-offer .vine-desktop .vine-list {
  position: relative;
}
#vina-offer .vine-desktop .vine-list__title {
  color: #C29B6F;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#vina-offer .vine-desktop .vine-list__item {
  color: #593c1a;
  font-family: "georgia";
  font-size: 16px;
  line-height: 230%;
  text-transform: capitalize;
  transition: 0.2s ease-in-out;
  text-align: start;
  margin: 0;
  border-radius: 0;
}
#vina-offer .vine-desktop .vine-list__item.active {
  font-weight: 700;
}
#vina-offer .vine-desktop .vine-list__item:hover {
  cursor: pointer;
}
#vina-offer .vine-desktop .vine-list .swiper-pagination {
  top: 100%;
}
#vina-offer .vine-desktop .vine-list .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  background-color: white;
}
#vina-offer .vine-desktop .vine-swiper {
  position: relative;
  background: rgba(231, 210, 193, 0.15);
}
#vina-offer .vine-desktop .vine-swiper__name {
  color: #432b0f;
  font-family: "cormorant";
  font-size: 42px;
  font-weight: 300;
  line-height: 120%;
}
#vina-offer .vine-desktop .vine-swiper__description {
  color: rgba(0, 0, 0, 0.67);
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}
#vina-offer .vine-desktop .vine-swiper__image {
  position: relative;
  bottom: 80px;
}
#vina-offer .vine-desktop .vine-swiper__image img {
  height: 110%;
}
#vina-offer .vine-desktop .vine-swiper .swiper {
  overflow-y: visible;
}
#vina-offer .vine-desktop .vine-swiper .swiper-button-prev {
  background: url("../img/icons/arrow-swiper-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: var(--swiper-navigation-sides-offset, 30px);
}
#vina-offer .vine-desktop .vine-swiper .swiper-button-prev::after {
  content: "";
}
#vina-offer .vine-desktop .vine-swiper .swiper-button-next {
  background: url("../img/icons/arrow-swiper-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: var(--swiper-navigation-sides-offset, 30px);
}
#vina-offer .vine-desktop .vine-swiper .swiper-button-next::after {
  content: "";
}
@media screen and (min-width: 768px) {
  #vina-offer .vine-mobile {
    display: none;
  }
}
#vina-offer .vine-mobile .vine-name {
  color: #432b0f;
  font-family: "cormorant";
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}
#vina-offer .vine-mobile .vine-description {
  color: rgba(0, 0, 0, 0.67);
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
}
#vina-offer .vine-mobile .vine:nth-child(odd) {
  background-color: #F9F8F4;
}
@media screen and (min-width: 992px) {
  #vina-explore .column-second {
    padding-top: 100px;
  }
}

/* BP 5*/

@media (min-width: 992px) {
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}