body, html {
    background-color: #fff;
}

header {
    padding: 0px calc((100% - 1410px)/2);
    background-color: #eee;
    opacity: 1;
    position: fixed;
    z-index: 2;
}

header p.img-container {
    width: 1410px;
    cursor: pointer;
}

header p.img-container img {
    display: block;
    width: 100%;
    height: 100%;
}

header p.img-container img.is-expanded {
    display: none;
}

.header-is-open header p.img-container img.is-expanded {
    display: revert;
}

.header-is-open header p.img-container img.is-collapsed {
    display: none;
}

.hero {
    height: 800px;
    background-image: url("../img/poza_mare.png");
    background-repeat: no-repeat;
    background-position: center 0;
}

.main {
    width: 1410px;
    margin: -790px auto 0 auto;
    opacity: 1;
}

.header-is-open .main {
    margin-top: -568px;
}

.main .images-list {
    width: 1410px;
}

.main .images-list li {
    margin-bottom: 50px;
}

.gallery img {
    display: none !important;
}

.gallery img.is-active {
    display: revert !important;
    cursor: pointer;
}

.main .images-list li img {
    display: block;
    width: 100%;
    object-fit: cover;
}

footer {
    background-color: #eee;
    text-align: center;
}

footer p {
    padding: 10px 0;
}