@charset "utf-8";

@font-face {
    font-family: "Source Sans 3";
    font-weight: 300;
    font-style: normal;
    src: url("https://govarq.com/css/fonts/source-sans-3-light.woff2") format("woff2"),
        url("https://govarq.com/css/fonts/source-sans-3-light.woff") format("woff");
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 400;
    font-style: normal;
    src: url("https://govarq.com/css/fonts/source-sans-3-regular.woff2") format("woff2"),
        url("https://govarq.com/css/fonts/source-sans-3-regular.woff") format("woff");
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 500;
    font-style: normal;
    src: url("https://govarq.com/css/fonts/source-sans-3-medium.woff2") format("woff2"),
        url("https://govarq.com/css/fonts/source-sans-3-medium.woff") format("woff");
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 600;
    font-style: normal;
    src: url("https://govarq.com/css/fonts/source-sans-3-semibold.woff2") format("woff2"),
        url("https://govarq.com/css/fonts/source-sans-3-semibold.woff") format("woff");
}

@font-face {
    font-family: "Source Sans 3";
    font-weight: 700;
    font-style: normal;
    src: url("https://govarq.com/css/fonts/source-sans-3-bold.woff2") format("woff2"),
        url("https://govarq.com/css/fonts/source-sans-3-bold.woff") format("woff");
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    height: 100%;
    background-color: #F5F3EF;
    color: #231F20;
    font-family: "Source Sans 3", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    cursor: default;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    outline: none;
    background: none;
}

div:focus,
span:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    background-image: none;
}

div,
span,
a,
input,
textarea,
select,
button {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
form {
    display: block;
}

.touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* BAR */

.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
    background-color: transparent;
    transition: 0.2s;
    z-index: 99;
}

.bar-compact {
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: rgba(245, 243, 239, 0.75);
    backdrop-filter: blur(16px);
}

.bar-on {
    background-color: #F5F3EF;
}

