

/* Start:/bitrix/templates/kb-78/components/bitrix/catalog.element/services_new/style.css?17819626951087*/
.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.my-4 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.calc-btn {
    background-image: url(/bitrix/templates/kb-78/images/calc_white.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    box-sizing: border-box;
    padding: 20px 20px 20px 65px;
    line-height: 1.3;
    background-color: dimgrey;
    margin: 0 10px;
    color: #fff;
}

.calc-btn:hover {
    color: #999999;
}

.service-calcs-block {
    margin-top: 28px;
}

.service-calcs-block h4 {
    margin-bottom: 8px;
    color: #1b2d3a;
    font-weight: 700;
}

.service-calcs-block p {
    margin: 0;
    color: #596c78;
}

.service-calcs-actions {
    gap: 14px;
    align-items: center;
}

.service-calcs-actions .kb78-calc-btn {
    margin: 0;
}

@media (max-width: 768px) {
    .service-calcs-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .service-calcs-actions .kb78-calc-btn {
        width: 100%;
        text-align: center;
    }
}
/* End */


/* Start:/bitrix/templates/kb-78/components/slam/easyform/order_service/style.css?17819626968581*/
.slam-easyform .modal {    text-align: center;}.front-form {	max-width: 100%;	background: url(/bitrix/templates/kb-78/images/bg_form.png) no-repeat center center;	margin: 0 auto!important;	background-size: cover;	display: flex;	align-items: center;}.front-form .slam-easyform {		padding: 36px 24px 36px 24px;	box-sizing: border-box;}.front-form .slam-easyform img{margin-right: 40px;}.front-form #FORM2, .front-form #FORM99 {	display: flex;	color:#fff;	font:14px/20px Montserrat,Arial,sans-serif;}.front-form .easyform_left {	width: 30%;}.front-form .easyform_right {	width: 70%;}.front-form .easyform_left .easyform_title {	font-size: 19px;	text-transform: uppercase;	font-weight: 700;	margin-bottom: 10px;}.easyform_right .easyform_right_top {	display: flex;	flex-wrap: wrap;}.slam-easyform .easyform_right_top input {	border: 0;	border-radius: 5px;}.container.slam-easyform{	display: flex;	align-items: center;}@keyframes img-circle {	0% {		transform: rotate(0deg);	}	100%{		transform: rotate(360deg);	}}.container.slam-easyform img{	animation: 20s img-circle linear infinite;}.easyform_right_top input::-webkit-input-placeholder{color:#212529;}.easyform_right_top input:-moz-placeholder{color:#212529;}.easyform_right_top input::-moz-placeholder{color:#212529;}.easyform_right_top input:-ms-input-placeholder{color:#212529;}.easyform_right_top input:placeholder{color:#212529;}.easyform_right_top input:focus::-webkit-input-placeholder{color:transparent}.easyform_right_top input:focus:-moz-placeholder{color:transparent}.easyform_right_top input:focus::-moz-placeholder{color:transparent}.easyform_right_top input:focus:-ms-input-placeholder{color:transparent}.easyform_right_top input:focus:placeholder{color:transparent}.slam-easyform .easyform_right .easyform_right_bottom {	display: flex;	align-items: center;}.slam-easyform .easyform_right_bottom .form-group {	margin-bottom:0;}.slam-easyform .note {	font-size:12px;}.easyform_right_bottom .block_btn button {	font-size: 16px;	background: none;	border: 1px solid #fff;    box-sizing: border-box;    padding: 14px 30px;}.easyform_right_bottom label.checkbox-inline a {	color:#fff;	text-decoration:underline;}.easyform_right_bottom label.checkbox-inline a:hover {	text-decoration:none;}.slam-easyform .alert {	margin: 0 auto 20px;	width: 100%;}@media screen and (min-width: 768px) {    .slam-easyform  .modal:before {        display: inline-block;        vertical-align: middle;        content: " ";        height: 100%;    }}.slam-easyform  .modal-dialog {    display: inline-block;    text-align: left;    vertical-align: middle;}.slam-easyform .modal .modal-header .title {    margin: 0;    font-size: 22px;    display: inline-block;}.hide-formvalidation small.help-block{    display: none!important;}@keyframes spinner {    to {        transform: rotate(360deg)    }}.slam-easyform .spinner,.slam-easyform .spinner:hover {    position: relative;    color: transparent}.slam-easyform .spinner:before {    content: '';    box-sizing: border-box;    position: absolute;    top: 50%;    left: 50%;    width: 20px;    height: 20px;    margin-top: -10px;    margin-left: -10px;    border-radius: 50%;    border: 2px solid #ccc;    border-top-color: #333;    animation: spinner .6s linear infinite}.slam-easyform .easyform_right_bottom .checkbox-inline {	padding-left: 0;}.slam-easyform .easyform_right_bottom .checkbox-inline input[type="checkbox"] {	display: none;}.slam-easyform .easyform_right_bottom .checkbox-inline [type="checkbox"] + span::before {	content: '';	display: inline-block;	width: 22px;	height: 22px;	line-height: 22px;	text-align: center;	vertical-align: text-bottom;	margin-right: 10px;	color:#fff;	cursor: pointer;	border-radius:5px;	border:1px solid #fff;}.slam-easyform .easyform_right_bottom .checkbox-inline [type="checkbox"]:checked + span::before{    background: url(/bitrix/templates/kb-78/images/checkbox.svg) no-repeat center center;}.slam-easyform .easyform_right_bottom .checkbox-inline .sp {	display: flex;}.slam-easyform .easyform_right_bottom .checkbox-inline .sp>span {	width: 85%;}@media screen and (max-width: 1199px) {	.slam-easyform .easyform_right .easyform_right_bottom {		flex-wrap:wrap;	}	.slam-easyform .easyform_right .easyform_right_bottom {		flex-direction: column-reverse;	}	.slam-easyform .easyform_right .easyform_right_bottom>div {		width: 100%;		flex: 100%;		max-width: 100%;		margin-bottom:10px;	}	.front-form .easyform_left {		width: 35%;	}	.front-form .easyform_right {		width: 65%;	}	.front-form .slam-easyform{		padding: 24px 20px 24px 20px;		background-size: 140px;		background-position: 0px 30px;	}	.front-form .easyform_left, .slam-easyform .note {		padding-right: 15px;		padding-left: 15px;	}	.easyform_right_bottom .block_btn {		text-align: right;		margin: 20px 0 0;	}	.easyform_right_bottom .block_btn button {		padding: 10px 20px;	}	.slam-easyform .easyform_right_bottom .checkbox-inline .sp > span {		width: 95%;	}}@media screen and (max-width: 991px) {	.front-form .slam-easyform {		background-size: 120px;		padding: 24px 20px 24px 20px;		background-position: 30px 50px;	}	.front-form #FORM2, .front-form #FORM99 {		flex-wrap:wrap;	}	.front-form .easyform_left, .front-form .easyform_right {		width: 100%;		margin:10px 0;	}	}@media screen and (max-width: 768px) {	.front-form .slam-easyform {		background: none;		padding: 15px;	}	.front-form .slam-easyform img{		display: none;	}	.easyform_right_bottom .block_btn button {		margin-bottom:0;	}	.front-form .easyform_left, .front-form .easyform_right, .slam-easyform .easyform_right .easyform_right_bottom>div {		width: 100%;		flex: 100%;		max-width: 100%;		margin-bottom:10px;	}	.slam-easyform .easyform_right .easyform_right_bottom .block_btn {		text-align: right;		margin:20px 0 0;	}	.front-form #FORM2, .front-form #FORM99, .easyform_right .easyform_right_top, .slam-easyform .easyform_right .easyform_right_bottom {		flex-wrap:wrap;	}	.front-form .easyform_left, .slam-easyform .note {		padding-right: 0;		padding-left: 0;	}	.easyform_right .easyform_right_top>div {		max-width: 48%;		margin-bottom:10px;	}	.easyform_right .easyform_right_top {		justify-content: space-between;	}	}@media screen and (max-width: 540px) {	.front-form .easyform_left .easyform_title {		text-align: center;	}}@media screen and (max-width: 450px) {	.easyform_right .easyform_right_top>div {		max-width: 100%;		flex: 100%;		margin-bottom: 5px;	}	.slam-easyform .easyform_right_bottom .checkbox-inline .sp > span {		width: 90%;	}}

/* Service landing form visual polish */
.front-form {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.front-form .easyform_right_top input,
.front-form .easyform_right_top textarea,
.front-form .slam-easyform .easyform_right_top input,
.front-form .slam-easyform .easyform_right_top textarea {
	padding: 10px 12px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.95);
	transition: border-color 0.28s ease, box-shadow 0.28s ease;
}

.front-form .easyform_right_top input:focus,
.front-form .easyform_right_top textarea:focus,
.front-form .slam-easyform .easyform_right_top input:focus,
.front-form .slam-easyform .easyform_right_top textarea:focus {
	border-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
	outline: none;
}

.front-form .easyform_right_bottom .block_btn button,
.front-form .slam-easyform .easyform_right_bottom .block_btn button {
	border-radius: 6px;
	font-weight: 600;
	transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.front-form .easyform_right_bottom .block_btn button:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	background: rgba(255, 255, 255, 0.1);
}

.front-form .easyform_right_bottom .block_btn button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.front-form .easyform_left .easyform_title {
	letter-spacing: 0.02em;
}

.front-form .easyform_desc {
	line-height: 1.5;
	opacity: 0.95;
}

.front-form #FORM99 {
	flex-wrap: wrap;
}

