.holiday article .wblock h3 {
    margin-top: 0;
    margin-bottom: 15px;
    vertical-align: top;
}

.holiday article .accommodation:not(.show):hover {
    cursor: pointer;
    background-color: #EEE;
}

.accommodation .title > div:first-child {
    position: relative;
    padding-left: 30px;
}

.accommodation .title > div:first-child > hr {
    border: none;
    margin: 0;
    position: absolute;
    width: 7px;
    height: 2px !important;
    background-color: #292254 !important;
    transition: width .5s ease, transform .5s ease;
    top: 12px;
}

.accommodation .title > div:first-child > hr:nth-child(1) {
    left: 3px;
    transform: rotate(45deg);
}

.accommodation .title > div:first-child > hr:nth-child(2) {
    left: 8px;
    transform: rotate(-45deg);
}

.accommodation.show .title > div:first-child > hr {
    width: 6px;
    transform: rotate(0deg);
}
/*
.holiday article .accommodation .title h3 {
    display: inline-block;
    margin: 0 0 0 10px;
}
*/

.holiday article .accommodation .title .stars { white-space: nowrap; }

.holiday article .accommodation .title h4 { margin: 0; }

.holiday article .accommodation {
    border-top: 1px solid #CCC;
    /* padding: 20px 10px; */
}

.holiday article .accommodation h4 { margin: 0 0 10px 0; }

/*.holiday article .accommodation .desc .buttons { text-align: center; }*/

.holiday article .accommodation .desc { padding-top: 20px; }

.holiday article .accommodation a.resbtn {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background-color: #292254;
    margin-top: 10px;
    color: #FFF;
    font-weight: bold;
    border-radius: 7px;
    width: 200px;
}

.holiday article .accommodation a.resbtn:hover {
    background-color: #e2001a;
    color: #FFF;
}

.holiday article .accommodation h4 {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.holiday article .accommodation .accprice { text-align: center; }

.holiday article .accommodation .gallery { padding-top: 10px; }

.holiday article .accommodation.hide { display: none; }

.holiday article .accommodation:not(.show) > div:last-child { display: none; }

.holiday article .accommodation .title > div:last-child { text-align: right; }


@media (max-width: 799.999px) {
    .holiday article .accommodation { margin: 0 -10px; }

    .holiday article .accommodation .title > div:last-child {
        margin-top: 5px;
        text-align: center;
    }

    .accommodation .title > div:first-child {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: calc(100% - 100px);
    }

    .accommodation .title > div:nth-child(2) {
        text-align: right;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        width: 100px;
    }
}


/* desktop */
@media (min-width: 800px) {
    .holiday article .accommodation .title > div {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .holiday article .accommodation .title > div:first-child {
        width: calc(100% - 400px);
    }

    .holiday article .accommodation .title > div:not(:first-child) {
        width: 200px;
    }

    .holiday article .accommodation .title > div:last-child { text-align: right; }

    .holiday article .accommodation .title h3 {
        display: inline-block;
        margin: 0 0 0 10px;
    }
}

/* new */
.content.wblock h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.content.wblock select {
    border: 2px solid #292254;
    border-radius: 6px;
    background-color: #fff;
    font-size: 14px;
    color: #292254;
    cursor: pointer;
    outline: none;
    font-family: inherit;
    font-weight: 600;
    appearance: none;
    padding: 6px 30px 7px 12px;
}

/* .accommodation {
    margin-top: 18px;
} */

.accommodation .title {
    position: relative;
    padding: 20px 0;
}

.accommodation .title > h4 {
    margin-left: 30px !important;
}

.accommodation .title > hr {
    border: none;
    margin: 10px 0 !important;
    position: absolute;
    width: 7px;
    height: 2px !important;
    background-color: #292254 !important;
    transition: width .5s ease, transform .5s ease;
    top: 23px;
}

.accommodation .title > hr:nth-child(1) {
    left: 3px;
    transform: rotate(45deg);
}

.accommodation .title > hr:nth-child(2) {
    left: 8px;
    transform: rotate(-45deg);
}

.accommodation.show .title > hr {
    width: 6px;
    transform: rotate(0deg);
}

.accommodation > div:last-child {
    padding: 0 20px;
}

.accommodation .mgPageGallery {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    width: 30%;
}

.accommodation .mgPageGallery > a {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
}

.accommodation .mgPageGallery > a:nth-child(n+4) {
    display: none;
}

.accommodation .mgPageGallery img {
    border-radius: 4px;
    max-width: 80px;
    padding: 0;
    margin: 0;
}

.accommodation .mgPageGallery a[data-count] {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
}

.accommodation .mgPageGallery a[data-count] img {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: brightness(0.7);
}

.accommodation .mgPageGallery a[data-count]::after {
    content: "+" attr(data-count);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.accommodation .more {
    display: none;
}

.accommodation .rooms {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap: 20px;

    margin: 20px 0;
}

.accommodation .rooms > div {
    box-sizing: border-box;
}

.accommodation .rooms > div > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}

.accommodation .rooms a.resbtn {
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer;
}

.accommodation .rooms a.labelbtn {
    display: inline-block;

    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    background-color: #CCC;
    margin-top: 10px;
    color: #000;
    font-weight: bold;
    border-radius: 7px;

    cursor: default;

    width: 100% !important;
    margin: 0 !important;
}

.accommodation .rooms .price {
    display: flex;
    justify-content: space-between;
}

@media(max-width: 479.999px) {
    .accommodation .rooms > div {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 799.999px) {
    .accommodation .rooms > div {
        width: calc((100% - 20px) / 2); /* INFO: Разделя контейнера на 2 равни части, отчитайки gap */
    }
}

@media (min-width: 800px) {
    .accommodation .images img,
    .accommodation .images .image-more {
        width: 30%;
        display: inline-block;
    }

    .accommodation .content {
        display: inline-block;
        width: 70%;
        vertical-align: top;
    }

    .accommodation .rooms > div {
        width: calc((100% - 20px * 2) / 3); /* INFO: Разделя контейнера на 3 равни части, отчитайки gap */
    }
}

.soldout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.soldout > div {
    flex: 1;
}

.accommodation .price {
    font-family: 'Oswald', sans-serif;
    color: #292254;
    font-weight: normal;
    padding: 0 10px;
    font-size: 20px;
}

@media(max-width: 479.999px) {
    .accommodation .price {
        display: block;
        text-align: left;
    }
}

@media(min-width: 480px) {

    .accommodation .price {
        float: right;
    }
}
