

/* Start:/bitrix/templates/master-it_exp/components/master/form.result.new2/not_popup/style.css?17833355225163*/
/* =========================
   Webform
========================= */

.webforma {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	padding: 36px;
	background: #fff;
	border: var(--light-border);
	border-radius: var(--blocks);
	box-shadow: var(--big-box-shadow);
	box-sizing: border-box;
}

.webforma * {
	box-sizing: border-box;
}

/* Header */

.webforma .form_head {
	margin-bottom: 26px;
}

.webforma .form_head p,
.webforma .form_head_result p {
	margin: 0;
	font-size: 24px;
	line-height: 1.25;
	font-weight: 500;
}
.form-title {
	font-size: 24px;
}
/* Body */

.webforma .form_body {
	display: grid;
	gap: 18px;
}

/* Field */

.form-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.webform-field {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.webform-field > label:first-child {
	display: block;
	margin: 0 0 8px;
	line-height: 1.35;
	font-weight: 500;
	color: #555;
}

.webforma .star,
.webforma .form-required,
.webforma .starrequired {
	color: red !important;
	font-size: 12px;
	line-height: 1;
}

/* Inputs */

.webforma input.inputtext,
.webforma textarea.inputtextarea,
.webforma input[name="captcha_word"] {
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 10px 14px;
	background: #fafafa;
	border: var(--light-border);
	border-radius: 10px;
	box-shadow: none;
	color: #222;
	font-size: 16px;
	outline: none;
	transition: border-color .2s ease, background-color .2s ease;
}

.webforma textarea.inputtextarea {
	height: 80px;
	resize: vertical;
}

.webforma input.inputtext:focus,
.webforma textarea.inputtextarea:focus,
.webforma input[name="captcha_word"]:focus {
	background: #fff;
	border-color: var(--main-color2);
}

/* Captcha */

.webform-field--captcha {
	max-width: 100%;
}

.webform-field--captcha .webform-label {
	display: block;
	margin: 0 0 8px;
}

.captcha-container {
	display: flex;
	align-items: center;
	gap: 14px;
}

.webform-captcha {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	margin: 0;
}

.webform-captcha img {
	display: block;
	width: 180px;
	height: 40px;
	margin: 0;
	object-fit: contain;
}

.webform-captcha input[type="hidden"] {
	display: none;
}

.captcha-container input[name="captcha_word"] {
	width: 160px;
	min-height: 40px;
	flex: 0 0 160px;
}

@media (max-width: 575px) {
	.captcha-container {
		display: block;
	}

	.webform-captcha {
		margin-bottom: 10px;
	}

	.captcha-container input[name="captcha_word"] {
		width: 100%;
	}
}

/* Footer */
.webform-agree-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}
.webforma .form_footer {
	margin-top: 24px;
}

.webforma .licence_block {
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}

/* Checkbox */
.webform-checkbox__text {
	font-size: 16px;
}
.webforma .checkbox-google {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #555;
	user-select: none;
}

.webforma .checkbox-google input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	z-index: -1;
}

.webforma .checkbox-google-switch {
	position: relative;
	display: block;
	flex: 0 0 34px;
	width: 34px;
	height: 18px;
	border-radius: 20px;
	background: #999;
	transition: background-color .2s ease;
}

.webforma .checkbox-google-switch::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: transform .15s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.webforma .checkbox-google input[type="checkbox"]:checked + .checkbox-google-switch {
	background: var(--main-color2);
}

.webforma .checkbox-google input[type="checkbox"]:checked + .checkbox-google-switch::before {
	transform: translate(16px, -50%);
}

.webforma .checkbox-google a {
	color: var(--main-color2);
	text-decoration: underline;
}

/* Submit */
.webform-submit:hover {
	color: #fff !important;
	opacity: .9;
	text-decoration: none;
}

/* Errors */

.webforma label.error {
	display: block;
	position: static;
	margin: 6px 0 0;
	color: #e62222 !important;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 400;
}

.webforma label.error[style*="display: none"] {
	display: none !important;
}

.webforma .error-fld {
	display: none;
}

.webform-field.error input,
.webform-field.error textarea,
.webforma input.errore {
	border-color: #e62222;
}

/* Result */

.webforma .form_head_result {
	padding: 10px 0;
	text-align: center;
}

/* Mobile */

@media (max-width: 767px) {
	.webforma {
		padding: 24px 18px;
		border-radius: 18px;
	}

	.webforma .form_head p,
	.webforma .form_head_result p {
		font-size: 24px;
	}

	.webform-field--captcha {
		max-width: 100%;
	}

	.webform-field--captcha input[name="captcha_word"] {
		width: 100%;
	}

	.webform-submit {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/master-it_exp/components/bitrix/news.list/portfolio-scroller/style.css?17809901612349*/
.content-slider__card {
	cursor: pointer;
}
/* modal */

.portfolio-modal {
	position: fixed;
	inset: 0;
	z-index: 3000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.portfolio-modal.is-open {
	display: flex;
}

.portfolio-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
}

.portfolio-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(1100px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.portfolio-modal__head {
	padding: 24px 64px 20px 28px;
	border-bottom: 1px solid #ececec;
}

.portfolio-modal__head h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1.25;
	color: #111;
}

.portfolio-modal__body {
	padding: 28px;
}

.portfolio-modal__body img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
}

.portfolio-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f3f3f3;
	cursor: pointer;
}

.portfolio-modal__close::before,
.portfolio-modal__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #222;
	border-radius: 2px;
}

.portfolio-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.portfolio-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

body.portfolio-modal-open {
	overflow: hidden;
}

/* adaptive */

@media (max-width: 991px) {
	.portfolio-card {
		flex-basis: 360px;
	}
}

@media (max-width: 767px) {
	.portfolio-section__top {
		align-items: flex-start;
	}

	.portfolio-card {
		flex-basis: 82vw;
		border-radius: 18px;
	}

	.portfolio-card__content {
		padding: 20px;
	}

	.portfolio-card__content h3 {
		font-size: 22px;
	}

	.portfolio-card__content p {
		font-size: 16px;
	}

	.portfolio-modal {
		padding: 12px;
	}

	.portfolio-modal__dialog {
		border-radius: 18px;
		max-height: calc(100vh - 24px);
	}

	.portfolio-modal__head {
		padding: 20px 58px 16px 20px;
	}

	.portfolio-modal__head h3 {
		font-size: 22px;
	}

	.portfolio-modal__body {
		padding: 18px;
	}
}
/* End */
/* /bitrix/templates/master-it_exp/components/master/form.result.new2/not_popup/style.css?17833355225163 */
/* /bitrix/templates/master-it_exp/components/bitrix/news.list/portfolio-scroller/style.css?17809901612349 */
