@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}


body {
    font-family: sarvatrik-gurmukhi, sans-serif;
    font-style: normal;
}

*[data-margin-top="S"] {
    padding-top: 20px;
}

*[data-margin-top="M"] {
    padding-top: 40px;
}

*[data-margin-top="L"] {
    padding-top: 80px;
}

*[data-margin-top="XL"] {
    padding-top: 100px;
}

*[data-margin-bottom="S"] {
    padding-bottom: 20px;
}

*[data-margin-bottom="M"] {
    padding-bottom: 40px;
}

*[data-margin-bottom="L"] {
    padding-bottom: 80px;
}

*[data-margin-bottom="XL"] {
    padding-bottom: 100px;
}

*[data-margin-top-grid="true"] {
    padding-top: 48px;
}

*[data-margin-bottom-grid="true"] {
    padding-bottom: 48px;
}


.hero {
    height: 80vh;
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 1;
}

    .hero .wrapper {
        padding-top: 10%;
    }

        .hero .wrapper h1 {
            font-family: "Zalando Sans Expanded", sans-serif;
            font-size: 48px;
            color: #000;
            font-weight: 700;
        }

.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video {
    background-size: cover;
    background-position: center;
    width: 100%;
    z-index: 1;
}


header {
    padding: 30px 0;
    position: relative;
    z-index: 2;
    width: 100%;
}

    header.fixed {
        position: absolute;
    }

    header .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        header .wrapper img {
            max-width: 300px;
            width: 100%;
        }

        header .wrapper ul {
            display: flex;
            font-weight: 700;
            font-size: 14px;
        }

            header .wrapper ul li {
                margin-left: 50px;
                color: #000;
                text-transform: uppercase;
                font-family: "Zalando Sans Expanded", sans-serif;
            }

                header .wrapper ul li a {
                    text-decoration: none;
                    color: #000;
                }

                    header .wrapper ul li a:hover {
                        text-decoration: none;
                        color: #00FF47;
                    }

                    header .wrapper ul li a.selected {
                        text-decoration: none;
                        color: #00FF47;
                    }

                header .wrapper ul li:first-child {
                    margin-left: 0px;
                }

.news {
    font-weight: 400;
    min-height: 60vh;
}

    .news h2 {
        margin-bottom: 50px;
        color: #00FF47;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
    }

    .news h1 {
        margin-bottom: 50px;
        color: #000;
        font-size: 35px;
        font-weight: 500;
        font-family: "Zalando Sans Expanded", sans-serif;
    }

    .news ul {
    }

        .news ul li {
            border-top: 1px solid #000;
            padding: 20px 0;
            font-size: 25px;
            color: #000;
        }

            .news ul li a {
                text-decoration: none;
                color: #000;
            }

                .news ul li a:hover {
                    color: #00FF47;
                }

.project-list {
    min-height: 50vh;
}

    .project-list ul {
        display: flex;
        text-align: left;
        flex-wrap: wrap;
    }

        .project-list ul li {
            font-size: 40px;
            line-height: 45px;
            font-weight: 400;
            color: #000;
            ;
        }

            .project-list ul li:after {
                content: "+";
                margin: 0 10px;
                color: #000;
            }

            .project-list ul li:last-child:after {
                content: "";
            }

            .project-list ul li a {
                text-decoration: none;
                color: #000;
            }

                .project-list ul li a:hover {
                    color: #00FF47;
                }


.wot {
    display: flex;
    flex-direction: column;
    align-items: center;
}

*[data-type="full"] .wrapper {
    display: initial;
}

*[data-text-align="center"] .wrapper {
    text-align: center;
}

*[data-text-align="left"] .wrapper {
    text-align: left;
}