.front-form .services-form-after {
	flex: 0 0 100%;
	width: 100%;
	color: #fff;
	font: 14px/20px Montserrat, Arial, sans-serif;
	margin-top: 16px;
	padding-top: 4px;
}

.front-form .services-form-after p:last-child {
	margin-bottom: 0;
}

.front-form .easyform_right_top > div {
	margin-bottom: 8px;
}

@media (prefers-reduced-motion: reduce) {
	.front-form .easyform_right_bottom .block_btn button,
	.front-form .easyform_right_bottom .block_btn button:hover {
		transform: none;
		transition: none;
	}
}

/* End */


/* Start:/bitrix/templates/kb-78/components/bitrix/news.list/service_projects_new/style.css?17819626953372*/
.background-mainpage-projects_new .projects-list .project .service_projects_price-and-button.justify-center {
    justify-content: center;
}

/* Service landing completed projects — excludes catalog listing */
.background-mainpage-projects_new .projects-list:not(.catalog-projects) .project-block .project {
    border: 1px solid rgba(3, 110, 162, 0.12);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.background-mainpage-projects_new .projects-list:not(.catalog-projects) .project-block .project:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(3, 110, 162, 0.12);
}

.background-mainpage-projects_new .project .img-project {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    max-height: 220px;
}

.background-mainpage-projects_new .project .img-project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.background-mainpage-projects_new .projects-list:not(.catalog-projects) .project:hover .img-project img {
    transform: scale(1.04);
}

