.rooms__btns {
  display: none;
}
.rooms__btns.active {
  display: flex;
  animation: active 0.3s ease-in alternate;
}

.room-comfort__indent-gallery .card:nth-child(n+6) {
	display: flex;
}

.recomendations__container.--four-rows .card:nth-child(n+15) {
	display: flex;
}

.bar-page__container .card:nth-child(n+13) {
	display: flex;
}

.travelline-block {
	display: block;
	margin-right: 0;
	max-width: 610px;
}

#block-search {
	/* width: 600px; */
	z-index: 10;
}

.cookies-field {
	background-color: #295047;
	color: #ffffff;
}

@media (max-width: 576px) {
	.travelline-block {
		display: none;
	}
}





.i__agree button:hover{
	opacity: 0.6;
	transition-duration: .2s;
}

.cookies-field {
	display: none;
}
.cookies-field.show {
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 10;
	right: 0;
	width: 100%;
}

.main {
	min-height: 50vh;
}

.attractions-page__desc.description {
	display: block;
}

.attractions-page__desc.description p {
	padding-top: 0;
}

.faq__row-icon {
	flex-shrink: 0;
}

.middle-light-green .response__block span {
	color: #000;
}

.logo-col a.logo-link {
	display: flex;
	flex-direction: column-reverse;
}

.pt60 {
	padding-top: 60px;
}

.form--green a {
	color: #A0CDF0;
}

.wrap-green {
    background: rgba(52, 101, 64, 1);
	border-radius: 30px;
	margin-bottom: 30px;
}

.way--blue .row-comfort__indent--white {
	padding-top: 0;
}

.rooms__item h2 {
	font-size: 18px;
}

.list__item h2 {
	font-size: 15px
}

.photogallery-block .photogallery-block__title {
	font-size: 40px;
    padding-bottom: 50px;
}

.for__title1 {
	font-size: 60px;
    padding-bottom: 40px;
}

