::-webkit-scrollbar { /* chrome based */
    width: 0px; /* ширина scrollbar'a */
    background: transparent; /* опционально */
}

.element-show {
    opacity: 1;
    transition: all 1.5s;
    transform: translateY(0%);
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

html {
    -ms-overflow-style: none; /* IE 10+ */
    scrollbar-width: none; /* Firefox */
}

html, body {
    background-color: #0d0d0d;
    color: #fff;
    font-family: "Space Grotesk", Inter;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

a, .btn-link {
    text-decoration: none;
    color: #FFF;
}

    a:hover {
        color: #fffd;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

h1 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 96px;
    font-weight: 500;
    line-height: 100%;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}

.body {
    background-color: #0d0d0d;
    color: #fff;
    font-family: "Space Grotesk", Inter;
    font-weight: 400;
    line-height: 100%;
}

    .body.black {
        background-color: #000;
    }

.navigation {
    z-index: 999;
    height: 72px;
    background-color: #000;
    align-items: center;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.container {
    width: 100%;
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
}

    .container.navmenu__container {
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

    .container.collections, .container.products {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-top: 30px;
        display: flex;
    }

    .container.publications {
        height: 70vh;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-top: 30px;
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        top: 72px;
        overflow: hidden;
    }

    .container.contact {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        flex-direction: column;
        padding-top: 75px;
        display: flex;
    }

    .container.item {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-top: 30px;
        display: flex;
    }

    .container.collection {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-direction: column;
        padding-top: 30px;
        display: flex;
    }

    .container.home {
        z-index: 999;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        display: flex;
        position: relative;
    }

    .container.footer {
        color: rgba(255, 255, 255, .7);
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
        line-height: 100%;
        display: flex;
    }

    .container.about {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-top: 30px;
        display: flex;
    }

.navmenu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-transform: uppercase;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    display: flex;
}

    .navmenu.navmenu__first {
        z-index: 2;
        position: relative;
    }

    .navmenu.navmenu__second {
        z-index: 2;
        justify-content: flex-end;
        position: relative;
    }

.navmenu__logo {
    z-index: 1;
    width: 100px;
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    position: static;
}

.navmenu__link {
    color: rgba(255, 255, 255, .3);
    padding: 8px;
    text-decoration: none;
}

    .navmenu__link.w--current {
        color: #fff;
        font-size: 16px;
    }

.logo__container {
    z-index: 1;
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.image {
    width: 36px;
    height: 36px;
}

.section {
    height: 800vh;
}

.collections__list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
}

.collection-item {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    display: flex;
}

.collection__description-list {
    width: 360px;
    max-width: 360px;
    min-width: 360px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    letter-spacing: -1px;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    opacity: 0;
}

    .collection__description-list.element__animation_show {
        opacity: 1;
        transition-duration: 2s;
    }

.collection-item__description {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
}

.description-list__item {
    font-family: Inter;
    text-align: justify;
    letter-spacing: -0.5px;
    line-height: 20px;
}

.collection-item__number {
    padding-top: 50px;
    position: relative;
}

.collection-item__image {
    width: 100%;
    max-height: 594px;
    max-width: 522px;
    min-height: 264px;
    min-width: 225px;
    object-position: 100% 50%;
}

.collection-item__content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-top: 2px solid #fff;
    justify-content: space-between;
    padding-top: 50px;
    display: flex;
}

.item__number {
    width: 30px;
    font-family: "Space Grotesk", Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 46px;
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
}

.collection-item__wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
}

.item__year {
    font-family: "Space Grotesk", Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}

.heading {
    font-family: "Space Grotesk", Inter;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}

    .heading:hover {
        opacity: 1;
    }

.link-block {
    border-bottom: 2px solid #fff;
    color: #fff;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-decoration: none;
    display: flex;
}

.item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection__wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    display: flex;
}

.list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    border-top: 2px solid #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-top: 50px;
    padding-left: 0;
    display: grid;
}

.link-block-2 {
    width: 100%;
    height: 500px;
    min-width: 270px;
    color: #fff;
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    transition: all 1s;
    display: flex;
    position: relative;
}

    .link-block-2:hover {
        background-size: auto;
        transition: all 1s;
    }

.div-block-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .8) 25%, rgba(255, 255, 255, 0) 60%);
    transition: all 1s;
    position: absolute;
}

    .div-block-2:hover {
        opacity: 1;
    }