.bar-layout {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.bar-brand {
    flex: auto;
    display: flex;
    height: 94px;
}

.bar-compact .bar-brand {
    height: 44px;
}

.bar-compact .bar-menu {
    height: 44px;
    padding-top: 0px;
}

.bar-brand-link {
    display: inline-flex;
    align-items: center;
}

.bar-iso img {
    width: 94px;
    height: 94px;
}

.bar-compact .bar-iso {
    display: none;
}

.bar-logo {
    padding-bottom: 3px;
    padding-left: 26px;
    transition: 0.2s;
}

.bar-compact .bar-logo {
    padding-left: 0px;
}

.bar-logo img {
    width: 252px;
    height: 13px;
}

.bar-logo-alt {
    display: none;
    padding-bottom: 0px;
    padding-left: 18px;
    transition: 0.2s;
}

.bar-compact .bar-logo-alt {
    padding-left: 0px;
}

.bar-logo-alt img {
    width: 100px;
    height: 44px;
}

.bar-nav {
    flex: none;
    display: flex;
    justify-content: center;
    padding-right: 56px;
}

.bar-buttons {
    position: relative;
    display: none;
    flex-direction: column;
    row-gap: 10px;
    width: 152px;
    margin-left: 72px;
    margin-right: 72px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.bar-compact .bar-buttons {
    padding-top: 11px;
    padding-bottom: 11px;
}

.bar-on .bar-layout .bar-buttons {
    display: flex;
}

.bar-button {
    display: inline-flex;
    padding-top: 5px;
    padding-bottom: 4px;
    color: #443C3E;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2rem;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.35s;
}

.bar-buttons>div {
    display: flex;
    opacity: 0;
    animation-name: bar-button-anima;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}

.bar-buttons>div:nth-child(1) {
    justify-content: center;
    animation-delay: 0.1s;
}

.bar-buttons>div:nth-child(2) {
    padding-left: 72px;
    animation-delay: 0.3s;
}

.bar-buttons>div:nth-child(3) {
    justify-content: center;
    animation-delay: 0.5s;
}

.bar-buttons>div:nth-child(4) {
    padding-left: 72px;
    animation-delay: 0.6s;
}

.bar-buttons>div:nth-child(5) {
    padding-left: 72px;
    animation-delay: 0.4s;
}

.bar-buttons>div:nth-child(6) {
    justify-content: center;
    animation-delay: 0.2s;
}

@keyframes bar-button-anima {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bar-button:hover {
    opacity: 0.5;
}

.touch .bar-button:hover {
    opacity: 1;
}

.bar-button:active,
.touch .bar-button:active {
    opacity: 0.5;
}

.bar-button-on {
    color: #231F20;
    font-weight: 600;
}

.bar-button-on:hover {
    opacity: 1;
}

.touch .bar-button-on:hover {
    opacity: 1;
}

.bar-button-on:active,
.touch .bar-button-on:active {
    opacity: 1;
}

.bar-langs {
    display: flex;
    column-gap: 6px;
    padding-left: 72px;
    color: #443C3E;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2rem;
    opacity: 0.35 !important;
}

.bar-langs-divisor {
    padding-top: 4px;
}

.bar-menu {
    flex: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
    transition: 0.2s;
}

.bar-menu-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    width: 44px;
    height: 44px;
    padding-top: 13px;
    padding-bottom: 13px;
    cursor: pointer;
    transition: 0.25s;
}

.bar-menu-btn:hover {
    opacity: 0.5;
}

.touch .bar-menu-btn:hover {
    opacity: 1;
}

.bar-menu-btn:active,
.touch .bar-menu-btn:active {
    opacity: 0.5;
}

.bar-menu-line {
    width: 44px;
    height: 2px;
    background-color: #2A2A33;
    transition: 0.25s;
}

.bar-on .bar-layout .bar-menu-line {
    opacity: 0;
}

.bar-menu-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.25s;
}

.bar-menu-close img {
    width: 16px;
    height: 16px;
}

.bar-on .bar-layout .bar-menu-close {
    opacity: 1;
}

.bar-fill {
    height: 174px;
}

/* GLOBAL */

.margin {
    padding-left: 24px;
    padding-right: 24px;
}

.frame {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}

.frame-alt {
    width: 100%;
    max-width: 1172px;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
}

.sections {
    display: flex;
    column-gap: 32px;
    padding-bottom: 86px;
}

.sections-alt {
    display: flex;
    column-gap: 32px;
}

.filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    padding-bottom: 65px;
}

.filters-buttons {
    display: flex;
    justify-content: center;
    column-gap: 70px;
}

.filters-button {
    padding-bottom: 3px;
    color: #443C3E;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2rem;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.35s;
}

.filters-button:hover {
    opacity: 0.5;
}

.touch .filters-button:hover {
    opacity: 1;
}

.filters-button:active,
.touch .filters-button:active {
    opacity: 0.5;
}

.filters-button-on {
    border-bottom: solid 1px #8C8987;
}

.filters-button-on:hover {
    opacity: 1;
}

.touch .filters-button-on:hover {
    opacity: 1;
}

.filters-button-on:active,
.touch .filters-button-on:active {
    opacity: 1;
}

.filters-finder {
    width: 100%;
    display: none;
    justify-content: flex-end;
    cursor: pointer;
    transition: 0.35s;
}

.filters-finder:hover {
    opacity: 0.5;
}

.touch .filters-finder:hover {
    opacity: 1;
}

.filters-finder:active,
.touch .filters-finder:active {
    opacity: 0.5;
}

.filters-search {
    display: flex;
    justify-content: flex-end;
}

.filters-search-form {
    position: relative;
}

.filters-keywords {
    display: block;
    width: 100%;
    max-width: 220px;
    padding: 8px;
    padding-left: 0px;
    padding-right: 24px;
    border-bottom: solid 1px #8C8987;
    color: #443C3E;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    transform: translateY(-13px);
}

.filters-search-btn {
    position: absolute;
    bottom: 13px;
    right: 1px;
    width: 24px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: 0.35s;
    cursor: pointer;
    z-index: 99;
}

.filters-search-btn-alt {
    z-index: 2;
}

.filters-search-btn:hover {
    opacity: 0.5;
}

.touch .filters-search-btn:hover {
    opacity: 1;
}

.filters-search-btn:active,
.touch .filters-search-btn:active {
    opacity: 0.5;
}

