

/* Start:/bitrix/components/mav/wiki/templates/.default/style.css?17532159252138*/
/*
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;
}

.blog-container .image-container img {
    max-width: 100%;
}

.blog-container .image-container img.h400 {
    max-height: 400px;
}

.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 */
/* /bitrix/components/mav/wiki/templates/.default/style.css?17532159252138 */
/* /bitrix/components/mav/background.header/templates/.default/style.css?1742039380833 */
