

/* Start:/bitrix/templates/premium_s1/components/bitrix/news.list/works/style.css?16336950314806*/
.works_container {
    color: #444444;
}
.items_works .item + .item {
    margin-top: 40px;
}
.items_works .item{
    padding: 30px;
    background-color: #fff;
}
.item {
    display: flex;
}
.item .item__img {
    flex-basis: 40%;
    max-width: 40%;
    margin-right: 40px;
    /* max-width: 400px; */
    flex-shrink: 0;
}

.item-slider a {
    display: block;
}

.item-img__slider .owl-nav .owl-prev div:not(:hover),
.item-img__slider .owl-nav .owl-next div:not(:hover){
    opacity: .6;
}
.item-img__slider .owl-nav .owl-prev.disabled,
.item-img__slider .owl-nav .owl-next.disabled {
    opacity: 0;
    filter: grayscale(1);
    transition: .3s;
}
.item-img__slider .owl-nav{
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
}
.item-img__slider .owl-dots {
    position: absolute;
    bottom: 5px;
}
.item-img__slider .owl-dots .owl-dot span {
    margin-left: unset;
    margin-right: unset;
}
.item .subtitle {
    margin-bottom: 20px;
}
table.bordered_table {
    border: 1px solid #d3e5f3;
    border-spacing: 0;
    width: 100%;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}
table.bordered_table td,
table.bordered_table th {
    padding: 10px;
}
table.bordered_table tr td + td,
table.bordered_table th + th{
    border-left: 1px solid #c4dcf1;
}
table.bordered_table thead tr {
    background-color: #d3e5f3;
    text-align: left;
}
table.colored tr:nth-child(even){
    background-color: #e4eef5;
}
.list-work {
    border: 1px solid #d3e5f3;
}
table.colored tr.price_block {
    font-weight: bold;
    font-size: 1.115em;
    text-align: right;
}
.desc__adress {
    padding-left: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 30px;
    font-size: 1.15em;
}
.desc__adress .icon {
    position: relative;
    left: -10px;
    color: #c94046;
}

.desc__short_desc {
    /* margin-top: 20px; */
    margin-bottom: 20px;
    font-size: 1.3em;
    line-height: 1.3;
}
.item__star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 5px;
}
.item__star .star__name {
   margin-right: 15px;
   font-weight: bold;
}
.item__star .star_count {
    flex-shrink: 0;
}
.star_count .star {
    width: 15px;
    height: 15px;
    background-image: url('/upload/img/star.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}
.star_count .star.active {
    background-image: url('/upload/img/star_fill.svg');
}
.desc__top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}
.desc__top .desc__short_desc{
    margin-right: 40px;
}
.items__stars {
    flex-shrink: 0;
}
.desc__btn-container .btn {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.desc__btn-container .btn + .btn {
    margin-left: 20px;
}
.item__lisetwork {
    padding-top: 20px;
    border-top: 1px solid #CEE3F1;
    padding-bottom: 20px;
    border-bottom: 1px solid #CEE3F1;
}
.detail__item {
    margin-top: 30px;
}
@media (max-width: 991px){
    .desc__top {
        flex-direction: column;
        column-gap: 2rem;
    }
    .items__stars {
        width: 100%;
        flex-shrink: 1;
    }
    .desc__top .desc__short_desc {
        margin-right: unset;
    }
    .item-img__slider img {
        max-width: 100%;
    }

    table.bordered_table tr td + td, table.bordered_table th + th {
        min-width: 70px;
    }
    .desc__btn-container .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
    .desc__btn-container .btn + .btn {
        margin-left: 15px;
    }
    .desc__btn-container {
        text-align: center;
        margin-top: 15px;
    }
}
@media (max-width: 767px){
    .items_works .item {
        flex-direction: column;
    }
    .item .item__img {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: unset;
    }
    .items_works .item {
        padding: 20px;
    }
    .item-img__slider .owl-item {
        margin-bottom: unset;
    }

    .desc__btn-container .btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .item__star {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .desc__top {
        flex-direction: column;
    }
}

@media (max-width: 767px) and (min-width: 639px) {
    .desc__top {
        flex-direction: row;
    }
}

@media (max-width: 400px){
    .desc__btn-container .btn + .btn {
        margin-left: unset;
    }
    .item .subtitle {
        line-height: 1.2;
    }
}
@media (min-width: 992px){
    .desc__adress div:not(.icon) {
        border-bottom: 1px dotted #d3e5f3;
    } 
}
/* End */
/* /bitrix/templates/premium_s1/components/bitrix/news.list/works/style.css?16336950314806 */
