.page.hashrate_converter {
	padding: 80px 0 150px 0;
	text-align: center;
}

.page.hashrate_converter h1 {
	color: #363636;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 0 auto;
}

.page.hashrate_converter p {
	color: #adadad;
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	margin: 10px auto 10px auto;
	opacity: 0.6;
}

@media (min-width: 576px) {
	.page.hashrate_converter h1 {
		font-size: 48px;
	}

	.page.hashrate_converter p {
		font-size: 22px;
	}
}
.converter-seo {
    margin-top: 25px;
}

.converter-seo ul {
    margin: 20px 0 0 20px;
}

.converter-seo h3 {
    line-height: 1.4;
    font-size: 16px;
}
.page.hashrate_converter_content {
	padding-bottom: 0;
}

.page.hashrate_converter_content .frame {
    width: 100%;
    margin: 0 auto;
}

.page.hashrate_converter_content .convert_box {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    width: 100%;
}

.page.hashrate_converter_content .convert_box .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.tabs {
    background: #25c385;
    border-radius: 10px;
}

.page.hashrate_converter_content .convert_box .tabs .tab {
    padding: 12px 25px 15px 25px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    margin-right: 5px;
    cursor: pointer;
}

.page.hashrate_converter_content .convert_box .tabs .tab:hover {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px 3px 0 0;
}

.page.hashrate_converter_content .convert_box .tabs .tab.selected {
    background: #fff;
    color: #25c385;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    cursor: default;
}

.page.hashrate_converter_content .convert_box .tabs .tab.selected:hover {
	background: #fff;
}

.page.hashrate_converter_content .convert_box .row {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	margin-left: 0
}

.page.hashrate_converter_content .convert_box .row:last-child {
	margin-bottom: 0;
}

.page.hashrate_converter_content .convert_box .row input[type=text] {
	width: 100%;
	border: 1px solid #e2e5ef;
	background: transparent;
	border-radius: 3px;
	padding: 8px 70px 8px 12px;
	flex: auto;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	color: #6b6d7a;
}

.page.hashrate_converter_content .convert_box .row input[type=text]:focus {
	border: 1px solid #52cca5;
	box-shadow: 0px 0px 0px 1px #52cca5;
}

.page.hashrate_converter_content .convert_box .row label {
	position: absolute;
	right: 18px;
	top: 10px;
	font-weight: 700;
	color: #46474f;
}

@media (max-width: 1400px) {}

@media (max-width: 1240px) {}

@media (max-width: 1100px) {}

@media (max-width: 960px) {}

@media (max-width: 860px) {
	.page.hashrate_converter {
		padding: 50px 0 150px;
	}

	.page.hashrate_converter h1 {
		font-size: 32px;
	}

	.page.hashrate_converter p {
		font-size: 18px;
		font-weight: 300;
	}
}

@media (max-width: 640px) {
	.page.hashrate_converter_content .convert_box {
		margin-bottom: 30px;
	}

	.page.hashrate_converter_content .frame {
		padding: 0 var(--container-padding);
	}

	.page.hashrate_converter h1 {
		font-size: 26px;
	}

	.page.hashrate_converter p {
		font-size: 16px;
	}
}

@media (max-width: 550px) {
	.page.hashrate_converter_content .convert_box .tabs .tab {
		padding: 12px 20px 15px 20px;
		font-size: 16px;
		margin-right: 2px;
	}
}

@media (max-width: 390px) {}

.convert_box * {
	box-sizing: border-box;
}