
.cBlock4flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
	width: 100%;
}
.cBlock4flex input {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 10px 12px 12px;
	box-sizing: border-box;
	border: 1px solid rgba(245, 245, 245, 0.2);
	border-radius: 50px;
	background: transparent;
	color: #fff;
}
.cBlock4flex input[type="submit"] {
	background: rgba(25, 140, 240, 1);
	cursor: pointer;
}
.cBlock4flex label, .cBlock4flex input {
	width: 100%;
}
.checkbox-item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.custom-checkbox {
	width: 17px;
	height: 17px;
	border: 1px solid rgba(142, 142, 147, 1));
	border-radius: 5px;
	background: transparent;
	cursor: pointer;
	position: relative;
	accent-color: rgba(25, 140, 240, 1);
}

.custom-checkbox:checked {
	background-color: transparent;
	border-color: rgba(142, 142, 147, 1);
}

.custom-checkbox:checked:hover {
	background-color: #0056CC;
	border-color: #0056CC;
}

.custom-checkbox:hover {
	border-color: #0056CC;
}

.cBlock4 {
	min-height: 265px;
	align-items: flex-start;
	padding: 49px 47px;
	border-radius: 20px;
	background: rgba(81, 156, 212, 0.2);
	color: #fff;
	box-sizing: border-box;
}
.cBlock4 form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.pageContent .cBlock4 h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

.cBlock4 form .textAnnounce {
	font-size: 17.8px;
}

.cBlock4 .mf-ok-text {
	color: #04dd04;
    margin: 10px 0;
    font-size: 20px;
}

.cBlock4 .mf-error-text {
	color: red;
    margin: 10px 0;
    font-size: 20px;
}