.compare__section-title {
	margin-bottom: 40px;
}

.compare .select-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px 0;
	border: 1px solid #F0F0F0;
	height: 52px;
	background: #FFFFFF;
	border: 2px solid #F0F0F0;
	border-radius: 12px;
	width: 100%;
	position: relative;
}

.compare .model-group {
	width: 100%;
}

.compare .select-group.selected {
	width: calc(100% - 36px);
}

.compare .select-group__close-btn {
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare .select-group__close-btn:after,
.compare .select-group__close-btn:before {
	content: '';
	width: 12px;
	height: 1px;
	background: #000000;
	position: absolute;
}

.compare .select-group__close-btn:after {
	transform: rotate(-45deg);
}
.compare .select-group__close-btn:before {
	transform: rotate(45deg);
}

.compare .select-group__placeholder  {
	margin-top: 35px;
	display: block;
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.compare .select-group.active {
	border-color: #54B435;
}

.compare .select-group__title {
	padding-left: 12px;
	display: block;
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	color: #54B435;
	text-transform: uppercase;
}


.compare__top-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.compare .top-block .select-group {
	margin-right: 36px;
}

.compare__models-group {
	margin-top: 25px;
	display: grid;
	grid-gap: 0 30px;
	grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
}

.compare__compare-block + .compare-block {
	margin-top: 45px;
}

.compare .section-title {
	font-size: 28px;
}

.compare .select-group .selected__name {
	padding: 0 12px;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #959595;
	display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;   
}

@media (max-width: 960.99px) {
	.compare__models-group {
		display: flex;
		flex-direction: column;
		grid-gap: 0;
		gap: 34px 0;
	}

	.compare__models-group .select-group {
		max-width: 100%;
	}

	.compare__model-group {
		display: flex;
		align-items: center;
		gap: 0 34px;
	}

	.select-group__placeholder {
		margin-top: 0;
	}

}

@media (max-width: 768.99px) {
	.compare__top-block {
		display: flex;
		gap: 32px 0;
		flex-direction: column;
	}

	.select-group.selected {
		max-width: 100%;
	}

	.compare__model-group {
		flex-direction: column;
		align-items: flex-start;
	}
}



.select2-container {
	max-width: 100%;
}


.select2-container--default .select2-selection--single {
	border: unset;
	background: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__rendered {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #959595;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #262626;
	padding-left: 12px;
	padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75882 9.62093C8.71588 9.5823 8.66537 9.5521 8.61018 9.53206C8.55498 9.51201 8.49618 9.50251 8.43713 9.5041C8.37808 9.50569 8.31993 9.51834 8.26602 9.54133C8.2121 9.56431 8.16346 9.59718 8.12289 9.63806C8.08232 9.67894 8.0506 9.72702 8.02954 9.77957C8.00849 9.83212 7.99851 9.8881 8.00018 9.94432C8.00185 10.0005 8.01514 10.0559 8.03928 10.1072C8.06342 10.1586 8.09794 10.2049 8.14088 10.2435L12.1885 13.883C12.272 13.9581 12.3826 14 12.4975 14C12.6124 14 12.7229 13.9581 12.8064 13.883L16.8545 10.2435C16.8984 10.2051 16.9338 10.1588 16.9587 10.1073C16.9837 10.0558 16.9976 10.0001 16.9997 9.94338C17.0018 9.88669 16.9921 9.83017 16.9711 9.77709C16.95 9.72402 16.9182 9.67545 16.8773 9.6342C16.8363 9.59296 16.7872 9.55987 16.7328 9.53685C16.6783 9.51383 16.6196 9.50134 16.5601 9.5001C16.5005 9.49887 16.4413 9.50891 16.3858 9.52966C16.3304 9.5504 16.2798 9.58142 16.237 9.62093L12.4975 12.9829L8.75882 9.62093Z' fill='%23262626'/%3E%3C/svg%3E%0A");
	width: 24px;
	height: 24px;
	top: 0;
	right: 6px;
	transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
	transform: scale(1,-1) translateY(50%);
}

.select2-dropdown {
	border-color: #54B435!important;
	border-width: 2px!important;
}

.select2-results__option {
	padding: 0 12px;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	color: #959595;
	display: -webkit-box; 
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;   
}

.select2-search--dropdown {
	padding-left: 12px!important;
	padding-right: 12px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #D5EBCD!important;
	border-color: #54B435;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: transparent;
}

.select2-results__option {
	padding: 8px 14px;
	min-height: 35px;
	display: flex;
	align-items: center;
	padding-left: 11px;
	border-left: 3px solid transparent;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #262626!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0.5px solid #E4E4E4;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    width: 100%;
    padding: 0 12px;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 18px;
}
