.objectInnerPage img.mainImg {
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}
.aboutPage img.topImg {
    max-height: 600px;
    object-fit: cover;
    object-position: center;
}

div#defaultModal .modal-dialog {
    max-width: calc(100% - 30px);
    width: 600px;
    border: 1px solid #b08e51;
    margin: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 40%;
    left: 50%;
}

div#defaultModal .modal-dialog .modal-content {
    display: block;
    position: relative;
    border: none;
    border-radius: 0;
    background: #b08e51;
    padding: 30px;
}

div#defaultModal h3 {
    font-size: 48px;
    display: table;
    margin: 0 0 30px;
}

div#defaultModal button.close {
    position: absolute;
    right: 30px;
    top: 15px;
    opacity: 1;
    line-height: 0;
}

div#defaultModal button.close span {
    font-size: 36px;
    font-weight: 100;
}

div#defaultModal form {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

div#defaultModal form input, div#defaultModal form textarea {
    display: block;
    width: 100%;
    background: #906e31;
    padding: 15px 20px;
    color: #fff;
    border: 1px solid #906e31;
    margin: 0 0 24px;
    font-weight: 200;
}

div#defaultModal form input::placeholder, div#defaultModal form textarea::placeholder {
    color: #fff;
}

div#defaultModal form textarea {
    height: 120px;
}

div#defaultModal form button {
    background: #111;
    border-color: #111;
}

div#defaultModal form button:hover {
    opacity: 0.8;
}

.defaultObjectItem:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(17,17,17,1) 100%);
    z-index: 1;
    transition: .2s linear;
}

.defaultObjectItem>img {
    z-index: 0;
}

.objectInnerPage .mapBlock {
    height: 500px;
    position: relative;
}

.mapScrict {
    display: block;
    height: 100%;
    width: 100%;
}

.mapScrict iframe {
    width: 100%;
    height: 100%!important;
}
ul.pagination {
    display: table;
    margin: 60px auto 0;
}

ul.pagination li {
    display: inline-table;
    vertical-align: middle;
    margin: 0 5px;
}

ul.pagination li a.pageLink {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #4d4d4d;
    background: 0 0;
    padding: 15px 26px;
    text-align: center;
}
ul.pagination li a.pageLink.active {
    background: #77633e;
}

.withAnimation {
    position: relative;
    overflow: hidden;
}
.withAnimation::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 1000%;
    background-image: conic-gradient( transparent 90deg, #b08e51 350deg);
    border-radius: 0;
    animation-name: rotate;
    animation-iteration-count: infinite;
    animation-duration: 3.5s;
    animation-timing-function: linear;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}
.withAnimation::after {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    background: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    z-index: -1;
}
@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.defaultButton.withAnimation:hover {
    background: rgb(176 142 81 / 12%);
    border-color: transparent;
}

.premBlock .block {
    height: 100%;
    margin: 0;
}

.premBlock .customClass .col-sm-3 {
    margin-bottom: 22px;
}

.aboutPage .objectsBlock {
    margin-top: -20px;
}

.defaultButton>img {
    display: inline-table!important;
    height: 28px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
}

@media(max-width: 925px) {
    div#defaultModal .modal-dialog .modal-content {
        padding: 25px 20px;
    }

    div#defaultModal h3 {
        font-size: 36px;
    }

    div#defaultModal button.close {
        top: 5px;
        right: 15px;
    }

    div#defaultModal form input, div#defaultModal form textarea {
        font-size: 14px;
        padding: 11px 15px;
        margin: 0 0 16px;
    }

    div#defaultModal form button {
        font-size: 12px;
        padding: 14px 24px;
    }
    form input, form textarea {
        border-radius: 0!important;
    }
    header button.defaultButton {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .firstBlock:before {
        top: 0!important;
        height: 120px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0, #000 45%);
    }
    .objectInnerPage .mapBlock {
        height: 300px;
    }
    ul.pagination li a.pageLink {
        font-size: 12px;
        padding: 10px 15px;
    }

    ul.pagination li a>img {
        height: 40px;
    }

    ul.pagination {
        margin-top: 25px;
    }
    .objectInnerPage img.mainImg {
        max-height: 250px;
    }
    .objectsBlock .objectImgsSlick {margin-bottom: -50px;}
    .premBlock .customClass .col-sm-3 {
        margin-bottom: 0;
    }

    .premBlock .block {
        height: auto;
        margin: 0 0 15px;
    }
    .hotelBlock img.bigImg {
        height: 200px;
    }

    .hotelBlock .defaultBlackBlock {
        position: relative;
        margin: -50px 0 0;
    }
    .aboutPage .objectsBlock {
        margin-top: 0;
    }
    ul.pagination li a.pageLink {
        padding: 3px 8px;
    }

    ul.pagination li a>img {
        height: 27px;
    }
    .defaultButton>img {
        display: inline-table;
        height: 28px;
        margin: -3px 10px 0 0;
        vertical-align: middle;
    }

    .defaultButton>img {
        height: 20px;
        margin: -3px 6px 0 0;
    }
    a.d-block.d-sm-none.fixedWhatsLink {
        position: fixed;
        display: block;
        bottom: 54px;
        right: 15px;
        height: 54px;
        width: 54px;
        background: #fff;
        border-radius: 50%;
        z-index: 9999;
    }

    a.d-block.d-sm-none.fixedWhatsLink img {
        display: block;
        width: 60%;
        height: 60%;
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-48%, -51%);
    }
}
