

/* Start:/local/templates/ibs/template_styles.css?175448487810688*/
.feedback__result--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.feedback__result__icon {
    margin-bottom: 40px;
}

.feedback__result__title {
    font-size: 56px;
    font-family: 'Stag Sans', sans-serif;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.feedback__result__text {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.feedback__result__button {
    margin-top: 40px;
}

[data-pdf] {
    position: relative;
}

.pdfjs__toolbar {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
}

.pdfjs__panel {
    background: rgba(0, 0, 0, .75);
    height: 44px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #FFFFFF;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    gap: 8px;
}

.pdfjs__buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pdfjs__page {
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    height: 100%;
    align-items: center;
}

.pdfjs_opener {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1000;
}

.pdfjs_opener__url {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 20px;
    transition: .2s all;
}

.pdfjs_opener__url:hover {
    background: rgba(255, 255, 255, .1);
}

.pdfjs-viewer {
    height: 512px;
}

.pdfjs__button {
    border: 0;
    background: transparent;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdfjs__button:hover {
    background: rgba(196, 199, 197, .08);
}

.calculator {
    margin-top: 50px;
}

.calculator .input-label {
    color: #73767a;
    font-size: 14px;
}

.calculator__form {
    display: flex;
    flex-direction: row;
    gap: 64px;
    margin-top: 64px;
    justify-content: space-between;
}

.calculator__body {
    width: 100%;
}

.calculator__result {
    display: flex;
}

.calculator__result_body {
    background: #F5F5F5;
    padding: 32px;
    display: flex;
    width: 420px;
}

.calculator__result.active .calculator__result_body {
    justify-content: initial;
}

.calculator__result_stub {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calculator__result.active .calculator__result_stub {
    display: none;
}

.calculator__result__calculated {
    display: none;
}

.calculator__result.active .calculator__result__calculated {
    display: block;
}

.calculator__result_title {
    font-family: regular, sans-serif;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #000000;
}

.calculator__result_icon {
    text-align: center;
}

.calculator__result_time {
    color: #73767A;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
}

.calculator__title {
    font-family: regular, sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 20px;
}

.calculator__title span {
    width: 32px;
    height: 32px;
    background: #0022CC;
    display: inline-block;
    border-radius: 16px;
    margin-right: 12px;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
}

.calculator__result_rows {
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 32px;
}

.calculator__result_row {
}

.calculator__result_label {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #73767A;
    margin-bottom: 12px;
}

.calculator__result_value {
    font-family: regular, sans-serif;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #000000;
}

.calculator__result_values {
    display: flex;
    gap: 8px;
    flex-direction: column;
    padding-bottom: 32px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 32px;
}

.calculator__result_values p {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #73767A;
}

.calculator__result_note {
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #73767A;
}

.input-note {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #73767A;
    margin-top: 8px;
}

.field-checkboxes .checkbox {
    margin-right: 20px;
}

.field-error {
    display: block;
    margin-top: 8px;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #e01b3c;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.01em;
}

@media (max-width: 768px) {
    .calculator__form {
        flex-direction: column;
    }

    .calculator__result_body {
        width: 100%;
        min-height: 300px;
    }

    .feedback__result--flex {
        padding: 0 12px;
    }

    .feedback__result__title {
        font-size: 28px;
        line-height: 30px;
    }

    .feedback__result__text {
        font-size: 14px;
        line-height: 18px;
    }

    [data-columns="2"] .card {
        margin-right: 0;
    }
}


.personal-data table {
	border-collapse: collapse;
	border: 1px solid #000;
}

.personal-data th,
.personal-data td {
	border: 1px solid #000;
	padding: 8px;
}

.personal-data h2 {
	font-size: 44px;
}

@media (max-width: 1279px) {
	.personal-data h2 {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.personal-data table {
		overflow: hidden;
		overflow-x: scroll;
		display: block;
	}

	.personal-data h2 {
		font-size: 28px;
	}
}

.project-products-block {

}

.project-products-block__item {
	display: block;
	margin-bottom: 22px;
}

.project-products-block__link {
	position: relative;
	display: block;
	padding: 20px;
	background-color: #f0f0f0;
	color: #000;
	text-decoration: none;
}

.project-products-block__link:hover {
	background-color: #d6d6d6;
	color: #000;
	text-decoration: none;
}

.project-products-block__link::after{
	position: absolute;
	top: 50%;
	right: 20px;
	width: 32px;
	height: 32px;
	display: block;
	content: "";
	background: no-repeat right center url('/local/markup/build/img/icon/arrow-right.svg');
	transition: 0.3s;
	transform: translateY(-50%);
}

.project-products-block__link:hover::after {
	right: 44px;
}

.input-popup {
	cursor: pointer;
}

.calculator .input-label {
	font-size: 16px;
}

.calculator .active .input-label {
	font-size: 14px;
}

.input-popup svg path {
	fill: #E3E3E3;
	transition: fill 0.3s ease;
}

.input-popup:hover svg path {
	fill: #73767A;
}

.input-popup-text {
	pointer-events: none;
	font-size: 14px;
}

.calculator .input-label,
.calculator .active .input-label {
	color: #000000;
}

.input-hint-popup {
	display: none;
	position: absolute;
	border-radius: 4px;
	padding: 16px 32px 16px 16px;
	background-color: #73767A;
	color: #FFFFFF;
	left: calc(100% - 72px);
	bottom: 175%;
	z-index: 100;
	font-size: 16px;
	max-width: 600px;
	width: max-content;
}

.input-hint-popup-triangle {
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #73767A;
	bottom: -6px;
	left: 56px;
	transform: rotate(45deg);
	border-radius: 4px;
}

.input-hint-popup._open {
	display: block;
}

.input-hint-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	cursor: pointer;
}

@media (max-width: 767px) {
	.input-label {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.input-popup {
		margin-right: 24px;
	}

	.input-hint-popup {
		bottom: 175%;
		left: 0;
		max-width: unset;
		width: 100%;
	}

	.input-popup-text {
		font-size: 12px;
	}

	.input-hint-popup-triangle {
		right: 24px;
		left: unset;
	}

	.calculator__result_title,
	.calculator__result_icon {
		display: none;
	}

	.calculator__result_body {
		min-height: unset;
	}

	.calculator__title {
		font-size: 18px;
	}
}

.calculator .field-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 48px;
}

@media (max-width: 1279px) {
	.calculator .field-checkboxes {
		gap: 16px;
	}

	.calculator .field-checkboxes .checkbox {
		width: calc(50% - 8px);
		margin-right: unset;
	}
}

.calculator__result_oferta {
	margin-top: 32px;
	font-family: 'Noto-Sans', sans-serif;
	font-size: 12px;
	color: #73767A;
	letter-spacing: -0.01em;
	line-height: 18px;
}

.calculator__result_row {
	border-bottom: 1px solid #D2D2D2;
	padding-bottom: 20px;
}

.calculator__result_label {
	font-size: 16px;
}

.calculator__result_value {
	font-size: 32px;
}

.calculator__result_rows {
	border-bottom: unset;
	gap: 20px;
	margin-bottom: unset;
}

.media-banner {
	width: 100%;
	height: 100%;
	position: relative;
}

.media-banner .media-banner__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.media-banner__info {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 60px;
	z-index: 10;
	font-family: regular, sans-serif !important;
}

.media-banner__title {
	font-size: 40px;
	line-height: 95%;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 24px;
}

.media-banner__desc {
	margin-bottom: 24px;
}

.media-banner__desc,
.media-banner__button {
	font-size: 22px;
	line-height: 120%;
	font-weight: 400;
	color: #FFFFFF;
}

.media-banner__button {
	padding: 12px 24px;
	background-color: #947ff9;
	width: fit-content;
	border-radius: 40px;
	transition: background-color .3s ease;
}

.media-banner__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}

.media-banner__button:hover,
.media-banner:hover .media-banner__button {
	background-color: #7e63f7;
}

@media (max-width: 767px) {
	.media-items .media-banner {
		min-height: 104vw;
	}

	.projects-items .media-banner {
		min-height: 440px;
	}
}

@media (max-width: 1024px) {
	.media-banner__title {
		font-size: 32px;
	}

	.media-banner__desc,
	.media-banner__button {
		font-size: 18px;
	}
}

@media (max-width: 1600px) {
	.media-banner__title {
		font-size: 36px;
	}

	.media-banner__desc {
		margin-bottom: 16px;
	}

	.media-banner__desc,
	.media-banner__button {
		font-size: 20px;
	}

	.media-banner__info {
		padding: 24px;
	}
}
/* End */
/* /local/templates/ibs/template_styles.css?175448487810688 */
