.tour-price-lenght {
  margin-bottom: 10px;
}

.table-responsive {
  width: 88vw!important;
}

.tours-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tours-header select {
  border: 1px solid #dadada;
  background: #f7f7f7;
  padding: 10px;
}

.no-desktop {
  display: none;
}

.zakaz {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .zakaz {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #search-tour-form-button.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }

  .no-mobile {
    display: none;
  }

  .no-desktop {
    display: block;
  }

  .btn.mobile-info-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    min-height: 40px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .tours-kos .items-row:nth-child(2n) {
    background: #f7fbff;
  }

  .tours-header {
    display: block;
  }

  .tours-kos .page-header {
    padding: 0 14px;
  }

  .intro-image .item-image {
    height: unset;
  }

  .price-lenght-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .short-desc-mobile {
    font-size: 11px;
  }

  .price-lenght-mobile #cel_1 {
    width: 40%;
    color: #242b70;
    font-size: 16px;
    font-weight: bold;
  }
  .price-lenght-mobile #cel_3 {
    width: 40%;
    color: #fff;
    background-color: #22427e;
    border: 1px solid #242b70;
    text-align: center;
    padding: 3px;
  }

  .short-desc,
  .tour-dates {
    padding-left: 5px;
  }

  .info-block {
    margin-top: 10px;
  }

  #content-conteiner {
    width: 100%;
  }

  #content-conteiner .content {
    width: 100%;
  }

  #content-conteiner .content > div {
    transform: translateX(15px);
  }

  #topblock .content > div {
    transform: translateX(15px);
  }

  #topblock {
    width: 100%;
  }

  ol,
  ul {
    padding-right: unset;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper-slide img {
    display: block;
  }
}

.section__header {
  padding-left: 15px;
}

@media screen and (max-width: 1200px) {
  .section__header {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .section__header {
    padding-left: 15px;
  }
}

.blog_category_item .item-image a {
  display: flex;
  align-items: center;
  max-height: 240px;
  overflow: hidden;
}

.pagination > li > a.active {
  background-color: #F9D90F;
}

.item-page {
  width: 100%;
}

.cookie-panel {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  line-height: 0.8;
  width: 100%;
}
.cookie-panel .cookie-panel-content {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  -moz-box-shadow: 0 0 15px #ccc;
  -webkit-box-shadow: 0 0 15px #ccc;
  box-shadow: 0 0 15px #ccc;
}

.center {
  position: relative;
  max-width: 1475px;
  padding: 0 40px 0;
  margin: 0 auto;
}

.cookie-panel .cookie-panel-content .cookie-text p {
  font-weight: inherit;
  margin-bottom: calc(10px * 0.5);
}

.cookie-panel .cookie-panel-content .cookie-text p a {
  color: #06407B;
  text-decoration: underline;

}

.yellow-button {
  display: flex;
  padding: 15px 50px;
  border-radius: 50px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: max-content;
  transition: 0.2s background, 0.2s color;
  background-color: #06407B;
  color: white;

}