

/* Start:/local/templates/rarus/css/introduction.css?16433763634131*/
.column .left {}
.column .left h1 {
	font-size: 1.6em;
	margin: 15px 0;
}
.column .left h2 {
	font-size: 1.3em;
	margin: 27px 0 12px;
}
.column .left div {}

.column .left .type {
	padding-left: 21px;
	margin-bottom: 20px;
}
.column .left .type li {
	list-style-type: none;
	margin-bottom: 8px;
}
.column .left .type li a {
	color: #000;
}
.column .left .type li a:hover {
	color: var(--dark_green);
}
.column .left .button,
.button_green.button_green.button_green {
	background-color: var(--green);
	display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 28px 9px 24px;
    margin: 15px 0 27px 0;
    float: left;
    border: 1px solid var(--green);
}
.column .left .button:hover,
.button_green.button_green.button_green:hover {
	background-color: transparent;
	color: var(--green);
}
.column .left .description {
	clear: both;
	padding-left: 22px;
	margin-top: 24px;
}
.column .left .description .title_block {
	font-weight: bold;
	margin-bottom: 12px;
}
.column .left .description ol {
	padding-left: 14px;
	margin-bottom: 20px;
}
.column .left .description li {
	margin-bottom: 12px;
}
.column .left .price {
    font-weight: bold;
    font-style: italic;
}


.column .right {
	padding-top: 52px;
	position: relative;
}
.column .right:before {
	content: '';
	position: absolute;
	background-color: var(--green);
	width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: -1;
    left: -50px;
    top: 20px;
    opacity: 0.5;
}
.column .right .title_block {
	font-size: 0.75em;
    font-weight: 800;
    margin-bottom: 10px;
}
.column .right .phone {
	font-weight: 800;
    font-style: italic;
    margin-bottom: 6px;
    white-space: nowrap;
}
.column .right a {
    color: #000;
}
.column .right .descr {
	font-size: 0.8em;
}
.column .right .express {}
.column .right.indent {
	margin-top: 230px;
}

.insert {
	text-align: center;
    font-size: 1.3em;
    padding: 22px 0 32px;
    position: relative;
    margin: 60px 0 38px;
}
.insert:before {
	top: 0;
}
.insert:after {
	bottom: 0;
}
.insert:before,
.insert:after {
	content: '';
	position: absolute;
	height: 1px;
    width: 50%;
    background-color: #000;
    left:50%;
    margin-left:-25%;
}
.insert.small {
	font-size: 18px;
	margin: 28px 0 34px;
}
.selected_text {
	font-size: 22px;
	font-weight: 700;
    margin-bottom: 12px;
}
ul.services {
	padding: 0 0 0 22px;
	margin-bottom: 14px;
}
ul.services li {
	list-style: none;
	margin-bottom: 3px;
}
ul.services li:before {
	content: '-';
	margin-right: 4px;
}
.column .right .price {
	font-style: italic;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    margin: 2px 0 0 2px;
}

.section_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section_nav .title {
    margin-left: -8px;
    font-weight: bold;
    margin-bottom: 8px;
}
.section_nav a,
.section_nav span {
    font-size: 16px;
    margin: 4px 0;
}
.section_nav a {
    color: #000;
}
.section_nav span,
.section_nav a:hover {
    color: #fff;
}

@media (max-width: 700px) {
    .column .right {
        display: none;
    }
    .column.for_menu {
    	display: flex;
    	flex-direction: column;
    }
    /*.column.for_menu .left .type,*/
    .column.for_menu .left .ul_title {
    	display: none;
    }
    .column.for_menu .right {
    	display: block;
    	order: -1;
    	padding-top: 30px;
    	margin: 8px 0 8px;
    }
    .column.for_menu .right:before {
    	top: 0;
    }
    .column.for_menu .section_nav a, 
    .column.for_menu .section_nav span {
    	font-size: 18px;
    }
    .insert {
        font-size: 1em;
        font-weight: 500;
    }
}

.center_block>div>a {
	color: #000;
	font-weight: bold;
}

.button_container {
    overflow: hidden
}

.column .section_menu {
    padding-top: 52px;
}
.column  .section_menu:before {
    top: 28px;
}

@media (max-width: 420px) {
    .insert {
        font-size: 0.8em;
    }
}
/* End */


/* Start:/local/templates/rarus/css/services.css?17836736441289*/
.ul_title {
    font-weight: bold;
    margin-bottom: 3px;
}
.list_title {
    color: var(--green);
    font-weight: bold;
    margin-top: 28px;
    font-size: 24px;
}

.button_container {
    margin-bottom: 42px;
    overflow: hidden;
}
.button_container.button_container a {
    text-decoration: none;
    background-color: var(--green);
    color: #fff;
    padding: 11px 32px 9px 24px;
    flex-shrink: 0;
    font-weight: normal;
    display: block;
    float: left;
    text-align: center;
}
.button_container.button_container a:hover {
    background-color: var(--dark_green);
}

