

/* 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/its-bas.css?17683033451657*/
.column .left p {
    margin: 0.5rem 0;
}

.text-block {
    margin: 2rem 0 0;
}
.text-block p {
    margin: 0.5rem 0;
}
.text-block h2 {
    margin: 0 0 0.8rem;
}
.text-block ul {
    margin: 0.5rem 0;
    padding-left: 20px;
}
.text-block ol {
    margin: 0.5rem 0;
    padding-left: 22px;
}
.text-block ul li {
    margin-bottom: 0.5rem;
}
.text-block ol li {
    margin-bottom: 0.65rem;
}
.text-block ol li::marker {
    color: var(--green);
    font-weight: bold;
}
.text-block table {}
.text-block table td {
    vertical-align: top;
    padding-bottom: 1rem;
}
.text-block table td:last-child {
    padding-left: 1rem;
}
.text-block .accent-link {
    color: var(--green);
    font-weight: 500;
}

/*.img_table {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin: 1rem 0 0;*/
/*}*/
/*.img_table .item {*/
/*    width: 30%;*/
/*    margin-right: 3.33%;*/
/*    margin-bottom: 46px;*/
/*}*/
/*.img_table .inner_block img {*/
/*    max-height: 50px;*/
/*    width: auto;*/
/*    height: auto;*/
/*}*/
/*.img_table .inner_block div {*/
/*    margin-top: 4px;*/
/*    font-weight: bold;*/
/*}*/
.clients h2 {
    display: none;
}
.clients {
    margin-bottom: 3rem;
}

.faq {
    margin: 2rem 0 3rem;
}
.faq__container {
    margin-top: 1.5rem;
}
.faq__item {
    margin-top: 1rem;
}
.faq__item:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
}
.faq__question {
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.faq__answer {}

h2.center-text {
    text-align: left;
}

@media (max-width: 600px) {
    .img_table .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
    }
}

/* End */


/* Start:/local/templates/rarus/components/bitrix/news.list/bas-clients/style.css?1732795349547*/
.clients h2 {
    text-align: center;
}
.clients_description {
    margin: 1rem 0 1rem;
    text-align: center;
    max-width: 750px;
}
.clients_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 36px 24px;
    margin-top: 2rem;
}
.clients_item {
    width: calc(25% - 18px);
}

@media (max-width: 600px) {
    .clients_item {
        width: calc(33% - 18px);
    }
}

@media (max-width: 420px) {
    .clients_item {
        width: calc(50% - 18px);
    }
}
/* End */


/* Start:/local/templates/rarus/components/bitrix/news.list/its-bas-tariffs/style.css?1766057519703*/
.its-tariffs {
    margin: 2rem 0 2rem;
}
.its-tariffs__container {
    display: grid;
    grid-template: auto / auto auto;
    gap: 1.2rem 1rem;
    margin: 1rem 0 0;
}
.tariff__block {}
.tariff__name {
    font-weight: 700;
}
.tariff__name .mob {
    display: none;
}
.tariff__descr {}
.tariff__price {
    font-weight: 700;
}

@media (max-width: 500px) {
    .its-tariffs__container,
    .tariff__name .mob {
        display: block;
    }
    /*.tariff__name .mob {*/
    /*    font-weight: normal;*/
    /*}*/
    .tariff__price {
        display: none;
    }
    .tariff__name {
        display: flex;
        margin-bottom: 0.5rem;
    }
    .tariff__block {
        margin-bottom: 1.2rem;
    }
}
/* End */


/* Start:/local/components/rarus/help-form/templates/light/style.css?17271793002571*/
.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;
}
.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 */


/* Start:/local/templates/rarus/components/bitrix/news.list/bas-reviews/style.css?17265790131748*/
.rating {
    flex-shrink: 0;
}
.stars {
    display: flex;
}
.star {
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ccc"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>') no-repeat center;
    background-size: cover;
    position: relative;
}
.star-fill {
    width: 0;
    height: 100%;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFD700"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    background-position-x: left;
}

.reviews {
    margin-top: 2rem;
}
.reviews-item:not(:last-child) {
    margin-bottom: 2rem;
}
.reviews-item_top {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0.45rem;
}
.reviews-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.reviews-name:before {
    content: '';
    background-image: url('/local/templates/rarus/components/bitrix/news.list/bas-reviews/./images/account-circle.svg');
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    flex-shrink: 0;
}
.reviews-text {}

@media (max-width: 600px) {
    .reviews-item_top {
        display: flex;
        flex-direction: column-reverse;
        align-items: unset;
        gap: 6px;
    }
    .rating {
        align-self: flex-end;
    }
}

@media (max-width: 430px) {
    .rating {
        align-self: flex-start;
    }
}
/* End */
/* /local/templates/rarus/css/introduction.css?16433763634131 */
/* /local/templates/rarus/css/its-bas.css?17683033451657 */
/* /local/templates/rarus/components/bitrix/news.list/bas-clients/style.css?1732795349547 */
/* /local/templates/rarus/components/bitrix/news.list/its-bas-tariffs/style.css?1766057519703 */
/* /local/components/rarus/help-form/templates/light/style.css?17271793002571 */
/* /local/templates/rarus/components/bitrix/news.list/bas-reviews/style.css?17265790131748 */