.background-mainpage-projects_new .projects-list .project .name-project a {
    color: #212529;
    text-decoration: none;
    transition: color 0.28s ease;
}

.background-mainpage-projects_new .projects-list .project .name-project a:hover {
    color: #036EA2;
}

.background-mainpage-projects_new .projects-list .project .desc-project-new {
    border-top-color: rgba(3, 110, 162, 0.12);
}

.background-mainpage-projects_new .projects-list .project .desc-project-new li {
    border-bottom-color: rgba(3, 110, 162, 0.08);
}

.background-mainpage-projects_new .projects-list .project .service_projects_price-and-button .buttons a {
    border-radius: 6px;
    font-weight: 600;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.background-mainpage-projects_new .projects-list .project .service_projects_price-and-button .buttons a:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(3, 110, 162, 0.2);
}

.background-mainpage-projects_new .projects-list .project .service_projects_price-and-button .buttons a:focus-visible {
    outline: 2px solid #036EA2;
    outline-offset: 3px;
}

.background-mainpage-projects_new .projects-list .project .name-project {
    padding: 14px 16px;
}

.background-mainpage-projects_new .projects-list .project .desc-project-new {
    padding: 0 0 16px;
    margin: 0 16px;
}

.background-mainpage-projects_new .projects-list .project .desc-project-new li {
    padding: 7px 8px;
}

.background-mainpage-projects_new .projects-list .project .service_projects_price-and-button {
    padding: 0 16px 16px;
}

.background-mainpage-projects_new .projects-list .project .service_projects_price-and-button .buttons a {
    padding: 8px 28px;
}

@media (prefers-reduced-motion: reduce) {
    .background-mainpage-projects_new .projects-list:not(.catalog-projects) .project-block .project,
    .background-mainpage-projects_new .projects-list:not(.catalog-projects) .project-block .project:hover,
    .background-mainpage-projects_new .project .img-project img {
        transform: none;
        transition: none;
    }
}

/* End */
/* /bitrix/templates/kb-78/components/bitrix/catalog.element/services_new/style.css?17819626951087 */
/* /bitrix/templates/kb-78/components/slam/easyform/order_service/style.css?17819626968581 */
/* /bitrix/templates/kb-78/components/bitrix/news.list/service_projects_new/style.css?17819626953372 */
