

/* Start:/bitrix/components/mav/wiki/templates/.default/style.css?17475655472121*/
/*
Detail page
 */

.blog-container {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 10px;
}

.blog-container h1 {
    font-size: 2.2rem;
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}

.blog-container .image-container {
    text-align: center;
    margin: 40px 0 20px 0;
}

.blog-container .image-container img {
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blog-container .image-container figcaption {
    font-style: italic; color: #555; margin-top: 8px;
}

.blog-container h1,
.blog-container h2,
.blog-container h3,
.blog-container h4,
.blog-container h5,
.blog-container h6 {
    font-family: "Oswald", sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 20px;
}
.blog-container a {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .blog-container {
        width: 70vw;
    }
}

/*
List
 */

.collection {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.collection .description {
    height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px;
}

.collection .description .short {
    width: 100%;
}

.collection .description .short .name {
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem;
}

.collection .img-block {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: .25rem;
}

.collection .img-block img {
    transition: transform .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection .img-block img:hover {
    filter: grayscale(0);
    transform: scale(1.03);
}

.short-description-block {
    margin: 0 auto 30px auto;
    max-width: 1780px;
}

@media (min-width: 992px) {
    .collection .img-block {
        height: 400px;
    }
    .collection .description {
        height: 400px;
        padding: 20px;
    }
    .short-description-block {
        padding: 40px;
        width: 80vw;
    }
}
/* End */


/* Start:/bitrix/components/mav/background.header/templates/.default/style.css?1742039380833*/
#headerBackground {
    width: 100vw;
    height: 100px;
    overflow: hidden;
    border-bottom: 3px solid var(--bs-dark);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #headerBackground {
        height: 200px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #headerBackground {
        height: 300px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #headerBackground {
        height: 400px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    #headerBackground {
        height: 450px;
    }
}
/* End */


/* Start:/bitrix/templates/mav_clean/components/bitrix/breadcrumb/custom/style.css?1742039387875*/
.bx-breadcrumb {
	margin: 10px 0;
	display: flex;
	white-space: nowrap;
	overflow-x: auto;
	box-sizing: border-box;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.bx-breadcrumb::-webkit-scrollbar {
	width: 0;
	height: 0;
}
.bx-breadcrumb i {
	line-height: 13px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 10px;
	color: #777;
}
.bx-breadcrumb .bx-breadcrumb-item .page-name {
	color: #777;
}
.bx-breadcrumb .bx-breadcrumb-item .page-name.last {
	color: #333;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/*Устройства Large (настольные компьютеры, 992 пикселей и выше)*/
@media (min-width: 992px) {
	.bx-breadcrumb {
		margin: 20px 0 15px 0;
	}
}
/* End */
/* /bitrix/components/mav/wiki/templates/.default/style.css?17475655472121 */
/* /bitrix/components/mav/background.header/templates/.default/style.css?1742039380833 */
/* /bitrix/templates/mav_clean/components/bitrix/breadcrumb/custom/style.css?1742039387875 */