.wot .wrapper {
    display: grid;
    justify-content: start;
    grid-template-columns: 40% 60%;
}

    .wot .wrapper article p {
        margin-top: 20px;
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
    }

        .wot .wrapper article p:nth-of-type(1) {
            margin-top: 60px;
            font-size: 24px;
            font-weight: 300;
        }

    .wot .wrapper article small {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block;
    }

    .wot .wrapper article h1 {
        font-size: 40px;
        color: #000;
        font-weight: 500;
        font-family: "Zalando Sans Expanded", sans-serif;
    }

    .wot .wrapper article dl {
        margin-top: 30px;
        font-weight: 300;
    }

    .wot .wrapper article dt {
        color: rgba(0, 255, 71, 1);
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 20px;
        font-size: 18px;
    }

    .wot .wrapper article dd {
        font-size: 22px;
    }



.wot__small {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .wot__small .wrapper {
        display: grid;
        justify-content: start;
        grid-template-columns: 40% 60%;
    }

        .wot__small .wrapper article {
            border-top: 1px solid rgba(0, 0, 0, 1);
            padding-top: 45px;
        }

            .wot__small .wrapper article p {
                margin-top: 20px;
                font-size: 18px;
                font-weight: 300;
                line-height: 22px;
            }

    .wot__small img {
        max-width: 1440px;
        width: 100%;
        margin: 0 auto;
        padding: 40px 4% 0 4%;
    }

    .wot__small .wrapper article p:nth-of-type(1) {
        margin-top: 60px;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
    }

    .wot__small .wrapper article small {
        font-size: 18px;
        color: #000;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block;
    }

    .wot__small .wrapper article h1 {
        font-size: 40px;
        color: #000;
        font-weight: 500;
        font-family: "Zalando Sans Expanded", sans-serif;
    }

    .wot__small .wrapper article h2 {
        font-size: 30px;
        color: #000;
        font-weight: 700;
        font-family: "Zalando Sans Expanded", sans-serif;
    }

.project__slider {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    padding: 0 4%;
}

    .project__slider .wrapper {
        padding: 0;
        border: 1px solid #000;
    }

        .project__slider .wrapper p {
            font-size: 18px;
            color: #00FF47;
            font-weight: 700;
            text-transform: uppercase;
            padding: 40px;
            ;
        }

.swiper-slide img {
    width: 100%;
}

.project__slider .slider-footer {
    text-align: right;
    padding: 30px;
}

    .project__slider .slider-footer a {
        color: #000;
        text-align: center;
        text-decoration: none;
    }

        .project__slider .slider-footer a:hover {
            color: #00FF47
        }

.generictxt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .generictxt[data-type="full"] .wrapper {
        display: initial;
    }

    .generictxt[data-text-align="center"] .wrapper {
        text-align: center;
    }

    .generictxt[data-text-align="left"] .wrapper {
        text-align: left;
    }

    .generictxt .wrapper {
        display: grid;
        justify-content: start;
        grid-template-columns: 40% 60%;
    }

        .generictxt .wrapper article p {
            margin-top: 20px;
            font-size: 18px;
            font-weight: 300;
            line-height: 22px;
        }

            .generictxt .wrapper article p strong {
                font-weight: 700;
            }

            .generictxt .wrapper article p:nth-of-type(1) {
                margin-top: 40px;
                font-size: 18px;
                font-weight: 300;
            }

        .generictxt .wrapper article small {
            font-size: 18px;
            color: #000;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 10px;
            display: block;
        }

        .generictxt .wrapper article h1 {
            font-size: 30px;
            color: #000;
            font-weight: 700;
            font-family: "Zalando Sans Expanded", sans-serif;
        }

.wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
}

footer {
    padding: 47px 0;
    background-color: #000;
    color: #FFF;
}

    footer ul {
        display: grid;
        grid-template-columns: 50% 50%;
        border-top: 1px solid #E2D5D5;
        padding-top: 7px;
    }

        footer ul li {
            font-size: 12px;
            font-weight: 400;
            margin-top: 4px;
            line-height: 16px;
        }

            footer ul li:nth-child(even) {
                text-align: right;
            }

            footer ul li#lisbon-time {
                color: #00FF47;
            }

            footer ul li a {
                text-decoration: none;
                font-weight: 700;
                color: #FFF
            }

                footer ul li a:hover {
                    color: #00FF47;
                }

    footer img {
        max-width: 1440px;
        width: 100%;
        margin-top: 100px;
        margin-bottom: 30px;
    }

