.comparison {
    padding-top: 45px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
}
.comparison__title {
    margin-bottom: 40px;
}
.comparison__table {
    overflow-x: auto;
	padding-bottom: 20px;
}
.comparison__table::-webkit-scrollbar-track, 
.comparison__table::-webkit-scrollbar {
	background-color: #e0e0e0;
	border-radius: 12px;
}
.comparison__table::-webkit-scrollbar {
	height: 6px;
}
.comparison__table::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	border-radius: 12px;
}
.comparison__table:after {
	--transition-easing: linear;
	--transition-duration: 0.3s;
	content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 240px;
	height: calc(100% - (20px + 6px));
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
	z-index: 50;
	visibility: visible;
	opacity: 1;
	transition: visibility var(--transition-duration) var(--transition-easing) var(--transition-duration), opacity var(--transition-duration) var(--transition-easing);
}
.comparison__table.--no-gradient:after {
	opacity: 0;
	visibility: hidden;
	transition: visibility var(--transition-duration) var(--transition-easing), transform var(--transition-duration) var(--transition-easing);
}
.table table {
    /*display: block;*/
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    border-collapse: collapse;
	z-index: 10;
}
/*
.table thead, 
.table tbody, 
.table tfoot {
	display: block;
	width: 100%;
}
.table tr {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
*/
.table tr td {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.table tr td:last-of-type {
    border-right: none;
}
.table th {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}
.table th:last-of-type {
    border-right: none;
}
.table td,
.table th {
	/*width: 100%;*/
	min-width: 144px;
    transition: var(--transition-duration);
}
.table td.--hover,
.table th.--hover {
    background-color: var(--secondary-color);
}
.table td {
    padding-top: 14px;
    padding-bottom: 15px;
}
.table td.sides-padding {
	padding-left: 10px;
	padding-right: 10px;
}
.table td.sides-nowrap {
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: keep-all;
	line-break: auto;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: nowrap;	
}
.table td svg {
    margin-left: auto;
    margin-right: auto;
}
.table-title {
    color: #000;
    font-weight: 500;
    text-align: left;
    border-right: 1px solid #e6e6e6;
}
.table td.table-title, 
.table th.table-title {
	width: 154px;
	min-width: 154px;
	max-width: 154px;
}
.table-item__img {
    display: flex;
    justify-content: center;
    height: 100px;
    margin-bottom: 8px;
}
.comparison.comparison_razdelenie .table-item__img {
	border-radius: 4px;
}
.comparison.comparison_razdelenie .table-item__img img {
	border-radius: inherit;
}
.table-item__title {
    font-size: 18px;
    font-weight: 500;
}
.comparison.comparison_razdelenie .table-item__title, 
.comparison.comparison_woods .table-item__title {
	padding-left: 12px;
	padding-right: 12px;
	overflow-wrap: normal;
	word-wrap: normal;
	word-break: keep-all;
	line-break: auto;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: nowrap;
}
.table-item__title a, 
.table td a {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.table-item__title a:hover, 
.table td a:hover {
	color: var(--primary-color-active);
    border-color: transparent;
}
.comparison .colors__item {
    margin-right: 5px;
}
.comparison .colors__item:last-of-type {
    margin-right: 0px;
}
@media screen and (min-width: 1221px) {
	.comparison.comparison_cold .table td.table-title, 
	.comparison.comparison_cold .table th.table-title, 
	.comparison.comparison_half .table td.table-title, 
	.comparison.comparison_half .table th.table-title, 
	.comparison.comparison_custom .table th.table-title, 
	.comparison.comparison_custom .table th.table-title, 
	.comparison.comparison_razdelenie .table th.table-title, 
	.comparison.comparison_razdelenie .table th.table-title {
		width: 370px;
		min-width: 370px;
		max-width: 370px;
	}
	/*
	.comparison.comparison_custom .table td.table-item,
	.comparison.comparison_custom .table th.table-item {
		width: 50%;
	}
	*/
}
@media screen and (max-width: 1220px) {
	.comparison.comparison_cold .table td.table-title, 
	.comparison.comparison_cold .table th.table-title, 
	.comparison.comparison_half .table td.table-title, 
	.comparison.comparison_custom .table th.table-title, 
	.comparison.comparison_custom .table th.table-title, 
	.comparison.comparison_razdelenie .table th.table-title, 
	.comparison.comparison_razdelenie .table th.table-title {
		width: 200px;
		min-width: 200px;
		max-width: 200px;
	}
	.comparison__table:after {
		display: none !important;
	}
}
@media screen and (min-width: 993px) and (max-width: 1220px) {
	/*
	.comparison.comparison_custom .table td.table-item,
	.comparison.comparison_custom .table th.table-item {
		width: 50%;
	}
	*/
}
@media screen and (max-width: 992px) {
    .comparison {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .comparison__title {
        margin-bottom: 30px;
    }
    .table table {
        font-size: 13px;
        line-height: 20px;
    }
    .table td,
    .table th {
        min-width: 120px;
		padding-left: 10px;
		padding-right: 10px;
    }
    .table th {
        padding-bottom: 10px;
    }
    .table td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .table-item__title {
        font-size: 16px;
        margin-bottom: 2px;
    }
}