@media ( max-width: 576px ) {
html {
	font-size: 2.666666666666667vw;
}

.desc {
	display: none !important;
}
.mobile {
	display: block !important;
}

.deckcalc-container {
	width: 100%;
}
.deckcalc-section-wrapper {
	gap: 3rem;
	padding: 2rem;
    margin: 0 1rem;
}

.deckcalc h2 {
	font-size: 2rem;
    line-height: 100%;
    margin-bottom: 2.5rem;
}

.deckcalc-slider {
    justify-content: space-between;
}
.deckcalc-slider-name {
	width: 6rem;
	font-size: 1.6rem;
    line-height: 100%;
}
.deckcalc-slider-field-wrapper {
    width: calc(100% - 14rem);
}
.deckcalc-slider-field {
	width: 100% !important;
}
.deckcalc-slider-value {
	font-size: 1.6rem;
    line-height: 100%;
}
.deckcalc-slider-unit {
	font-size: 1.2rem;
    line-height: 100%;
}


.deckcalc-slider-info {
	align-items: flex-end;
    gap: 0.1rem;
	width: 10.5rem;
}


.deckcalc-section-block-wrapper {
	flex-direction: column;
}
.deckcalc-section-block-calc {
	width: 100%;
}
.deckcalc-section-sidebar {
	width: 100%;
}

.deckcalc-items {
	flex-direction: column;
}
.deckcalc-item {
	width: 100%;
    height: 11rem;
	gap: 3rem;
}
.deckcalc-item-image {
	width: 12rem;
    min-width: 12rem;
}
.deckcalc-item-name {
	font-size: 1.6rem;
    line-height: 100%;
	margin-top: 3.5rem;
}
.deckcalc-item input[type="radio"] + span {
	top: 1.5rem;
    right: 1.3rem;
}
.deckcalc-item input[type="checkbox"] + span {
	top: 1.9rem;
    right: 1.4rem;
}
.deckcalc-item-select {
	width: 11.5rem;
	width: 15rem;
	font-size: 1.2rem;
    line-height: 1.56rem;
}

.deckcalc-results-tile-wrapper {
	width: calc(100% + 1.4rem);
	z-index: 1;
}
.deckcalc-results-tile {
	position: relative;
    left: -0.7rem;
    width: 100%;
	min-width: auto;
	padding: 1.4rem 0;
}

.deckcalc-results {
	flex-direction: column-reverse;
    gap: 2rem;
    align-items: flex-end;
}
.deckcalc-results-total-cost {
	font-size: 2rem;
    line-height: 100%;
}
.deckcalc-send {
	font-size: 1.4rem;
	padding: 1.3rem 2.04rem;
}




.clarification-toggle {
	position: relative;
    top: 0.7rem;
	width: auto !important;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 100%;
	color: #434A50;
	text-decoration: underline;
}
.deckcalc h2 {
	justify-content: space-between;
}
.deckcalc-section-clarification {
	position: fixed;
    top: 50px;
    left: 2.45rem;
    width: calc(100% - 4.9rem);
    height: 31rem;
    background-color: #fff;
    border: 0.1rem solid #c9c9c9;
    padding: 1.2rem;
    box-sizing: border-box;
    box-shadow: 3px 3px 7px 0px #00000040;
    border-radius: 0.4rem;
    overflow: auto;
    z-index: 10;
	display: none;
}
.clarification-open .deckcalc-section-clarification {
	display: block;
}
.deckcalc-section-clarification-close {
	position: absolute;
    top: 1.2rem;
    right: 1.2rem;
}

.deckcalc-section-sidebar h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
	font-weight: 700;
	color: #5F676F;
	margin-left: 0;
}
.deckcalc-section-clarification-title {
	font-size: 1.4rem;
    padding: 1rem 4.2rem 1rem 1rem;
}
.deckcalc-section-clarification-text {
	padding: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.deckcalc-over {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 9;
	display: none;
}
.deckcalc-over.open {
	display: block;
}