.section {
    padding-left: 0px;
    color: #443C3E;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.section-alt {
    font-weight: 500;
}

.section-link {
    color: #443C3E;
    transition: 0.35s;
}

.section-link:hover {
    opacity: 0.5;
}

.touch .section-link:hover {
    opacity: 1;
}

.section-link:active,
.touch .section-link:active {
    opacity: 0.5;
}

.block-text {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 72px;
    padding-bottom: 140px;
    padding-left: 30px;
    text-indent: -30px;
    font-size: 18px;
    line-height: 28px;
}

.block-text>div {
    padding-top: 18px;
    text-indent: 0px;
}

.block-text>div:first-of-type {
    padding-top: 0px;
    text-indent: -30px;
}

.block-text-featured {
    font-feature-settings: "smcp" 1, "c2sc" 1;
    letter-spacing: 0.1rem;
}

.band {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: 0.75s;
}

.band-shown {
    opacity: 1;
}

.band-swiper {
    height: auto !important;
    --swiper-navigation-size: 16px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: #F5F3EF;
}

.band-slide {
    width: 148px !important;
}

.band-picture {
    display: block;
    width: 100%;
    padding-bottom: 66.66666666666667%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s;
}

.band-picture:hover {
    filter: brightness(140%);
}

.touch .band-picture:hover {
    filter: brightness(100%);
}

.band-picture:active,
.touch .band-picture:active {
    filter: brightness(140%);
}

/* SLIDES */

.slides {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slides-swiper {
    height: 100% !important;
}

.slides-slide {
    position: relative;
    overflow: hidden;
}

.slides-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    animation-name: slides-picture-anima;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.slides-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slides-video-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@keyframes slides-picture-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

/* TEAM */

.team {
    background-color: #2A2A2A;
    padding-top: 140px;
    padding-bottom: 70px;
}

.team-grid {
    row-gap: 100px;
}

.team-item {
    color: #F5F3EF;
    opacity: 0;
}

.team-name {
    padding-top: 20px;
    font-size: 18px;
    line-height: 28px;
}

.team-role {
    font-size: 18px;
    line-height: 28px;
    font-feature-settings: "smcp" 1, "c2sc" 1;
    letter-spacing: 0.1rem;
    text-transform: lowercase;
    font-weight: 300;
}

.team-description {
    padding-top: 24px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

/* PUBLICATIONS */

.publications-pictures {
    position: relative;
    background-color: #2A2A2A;
}

.publications-picture {
    width: 100%;
    padding-bottom: 66.66666666666667%;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
}

.publications-block {
    position: relative;
}

.publications-button {
    position: absolute;
    bottom: -36px;
    left: 30px;
    display: inline-flex;
    align-items: center;
    height: 72px;
    padding-left: 48px;
    padding-right: 48px;
    background-color: #AA988A;
    color: #F5F3EF;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-indent: 0px;
    font-feature-settings: "smcp" 1, "c2sc" 1;
    letter-spacing: 0.2em;
    cursor: pointer;
    transition: 0.5s;
    z-index: 2;
}

.publications-button:hover {
    background-color: #BEAFA5;
}

.touch .publications-button:hover {
    background-color: #AA988A;
}

.publications-button:active,
.touch .publications-button:active {
    background-color: #BEAFA5;
}

/* PROJECTS */

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 42px;
    row-gap: 52px;
    padding-bottom: 140px;
}

.grid-alt {
    grid-template-columns: 1fr 1fr;
}

.grid-item {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    transition: 0.5s;
    opacity: 0;
    /*transform: translateY(10%);*/
}

.grid-picture {
    position: relative;
    width: 100%;
    padding-bottom: 58.97435897435897%;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: none;
}

.grid-image.active {
    opacity: 1;
}

.grid-name {
    color: #231F20;
    font-size: 18px;
    line-height: 26px;
}

.grid-item:hover {
    opacity: 0.85;
}

.touch .grid-item:hover {
    opacity: 1;
}

.grid-item:active,
.touch .grid-item:active {
    opacity: 0.85;
}

.grid-item-alt:hover {
    opacity: 1;
}

.touch .grid-item-alt:hover {
    opacity: 1;
}

.grid-item-alt:active,
.touch .grid-item-alt:active {
    opacity: 1;
}

/* WORK */

.work {
    padding-bottom: 200px;
}

.work-cover {
    position: relative;
    width: 100%;
    padding-bottom: 58.97435897435897%;
    margin-bottom: 42px;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: zoom-in;
    overflow: hidden;
}

.work-cover-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: work-cover-anima;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes work-cover-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.work-grid-1 {
    display: grid;
    grid-template-columns: 0.68fr 0.32fr;
    gap: 42px;
}

.work-pic-1 {
    width: 100%;
    padding-bottom: 61.08108108108108%;
}

.work-grid-1-group {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 42px;
}

.work-pic-2 {
    width: 100%;
    height: 100%;
}

.work-pic-3 {
    width: 100%;
    height: 100%;
}

.work-pic-4 {
    position: relative;
    width: 100%;
    padding-bottom: 61.08108108108108%;
    margin-top: 42px;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.work-grid-2 {
    display: grid;
    grid-template-columns: 0.32fr 0.68fr;
    gap: 42px;
    margin-top: 42px;
}

.work-pic-5 {
    width: 100%;
    height: 100%;
}

.work-pic-6 {
    width: 100%;
    padding-bottom: 61.08108108108108%;
}

.work-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 42px;
    margin-top: 42px;
}

.work-pic-gallery {
    width: 100%;
    padding-bottom: 66.66666666666667%;
}

.work-pic {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: zoom-in;
    opacity: 0;
}

.work-data {
    display: grid;
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 42px;
    margin-bottom: 62px;
}

.work-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 42px;
}

