

/* Start:/calc/style.css?17537130003468*/
.calc-text {
	padding: 40px 0 50px;
}
.calc-text p {
	padding: 7px 0 10px;
}
.calc-text ol{
	margin-left: 15px;
}
.calc-text ol > li{
	padding-top: 15px;
}
.calc-text ol > li > ul{
	margin-left: 0;
}
.calc {
	background: #fff;
	border: 1px solid #DBDBDB;
	margin: 15px 0 0;
}
.calc-body {
	padding: 43px 56px 49px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #DBDBDB;
}
.calc-left {
	width: 33%;
}
.calc-right {
	width: 60%;
}
.calc-left-item {
	padding: 16px 0 0;
}
.calc-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.calc-row-item {
	width: calc((100% - 32px) / 3);
	padding: 16px 0 0;
}
.calc-left-item p, .calc-row-item p {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	padding-bottom: 9px;
}
.calc-footer {
  display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 33px 56px 36px;
}
.calc-footer-wrap {
	width: 60%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.calc-footer-wrap div {
	width: calc((100% - 32px) / 3);
}
.calc h3 {
  margin-top: 20px;
  margin-bottom: 15px;
	font-size: 23px;
	font-weight: 400;
}
.calc h3:first-child {
	margin-top: 0;
}
.input-field {
	width: 100%;
	background: #FBFBFB;
	border: 1px solid #DBDBDB;
	color: #000;
	font-size: 16px;
	line-height: 50px;
	font-weight: 400;
	height: 50px;
	padding-left: 13px;
}
.calc .calc-footer-wrap h3 {
	margin: 0 22px 0 0;
}
.calc-footer .input-field {
	border-color: #6DB75E;
}
.tooltips-toggle {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  background: transparent;
  height: 20px !important;
  overflow: hidden;
	position: relative;
	top: 3px;
	margin-left: 4px;
}
.tooltips-icon {
  width: 20px;
  height: 20px;
}
.tooltips-toggle:hover .tooltips-icon path,
.tooltips-toggle:focus .tooltips-icon path{
	fill: #6DB75E;
}
.tooltips-text {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  background-color: #fff;
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.1);
  color: #444;
  text-transform: none;
  padding: 32px 42px;
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 1;
  display: none;
	transform: translateY(-100%);
  margin-top: -30px;
}
.tooltips {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.tooltips-toggle:hover + .tooltips-text,
.tooltips-toggle:focus + .tooltips-text {
  display: block;
}
.range-note {
	clear: both;
	display: block;
	padding: 8px 0 0;
}
@media (max-width: 1263px){
	.calc-body {
	}
	.calc-left {
		width: 100%;
	}
	.calc-right {
		width: 100%;
		margin-top: 50px;
	}
	.calc-footer-wrap {
		width: 100%;
	}
}
@media (max-width: 600px){
	.calc h3 {
	  margin-top: 20px;
	  margin-bottom: 2px;
		font-size: 17px;
	}
	.calc-left-item p, .calc-row-item p {
		font-size: 12px;
		padding-bottom: 6px;
	}
	.calc-body {
		padding: 23px 20px 29px;
	}
	.calc-right {
		margin-top: 20px;
	}
	.calc-left-item {
		padding: 8px 0 0;
	}
	.calc-footer {
		padding: 13px 20px 16px;
	}
	.calc-row-item {
		width: calc((100% - 16px) / 2);
		padding: 6px 0 0;
	}
	.calc-footer-wrap {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.calc-footer-wrap div {
	  width: 100%;
	  margin-top: 10px;
	}
	.tooltips-toggle {
	  height: 18px !important;
	  width: 16px !important;
	  object-fit: contain;
	}
	.tooltips-icon {
	  width: 100%;
	  height: 100%;
	}
	.tooltips-text {
	  font-size: 15px;
	  line-height: 23px;
	  padding: 15px 17px;
	}
}


/* End */
/* /calc/style.css?17537130003468 */
