

/* Start:/local/templates/main/components/bitrix/news.list/banners/style.css?17575016295955*/
.banners {
    display: flex;
    gap: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    display: flex;
    flex-wrap: wrap;
}

.banners .banner {
    border-radius: 32px;
    padding: 32px 40px;
    min-height: 235px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #fff;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    transition: all 250ms ease-in-out;
    text-decoration: none;
}

.banners .banner:hover {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
}

.banners .banner.banner_alert {
    cursor: pointer;
    background: #FFE0E1;
    flex: 1;
}

.banners .banner.banner_alert:hover {
    background: #FFEDEE;
}

.banners .banner.banner_alert .btn {
    padding-left: 0;
    margin-top: 24px;
}

.banners .banner.banner_alert ~ .blue {
    flex: 1;
}

.banners .banner.banner_alert ~ .blue img {
    width: 192px;
    right: -40px;
    top: 115px;
    height: auto;
    left: unset;
}

.banners .banner.banner_alert ~ .support .banner_bottom .btn {
    height: 60px;
}

.banners .banner.banner_alert ~ .support .banner_bottom .btn.accent {
    max-width: 98px;
}

.banners .banner.blue {
    cursor: pointer;
    background: #b0ddfa;
    flex: 2;
}

.banners .banner.blue > * {
    z-index: 2;
    max-width: 270px;
}

.banners .banner.blue p {
    color: #005b8b;
    margin-top: 8px;
    font-size: 18px;
}

.banners .banner.blue img {
    position: absolute;
    z-index: 1;
    top: -9px;
    left: 280px;
    height: calc(100% + 46px);
    width: auto;
    max-width: unset;
}

.banners .banner.support {
    flex: 2;
    min-width: 655px;
    min-width: calc(50% - 12px);
}

.banners .banner.support p {
    margin: 24px 0 40px;
    font-size: 18px;
}

.banners .tag {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #222;
    background: #FBB6B9;
    border-radius: 6px;
    padding: 4px 12px;
}

.banners .date {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    color: #002f35;
}

.banners h2 {
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #005b8b;
}

.banners svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.banners p {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #004163;
}

.banners .banner_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    width: 100%;
}

.banners .banner_bottom {
    display: flex;
    gap: 16px;
    margin-top: 16px;
}

.banners .banner_bottom .btn {
    border-radius: 32px;
    padding: 18px 19px;
    white-space: nowrap;
}

.banners .banner_bottom .btn.tel {
    padding: 18px 10px;
}

.banners .banner_bottom .btn .btn_text {
    font-size: 16px;
}

