

/* 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.section/blocks/style.css?16679751381037*/
.elements-list__list {
	display: flex;
	flex-direction: column;
	margin-top: -60px;
}

.elements-list__item {
	margin-top: 60px;
}

.elements-list__holder {
	display: flex;
}

.elements-list__pic {
	max-width: 660px;
	flex-shrink: 0;
	margin-right: 60px;
}

.elements-list__pic img {
	background-color: var(--site-light-color);
}

.elements-list__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.elements-list__text {
	margin-bottom: 20px;
	line-height: 1.5;
}

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

.elements-list__name {
	margin-top: 0;
	margin-bottom: 35px;
	max-width: 720px;
}

@media (max-width: 1099px) {
	.elements-list__holder {
		flex-direction: column;
	}

	.elements-list__pic {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.elements-list__list {
		margin-top: -25px;
	}

	.elements-list__item {
		margin-top: 25px;
	}

	.elements-list__name {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.elements-list__text {
		margin-bottom: 10px;
	}
}
/* End */


/* Start:/local/templates/.default/components/ma/form/request-small/style.css?17174273229011*/
.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-small/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-small/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;
}

.b-message-form__wrap--mobile {
    display: none;
}

.b-message-form__wrap--small {
    margin: 0 auto;
    padding: 40px 50px;
    max-width: 440px;
    flex-shrink: 0;
    width: 100%;
}

.m-box-modal .b-message-form__wrap--small {
    min-width: 410px;
    padding: 40px 35px;
    max-width: unset;
}

.page-holder .b-message-form__wrap .b-message-form-small__title {
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: -20px;
}

.b-message-form-small__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: -22px;
}

.b-message-form-small__item {
    margin-top: 12px;
    width: 100%;
}

.b-message-form-small__item--submit {
    color: var(--site-text-second-color);
    font-weight: 500;
    color: var(--site-grey-color);
    line-height: 1.25;
}

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

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

/* .b-message-form-small__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-small__item textarea {
    width: 100%;
    padding: 20px;
    font-style: italic;
    font-weight: 500;
    color: var(--site-main-color);
} */

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

.page-holder button.b-message-form-small__button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
}

.b-message-form-small__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-small__file-name {
    margin-left: 20px;
}

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

.b-message-form-small__item-error {
    color: red;
}

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

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

.page-holder .b-message-form__wrap--small input::-webkit-input-placeholder,
    .page-holder .b-message-form__wrap--small textarea::-webkit-input-placeholder {
        /* Chrome */
        color: var(--site-main-color--hover);
    }

    .page-holder .b-message-form__wrap--small input:-ms-input-placeholder,
    .page-holder .b-message-form__wrap--small textarea:-ms-input-placeholder {
        /* IE 10+ */
        color: var(--site-main-color--hover);
    }

    .page-holder .b-message-form__wrap--small input::-moz-placeholder,
    .page-holder .b-message-form__wrap--small textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: var(--site-main-color--hover);
    }

@media (max-width: 575px) {
    .m-box-modal--small .modal-container__close {
        display: flex;
    }

    .m-box-modal h1 {
        font-size: 30px;
        padding: 20px 60px 25px 15px;
    }

    .m-box-modal--small {
        width: 100%;
    }

    .b-message-form__wrap--small {
        max-width: unset;
    }

    .m-box-modal .b-message-form__wrap--small {
        min-width: unset;
        padding: 20px 0;
    }

    .b-message-form__wrap--small {
        padding: 20px;
        min-width: none;
    }

    .page-holder button.b-message-form-small__button {
        font-size: 20px;
    }

    .b-message-form__wrap--mobile {
        display: block;
    }

    .page-holder .b-message-form__wrap .b-message-form-small__title {
        margin-bottom: 18px;
    }

    .page-holder .b-message-form__wrap--small .b-message-form-small__item input,
    .page-holder .b-message-form__wrap--small textarea {
        font-size: 12px;
        min-height: 36px;
        padding: 8px 16px;
    }

    .page-holder .b-message-form-small__item textarea {
        min-height: 90px;
    }

    .page-holder .b-message-form__wrap--small input::-webkit-input-placeholder,
    .page-holder .b-message-form__wrap--small textarea::-webkit-input-placeholder {
        /* Chrome */
        font-size: 12px;
    }

    .page-holder .b-message-form__wrap--small input:-ms-input-placeholder,
    .page-holder .b-message-form__wrap--small textarea:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 12px;
    }

    .page-holder .b-message-form__wrap--small input::-moz-placeholder,
    .page-holder .b-message-form__wrap--small textarea::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
    }

    .b-message-form-small__list {
        margin-top: -15px;
    }

    .b-message-form-small__item {
        margin-top: 15px;
    }
}

@media (max-width: 479px) {

    .b-message-form-small__file-name,
    .b-message-form-small__file-type,
    .b-message-form-small__personal-data {
        font-size: 12px;
    }
}
/* End */
/* /local/templates/template.main/components/ma/breadcrumb/main/style.css?1666759297964 */
/* /local/templates/template.main/components/ma/catalog.section/blocks/style.css?16679751381037 */
/* /local/templates/.default/components/ma/form/request-small/style.css?17174273229011 */
