html {
	/*font-size: 0.6944444444444444vw;*/
}
.mobile {
	display: none !important;
}
.deckcalc {
	font-family: Inter !important;
	display: flex;
    flex-direction: column;
    gap: 0.7916666667rem;
	font-size: 0.9895833333rem;
	/*margin: 7.7682291667rem 0;*/
	color: #181D27;
}
.deckcalc * {
	font-family: Inter !important;
}
.deckcalc *:focus-visible {
	outline: none !important;
}
.deckcalc-container {
	position: relative;
/*    left: -7.9166666667rem;
	width: 71.25rem;
	margin: 0 auto; */
}
.deckcalc h2 {
	display: flex;
    gap: 0.4947916667rem;
    align-items: center;
	font-size: 1.5833333333rem;
    font-weight: 500;
    line-height: 1.916328125rem;
    margin-bottom: 1.484375rem;
}
.deckcalc h2 a {
	display: flex;
    width: 1.0390625rem;
    height: 1.0390625rem;
}
.deckcalc-section {
	margin-bottom: 2.1770833333rem;
}
.deckcalc-section:last-child {
	margin-bottom: 1.7317708333rem;
}
.deckcalc-section-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
    gap: 1.9791666667rem;
	padding: 2.4739583333rem 2.96875rem 1.9791666667rem;
	border: 0.0494791667rem solid #00000026;
	box-shadow: 0.1979166667rem 0.1979166667rem 0.7421875rem 0 #21171042;
	box-sizing: border-box;
	border-radius: 0.3958333333rem;
}
.deckcalc-section-name {
	position: absolute;
    top: 0.9401041667rem;
    right: 0.9401041667rem;
    font-size: 1.9791666667rem;
    font-weight: 900;
    line-height: 2.3952864583rem;
    color: #6F6E6E4D;
}
.deckcalc-section-block-wrapper {
	display: flex;
    justify-content: space-between;
}
.deckcalc-section-block-calc {
	width: 37.4557291667rem;
	z-index: 1;
}
.deckcalc-section-sidebar {
	width: 22.3151041667rem;
}
.deckcalc-section-block {
	
}
.deckcalc-results {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.484375rem;
}
.deckcalc-results-deck-platform {
	
}
.deckcalc-results-total-cost {
	font-size: 1.2369791667rem;
    font-weight: 500;
}
.deckcalc-results-total-cost p:last-child {
	font-size: 0.7916666667rem;
}


.deckcalc-sliders {
	display: flex;
    flex-direction: column;
    gap: 0.9895833333rem;
}
.deckcalc-slider {
	display: flex;
    align-items: flex-start;
}
.deckcalc-slider-info {
	width: 9.5rem;
    display: flex;
    gap: 0.1979166667rem;
}
.deckcalc-slider-name {
	width: 3.8197916667rem;
	font-size: 0.9895833333rem;
    line-height: 1.1973958333rem;
    color: #6F6E6E;
}
.deckcalc-slider-value {
	font-size: 1.0885416667rem;
    font-weight: 600;
    line-height: 1.1875rem;
}
.deckcalc-slider-unit {
	font-size: 0.6927083333rem;
    line-height: 1.3854166667rem;
}
.deckcalc-slider-field-wrapper {
	width: calc(100% - 15.8333333333rem);
	overflow: hidden;
    padding: 0 0.5442708333rem;
}
.deckcalc-slider-line {
    border: none !important;
	height: 0.890625rem;
	background: unset !important;
}

.deckcalc-slider-line:after {
	content: "";
	position: relative;
	top: 0.296875rem;
	display: flex;
	width: 100%;
	height: 0.1979166667rem;
    background: #8D8D8D4D;
}


.deckcalc-slider .ui-slider-handle {
	top: 0;
	width: 0.890625rem;
	height: 0.890625rem;
	margin-left: -0.4453125rem;
	background: unset;
	border: none !important;
	background-image: url('../../images/slider-handle.svg');
	background-repeat: no-repeat;
	background-size: contain;
	
}

.deckcalc-slider-line .ui-slider-range {
	top: 0.296875rem;
    height: 0.1979166667rem;
    background: #A94B08;
}
/*
.deckcalc-slider .ui-slider-handle:before {
	content: "";
	display: flex;
    width: 100vw;
    height: 0.1979166667rem;
    background-color: #A94B08;
    position: absolute;
    top: 0.296875rem;
    right: 0.6927083333rem;
}
*/
.deckcalc-slider-range {
	position: relative;
    top: 0rem;
    left: -0.1979166667rem;
	display: flex;
    justify-content: space-between;
	font-size: 0.6927083333rem;
    font-weight: 500;
    line-height: 0.8378802083rem;
	color: #8D8D8D;
}
.deckcalc-slider-max {
	/*position: relative;
    right: -0.59375rem;*/
}

