﻿@media screen and (min-width: 2000px) {
    .fancybox-content a img {
        min-width: calc(100vh - 50px);
        max-width:calc(100vh - 50px);
    }
}


@media (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .team-banner {
        zoom: 0.8;
    }
}



    @media screen and (max-width: 1367px) {
        .team-list__item:nth-child(2) .teammate-img, .team-list__item:nth-child(3) .teammate-img, .team-list__item:nth-child(4) .teammate-img {
            height: 215px;
        }

        .contact-section {
            overflow: hidden;
        }

        .map-wrapper {
            margin-left: 0;
        }

        .project-thumb-img {
            height: 460px;
        }

        .blog-hero-title, .blog-main-list__item-title, .blog-item__title {
            font-size: 35px;
        }

        .map-wrapper {
            height: auto;
        }

        .map-figure_right {
            top: -52.694915%;
            right: -20.29%;
        }

        /*.masonry-with-columns figure {
        height: 450px;
    }*/

        .blog-hero-gall__item {
            height: 600px;
        }

        .archive-blog-list {
            grid-column-gap: 100px
        }

        .hero-masked-title {
            top: 125px;
        }

        .team-block, .mask-team-block {
            padding-top: 0px;
        }

        .map-figure {
            width: 35%;
        }

        .map-figure_right {
            top: -15.694915%;
            right: -19.29%;
        }

        .map-figure_left {
            bottom: -7.949153%;
            left: -12.235294%;
        }

        .contact-title {
            font-size: 40px;
        }

        .team-list__item:nth-child(1) {
            margin-right: 319px;
            margin-top: 196px;
        }

        .team-list__item:nth-child(2) {
            margin-right: 130px;
            margin-top: -18px;
        }

        .team-list__item:nth-child(3) {
            margin-right: 69px;
            margin-top: 82px;
        }

        .team-list__item:nth-child(4) {
            margin-right: 140px;
            margin-top: 50px;
        }
    }

    @media screen and (max-width: 1200px) {

        .hero-masked-title {
            top: 100px;
        }

        .crushed-circle {
            left: -100px;
        }

        .tab-navigation__item {
            width: 225px;
            height: 225px;
        }

        .team-block .team-list__item:not(:last-child),
        .mask-team-block .team-list__item:not(:last-child) {
            margin-right: 55px;
        }

        .mask-slogan {
            max-width: 200px;
            font-size: 10px;
        }

        .contact-title {
            font-size: 40px;
        }
    }

    @media screen and (max-width: 1024px) {
    }

    @media screen and (max-width: 992px) {
        .fancybox-content a img {
            max-width: 500px;
            min-width: 500px;
        }

        .crushed-circle {
            width: 100%;
            height: 100%;
            bottom: unset;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
            -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg)
        }

        .hero-masked-title,
        .hero-masked-title svg {
            width: 100%;
        }

        .tab-navigation__item {
            width: 190px;
            height: 190px;
            margin: 0 15px;
        }

        .team-list {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .team-list__item {
            width: 30%;
        }

            .team-list__item:nth-child(1) {
                width: 100%;
            }

            .team-list__item .teammate-img {
                height: 70% !important;
                margin-bottom: 20px;
            }

            .team-list__item:nth-child(1) .teammate-img {
                height: 100% !important;
                width: 40%;
                margin-right: 30px;
                margin-bottom: 0;
            }

            .team-list__item:nth-child(1) .teammate-info {
                width: calc(60% - 30px);
            }

        .teammate-info__title,
        .teammate-info__about,
        .mask-slogan {
            max-width: unset !important;
            width: 100%;
        }

        .team-list__item:nth-child(1) .teammate {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
        }

        .team-block, .mask-team-block {
            padding: 140px 50px 13px 20px;
        }

        .team-list__item {
            height: 45%;
            margin: 0 !important;
            max-width: unset !important;
        }

        .teammate {
            height: 100%;
        }

        .teammate-img {
            height: 100%;
        }

        .teammate-info {
            width: 100%;
            position: static;
            padding: 0;
        }

        .contact-block, .mask-contact-block .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .contact-title {
            font-size: 30px;
        }

        .contact-additional .contact-additional__block, .contact-additional .contact-additional__block a, .contact-additional .contact-additional__block span {
            font-size: 16px;
        }

        .contact-info-wrapper {
            margin-bottom: 73px;
        }

        .contact-info-wrapper,
        .map-wrapper {
            width: 100%;
            max-width: 70%;
        }

        .category-menu__item:not(:last-child) {
            margin-right: 80px;
        }

        .category-menu__item {
            font-size: 12px;
        }

        .regular-header {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .project-section .container {
            width: 90%;
        }

        .project-thumb-img {
            width: calc(100% - 300px);
            height: 360px;
        }

        .project-thumb:not(:last-child) {
            margin-bottom: 70px;
        }

        .footer-logo {
            width: 100px;
            margin-right: 40px;
        }

            .footer-logo svg {
                width: 100%;
            }

        .footer-contacts-block, .footer-contacts-block a, .footer-contacts-block span {
            font-size: 14px;
        }

        .footer .main-menu ul li a {
            padding: 18px 15px 17px 15px;
        }

        .project-item-main {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse
        }

        .project-item-info {
            width: 100%;
        }

        .project-item-main-img {
            width: 80%;
            margin-left: auto;
            margin-bottom: 50px;
        }

        .project-item-main {
            margin-bottom: 90px;
        }

        .masonry-with-columns figure {
            height: auto;
        }

        .masonry-with-columns figure {
            margin: 0 1.5rem 1.5rem 0;
        }

        .grid-item img {
            max-width: 766px;
        }

        .blog-hero-title, .blog-main-list__item-title, .blog-item__title {
            max-width: 390px;
        }

        .blog-hero-gall__item {
            height: 500px;
        }

        .blog-hero-title, .blog-main-list__item-title, .blog-item__title {
            font-size: 30px;
        }

        .blog-hero-screen {
            padding-bottom: 70px;
        }

        .blog-main-section {
            padding: 90px 0
        }

        .blog-main-list__item-img {
            width: 300px;
            height: 450px;
        }

        .blog-main-list__item-info {
            width: calc(100% - 300px - 50px);
        }

        .archive-block-list__item-img {
            height: 220px;
        }

        .archive-blog-list {
            grid-column-gap: 30px;
            grid-row-gap: 50px;
        }

        .archive-blog-list__item-title {
            max-width: 100%;
        }

        #scales + .archive-blog-list {
            max-height: 290px;
        }

        .blog-item-section {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        }

        .blog-item-info-side, .blog-item-img-side {
            width: 100%;
        }

        .blog-item-img-side {
            position: static;
            height: 500px;
        }

        .grid-item img {
            max-width: 700px;
        }
    }

    @media screen and (max-width: 768px) {
        .grid-item img {
            max-width: 570px;
        }

        .map-figure {
            width: 45%;
        }


        .map-figure_left {
            transform: rotate(360deg);
            bottom: -16.949153%;
            left: 15.764706%;
            width: 30%;
        }

        .map-figure_right {
            width: 30%;
            top: -28.694915%;
            right: 9.71%;
        }

        .crushed-circle {
            display: none;
        }

        .crushed-circle-mobile {
            display: block;
        }

        .crushed-circle-mobile {
            width: 80%;
            height: 80%;
            position: absolute;
            left: 0;
            bottom: 100px;
        }

            .crushed-circle-mobile svg {
                width: 100%;
                height: auto;
            }

        .hero-masked-title {
            display: none;
        }

        .hero-masked-title_mobile {
            display: block;
        }

        .hero-masked-title_mobile {
            position: absolute;
            right: 20px;
            bottom: 170px;
            z-index: 999;
        }

        .tab-navigation {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 80%;
        }

        .subhero-content,
        .mask-subhero-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .tab-navigation__item {
            margin: 0;
        }

        .perspective:not(:last-child) {
            margin-bottom: 20px;
        }

        .tab-navigation__item {
            width: 142px;
            height: 142px;
            font-size: 12px;
        }

        .mask-subhero-content .tab-navigation__item::before {
            display: none;
        }

        .team-block, .mask-team-block {
            padding: 94px 50px 225px 20px;
        }

        .team-list__item .teammate-img {
            margin-bottom: 15px;
        }

        .teammate-info__title {
            margin-bottom: 4px;
            font-size: 11px;
        }

        .teammate-info__about {
            font-size: 10px;
        }

        .mask-slogan {
            font-size: 8px;
            line-height: 1.7em;
        }

        .header {
            padding: 10px;
        }

        .contact-title {
            font-size: 24px;
            padding-bottom: 10px;
            margin-bottom: 12px;
        }

        .contact-additional .contact-additional__block, .contact-additional .contact-additional__block a, .contact-additional .contact-additional__block span {
            font-size: 14px;
        }

            .contact-additional .contact-additional__block:not(:last-child) {
                margin-bottom: 10px;
            }

        .map-wrapper {
            height: 150px;
        }


        .contact-block, .mask-contact-block .container {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding-bottom: 30px;
            justify-content: center;
            -webkit-box-pack: center;
        }

        .footer .main-menu {
            display: none;
        }

        .footer-contacts {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .footer-contacts-block {
            margin-bottom: 0 !important;
        }

            .footer-contacts-block:not(:last-child) {
                margin-right: 20px;
            }

        .blog-hero-gall__item:not(:last-child) {
            margin-right: 40px;
        }

        .blog-hero-gall__item {
            width: 30%;
        }

        .blog-main-list__item-img {
            width: 200px;
            height: 225px;
        }

        .blog-main-list__item-info {
            width: calc(100% - 200px - 30px);
        }

        .blog-hero-title, .blog-main-list__item-title, .blog-item__title {
            font-size: 24px;
        }

        .blog-main-list__item-text {
            margin-bottom: 30px;
        }

        .mask-header-content .main-menu {
            margin-right: 10px;
        }

        .team-banner {
            width: 100%;
            border-bottom-right-radius: 0;
            left: 0;
            bottom: 0;
            display: block;
            font-size: 12px;
            line-height: 1;
        }

        .fancybox-content a img {
            max-width: 650px;
            min-width: 650px;
        }

        .mask-contact-block .container {
            padding-top: 0;
        }

        .team-banner p {
            color: #fff;
            font-size: 12px;
            line-height: 16px;
        }

        .banner-left {
            padding: 0 0 10px 0;
        }
    }

    @media screen and (max-width: 576px) {

        .fancybox-content a img {
            max-width: 350px;
            min-width: 350px;
        }

        .map-figure_right {
            width: 30%;
            top: -16.694915%;
            right: -4.29%;
        }

        .map-figure_left {
            transform: rotate(360deg);
            bottom: -14.949153%;
            left: 1.764706%;
            width: 30%;
        }

        .main-menu ul li a {
            padding: 12px 10px;
            font-size: 10px;
            white-space: nowrap
        }

        .slide {
            height: calc(100vh - calc(100vh - 100%))
        }

        .contact-block, .mask-contact-block .container {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .logo {
            width: 100px;
        }

            .logo svg {
                width: 100%;
            }

        .crushed-circle-mobile {
            width: 100%;
        }

        /*  .hero-masked-title_mobile{
        right: -6px;
    }*/

        .subhero-content, .mask-subhero-content {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding-bottom: 35px;
        }

        .
        __item:nth-child(1) .teammate-img {
            margin-right: 10px;
        }

        .team-block, .mask-team-block {
            padding: 77px 10px 13px 10px;
        }

        .team-list__item {
            width: 32%;
        }

            .team-list__item .teammate-img {
                margin-bottom: 7px;
            }

        .teammate-info__title {
            font-size: 10px;
        }

        .teammate-info__about {
            font-size: 9px;
        }

        .team-list__item {
            height: 50%;
        }

            .team-list__item:nth-child(1) {
                height: 40%;
            }

        .mask-slogan {
            line-height: 1.3em
        }

        .mask-header-content {
            padding-right: 10px;
        }

        .category-menu__item:not(:last-child) {
            margin-right: 30px;
        }

        .category-menu__item {
            font-size: 10px;
        }

        .category-menu__item-figure {
            margin-right: 7px;
            width: 22px;
            height: 22px;
        }

        .category-menu__item:last-child span {
            max-width: 55px;
        }

        .smuga-logo {
            width: 80px;
        }

            .smuga-logo svg {
                width: 100%;
            }

        .footer {
            padding: 25px 15px;
        }

        .footer-contacts-block, .footer-contacts-block a, .footer-contacts-block span {
            font-size: 10px;
        }

        .footer-logo {
            width: 80px;
            margin-right: 20px;
        }

        .project-thumb-img {
            width: 100%;
            height: 100px;
            margin-bottom: 10px;
        }

        .project-thumb {
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
        }

        .project-thumb-info {
            width: 100%;
        }

        .project-thumb__title {
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .project-thumb__title {
            font-size: 14px;
        }

        .project-thumb-collection {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .project-thumb__text {
            font-size: 12px;
        }

        .project-thumb__text {
            width: 48%;
            margin-bottom: 0;
        }

        .project-thumb-collection .project-more {
            width: 40%;
            font-size: 10px;
            padding: 14px 0;
        }

        .regular-header {
            padding-left: 10px;
            padding-right: 10px;
        }

        .project-thumb:not(:last-child) {
            margin-bottom: 40px;
        }

        .project-section {
            padding-bottom: 55px;
        }

        .project-item-img {
            height: 100px;
        }

        .project-item-main-img {
            width: 100%;
        }

        .project-item-main__title {
            font-size: 14px;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .project-item__rich, .project-item__rich * {
            font-size: 12px;
        }

        .masonry-with-columns figure {
            height: 200px;
            width: 100%
        }

        .project-item-main {
            margin-bottom: 30px;
        }

        .blog-hero-title, .blog-main-list__item-title, .blog-item__title {
            max-width: 200px;
        }

        .blog-hero-title, .blog-main-list__item-title, .blog-item__title {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .project-more {
            font-size: 10px;
            width: 91px;
            padding: 14px 0;
        }

        .blog-hero-gall__item {
            height: 275px;
        }

        .blog-hero-gall {
            -webkit-transform: translateX(-150px);
            -ms-transform: translateX(-150px);
            transform: translateX(-150px);
            width: 150%;
        }

        .blog-hero-gall__item:not(:last-child) {
            margin-right: 8px;
        }

        .blog-hero-screen {
            margin-bottom: 30px;
        }

        .blog-main-section {
            padding: 40px 0;
        }

        .blog-main-list__item-img {
            width: 140px;
            height: 152px;
        }

        .blog-main-list__item-info {
            width: calc(100% - 140px - 10px)
        }

        .blog-main-list__item-text {
            font-size: 10px;
        }

        .archive-block-list__item-img {
            height: 90px;
        }

        .archive-blog-list__item-title {
            font-size: 9px;
        }

        .archive-blog-list {
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        }

        #scales + .archive-blog-list {
            max-height: 150px;
        }

        .blog-item-img-side {
            height: 250px;
        }

        .blog-item-info-side {
            padding: 20px 15px;
        }

            .blog-item-info-side .go-back {
                margin-bottom: 15px;
            }

        .blog-item__title {
            max-width: 80%;
        }

        .blog-item__text,
        .blog-item__text * {
            font-size: 12px;
        }

        .error-title {
            font-size: 40px;
        }

        .error-text {
            font-size: 18px;
        }


        .dots {
            top: 95%;
            right: 45%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transform: rotateZ(90deg);
            -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
        }

            .dots svg circle {
                fill: #ffffff;
            }

        .maskLayer .dots svg circle {
            fill: #0C3A2F;
        }

        .tab-navigation__circle {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }



        .tab-navigation {
            width: 324.23px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .hero-section-content, .mask-hero-section-content {
            height: 100%;
        }

        .hovered-hero-block {
            width: 100%;
            height: 98vh;
        }

        .slide .tab-navigation {
            height: 50%;
        }

        .slide .tab-navigation {
            height: auto;
        }

        section[data-anchor="projects"] {
            height: 70%;
        }

            section[data-anchor="projects"] .dots {
                display: none;
            }

        .header-content.flex-between {
            position: absolute;
            right: 0;
            padding-right: 20px;
        }

        .mask-header-content.maskLayer.flex-between {
            position: absolute;
            right: -14px;
            top: 18px;
            padding-right: 10px;
        }

        .crushed-circle-mobile svg {
            padding-top: 70px;
        }

        .perspective__mobile {
            display: block;
            width: 142px;
            height: 142px;
        }

        .subhero-content, .mask-subhero-content {
            padding-bottom: 0;
        }

        .perspective {
            margin-bottom: 50px !important;
        }

        .team-title__mobile {
            display: block;
            font-size: 24px;
            color: #0C3A2F;
            font-family: 'Roboto-Black', sans-serif;
            padding-bottom: 15px;
        }

        .teammate-info__title {
            font-size: 12px;
        }

        .team-list__item:nth-child(1) .teammate-img {
            height: 90% !important;
            width: 40%;
            margin-right: 14px;
            margin-bottom: 0;
        }

        .team-list__item .teammate-img {
            width: 96%;
            height: 58% !important;
        }

        .team-list__item:not(:first-child) .teammate-info {
            padding-top: 0;
            max-width: 119px;
        }

        .mask-slogan {
            padding-top: 25px;
        }

        .team-list__item:nth-child(1) .mask-slogan {
            line-height: 2.3em;
            padding-top: 88px;
        }



        .maskLayer .team-title__mobile {
            color: #fff;
        }

        .header {
            position: absolute;
        }

        .contact-additional__block {
            font-weight: 700;
            letter-spacing: 0.3px;
        }

        .contact-info-wrapper, .map-wrapper {
            max-width: none;
        }

        .grid-item a {
            width: auto;
            height: 100%;
        }

        .grid-item img {
            max-width: 400px;
            height: auto;
        }

        figure.grid-item {
            text-align: center;
        }

        .masonry-with-columns figure {
            height: unset;
            width: unset;
        }
    }

    @media screen and (max-width: 420px) {
        .main-menu {
            display: none;
        }

            .main-menu.main-menu__mobile {
                display: block;
            }

        html {
            scroll-behavior: smooth;
        }

        .card {
            position: absolute;
            top: 0;
            background: #FFFFFF;
            width: 350px;
            height: 189px;
            border-radius: 4px;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            -webkit-transform-origin: center;
            -ms-transform-origin: center;
            transform-origin: center;
            -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
            -o-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
            transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
            cursor: pointer;
        }

            .card:nth-child(1) {
                z-index: 10;
                top: 0px;
                left: 0px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
            }

            .card:nth-child(2) {
                z-index: 9;
                top: 8px;
                left: 25px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
            }

            .card:nth-child(3) {
                z-index: 8;
                top: 16px;
                left: 50px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
            }

            .card:nth-child(4) {
                z-index: 7;
                top: 32px;
                left: 70px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
            }

            .card:nth-child(5) {
                z-index: 6;
                top: -60px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
                -webkit-transform: scale(0.6);
                -ms-transform: scale(0.6);
                transform: scale(0.6);
                opacity: 0.6;
            }

            .card:nth-child(6) {
                z-index: 5;
                top: -75px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
                -webkit-transform: scale(0.5);
                -ms-transform: scale(0.5);
                transform: scale(0.5);
                opacity: 0.5;
            }

            .card:nth-child(7) {
                z-index: 4;
                top: -90px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
                -webkit-transform: scale(0.4);
                -ms-transform: scale(0.4);
                transform: scale(0.4);
                opacity: 0.4;
            }

            .card:nth-child(8) {
                z-index: 3;
                top: -105px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
                -webkit-transform: scale(0.3);
                -ms-transform: scale(0.3);
                transform: scale(0.3);
                opacity: 0.3;
            }

            .card:nth-child(9) {
                z-index: 2;
                top: -120px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
                -webkit-transform: scale(0.2);
                -ms-transform: scale(0.2);
                transform: scale(0.2);
                opacity: 0.2;
            }

            .card:nth-child(10) {
                z-index: 1;
                top: -135px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
                -webkit-transform: scale(0.1);
                -ms-transform: scale(0.1);
                transform: scale(0.1);
                opacity: 0.1;
            }

            .card:nth-child(11) {
                z-index: 0;
                top: -150px;
                -webkit-transform-origin: top;
                -ms-transform-origin: top;
                transform-origin: top;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                opacity: 0;
            }

            .card:first-child:hover {
                -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
                -webkit-transform: scale(1.05);
                -ms-transform: scale(1.05);
                transform: scale(1.05);
            }


        .team-list__item {
            max-width: 200px !important;
        }

            .team-list__item card {
                max-width: 200px !important;
            }

        .teammate {
            display: block !important;
            height: auto;
        }

        .slider-container {
            margin: 0 auto;
            width: 80%;
            margin-top: 10px;
            position: relative;
        }

        .team-list__item:nth-child(1) .teammate-img,
        .team-list__item:nth-child(1) .teammate-info {
            width: 100%;
        }

        .team-list__item .teammate-img {
            width: 100%;
            height: 100%
        }

        .team-list__item:nth-child(2),
        .team-list__item:nth-child(4) {
            display: block;
        }

        .teammate .teammate-info {
            display: none;
        }


        .teammate-img img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

        .slider-container__btn--next {
            position: absolute;
            top: 38%;
            right: 17px;
        }

        .slider-container__btn--prev {
            position: absolute;
            top: 38%;
            left: 17px;
        }

        .card:nth-child(1) .teammate-info {
            display: block;
            position: relative;
            padding-top: 35px;
            left: 0;
            width: 290px;
            text-align: center;
        }

        #fullpage {
            display: none;
        }

        #fullpage-mobile {
            display: none;
        }

        .maskLayerMobile {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 100;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-clip-path: circle(15% at 100% 100%);
            clip-path: circle(15% at 100% 100%);
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: all .1s ease -0.01s !important;
            -o-transition: all .1s ease -0.01s !important;
            transition: all .1s ease -0.01s !important;
        }

        .tab-navigation__itemMobile span {
            content: attr(data-text);
            font-size: 18px;
            position: absolute;
            width: 100%;
            text-align: center;
            top: -30px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            font-size: 14px;
            color: #fff;
        }

        .perspective:first-child {
            margin-bottom: 50px;
        }


        .subhero-section-team {
            min-height: 900px;
            background-color: #0C3A2F;
        }


            .subhero-section-team .dots {
                display: none;
            }

        .contact-section {
            background-color: #0C3A2F;
            padding: 10px 0 31px 0px;
            text-align: left;
        }

        .mask-contact-block {
            background-color: #0C3A2F;
        }

        .teammate-info {
            color: #fff;
        }

        .teammate-info__title {
            font-size: 14px;
        }

        .teammate-info__about {
            font-size: 12px;
        }

        .mask-contact-block .contact-additional .contact-additional__block a,
        .mask-contact-block .contact-additional .contact-additional__block span {
            color: #F9D3DE !important;
            font-family: 'Roboto-Bold', sans-serif;
        }

        .fancybox-content a img {
            max-width: 250px;
            min-width: 250px;
        }

        .fancybox-content {
            padding: 20px;
        }

        button.fancybox-button.fancybox-close-small {
            top: -12px;
            right: -5px;
            padding-right: 0;
        }


        .slide .tab-navigation {
            padding: 10px;
        }

        .grid-item a {
            width: auto;
            height: 100%;
        }

        .grid-item img {
            max-width: 320px;
            height: auto;
        }

        figure.grid-item {
            text-align: center;
        }

        .masonry-with-columns figure {
            height: unset;
            width: unset;
        }
    }



    /*@media screen and (max-width: 700px) {
    .team-banner {
        display:block;
        width: 100%;
        left: 0;
        border-bottom-right-radius: 0;
        flex-direction: column;
        padding-left:35px;
    }

    .banner-right li {
        margin-top:15px;
    }

    .subhero-section-team {
        min-height:900px;
    }
}*/

    @media screen and (max-width: 320px) {
        .team-list__item {
            max-width: 161px !important;
        }

        .card:nth-child(1) .teammate-info {
            width: 244px;
        }

        .dots {
            top: 92%;
        }

        section[data-anchor=projects] {
            height: 80%;
        }

        .logo svg {
            width: 82px;
            margin-left: 23px;
        }

        .header-content.flex-between {
            padding-right: 0;
        }

        .grid-item img {
            max-width: 280px;
        }
    }

