

/* Start:/local/templates/loft/components/bitrix/breadcrumb/loft/style.css?1698668361790*/
.bx-breadcrumb {
    padding: 18px 0 27px;
    display:flex;
    justify-content: start;
}

@media (max-width: 767.98px) {    
	.bx-breadcrumb {
        overflow: auto;
        flex-flow: row nowrap;
        white-space: nowrap;
	}
}

.bx-breadcrumb-item {
    font-size:0px;
}
.bx-breadcrumb .bx-breadcrumb-item > i.fa:before {
    content:"/";
    display:inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    margin:0 0.2rem 0 0.15rem;
    position:relative;
}
.bx-breadcrumb .bx-breadcrumb-item  span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color:#000;
}
.bx-breadcrumb .bx-breadcrumb-item  a > span {
    color: #818181;
}

/* End */


/* Start:/local/templates/loft/components/custom/super.component/representation/style.css?16955659961766*/
.representation__col {
    margin-bottom: 24px;
}

.representation-card {
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    background: var(--c7);
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 16px;
}

.representation-card__content {
    flex: 1;
    padding: 0 10px 0 0;
}

.representation-card__head {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 0 20px 0;
}

.representation-card__count {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid var(--c2);
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.representation-card__title {
    font-weight: 700;
    font-size: 18px;
    padding-left: 10px;
}

.representation-card__info {
    padding-left: 42px;
    font-weight: 400;
    font-size: 14px;
}

.representation-card__info-line:not(:last-child) {
    margin-bottom: 15px;
}

.representation-card__map {
    flex-basis: 270px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.representation-card__map iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 770px) {
    .representation-card__content,
    .representation-card__map {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .representation-card__content {
        padding: 0;
        margin-bottom: 8px;
    }

    .representation-card__map {
        height: 300px;
    }

}
/* End */
/* /local/templates/loft/components/bitrix/breadcrumb/loft/style.css?1698668361790 */
/* /local/templates/loft/components/custom/super.component/representation/style.css?16955659961766 */
