#block-search, #block-search * {
  box-sizing: border-box;
}
#block-search {
  background: rgba(100, 8, 17, 0.75);
  position: relative;
  z-index: 1;
}
 
.tl-container {
  padding: 0 30px;
  max-width: 1206px;
  margin: 0 auto;
}
#tl-booking-form {
  width: auto !important;
  margin: 0 auto;
  z-index: 0;
}
.tl-button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin: 20px 0 0;
}

@media screen and (min-width: 1200px){
  #tl-booking-form {
    right: 17%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  #tl-booking-form {
    right: 24%;
  }
}
@media screen and (min-width: 924px){
  .block-search--main {
    margin: -90px 0 0;
  }
  body.front_page .owl-nav {
    bottom: 320px !important;
  }
}
@media screen and (max-width: 924px){
 
  body.front_page .owl-nav {
    bottom: 320px !important;
  }
}
@media screen and (max-width: 350px){
  #tl-booking-form {
    width: 103% !important;
  }
}

.block-search {
  position: relative;
}
.advantages {
  width: 100%;
  max-width: 405px;
  transition: all .8s ease;
  position: absolute;
  z-index: 10;
  /* top: 265px;
  left: 50%; */
  top: -305px;
  left: 75%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.advantages.hide-out {
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  z-index: -10;
}

.advantages-header {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;

  padding: 16px;
  border-radius: 3px 3px 0px 0px;
  background: #780000;
}

.advantages-content {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 16px 24px;
  background: #FFFFFF;
}

.advantages-item {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: 40px;
}

.advantages-item__icon {
  display: flex;
  width: 24px;
  margin-right: 10px;
}

.advantages-item__text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #000000;
}

.bottom-thing {
  position: relative;

}

.bottom-thing svg {
  position: absolute;
  left: calc(50%);
  /*top: -5px;*/
}

@media screen and (max-width: 991px){
  .advantages {
    display: none;
  }
}

#block-search.block-search--inner {
  background: #731f2a !important;
}