

/* Start:/local/components/impex/slider.main/templates/.default/style.css?17241402311717*/
.substrate {
    display: flex;
    display: -ms-flexbox;
    background: #0C1426;
    position: relative;
    overflow: hidden;
}

.content-container {
    height: calc(100vh - 86px);
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    opacity: 1; /*TODO:: выставить на 0 и сделать анимацию*/
    transition: -ms-flex ease 0.65s, opacity ease-out 0.65s 0.33s;
    transition: flex ease 0.65s, opacity ease-out 0.65s 0.33s;
}

.content-container:hover {
    -ms-flex: 1.07;
    flex: 1.07;
}

.content-container:hover .img_background {
    opacity: 1;
}

.content-container:hover .section-multi-panel__content {
    background: #213567;
}

.img_background {
    background-position: 80% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    opacity: 0.4;
    transition: opacity ease 0.45s, -webkit-transform ease 6s 0.4s, -webkit-filter ease 1s 0.2s, opacity ease 0.45s, -webkit-transform ease 6s 0.4s, filter ease 1s 0.2s;
    transition: opacity ease 0.45s, transform ease 6s 0.4s, filter ease 1s 0.2s;
}

.section-multi-panel__content {
    color: #fff;
    line-height: 18px;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 24px;
    font-size: 12px;
    transition: background-color ease 0.65s, padding ease 0.65s;

    min-height: 118px;
}

.section-multi-panel__title {
    font-weight: bold;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 6px;
}
/* End */


/* Start:/local/components/impex/company.info/templates/.default/style.css?1723462392215*/
.text-about {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555759;
}

.text-about h2 {
    font-weight: bold;
    font-size: 32px;
    color: #213567;
    margin: 0 0 26px;
}
/* End */


/* Start:/local/components/impex/company.group/templates/.default/style.css?17241519141059*/
* {
    margin: 0;
    padding: 0;
}

.body {
    font-family: 'Open Sans', sans-serif;
}

.about-us-text {
    margin-bottom: 50px;
}

.about-us-text p {
    font-size: 14px;
    color: #555759;
}

.about-us-text h2 {
    font-weight: bold;
    font-size: 32px;
    color: #213567;
}

.about-us-item {
    display: flex;
    min-height: 106px;
    align-items: center;
    background: #F8F9FA;
    border-left: 2px solid #009FE3;
    color: #213567;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0 20px 30px;
    margin-bottom: 30px;
}

.about-us-item p {
    line-height: 1;
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .about-us-tiles {
        row-gap: 0;
        column-gap: 30px
    }
}

@media (min-width: 1200px) {
    .about-us-main-block {
        max-width: 282px;
    }
    .left-block {
        margin-right: 110px;
    }
}

@media (min-width: 1400px) {
    .left-block {
        margin-right: 150px;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1714636903272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */


/* Start:/local/templates/santaholding/components/bitrix/news.list/santaholding/style.css?17259625711368*/
.card {
    border: none !important;
    background-color: transparent !important;
}

.card a {
    text-decoration: none;
}

.card-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.card a:hover {
    color: #009FE3;
    text-decoration: none;
    outline: none;
}

.card a, a:focus, a:visited {
    color: #213567;
    transition: color .3s;
    text-decoration: none;

}

.main-title {
    color: #213567;
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 16px;
    display: inline-block;
    vertical-align: middle;
}
.card-img-top {
    width: 100%;
    height: 100%; /* Установите желаемую высоту */
    object-fit: cover; /* Сохраняет пропорции изображения */
}
.card-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555759;
    line-height: 22px;
}
.btn-primary.show-more {
    background-color: #ffffff;
    color: #303233;
    border-color: transparent;
    height: 40px;
    text-align: center;
    border-radius: 20px;
    padding: 6px 30px;

    transition: background-color .2s, color .2s;

}

.btn-primary.show-more:hover {
    background: rgba(255, 255, 255, 0.6);
    opacity: 0.5;
    border-color: transparent;
    color: #009FE3;
}


/* End */
/* /local/components/impex/slider.main/templates/.default/style.css?17241402311717 */
/* /local/components/impex/company.info/templates/.default/style.css?1723462392215 */
/* /local/components/impex/company.group/templates/.default/style.css?17241519141059 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1714636903272 */
/* /local/templates/santaholding/components/bitrix/news.list/santaholding/style.css?17259625711368 */