.work-item {
    padding-top: 14px;
    padding-bottom: 16px;
    border-bottom: solid 1px #8C8987;
    font-size: 16px;
    line-height: 22px;
}

.work-item-name {
    font-feature-settings: "smcp" 1, "c2sc" 1;
    letter-spacing: 0.1rem;
}

.work-item-value {
    padding-left: 24px;
}

.work-plan-title {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-feature-settings: "smcp" 1, "c2sc" 1;
    letter-spacing: 0.07rem;
    cursor: pointer;
    transition: 0.35s;
}

.work-plan-title:hover {
    opacity: 0.5;
}

.touch .work-plan-title:hover {
    opacity: 1;
}

.work-plan-title:active,
.touch .work-plan-title:active {
    opacity: 0.5;
}

.work-text {
    padding-top: 130px;
    padding-bottom: 120px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
}

.work-text-alt {
    padding-top: 130px;
    padding-bottom: 120px;
}

.works-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: solid 1px #DFD9CE;
    background-color: #F5F3EF;
    transition: 0.25s;
}

.works-nav-on {
    padding-top: 32px;
    padding-bottom: 32px;
}

.works-nav-layout {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
    justify-content: center;
}

.works-nav-btn {
    padding: 8px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    transition: 0.25s;
}

.works-nav-btn:hover {
    opacity: 0.5;
}

.touch .works-nav-btn:hover {
    opacity: 1;
}

.works-nav-btn:active,
.touch .works-nav-btn:active {
    opacity: 0.5;
}

.works-nav-prev {
    text-align: right;
}

.works-nav-next {
    text-align: left;
}

/* CONTACT */

.contact-link {
    color: #796B6F;
    font-weight: 400;
    transition: 0.35s;
}

.contact-link:hover {
    opacity: 0.5;
}

.touch .contact-link:hover {
    opacity: 1;
}

.contact-link:active,
.touch .contact-link:active {
    opacity: 0.5;
}

.contact-picture {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    background-color: #E2E2E2;
    overflow: hidden;
}

.contact-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/contact.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: contact-picture-anima;
    animation-duration: 45s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes contact-picture-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

/* RESPONSIVE */

@media (max-width: 990px) {

    .bar-nav {
        column-gap: 48px;
    }

    .team-grid {
        grid-template-columns: 1fr 1fr;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
    }

    .filters {
        column-gap: 24px;
    }

    .filters-buttons {
        column-gap: 24px;
    }

}

