

/* Start:/local/templates/main/components/4rome/form/cooperation/bitrix/form.result.new/.default/style.css?17500769572631*/
.container.main {
	max-width: unset !important;
	width: 100% !important;
	padding: unset !important;
}

.form-block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 2rem;
	background-size: cover;
	background-position: center;
	background-image: url("/local/templates/main/components/4rome/form/cooperation/bitrix/form.result.new/.default/img/form-background.jpg");
	background-color: #4F758B;
	padding: 40px;
}

.form-block>div {
	width: 30%;
}

.form-block .form-description span {
	display: block;
	width: 70%;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	text-transform: uppercase;
	color: #ffffff;
}

.form-block form {
	display: flex;
	flex-direction: column;
}

.form-block form .inputselect {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-block .form-img {
	display: flex;
	justify-content: end;
	align-items: end;
}

.form-block .form-img img {
	position: relative;
	bottom: -40px;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder {
	color: transparent;
}

@media (max-width: 1440px) {
	.form-block .form-description span {
		width: 98%;
	}
}

#g-recaptcha-v2 {
	position: fixed;
	top: 50%;
	text-align: center;
	z-index: 999;
	left: 50%;
	right: auto;
	bottom: auto;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.popup_successful {
	display: none;
	position: fixed;
	top: 40%;
	left: 37%;
	background-color: #ffffff;
	width: 27%;
	height: 130px;
	text-align: center;
	padding: 10px;
	z-index: 999;
}

.popup_successful .btn-close {
	float: right;
}

.popup_successful .text {
	padding-top: 5%;
	font-size: 20px;
}

select {
	-webkit-border-radius: 0;
}

@media (max-width: 1440px) {
	.popup_successful {
		width: 37%;
		left: 31%;
	}
}

@media (max-width: 1200px) {
	.popup_successful {
		width: 44%;
		left: 28%;
	}
}

@media (max-width: 768px) {
	.popup_successful {
		width: 67%;
		left: 17%;
		height: fit-content;
	}

	.form-block {
		background-position: right !important;
	}
}

@media (max-width: 375px) {
	.popup_successful {
		width: 98%;
		left: 1%;
		height: 200px;

	}

	.popup_successful .text {
		padding: 9%;
	}
}

.field-error {
	display: flex;
	align-items: center;
}

.field-error img {
	display: block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.form-block .field-error .text,
.form-block .errortext,
.form-block .form-required.starrequired {
	color: #FFB6C1;
}

.cooperation .form-group a {
	color: #ffffff;
}
/* End */
/* /local/templates/main/components/4rome/form/cooperation/bitrix/form.result.new/.default/style.css?17500769572631 */
