/*List rooms start*/
.rooms {
    display: grid;
    grid-gap: 30px;
}
.content__container {
    margin-top: 30px;
}
.container{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.room {
    box-shadow: 0 5px 19px rgba(0,0,0,0.09);
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    transform: translate3d(0px, 0, 0);
}
.room__slider, .roomModal__slider {
    position: relative;
    width: 100%;
}
.room__info {
    padding: 15px;
}
.room__title {
    display: flex;
}
.room__titleText {
    color: #000;
    font-weight: 600;
    flex: 1;
}
.room__titleLink {
    margin-left: auto;
    color: #17799c;
    text-decoration: none;
    cursor: pointer;
}
.room__description {
    margin-top: 10px;
    color: #000;
}

.toggle-info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: none;*/
}
.toggle-info-show p{
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.room__titleLink-hide{
    display: none;
}
.tariff {
    margin-top: 10px;
    border-top: 1px solid #bcbcbc;
    color: #000;
}
.tariff__title {
    padding-left: 10px;
    color: #000;
    font-weight: 600;
}
.tariff__description {
    font-size: 12px;
    font-style: italic;
    margin-left: 20px;
}
.tariff__table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.tariff__tableColPayment {
    width: 34%;
}
.tariff__tableColGuests {
    width: 15%;
}
.tariff__tableColPrice {
    width: 29%;
}
.tariff__tableColRooms {
    width: 32%;
}
.tariff__table_dark{
    text-align: center;
}
.tariff__table_dark tbody tr:nth-child(odd) {
    background-color: #eee;
}
.tariff__table td {
    vertical-align: top;
}
.tariff__inLine {
    height: 25px;
    text-align:center;
}
@media (min-width: 768px){
    .room__slider, .roomModal__slider {
	height: 320px;
    }
    .room__titleLink {
	font-size: 15px;
	margin-top: 8px;
    }
    .tariff {
	padding-top: 15px;
    }
    .tariff__title {
	font-size: 18px;
    }
    .tariff__table thead th {
	font-size: 13px;
    }
    .tariff__table thead th {
	font-size: 13px;
    }
}
@media (min-width: 900px){
    .rooms {
	grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 900px) and (max-width: 1339px){
    .room__titleText {
	font-size: 21px;
    }
    .tariff__title {
	padding-left: 10px;
    }
    .tariff__table th, .tariff__table td {
	padding: 5px;
    }
}
@media (max-width: 1339px){
    .room__titleText {
	padding-right: 10px;
    }
    .tariff__header {
	margin-bottom: 10px;
    }
    .tariff__table {
	font-size: 12px;
    }
}
/*slider*/
.room__slider {
    width: 420px;
    margin:0 auto;
}
/*
.room__slider .slick-track img{
    width: -webkit-fill-available;
    height: 100%;
}
.divImg {
  width: 420px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.divImg img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
*/
.divImg {
    width: 420px; /* Ширина области */
    height: 280px; /* Высота области */
    /*height: 100%; /* Высота области */
    margin: 0; /* Обнуляем отступы */
    overflow: hidden; /* Прячем всё за пределами */
    min-width: 420px;
}
.divImg img {
    width: 100%; /* Ширина изображений */
    /*margin: -20% 0 0 0; /* Сдвигаем вверх */
}
/*List rooms end*/
/*search form*/
.filterContainer {
  position: relative;
  display: grid;
  grid-gap: 30px;
  padding-bottom: 20px; }
@media (min-width: 900px) {
  .filterContainer {
    grid-template-columns: 3fr 3fr 1fr 3fr; 
    row-gap: 4px;} }
@media (max-width: 767px) {
  .filterContainer {
    border-top: 1px solid #bcbcbc } }
.filterContainer .ui-datepicker.show {
  top: 45px; }

@media (max-width: 899px) {
  .filter__arrival, .filter__departure, .filter__search, .filter__adult {
    grid-column: 1/3; 
    } 
  .filterContainer {
    padding-top: 11px;
    grid-gap: 4px; 
    } 
}
.filter__control {
  width: 100%; }
.textForm__label {
    position: absolute;
    top: 4px;
    left: 15px;
    color: #797979; 
}
@media (min-width: 768px) {
  .textForm__label {
    font-size: 11px; } }
@media (max-width: 767px) {
  .textForm__label {
    font-size: 8px; } }
.filter__control {
  width: 100%; }

  .textForm__control {
    background-color: #fff;
    border: 1px solid #bcbcbc;
    padding: 21px 15px 6px 15px;
    -webkit-appearance: none;
            appearance: none;
    -moz-appearance: textfield;
    background-repeat: no-repeat;
    background-position: center right 12px;
    height: 45px; }
    .textForm__control.active {
      border-color: #bcbcbc; }
    .textForm__control::-webkit-input-placeholder {
      color: #bcbcbc;
      font-weight: 300; }
    .textForm__control::-moz-placeholder {
      color: #bcbcbc;
      font-weight: 300; }
    .textForm__control:-ms-input-placeholder {
      color: #bcbcbc;
      font-weight: 300; }
    .textForm__control::-ms-input-placeholder {
      color: #bcbcbc;
      font-weight: 300; }
    .textForm__control::placeholder {
      color: #bcbcbc;
      font-weight: 300; }
    .textForm__control_date {
      background-image: url("https://bookinglite.ru/widgetBL/css/calendar.svg"); }
    .textForm__control_textarea {
      --textarea-padding-top: var(--text-element-indent-bottom);
      padding-top: var(--textarea-padding-top);
      height: auto; }
    @media (min-width: 768px) {
      .textForm__control {
        border-radius: 8px;
        font-size: 15px; }
        .textForm__control_hasIcon {
          padding-right: 40px; } }
    @media (max-width: 767px) {
      .textForm__control {
        border-radius: 8px; }
        .textForm__control_hasIcon {
          padding-right: 24px; }
        .textForm__control_date {
          background-size: 16px 16px; } }
.textForm {
    position: relative;
}  
.textForm input{
    height: 46px !important;
}
#sendBook {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    font-size: 18px;
    background-color: #17799C;
    color: #fff;
    font-weight: 600;
    border-width: 0;
    border-radius: 8px;
    height: 45px;
}
.inside { max-width: 1060px; margin: auto; padding: 10px 20px 20px; position: relative; text-align: center; }
.inside h2 { font-size: 28px; line-height: 32px; text-transform: uppercase; margin: 0 0 20px; font-weight: 400; }


/*List reserv start*/
body{
    background: #fff;
}
.booking {
    display: grid;
    color: #000;
}
.content__container {
    margin-top: 30px;
}
.bookingBox {
    background-color: #fff;
    box-shadow: 0 5px 30px rgb(0 0 0 / 9%);
    height: 100%;
}
.bookingForm__main {
    display: grid;
    grid-gap: 15px;
    margin-bottom: 20px;
}
.textElement {
    position: relative;
}
.textElement__label {
    position: absolute;
    top: 4px;
    left: 15px;
    color: #797979;
}
.textElement__control {
    background-color: #fff;
    border: 1px solid #bcbcbc;
    padding: 21px 15px 6px 15px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    background-repeat: no-repeat;
    background-position: center right 12px;
    height: 45px;
}
.link, .modal a, .tariffWarnings a {
    color: #27579e;
    text-decoration: none;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    width: 100%;
    margin-top: 18px;
}
.button_default {
    background-color: #17799c;
    color: #fff;
    font-weight: 600;
    border-width: 0;
}
.bookingForm__input {
    width: 100%;
}
.box__title, .bookingHeader__title, .bookingHeader__day,.bookingTableBlock__title {
    font-weight: 600;
}
.bookingHeader__title, .bookingHeader__day, .bookingHeader__date {
￼    text-align: center;
}
.bookingHeader {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #bcbcbc;
    margin-top: 10px;
    margin-bottom: 20px;
}
.bookingHeaderOptionsWrapper {
    flex: 1;
    text-align: center;
}
.bookingHeaderOptions {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
}
.bookingHeaderOptions__item {
    opacity: .8;
}
.bookingHeaderOptions__icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    margin-right: 6px;
}
.bookingTableBlock {
    border-bottom: 1px solid #bcbcbc;
}
.bookingTableBlock__table {
    border-collapse: collapse;
}
.bookingTableBlock__table td {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    vertical-align: top;
}
.bookingTableBlock__text {
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px;
}
.bookingTableBlock__table td:last-child {
    text-align: right;
}
.bookingTableBlockPre__text{
    font-style:italic;
}
.payBook{
    background: #72AD3D;
}
.payBookSber{
    //background: #72AD3D;
    background: #fff;
    border:2px solid #72AD3D;
    height:60px !important;
}
.payBookSber img,.payPalBut img,.paysCZBut img{
    width:150px;
}
.payBookSber a,.paySAFERPAY a{
    color: #000;
    text-decoration: none;
}
.payPalBut,.paysCZBut,.paySAFERPAY{
    color: #000;
    background: #fff;
    border:2px solid #72AD3D;
    height:70px !important;
    display:block;
}
.payBookTinkoff{
    cursor: pointer;
    border-radius: 8px;
    height: 45px;
    font-size: 18px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    border-width: 0;
    border:2px solid #72AD3D;
    display: inline-flex;￼
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    width: 100%;
    margin-top: 18px;
}
.bookingTableBlock__table td:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='1' r='1' fill='%23B7B7B7'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    left: 0;
    top: 17px;
    width: 100%;
    height: 2px;
    z-index: 0;
}

@media (max-width: 1339px){
    .booking {
	grid-column-gap: 25px;
    }
    .bookingBox {
	border-radius: 4px;
    }
    .bookingHeaderOptionsWrapper {
	margin-right: 20px;
	margin-left: 20px;
    }
    .bookingHeaderOptions__item:not(.bookingHeaderOptions__list) {
	display: flex;￼
	align-items: center;
    }
}
@media (min-width: 900px){
    .booking {
	grid-template-columns: 1.5fr 1fr;
    }
    .bookingBox {
	padding: 15px 25px 25px 25px;
    }
}
@media (min-width: 768px) and (max-width: 1339px){
    .bookingBox {
	padding: 15px 25px 25px 25px;
    }
}
@media (min-width: 768px){
    .box__title {
	font-size: 25px;
	margin-bottom: 15px;
    }
    .bookingHeader__title,.bookingTableBlock__title {
	font-size: 18px;
    }
    .bookingHeader__day {
	font-size: 55px;
    }
    .bookingHeaderOptions__icon {
	vertical-align: text-top;
    }
    .bookingTableBlock {
	padding-bottom: 30px;
	margin-bottom: 22px;
    }
    .bookingTableBlock__table {
	width: 100%;
	margin-bottom: 30px;
    }
    .bookingBox__item:not(:last-child) {
	margin-bottom: 21px;
    }
    .textElement__control {
	border-radius: 8px;
	font-size: 15px;
    }
    .textElement__label {
	font-size: 11px;
    }
    .button {
	border-radius: 8px;
	height: 45px;
	font-size: 18px;
    }
}
@media (max-width: 767px){
    .box__title {
	font-size: 15px;
	margin-bottom: 5px;
    }
    .bookingHeader__title {
	font-size: inherit;
    }
    .bookingHeader__day {
	font-size: 31px;
    }
    .bookingHeader__date {
	font-size: 11px;
    }
    .bookingBox {
	padding: 15px 10px;
    }
    .bookingTableBlock {
	padding-bottom: 15px;
	margin-bottom: 10px;
    }
    .bookingHeaderOptions__item:not(:last-child) {
	margin-bottom: 5px;
    }
    .bookingHeaderOptions__listItem {
	display: flex;￼
	align-items: center;
    }
    .bookingTableBlock__table {
	width: calc(100% - 15px);
	margin-bottom: 10px;
    }
    .bookingTableBlock__title {
	font-size: 13px;
    }
    body {
	font-size: 11px;
    }
    .bookingTableBlock__item{
	font-size: 11px;
    }
    .button {
	border-radius: 4px;
	height: 30px;
    }
}
*, *::after, *::before {
    box-sizing: border-box;
    transition: .3s;
    min-height: 0;
    min-width: 0;
}
/*List reserv end*/

