

/* Start:/local/templates/mkresla/components/bitrix/breadcrumb/fsmkresla/style.css?1632212973997*/
.fs-breadcrumb{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.fs-breadcrumb-item{
    padding: 8px 50px 8px 0;
    position: relative;
    color: #959595;
}
.fs-breadcrumb-item:not(:last-child)::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 7px;
    top: 15px;
    right: 17px;
    background: url(/local/templates/mkresla/components/bitrix/breadcrumb/fsmkresla/images/breadcrumbs_arrow.png) no-repeat center;
}
.fs-breadcrumb-item a{
    color: #959595;
    text-decoration: none;
}
.fs-breadcrumb-item a:hover{
    text-decoration: underline;
}
@media (max-width: 1590px){
    .fs-breadcrumb {
        padding: 10px 0;
    }
    .fs-breadcrumb-item {
        padding: 8px 30px 8px 0;
        font-size: 12px;
    }
    .fs-breadcrumb-item:not(:last-child)::after{
        top: 12px;
        right: 11px;
        width: 10px;
        background-position: right center;
    }
}
@media (max-width: 1200px){
    .fs-breadcrumb {
        padding: 0;
    }
    .fs-breadcrumb-item{
        font-size: 9px;
    }
}



/* End */


/* Start:/local/templates/mkresla/components/bitrix/news/gallery/bitrix/news.list/gallery/style.css?17065167381970*/
.gal-sec{
    padding: 20px 0 50px 0;
}
.gal-sec-empty{
    padding: 50px 0;
    font-weight: bold;
    text-align: center;
}
.gal-items{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.gal-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 250px;
    width: 325px;
    margin: 0 auto;
    transition: .3s all ease;
}
.gal-item:hover{
    border: 1px solid #5bb93b;
}
.gal-item-name{
    font-size: 16px;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 10px 20px;
    color: #fff;
}
.gal-item-btn{
    width: 100%;
    text-align: center;
    padding: 20px;
}
.gal-item-btn > a{
    color: #222;
    background: #5bb93b;
    color: #fff;
    transition: .3s all ease;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 15px;
    border: 1px solid #5bb93b;
}
.gal-item-btn > a:hover{
    color: #5bb93b;
    background: #fff;
    border: 1px solid #5bb93b;
}
.gal-pagin:empty{
    display: none;
}
.gal-pagin{
    margin: 25px 0;
}
@media (max-width: 1800px){
    .gal-items{
        grid-template-columns: repeat(4, 1fr);
    }
    .gal-item {
        height: 240px;
        width: 310px;
        border-radius: 7px;
    }
}
@media (max-width: 1400px){
    .gal-items{
        grid-template-columns: repeat(3, 1fr);
    }
    .gal-item {
        width: 365px;
    }
}
@media (max-width: 1200px){
    .gal-item {
        width: 300px;
        height: 210px;
    }
}
@media (max-width: 992px){
    .gal-items {
        grid-template-columns: repeat(2, 1fr);
    }
    .gal-item {
        width: 350px;
        height: 220px;
    }
}
@media (max-width: 768px){
    .gal-items {
        grid-template-columns: repeat(1, 1fr);
    }
    .gal-item {
        max-width: 100%;
        height: 220px;
    }
}
@media (max-width: 400px){
    .gal-item {
        width: 100%;
    }
}
/* End */
/* /local/templates/mkresla/components/bitrix/breadcrumb/fsmkresla/style.css?1632212973997 */
/* /local/templates/mkresla/components/bitrix/news/gallery/bitrix/news.list/gallery/style.css?17065167381970 */