.social {
    border-top: 1px solid #E2D5D5;
    display: flex;
    justify-content: space-between;
}

    .social ul {
        display: flex;
        padding-top: 7px;
        border: none;
    }

        .social ul li {
            margin-right: 40px;
            text-transform: uppercase;
            font-size: 10px;
        }

            .social ul li:nth-last-child {
                margin-right: 0;
            }

            .social ul li a {
                color: #FFF;
            }

                .social ul li a:hover {
                    color: #00FF47;
                }

    .social p {
        padding-top: 7px;
        font-size: 10px;
        text-transform: uppercase;
    }

        .social p a {
            color: #FFF;
            text-decoration: none;
        }

            .social p a:hover {
                color: #00FF47;
            }

.project__wot {
}

    .project__wot .wrapper {
        max-width: 790px;
    }

        .project__wot .wrapper p {
            font-weight: 300;
            font-size: 18px;
            line-height: 22px;
        }

        .project__wot .wrapper dl {
            margin-top: 60px;
            font-weight: 300;
        }

            .project__wot .wrapper dl dt {
                color: rgba(0, 255, 71, 1);
                text-transform: uppercase;
                margin-bottom: 5px;
                margin-top: 20px;
                font-size: 18px;
            }

            .project__wot .wrapper dl dd {
                font-size: 22px;
            }

.work__grid .wrapper .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

    .work__grid .wrapper .grid .grid__item {
        position: relative;
        overflow: hidden;
        aspect-ratio: 16 / 9;
    }

        .work__grid .wrapper .grid .grid__item p {
            position: absolute;
            left: 50%;
            top: 50%;
            transition: all 0.9s ease;
            transform: translate(-50%, -50%) scale(0);
            z-index: 3;
            display: block;
            color: rgba(0, 255, 71, 1);
            font-size: 18px;
            text-transform: uppercase;
        }

        .work__grid .wrapper .grid .grid__item::before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            background-color: rgba(0,0,0,0);
            z-index: 1;
            content: '';
            width: 100%;
            transition: all 0.7s ease;
        }

        .work__grid .wrapper .grid .grid__item:hover p {
            transform: translate(-50%, -50%) scale(1);
        }

        .work__grid .wrapper .grid .grid__item:hover::before {
            background-color: rgba(0,0,0,0.9);
        }

        .work__grid .wrapper .grid .grid__item img {
            width: 100%;
            aspect-ratio: 16 / 9;
    object-fit: cover;
        }

.sub__menu {
}

    .sub__menu .wrapper {
    }

        .sub__menu .wrapper ul {
            display: flex;
            justify-content: left;
        }

            .sub__menu .wrapper ul li {
                margin: 0 60px 0 0;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
                font-weight: 300;
                color: #000;
            }

                .sub__menu .wrapper ul li:last-child {
                    margin-right: 0;
                }

                .sub__menu .wrapper ul li a {
                    text-decoration: none;
                    color: #000;
                }

                    .sub__menu .wrapper ul li a:hover {
                        color: #00FF47;
                    }

                    .sub__menu .wrapper ul li a.selected {
                        color: #00FF47;
                    }

.filter__menu {
}

    .filter__menu .wrapper {
    }

        .filter__menu .wrapper ul {
            display: flex;
            justify-content: left;
        }

            .filter__menu .wrapper ul li {
                margin: 0 60px 0 0;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
                font-weight: 300;
                color: #000;
                ;
            }

.sfilter__menu .wrapper ul li:last-child {
    margin-right: 0;
}

