

/* Start:/local/templates/template.main/components/ma/breadcrumb/main/style.css?1666759297964*/
.b-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 35px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--site-accent-color);
	margin-bottom: 42px;
}

.breadcrumb__section-wrap .b-breadcrumb {
	color: var(--site-main-color--hover);
}

.breadcrumb__light .b-breadcrumb {
	color: var(--site-light-color);
}

.b-breadcrumb_separator {
	margin: 0 20px;
}

.b-breadcrumb_separator svg {
	vertical-align: middle;
}

.breadcrumb__section-wrap .b-breadcrumb_separator path {
	stroke: var(--site-main-color--hover);
}

.breadcrumb__light .b-breadcrumb_separator path {
	stroke: var(--site-light-color);
}

.page-holder .b-breadcrumb a,
.page-holder .b-breadcrumb a:visited {
	color: inherit;
}

.page-holder .b-breadcrumb a:hover {
	color: var(--site-light-color);
}

.page-holder .breadcrumb__light a:hover {
	color: var(--site-accent-color);
}


@media (max-width: 575px) {
	.b-breadcrumb {
		display: none;
	}
}

	

/* End */


/* Start:/local/templates/template.main/components/ma/catalog/production/ma/catalog.section.list/list/style.css?16946988483014*/
.type-sections__image {
	position: relative;
	display: flex;
}

.type-sections__image-link {
	flex-grow: 1;
}

.type-sections__image img {
	width: 100%;
	height: auto;
}

.type-sections__name {
	margin-top: 0;
	margin-bottom: 35px;
}

.type-sections__item {
	margin-bottom: 110px;
}

.type-sections__item:last-child {
	margin-bottom: 0;
}

.type-sections__element-item {
	position: absolute;
	z-index: 2;
}

.type-sections__element-item.active {
	z-index: 3;
}

.type-sections__element-content {
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 240px;
	padding: 15px 15px 30px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
	color: var(--site-main-color);
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}

.type-sections__element-content.active {
	opacity: 1;
	pointer-events: all;
}

.type-sections__element-content--top {
	top: unset;
	right: 50%;
	bottom: calc(100% + 20px);
	transform: translateX(50%);
}

.type-sections__element-content--bottom {
	right: 50%;
	top: calc(100% + 20px);
	transform: translateX(50%);
}

.type-sections__element-content--right {
	right: unset;
	left: calc(100% + 20px);
}

.type-sections__element-content::before {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 30px;
	width: 20px;
	content: '';
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.75);
	clip-path: polygon(100% 50%, 0 100%, 0 0);
}

.type-sections__element-content--top::before {
	top: 100%;
	left: 50%;
	width: 30px;
	height: 20px;
	clip-path: polygon(100% 0, 50% 100%, 0 0);
	transform: translateX(-50%);
}

.type-sections__element-content--bottom::before {
	top: unset;
	left: 50%;
	bottom: 100%;
	width: 30px;
	height: 20px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: translateX(-50%);
}

