/*media*/

@media only screen and (max-width: 1050px) {
	#stat {
		flex-wrap: wrap;
		max-width: 500px;
	}
}

@media only screen and (max-width: 1065px) {
	.fs25rem {
		font-size: 2.5rem !important;
	}
	.mw300_adapt {
		max-width: 250px;
	}
}

@media only screen and (max-width: 790px) {
	.fs25rem {
		font-size: 2rem !important;
	}
	.mw300_adapt {
		max-width: 200px;
	}
}

@media only screen and (max-width: 645px) {
	#info_2 {
	    display: flex !important;
	    margin-top: 0px;
	    text-align-last: center;
	    text-align: -webkit-center;
	    place-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	.mt0_adept {
		margin-top: 0 !important;
	}
	.pad3_adept {
		padding: 0%;
	}
}

@media (max-width: 840px) {
	#about {
	    display: flex !important;
	    margin-top: 0px;
	    place-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	h4 {
		margin-top: 0 !important;
	}
	.another_adept {
		width: 80%;
		text-align-last: center;
		text-align: -webkit-center;
	}
	.faq_adept {
		text-align-last: auto !important;
    	text-align: inherit !important;
	}
	.mt_adept {
		margin-top: 30px !important;
	}
	.d-block-840 {
		display: block !important;
	}
	#calc {
		margin-top: 0 !important;
	}
}

@media (max-width: 400px) {
	.mw300_adapt_2 {
    	max-width: 90%;
	}
}

@media (max-width: 993px) {
	.profile-head {
		display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}
}

@media (max-width: 550px) {
	.fs-cab {
		font-size: 19px;
	}
	.img-adept-cab {
		width: 28px;
	}
	.h6-adept-cab {
		font-size: 0.9rem !important;
	}
	.card .card-action {
    	padding: 16px !important;
	}
}

@media (min-width: 400px) and (max-width: 550px) {
	.img-adept-cab {
		width: 26px;
	}
	.h6-adept-cab {
		font-size: 1rem !important;
	}
}

@media (max-width: 450px) {
	.profile_middle {
	    display: flex;
	    align-items: center;
	    justify-content: space-evenly;
	    flex-direction: column;
	}
	.date_adept {
		display: none;
	}
	.w500adept {
		width: 100% !important;
	}
	.mt20-cab-adept {
		margin-top: 20px;
	}
	.m10-cab-adept {
		margin: 10px;
	}
	.mr7 {
		margin-right: 0px;
	}
	.mw150_cab_adept {
		min-width: 150px !important;
	}
}

@media (max-width: 660px) {
	.invest_top {
		display: flex;
	    align-items: center;
	    justify-content: space-evenly;
	    flex-direction: column;
	}
	.adept-inv {
		border-bottom: 1px solid rgba(160,160,160,0.2);
    	width: 100%;
    	border-right: none !important;
	}
	.date_ref_adept {
		display: none;
	}
}

@media (max-width: 350px) {
	.id_ref_adept {
		display: none;
	}
}

@media (min-width: 601px) and (max-width:900px) {
	.date_adept_history {
		display: none;
	}
}
