.kd-weight-calculator {
    padding: clamp(3.75rem, 2.5rem + 3.333vw, 5.5rem) 0;
    background: #F3F3F3 url('../images/Section-1-BG.jpg') no-repeat left bottom;
    background-size: cover;
}
.kd-container {
	max-width: 1561px;
	padding: 0 15px;
	margin: 0 auto;
}
.kd-wrapper {
    display: flex;
    gap: 25px;
}
.kd-left-col {
    flex: 0 1 67%;
    padding: clamp(1.313rem, -0.161rem + 3.929vw, 3.375rem) clamp(0.75rem, -1.571rem + 6.19vw, 4rem);
    background-color: #fff;
}
.kd-product-image {
    width: 100%;
    background: #F3F3F3;
    text-align: center;
    height: clamp(13.438rem, 9.643rem + 10.119vw, 18.75rem);
    margin-bottom: clamp(1.375rem, 0.571rem + 2.143vw, 2.5rem);
}
.kd-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.kd-field-list label,
.kd-label {
	font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
	display: block;
	margin-bottom: 5px;
	line-height: normal;
	width: 100%;
}
.kd-select {
	padding: 8px 20px;
	border: 1px solid #C7CDD3;
	background: #FFF url('../images/icon-select.svg') no-repeat calc(100% - 20px) center;
	font-size: clamp(0.875rem, 0.696rem + 0.476vw, 1.125rem);
    width: 100%;
    appearance: none;
    margin-bottom: 40px;
}
.kd-field-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 44px;
}
.kd-field-row input {
	padding: 8px 20px;
	border: 1px solid #C7CDD3;
	font-size: clamp(0.875rem, 0.696rem + 0.476vw, 1.125rem);
	max-width: 168px;
}
.kd-unit {
	padding: 8px 20px;
	border: 1px solid #C7CDD3;
	background: #FFF url('../images/icon-select.svg') no-repeat calc(100% - 20px) center;
	font-size: clamp(0.875rem, 0.696rem + 0.476vw, 1.125rem);
    appearance: none;
    min-width: 92px;
}
.kd-field-list p {
	color: #A5A9AE;
	font-size: clamp(0.875rem, 0.786rem + 0.238vw, 1rem);
	font-style: italic;
	line-height: 1.875;
	letter-spacing: -0.16px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.icon-w,
.icon-t {
    position: relative;
}
.icon-wall:after,
.icon-od:after,
.icon-h:after,
.icon-w:after,
.icon-t:after {
    content: '';
    width: 40px;
    height: 20px;
    background: url(../images/T-Icon.svg) no-repeat center;
    display: inline-block;
    right: 0;
    vertical-align: middle;
    margin-left: 5px;
    background-size: contain;
}
.icon-w:after {
	background-image: url(../images/W-Icon.svg);
}
.icon-h:after {
	background-image: url(../images/icon-height.svg);
}
.icon-od:after {
	background-image: url(../images/icon-od.svg);
}
.icon-wall:after {
	background-image: url(../images/icon-wall.svg);
}
.kd-btns {
    display: flex;
    gap: clamp(0.625rem, 0.179rem + 1.19vw, 1.25rem);
}
.kd-btn {
    border: none;
    padding: 20px 30px;
    border: 1px solid #061344;
    background-color: #fff;
    color: #061344;
    font-size: clamp(0.875rem, 0.696rem + 0.476vw, 1.125rem);
    font-weight: 700;
    line-height: normal;
    max-width: 253px;
    width: 100%;
    transition: .3s ease;
    text-align: center;
}
.kd-btn:hover {
	color: #fff;
	background-color: #0d66c2;
	border-color: #0d66c2;
}
.kd-download,
.kd-calc-btn {
	background-color: #EC5A35;
	border-color: #EC5A35;
	color: #fff;
	text-decoration: none;
}
.kd-download:after,
.kd-calc-btn:after {
	content: '';
	background: url(../images/icon-btn-arrow.svg) no-repeat center;
	width: 14px;
	height: 12px;
	display: inline-block;
	margin-left: 16px;
}
.kd-download {
	text-transform: uppercase;
	max-width: 348px;
}
.kd-right-col {
    flex: 0 1 33%;
 }
.kd-right-col-result {
    background: url('../images/Result-BG.jpg') no-repeat center;
    background-size: cover;
    padding: clamp(1.5rem, 0.295rem + 3.214vw, 3.188rem) clamp(1.125rem, -0.036rem + 3.095vw, 2.75rem);
    margin-bottom: 10px;
}
.kd-result-heading {
	color: #FFF;
	font-size: clamp(1rem, 0.598rem + 1.071vw, 1.563rem);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: clamp(0.625rem, -0.268rem + 2.381vw, 1.875rem);
}
.kd-result {
	color: #FFF;
	font-size: clamp(2.5rem, 1.161rem + 3.571vw, 4.375rem);
	font-weight: 700;
	line-height: 1.27;
}
.kd-right-col-result label {
    font-size: clamp(0.875rem, 0.384rem + 1.31vw, 1.563rem);
    color: #FFF;
    font-weight: 400;
    line-height: normal;
    top: -15px;
    position: relative;
}
.kd-info {
	padding-left: 25px;
	color: #D2D9F3;
	font-size: clamp(0.813rem, 0.679rem + 0.357vw, 1rem);
	font-style: italic;
	line-height: 1.875;
	letter-spacing: -0.16px;
	background: url('../images/icon-info.svg') no-repeat left top;
	margin-bottom: 0;
}
.kd-right-col-button a {
	display: block;
    padding: clamp(1.094rem, 0.625rem + 1.25vw, 1.75rem) clamp(1.25rem, 0.804rem + 1.19vw, 1.875rem);
    position: relative;
    background: url(../images/Need-Help-BG.jpg) no-repeat center;
    background-size: cover;
    color: #FFF;
    font-family: Switzer;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: .3s ease;
    position: relative;
    padding-right: clamp(2.5rem, 1.607rem + 2.381vw, 3.75rem);
}
.kd-right-col-button a:before {
	content: '';
	width: clamp(1.75rem, 0.991rem + 2.024vw, 2.813rem);
	height: clamp(1.75rem, 0.991rem + 2.024vw, 2.813rem);
    background: url(../images/Phone-Icon.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
    background-size: contain;
}
.kd-right-col-button a:after {
	content: '';
	height: clamp(0.813rem, 0.589rem + 0.595vw, 1.125rem);
	width: clamp(0.813rem, 0.589rem + 0.595vw, 1.125rem);
	background: url(../images/icon-arrow-big.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	right: clamp(1.25rem, 0.804rem + 1.19vw, 1.875rem);
	top: 0;
	bottom: 0;
	margin: auto;
}
.kd-right-col-button a:hover {
	opacity: .8;
	color: #fff;
}
.hide-desktop {
	display: none;
}
#kdError {
	display: none;
	color: red;
	font-size: 16px;
}
@media (max-width: 1024px) {
	.kd-wrapper {
	    gap: 10px;
	    flex-direction: column;
	}
	.hide-desktop {
		display: block;
	}
	.show-desktop {
		display: none;
	}
}
@media (max-width: 767px) {
	.kd-btns {
	    flex-direction: column;
	    align-items: center;
	}
	.kd-btns .kd-btn {
		max-width: 100%;
	}
	.kd-field-list {
		gap: 30px;
	}
	/*  Prevent focus on input fields */
	.kd-field-row select,
	  .kd-field-row input {
		font-size: 16px;
	  }
}
/*  Prevent focus on input fields */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .kd-field-row select,
  .kd-field-row input {
    font-size: 16px;
  }
}