.ceny {
    padding-top: 50px;
    padding-bottom: 60px;
}
.ceny:has(+ .faq) {
	padding-bottom: 0px !important;
}
.ceny:has(.head) {
	padding-top: 0px !important;
}
.ceny__group {
    margin-bottom: 30px;
}
.ceny__title {
	margin-bottom: 30px;
}
.ceny__desc {
	margin-bottom: 30px;
}
.ceny__list.list td:last-of-type {
	color: inherit;
}
.ceny__list.list td, 
.ceny__list.list th {
	padding-top: 14px;
	padding-bottom: 14px;
	height: 47px;
}
.ceny__list.list th {
	font-size: 16px;
	font-weight: 700;
}
.ceny__items-block {
	display: block;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__items-title {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__items-wrapper {
	display: block;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: -35px -25px 0px -25px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__item {
	display: inline-block;
	vertical-align: top;
	margin: 35px 25px 0px 25px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: calc(25% - (25px * 2));
	text-align: center;
}
.ceny__item-icon {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 65px;
}
.ceny__item-icon img {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__item-title {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
}
.ceny__item-text {
	display: block;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 16px;
	line-height: 24px;
}
.ceny__tables-wrapper {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
.ceny__tables-wrapper.--cropped {
	height: 550px;
}
.ceny__tables {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
}
.ceny__tables-columns {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px 30px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__tables-column {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
	max-width: calc(50% - calc(30px / 2));
}
.ceny__tables-items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 30px 30px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__tables-item {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 100%;
}
.ceny__tables-item-title {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__tables-item-content {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.ceny__tables-item-title + .ceny__tables-item-content {
	margin-top: 10px;
}
.ceny__tables-more {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 20;
}
.ceny__tables-wrapper:not(.--cropped) .ceny__tables-more {
	display: none;
}
.ceny__tables-more-overlay {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%);
	z-index: 0;
}
.ceny__tables-more-text {
	display: block;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	z-index: 10;
}
.ceny__tables-more-text > span {
    text-decoration: none;
    outline: 0;
    transition: var(--transition-duration);
    border-bottom: 1px solid var(--primary-color);
	color: var(--primary-color);
	cursor: pointer;
}
.ceny__tables-more-text > span:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
@media screen and (max-width: 1220px) {
	.ceny__list.list {
		overflow: auto;
	}
	.ceny__list.list::-webkit-scrollbar-track {
		background-color: #e0e0e0;
	}
	.ceny__list.list::-webkit-scrollbar {
		height: 4px;
	}
	.ceny__list.list::-webkit-scrollbar-thumb {
		background-color: var(--primary-color);
	}
	.ceny__list.list table {
		width: 1200px;
	}
	.ceny.--rembalks .ceny__list.list table {
		width: 100%;
	}
	.ceny__tables-column {
		max-width: 100%;
	}
}
@media screen and (min-width: 993px) and (max-width: 1220px) {
	.ceny__items {
		margin-left: -30px;
		margin-right: -30px;
	}
	.ceny__item {
		margin-left: 30px;
		margin-right: 30px;
		width: calc(50% - (30px * 2));
	}
}
@media screen and (max-width: 992px) {
	.ceny {
		padding-top: 40px;
		padding-bottom: 45px;
	}
	.ceny__group {
		margin-bottom: 20px;
	}
	.ceny__desc {
		margin-bottom: 20px;
	}
	.ceny__item {
		width: calc(50% - (25px * 2));
	}
	.ceny__item-title {
		margin-top: 15px;
		font-size: 17px;
		line-height: 25px;
	}
	.ceny__item-text {
		margin-top: 10px;
		font-size: 15px;
		line-height: 23px;
	}
	.ceny__tables-columns {
		gap: 25px 25px;
	}
	.ceny__tables-items {
		gap: 25px 25px;
	}
	.ceny__tables-item-title + .ceny__tables-item-content {
		margin-top: 5px;
	}
}
@media screen and (max-width: 767px) {
	.ceny__list.list td, 
	.ceny__list.list th {
		width: 100%;
	}
	.ceny__items-block {
		margin-top: 35px;
	}
	.ceny__items-wrapper {
		margin-top: 30px;
	}
	.ceny__items {
		margin-top: -30px;
	}
	.ceny__item {
		margin-top: 30px;
		width: calc(100% - (25px * 2));
	}
	.ceny__item-icon {
		height: auto;
	}
	.ceny__item-title br, 
	.ceny__item-text br {
		display: none;
	}
	.ceny__tables-more-text {
		line-height: 22px;
	}
	.ceny__tables-more-overlay {
		background: linear-gradient(180deg,rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 95%);
	}
}
@media screen and (max-width: 520px) {
	.ceny__items-wrapper {
		margin-top: 25px;
	}
	.ceny__items {
		margin-top: -25px;
	}
	.ceny__item {
		margin-top: 25px;
	}
	.ceny__item-title {
		margin-top: 12px;
	}
	.ceny__item-text {
		margin-top: 8px;
	}
}
@media screen and (max-width: 480px) {}