.sentence__callback:hover {
	text-decoration: none;
}

.prices {
	color: #0086d3;
}


.photoslider__thumbs i,
.tmb-wrap div {
	display: table-cell;
	height: 100%;
	border-bottom: transparent 5px solid;
}

.photoslider__thumbs i {
	border-bottom: 3px solid transparent;
}

.photoslider__thumbs i.is-active {
	border-color: #29aae2;
}


.photoslider__thumbs {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: table;
}

.photoslider,
.photoslider__images img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.photoslider,
.photoslider__images img:first-child {
	opacity: 1;
}

.sentence__item__img img {
	max-width: 100%;
	height: auto;
}

.sentence__item__img {
	height: auto;
	position: relative;
}

.text-title {
	position: absolute;
	color: #191919;
	top: 0;
	margin-top: 60px;
}

.info-title-h1 {
	font-family: InterstateBold, helvetica, arial, sans-serif;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
	font-size: 45px;
	color: #fff;
}

.info-title-h2 {
	font-family: InterstateBold, helvetica, arial, sans-serif;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 16px;
	line-height: 1.6;
	font-size: 15px;
	color: #fff;
}

.text-title .info-link {
	text-align: center;
	display: block;
	margin-top: 35px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
	.text-title {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 791px) {
	.text-title {
		margin-top: 30px;
	}

	.info-title-h2 {
		margin-bottom: 5px;
	}

	.info-title-h1 {
		font-size: 32px;
	}

	.text-title .info-link {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 599px) {
	.info-title-h2 {
		font-size: 11px;
	}

	.info-title-h1 {
		font-size: 30px;
	}

	.text-title .info-link {
		margin-top: 8px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 599px) {
	.text-title {
		margin-top: 20px;
	}

	.info-title-h2 {
		font-size: 9px;
	}

	.info-title-h1 {
		font-size: 22px;
	}

	.text-title .info-link {
		margin-top: 2px;
		font-size: 10px;
	}
}

@media (min-width: 992px) {
	.sentence__item .desc-list {
		margin-left: 19px;
		margin-top: 45px;
	}

	.sentence__reservation {
		margin-left: 19px;
	}

	.sentence__item .info-list,
	.sentence__callback,
	.sentence__item__name {
		margin-left: 10px;
	}

	.sentence__item__name {
		margin-bottom: 8px;
	}

	@media (max-width: 992px) {
		.sentence__item__img img {
			min-width: auto;
			height: auto;
			width: initial;
			max-width: 100%;
			min-height: auto !important;
		}
	}
}