.villa {
    background: #ffffff;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border: 15px solid #eeeeee;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    padding: 15px 15px 15px 345px;
    min-height: 260px;
    text-transform: uppercase;
}

.villa .bth__ttl-h1 {
    display: block;
}

.villa .villa__inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.villa .villa__img-icon {
    height: 30px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    font-size: 11px;
    font-weight: bold;
    line-height: 38px;
    display: inline-block;
    background: url(https://tophotels.ru/csstx/i/icon-photo.svg) center 0/37px no-repeat;
    vertical-align: top;
    margin-right: 10px;
    color: #475669;
}

.villa .villa__bottom {
    margin-top: auto;
}

.villa .villa__img img {
    border-radius: inherit;
}

.villa .villa__img {
    display: block;
    position: absolute;
    height: 200px;
    width: 300px;
    top: 15px;
    left: 15px;
    overflow: hidden;
    border-radius: 2px;
}

.villa .villa__img-icons {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.villa-loader {
    background: #eeeeee;
    height: 260px;
    display: block;
    margin-bottom: 10px;
    -webkit-animation: villaLoader 5s infinite;
    animation: villaLoader 5s infinite;
}

@-webkit-keyframes tableLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #d9d9d9;
    }
    100% {
        background-color: #eeeeee;
    }
}

@keyframes tableLoader {
    0% {
        background-color: #eeeeee;
    }
    50% {
        background-color: #d9d9d9;
    }
    100% {
        background-color: #eeeeee;
    }
}

@media screen and (max-width: 1023px) {
    .villa .bth__ttl-h1 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .villa {
        padding: 15px;
        border: none;
        font-size: 11px;
        background: #eeeeee;
        display: block;
    }

    .villa .bth__btn {
        width: 300px !important;
        margin-right: 0;
    }

    .villa .villa__img {
        position: relative;
        top: 0;
        left: 0;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .villa .villa__bottom {
        margin-top: 15px;
    }

    .villa .villa__inline.mb10 {
        margin-bottom: 5px !important;
    }
}

@media screen and (max-width: 359px) {
    .villa .bth__btn, .villa .villa__img {
        width: 100% !important;
    }
}