.div-block-3 {
    justify-content: space-between;
    display: flex;
}

.list-2 {
    width: 8026px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top: 2px solid #fff;
    flex-wrap: nowrap;
    padding-top: 50px;
    display: flex;
}

.publication__image {
    height: 400px;
}

.contacts__input__adaptive {
    width: 100%;
    min-width: 345px;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    border: 0 solid #000;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    margin-bottom: 0;
    padding: 0 0 20px;
    font-family: "Space Grotesk", Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    transition: all .5s;
}

    .contacts__input__adaptive:hover {
        color: #fff;
        border-bottom-color: #fff;
    }

    .contacts__input__adaptive:focus {
        border-bottom-color: #fff;
    }

.div-block-4 {
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    display: flex;
}

.form {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.div-block-5 {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
}

.contacts__input__fill {
    width: 100%;
    min-width: 345px;
    color: rgba(255, 255, 255, .6);
    text-transform: none;
    background-color: rgba(255, 255, 255, 0);
    border: 0 solid #000;
    border-bottom: 2px solid rgba(217, 217, 217, .2);
    margin-bottom: 0;
    padding: 0;
    font-family: "Space Grotesk", Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    transition: all .5s;
}

    .contacts__input__fill:hover, .contacts__input__fill:focus {
        color: #fff;
        border-bottom-color: #d9d9d9;
    }

.contacts__submitbtn {
    color: rgba(255, 255, 255, .5);
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid rgba(255, 255, 255, .5);
    padding: 14px 54px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    transition: all .5s;
}

    .contacts__submitbtn:hover {
        color: #fff;
        border-color: #fff;
    }

.contacts__links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    display: flex;
}

.contacts__link {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    transition: all .5s;
}

    .contacts__link:hover {
        color: #fff;
    }

.div-block-8 {
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top: 2px solid #fff;
    justify-content: space-between;
    padding-top: 50px;
    display: flex;
}

.link-block-3 {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.link-block-4, .link-block-5 {
    border-bottom: 2px solid #fff;
    color: #fff;
    justify-content: space-between;
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-decoration: none;
    display: flex;
}

.div-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: 2px solid #fff;
    justify-content: space-between;
    padding-top: 50px;
    display: flex;
}

.image-5 {
    width: 100%;
    max-height: 600px;
    max-width: 590px;
    min-width: 420px;
    object-fit: cover;
    object-position: 50% 0%;
}

.image-6 {
    width: 100%;
    height: 100%;
    max-height: 95px;
    object-fit: cover;
    object-position: 50% 0%;
}

.div-block-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
}

.div-block-15 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.heading-2 {
    text-transform: uppercase;
}

.text-block-2 {
    max-width: 480px;
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.div-block-16 {
    justify-content: space-between;
    display: flex;
}

.text-block-4 {
    max-width: 600px;
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
}

.div-block-18 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
}

.list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.image-6-copy {
    height: 100%;
    object-fit: cover;
}

.list-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    display: flex;
}

.text-block-5 {
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
}

.list-4 {
    max-width: 590px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    padding-left: 0;
    display: grid;
    overflow: hidden;
}

.div-block-17-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-top: 2px solid #fff;
    flex-direction: column;
    padding-top: 20px;
    display: flex;
}

.div-block-16-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    display: flex;
}

.text-block-6 {
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    transition: all 2s;
}

.image-7 {
    width: 100%;
    max-height: 630px;
    object-fit: cover;
}

.list-item-3 {
    grid-column-gap: 105px;
    grid-row-gap: 105px;
    border-bottom: 2px solid #fff;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 40px;
    display: flex;
}

    .list-item-3.revers {
        flex-direction: row-reverse;
    }

.text-block-7 {
    max-width: 345px;
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    transition: all 1s;
}

.image-8 {
    width: 100%;
    max-width: 665px;
    min-width: 420px;
}

.div-block-19 {
    min-width: 345px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.div-block-20 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
}

.list-5 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-top: 2px solid rgba(255, 255, 255, .5);
    flex-direction: column;
    padding-top: 50px;
    display: flex;
}

.div-block-21 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-top: 2px solid #fff;
    flex-direction: column;
    padding-top: 40px;
    display: flex;
}

.fullscreen {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}

.background-video-2 {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
}

