

/* 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.list/.default/style.css?1638191161176*/
.img_list .text_block a {
    color: #000;
}
.img_list .text_block a:hover {
    color: var(--dark_green);
}
.img_list .item_img a {
    overflow: hidden;
    display: block;
}
/* End */
/* /local/templates/rarus/css/introduction.css?16433763634131 */
/* /local/templates/rarus/css/services.css?17836736441289 */
/* /local/templates/rarus/components/bitrix/news/tree/bitrix/news.list/.default/style.css?1638191161176 */