.type-sections__element-content--right::before {
	left: unset;
	right: 100%;
	clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.type-sections__element-content img {
	margin-bottom: 12px;
	width: auto;
	background-color: var(--site-light-grey-color);
}

.type-sections__element-name {
	margin-bottom: 18px;
}

.type-sections__element-button {
	background-color: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}

.type-sections__element-button path,
.type-sections__element-button circle {
	transition: 0.3s;
}

.type-sections__element-button:hover path {
	fill: var(--site-accent-color);
}

.type-sections__element-button:hover circle {
	fill-opacity: 1;
}

@media (max-width: 1023px) {
	.type-sections__item {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.type-sections__elements-list {
		display: none;
	}
}


@media (max-width: 575px) {
	.type-sections__item {
		margin-bottom: 15px;
	}

	.section__type-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.type-sections__name {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.main-title--low
{
	margin-top: 40px!important;
}
/* End */


/* Start:/local/templates/template.main/components/ma/catalog.section/list/style.css?16679908253315*/
.elements-block__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-top: -40px;
}

.elements-block__item {
	width: calc(100% / 2 - 40px);
	margin-left: 40px;
	margin-top: 40px;
}

.elements-block__holder {
	display: flex;
	align-items: center;
	height: 100%;
}

.elements-block__link {
	margin-bottom: 12px;
}

.elements-block__pic {
	display: flex;
	justify-content: center;
	flex-shrink: 0;
	width: 280px;
	margin-right: 20px;
}

.elements-block__inner {
	font-size: 14px;
}

.elements-block__props .infin {
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='9' viewBox='0 0 19 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.32066 5.36045C7.87066 6.80045 6.32065 8.36045 4.08065 8.36045C3.53229 8.37204 2.98742 8.27071 2.47987 8.06281C1.97232 7.8549 1.51295 7.54485 1.13031 7.15189C0.747663 6.75893 0.449928 6.29147 0.255595 5.77857C0.0612617 5.26567 -0.0255242 4.7183 0.000651234 4.17044C0.00453841 3.61154 0.119159 3.05893 0.33787 2.54459C0.556582 2.03024 0.875048 1.56434 1.27488 1.1738C1.67472 0.783264 2.14799 0.475839 2.66734 0.269289C3.18669 0.0627392 3.74182 -0.0388322 4.30065 -0.0295695C6.40065 -0.0295695 7.96065 1.65043 9.30065 2.97043C10.7407 1.53043 12.2407 -0.0295695 14.5407 -0.0295695C15.0891 -0.0398592 15.6337 0.06275 16.1408 0.271883C16.6479 0.481016 17.1065 0.792197 17.4882 1.1861C17.8699 1.58 18.1666 2.04819 18.3596 2.56159C18.5527 3.07498 18.6382 3.62263 18.6107 4.17044C18.6054 4.7285 18.4899 5.28 18.2706 5.79318C18.0513 6.30637 17.7326 6.77111 17.3329 7.16059C16.9332 7.55006 16.4604 7.85657 15.9417 8.0625C15.423 8.26843 14.8687 8.3697 14.3107 8.36045C12.2407 8.39044 10.6807 6.72045 9.32066 5.36045ZM8.18066 4.20044C7.08066 3.20044 5.92065 1.70044 4.28065 1.70044C3.61761 1.70044 2.98173 1.96381 2.51289 2.43265C2.04405 2.90149 1.78065 3.5374 1.78065 4.20044C1.76562 4.52466 1.81707 4.84853 1.93182 5.15213C2.04657 5.45574 2.22222 5.73266 2.44795 5.96588C2.67367 6.1991 2.94471 6.38367 3.24441 6.50827C3.54411 6.63288 3.86612 6.69487 4.19065 6.69043C5.80065 6.69043 7.11066 5.30044 8.18066 4.20044ZM16.8507 4.20044C16.8671 3.87541 16.8167 3.55043 16.7026 3.24564C16.5885 2.94085 16.413 2.66272 16.1872 2.42841C15.9613 2.1941 15.6898 2.00861 15.3894 1.88339C15.089 1.75818 14.7661 1.69592 14.4407 1.70044C12.8307 1.70044 11.5307 3.09044 10.4407 4.20044C11.5407 5.20044 12.7007 6.69043 14.3507 6.69043C15.012 6.69044 15.6463 6.42841 16.1149 5.96173C16.5834 5.49505 16.848 4.86175 16.8507 4.20044Z' fill='%23C5D33D'/%3E%3C/svg%3E%0A");
	width: 21px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center;
}

@media (max-width: 1149px) {
	.elements-block__pic {
		width: auto;
		flex-shrink: 1;
	}
}

@media (max-width: 991px) {
	.elements-block__holder {
		flex-direction: column;
		align-items: flex-start;
	}

	.elements-block__pic {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.elements-block__list {
		margin-top: -20px;
		margin-left: -20px;
	}

	.elements-block__item {
		margin-left: 20px;
		margin-top: 20px;
		width: calc(100% / 2 - 20px);
	}

	.elements-block__inner {
		margin-top: auto;
	}
}

@media (max-width: 575px) {
	.elements-block__props {
		display: none;
	}

	.elements-block__link {
		margin-bottom: 0;
	}

	.elements-block__holder {
		align-items: center;
	}
}
/* End */


/* Start:/local/templates/template.main/components/ma/news.list/projects/style.css?16679913522470*/
.projects__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-top: -40px;
}

.projects__item {
	position: relative;
	width: calc(100% / 3 - 40px);
	margin-left: 40px;
	margin-top: 40px;
	color: var(--site-main-color);
}

.projects__title {
	margin-bottom: 60px;
}

.projects__holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.projects__item--big {
	width: calc(100% / 2 - 40px);
}

.projects__item--big .projects__pic {
	height: 400px;
}

.projects__pic {
	height: 260px;
	background-color: var(--site-light-grey-color);
}

.projects__image {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.projects__name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	justify-content: center;
	flex-grow: 1;
	padding: 25px 20px;
	background-color: var(--site-light-color);
	transition: 0.3s;
	line-height: 1.1;
}

.projects__item:hover .projects__name {
	background-color: var(--site-main-color--highlight);
}

.projects__item .projects__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.page-holder a.projects__button {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.projects__item {
		width: calc(100% / 2 - 40px);
	}

	.projects__pic {
		height: 400px;
	}
}

@media (max-width: 767px) {
	.projects__list {
		margin-top: -15px;
		margin-left: -15px;
	}

	.projects__item {
		margin-top: 15px;
		margin-left: 15px;
		width: calc(100% / 2 - 15px);
	}

	.projects__item--big .projects__pic,
	.projects__pic {
		height: 280px;
	}

	.projects__title {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.projects__list {
		margin-left: 0;
	}

	.projects__item {
		margin-left: 0;
		width: 100%;
	}

	.projects__item--big .projects__pic,
	.projects__pic {
		height: 170px;
	}

	.projects__title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.projects__name {
		padding: 5px 20px;
		font-size: 12px;
	}

	.page-holder .projects__list {
		margin-bottom: 15px;
	}

	.page-holder a.projects__button--hidden-mobile {
		display: none;
	}
}
/* End */


/* Start:/local/templates/.default/components/ma/form/request/style.css?16679914386488*/

.b-message-form_info {
    margin-bottom: 2.0em;
}

.b-message-form_item {
    margin: 0 0 15px 0;
    zoom: 1;
}

.b-message-form_item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b-message-form_item label {
    display: block;
    margin: 0 0 0.3em 0;
    text-align: left;
}

.b-message-form_item label .required {
    color: #CC0000;
    display: none;
}

.b-message-form_field {
    position: relative;
}

.b-message-form_checkbox label,
.b-message-form_radio label {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.b-message-form_text input,
.b-message-form_date input {
    width: 350px;
    height: 27px;
    margin: 0;
    padding: 0 8px;
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
}

.b-message-form_date input {
    /*width: 170px;*/
}

.b-message-form_date .calendar-icon {
    position: absolute;
    top: 4px;
    left: 342px;
}

.b-message-form_item .textarea {
    width: 500px;
    height: 80px;
    margin: 0;
    padding: 6px 8px;
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
}

.b-message-form_dropdown select {
    width: 367px;
    margin-left: 1px;
}


.b-message-form_item-hint {
    display: block;
    clear: both;
    padding: 0.4em 0 0 0;
    color: #979797;
    font-size: 11px;
}

.b-message-form_item-error {
    display: block;
    clear: both;
    margin: 0;
    padding: 0.4em 0 0 0;
    color: #dd4b39;
    font-size: 11px;
}

.b-message-form_error .b-message-form_text input,
.b-message-form_error .b-message-form_date input,
.b-message-form_error textarea {
    border-color: #dd4b39 !important;
}

.b-captcha {
    float: left;
    margin: -5px 0 0 -5px;
}

.b-captcha_item {
    float: left;
    padding: 8px;
}

.b-captcha_selected {
    padding: 5px;
    border: 3px solid red;
}

.b-captcha_item span {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -5000px;
}

.b-grahic-captcha .b-captcha_item span {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url('/local/templates/.default/components/ma/form/request/img/shape.png');
}

.b-grahic-captcha .square {
    background-position: 0 0;
}

.b-grahic-captcha .rectangle {
    background-position: -30px 0;
}

.b-grahic-captcha .triangle {
    background-position: -60px 0;
}

.b-grahic-captcha .round {
    background-position: -90px 0;
}

.b-grahic-captcha .polyhedron {
    background-position: -120px 0;
}

.b-grahic-captcha .trapeze {
    background-position: -150px 0;
}

.b-grahic-captcha .rhombus {
    background-position: -180px 0;
}

.b-grahic-captcha .oval {
    background-position: -210px 0;
}

.b-grahic-captcha .star {
    background-position: -240px 0;
}

.b-captcha-text {
    position: relative;
    float: left;
    height: 24px;
    margin: 3px 0 0 15px;
    padding: 0 10px;
    line-height: 25px;
    background-color: #f2efda;
    background-color: #fff9c9;
    border: 1px solid #c7bf93;
}

.b-captcha-text_corner {
    position: absolute;
    margin-top: 7px;
    margin-left: -10px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url(/local/templates/.default/components/ma/form/request/img/tip-yellow_arrows.png) no-repeat -30px 0;
}

.b-color-captcha-text label {
    color: #000;
    font-size: 12px;
}

.page-holder form .b-hidden-captcha {
    display: none !important;
}

.b-message-form_submit {
    clear: both;
    margin-right: 30px;
}

.b-message-form_submit .g-button {}

.b-message-form_personal-data {
    overflow: hidden;
    color: #979797;
    font-size: 11px;
}

.b-message-form_required-sing {
    margin-top: 1.2em;
    margin-left: 310px;
    font-size: 11px;
}

.b-agreement {
    font-size: 14px;
}

.b-message-form__wrap {
    padding: 30px 40px;
    background-color: #fff;
}

.page-holder .b-message-form__wrap .b-message-form__title {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 1;
}

.b-message-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-top: -30px;
}

.b-message-form__item {
    margin-left: 30px;
    margin-top: 30px;
    width: calc(100% / 2 - 30px);
}

.b-message-form__item--submit {
    margin-left: auto;
    color: #000;
    font-weight: 500;
    color: var(--site-grey-color);
    line-height: 1.25;
}

form .b-message-form__item--submit a,
form .b-message-form__item--submit a:visited {
    color: var(--site-main-color--hover);
}

form .b-message-form__item--submit a:hover {
    color: var(--site-main-color);
}

/* .b-message-form__input {
    width: 100%;
    min-height: 56px;
    padding: 15px 20px;
    color: var(--site-main-color);
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}

.b-message-form__item textarea {
    width: 100%;
    padding: 20px;
    font-style: italic;
    font-weight: 500;
    color: var(--site-main-color);
} */

.page-holder .b-message-form__item textarea {
    min-height: 140px;
}

.page-holder button.b-message-form__button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.b-message-form__file-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--site-grey-color);
    font-weight: 500;
}

.b-message-form__file-name {
    margin-left: 20px;
}

.b-message-form__file-type {
    margin-top: 8px;
    color: var(--site-grey-color);
    font-weight: 500;
}

.b-message-form__item-error {
    color: red;
}

.page-holder .b-message-form__error input {
    border-color: var(--site-input-border-color--error);
}

.b-message-form font.notetext {
    color: var(--site-grey-color);
    font-weight: 500;
}


@media (max-width: 575px) {
    .b-message-form__list {
        margin-left: 0;
        margin-top: -15px;
    }

    .b-message-form__item {
        margin-left: 0;
        width: 100%;
        margin-top: 15px;
    }

    .b-message-form__wrap {
        padding: 20px;
    }

    .page-holder .b-message-form__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    .b-message-form__file-name,
    .b-message-form__file-type,
    .b-message-form__personal-data {
        font-size: 12px;
    }
}
/* End */
/* /local/templates/template.main/components/ma/breadcrumb/main/style.css?1666759297964 */
/* /local/templates/template.main/components/ma/catalog/production/ma/catalog.section.list/list/style.css?16946988483014 */
/* /local/templates/template.main/components/ma/catalog.section/list/style.css?16679908253315 */
/* /local/templates/template.main/components/ma/news.list/projects/style.css?16679913522470 */
/* /local/templates/.default/components/ma/form/request/style.css?16679914386488 */
