@media screen and (max-width: 920px) {
	section.inscriptionSection .groupLeft {
		width: 70%;
	}
	section.inscriptionSection .backgroundGroup {
		width: 30%;
	}
	section.inscriptionSection .backgroundGroup .boxInfo {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	section.inscriptionSection .groupLeft {
		width: 80%;
	}
	section.inscriptionSection .backgroundGroup {
		width: 20%;
	}
}

@media screen and (max-width: 650px) {
	section.inscriptionSection .groupLeft {
		width: 90%;
	}
	section.inscriptionSection .groupLeft .profilGroup {
        padding: 20px 20px;
	}
	section.inscriptionSection .groupLeft .profilGroup .table .btnGris {
		margin-bottom: 10px;
	}
	section.inscriptionSection .groupLeft .profilGroup .table .row .input-field {
		width: 100%;
		margin-left: 0;
	}
	section.inscriptionSection .backgroundGroup {
		width: 10%;
	}
}
@media screen and (max-width: 500px) {
	section.inscriptionSection .groupLeft {
		width: 100%;
	}
	section.inscriptionSection .groupLeft .profilGroup {
	    width: 95%;
	}
	section.inscriptionSection .backgroundGroup {
		width: 0%;
		margin: 0;
	}
	section.inscriptionSection .backgroundGroup .backgroundImg {
		width: 100%;
		background-position: center;
	}
	section.inscriptionSection .backgroundGroup .backgroundImg::before {
		content: none;
	}
	section.inscriptionSection .groupLeft .profilGroup .table .row.rowCheck label, section.inscriptionSection .groupLeft .profilGroup .table .row.rowConnect label {
		margin: 0;
	}
}