

/* Start:/local/templates/.default/components/bitrix/news.list/financial_indicators/style.css?17620094437256*/
.workArea.financial__container {
    max-width: 1323px;
    background: transparent;
    width: auto;
}

.financial {
    padding-top: 140px;
    padding-bottom: 120px;
}
.financial__title {
    color: #333;
    font-family: 'Noto Sans', sans-serif ;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 60px;
    margin-top: 0;
    text-transform: none;
    letter-spacing: 0;
}

.table-financial {
    border: 1px solid #fff;
    background: var(--white, #fff);
    box-shadow: 0px 0px 25px 0px rgba(137, 137, 137, 0.08);
    padding: 40px 20px 36px;
    position: relative;
    width: auto;
}

.table-financial__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: row-reverse;
}

.table-financial__link {
    color: #09618d;
    font-family: 'Noto Sans', sans-serif ;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.table-financial__title {
    color: #333;
    font-family: 'Noto Sans', sans-serif ;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.table-financial__body {
    max-width: 930px;
    width: auto;
    overflow-x: scroll;
    margin-left: 350px;
    overflow-y: visible;
    padding: 0;
}

.table-financial__body::-webkit-scrollbar {
    height: 6px;
    background-color: #f2f2f2;
}

.table-financial__body::-webkit-scrollbar-thumb {
    border-radius: 71px;
    background-color: #c1c1c1;
}

.table-financial__body::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f2f2f2;
}

.table-financial table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.table-financial table caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

.table-financial tr > * {
    border-bottom: 1px solid #e4e4e4;
    white-space: nowrap;
}
.table-financial tr > *:first-child {
    position: absolute;
    min-width: 350px;
    left: 20px;
    top: auto;
    border-top-width: 1px;
    background: #fff;
    padding-left: 0;
}


.table-financial table th,
.table-financial table td {
    padding-left: 90px;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    text-align: left;
    min-width: 250px;
}

.table-financial table th {
    color: #a6a6a6;
    font-family: 'Noto Sans', sans-serif ;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.table-financial table td {
    color: #333;
    font-family: 'Noto Sans', sans-serif ;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    min-width: 150px;
}
@media screen and (max-width: 991px) {
    .table-financial__body {
        overflow-x: scroll;
        margin-left: 300px;
    }
    .table-financial tr > *:first-child {
        min-width: 300px;
    }
}
@media screen and (max-width: 767.98px) {
    .workArea.financial__container{
        margin: 0;
    }
    .table-financial__head {
        flex-direction: row;
    }
    .table-financial table {
        table-layout: fixed;
    }
    .table-financial {
        width: auto;
    }
    .table-financial__head {
        margin-bottom: 10px;
        padding: 0 20px;
    }
    .financial__title {
        font-size: 32px;
        margin-bottom: 30px;
        font-weight: 400;
        padding: 0 20px;
    }
    .financial {
        padding: 80px 0;
    }

    .table-financial table {
        border: 0;
    }

    .table-financial__body {
        width: 100%;
        overflow-x: hidden;
        margin-left: 0;
        overflow-y: visible;
        padding: 0;
    }

    .table-financial tr > * {
        white-space: unset;
        border-bottom: unset;
    }

    .table-financial tr > *:first-child {
        position: relative;
        min-width: 100%;
        left: 0;
        top: auto;
        border-top-width: unset;
        background: #fff;
        box-shadow: unset;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .table-financial table th,
    .table-financial table td {
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: left;
        min-width: 50px;
    }

    .table-financial table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-financial table tr {
        display: block;
        width: auto;
        border: 1px solid var(--white, #fff);
        background: var(--white, #fff);
        box-shadow: 0px 0px 25px 0px rgba(137, 137, 137, 0.12);
        padding: 30px 20px;
        margin: 15px 20px 20px 20px;
    }

    .table-financial table td {
        display: block;
        text-align: right;
        color: #333;
        font-family: 'Noto Sans', sans-serif ;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }
    .table-financial table td:not(:first-child){
        border-bottom: 1px solid #ddd;
    }

    .table-financial table td::before {
        content: attr(data-label);
        float: left;
        color: #a6a6a6;
        font-family: 'Noto Sans', sans-serif ;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

    .table-financial__link {
        max-width: 156px;
        display: flex;
        column-gap: 10px;
        font-size: 14px;
    }
    .table-financial__link svg{
        flex: 0 0 auto;
    }
    .financial__slider .owl-controls{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }

    .table-financial table td:first-child {
        max-width: 100%;
        text-align: left;
        font-size: 16px;
    }
    .table-financial table td:first-child::before {
        display: none;
    }
    .table-financial {
        padding: 0;
        background-color: unset;
        box-shadow: none;
    }
    .financial__slider .owl-controls .owl-buttons,
    .customArrows {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        column-gap: 18px;
    }
    .financial__slider .owl-controls .owl-prev {
        position: relative;
        width: 40px;
        height: 40px;
        border: 1px solid #a6a6a6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0;
        left: unset;
    }
    .financial__slider .owl-controls .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #EC2026;
        border-radius: 50%;
        bottom: 0;
        right: 0;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/offers_fitwo/style.css?17861020931662*/
.documents__grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.workAreas {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /* width: 960px; */
}
.document-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:34px 38px;
    background:#fff;
    border-radius:28px;
    text-decoration:none;
    color:#0B3344;
    transition:.25s;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.document-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.document-card__content{
    display:flex;
    flex-direction:column;
    gap:12px;
    flex:1;
}

.card-offers-fi__title{

}

.document-card__meta{
    display:flex;
    align-items:center;
    gap:16px;
    font-size:15px;
    color:#7c8b94;
}

.document-card__date{
    color:#7c8b94;
}

.document-card__archive{
}

.document-card__icon{
    flex:0 0 48px;
    width:48px;
    height:48px;
    border-radius:14px;
    display:flex;
    background:#f5f9fb;
    align-items:center;
    justify-content:center;
    color:#e3000a;
}

.documents{
    padding-top:120px;
}

@media (max-width:1200px){
    .documents__grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media (max-width:768px){
    .documents__grid{
        grid-template-columns:1fr;
    }

    .document-card{
        padding:22px;
    }

    .card-offers-fi__title{
        font-size:18px;
    }

    .document-card__meta{
        font-size:14px;
        gap:10px;
        flex-wrap:wrap;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/offers_fi/style.css?17620094822673*/
.offers-fi {
    padding: 120px 0;
    background: url("https://mirrico.ru/img/bg-offers.jpg") center / cover no-repeat;
}
.workArea.offers-fi__container {
    max-width: 1323px;
    background: transparent;
    width: auto;
}
.offers-fi__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    gap: 20px;
}
.card-offers-fi {
    display: flex;
    background: #fff;
    max-width: 428px;
    height: 190px;
    flex-direction: column;
    padding: 30px;
    justify-content: space-between;
}
.card-offers-fi:nth-child(3) {
    background: url("https://mirrico.ru/img/offers_bg-03.png") center / cover no-repeat;
}
.card-offers-fi:nth-child(6) {
    background: url("https://mirrico.ru/img/offers_bg-06.png") center / cover no-repeat;
}
.card-offers-fi:nth-child(5) {
    background: url("https://mirrico.ru/img/offers_bg-05.png") center / cover no-repeat;
}
.card-offers-fi__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-offers-fi__inner svg {
    transition: all 0.35s ease;
    flex: 0 0 auto;
}
.card-offers-fi:hover .card-offers-fi__inner svg {
    transform: translate(10px, -10px);
}
.card-offers-fi__title {
    font-family: 'Noto Sans', sans-serif ;
    color: #333;
    font-size: 24px;
    font-style: normal;
}
.card-offers-fi__img {
    align-self: end;
}
@media (max-width: 1350px) {
    .card-offers-fi:nth-child(5) {
        background: #fff;
    }
}
@media (max-width: 991px) {
    .offers-fi__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-offers-fi:nth-child(3) {
        background: #fff;
    }
    .card-offers-fi:nth-child(4) {
        background: url("https://mirrico.ru/img/offers_bg-03.png") center / cover no-repeat;
    }
    .card-offers-fi:nth-child(5) {
        background: url("https://mirrico.ru/img/offers_bg-05.png") center / cover no-repeat;
    }
}
@media (max-width: 910px) {
    .card-offers-fi:nth-child(5) {
        background: #fff;
    }
}
@media (max-width: 670px) {
    .offers-fi__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .card-offers-fi {
        max-width: 100%;
    }
    .card-offers-fi:nth-child(3),
    .card-offers-fi:nth-child(4),
    .card-offers-fi:nth-child(6) {
        background: #fff;
    }
}

@media (max-width: 479.98px) {
    .offers-fi__grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .card-offers-fi {
        height: 85px;
    }
    .card-offers-fi__img {
        display: none;
    }
    .card-offers-fi__title {
        font-size: 16px;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/contact-fi/style.css?17620094342593*/
.contact-fi {
    padding: 140px 0 100px 0;
}
.workArea.contact-fi__container {
    max-width: 1323px;
    background: transparent;
    width: auto;
}
.contact-fi__title {
    font-family: 'Noto Sans', sans-serif ;
    color: #333;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 60px;
    text-transform: unset;
    letter-spacing: 0;
    margin-top: 0;
}
.contact-fi__grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 20px;
    row-gap: 40px;
    grid-auto-flow: row;
}
.card-contact-fi__img {
    position: relative;
    max-width: 428px;
    height: 360px;
    margin-bottom: 20px;
}

.card-contact-fi__img img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: bottom;
    top: 0;
    left: 0;
}
.card-contact-fi__post {
    font-family: 'Noto Sans', sans-serif ;
    margin-bottom: 8px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.card-contact-fi__name {
    font-family: 'Noto Sans', sans-serif ;
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 14px;
}
.card-contact-fi__item {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.card-contact-fi__item a {
    font-family: 'Noto Sans', sans-serif ;
    color: #09618d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.card-contact-fi__item:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .contact-fi__grid {
        grid-template-columns: repeat(2, auto);
    }
}
@media (max-width: 767.98px) {
    .card-contact-fi__img {
        height: 260px;
    }
    .card-contact-fi__post {
        font-size: 12px;
        margin-bottom: 2px;
    }
    .card-contact-fi__name {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .contact-fi__title {
        font-size: 32px;
        font-weight: 400;
        margin-bottom: 30px;
    }
    .card-contact-fi__img {
        height: 300px;
    }
    .contact-fi {
        padding: 80px 0;
    }
    .card-contact-fi__item:not(:last-child){
        margin-bottom: 8px;
    }
}
@media (max-width: 530px) {
    .contact-fi__grid {
        grid-template-columns: repeat(1, auto);
    }
    .card-contact-fi__img {
        max-width: 100%;
        height: 320px;
    }
}


/* End */
/* /local/templates/.default/components/bitrix/news.list/financial_indicators/style.css?17620094437256 */
/* /local/templates/.default/components/bitrix/news.list/offers_fitwo/style.css?17861020931662 */
/* /local/templates/.default/components/bitrix/news.list/offers_fi/style.css?17620094822673 */
/* /local/templates/.default/components/bitrix/news.list/contact-fi/style.css?17620094342593 */
