html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}

body {
    margin: 0;
    font-family: 'Gilroy' !important;
    font-weight: 300;
    line-height: 1.3;
    font-size: 19px;
    color: #1E242C;
}

.contentBox {
    max-width: 1280px;
    margin: 0 auto 25px;
    padding: 0 30px;
}

.contentBox a {
    color: #335e9e;
    text-decoration: underline;
}

a.logoLink {
    display: table;
    color: #1a430c;
    background: #ffffffa1;
    padding: 11px 20px 16px;
    width: inherit;
    border-radius: 0 0 27px 27px;
    position: relative;
    text-decoration: none;
}

header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}

footer {
    background-color: #353E4A;
}

.footerContent {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    padding: 40px 20px;
    color: white;
    font-weight: 300;
    font-size: 14px;
}

.footerContent a {
    color: white;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.menuButton {
    color: #060606 !important;
    background: #ffffffba;
    height: 90px;
    width: 69px;
    padding: 7px;
    font-size: 67px;
    line-height: 43px !important;
    border-radius: 5px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    user-select: none;
}

.mainMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 285px;
    height: 100%;
    background-color: #060606;
    z-index: 99;
    border-left: 10px solid #192545;
    background: url("../img/bodyBg.webp");
}

.closeButton {
    font-size: 2.8em;
    color: #111;
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 35px;
    cursor: pointer;
}

nav {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 25px;
}

nav a {
    text-decoration: none;
    font-weight: bold;
    color: #181818;
}

.menuButton em {
    display: block;
    font-style: normal;
}

.menuButton span {
    font-size: 20px;
    vertical-align: top;
}

