

/* Start:/local/templates/.default/components/bitrix/news/list_cottage_3.0/style.css?1737977825255*/
.btn.btn-back {
    display: inline-block;
}

.btn.btn-back:before {
    content: "˄";
    font-weight: normal;
    font-family: nx, Tahoma, Geneva, sans-serif;
    transform: rotate(-90deg);
    display: inline-block;
    margin-right: 5px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/list_cottage_3.0/bitrix/news.list/.default/style.css?17648361232720*/
.list_cottage {
    margin-bottom: 45px;
    margin-top: 40px;
}

.list_cottage .cottage {
    position: relative;
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
    height: 400px;
    border-radius: 10px;
}
.list_cottage .cottage:after{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 79px;
    bottom:0;
    left:0;
    z-index: 0;
    border-radius: 10px;
}
.list_cottage .cottage>div, .list_cottage .cottage>img{
    z-index: 10;
}
.list_cottage .cottage:nth-child(2n){
    margin-right: 0;
}

.list_cottage .cottage img.small-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.list_cottage .cottage .props_wrapper {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
}

.list_cottage .cottage .btn.btn-light {
    font-size: 16px;
    margin: 20px;
    font-weight: 700;
}

.list_cottage .cottage .props {
    color: var(--c-white);
}

.list_cottage .cottage .props .prop {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
}

.list_cottage .cottage .props .prop:nth-child(2) {
    border-left: 1px solid var(--c-white);
}

.list_cottage .cottage .props .prop img {
    height: 16px;
    width: auto;
    margin-right: 5px;
}

@media (max-width: 1200px) {


}

@media (max-width: 900px) and (min-width: 700px) {
    .list_cottage .cottage {
        width: calc(50% - 5px);
    }

    .with_big.big-img {
        width: 100%;
    }

    .list_cottage .cottage .props .prop  {
        flex-direction: column;
    }
    .prop .border{
        display: none;
    }
}

@media (max-width: 700px) {
    .list_cottage .cottage {
        width: 100%;
        margin-right: 0;
    }

}

@media (max-width: 500px) {
    .list_cottage .cottage img.small-img,.list_cottage .cottage {
        height: 250px;
    }
    .list_cottage .cottage .props_wrapper{
        height: calc(100% - 40px);
    }
    .list_cottage .cottage .props {
        align-content: space-between;
        height: 100%;
    }
    .list_cottage .cottage:after{
        height: 100%;
    }
    .list_cottage .cottage .props .prop{
        padding: 0;
    }
    .list_cottage .cottage .props_wrapper{
        padding: 0 10px;
    }
}

@media (max-width: 400px) {
    .list_cottage .cottage img.small-img, .list_cottage .cottage {
        height: 200px;
    }

}

.border{
    height: 18px;
    width: 1px;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    margin-bottom: -1px;
    margin: 0 10px;
}
/* End */
/* /local/templates/.default/components/bitrix/news/list_cottage_3.0/style.css?1737977825255 */
/* /local/templates/.default/components/bitrix/news/list_cottage_3.0/bitrix/news.list/.default/style.css?17648361232720 */
