#rew-calc {
	width: 320px;
	height: 300px;
	max-width: 100%;
	background: #f5f3f9;
	background: rgba(245,243,249,0.97);
	border-radius: 5px;
	margin: 0 0 0 0;
	padding: 25px 25px 25px 30px;
	font-family: "Gilroy", Gilroy;
	position: relative;
}
#rew-calc * {box-sizing: border-box;}
body[data-elementor-device-mode="mobile"] #rew-calc {
	margin: 0 auto;
	height: auto;
}

#rew-calc .calc-header {
	margin-bottom: 20px;
}
#rew-calc .calc-header h2 {
	margin: 0;
	color: #321879;
	font-size: 22px;
	font-weight: 500;
}
#rew-calc .calc-row {}
#rew-calc .calc-row-title {
	margin-bottom: 15px;
}
#rew-calc .calc-row-title h3 {
	font-size: 14px;
	font-weight: 400;
	color: #adacab;
}
#rew-calc .calc-row-inputs {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 10px;
	position: relative;
}
#rew-calc .calc-row-inputs .calc-input {
	width: 100px;
	position: relative;
	padding-bottom: 12px;
}
#rew-calc .calc-row-inputs .calc-input input {
	width: 100%;
	height: 24px;
	line-height: 24px;
	border: 0;
	padding: 0;
	background: transparent;
	font-family: "Gilroy", Gilroy;
	font-size: 24px;
	font-weight: 400;
	color: #606060;
	outline: 0;
	position: relative;
	z-index: 2;
}
#rew-calc .calc-row-inputs .calc-input .placeholder {
	font-size: 24px;
	font-weight: 400;
	color: #606060;
	outline: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	z-index: -1;
}
#rew-calc .calc-row-inputs .calc-input .symbol {
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 1;
	font-size: 14px;
	font-weight: 500;
	color: #606060;
	/*display: none;*/
}
#rew-calc .sell-row .calc-row-inputs .calc-input {
	border-bottom: 1px dashed #b9babb;
}
#rew-calc .sell-row .calc-row-inputs:before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(images/calc-arrow.svg) center center no-repeat #fff;
	background-size: 9px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 17px;
	left: 50%;
	margin-left: -20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#rew-calc .currency-input {
	position: relative;
}
#rew-calc .currency-input .current {
	line-height: 24px;
	padding-left: 33px;
	font-size: 24px;
	font-weight: 400;
	color: #606060;
	position: relative;
	cursor: pointer;
}
#rew-calc .currency-input .current:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 5px solid #321879;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
}
#rew-calc .currency-input .current i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ccc;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 2px;
	left: 6px;
}
#rew-calc .currency-input .current i img {
	max-width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#rew-calc .calc-footer {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#rew-calc .calc-btn {
	width: 120px;
	height: 40px;
	background: #6e00fa;
	border: 0;
	font-family: "Gilroy", Gilroy;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
#rew-calc .calc-footer .img {
	width: 105px;
	height: 45px;
	background: url(images/calc-logo2.svg) 0 0 no-repeat;
}
#rew-calc .currency-input.open .items-list {display: block;}
#rew-calc .items-list {
	display: none;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#rew-calc .items-list .item {
	display: block;
	padding: 10px 10px 10px 33px;
	position: relative;
	cursor: pointer;
}
#rew-calc .items-list .item:hover {
	background: #eee;
}
#rew-calc .items-list .item i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ccc;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -10px;
}
#rew-calc .items-list .item i img {
	max-width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#rew-calc .discount-block {
	width: 86%;
	height: 66px;
	background: #fff;
	padding: 11px 15px 0px;
	border-radius: 5px;
	text-align: center;
	color: #6e00fa;
	position: absolute;
	top: -15px;
	left: 7%;
	z-index: 10;
}
#rew-calc .discount-block .discount-title {
	font-size: 15px;
	font-weight: bold;
}
#rew-calc .discount-block .discount-data {
	font-size: 22px;
}
#rew-calc .discount-block .discount-data span {
	text-decoration: line-through;
}
#rew-calc .calc-info-fee {
	color: #606060;
}
#rew-calc .calc-info-text {
	color: #6e00fa;
	font-weight: 600;
	font-size: 13px;
}