.socialIco {
    display: flex;
    flex-flow: row wrap;
    justify-content: right;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.logoText {
    color: #1b4212;
    font-weight: 700;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    outline: none!important;
}

h1 {
    padding: 5px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    color: #353535;
    text-transform: uppercase;
    font-weight: 900;
}

h2 {
    padding: 5px 0;
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    color: #353535;
    text-transform: uppercase;
    font-weight: 900;
}

h3 {
    padding: 5px 0;
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
    color: #353535;
    text-transform: uppercase;
    font-weight: 900;
}

* {
    vertical-align: middle;
}

.booking {
    padding-top: 1px;
    text-align: center;
    background: url("../img/bodyBg.webp");
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 4px 15px 0 rgba(0,0,0,.1);
    margin: 0 auto 30px;
}

.additional {
    text-align: center;
    margin-bottom: 10px;
}

.additional label {
    cursor: pointer;
    padding: 5px 20px;
    user-select: none;
}

.additional > div {
    margin: 10px;
    border: 1px solid #c2c2c2;
    display: inline-block;
    border-radius: 30px;

}

.houses {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 40px;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
}

house-element {
    position: relative;
    max-width: 23%;
    min-width: 317px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
}

@media (max-width: 1384px) {
    house-element {
        max-width: 31%;
    }
}

@media (max-width: 1000px) {
    house-element {
        max-width: 48%;
    }
}

@media (max-width: 738px) {
    house-element {
        max-width: 80%;
    }
}

@media (max-width: 460px) {
    house-element {
        max-width: 90%;
    }
}

.nonSelect {
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

.houses img {
    cursor: pointer;
}

house-element.selectedImg {
    border: 10px solid #c14c4c;
}

.hidden {
    display: none !important;
}

.topFlexDate {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.topFlexDate > * {
    margin: 10px;
}

.datePickerClass {
    padding: 8px 10px 8px 45px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 140px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    background-image: url("../img/calendar.png");
    background-repeat: no-repeat;
    background-position: 10px;
    cursor: pointer !important;
    box-sizing: content-box;
}

.datePickerClass::placeholder {
    color: black;
}

.datePickerBlock {
    display: flex;
    flex-flow: row wrap;
    gap: 5px;
    justify-content: center;
    background-color: #a84242;
    padding: 20px 0 10px;
}

input[type=text], input[type=tel], input[type=password], input[type=number], input[type="datetime-local"] {
    padding: 8px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 250px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

#datepicker::placeholder, #datepickerEnd::placeholder {
    color: black;
}

#date-el {
    margin-bottom: 30px;
}

.data-el {
    margin-top: 5px;
    font-size: 14px;
    height: 14px;
}

.bookingForms {
    padding-top: 20px;
    padding-bottom: 30px;
}

.headerLabel {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(233 233 233 / 45%);
    height: 40px;
    vertical-align: middle;
}

select {
    padding: 8px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 170px;
    margin-bottom: 10px;
    height: 40px;
    background-color: #f5f5f5;
}

.agreementBox {
    margin: 15px;
}

.price {
    margin: 20px 0;
}

.bookButton {
    padding: 8px 20px;
    border: 2px solid #353E4A;
    border-radius: 10px;
    width: 250px;
    background-color: #353E4A;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 30px;
}

.bookButton:hover {
    background-color: #1d5452;
}

label {
    font-size: 16px;
    display: inline-block;
}

input[type="checkbox"] {
    margin: 0;
}

.priceNumber {
    font-size: 28px;
    color: #c14c4c;
    font-weight: bold;
}

.paymentSystems {
    max-width: 560px;
    margin: 30px auto;
}

.newYear {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 35px;
}

.newYearTitle {
    font-family: 'Rubik Dirt', cursive !important;
    font-size: 38px;
    color: #ff0707;
    margin-bottom: 15px;
}

.includedBox {
    position: relative;
}

.strongIncluded {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.includedGrid {
    background: rgb(233 233 233 / 45%);
    padding: 20px;
    margin: 0 auto;
}

.includedGrid > div {
    position: relative;
    margin: 0 0 2em;
    width: 100%;
    page-break-inside: avoid;
    break-inside: avoid;
}

.houseName {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}

.houseArea {
    margin-bottom: 10px;
}

.includedInRates {
    margin-bottom: 10px;
    margin-top: 10px;
}

.errorMessage {
    color: #cb0303;
    font-weight: 400;
    margin: 0 auto 20px;
    padding: 0 10px;
    font-size: 16px;
}

.busyMessage {
    color: #cb0303;
    font-weight: 900;
    margin: 0 auto 20px;
    padding: 0 10px;
    font-size: 24px;
}

.containerV {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 1140px;
}

input[type=submit] {
    padding: 8px 20px;
    border: 2px solid #353E4A;
    border-radius: 10px;
    background-color: #353E4A;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.adminMenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding-bottom: 50px;
}

.adminMenu a {
    color: white;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}

.gridBookingDates {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.houseOrder {
    padding: 10px;
    border: 1px solid #868686;
    background-color: #f1f1f1;
    margin-bottom: 30px;
}

.greenOrder {
    background-color: #dfeadf;
}

.guestBlock {
    position: relative;
}

.guestForm {
    position: absolute;
    background-color: #FFFFFF;
    border: 2px solid #333;
    z-index: 999999999;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    top: 40px;
    right: 0;
}

.flexMinPlus {
    align-items: center;
    bottom: 30px;
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    height: 58px;
    justify-content: center;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    right: 0;
    text-align: center;
}

.guestQuantity, .guestQuantityChildren {
    height: 20px;
    text-align: center;
    width: 50px;
    margin-bottom: 0;
}

.minusStep, .plusStep, .minusStepChildren, .plusStepChildren {
    background: #1a430c;
    border: none;
    color: white;
    font-size: 18px;
    height: 38px;
    width: 38px;
    cursor: pointer;
}

.guestText {
    margin-right: 5px;
}

.guestApply {
    border: 1px solid dimgray;
    width: 100%;
    background-color: whitesmoke;
    padding: 10px;
    color: #343434;
    cursor: pointer;
}

.guestCount {
    cursor: pointer;
}

.guestCount {
    margin-bottom: 0;
}

.houseItem {
    background-color: #a84242;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 20px;
    color: white;
    font-weight: 200;
    margin-bottom: 20px;
}

.houseItem:hover {
    background-color: #913838;
}

.important {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 10px;
    padding: 0 20px;
    box-sizing: content-box;
}

.importantRed {
    color: #c14c4c;
    font-size: 18px;
    font-weight: bold;
    max-width: 700px;
    margin: 0 auto 10px;
    padding: 0 20px;
}

.withoutAnimals {
    margin: 10px;
    display: inline-block;
    font-size: 16px;
    border: none !important;
}