

/* Start:/local/templates/.default/components/bitrix/news.detail/banner_aso/style.css?17441972801065*/
.main_banner ul li {
    color: #fff;
}
.background-green {
    cursor: pointer;
}
.aso__button_blue .blue__button {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
}
.main_banner p {
    color: #ffffff;
}
.background-green p {
    max-width: inherit !important;
}

@media (min-width: 1900px) {
    .main_banner {
        background-size: 65% !important;
    }
    .main_banner ul {
        max-width: 500px;
    }
}
@media (min-width: 2100px) {
    .main_banner {
        background-size: 59% !important;
    }
}
@media (min-width: 2300px) {
    .main_banner {
        background-size: 50% !important;
    }
}

@media (max-width: 768px) {
    .main_banner {
        max-height: 575px !important;
    }
}

@media (max-width: 576px) {
    .main_banner ul li {
        font-size: 0.875rem;
        line-height: 17px;
    }
    .background-blue {
        height: 100% !important;
        padding: 20px 0;
        font-size: 0.875rem;
    }
    .main_banner {
        background-position-y: 54% !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/advantages/style.css?1744201878738*/
.about_title {
    max-width: 260px;
}
@media (max-width: 768px) {
    .advantages_link {
        cursor: pointer;
    }
    .mobile-advantages-block .card-text {
        display: block;
        font-size: 0.75rem;
    }
    .mobile-advantages-block .card-title {
        font-size: 0.875rem;
        font-weight: bold;
    }
    .mobile-advantages-block .card-title::before {
        content: none;
    }
    .about_caption {
        max-width: 190px;
    }
}
@media (min-width: 992px) {
    .seo_block {
        height: 100%;
    }
    .seo_block .card-body {
        position: sticky;
        position: -webkit-sticky;
        top: 70px;
    }
}
@media (min-width: 769px) {
    .mobile-advantages-block {
        display: none;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/aso_num/style.css?1741941605731*/
.aso_num .col {
    background-color: white;
    border-radius: 24px;
}
.aso_num .col .border {
    background-color: white;
    border-radius: inherit;
    padding: 24px;
}
.aso_num .about_title {
    color: #0078E1;
    font-size: 3rem;
    font-weight: bold;
}
.aso_num .text_about.text_about {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}
.aso_nums {
    background-color: #0078E1;
}
.aso_nums .title {
    color: #ffffff;
}
@media (max-width: 1024px) {
    .aso_num .about_title {
        font-size: 24px;
    }
    .aso_num .text_about {
        font-size: 0.75rem;
    }
    .aso_num .col .border {
        padding: 8px;
    }
    .aso_num .col {
        border-radius: 16px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/cases_racurs/style.css?1741772139742*/
.blue-section .col-md-6 {
    min-height: 100px;
}
@media (max-width: 992px) {
    .results_racurs .owl-prev, .results_racurs .owl-next {
        width: 24px !important;
        height: 24px !important;
        position: absolute;
        top: 300px !important;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .results_racurs .owl-prev img, .results_racurs .owl-next img {
        width: 16.75px;
        height: 16.75px;
    }
    .results_racurs .results-head .results-slider-controls .owl-prev {
        left: -10px !important;
    }
    .results_racurs .owl-next {
        right: -10px !important;
    }
    .result_no {
        background-color: #fff !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/gallery_block/style.css?1719390813706*/
.gallery__mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .gallery__mobile {
        display: grid !important;
    }
    .gallery__desktop {
        display: none !important;
    }
    .gallery_block .blue__button {
        display: none;
    }
}

.tooltip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    max-width: 70px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/carousel_max/style.css?1719390813427*/
.steps__slider .owl-stage-outer {
    display: flex;
}

.steps__slider .owl-stage {
    display: flex;
    width: 100%;
}

.steps__slider .owl-item {
    display: flex;
    align-items: stretch;
    height: auto !important;
}

.step__title {
    padding: 0 10px;
}

.step-card {
    cursor: pointer;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .step-card {
        justify-content: center !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/listing_img/style.css?1719390813425*/
.show_more_cl {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #0078E1;
}
.show_less_cl {
    display: none;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    color: #0078E1;
}
.clients-item img {
    max-height: 110px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/reviews_block/style.css?1719390813112*/
.reviews_text_block img {
    max-width: inherit !important;
    max-height: 55px;
    width: auto !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/team_block_seo/style.css?1740997244108*/
.slider-item__img {
    filter: grayscale(100%);
}
.slider-item__person-position {
    text-align: center;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/app/style.css?1744099175714*/
.consultation .errortext {
    color: #fff !important;
}
form[name="SIMPLE_FORM_12"] .form__items:first-of-type {
    width: 100% !important;
}
.icon_inp input {
    background: #fff url("/local/templates/racurs/img/tick-square-linear.svg") no-repeat right 12px center;
    background-size: 24px 24px;
    padding-right: 40px !important;
}
.icon_inp label {
    padding-left: 24px;
}
@media (max-width: 768px) {
    .agree_text {
        position: relative;
        top: -2px;
    }
    .icon_inp label {
        display: none;
    }
}

@media (max-width: 992px) {
    form[name="SIMPLE_FORM_12"] .form__items:last-of-type {
        width: 100% !important;
    }
    .agreement {
        line-height: 15px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?1719390813569*/
.faq {
    padding: 0 !important;
}
.faq_block {
    padding: 16px 0 22px 0 !important;
}
.faq__spoiler {
    color: #0093ff;
}
.text__spoiler {
    color: #8f9091;
}
.spoiler_block {
    padding: 0 29px;
}
.faq__column.even {
    padding-right: 10px;
}
.faq__column.odd {
    padding-left: 10px;
}
.faq__columns {
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .faq__column {
        padding: 0 !important;
        width: 100% !important;
    }
    .spoiler_block {
        padding: 0 0 14px 12px;
        font-size: 0.75rem;
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/publications/style.css?1751647464724*/
.news_date {
    font-size: 14px;
    line-height: 17px;
    color: #AAAAAA;
    margin-bottom: 8px;
}
.publication_card_tags button, .publication_card_tags a,  .publication_card_tags span{
    display: flex;
    gap: 8px;
    font-size: 14px;
    line-height: 19px;
    background-color: #0078e1;
    border-radius: 20px;
    color: #fff;
    padding: 6px 13px 7px 13px;
    border: none;
}

.publication_card_tags {
    display: flex;
    gap: 8px;
    position: absolute;
    padding-top: 22px;
    padding-left: 24px;
}

@media (max-width: 992px) {
    .publications__slider .publications__item .content .picture {
        height: 196px;
    }
    .news_date {
        font-size: 12px;
        line-height: 20px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.detail/banner_aso/style.css?17441972801065 */
/* /local/templates/.default/components/bitrix/news.list/advantages/style.css?1744201878738 */
/* /local/templates/.default/components/bitrix/news.list/aso_num/style.css?1741941605731 */
/* /local/templates/.default/components/bitrix/news.list/cases_racurs/style.css?1741772139742 */
/* /local/templates/.default/components/bitrix/news.list/gallery_block/style.css?1719390813706 */
/* /local/templates/.default/components/bitrix/news.list/carousel_max/style.css?1719390813427 */
/* /local/templates/.default/components/bitrix/news.list/listing_img/style.css?1719390813425 */
/* /local/templates/.default/components/bitrix/news.list/reviews_block/style.css?1719390813112 */
/* /local/templates/.default/components/bitrix/news.list/team_block_seo/style.css?1740997244108 */
/* /local/templates/.default/components/bitrix/form.result.new/app/style.css?1744099175714 */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?1719390813569 */
/* /local/templates/.default/components/bitrix/news.list/publications/style.css?1751647464724 */
