@font-face {
    font-family: 'heavy';
    src: url('./sfheavy.woff2');
}

@font-face {
    font-family: 'reg';
    src: url('./sfregular.woff2');
}

:root {
    --i: calc(1vw + 1vh);
}

body {
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
}

.contacts {
    z-index: 3;
    position: fixed;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: #00000066;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.contacts button {
    background: #00000042;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    margin: 16px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
}

.links {
    flex-direction: column;
    margin: calc(50vh - var(--i) * 4 - 128px) 0 0 0;
    display: flex;
    justify-content: center;
}

.links a p {
    font-size: calc(var(--i) + 12px);
    margin: 10px;
}

.contacts button p {
    margin: 0;
    font-size: 35px;
}

.hidden {
    display: none;
}

.contacts a {
    text-decoration: none;
}

.n2 {
    display: none;
}

.bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    filter: brightness(0.45);
    object-fit: cover;
}

.more {
    z-index: 1;
    position: relative;
    margin-top: calc(50vh - var(--i) * 5 - 8px);
    text-shadow: 0 0 15px #00000097;
    max-width: 100vw;
}

.more p {
    margin: 0;
}

.more .row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    max-width: 100vw;
}

.more button,
a {
    padding: 6px 24px;
    border-radius: 16px;
    cursor: pointer;
    margin: 0 8px;
    text-decoration: none;
}

.trans {
    background: #ffffff00;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 2px solid #fff;
}

.mark {
    background: #d84712;
    border: 2px solid #d84712;
}

h1 {
    text-align: center;
    color: #fff;
    font-family: heavy;
    font-size: calc(var(--i) * 4);
    margin-top: 0;
    margin-bottom: 12px;
    max-width: 100vw;
}

.mt {
    margin-top: 80px;
}

p {
    text-align: center;
    color: #fff;
    font-family: reg;
    font-size: calc(var(--i) + 8px);
}

.block {
    margin-top: calc(50vh - 16px);
    max-width: 100vw;
}

.block h1 {
    color: #000;
    font-size: calc(var(--i) + 16px);
    max-width: 100vw;
}

ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 100vw;
    padding: 16px 5vw;
}

ul li h2 {
    font-family: heavy;
    text-align: center;
}

ul li {
    background: #f1f3f5;
    border-radius: 16px;
}

ul li img {
    width: 27vw;
    height: calc(100px + 6vw);
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.center {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

ul li a {
    background: #d84712;
    border: none;
    padding: 4px 12px;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-family: reg;
}

.about {
    color: #000;
    margin: 0 10vw 70px 10vw;
    text-align: left;
    max-width: 80vw;
}

.about a {
    margin: 0;
    padding: 0;
    color: #d84712;
    text-decoration: underline #d84712;
}

.map {
    display: flex;
    justify-content: center;
    margin: 25px 0;
    max-width: 100vw;
}

.ad {
    color: #000;
}

.photos {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photos img,
video {
    width: 20vw;
    height: 20vh;
    border-radius: 20px;
    margin: 12px;
    object-fit: cover;
}

@media screen and (max-width: 850px) {
    .col {
        overflow-x: auto;
    }

    .col li {
        background: #f1f3f5;
        border-radius: 16px;
        margin: 0 20px;
    }

    .col li img {
        width: calc(200px + 2vw);
        height: calc(100px + 6vw);
        object-fit: cover;
        border-radius: 16px 16px 0 0;
    }

    .n1 {
        display: none;
    }

    .n2 {
        display: block;
    }

    .more {
    margin-top: calc(50vh - var(--i) * 5 - 90px);
    }

    .photos img, video {
    width: calc(150px + 9vw);
}
}