

/* Start:/local/templates/rarus/css/bas.css?17327999271548*/
.mt-5 {
    margin-top: 5rem;
}
.mb-3 {
    margin-bottom: 3rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.mb-5 {
    margin-bottom: 5rem;
}
/* frame 1 */
.top-block {
    display: flex;
    gap: 32px;
}
.top-block_left {
    width: 60%;
}
.top-block_left .text {
    margin: 1rem 0 2rem;
}
.top-block_right {
    width: 40%;
    background-image: url("/images/bas/asset-01.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.bas-landing ul {
    padding-left: 20px;
}
.bas-landing ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}
/* frame 2 */
.descr-block {
    display: flex;
    gap: 32px;
}
.descr-block_img {
    width: 45%;
    background-image: url("/images/bas/asset-02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.descr-block_text {
    width: 55%;
}
/* frame 3 */
.functionalities h2 {
    font-size: 1.25em;
    color: #000;
}

/* media */
@media (max-width: 650px) {
    .top-block_left,
    .descr-block_text {
        width: 100%;
    }
    .top-block {
        flex-direction: column;
        align-items: center;
    }
    .top-block_right {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1/1;
    }
    .descr-block {
        flex-direction: column-reverse;
        align-items: center;
    }
    .descr-block_img {
        width: 100%;
        max-width: 400px;
        height: auto;
        aspect-ratio: 1/1;
    }
}
/* End */


/* Start:/local/templates/rarus/components/bitrix/news.list/bas-functionalities/style.css?1726560953746*/
.accordion {
    margin-top: 1rem;
}
.accordion_title {
    padding: 10px 0;
    cursor: pointer;
    margin: 5px 0;
    overflow: hidden;
}
.accordion_title>div {
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--green);
    padding-right: 22px;
    float: left;
}
.accordion_title>div:after {
    content: '›';
    font-size: 1.5em;
    line-height: 0.65em;
    position: absolute;
    right: 0;
    top: 0;
}
.open.accordion_title>div:after {
    transform: rotate(90deg);
    top: 3px;
}
.accordion_content {
    display: none;
    border-top: none;
    margin-bottom: 2rem;
}

@media (max-width: 450px) {
    .accordion_title>div {
        font-size: 1rem;
    }
}
/* 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-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/bas-additional/style.css?1727073356790*/
.additional {
    margin-top: 2rem;
}
.additional-item {
    border-radius: 12px;
    box-shadow: 0px 1px 8px 2px rgb(189 189 189 / 33%);
    padding: 18px 22px 18px 52px;
    background: #ffffff;
    margin-bottom: 1rem;
    position: relative;
}
.additional-item::before {
    content: '';
    background: url('/local/templates/rarus/components/bitrix/news.list/bas-additional/./images/check-bold.svg');
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 18px;
    left: 20px;
}
.additional-item_title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
}
.additional-item_text a {
    color: var(--dark_green);
}
.additional-item_text a:hover {
    color: #000000;
}
.additional-warn {
    color: var(--green);
    font-size: 0.9rem;
    margin-left: 20px;
}
/* End */


/* Start:/local/templates/rarus/components/bitrix/news.list/bas-prices/style.css?17327994191754*/
.prices {}
.prices_descr {
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    margin: 1rem 0 3rem;
}
.prices-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 3rem 46px;
}
.prices-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    border: 1px solid #5f5f5f;
}
.prices-item_top {
    background-color: var(--green);
    color: #ffffff;
    padding: 1.2rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #5f5f5f;
    font-size: 1.1rem;
}
.prices-item_title {
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
}
.prices-item_title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    bottom: 0;
}
.prices-item_subtitle {
    text-align: center;
    margin-top: 0.5rem;
}
.prices-item_bottom {
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.prices-item_price {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}
.prices-item_price.red-price {
    color: #f24726;
}
.prices-item_price-descr {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.45rem;
}
.prices-item_descr {
    margin: 1rem 0 2rem;
}
.prices-item_descr a {
    color: var(--dark_green);
}
.prices-item_descr a:hover {
    color: #000;
}
.prices-item_stub {
    height: 100%;
    width: 100%;
}
.prices .button {}

@media (max-width: 890px) {
    .prices-item {
        max-width: 360px;
    }
}
/* 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/bas.css?17327999271548 */
/* /local/templates/rarus/components/bitrix/news.list/bas-functionalities/style.css?1726560953746 */
/* /local/components/rarus/help-form/templates/light/style.css?17271793002571 */
/* /local/templates/rarus/components/bitrix/news.list/bas-clients/style.css?1732795349547 */
/* /local/templates/rarus/components/bitrix/news.list/bas-additional/style.css?1727073356790 */
/* /local/templates/rarus/components/bitrix/news.list/bas-prices/style.css?17327994191754 */
/* /local/templates/rarus/components/bitrix/news.list/bas-reviews/style.css?17265790131748 */