.bg_wrapper {
    width: 70vh;
    height: 70vh;
    max-height: 600px;
    max-width: 600px;
    object-fit: cover;
    object-position: 0% 0%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.link {
    width: 170px;
    color: #fff;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    padding: 2px 85px;
    font-size: 24px;
    font-weight: 500;
    line-height: 46px;
    text-decoration: none;
    transition: all .5s;
    display: flex;
}

    .link:hover {
        color: #000;
        background-color: #848484;
        text-decoration: underline;
    }

    .link.w--current {
        width: 160px;
        max-width: 160px;
        margin-top: -10px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 24px;
    }

.div-block-23 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    font-family: Inter, sans-serif;
    color: #fff;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    display: flex;
}

.links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
}

.logo {
    height: 25%;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.navigation__link {
    width: 100%;
    font-family: Inter, sans-serif;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    transition: all 2s;
}

.navigation__link__1 {
    color: #b4b4b4;
    justify-content: center;
    padding: 5px 10px;
    font-size: 36px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    display: flex;
    transition: all 1s;
}

    .navigation__link__1:hover {
        color: #fff;
    }

.menu__links {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

.background-video {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.background-video__filter {
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .8));
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.heading-copy {
    height: 100%;
    font-family: "Space Grotesk", Inter;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
}

    .heading-copy:hover {
        opacity: 1;
    }

.section-4 {
    background-color: #000;
    font-family: "Space Grotesk", Inter;
    color: #fff;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    display: flex;
}

    .section-4.footer_fix {
        position: fixed;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

.about__icons {
    display: none;
}

.text-block-10 {
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .7);
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.div-block-28 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
}

.image-10 {
    width:100%;
    height:100%;
    object-fit: cover;
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
}

.div-block-29 {
    width: 50%;
}

.div-block-30 {
    width: 50%;
    position: relative;
}

.div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
}

.animation__opacity {
    opacity: 0;
    transition: all 2s;
}

.menu__text {
    width: 80%;
    height: 15%;
    font-family: Inter, sans-serif;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    transition: all 2s;
    display: flex;
}

.menu__language {
    width: 100%;
    font-family: Inter, sans-serif;
    color: #b4b4b4;
    justify-content: center;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
    transition: all 2s;
    display: flex;
}

    .menu__language:hover {
        color: #fff;
    }

    .menu__language.w--current {
        font-family: Inter, sans-serif;
        color: #b4b4b4;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        text-decoration: none;
    }

.text-span {
    color: #fff;
    display: inline;
}

.menu__navigation {
    height: 60%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.div-block-32 {
    z-index: 9999;
    opacity: 0;
    background-color: #000;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

@media screen and (min-width: 1280px) {
    .navmenu__link.w--current {
        font-size: 16px;
    }

    .collections__list {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        flex-direction: column;
        display: flex;
    }

    .collection__description-list {
        width: 100%;
        max-width: 520px;
    }

    .item__number {
        width: 45px;
        font-size: 36px;
    }

    .item__year {
        font-size: 36px;
    }

    .list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .contacts__input__adaptive {
        min-height: 58px;
        text-transform: none;
        font-size: 28px;
        line-height: 100%;
    }

    .div-block-4 {
        grid-column-gap: 125px;
        grid-row-gap: 125px;
    }

    .contacts__input__fill {
        min-height: 58px;
        padding-bottom: 0;
        font-size: 28px;
        line-height: 100%;
    }

    .div-block-13 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }

    .image-5 {
        max-width: 660px;
    }

    .text-block-2 {
        max-width: none;
    }

    .div-block-16 {
        grid-column-gap: 70px;
        grid-row-gap: 70px;
    }

    .text-block-4 {
        max-width: 930px;
        font-size: 24px;
        line-height: 31px;
    }

    .div-block-18 {
        width: 100%;
    }

    .list-4 {
        max-width: 660px;
    }

    .list-item-2 {
        width: 100%;
    }

    .div-block-16-copy {
        grid-column-gap: 120px;
        grid-row-gap: 120px;
    }

    .image-7 {
        max-height: 1010px;
    }

    .text-block-7 {
        max-width: 420px;
        min-width: 360px;
    }

    .image-8 {
        max-width: 760px;
        min-width: 630px;
    }

    .div-block-19 {
        max-width: none;
        min-width: 420px;
    }

    .div-block-21 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        padding-top: 50px;
    }

    .div-block-29 {
        max-width: 582px;
        min-width: 382px;
    }
}

@media screen and (min-width: 1440px) {
    .navmenu__link.w--current {
        font-size: 18px;
    }

    .collection-item {
        grid-column-gap: 100px;
        grid-row-gap: 100px;
        justify-content: flex-start;
    }

    .collection__description-list {
        max-width: 580px;
    }

    .collection-item__description {
        justify-content: space-between;
    }

    .collection-item__image {
        max-height: 660px;
        max-width: 580px;
        min-height: 660px;
    }

    .collection-item__content {
        width: 100%;
    }

    .item__number {
        width: 85px;
        font-size: 72px;
        line-height: 82px;
    }

    .item__image {
        width: 100%;
    }

    .collection__wrapper {
        width: 55%;
        justify-content: space-between;
    }

    .contacts__input__adaptive {
        max-width: 1000px;
    }

    .div-block-5 {
        align-items: flex-end;
    }

    .contacts__links {
        justify-content: flex-end;
    }

    .div-block-13 {
        border-top: 2px solid #fff;
        padding-top: 50px;
    }

    .image-5 {
        max-height: 850px;
        max-width: 1000px;
        object-position: 50% 0%;
    }

    .image-6 {
        max-height: 210px;
    }

    .text-block-2 {
        max-width: 590px;
        min-width: 590px;
    }

    .div-block-16 {
        grid-column-gap: 180px;
        grid-row-gap: 180px;
    }

    .text-block-4 {
        max-width: 1060px;
    }

    .div-block-18 {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .list-4 {
        max-width: 1000px;
        margin-bottom: 0;
        padding-left: 0;
    }

    .div-block-17-copy {
        padding-top: 20px;
    }

    .div-block-16-copy {
        grid-column-gap: 200px;
        grid-row-gap: 200px;
    }

    .list-item-3 {
        grid-column-gap: 180px;
        grid-row-gap: 180px;
        border-bottom: 2px solid #fff;
        justify-content: space-between;
        padding-bottom: 50px;
        display: flex;
    }

        .list-item-3.revers {
            flex-direction: row-reverse;
        }

    .text-block-7 {
        width: 100%;
        max-width: 580px;
        min-width: 0;
    }

    .image-8 {
        max-width: 1030px;
        min-width: 560px;
    }

    .div-block-19 {
        max-width: none;
        min-width: 580px;
    }

    .list-5 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }

    .div-block-21 {
        grid-column-gap: 50px;
        grid-row-gap: 50px;
        padding-top: 50px;
    }

    .div-block-29 {
        max-width: none;
    }
}

@media screen and (min-width: 1920px) {
    .navigation {
        justify-content: center;
    }

    .section {
        justify-content: center;
        display: flex;
    }

    .collection-item {
        grid-column-gap: 200px;
        grid-row-gap: 200px;
    }

    .item__number {
        width: 130px;
        font-size: 92px;
        line-height: 86px;
    }

    .contacts__submitbtn {
        margin-top: 60px;
    }

    .link-block-5 {
        display: flex;
        position: -webkit-sticky;
        position: sticky;
    }

    .div-block-13 {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }

    .image-5 {
        max-height: 830px;
        max-width: 1030px;
    }

    .image-6 {
        max-height: 210px;
    }

    .div-block-14 {
        position: -webkit-sticky;
        position: sticky;
        top: 72px;
    }

    .div-block-15 {
        position: relative;
    }

    .text-block-2 {
        max-width: 730px;
        min-width: 570px;
    }

    .text-block-4 {
        max-width: 1000px;
    }

    .div-block-18 {
        width: auto;
    }

    .list-3 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .list-4 {
        max-width: 1030px;
    }

    .list-item-2 {
        max-width: none;
    }

    .section-2 {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .list-5 {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-direction: column;
        display: flex;
    }

    .link {
        width: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 32px;
    }

    .navigation__link__1 {
        color: #b4b4b4;
        font-size: 42px;
        line-height: 100%;
        transition: all .5s;
    }

        .navigation__link__1:hover {
            color: #fff;
        }

    .menu__links {
        grid-column-gap: 35px;
        grid-row-gap: 35px;
    }

    .menu__text {
        width: 60%;
        font-family: Inter, sans-serif;
        color: rgba(255, 255, 255, .5);
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 120%;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .navigation {
        height: auto;
        background-color: rgba(0, 0, 0, 0);
    }

    .container {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
    }

        .container.navmenu__container {
            padding-top: 0;
            display: flex;
            position: relative;
        }

        .container.publications {
            height: auto;
        }

        .container.contact {
            padding-top: 30px;
        }

        .container.collection {
            grid-column-gap: 30px;
            grid-row-gap: 30px;
        }

        .container.home {
            justify-content: space-around;
            padding-top: 0;
        }

        .container.footer {
            flex-direction: row;
            justify-content: space-between;
        }

    .navmenu {
        display: none;
    }

    .navmenu__logo {
        width: 52px;
        height: 52px;
        background-color: #0d0d0d;
    }

    .logo__container {
        width: auto;
        align-items: flex-end;
        top: 30px;
        right: 20px;
    }

    .section {
        height: auto;
    }

    .collection-item {
        position: relative;
    }

    .collection__description-list {
        width: 100%;
        max-width: none;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .collection-item__description {
        width: 100%;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .description-list__item {
        letter-spacing: -.6px;
        font-weight: 500;
    }

    .collection-item__number {
        padding-top: 20px;
        position: absolute;
    }

    .collection-item__image {
        max-height: 422px;
        max-width: none;
        object-position: 100% 50%;
    }

    .collection-item__content {
        width: 100%;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        border-top-color: rgba(255, 255, 255, .5);
        flex-direction: column-reverse;
        padding-top: 20px;
    }

        .collection-item__content.collection-item__content__first {
            border-top-color: #fff;
        }

    .item__number {
        width: auto;
        background-color: #000;
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        position: static;
    }

    .collection-item__wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .collection-item__year {
        position: absolute;
        top: 0%;
        bottom: auto;
        left: auto;
        right: 0%;
    }

    .item__year, .heading, .link-block {
        font-size: 32px;
        line-height: 41px;
    }

    .item__image {
        width: 100%;
        max-height: 422px;
        object-fit: cover;
    }

    .collection__wrapper {
        position: relative;
    }

    .list {
        grid-template-columns: 1fr 1fr;
        padding-top: 30px;
    }

    .link-block-2 {
        max-height: 400px;
        min-width: 210px;
    }

    .list-2 {
        width: auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: wrap;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        padding-top: 30px;
        display: grid;
    }

    .publication__image {
        width: 100%;
        object-fit: cover;
    }

    .div-block-4 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
    }

    .div-block-5 {
        border-top: 2px solid #fff;
        padding-top: 40px;
    }

    .contacts__links {
        display: none;
    }

    .div-block-8 {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        border-top: 2px solid #fff;
        flex-direction: column;
        padding-top: 20px;
    }

    .link-block-3 {
        text-transform: uppercase;
        padding-left: 20px;
        padding-right: 20px;
    }

    .link-block-4 {
        display: none;
    }

    .link-block-5 {
        font-size: 32px;
    }

    .div-block-13 {
        flex-direction: column;
        padding-top: 20px;
    }

    .image-5 {
        max-width: none;
        min-width: 0;
    }

    .image-6 {
        max-height: 200px;
    }

    .div-block-14 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .div-block-15 {
        border-top: 2px solid #fff;
        padding-top: 20px;
    }

    .heading-2 {
        font-size: 32px;
        line-height: 41px;
    }

    .text-block-2 {
        max-width: none;
        line-height: 24px;
    }

    .text-block-4 {
        display: none;
    }

    .text-block-5 {
        font-size: 18px;
        line-height: 120%;
    }

    .list-4 {
        max-width: none;
    }

    .div-block-17-copy {
        border-top-width: 0;
    }

    .text-block-6 {
        display: block;
    }

    .image-7 {
        max-height: 422px;
    }

    .list-item-3 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        border-bottom-color: rgba(255, 255, 255, 1);
        flex-direction: column-reverse;
    }

        .list-item-3.revers {
            flex-direction: column-reverse;
        }

    .text-block-7 {
        max-width: none;
    }

    .image-8 {
        max-height: 322px;
        max-width: none;
        min-width: 0;
        object-fit: cover;
    }

    .div-block-19 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        justify-content: space-between;
    }

    .div-block-20 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .list-5 {
        padding-top: 30px;
    }

    .div-block-21 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding-top: 20px;
    }

    .bg_wrapper {
        width: 480px;
        height: 480px;
    }

    .div-block-23 {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .logo {
        height: 20%;
    }

    .navigation__link__1 {
        color: #fff;
    }

    .menu__links {
        margin-bottom: 0;
    }

    .heading-copy {
        font-size: 32px;
        line-height: 41px;
    }

    .section-4 {
        flex-direction: row;
    }

        .section-4.footer_fix {
            height: auto;
            padding-bottom: 0;
            position: relative;
        }

            .section-4.footer_fix.fix__fix {
                position: fixed;
            }

    .about__icons {
        width: 24px;
        height: 24px;
        padding-right: 3px;
        display: block;
    }

    .about__links {
        display: none;
    }

    .div-block-29, .div-block-30, .footer__text {
        width: 100%;
    }

        .footer__text.footer__2 {
            justify-content: flex-end;
            display: flex;
        }

        .footer__text.footer__3 {
            justify-content: center;
            display: flex;
        }

    .menu__text {
        display: none;
    }

    .menu__language {
        width: 100%;
        color: #fff;
        justify-content: center;
        font-size: 36px;
        display: flex;
    }

    .text-span, .text-span-2 {
        display: none;
    }

    .menu__navigation {
        height: auto;
        grid-column-gap: 35px;
        grid-row-gap: 35px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding-top: 30px;
    }

        .container.home {
            justify-content: space-around;
            padding-bottom: 10%;
        }

    .image {
        width: 24px;
        height: 24px;
    }

    .collection-item__image {
        object-fit: fill;
    }

    .fullscreen {
        width: 100dvw;
        height: 100dvh;
    }

    .bg_wrapper {
        width: 240px;
        height: 240px;
    }

    .link {
        width: 100px;
        border-width: 1px;
        padding: 7px 30px;
        font-size: 20px;
        line-height: 100%;
    }

    .div-block-23 {
        padding-bottom: 20px;
    }

    .logo {
        width: 240px;
    }

    .navigation__link__1 {
        font-size: 24px;
        line-height: 100%;
    }

    .menu__links {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .heading-copy {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu__language {
        font-size: 24px;
    }

    .menu__navigation {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 24px;
        line-height: 31px;
    }

    h2 {
        font-size: 32px;
        line-height: 41px;
    }

    .container {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .container.collections, .container.products, .container.publications {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
            padding-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
        }

        .container.contact {
            padding-top: 20px;
        }

        .container.item, .container.collection, .container.about {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
            padding-top: 20px;
        }

        .container.startscreen {
            height: 100%;
        }

    .navmenu__logo.w--current {
        width: 39px;
        height: 39px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .logo__container {
        top: 6px;
        right: 10px;
    }

    .collections__list {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .collection__description-list {
        width: auto;
        min-width: 0;
        font-size: 14px;
    }

    .collection-item__description {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .description-list__item {
        width: 100%;
        display: flex;
    }

    .collection-item__image {
        width: 100%;
        min-height: 332px;
    }

    .collection-item__content {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .collection-item__wrapper {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .item__image {
        width: 100%;
        min-height: 332px;
    }

    .list {
        padding-top: 20px;
    }

    .link-block-2 {
        height: auto;
        max-height: 270px;
        max-width: none;
        min-height: 190px;
        min-width: 100px;
    }

    .list-2 {
        margin-bottom: 0;
        padding-top: 20px;
    }

    .contacts__input__adaptive, .contacts__input__fill, .div-block-19 {
        min-width: 0;
    }

    .list-5 {
        padding-top: 20px;
    }

    .div-block-23 {
        height: 100%;
        justify-content: space-around;
        padding-top: 60px;
    }

    .navigation__link__1 {
        font-size: 28px;
        line-height: 100%;
    }

    .heading-copy {
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 16px;
        line-height: 100%;
    }

    .div-block-28 {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .footer__text {
        font-size: 12px;
    }

        .footer__text.footer__2 {
            width: 100%;
            justify-content: flex-end;
        }

        .footer__text.footer__3 {
            white-space: nowrap;
            display: none;
        }

    .menu__language {
        padding: 5px 10px;
    }
}

.section-99 {
    min-height: 95vh;
    padding-bottom: 50px;
}

.footer__1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.footer__3 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer__2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.about_icon_first {
    padding-left: 0;
}