@media (max-width: 920px) {

    .filters {
        grid-template-columns: 1fr;
        row-gap: 32px;
        padding-bottom: 65px;
    }

    .filters-buttons {
        justify-content: flex-start;
    }

    .filters-search {

        justify-content: flex-start;
    }

    .filters-search-form {
        width: 100%;
    }

    .filters-finder {
        display: flex;
    }

    .filters-search {
        display: none;
        justify-content: flex-start;
    }

    .filters-keywords {
        width: 100%;
        max-width: unset;
    }

}

@media (max-width: 900px) {

    .bar {
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .bar-on .bar-layout {
        flex-direction: column;
    }

    .bar-brand {
        height: 74px;
    }

    .bar-iso img {
        width: 74px;
        height: 74px;
    }

    .bar-logo {
        display: none;
    }

    .bar-logo-alt {
        display: block;
    }

    .bar-on .bar-layout .bar-menu {
        position: absolute;
        top: 0;
        right: 0;
    }

    .bar-buttons {
        padding-bottom: 52px;
    }

    .bar-buttons {
        padding-top: 50px;
        padding-bottom: 26px;
    }

    .bar-compact .bar-buttons {
        padding-top: 50px;
        padding-bottom: 26px;
    }

    .bar-menu {
        height: 74px;
        padding-top: 15px;
    }

    .bar-menu-btn {
        width: 32px;
        height: 44px;
    }

    .bar-menu-line {
        width: 32px;
        height: 2px;
    }

    .bar-fill {
        height: 132px;
    }

}

@media (max-width: 780px) {

    .team-grid {
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .work-items {
        grid-template-columns: 1fr;
    }

    .work-grid-1 {
        grid-template-columns: 1fr;
    }

    .work-grid-1-group {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
    }

    .work-pic-2 {
        height: unset;
        padding-bottom: 61.08108108108108%;
    }

    .work-pic-3 {
        height: unset;
        padding-bottom: 61.08108108108108%;
    }

    .work-grid-3 {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 640px) {

    .work-cover {
        margin-bottom: 24px;
    }

    .work-grid-1 {
        gap: 24px;
    }

    .work-grid-1-group {
        gap: 24px;
    }

    .work-grid-2 {
        gap: 24px;
        margin-top: 24px;
    }

    .work-pic-4 {
        margin-top: 24px;
    }

    .work-pic-4 {
        margin-top: 24px;
    }

    .work-grid-3 {
        gap: 24px;
        margin-top: 24px;
    }

    .work-data {
        gap: 24px;
        margin-top: 24px;
        margin-bottom: 44px;
    }

}

@media (max-width: 480px) {

    .margin {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section {
        font-size: 14px;
        line-height: 14px;
    }

    .sections {
        column-gap: 18px;
        padding-bottom: 70px;
    }

    .sections-alt {
        column-gap: 18px;
    }

    .block-text {
        padding-bottom: 110px;
    }

    .team {
        padding-top: 90px;
        padding-bottom: 20px;
    }

    .team-grid {
        row-gap: 50px;
    }

    .contact-picture {
        padding-bottom: 120%;
    }

    .publications-button {
        bottom: -27px;
        height: 54px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .grid {
        row-gap: 48px;
        padding-bottom: 110px;
    }

    .filters-buttons {
        column-gap: 18px;
    }


    .work-cover {
        margin-bottom: 18px;
    }

    .work-grid-1 {
        gap: 18px;
    }

    .work-grid-1-group {
        gap: 18px;
    }

    .work-grid-2 {
        gap: 18px;
        margin-top: 18px;
    }

    .work-pic-4 {
        margin-top: 18px;
    }

    .work-pic-4 {
        margin-top: 18px;
    }

    .work-grid-3 {
        gap: 18px;
        margin-top: 18px;
    }

    .work-data {
        gap: 18px;
        margin-top: 18px;
        margin-bottom: 38px;
    }

    .work-text {
        padding-top: 90px;
        padding-bottom: 80px;
        font-size: 24px;
        line-height: 34px;
    }

    .work-text-alt {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .works-nav-layout {
        column-gap: 10px;
    }

    .works-nav-on {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .works-nav-btn {
        font-size: 16px;
        line-height: 20px;
    }

}