@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0px;
    padding: 0px;
    font-family: "Inter", sans-serif;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

.header {
    width: 100%;
    height: 140px;
    position: fixed;
    top: 0px;
    left: 0px;
    padding-top: 10px;
    z-index: 999;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
}

.header .nav {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav ul {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav ul li {
    display: inline-flex;
    padding: 0px 35px;
}

.header .nav ul li a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 209.3%;
    /* or 29px */
    text-transform: uppercase;
    color: #ffffff;
}

.header .nav ul li a:hover {
    color: #c4a26e;
}

.header .nav ul li.active a {
    color: #c4a26e;
    font-weight: 700;
}

.header .header__actions {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.header .header__actions ul {
    display: flex;
    align-items: center;
}

.header .header__actions ul li {
    border-right: 1px solid #c4a26e;
    list-style: none;
    padding: 0px 17px;
}

.header .header__actions ul li:last-child {
    border: 0px;
}

.app {
    width: 100%;
    height: auto;
    max-height: 100vh;
}

.app svg {
    /* width: auto;
    min-width: 100%;
    min-height: 100vh; */
    width: 100%;
    min-width: 100%;
    min-height: 100vh;
    height: 500px;
    object-fit: contain;
}

.app svg g.home a {
    transition: 0.2s opacity;
    z-index: 9;
    position: relative;
}

.app svg g.home a.garaza {
    z-index: 1 !important;
    position: relative;
}

.app svg g.home:hover a:not(:hover) {
    opacity: 1;
}

.app svg g.home a {
    opacity: 0;
}

.app svg polygon {
    fill: rgba(0, 0, 0, 0.57);
}

.app svg g.home a polygon, .app svg g.home a path {
    z-index: 9;
    position: relative;
}

.app svg g.home a.garaza polygon, .app svg g.home a.garaza path {
    z-index: 1 !important;
    position: relative;
}

.app svg g.building a polygon, .app svg g.etaze a polygon {
    opacity: 0;
    stroke-width: 1.5px;
    cursor: pointer;
}

.app svg g.building a polygon:hover, .app svg g.etaze a polygon:hover {
    opacity: 1;
}

.app svg g.building a.available polygon, .app svg g.etaze a.available polygon {
    fill: rgba(110, 196, 124, 0.5);
    stroke: #6ec47c;
}

.app svg g.building a.reserved polygon, .app svg g.etaze a.reserved polygon {
    fill: rgba(189, 174, 35, .5);
    stroke: #c4c4c4;
}

.app svg g.building a.notavailable polygon, .app svg g.etaze a.notavailable polygon {
    fill: rgba(187, 57, 57, 0.5);
    stroke: #bb3939;
}

.app svg path {
    fill: rgba(0, 0, 0, 0.57);
}

.app svg g.building a path, .app svg g.etaze a path {
    opacity: 0;
    stroke-width: 1.5px;
    cursor: pointer;
}

.app svg g.building a path:hover, .app svg g.etaze a path:hover {
    opacity: 1;
}

.app svg g.building a.available path, .app svg g.etaze a.available path {
    fill: rgba(110, 196, 124, 0.5);
    stroke: #6ec47c;
}

.app svg g.building a.reserved path, .app svg g.etaze a.reserved path {
    fill: rgba(189, 174, 35, .5);
    stroke: #c4c4c4;
}

.app svg g.building a.notavailable path, .app svg g.etaze a.notavailable path {
    fill: rgba(187, 57, 57, 0.5);
    stroke: #bb3939;
}

.app .etaza__block {
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 110px;
    background-image: url("../img/image.jpg");
    background-size: cover;
    min-height: 100vh;
}

.app .etaza__block .etaza {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 250px);
    background-color: #fff;
    padding-top: 40px;
}

.app .etaza__block .etaza .container {
    width: 100%;
    height: auto;
    max-width: 1100px;
    margin: 0px auto;
}

.app .etaza__block .etaza .etaza__top {
    position: relative;
    width: 100%;
    height: auto;
}

.app .etaza__block .etaza .etaza__top h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 100.3%;
    /* or 54px */
    color: #000000;
}

.app .etaza__block .etaza .etaza__top h3 b {
    color: #c4a26e;
}

.app .etaza__block .etaza .etaza__top p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 209.3%;
    /* or 29px */
    color: #000000;
}

.app .etaza__block .etaza .etaza__top img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.app .etaza__block .etaza .etaza__svg {
    width: 100%;
    height: auto;
    padding: 40px 0px;
}

.app .etaza__block .etaza .etaza__svg svg {
    min-height: unset;
}

.app .etaza__block .etaza .etaza__svg svg.setujheight {
    min-height: 500px;
}

.app .etaza__block .etaza .etaza__svg svg.setujheight image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app .etaza__block .etaza .etaza__bottom {
    width: 100%;
    height: auto;
    border-top: 1px solid #d3d3d3;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app .etaza__block .etaza .etaza__bottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 209.3%;
    /* or 29px */
    color: #000000;
}

.app .etaza__block .etaza .etaza__bottom p b {
    padding-left: 13px;
    color: #c4a26e;
    font-weight: 700;
}

.single {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.44);
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 95px 150px;
}

