.typical {
    padding-bottom: 60px;
}
.typical.--bb {
    border-bottom: 1px solid #e6e6e6;
}
.typical__group {
    padding-top: 50px;
    margin-bottom: 40px;
}
.typical__slider {
    position: relative;
}
.typical__wrap {
    height: calc(((249px + 4px) * 2) + 30px);
}
.typical__img {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
    margin-bottom: 15px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	border-bottom: none !important;
}
a.typical__img:hover, 
a.typical__img:active {
	opacity: 0.8;
}
.typical__img img {
	border-radius: inherit;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.typical__info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.typical__name {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: calc(100% - 100px - 15px);
	font-size: 18px;
	line-height: 24px;
    font-weight: 500;
	height: calc(24px * 1);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1; 
	-webkit-box-orient: vertical;
}
.typical__name a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.typical__name a:hover, 
.typical__name a:active {
    color: var(--primary-color-active);
    border-color: transparent;
}
.typical__price {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 3px;
	width: 100px;
	color: #4d4d4d;
	font-size: 15px;
	line-height: 21px;
	text-align: right;
	white-space: nowrap;
}
.typical__price b {
	font-weight: 500;
	color: #000;
}
.typical__price-room, 
.typical__price-lodzhiya {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	color: #4d4d4d;
	font-size: 15px;
	line-height: 21px;
}
.typical__price-room {
	margin-top: calc(15px - 2px);
}
.typical__price-room b, 
.typical__price-lodzhiya b {
	font-weight: 500;
	color: #000;
}
.typical__item.swiper-slide {
    height: calc((100% - 30px) / 2);
}
@media screen and (min-width: 1576px) {
	.typical__img {
		height: 210px;
	}
	.typical__img img {
		display: none;
	}
}
@media screen and (max-width: 1575px) {
	.typical__info {
		justify-content: flex-start;
	}
	.typical__name {
		width: auto;
	}
	.typical__price {
		margin-left: 15px;
		width: auto;
		text-align: left;
	}
	.typical__img {
		background: none !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
	.typical__item.swiper-slide {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}
	.typical__img {
		margin-bottom: 12px;
	}
	.typical__info {
		justify-content: center;
	}
	.typical__price-room {
		margin-top: calc(12px - 2px);
	}
}
@media screen and (max-width: 992px) {
    .typical {
        padding-bottom: calc(40px + 5px);
    }
	.typical__group {
		padding-top: 40px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.typical__group {
		padding-top: 35px;
	}
	.typical__wrap {
        height: auto;
    }
	.typical__item {
        height: auto;
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
        margin-top: 0 !important;
    }
	.typical__item.swiper-slide {
		height: auto;
	}
	.typical .has-controls {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	.typical .btn-control {
		display: none !important;
    }
	.typical .swiper-container {
		overflow: unset;
	}
	.typical .swiper-slide {
		max-width: calc(min(100%, 270px) - 20px - 40px);
	}
    .typical__arrow {
        margin-top: -30px;
    }
	.typical__img {
		margin-bottom: 12px;
	}
	.typical__img img {
		width: auto !important;
		height: auto !important;
	}
	.typical__price-room {
		margin-top: calc(12px - 2px);
	}
}
@media screen and (max-width: 500px) {
	.typical__info {
		flex-wrap: wrap;
	}
	.typical__name {
		display: block;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.typical__price {
		display: block;
		margin-top: 5px;
		margin-left: 0px;
		top: 0px;
		width: 100%;
		text-align: center;
	}
}