.filter__menu .wrapper ul li a {
    text-decoration: none;
    color: #000;
}

    .filter__menu .wrapper ul li a:hover {
        color: #00FF47;
    }

    .filter__menu .wrapper ul li a.selected {
        color: #00FF47;
    }

.header__text {
}

    .header__text .wrapper {
    }

        .header__text .wrapper h1 {
            font-size: 45px;
            font-weight: 200;
            color: #000;
            max-width: 40%;
        }

            .header__text .wrapper h1 span {
                color: #00FF47;
            }

.simple__media .wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 60px;
}

    .simple__media .wrapper img {
        max-width: 100%;
        width: 100%;
    }

    .simple__media .wrapper article {
        font-size: 24px;
        font-weight: 300;
        max-width: calc(100% - 60px);
        width: 100%;
    }

        .simple__media .wrapper article p {
            font-size: 24px;
            font-weight: 300;
            margin-bottom: 20px;
            line-height: 28px;
        }

.project__grid {
}

    .project__grid .wrapper {
    }

.gridx2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}

.gridx3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.gridx4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

.gridx2 img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gridx3 img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gridx4 img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gridx2 video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gridx3 video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gridx4 video {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.project__gridx4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
}

.project__item[data-type="horizontal"] img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.project__item[data-type="horizontal"] video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.project__item[data-type="large"] img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.project__item[data-type="large"] video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.project__item[data-type="vertical"] img {
    width: 100%;
    object-fit: cover;
}

.project__item[data-type="vertical"] video {
    width: 100%;
    object-fit: cover;
}

.project__nav ul {
}

    .project__nav ul li {
        border-top: 1px solid #000;
        padding: 20px 0;
        font-size: 25px;
        color: #000;
    }

        .project__nav ul li a {
            text-decoration: none;
            color: #000;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .project__nav ul li a span {
                color: rgba(0, 255, 71, 1);
                font-size: 18px;
            }

            .project__nav ul li a:hover {
                color: #00FF47;
            }

                .project__nav ul li a:hover span {
                    color: #000;
                }

.contacts {
}

    .contacts .wrapper {
    }

        .contacts .wrapper h1 {
            margin-bottom: 50px;
            color: #000;
            font-size: 35px;
            font-weight: 200;
            font-family: "Zalando Sans Expanded", sans-serif;
        }

        .contacts .wrapper .contact__info {
            display: grid;
            grid-template-columns: 60% 40%;
            justify-content: space-between;
            align-items: start;
            position: relative;
            height: 100%;
            margin-bottom: 70px;
            min-height: 370px;
        }

            .contacts .wrapper .contact__info div:nth-child(1) {
                max-width: 95%;
            }

            .contacts .wrapper .contact__info div:nth-child(2) img {
                width: 100%;
            }

#viewer img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.contact__text {
}

    .contact__text ul {
    }

        .contact__text ul li {
            display: grid;
            justify-content: space-between;
            align-items: start;
            border-top: 1px solid #000;
            font-size: 18px;
            grid-template-columns: 60% 40%;
            padding: 22px 40px 22px 0;
            line-height: 22px;
            font-weight: 700;
        }

            .contact__text ul li a {
                font-weight: 300;
                color: #000;
                text-decoration: none;
            }

                .contact__text ul li a:hover {
                    color: #00FF47;
                }

            .contact__text ul li p {
                font-weight: 300;
                color: #000;
            }

.contact__newsletter {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 60%;
    width: 100%;
}

    .contact__newsletter p {
        font-size: 28px;
        font-weight: 300;
        color: #000;
    }

    .contact__newsletter span {
        color: #00FF47;
        text-decoration: underline;
        font-weight: 300;
    }

    .contact__newsletter a {
        color: #00FF47;
        text-decoration: underline;
        font-weight: 300;
    }

        .contact__newsletter a:hover {
            color: #000;
            text-decoration: none;
        }

    .contact__newsletter form {
        width: 100%;
        position: relative;
    }

        .contact__newsletter form input {
            border: none;
            border-bottom: 1px solid #000;
            font-size: 16px;
            font-weight: 300;
            color: #000;
            max-width: 90%;
            width: 100%;
            padding-bottom: 10px;
            margin-top: 20px;
        }

            .contact__newsletter form input:focus {
                outline: none;
            }

            .contact__newsletter form input::placeholder {
                font-weight: 300;
                color: rgba(191, 191, 191, 1)
            }