.single.active {
    display: flex;
}

.single .single__box {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    position: relative;
    padding-bottom: 20px;
}

.single .single__box .single__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.single .single__box .single__top {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
    padding-bottom: 22px;
    border-bottom: 1px solid #d3d3d3;
}

.single .single__box .single__top h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 109.3%;
    /* or 54px */
    color: #000000;
}

.single .single__box .single__top h3 b {
    font-weight: 700;
    color: #c4a26e;
}

.single .single__box .single__top p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 209.3%;
    /* or 29px */
    color: #000000;
}

.single .single__box .single__top img {
    position: absolute;
    top: 0px;
    right: 0px;
}

.single .single__box .single__content {
    width: 100%;
    height: auto;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.single .single__box .single__content img {
    max-width: 100%;
}

.single .single__box .single__bottom {
    width: 100%;
    height: auto;
    border-top: 1px solid #d3d3d3;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single .single__box .single__bottom p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 209.3%;
    /* or 29px */
    color: #000000;
}

.single .single__box .single__bottom p b {
    padding-left: 13px;
    color: #c4a26e;
    font-weight: 700;
}

.lamele {
    position: fixed;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 110px;
    height: auto;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    box-shadow: 0px 4px 34px 7px rgba(0, 0, 0, 0.08);
    z-index: 9999;
}

.lamele .lamele__item {
    width: 100%;
    height: 84px;
    display: flex;
    border-bottom: 1px solid #d3d3d3;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lamele .lamele__item span {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
}

.lamele .lamele__item:hover {
    background-color: #c4a26e;
}

.lamele .lamele__item:hover img {
    filter: grayscale(1) invert(1);
}

.lamele .lamele__item:last-child {
    border: 0px;
}

.lamele .lamele__item img {
    width: 49px;
}

.lamele .lamele__item.active {
    background-color: #c4a26e;
}

.lamele .lamele__item.active img {
    filter: grayscale(1) invert(1);
}

.filter__box {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.59);
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter__box .filter__box-group {
    padding: 0px 20px;
}

.filter__box .filter__box-group .filter__box-form {
    width: 100%;
    height: auto;
    display: none;
}

.filter__box .filter__box-group .filter__box-form h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #ffffff;
}

.filter__box .filter__box-group .filter__box-form ul {
    margin-top: 6px;
}

.filter__box .filter__box-group .filter__box-form ul li {
    display: inline-flex;
    margin: 0px 4px;
}

.filter__box .filter__box-group .filter__box-form ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    text-transform: uppercase;
    color: #c4a26e;
    cursor: pointer;
}

.filter__box .filter__box-group .filter__box-legend ul {
    display: flex;
    align-items: center;
}

.filter__box .filter__box-group .filter__box-legend ul li {
    display: inline-flex;
    align-items: center;
    padding-left: 27px;
    position: relative;
    margin-right: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #ffffff;
}

.filter__box .filter__box-group .filter__box-legend ul li::before {
    width: 19px;
    height: 17px;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.filter__box .filter__box-group .filter__box-legend ul li.legend--green::before {
    background-color: #6ec47c;
}

.filter__box .filter__box-group .filter__box-legend ul li.legend--gray::before {
    background-color: rgba(189, 174, 35, 1);
}

.filter__box .filter__box-group .filter__box-legend ul li.legend--red::before {
    background-color: #bb3939;
}

/*# sourceMappingURL=style.css.map */

.contact__block {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.67);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.contact__block.active {
    display: flex;
}

.contact__box {
    width: 680px;
    height: auto;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    box-shadow: 0px 4px 21px 4px rgba(0, 0, 0, 0.12);
}

.contact__top {
    width: 100%;
    height: 122px;
    background: #19324c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__form {
    width: 100%;
    height: auto;
    padding: 60px;
}

.contact__form form {
    width: 100%;
    height: auto;
}

.cf__group {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.cf__group label {
    font-size: 16px;
    font-weight: 300;
    line-height: 170.3%;
    /* identical to box height, or 36px */
    color: #000000;
}

.cf__group input[type="text"] {
    width: 100%;
    height: 45px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}

.cf__group-inline {
    display: flex;
    align-items: center;
}

.cf__group-inline input {
    width: 20px;
    height: 20px;
}

.cf__group-inline h5 {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 300;
}

.cf__submit {
    width: 100%;
    height: auto;
    padding-top: 66px;
    display: flex;
    justify-content: center;
}

.cf__submit button {
    width: 304px;
    height: 52px;
    border: 1px solid #c4a26e;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 209.3%;
    background-color: #fff;
    font-weight: 400;
    /* identical to box height, or 36px */
    letter-spacing: 0.22em;
    color: #000000;
}

.cf__submit button:hover {
    background-color: #c4a26e;
    color: #fff;
}

@media screen and (max-width:0px) {
    .lamele {
        display: none;
    }
    .single {
        padding: 10px;
    }
    .single__bottom img {
        display: none;
    }
    .etaza__bottom img {display:none;}
    .contact__box {
        width: 300px;
    }
    .contact__form {
        padding: 10px;
    }
    .app .etaza__block .etaza {
        padding: 10px;
        padding-top: 40px;
    }
}