.header-page {
  position: relative;
  display: block;
  background: #fdefe8 url(../img/hero.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.header-page::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(43, 71, 139, 0.25);
  z-index: 1;
}

.hero__slide_content {
  z-index: 2;
}

.h1.hero__slide_title {
  padding-left: 0;
  font-size: 3.5rem !important;
  line-height: 1.2;
}

@media (max-width: 1280px) {
  .h1.hero__slide_title {
    font-size: 2rem !important;
  }
}

@media (max-width: 960px) {
  .h1.hero__slide_title {
    font-size: 1.6rem !important;
  }
  .hero__slide_content, .banner__content {
    height: 25rem;
  }
}

.fin {
  top: -100px;
  position: relative;
	z-index:100;
}

.plus18 {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 960px) {
  .plus18 {
    width: 1.6rem;
  }
}

.block-osmotr__items .col-2 {
  width: 20%;
}

@media (max-width: 960px) {
  .block-osmotr__items .col-md-6 {
    width: 33.33333333%;
  }
}

@media (max-width: 840px) {
  .block-osmotr__items .col-md-6 {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .block-osmotr__items .col-sm-12 {
    width: 100%;
  }
}

.block-osmotr {
  height: 100%;
}

.spec-offer-completed,
.shtrihkod .spec-offer-completed {
  max-width: 150px;
}

.faq__item {
  height: 100%;
}

.list-info{
  list-style: disc;
}

.icon_travel img {
  max-width: 100px;
}

.photo_travel {
  overflow: hidden;
  border-radius: 1.5rem;
}

.hero__slide_info {
  left: 0 !important;
}

.bg-warning-light {
  background:#fef6f6 !important
}


.icon_free img {
  max-width: 140px;
}