#newsletter-submit {
    width: 40px;
    height: 40px;
    background: url('../images/icon-contact.svg') no-repeat center center;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    right: 11%;
    top: 0;
    transition: all 0.3s ease;
}

    #newsletter-submit:hover {
        transform: scale(1.1);
    }

#newsletter-status {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    display: block;
}

.contact__footer {
}

    .contact__footer ul {
    }

        .contact__footer ul li {
            display: grid;
            grid-template-columns: 56% 44%;
            justify-content: space-between;
            align-items: center;
            font-size: 18px;
            font-weight: 700;
            border-bottom: 1px solid #000;
            padding: 22px 0;
        }

            .contact__footer ul li:first-child {
                border-top: 1px solid #000;
            }

            .contact__footer ul li a {
                font-weight: 300;
                color: #000;
                text-decoration: none;
                display: flex;
                align-items: center;
                position: relative;
                padding: 0 20px 0 0;
            }

                .contact__footer ul li a:hover {
                    color: #00FF47;
                }

                    .contact__footer ul li a:hover::before {
                        left: -50px;
                    }

                .contact__footer ul li a::before {
                    content: '';
                    width: 40px;
                    height: 40px;
                    background: url('../images/icon-contact.svg') no-repeat center center;
                    position: absolute;
                    left: -70px;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: all 0.3s ease;
                }

            .contact__footer ul li p {
                font-weight: 300;
                color: #000;
                text-decoration: none;
                display: flex;
                align-items: center;
                position: relative;
                padding: 0 20px 0 0;
            }

                .contact__footer ul li p::before {
                    content: '';
                    width: 40px;
                    height: 40px;
                    background: url('../images/icon-contact.svg') no-repeat center center;
                    position: absolute;
                    left: -70px;
                    top: 50%;
                    transform: translateY(-50%);
                    transition: all 0.3s ease;
                }


