.balcony-shapes {
    padding-top: 50px;
    padding-bottom: 60px;
}
.balcony-shapes__title {
    margin-bottom: 40px;
}
.balcony-shapes_nav {
	margin-bottom: 40px;
}
.balcony-shapes_nav.--hidden {
    display: none;
}
.balcony-shapes_nav .branks-links__item:not(.--current) {
	cursor: pointer;
}
.balcony-shapes__list {
    grid: none/repeat(4, 1fr);
    gap: 40px 30px;
}
.balcony-shapes__item {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.balcony-shapes__img-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	height: 138px;
}
.balcony-shapes__img {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.balcony-shapes__img img {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.balcony-shapes__info-wrapper {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.balcony-shapes__info {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.balcony-shapes__info-name {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.balcony-shapes__info-name a {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.balcony-shapes__info-name a:hover {
	color: var(--primary-color-active);
	border-color: transparent;
}
.balcony-shapes__info-desc {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #808080;
}
.balcony-shapes__info-desc a {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.balcony-shapes__info-desc a:hover {
	color: var(--primary-color-active);
	border-color: transparent;
}
.balcony-shapes__price-wrapper {
	display: block;
	margin: calc(20px - 2px) 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
@media screen and (min-width: 1221px) and (max-width: 1575px) {
	.balcony-shapes__img-wrapper {
		height: 120px;
	}
	.swiper-slide .balcony-shapes__img-wrapper {
		height: 138px;
	}
}
@media screen and (max-width: 1220px) {
	.balcony-shapes__list {
		grid: none/repeat(3, 1fr);
	}
}
@media screen and (min-width: 993px) and (max-width: 1220px) {
	.balcony-shapes__img-wrapper {
		height: 127px;
	}
	.swiper-slide .balcony-shapes__img-wrapper {
		height: 138px;
	}
}
@media screen and (max-width: 992px) {
    .balcony-shapes {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .balcony-shapes__title {
        margin-bottom: 25px;
    }
	.balcony-shapes__list {
		grid: none/repeat(2, 1fr);
	}
	.swiper-slide .balcony-shapes__img-wrapper {
		height: 131px;
	}
}
@media screen and (min-width: 768px) {
	.price__economy {
		margin-top: 18px;
	}
}
@media screen and (max-width: 767px) {
    .balcony-shapes {
        padding-top: 35px;
    }
    .balcony-shapes_nav {
        margin-bottom: 35px;
    }
	.balcony-shapes__img-wrapper {
		display: block;
		height: auto;
	}
	.balcony-shapes__list {
		gap: 30px;
	}
}
@media screen and (max-width: 670px) {
    .balcony-shapes__list {
        grid: none/repeat(1, 1fr);
    }
    .balcony-shapes__item {
        max-width: 313px;
    }
}