

/* Start:/local/templates/department/components/bitrix/news.detail/item_detail_with_left/style.css?17623459983204*/
.photo-item{
    float: right;
    width: 137px;
    height: 137px;
    margin-left: 30px;
    padding-bottom: 10px;
}
.text-description-wrp{
	padding: 10px;
    width: 100%;
    background: #fff;
    margin-top: -20px;
    margin-bottom: 25px;
}
.text--item{
	position: relative;
    z-index: 9999;
    width: 100%;
    color: #333;
    /* margin-top: -43px; */
    text-align: left;
    padding: 10px;
    background: #ffffffdb;
    font-size: 16px!important;
    min-height: 43px;
}

.gallery__list {
    margin-right: -30px;
    opacity: 0;
    transition: .3s ease all
}

.gallery__list:after {
    content: "";
    display: block;
    clear: both
}

.gallery__item,.gallery__sizer {
    position: relative;
    width: calc(25% - 30px);
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    border-radius: 10px;
}
.gutter-sizer {
    width: 30px;
}
.gallery__item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.gallery__item img:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(163,144,117,1) 0%,rgba(56,56,56,1) 100%);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    z-index: 1;
    position: absolute
}

.gallery__item_back-row {
    position: absolute;
    width: 100%;
    height: 56px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    transition: transform ease-out .25s;
    transform: translateY(0);
    background: #171d2180;
    display: flex;
    flex-basis: 0;
    justify-content: space-between;
    align-items: center;
    padding: 15px
}

.gallery__item:hover .gallery__item_back-row {
    transform: translateY(-100%)
}

.gallery__item_back-row-param {
    color: #fff
}

.gallery__item_back-row-param:first-child,.gallery__item_back-row-param:last-child {
    flex-basis: 0;
    flex-grow: 1;
    line-height: 0
}

.gallery__item_back-row-param:first-child {
    text-align: left
}

.gallery__item_back-row-param:last-child {
    text-align: right
}

.gallery__item_icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.gallery__item_icon-6 {
    background-image: url(/local/templates/department/components/bitrix/news.detail/item_detail_with_left/download.png)
}

.gallery__item_icon-7.active {
    background-position: -30px 0;
    width: 25px;
    background-size: cover
}
@media (max-width: 1200px){
    .gallery__item, .gallery__sizer {
        width: calc(33.333333% - 15px);
        margin-bottom: 15px;
    }
    .gutter-sizer {
        width: 15px;
    }
}
@media (max-width: 1000px){
    .gallery__item, .gallery__sizer {
        width: calc(50% - 15px);
    }
}
@media (max-width: 768px){
    .gallery__item, .gallery__sizer {
        width: calc(33.333333% - 15px);
        margin-bottom: 15px;
    }
    .gutter-sizer {
        width: 15px;
    }
}
@media (max-width: 600px){
    .gallery__item, .gallery__sizer {
        width: calc(50% - 15px);
    }
}
/* End */
/* /local/templates/department/components/bitrix/news.detail/item_detail_with_left/style.css?17623459983204 */