@media (max-width: 1850px) {
    .banners .banner.banner_alert ~ .blue img {
        transform: unset;
    }

    .banners .banner.banner_alert ~ .support .banner_bottom {
        flex-direction: row;
        width: 100%;
    }

    .banners .banner.banner_alert ~ .support .banner_bottom .tel {
        min-width: 236px;
    }

    .banners .banner.banner_alert ~ .support .banner_bottom .btn {
        height: 56px;
    }

    .banners .banner.banner_alert ~ .support .banner_bottom .btn.accent {
        max-width: 120px;
    }

    .banners .banner.blue p {
        font-size: 18px;
    }

    .banners .banner.blue img {
        top: 138px;
        left: 50%;
        width: 246px;
        height: auto;
        transform: translateX(-50%);
    }

    .banners .banner.support p {
        font-size: 14px;
    }

    .banners .tag {
        font-size: 14px;
    }

    .banners .banner_bottom {
        flex-direction: column;
        width: 100%;
    }

    .banners .banner_bottom .btn {
        width: 100%;
    }

    .banners .banner_bottom .btn.tel {
        border: 2px solid #0090ef;
        border-radius: 32px;
    }

    .banners .banner_bottom .btn .btn_text {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .banners .banner {
        min-height: 230px;
    }

    .banners .banner.banner_alert ~ .blue img {
        width: 180px;
        top: 87px;
        right: -43px;
    }
}

@media (max-width: 740px) {
    .banners .banner {
        min-height: 200px;
    }

    .banners .banner.banner_alert .btn {
        margin-top: 0;
        padding: 15px 0;
    }

    .banners .banner.banner_alert ~ .blue {
        padding-right: 111px;
    }

    .banners .banner.banner_alert ~ .blue img {
        width: 200px;
        top: 58px;
        right: -62px;
    }

    .banners .banner.banner_alert ~ .support .banner_bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .banners .banner.banner_alert ~ .support .banner_bottom .btn {
        height: 60px;
    }

    .banners .banner.blue p {
        font-size: 20px;
    }

    .banners .banner.blue img {
        width: 200px;
        top: 58px;
        right: -53px;
        transform: none;
        left: unset;
    }

    .banners .banner.support {
        min-width: 100%;
    }

    .banners .banner.support p {
        font-size: 20px;
    }

    .banners .tag {
        font-size: 16px;
    }

    .banners .banner_bottom {
        align-items: flex-start;
    }

    .banners .banner_bottom .btn {
        width: auto;
    }

    .banners .banner_bottom .btn.tel {
        border: none;
    }

    .banners .banner_bottom .btn .btn_text {
        font-size: 16px;
    }
}

@media (max-width: 430px) {
    .banners .banner.blue img {
        top: 78px;
        right: -82px;
    }
}

.dialog[id^="message_dialog"] ol {
    padding-left: 1em;
    font-size: 20px;
}

.dialog[id^="message_dialog"] ol a {
    text-decoration: none;
    color: #0090ef;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/articles/style.css?17575016291627*/
.articles {
    margin: 64px 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.articles .articles_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.articles .articles_item {
    background: #fff;
    border-radius: 32px;
    padding: 32px 40px;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    gap: 24px;
    text-decoration: none;
    min-height: 250px;
    transition: all 250ms ease-in-out;
}

.articles .articles_item:hover {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
}

.articles .articles_item.article_main {
    background: #B1F8E2;
}

.articles .articles_item.article_main:hover {
    background: #D5FBEE;
}

.articles .articles_item h2 {
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #005b8b;
}

.articles .articles_item .link_text {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #0090ef;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    min-height: 56px;
}

.articles .articles_item .link_text svg {
    width: 24px;
    height: 24px;
}

.articles .articles_item .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.articles .articles_item .tags .tag {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222;
    background: #56F0C1;
    border-radius: 6px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 740px) {
    .articles {
        margin-top: 40px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/samples/style.css?17575016291523*/
.samples {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.samples h2 {
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #004163;
}

.samples .samples_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.samples_item {
    border: 1px solid #b0ccdb;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #004163;
    text-decoration: none;
    transition: all 250ms ease-in-out;
}

.samples_item:hover {
    border-color: #0090ef;
    color: #0090ef;
}

.samples_item:hover h3,
.samples_item:hover .size {
    color: #0090ef;
}

.samples_item svg {
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.samples_item h3 {
    line-height: 21px;
    transition: all 250ms ease-in-out;
}

.samples_item .samples_info {
    display: flex;
    flex-direction: column;
}

.samples_item .size {
    font-family: "Circe", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #337ca2;
    line-height: 19px;
    transition: all 250ms ease-in-out;
}

@media (max-width: 1599px) {
    .samples .samples_list {
        max-width: 630px;
    }
}

@media (max-width: 576px) {
    .samples .samples_list {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/list/style.css?1757501629612*/
.dev_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dev_block h2 {
    font-family: "Circe", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    color: #004163;
}

.dev_block ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dev_block ul a {
    padding: 22px 0;
    width: -moz-fit-content;
    width: fit-content;
}

.dev_block ul a svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
}

@media (max-width: 1599px) {
    .dev_block ul a {
        padding: 16px 0;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/banners/style.css?17575016295955 */
/* /local/templates/main/components/bitrix/news.list/articles/style.css?17575016291627 */
/* /local/templates/main/components/bitrix/news.list/samples/style.css?17575016291523 */
/* /local/templates/main/components/bitrix/news.list/list/style.css?1757501629612 */
