.detail .gallery-block .bigs.flexslider.flexslider-init .slides .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail .slick-slider {
  margin-bottom: 20px;
}

.detail .slick-list {
  margin: 0 -16px;
}

.detail .slick-slide {
  padding: 0 16px;
}

.detail .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.detail .slick-arrow.slick-disabled {
  display: none !important;
}

.detail .slick-arrow.slick_next {
  right: -20px;
}

.detail .slick-arrow.slick_prev {
  left: -20px;
}

.detail .photo_item {
  padding-top: 69%;
  background-size: cover;
  display: block;
}

.detail .dark_hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.detail .dark_hover:hover:after {
  opacity: 0.5;
}

.detail .bottom_counter {
  display: none;
  text-align: center;
  margin-bottom: 20px;
}

.detail .bottom_counter .count_wrapper {
  display: inline-block;
  background: #ebebef;
  padding: 4px 10px 3px;
  border-radius: 2px;
}





/* CUSTOM STAFF (PRE-OG) */

.detail .drag_block.staff .staff.item-views .item .image {
  max-height: 330px;
  margin-bottom: 20px;
}

.detail .drag_block.staff .staff.item-views .item .post {
  margin-top: 15px;
}

.detail .drag_block.staff .staff.item-views .item .previewtext, .detail .drag_block.staff .staff.item-views .item .middle-props {
  display: none;
}

@media (max-width: 767px) {
  .custom-dark-banner-bg {
    background: rgba(0, 0, 0, 0.4);
  }
  .custom-dark-banner-bg h1, .custom-dark-banner-bg div.intro-text {
    color: #fff;
  }
}








/* BANNER FORM START */
.banner-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #4169e1;
}
.banner-form * {
  font-family: Roboto,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #595A5F;
  padding: 0;
  margin: 0;
}
.banner-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-form__block.w20 {
  /*width: 28%;*/
  width: 100%;
  /*min-width: 274px;*/
  max-width: 274px;
}
.banner-form__block.w60 {
  /*width: 44%;*/
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.banner-form__block_red {
  background-color: #4169e1;
  padding: 25px 25px 38px 25px;
}
.banner-form__block_grey {
  background-color: #F6F7FA;
}
.banner-form__block_white {
  background-color: #FFFFFF;
}
.banner-form__block_grey,
.banner-form__block_white {
  padding: 25px 10px;
}

.banner-form__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.banner-form__title_white {
  color: #FFFFFF;
  margin-bottom: 28px;
}

.banner-form__link-phone {
  position: relative;
  color: #555555;
  padding: 12px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  white-space: nowrap;
}
.banner-form__link-phone:after,
.banner-form__link-phone:before {
  content: "";
  display: block;
  position: absolute;
}
.banner-form__link-phone:after {
  top: -7px;
  left: -7px;
  height: calc(100% + 14px);
  width: calc(100% + 14px);
  border: 1px solid #0085CA;
  border-radius: 25px;
}
.banner-form__link-phone:before {
  top: -14px;
  left: -14px;
  height: calc(100% + 28px);
  width: calc(100% + 28px);
  border: 1px solid #5FA8E3;
  border-radius: 30px;
}

.banner-form__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-form__form-label {
  width: 100%;
  max-width: 260px;
  margin-bottom: 15px;
}
.banner-form__form-label:last-child {
  margin-bottom: 0;
}
.banner-form__form-input,
.banner-form__form-btn {
  width: 100%;
  max-width: 260px;
  height: 46px;
  border-radius: 20px;
  padding: 0 10px;
}
.banner-form__form-input {
  font-size: 15px;
  line-height: 18px;
  color: #595A5F;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 9px 20px 10px;
}
.banner-form__form-input.error {
  border-color: #F24B4A;
}
span.error {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #F24B4A;
}
.banner-form__form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: #4169e1;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner-form__form-btn:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.banner-form__form-btn__text {
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
.banner-form__form-btn__text.dn {
  display: none;
}
.banner-form__form-btn__icon {
  width: 40px;
  height: 40px;
}
.banner-form__form-btn__icon.dn {
  display: none;
}

.banner-form__form-label_policy {
  position: relative;
  padding-left: 20px;
}
.banner-form__form-label_policy:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  cursor: pointer;
}
.banner-form__form-label_policy_error:before {
  border-color: #F24B4A;
}
.banner-form__form-label_policy:before,
.banner-form__form-label_policy:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner-form__form-checkbox:checked ~ .banner-form__form-label_policy:before  {
  background-color: #4169e1;
  border-color: #4169e1;
}
.banner-form__form-checkbox:checked ~ .banner-form__form-label_policy:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMzYuOTg4IDIzNi45ODgiPg0KPHBvbHlnb24gZmlsbD0iI2ZmZiIgcG9pbnRzPSIxOTguMDk4LDI0LjMyNiA4Ny41NDMsMTM0Ljg4MSAzOC44OTEsODYuMjI5IDAsMTI1LjEyMSA4Ny41NDMsMjEyLjY2MiAyMzYuOTg4LDYzLjIxNyAiLz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  background-position: center;
}

.banner-form__form-policy {
  display: block;
}
.banner-form__form-policy,
.banner-form__form-policy a{
  font-size: 12px;
  line-height: 14px;
  color: #595A5F;
  cursor: pointer;
}
.banner-form__form-policy a {
  color: #4169e1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.banner-form__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 213px;
  height: 46px;
  border-radius: 20px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.banner-form__social:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.banner-form__social:last-child {
  margin-bottom: 0;
}
.banner-form__social-whatsapp {
  background-color: #25D366;
}
.banner-form__social-telegram {
  background-color: #0088CC;
}
.banner-form__social-icon {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
.banner-form__social-text {
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.banner-form__send-result {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: rgba(65, 105, 225, 0.9);
  padding: 20px;
}

@media (max-width: 768px) {
  .banner-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-form__block {
    width: 100% !important;
    max-width: 100% !important;
  }
}
/* BANNER FORM END */

/* Price Search Start */
#b-price_search {
  width: 100%;
  padding: 5px 10px;
}

.search-results tr {
  display: none;
}

.search-results tr td {
  background: #fff !important;
  border: 1px solid #f24b4a !important;
}

.text-yellow {
  background: yellow !important;
}
/* Price Search End */