.deckcalc *:focus-visible {
	outline: none !important;
}
.deckcalc {
	font-family: Inter;
	display: flex;
    flex-direction: column;
    gap: 1.6rem;
	font-size: 2rem;
	margin: 15.7rem 0;
	color: #000;
}
.deckcalc-container {
	width: 131.4rem;
	margin: 0 auto;
}
.deckcalc h2 {
	display: flex;
    gap: 1rem;
    align-items: center;
	font-size: 3.2rem;
    font-weight: 500;
    line-height: 3.873rem;
    margin-bottom: 3.5rem;
}
.deckcalc h2 a {
	display: flex;
    width: 2.1rem;
    height: 2.1rem;
}
.deckcalc-section {
	margin-bottom: 4.4rem;
}
.deckcalc-section:last-child {
	margin-bottom: 3.5rem;
}
.deckcalc-section-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
    gap: 6rem;
	padding: 3.7rem 3.3rem 5rem 4.1rem;
	border: 1px solid #00000026;
	box-shadow: 4px 4px 15px 0px #211710;
}
.deckcalc-section-name {
	position: absolute;
    top: 1.9rem;
    right: 1.9rem;
    font-size: 4rem;
    font-weight: 900;
    line-height: 4.841rem;
    color: #6F6E6E4D;
}
.deckcalc-section-block {
	
}
.deckcalc-results {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	font-weight: 600;
}
.deckcalc-results-deck-platform {
	
}
.deckcalc-results-total-cost {
	font-size: 2.8rem;
}


.deckcalc-sliders {
	display: flex;
    flex-direction: column;
    gap: 2rem;
}
.deckcalc-slider {
	display: flex;
    align-items: flex-start;
}
.deckcalc-slider-info {
	width: 19.2rem;
    display: flex;
    gap: 0.4rem;
}
.deckcalc-slider-name {
	width: 7.72rem;
	font-size: 2rem;
    line-height: 2.42rem;
    color: #6F6E6E;
}
.deckcalc-slider-value {
	font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.4rem;
}
.deckcalc-slider-unit {
	font-size: 1.4rem;
    line-height: 2.8rem;
}
.deckcalc-slider-field-wrapper {
	width: calc(100% - 20rem);
	overflow: hidden;
    padding: 0 1.1rem;
}
.deckcalc-slider-line {
    border: none !important;
	height: 1.8rem;
	background: unset !important;
}
.deckcalc-slider-line:after {
	content: "";
	position: relative;
	top: 6px;
	display: flex;
	width: 100%;
	height: 0.4rem;
    background: #8D8D8D4D;
}
.deckcalc-slider .ui-slider-handle {
	top: 0;
	width: 1.8rem;
	height: 1.8rem;
	background: unset;
	border: none !important;
	background-image: url('../../images/slider-handle.svg');
	background-repeat: no-repeat;
	background-size: contain;
	
}
.deckcalc-slider .ui-slider-handle:before {
	content: "";
	display: flex;
    width: 100vw;
    height: 0.4rem;
    background-color: #A94B08;
    position: absolute;
    top: 0.6rem;
    right: 1.4rem;
}
.deckcalc-slider-range {
	position: relative;
    top: 0rem;
    left: -0.8rem;
	display: flex;
    justify-content: space-between;
	font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.694rem;
	color: #8D8D8D;
}
.deckcalc-slider-max {
	/*position: relative;
    right: -1.2rem;*/
}

.deckcalc-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 3.5rem;
}
.deckcalc-item {
	position: relative;
	display: flex;
	gap: 3.7rem;
	width: 36rem;
    height: 14rem;
	outline: 0.3rem solid #8D8D8D;
    border-radius: 0.8rem;
	box-shadow: 0.3rem 0.3rem 0.73rem 0 #00000040;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}
.deckcalc-item.active {
	outline: 0.5rem solid #A94B08;
	box-shadow: 0.3rem 0.3rem 0.73rem 0 #A94B0880;

}
.deckcalc-item input {
	display: none;
}
.deckcalc-item input[type="radio"] + span {
	position: absolute;
	top: 2.8rem;
    right: 1.8rem;
	width: 1.9rem;
	height: 1.8rem;
	background-image: url('../../images/radio.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.deckcalc-item input[type="radio"]:checked + span {
	background-image: url('../../images/radio-active.svg');
}
.deckcalc-item input[type="checkbox"] + span {
	position: absolute;
	top: 2.8rem;
    right: 1.8rem;
	width: 1.9rem;
	height: 1.8rem;
	background-image: url('../../images/checkbox.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.deckcalc-item input[type="checkbox"]:checked + span {
	top: 2rem;
    right: 0.8rem;
	width: 3.1rem;
	height: 2.7rem;
	background-image: url('../../images/checkbox-active.svg');
}
.deckcalc-item-image {
	width: 14.5rem;
}
.deckcalc-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.deckcalc-item-name {
	font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.178rem;
	width: 12.6rem;
    margin-top: 4.4rem;
}
.deckcalc-items > div {
	width: 36rem;
}
.deckcalc-results {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 3.026rem;
	padding-right: 3.3rem;
}