.deckcalc-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 1.7317708333rem;
}
.deckcalc-item {
	position: relative;
	display: flex;
	gap: 1.8307291667rem;
	width: 17.8125rem;
    height: 6.9270833333rem;
	outline: 0.1484375rem solid #8D8D8D;
    border-radius: 0.3958333333rem;
	box-shadow: 0.1484375rem 0.1484375rem 0.3611979167rem 0 #00000040;
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
}
.deckcalc-item.active {
	outline: 0.2473958333rem solid #A94B08;
	box-shadow: 0.1484375rem 0.1484375rem 0.3611979167rem 0 #A94B0880;

}
.deckcalc-item.disabled {
	opacity: 0.5;
	cursor: default;
}
.deckcalc-item input {
	display: none;
}
.deckcalc-item input[type="radio"] + span {
	position: absolute;
	top: 1.3854166667rem;
    right: 0.890625rem;
	width: 0.9401041667rem;
	height: 0.890625rem;
	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: 1.3854166667rem;
    right: 0.890625rem;
	width: 0.9401041667rem;
	height: 0.890625rem;
	background-image: url('../../images/checkbox.svg');
	background-repeat: no-repeat;
	background-size: contain;
}
.deckcalc-item input[type="checkbox"]:checked + span {
	top: 0.9895833333rem;
    right: 0.3958333333rem;
	width: 1.5338541667rem;
	height: 1.3359375rem;
	background-image: url('../../images/checkbox-active.svg');
}
.deckcalc-item-image {
	width: 7.1744791667rem;
	min-width: 7.1744791667rem;
}
.deckcalc-item-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.deckcalc-item-name {
	font-size: 0.890625rem;
    font-weight: 500;
    line-height: 1.07765625rem;
	width: 6.234375rem;
    margin-top: 2.1770833333rem;
}
.deckcalc-item-info label {
	font-size: 0.6927083333rem;
}
.deckcalc-item-select {
	background-color: #fff;
	background-image: url('../../images/select-arrow.svg');
	background-repeat: no-repeat, repeat;
	background-position: right 0.0826302083rem top 35%, 0 0;
	width: 11.0833333333rem;
	width: 7.9166666667rem;
	border: none;
    border-bottom: 0.0494791667rem solid #000000;
	padding: 0.3958333333rem 0 0.1979166667rem;
    /*padding-bottom: 0.1979166667rem;*/
    font-family: 'Inter';
    font-weight: 400;
    font-size: 0.59375rem;
    line-height: 0.771875rem;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.deckcalc-item-select::-ms-expand {
	display: none;
}
.deckcalc-items > div {
	width: 17.8125rem;
}
.deckcalc-results {
	font-size: 1.2369791667rem;
	font-weight: 500;
	line-height: 1.4972395833rem;
	padding-right: 1.6328125rem;
}


.deckcalc-section-sidebar h3 {
	font-weight: 500;
    font-size: 0.890625rem;
    line-height: 100%;
	margin: 0 0 0.3463541667rem 0.7916666667rem;
}
.deckcalc-section-clarification-title {
	position: relative;
	font-weight: 500;
    font-size: 0.7916666667rem;
    line-height: 100%;
	color: #5F676F;
    padding: 0.7916666667rem 2.375rem 0.7916666667rem 0.7916666667rem;
	border-bottom: 0.0494791667rem solid #CED4DA;
    box-sizing: border-box;
	cursor: pointer;
}
.deckcalc-section-clarification-title:after {
	content: "";
	position: absolute;
	right: 0.7916666667rem;
	width: 0.7916666667rem;
	height: 0.7916666667rem;
	background-image: url('../../images/clarification-arrow.svg');
	background-repeat: no-repeat;
	background-position: center;
}
.deckcalc-section-clarification-text-wrapper {
	max-height: 0;
    overflow: hidden;
}
.deckcalc-section-clarification-text {
	font-size: 0.6927083333rem;
    line-height: 0.9895833333rem;
    padding: 0.7916666667rem;
    color: #737D86;
}
.deckcalc-section-clarification-title.open:after {
	transform: rotate(180deg);
}
.deckcalc-section-clarification-title.open + .deckcalc-section-clarification-text-wrapper {
	max-height: unset;
}

.deckcalc-send {
    font-size: 0.7421875rem;
    line-height: 100%;
    font-weight: 600;
	background-color: #BA7341;
    color: #fff;
    padding: 0.7916666667rem;
	padding: 1.0390625rem 0.9401041667rem;
    border-radius: 0.3958333333rem;
	box-shadow: 0.1484375rem 0.1484375rem 0.3463541667rem 0 #A94B0880;
    text-decoration: none;
	box-sizing: border-box;
    text-align: center;
	display: none;
}

.deckcalc-results-tile-wrapper {
	position: sticky;
    bottom: 0.9895833333rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
	gap: 0.7916666667rem;
		visibility: hidden;                  /* NEW: скрыто, пока юзер не дошёл до Floor Material */
	opacity: 0;                          /* NEW: для плавного появления */
	transition: opacity 0.3s linear;     /* NEW: анимация появления/исчезновения */
}
.deckcalc-results-tile-wrapper.is-visible {   /* NEW: класс-показ, его навешивает JS */
	visibility: visible;
	opacity: 1;
}
.deckcalc-results-tile {
	min-width: 13.8541666667rem;
    font-size: 0.9895833333rem;
    line-height: 100%;
	font-weight: 500;
    background-color: #E3C4A1;
    padding: 0.890625rem 0;
    text-align: center;
    border-radius: 0.296875rem;
    border: 0.0494791667rem solid #BA7341;
    box-sizing: border-box;
    box-shadow: 0.1484375rem 0.1484375rem 0.3463541667rem 0 #A94B0880;
}
.deckcalc-results-tile p:last-child {
	font-weight: 300;
	font-size: 0.6927083333rem;
	line-height: 100%;
}



.deckcalc-modal-wrapper {
	font-family: 'Inter';
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 39.5833333333rem;
	max-height: 90%;
	display: flex;
    flex-direction: column;
	padding: 1.8307291667rem 6.9765625rem 2.7708333333rem;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border: 0.0494791667rem solid #00000026;
    box-shadow: 0.1979166667rem 0.1979166667rem 0.7421875rem 0 #211710;
    border-radius: 0.3958333333rem;
	overflow-y: auto;
    z-index: 1001;
	display: none;
}
.deckcalc-modal-wrapper::-webkit-scrollbar {
	width: 0;
}
.deckcalc-modal-close {
	position: absolute;
	top: 0.4947916667rem;
	right: 0.4947916667rem;
	color: #181D27;
    transform: rotate(45deg);
	text-decoration: none;
}
.deckcalc-modal-form {
	display: flex;
    flex-direction: column;
	align-items: center;
	width: 100%;
}
.deckcalc-modal-form h2 {
	font-weight: 500;
    font-size: 1.5833333333rem;
    line-height: 100%;
    margin-bottom: 0.0494791667rem;
}
.deckcalc-modal-form h4 {
	font-weight: 500;
    font-size: 0.9895833333rem;
    line-height: 100%;
    margin-bottom: 0.6432291667rem;
}
.deckcalc-modal-form p {
	display: flex;
    height: 3.5625rem;
    font-size: 0.7916666667rem;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0.9895833333rem;
    align-items: center;
    flex-wrap: nowrap;
}
.deckcalc-modal label {
	display: flex;
    flex-direction: column;
    gap: 0.296875rem;
	width: 19.7916666667rem;
	margin-bottom: 0.9895833333rem;
}
.deckcalc-modal label.deckcalc-label-checkbox {
	flex-direction: row;
    align-items: center;
    gap: 0.6432291667rem;
}
.deckcalc-modal label span {
	font-size: 0.7916666667rem;
    line-height: 100%;
}
.deckcalc-modal label input,
.deckcalc-modal label select {
	width: 100%;
    height: 2.4739583333rem;
	font-size: 0.890625rem;
    line-height: 100%;
    padding: 0 1.0390625rem;
    box-sizing: border-box;
    border: 0.0494791667rem solid #8D8D8D;
    border-radius: 0.3958333333rem;
    box-shadow: 0.1484375rem 0.1484375rem 0.3611979167rem 0 #00000040;
    outline: none;
}
.deckcalc-modal label select {
	color: #8D8D8D;
	background-color: #fff;
	background-image: url('../../images/form-select-arrow.svg');
	background-repeat: no-repeat, repeat;
	background-position: right 0.890625rem top 60%, 0 0;
	background-size: 0.7421875rem;
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}  
.deckcalc-modal label select option { color: #8D8D8D; }  
.deckcalc-modal label select:has(option:checked:not([value])),
.deckcalc-modal label select:has(option:checked:not([value=""])) { color: #181D27; }  
.deckcalc-modal label select:has(option:checked:not([value])) option,
.deckcalc-modal label select:has(option:checked:not([value=""])) option { color: #181D27; } 
.deckcalc-modal label textarea {
	width: 100%;
    height: 3.9583333333rem;
	font-size: 0.890625rem;
    line-height: 100%;
    padding: 0.6432291667rem 1.0390625rem;
    box-sizing: border-box;
    border: 0.0494791667rem solid #8D8D8D;
    border-radius: 0.3958333333rem;
    box-shadow: 0.1484375rem 0.1484375rem 0.3611979167rem 0 #00000040;
    outline: none;
	resize: none;
}
.deckcalc-modal label textarea::-webkit-scrollbar {
	width: 0;
}
.deckcalc-modal label input::placeholder,
.deckcalc-modal label textarea::placeholder {
	color: #8D8D8D;
}
.deckcalc-modal label input[type="checkbox"] {
	display: none;
}
.deckcalc-modal label input[type="checkbox"] + span {
	width: 0.890625rem;
	min-width: 0.890625rem;
	height: 0.890625rem;
	background-image: url('../../images/deckcalc-check.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.deckcalc-modal label input[type="checkbox"]:checked + span {
	background-image: url('../../images/deckcalc-check-active.svg');
}
.deckcalc-modal label p {
	height: auto;
	margin: 0.1484375rem 0 0;
	font-size: 0.59375rem;
	line-height: 100%;
	color: #8D8D8D;
}
.deckcalc-consultation {
	width: 20.78125rem;
	margin-bottom: 1.7317708333rem;
	max-height: 0;
    overflow: hidden;
	transition: max-height 0.1875s linear;
	padding: 0 0.4947916667rem;
	box-sizing: border-box;
}
.deckcalc-consultation.open {
	max-height: 22.265625rem;
}
.deckcalc-modal .deckcalc-consultation input[type="radio"] {
	display: none;
}
.deckcalc-modal .deckcalc-consultation input[type="radio"] + span {
	width: 0.890625rem;
	height: 0.890625rem;
	background-image: url('../../images/deckcalc-radio.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.deckcalc-modal .deckcalc-consultation input[type="radio"]:checked + span {
	background-image: url('../../images/deckcalc-radio-active.svg');
}
.deckcalc-modal-form .deckcalc-consultation span {
	font-size: 0.7916666667rem;
    line-height: 100%;
}
.deckcalc-modal-form .deckcalc-consultation p {
	height: auto;
	margin: 0.1484375rem 0 0.59375rem;
	font-size: 0.59375rem;
	line-height: 100%;
	color: #8D8D8D;
}
.deckcalc-radios {
	display: flex;
    gap: 2.2265625rem;
}
.deckcalc-radios label {
	flex-direction: row;
    gap: 0.4453125rem;
	width: auto;
}
.deckcalc-invalid {
	border-color: #D32F2F !important;
}
.deckcalc-email-send {
	width: 9.8958333333rem;
    height: 2.5729166667rem;
    font-weight: 600;
    font-size: 0.7916666667rem;
    line-height: 100%;
    letter-spacing: 0.1em;
    background-color: #B1470C;
    border-radius: 0.296875rem;
    color: #fff;
	outline: none;
    border: none;
	box-shadow: 0.1484375rem 0.1484375rem 0.3463541667rem 0 #A94B0880;
	cursor: pointer;
}
.deckcalc-email-send:hover {
	background-color: #CE7644;

}
.deckcalc-email-send:disabled,
.deckcalc-email-sended-ok .deckcalc-email-send {
	color: #181D27;
	background-color: #fff;
	box-shadow: 1.484375rem 1.484375rem 3.4635416667rem 0px #8D8D8D;
	cursor: default;
}
.deckcalc-email-sended-ok .deckcalc-email-send {
	cursor: pointer;
}
.deckcalc-email-sended-ok .deckcalc-email-send span {
	display: none;
}
.deckcalc-email-sended-ok .deckcalc-email-send:after {
	content: "CLOSE";
}
.deckcalc-email-result {
	font-size: 0.9895833333rem;
	line-height: 100%;
	font-weight: 500;
	margin-top: 0.7421875rem;
	color: #2E7D32;
	text-align: center;
    display: none;
}
.deckcalc-email-sended-ok .deckcalc-email-result {
	display: block;
}
.deckcalc-email-sended-error .deckcalc-email-result {
	display: block;
	color: #f00;
}
.deckcalc-over {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #21171080;
    z-index: 1000;
	display: none;
}
.deckcalc-modal-open {
	overflow: hidden;
}
.deckcalc-modal-open .deckcalc-modal-wrapper {
	display: flex;
}
.deckcalc-modal-open .deckcalc-over {
	display: block;
}

@media (max-width: 576px) {
.deckcalc-container {
	left: 0;
}
.deckcalc-modal-wrapper {
	width: 21.875rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}
.deckcalc-modal-form h2 {
	font-size: 1.5rem;
}
.deckcalc-modal-form p {
	height: 6.25rem;
}
.deckcalc-modal label {
	width: 17.5rem;
}
.deckcalc-consultation {
	width: 18.75rem;
}
.deckcalc-modal label textarea {
    height: 7.5rem;
}
.deckcalc-results-tile-wrapper {
	flex-direction: column-reverse;
}
}