.for__us .for__us-title2 {
	font-size: 40px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.for__us .for__us-title3 {
	font-size: 16px;
	padding-bottom: 20px;
}

.contacts__list-links > li h3,
.contacts__list-links > li h5 {
    font-weight: 500;
    font-size: 15px;
    color: #505050;
}

.group_booking {
	margin-top: 50px;
}

.title1 .detail__time {
	display: block;
	margin-top: 20px;
}

.list-cardimg {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 50px;
}

.card-img {
	display: block;
	position: relative;
}

.card-img__image {
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.card-img__title {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.cards-footer--full {

}

.cards-footer--full .pagination {
	margin-top: 0;
}

.tags {
	border-bottom: 1px solid #bfbfbf;
	display: flex;
	flex-wrap: wrap;
	grid-gap: 10px;
	padding-bottom: 50px;
}

.tags__item {
	background: rgba(170, 170, 170, 0.19);
	border-radius: 99px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 30px;
	text-align: center;
}

.list-desc li {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

.article-row {
	align-items: flex-start;
	display: grid;
	grid-gap: 50px;
	grid-template-columns: 1fr 553px;
	margin-top: 50px;
}

.article-row__image {
	aspect-ratio: 1.24 / 1;
	border-radius: 30px;
}

.article-row__text {
	font-weight: 500;
	font-size: 14px;
	margin-top: 30px;
}

.facts {
	margin-top: 50px;
}

.green-list {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(calc(25% - 20px), 1fr));
	margin-top: 30px;
}

.green-list__item {
	align-items: center;
	background: #eaf8e7;
	border-radius: 30px;
	display: flex;
	grid-gap: 20px;
	padding: 30px;
}

.green-list__icon {
	display: block;
	flex-shrink: 0;
	height: 48px;
	width: 48px;
}

.green-list__desc {
	font-weight: 600;
	font-size: 14px;
}

.small-article {
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
	margin-top: 50px;
}

.small-article p {
	margin-top: 30px;
}

.article-image {
	align-items: center;
	display: grid;
	font-weight: 500;
	font-size: 14px;
	grid-gap: 50px;
	grid-template-columns: 1fr 432px;
	line-height: 150%;
	margin-top: 50px;
}

.article-image .title2, .small-article .title2 {
	line-height: 150%;
}

.article-image__img {
	aspect-ratio: 36 / 29;
	border-radius: 30px;
	display: block;
}

.small-article p + .title2 {
	margin-top: 50px;
}

.mt50 {
	margin-top: 50px;
}

.slider-animals {
	margin-bottom: 50px;
}

.new-container {
	padding-top: 50px;
	margin-top: 50px;
}

.add-two {
	border-top: 1px solid #bfbfbf;
	padding-top: 50px;
}

.slider-animals__container {
	border-top: 1px solid #bfbfbf;
	margin-top: 50px;
	padding-top: 50px;
}

.slider-animals__slider {
	position: relative;
}

.slider-animals__slider .swiper:before {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    bottom: -20px;
	content: '';
    height: calc(100% + 20px);
	position: absolute;
	pointer-events: none;
	right: 0;
    top: -20px; 
	width: 327px;
	z-index: 2;
}

@media (max-width: 1400px) {
	.logo-col .logo-link {
		display: block;
	}
	.logo-col {
		margin: 0 auto;
		max-width: 54px;
		width: 100%;
	}

	.rooms__item h2 {
		font-size: 17px;
	}
	.list__item h2 {
		font-size: 14px;
	}
	.for__us-numbers .rooms__btn {
		font-size: 14px;
		padding: 15px 20px;
	}
	.list-cardimg {
		grid-gap: 20px;
	}
	.green-list {
		grid-template-columns: repeat(auto-fit, minmax(calc(33.3% - 20px), 1fr));
	}
}

@media (max-width: 1200px) {
	.list-cardimg {
		grid-template-columns: repeat(3, 1fr);
	}
	.article-row, .article-image {
		grid-template-columns: 2fr 1fr;
	}
	.green-list {
		/* grid-template-columns: repeat(2, 1fr); */
		grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
	}
}

@media (max-width: 700px) {
	.for__title1 {
		font-size: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
	}
	.for__us .for__us-title2 {
		font-size: 26px;
	}
	.for__us  .for__us-title3 {
		padding-bottom: 20px;
	}
	.tags {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.tags__item {
		align-items: center;
		display: flex;
		justify-content: center;
		padding: 14px 20px;
		white-space: nowrap;
	}
}

@media (max-width: 576px) {
	.js-mobile-btn {
		cursor: pointer;
		padding: 10px 0;
	}
	.block_stars.is-active {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.logo-col .logo-link {
		display: block;
	}
	.header {
		padding-bottom: 10px;
	}
	.price-new-old {
		flex-direction: column;
	}
	.list-cardimg {
		grid-gap: 10px;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 40px;
	}
	.card-img__title {
		font-size: 15px;
	}
	.mt20 {
		margin-top: 40px;
	}
	.cards-footer--full {
		align-items: center;
	}
	.cards-footer--full .btn {
		width: 100%;
	}
	.green-list {
		display: block;
	}
	.green-list__item {
		margin-bottom: 10px;
	}
	.green-list__item:last-child {
		margin-bottom: 0;
	}
	.article-row, .article-image {
		display: block;
		margin-top: 30px;
	}
	.article-row__text {
		margin-top: 20px;
	}
	.article-row__image {
		display: block;
		margin-top: 20px;
	}
	.facts {
		margin-top: 30px;
	}
	.tags {
		padding-bottom: 30px;
	}
	.article-image__img {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.small-article {
		margin-top: 30px;
	}
	.small-article p + .title2 {
		margin-top: 30px;
	}
	.mt50 {
		margin-top: 30px;
	}
	.slider-animals__slider .swiper:before {
		display: none;
	}
	.slider-animals__prev, .slider-animals__next {
		display: none;
	}
	.slider-animals__slider:before {
		background-color: rgba(0, 0, 0, 0.62);
		border-radius: 50% 0 0 50%;
		content: url(/local/templates/otel/css/./../img/icons/swipe.svg);
		place-content: center;
		position: absolute;
		height: 35px;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		width: 35px;
		z-index: 2;
	}
}

@media (max-width: 480px) {
	.rooms-list {
		padding-left: 10px;
		padding-right: 10px;
	}
}


