.page-top-info {
    display: none;
}
.firmware-advantages-block {
    
}
.firmware-advantages-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 120px 0;
    gap: 24px;
}
.firmware-advantages-content-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px 80px;
    background: linear-gradient(180deg, #F8F8F8 52.6%, rgba(248, 248, 248, 0) 100%);
    border-radius: 12px;
    flex-basis: 20%;
}
.firmware-advantages-content-item-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}
.firmware-advantages-content-item-txt h4, .firmware-advantages-content-item-txt p {
    padding: 0;
    margin: 0;
}
.firmware-advantages-content-item-txt h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #24292F;
}
.firmware-advantages-content-item-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #24292F;
}
.firmware-desc-parent-block {
    padding: 0px;
    background: linear-gradient(
        to right,
        #F8F8F8 0%,
        #F8F8F8 50%,
        #5820F6 50%,
        #5820F6 100%
    );
}
.firmware-desc-block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.firmware-desc-txt {
    flex-basis: 46%;
    padding: 140px 0 140px 0;
    height: 100%;
}
.firmware-desc-txt h4{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #24292F;
    margin-bottom: 20px;
}
.firmware-desc-txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #24292F;
    margin: 0;
}
.firmware-desc-txt img {
    margin: 58px 0;
}
.firmware-desc-img {
    align-self: stretch;
}
.firmware-desc-img img{
    margin-top: 16%;
}
.firmware-profit-block {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 140px 0;
}
.firmware-profit-title-block {
    text-align: center;
}
.firmware-profit-title-block h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #24292F;
    margin: 0;
}
.firmware-profit-title-block h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #6C747B;
    margin: 0;
}
.firmware-profit-items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}
.firmware-profit-arrow {
    align-self: stretch;
}
.firmware-profit-arrow svg{
    position: relative;
    top: 35%;
}
.firmware-profit-item {
    flex-basis: 20%;
}
.firmware-profit-item-img {
    text-align: center;
}
.firmware-profit-item-img img {
    width: 100%;
    max-width: 340px;
}
.firmware-profit-item-name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #24292F;
    margin-bottom: 4px;
}
.firmware-profit-item-hashrate {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #5820F6;
    margin-bottom: 12px;
}
.firmware-profit-item-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #6C747B;
}
.firmware-profit-item:last-child {
    background-color: #5820F6;
    align-self: stretch;
    padding: 0 20px 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 340px;
    min-width: 340px;
}
.firmware-profit-item:last-child .firmware-profit-item-name {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    flex-basis: 66%;
    display: flex;
    flex-direction: column;
    padding-top: 50%;
}
.firmware-profit-item:last-child .firmware-profit-item-desc {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
@media screen and (max-width: 991px) {
    .simple-page-banner-content h1 {
        text-align: center;
    }
    .firmware-advantages-content {
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .firmware-advantages-content-item {
        flex-basis: 48%;
    }
    .firmware-advantages-content-item:last-child {
        flex-basis: 100%;
    }
    .firmware-desc-block {
        flex-direction: column;
    }
    .firmware-desc-parent-block {
        background: none;
    }
    .firmware-desc-parent-block .maxwidth-theme {
        min-width: 100%;
        padding: 0;
        margin: 0;
    }
    .firmware-desc-block {
        background-color: #F8F8F8;
    }
    .firmware-desc-txt {
        height: auto;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 1402px;
        max-width: var(--theme-page-width);
        max-width: calc(var(--theme-page-width) + calc(2 * var(--theme-page-width-padding)));
        width: 100%;
        padding-left: var(--theme-page-width-padding);
        padding-right: var(--theme-page-width-padding);
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .firmware-desc-img {
        background-color: #5820F6;
    }
    .firmware-desc-img img {
        width: 100%;
        margin-top: 6%;
    }
    .firmware-profit-block {
        padding: 80px 0;
        gap: 40px;
    }
    .firmware-profit-items {
        flex-wrap: wrap;
        gap: 40px 10px;
    }
    .firmware-profit-item {
        flex-basis: 40%;
    }
    .firmware-profit-arrow {
        flex-basis: 9%;
    }
    .firmware-profit-item:last-child {
        flex-basis: 40%;
        min-width: 40%;
        height: 596px;
    }
    .firmware-profit-arrow:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .firmware-desc-txt {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .firmware-desc-txt h4 {
        font-size: 24px;
        line-height: 32px;  
    }
    .firmware-desc-txt p {
        font-size: 16px;
        line-height: 22px;
    }
    .firmware-desc-txt img {
        width: 80%;
        margin: 28px 0;
    }
    .firmware-advantages-content {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 20px 0;
        gap: 0;
    }
    .firmware-advantages-content-item {
        width: 100%;
        padding: 24px 32px 52px;
    }
    .firmware-profit-title-block h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .firmware-profit-title-block h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .firmware-profit-items {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .firmware-profit-item {
        flex-basis: 200px;
        min-width: 200px;
    }
    .firmware-profit-arrow:nth-child(4) {
        display: block;
    }
    .firmware-profit-item-name {
        font-size: 20px;
        line-height: 24px;
    }
    .firmware-profit-item-hashrate {
        font-size: 20px;
        line-height: 24px;
    }
    .firmware-profit-item-desc {
        font-size: 18px;
        line-height: 24px;
    }
    .firmware-profit-item:last-child {
        flex-basis: 200px;
        min-width: 200px;
        height: auto;
    }
    .firmware-profit-item:last-child .firmware-profit-item-name {
        font-size: 36px;
    }
    .firmware-profit-item:last-child .firmware-profit-item-desc {
        font-size: 18px;
        line-height: 24px;
    }
    .firmware-profit-arrow svg {
        width: 60px;
    }
}


.fw-cnt{
	background: #F8F8F8;
	padding: 4rem 0;
}

.fw-wrapper{
	display: flex;
	justify-content: center;
	margin: 0 auto 4rem;
	max-width: 1400px;
	align-items: center;
	
}
.fw-wrapper > div{
}
.fw-img{
	width: 35%;
}
.fw-img span{
	display: none;
}
.fw-img img{
	max-height: 425px;
	width: auto;
	max-width: 100%;
	mix-blend-mode: darken;
}
.fm-table{
	width: 65%;
}
.fm-table-label{
	display: flex;
	justify-content: space-between;
}
.fm-table-label h3{
	font-size: 36px;
	line-height: 44px;
}
.fm-price{
	font-size: 48px;
	font-weight: bold;
		line-height: 44px;

}
.fm-table-inner th, .fm-table-inner td{
	padding: 10px 18px;
}
.fm-table-inner table { 
    border-spacing: 10px;
    border-collapse: separate;
	width: calc(100% + 20px);
	margin: 0 -10px;
}

.fm-table-inner thead{
	background: #6C747B;
}
.fm-table-inner thead th{
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.fm-table-inner tbody td,
.fm-table-inner tfoot td{
	font-size: 20px;
}
.fm-table-inner tbody tr:nth-child(1) td,
.fm-table-inner tbody tr:nth-child(2) td,
.fm-table-inner tbody tr:last-child td,
.fm-table-inner tbody tr:last-child td:nth-child(1)
{
	text-align: center;
}
.fm-table-inner tbody tr td:nth-child(1){
	text-align: left;
	vertical-align: top;
}
.fm-table-inner tbody td:nth-last-child(1),
.fm-table-inner tbody td:nth-last-child(2),
.fm-table-inner tbody td:nth-last-child(3){
	width: 20%;
	font-weight: bold;
}
.fm-table-inner tbody tr:last-child td{
	font-weight: normal;
	white-space: nowrap;
}

.fm-table-inner tbody td:nth-last-child(1){
	background: #EEEBFE;
	color: #5820F6;
}
.fm-table-inner tbody td:nth-last-child(2){
	background: #E4FAED;
	color: #3CAC72;
}
.fm-table-inner tbody td:nth-last-child(3){
	background: #FFF7E3;
	color: #F58057;
}
.fm-table-inner tfoot td{
	border-top: 1px solid #B7B7B7;
	font-weight: bold;
	padding-left: 0;
}
.fw-wrapper .btn{
	font-size: 16px;
	text-transform: uppercase;
}
@media (max-width: 1330px) 
{
	.fm-table-label h3{
		font-size: 30px;
	}
	.fm-price{
		font-size: 34px;
		white-space: nowrap;
	}
}
@media (max-width: 1090px) {
	
}
@media (max-width: 767px) {
	.fw-wrapper{
		display: block;
	}
	.fw-img, .fm-table{
		width: 100%;
	}
	.fw-img{
		display: flex;
		justify-content: space-between;
	}
	.fw-img .btn{
		display: block;
		margin-top: 4rem;
		padding: 14px 20px;
		text-align: center;
	}
	.fm-table-inner .btn{
		display: none;
	}
}
@media (max-width: 480px)
{
	.fm-table-label h3{
		font-size: 20px;
		line-height: 1.2;
	}
	.fm-price{
		font-size: 24px;
		line-height: 1.2;

	}
	.fm-table-inner thead th, .fm-table-inner tbody td, .fm-table-inner tfoot td{
		font-size: 13px;
	}
	.fw-img .btn{
		min-width: 120px;
		padding: 14px 20px;
	}
}