@media only screen and (max-width: 768px) {
    .wrapper {
        padding: 0 5%;
    }

    .work__grid .wrapper .grid {
        grid-template-columns: repeat(1, 1fr);
    }

    header .wrapper {
        display: block;
        text-align: center;
    }

        header .wrapper ul {
            width: 100%;
            justify-content: space-evenly;
            margin-top: 25px;
        }

            header .wrapper ul li {
                margin-left: initial;
            }

    .hero {
        /* height: calc(50vh - 122px); */
        aspect-ratio: 1 / 1;
        /* object-fit: contain; */
        width: 100%;
        height: auto;
    }


        .hero .wrapper h1 {
            font-size: 24px;
        }


    .project__wot .wrapper p {
        font-size: 16px;
    }

    .project__wot .wrapper dl {
        margin-top: 40px;
    }

        .project__wot .wrapper dl dt {
            font-size: 16px;
        }

        .project__wot .wrapper dl dd {
            font-size: 18px;
            line-height: 22px;
        }

    .header__text .wrapper h1 {
        max-width: 100%;
        font-size: 30px;
    }

    .simple__media .wrapper article {
        max-width: 100%;
        ;
    }

        .simple__media .wrapper article p {
            font-size: 16px;
            line-height: 20px;
            margin-top: 20px;
            margin-bottom: 0;
        }

    .simple__media .wrapper {
        grid-template-columns: 1fr;
        gap: 0px
    }

    .wot__small .wrapper {
        grid-template-columns: 1fr;
    }

        .wot__small .wrapper article p {
            margin-top: 0;
            font-size: 16px;
            ;
        }

        .wot__small .wrapper article {
            padding-top: 20px;
            border: none;
        }

            .wot__small .wrapper article p:nth-of-type(1) {
                margin-top: 0;
                font-size: 16px;
                ;
            }

            .wot__small .wrapper article h2 {
                font-size: 24px;
            }

            .wot__small .wrapper article small {
                font-size: 16px;
                ;
            }

    .work__grid .wrapper .grid .grid__item p {
        font-size: 16px;
    }

    .filter__menu .wrapper ul li {
        margin: 0 10px 0 0;
    }

        .filter__menu .wrapper ul li:last-child {
            margin: 0;
        }

    .filter__menu .wrapper ul {
        justify-content: space-between;
    }

    .work__grid .wrapper .grid {
        gap: 24px;
        ;
    }

    .gridx2, .gridx3, .gridx4 {
        gap: 10px;
    }

    *[data-margin-top-grid="true"] {
        padding-top: 10px;
    }

    .wot .wrapper {
        grid-template-columns: 1fr;
    }

        .wot .wrapper article p:nth-of-type(1) {
            margin-top: 20px;
            font-size: 16px;
            line-height: 22px;
        }

        .wot .wrapper article p {
            font-size: 16px;
            line-height: 22px;
            margin-top: 20px;
        }

        .wot .wrapper article h1 {
            font-size: 24px;
        }

        .wot .wrapper article small {
            font-size: 16px;
        }

    .project__nav ul li {
        font-size: 18px;
    }

    .generictxt .wrapper {
        grid-template-columns: 1fr;
    }

        .generictxt .wrapper article p:nth-of-type(1) {
            margin-top: 20px;
            font-size: 16px;
            line-height: 22px;
        }

        .generictxt .wrapper article p {
            font-size: 16px;
        }

        .generictxt .wrapper article h1 {
            font-size: 24px;
        }

    .news h2 {
        margin-bottom: 20px;
    }

    .news ul li {
        font-size: 18px;
        line-height: 22px;
    }

    footer img {
        margin-top: 50px;
    }

    .project-list ul li {
        font-size: 22px;
        line-height: 28px;
    }

    .news h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contacts .wrapper h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .contacts .wrapper .contact__info {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .contact__text ul li {
        font-size: 16px;
    }

    .contacts .wrapper .contact__info div:nth-child(1) {
        max-width: 100%;
    }

    .contact__text ul li {
        grid-template-columns: 50% 50%;
    }

    .contact__newsletter form input {
        max-width: 100%;
    }

    #newsletter-submit {
        right: 0
    }

    .contact__newsletter p {
        font-size: 18px;
        margin-top: 20px;
        font-weight: 700;
    }

    .contact__newsletter {
        position: relative;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .contact__footer ul li {
        font-size: 16px;
        grid-template-columns: 50% 50%;
    }

        .contact__footer ul li p::before, .contact__footer ul li a::before {
            display: none;
        }

    .wot .wrapper article dt {
        color: rgba(0, 255, 71, 1);
        text-transform: uppercase;
        margin-bottom: 5px;
        margin-top: 20px;
        font-size: 16px;
    }

    .wot .wrapper article dd {
        font-size: 16px;
    }

    video {
        aspect-ratio: 1/1;
    }


    *[data-margin-top="S"] {
        padding-top: 10px;
    }

    *[data-margin-top="M"] {
        padding-top: 20px;
    }

    *[data-margin-top="L"] {
        padding-top: 40px;
    }

    *[data-margin-top="XL"] {
        padding-top: 50px;
    }

    *[data-margin-bottom="S"] {
        padding-bottom: 10px;
    }

    *[data-margin-bottom="M"] {
        padding-bottom: 20px;
    }

    *[data-margin-bottom="L"] {
        padding-bottom: 40px;
    }

    *[data-margin-bottom="XL"] {
        padding-bottom: 50px;
    }

    *[data-margin-top-grid="true"] {
        padding-top: 10px;
    }

    *[data-margin-bottom-grid="true"] {
        padding-bottom: 10px;
    }
}