.img_list {
    margin: 0 0;
    max-width: 740px;
}
.img_list .item {
    display: flex;
    margin: 24px 0 34px;
}
.img_list .item_img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin-right: 35px;
}
.img_list .item_img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.img_list .text_block ul {
    padding-left: 25px;
}
.img_list .text_block ul li {
    margin: 6px 0;
}
.img_list .text_block b {
    display: block;
    margin-bottom: 6px;
}

@media (max-width: 600px) {
    .img_list .item_img {
        width: 50px;
        height: 50px;
        margin-right: 25px;
    }
}
/* End */


/* Start:/local/templates/rarus/components/bitrix/news/tree/bitrix/news.detail/.default/style.css?17836738201746*/
.news-detail {
	margin: 24px 0 32px;
}
.news-detail h1,
.news-detail h3 {
	margin-bottom: 12px;
}
.news-detail p {
	margin-bottom: 8px;
}
.news-detail ol,
.news-detail ul {
	padding-left: 26px;
	margin-top: 8px;
}
.news-detail ol>li {
	margin-bottom: 8px;
}
.news-detail ol li>ul {
	margin: 6px 0 12px;
	padding-left: 20px;
}
.news-detail ul>li {
	list-style: disc;
	margin-bottom: 4px;
}
.news-detail a {
	color: var(--dark_green);
}
.news-detail a:hover {
	color: var(--green);
}
.news-detail table {
	border-spacing: 0;
	border: 1px solid #cecece;
	margin-top: 12px;
}
.news-detail table td,
.news-detail table th {
	padding: 8px 16px 16px;
	border: 1px solid #cecece;
}
.news-detail table td p {
	margin: 0;
}

.news-detail .files_container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 16px;
	margin: 18px 0 0 3px;
}
.news-detail .files_container a {
	color: var(--green);
	padding: 7px 0 4px 35px;
	position: relative;
	margin-bottom: 18px;
}
.news-detail .files_container a:hover {
	color: var(--dark_green);
}
.news-detail .files_container a:before {
	content: '';
	background-image: url(/local/templates/rarus/components/bitrix/news/tree/bitrix/news.detail/.default/./images/pdf_icon.svg);
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
}

.news-detail .file_container {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news-detail .file_link {
	font-weight: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
}
.news-detail .file_link:hover {
	font-weight: 500;
	color: #000;
}
.news-detail .file_link.cfe:before {
	content: '';
	background-image: url(/images/services/cfe.png);
	background-repeat: no-repeat;
	width: 55px;
    height: 58px;
}
/* End */


/* Start:/local/components/rarus/help-form/templates/light/style.css?17848907092594*/
.help-form {
    position: relative;
    padding: 20px 0 28px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.help-form::before,
.help-form::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--green);
    background: linear-gradient(to right, transparent 0, var(--green) 10%, var(--green) 90%, transparent 100%);
}
.help-form::before {
    top: 0;
}
.help-form::after {
    bottom: 0;
}
.help-form__title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.help-form__descr {
    text-align: center;
    margin: 0.4rem auto 1rem;
    font-size: 0.9rem;
}
.help-form form {
    display: flex;
    align-items: center;
    gap: 30px;
}
.help-form__fields {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 1rem;
}
.help-form__field {}
.help-form__fname {
    font-size: 0.8rem;
    margin: 0 12px 0.3rem;
}
.help-form__field input {
    border: 1px solid #000000;
    font-size: 0.9em;
    padding: 10px 12px;
    outline: none;
}
.help-form__field input:focus {
    border-width: 2px;
    padding: 9px 11px;
}
.help-form__field input::placeholder {
    color: #ccc;
}
.help-form__captcha {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
}
.help-form__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    /*margin-top: 1.5rem;*/
}
.help-form__submit {
    display: block;
    background-color: var(--green);
    color: #fff;
    text-decoration: none;
    padding: 11px 24px;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0.9rem;
}
.help-form__submit:hover {
    background-color: var(--dark_green);
}
.help-form__field.error-field input {
    /*border-color: #f5f817;*/
    border-color: red;
}
.error-field__text {
    display: none;
}
.error-field .error-field__text {
    display: block;
}
.error-field__text,
.error_session,
.error-captcha__text {
    color: red;
    font-size: 0.8rem;
}
.error-captcha__text {}
.error-field__text {
    margin: 2px 8px 0;
}
.error_session,
.error-captcha__text {
    margin-bottom: 1rem;
}
.help-form__success {
    font-size: 1.1rem;
    text-align: center;
}
@media (max-width: 1060px) {
    .help-form form {
        flex-direction: column;
        gap: 22px;
    }
}
@media (max-width: 830px) {
    .help-form__fields {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* End */
/* /local/templates/rarus/css/introduction.css?16433763634131 */
/* /local/templates/rarus/css/services.css?17836736441289 */
/* /local/templates/rarus/components/bitrix/news/tree/bitrix/news.detail/.default/style.css?17836738201746 */
/* /local/components/rarus/help-form/templates/light/style.css?17848907092594 */
