

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/oknastar_breagcrumb/style.css?1589458191587*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/oknastar.ru/components/bitrix/catalog.section.list/photogallery/style.css?17524839691162*/
.photo_section_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 45px 32px;
    background: #FEF3E1;
    margin-bottom: 50px;
}
.photo_section_list .photo_element_picture {
    border: 11px solid #D50101;
}
.photo_section_element {
    display: flex;
    flex-direction: column;
    padding: 18px 23px;
    background: #fff;
}
.photo_element_picture {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    flex-grow: 1;
}
.photo_element_name {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-top: 26px;
}
.photo_element_count {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px; /* 243.75% */
}
.photo_element_name a {
    color: inherit;
}
@media(max-width: 767px) {
    .photo_section_list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 600px) {
    .photo_section_list {
        grid-template-columns: repeat(1, 1fr);
        padding: 24px;
    } 
}
/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/oknastar_breagcrumb/style.css?1589458191587 */
/* /bitrix/templates/oknastar.ru/components/bitrix/catalog.section.list/photogallery/style.css?17524839691162 */
