#endDateSection,
#timeRangeSection,
#tariffSection,
#startTimeSection{
	display: none;
}

#endDateSection.visible,
#timeRangeSection.visible,
#tariffSection.visible,
#startTimeSection.visible{
	display: flex;
}

.crm-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	user-select: none;
}

.crm-content-wrapper__title {
	font-size: 14pt;
}

.crm-content-wrapper__content {

}

.crm-controls-section.product-section__dates-select {
    position: relative;
    display: flex;
	flex-flow: column;
    gap: 32px;
}

.range-picker-wrapper {
	display: inline-block;
}

.range-picker {
	font-size: 2rem;
	display: flex;
    border-radius: 8px;
	background: #2a2731;
}

.range-picker-button {
	padding: 8px 12px;
	white-space: nowrap;
	cursor: pointer;
	text-transform: lowercase;
}

.range-picker-button:first-child {
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}

.range-picker-button:last-child {
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

.range-picker-button:hover,
.range-picker-button.active {
	background: #dbf40c;
	color: black;
}

.range-picker-button:hover {
	opacity: 0.6;
}

.time-range-selector {
	display: flex;
	flex-flow: wrap;
	gap: 8px;
}

.time-range-selector__item {
	font-size: 9pt;
	padding: 8px 16px;
	font-weight: 600;
	line-height: 150%;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	background: #2f2f2f;
}

.time-range-selector__item.active {
	background: #dbf40c;
	color: #000;
	transition: all 0.3s;
}

.rent-info {
	display: flex;
	flex-direction: column;
	gap:8px;
	padding: 8px 0;
	font-size: 11pt;
	margin-bottom: 16px;
}

.rent-info__row {
	display: flex;
}

.rent-info__row-caption {
	flex-grow: 1;
	flex-basis: 0;
}

.rent-info__row-value {
	flex-grow: 1;
	flex-basis: 0;
	text-align: right;
}

.deposit-row {
	color: white;
}

.deposit-row-info {
	color: white;
	font-size: 8pt;
}

.product-section__title-wrapper {
	margin-bottom: 4.8rem;
}

.product-section__back-link {
	margin-bottom: 32px;
	display: flex;
	gap: 4px;
	font-weight: 600;
}

.product-section__title {
}

.step-title {
	font-weight: 600;
	color: #e4ff00;
}

.rent-discount {
	color: #e4ff00;
}

.rent-discount-sum {
	text-decoration: line-through;
	color: #974757;
}

.agreement-block {
	display: flex;
	gap: 8px;
}

.agreement-link {
	font-size: 12px;
	font-weight: 300;
}
