

/* Start:/bitrix/templates/portal-inner/components/bitrix/system.pagenavigation/tripStay/style.css?1634297625405*/
.load_more {
    padding: 15px 95px;
    cursor: pointer;
    text-align: center;
    background: #064D86;
    color: #fff;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    display: inline-block;
}

.load_more_wrapper {
    width: 100%;
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/portal-inner/components/bitrix/news.list/facts/style.css?16355048212651*/
.tripStay-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tripStay-list::after {
    content: "";
    width: 49%;
}

.tripStay-item {
    width: 49%;
    grid-template-rows: auto -webkit-max-content -webkit-max-content;
    grid-template-rows: auto max-content max-content;
    margin-bottom: 2%;
    position: relative;
    cursor: pointer;
}

.tripStay-item-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.tripStay-item-name {
    position: absolute;
    bottom: 0;
    margin: 20px;
    line-height: 34px;
    color: #fff;
    /*z-index: 10;*/
    opacity: 1;
    visibility: visible;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
.card-title__fact {
    font-size: 28px;
    margin: 0;
    font-weight: 400;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 30%);
}

.tripStay-desc {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    font-size: 18px;
    line-height: 22px;
    color: #f1f1f1;
    padding: 20px;
    top: 0;
    background: linear-gradient(0deg, rgba(3, 37, 57, 0.7), rgba(3, 37, 57, 0.7));
    /*z-index: 11;*/
    width: 100%;
    height: 100%;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

.tripStay-item:hover .tripStay-item-name {
    visibility: hidden;
    opacity: 0;
}

.tripStay-item:hover .tripStay-desc {
    opacity: 1;
    visibility: visible;
}

@media(max-width: 1200px ){
    .tripStay-item-img img {
        height: 500px;
    }
}

@media(max-width: 1024px ){
    .tripStay-item {
        width: 100% !important;
    }
        .tripStay-item-img img {
        width: 100%;
    }
}

@media(max-width: 599px){
    .tripStay-item{
        margin-bottom: 25px;
        cursor: default;
    }
    .tripStay-desc {
        visibility: visible;
        opacity: 1;
        position: relative;
        background: none;
        color: #032539;
        padding: 0;
        font-size: 14px;
        text-align: justify;
        height: auto;
    }
    .tripStay-item-name {
        top: 175px;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: auto;
        font-size: 18px !important;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        text-align: center;
        margin: 0;
        padding: 0 15px;
    }
    .tripStay-item-img img {
        height: 350px;
        margin-bottom: 10px;
    }
    .tripStay-item:hover .tripStay-item-name {
        visibility: visible;
        opacity: 1;
    }
}
/* End */
/* /bitrix/templates/portal-inner/components/bitrix/system.pagenavigation/tripStay/style.css?1634297625405 */
/* /bitrix/templates/portal-inner/components/bitrix/news.list/facts/style.css?16355048212651 */
