.calc {
	background-color: rgb(255, 255, 255);
	border-color: rgb(0, 104, 138);
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
	line-height: 1.42857143;
	color: #333;
}

.calc_h {
	color: #FFF;
	padding: 10px 5px;
	text-align: center;
	font-family: 'Arial';
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 0em;
	font-weight: bold;
	background-color: rgb(0, 104, 138);
}

.calc_p {
	height: 30px;
}

.calc_w {
	padding: 0 10px;
}

.calc_l, .calc_r {
	width: 50%;
	float: left;
	position: relative;
}

.calc_d {
	border-right: 2px solid rgba(0, 104, 138, 0.5);
	position: absolute;
	left: -0.5px;
	top: 0;
	bottom: 0;
}

.calc_c {
	clear: both;
}

.calc .irs--round .irs-handle {
	border: 3px solid rgb(201, 2, 2);
}

.calc .irs-single {
	border-radius: 2px;
	padding: 2px 4px;
}

.calc .irs-single, .calc .irs-bar {
	background: rgb(201, 2, 2);
}

.calc .irs-bar {
	height: 3px;
}

.calc .irs-single:before {
	display: none;
}

.calc .irs-line {
	background-color: currentColor;
	opacity: .25;
	height: 3px;
	border-radius: 0;
	padding-right: 10px;
}

.calc .irs-min, .calc .irs-max {
	border-radius: 2px;
}

.calc_ih {
	font-weight: bold;
	font-family: Arial;
	opacity: 0.8;
	margin-bottom: 11px;
	font-size: 22px;
	word-wrap: break-word;
}

.calc_iw {
	padding-bottom: 25px;
}

.calc_ra {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 20px;
	font-family: Arial;
	line-height: 1.42857143;
}

.calc_ra input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.calc_ra .radio:before {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	content: '';
	display: block;
	background-color: white;
	border-radius: 100px;
	opacity: 0;
	transform: scale(0);
	transition: 300ms all;
}

.calc_ra .radio {
	margin: 0 4.75px 0 0;
	padding: 0;
	line-height: 0;
	width: 15px;
	height: 15px;
	min-height: auto;
	display: inline-block;
	vertical-align: middle;
	background: white;
	border: 2px solid rgba(0, 0, 0, 0.25);
	position: relative;
	transition: 300ms all;
	border-radius: 100px;
}

.calc_ra input:hover ~ .radio, .calc_ra input:focus ~ .radio {
	border-color: rgb(253, 103, 103);
}

.calc_ra input:active ~ .radio {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
}

.calc_ra input:checked ~ .radio {
	border-color: rgb(181, 2, 2);
	background-color: rgb(201, 2, 2);
}

.calc_ra input:checked ~ .radio:before {
	opacity: 1;
	transform: scale(0.5);
}

.calc_ra span {
	vertical-align: middle;
}

.calc_se {
	height: auto;
	line-height: 1.2;
	box-shadow: none;
	position: relative;
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.88);
	border: 1px solid rgb(150, 22, 19);
	border-radius: 5px;
	padding: 10px 8px;
	font-size: 20px;
	cursor: initial;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.calc_se select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	color: black;
	-webkit-appearance: none;
	line-height: 1.42857143;
	font-size: 20px;
}

.calc_se > div {
	display: flex;
	align-items: center;
}

.calc_se > div .cleft {
	flex-grow: 1;
	min-width: 50%;
	word-wrap: break-word;
}

.calc_lr {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0em;
	color: rgb(157, 10, 15);
	opacity: 1;
	margin: 20px 0 0 0;
}

.calc_iw13 .calc_ra .radio {
	border-radius: 2px;
}

.calc_iw13 .radio svg {
	width: 100%;
	opacity: 0;
	transform: scale(0);
	transition: 300ms all;
}

.calc_iw13 input:checked ~ .radio svg {
	opacity: 1;
	transform: scale(1);
}

.calc svg:not(:root) {
    overflow: hidden;
}

.calc_iw13 .calc_ra input:checked ~ .radio:before {
	opacity: 0;
}

.calc_in {
	font-size: 20px;
	font-family: Arial;
	color: #333;
	display: flex;
}

.calc_in input {
	border: 0;
	padding: 0;
	color: #999;
	opacity: 1;
	height: auto;
	line-height: 1.2;
	box-shadow: none;
	position: relative;
	background-color: rgb(255, 255, 255);
	color: rgba(0, 0, 0, 0.88);
	border: 1px solid rgb(150, 22, 19);
	border-radius: 5px;
	padding: 10px 8px;
	font-size: 20px;
	cursor: initial;
	outline: 0 !important;
	display: block;
	width: 100%;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.calc_r .calc_w {
	padding-left: 20px;
}

.calc_in input:focus, .calc_in input:focus-within {
	border-color: rgb(201, 2, 2);
	background-color: rgb(252, 252, 252);
	outline: 0 !important;
}

.calc_res {
	color: #333;
	padding: 33px 10px;
	margin-top: 28px;
	background-color: rgba(255, 184, 0, 0.28);
}

.calc_res .calc_res_lbl, .calc_res .calc_res_del {
	font-weight: bold;
	font-family: Arial;
	opacity: 0.8;
	margin-bottom: 11px;
	font-size: 22px;
	word-wrap: break-word;
	text-align: center;
}

.calc_res .calc_res_price {
	text-align: center;
	min-width: 25%;
	word-wrap: break-word;
	font-size: 200%;
}

.calc_btn, .calc_btn_v {
	background-color: rgb(61, 140, 64);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: rgb(49, 112, 51);
	padding-top: 21px;
	padding-bottom: 21px;
	font-size: 24px;
	color: rgb(255, 255, 255);
	width: 80%;
	margin: 0 auto 30px;
	display: block;
}

.calc_btn:hover, .calc_btn_v:hover {
	background-color: rgb(55, 126, 58);
	border-color: rgb(39, 90, 41);
	color: rgb(255, 255, 255);
}

.calc_btn:active, .calc_btn_v:active {
	background-color: rgb(49, 113, 52);
	border-color: rgb(44, 101, 46);
	color: rgb(255, 255, 255);
} 

.calc_btn:active:before, .calc_btn_v:active:before {
	background-color: rgb(49, 113, 52);
} 

.calc_err {
	background: #FFAEB0 !important;
}

.calc_btn_v {
	background: #7B5098;
}

.calc_btn_v:hover {
	background: #6f3596;
}

.calc_btn.calc_btn_e {
	background: #479edb;
}
.calc_btn.calc_btn_e:hover {
	background: #0586e2;
}

.calc_re {
	color: red !important;
}

.calc input[type='text'] {
	height: 30px;
	color: #000;
}

.calc_iw5, .calc_iw7, .calc_iw23, .calc_iw24 {
	display: none;
}

.calc_res .calc_res_del {
	font-size: 18px;
}

.calc textarea {
	width: 100%;
	color: #000;
}