@font-face {
    font-family: Roboto-Regular;
    src: url(fonts/Roboto-Regular.eot);
    src: url(fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'),url(fonts/Roboto-Regular.woff2) format('woff2'),url(fonts/Roboto-Regular.woff) format('woff'),url(fonts/Roboto-Regular.ttf) format('truetype'),url(fonts/Roboto-Regular.svg#svgFontName) format('svg')
}

@font-face {
    font-family: Roboto-Medium;
    src: url(fonts/Roboto-Medium.eot);
    src: url(fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'),url(fonts/Roboto-Medium.woff2) format('woff2'),url(fonts/Roboto-Medium.woff) format('woff'),url(fonts/Roboto-Medium.ttf) format('truetype'),url(fonts/Roboto-Medium.svg#svgFontName) format('svg')
}

@font-face {
    font-family: Roboto-Black;
    src: url(fonts/Roboto-Black.eot);
    src: url(fonts/Roboto-Black.eot?#iefix) format('embedded-opentype'),url(fonts/Roboto-Black.woff2) format('woff2'),url(fonts/Roboto-Black.woff) format('woff'),url(fonts/Roboto-Black.ttf) format('truetype'),url(fonts/Roboto-Black.svg#svgFontName) format('svg')
}

body {
    overflow-x: hidden
}

.transition-fade {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

html.is-animating .transition-fade {
    opacity: 1
}

html.is-leaving .transition-fade {
    opacity: 0
}

.transition-swipe {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

:root {
    --primary-pink: #B11545;
    --mask-x: 0;
    --mask-y: 0;
    --mask-size: 6vmax;
    --moveby: calc(var(--mask-size)/-2)
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    padding: 0;
    margin: 0;
    font-family: Roboto-Regular,sans-serif;
    position: relative;
    font-size: 14px;
    color: #000
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-center {
    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
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container {
    margin: 0 auto;
    width: 88.85416666%
}

.overflow {
    overflow: hidden
}

.d-none {
    display: none
}

.hidden {
    opacity: 0
}

/*FANCYBOX*/

.fancybox-content {
    padding: 0;
    /*padding: 20px;*/
    overflow: hidden;
    position: relative;
    z-index: 10;
}

    /*.fancybox-content::after {*/
    /*    background-color: #000;*/
    /*    content: '';*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: 0px;*/
    /*    left: 0px;*/
    /*    right: 0px;*/
    /*    bottom: 0px;*/
    /*    z-index: -1*/
    /*}*/

.fancybox-button {
    background: rgba(30,30,30,.6);
}

    .fancybox-button svg {
        color:#fff;
    }

    .fancybox-slide--html .fancybox-close-small {
        right: -10px;
        top: -10px;
        background: transparent;
    }

.fancybox-content a img {
    min-width: 600px;
    max-width:600px;
}

/*FANCYBOX*/

.crushed-circle_svg, .logo_svg {
    overflow: visible
}

    .logo_svg path {
        -webkit-transition: all .2s cubic-bezier(.175,.885,.32,1.275);
        -o-transition: all .2s cubic-bezier(.175,.885,.32,1.275);
        transition: all .2s cubic-bezier(.175,.885,.32,1.275)
    }

.u-path {
    -webkit-transform: translateY(calc(-100% - 20px)) rotate(-24deg);
    -ms-transform: translateY(calc(-100% - 20px)) rotate(-24deg);
    transform: translateY(calc(-100% - 20px)) rotate(-24deg)
}

    .u-path.active {
        -webkit-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    z-index: 999999
}

.header_rightMode {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0
}
.logo p {
    text-align: center;
    text-transform: uppercase;
    color: black;
    letter-spacing: 2px;
    margin-top:5px;
}
.logo svg {
 width:100%;
}
    .header_rightMode .header-content, .header_rightMode .mask-header-content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0
    }

    .header_rightMode .main-menu {
        margin-left: 13px
    }

.main-menu ul {
    height: 100%
}

    .main-menu ul li a {
        color: #000;
        line-height: 1.143em;
        padding: 18px 30px 17px 30px;
        display: inline-block
    }

.mask-header-content .main-menu ul li a {
    color: #f9d3de
}

.header_rightMode .main-menu ul li a {
    background: var(--primary-pink);
    color: #fff
}

.mask-header-content {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.error-header .main-menu ul li a, .header_rightMode .mask-header-content .main-menu ul li a {
    background: #fff;
    color: #0c3a2f
}

a {
    text-decoration: none;
    display: inline-block
}

.section {
    height: 100vh;
    width: 100%
}

.slide {
    height: 100vh;
    width: 100%
}

.hero-section {
    padding-top: 117px;
    position: relative
}

.crushed-circle {
    position: absolute;
    bottom: 0;
    left: 64px
}

    .crushed-circle svg {
        width: 100%;
        height: auto
    }

.social-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    bottom: 30px;
    right: 30px
}

    .social-list li a {
        width: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .social-list li:not(:last-child) {
        margin-bottom: 15px
    }

.fp-slidesNav {
    top: 50% !important;
    right: 37px !important;
    left: unset !important;
    bottom: unset !important
}

    .fp-slidesNav ul {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto
    }

        #fp-nav ul li a span, .fp-slidesNav ul li a span {
            background: var(--primary-pink);
            width: 5px;
            height: 5px
        }

        #fp-nav ul li, .fp-slidesNav ul li {
            margin: 3px
        }

.hero-masked-title {
    color: #000;
    position: absolute;
    z-index: 999;
    top: 150px;
    left: 61%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero-section-content, .mask-hero-section-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mask-hero-section-content, .mask-team-block {
    background-color: #0c3a2f
}

.mask-header-content {
    background: 0 0;
    padding: 20px
}

.cursors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99999999999999;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    contain: layout;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cursor {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    will-change: transform
}

.hover-large {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cursor--follower {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transform: translate(var(--moveby),var(--moveby));
    -ms-transform: translate(var(--moveby),var(--moveby));
    transform: translate(var(--moveby),var(--moveby));
    will-change: transform;
    -webkit-backface-visibility: hidden;
    background-color: inherit;
    opacity: .5;
    width: var(--mask-size);
    height: var(--mask-size);
    border-radius: 100%
}

.maskLayer {
    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(0 at 0 0);
    clip-path: circle(0 at 0 0);
    -webkit-clip-path: circle(calc(var(--mask-size,0)/ 2) at var(--mask-x,0) var(--mask-y,0));
    clip-path: circle(calc(var(--mask-size,0)/ 2) at var(--mask-x,0) var(--mask-y,0));
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .1s ease -10ms !important;
    -o-transition: all .1s ease -10ms !important;
    transition: all .1s ease -10ms !important
}

    .maskLayer.leaving {
        opacity: 0
    }

.hovered-hero-block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 80vh
}

.subhero-section {
    position: relative
}

.tab-navigation {
    height: 100%
}

.mask-subhero-content, .subhero-content {
    height: 100%;
    width: 100%
}

.mask-subhero-content {
    background: #b11545
}

.tab-navigation__item {
    width: 307px;
    height: 307px;
    margin: 0 30px;
    color: #f9d3de;
    font-family: Roboto-Black,sans-serif;
    background: #0c3a2f;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.tab-navigation__circle {
    display: none
}

.quarter-mode {
    border-radius: 100% 0 0 0
}

.circle-mode {
    border-radius: 50%
}

.dome-mode {
    border-radius: 50% 50% 0 0
}

.mask-subhero-content .tab-navigation__item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    position: relative
}

.tab-navigation__item span {
    -webkit-transform: translateZ(40px);
    transform: translateZ(40px)
}

.mask-subhero-content .tab-navigation__item::before {
    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%)
}

.perspective {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.mask-team-block, .team-block {
    width: 100%;
    height: 100%;
    padding: 125px 128px 201px 20px;
}

.team-banner {
    width: 640px;
    position: absolute;
    left: 147px;
    bottom: 40px;
    background-color: #B11545;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 6px 6px 30px;
    border-bottom-right-radius: 113px;
    z-index: 22;
}

.maskLayer .team-banner {
    background-color: #F9D3DE;
}



.maskLayer .team-banner {
    background-color: #F9D3DE;
}

    .maskLayer .team-banner p {
        color: #000;
    }

    .maskLayer .team-banner li {
        color: #000;
    }

    .maskLayer .team-banner ul li{
        color: #0C3A2F;
        font-weight: 900;
    }

    .maskLayer .team-banner p {
        color: #0C3A2F;
        font-weight: 400;
    }

    .team-banner ul {
        list-style: disc;
    }

.team-banner p {
    font-weight: 100;
    font-size: 14px;
    display: inline-block;
}

.banner-left li, .banner-right {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.banner-right {
    display: inline-block;
}
    .banner-left{
        padding-right: 30px;
    }

    .banner-left li p:first-child, .banner-right p:first-child {
        display: inline;
    }

.team-banner__rich ul {
    list-style: disc !important;
}

.team-banner__rich p {
    font-weight: 100;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.team-banner__rich .banner-left li, .banner-right {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

    .team-banner__rich .banner-left li p:first-child, .banner-right p:first-child {
        display: inline;
    }

.banner-right {
    max-width: 260px;
}

.team-list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.teammate {
    position: relative
}

.team-list__item {
    width: 20%;
    max-width: 250px;
    height: 100%;
    /*margin-right: 140px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .team-list__item:nth-child(1) {
        margin-right: 189px;
        margin-left: 65px;
        margin-top: 93px;
    }

    .team-list__item:nth-child(2) {
        margin-right: 73px;
        margin-top: 50px;
    }

    .team-list__item:nth-child(3) {
        margin-right: 110px;
        margin-top: 120px;
    }

    .team-list__item:nth-child(4) {
        margin-right: 215px;
        margin-top: 50px;
    }

.teammate-img {
    width: 100%;
    height: 330px
}

.team-list__item:nth-child(1) {
    width: 30%
}

.team-list__item:nth-child(2), .team-list__item:nth-child(4) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.team-list__item:nth-child(2), .team-list__item:nth-child(3), .team-list__item:nth-child(4) {
    max-width: 275px
}

    .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: auto;
    }

.teammate-info {
    position: absolute;
    top: 0;
    left: calc(100% + 17px);
    width: auto;
}

.teammate-info__title {
    font-family: Roboto-Black,sans-serif;
    font-size: 14px;
    line-height: 1.143em;
    margin-bottom: 10px;
    width: 160px;
    text-transform: uppercase
}

.teammate-info__about {
    font-size: 12px;
    line-height: 1.2em;
    width: 219px;
    max-width: 300px;
}

.team-list__item:nth-child(2) .teammate-info, .team-list__item:nth-child(4) .teammate-info {
    top: unset;
    bottom: 0
}

.team-list__item:nth-child(3) .teammate-info {
    padding-top: 0
}

.mask-slogan {
    font-size: 12px;
    line-height: 2.3em;
    text-transform: uppercase;
    width: 300px;
}

.mask-team-block .teammate-info {
    color: #f9d3de;
    font-family: Roboto-Black,sans-serif
}

.team-list__item:nth-child(1) {
    max-width: 445px
}

    .team-list__item:nth-child(1) .teammate-img {
        height: 100%
    }

.mask-contact-block {
    background: #b11545
}

    .contact-block, .mask-contact-block .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 150px;
    }

    .contact-section .container, .mask-contact-block .container {
        width: 92.604166666%;
        height: 100%
    }

.map-wrapper {
    width: 800px;
    max-width: 47.80652418%;
    position: relative;
    margin-left: 140px;
    z-index: 1
}

.map, .map iframe, .map img {
    width: 100%;
    height: 100%
}

    .map img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center
    }

.map-figure {
    position: absolute;
    width: 57%;
    height: auto
}

    .map-figure svg {
        width: 100%;
        height: auto
    }

.map-figure_left {
    bottom: -16.94915254%;
    left: -16.235294%;
    z-index: -1
}

.map-figure_right {
    top: -26.69491525%;
    right: -35.29%
}

.contact-info-wrapper {
    width: 406px;
    z-index: 99;
    padding-left: 25px;
}

.contact-title {
    font-size: 48px;
    line-height: 1.167em;
    text-transform: uppercase;
    color: #0c3a2f;
    font-family: Roboto-Black,sans-serif;
    margin-bottom: 36px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f9d3de
}

.contact-additional .contact-additional__block, .contact-additional .contact-additional__block a, .contact-additional .contact-additional__block span {
    font-size: 18px;
    line-height: 1.444em;
    color: #000;
    font-family: Roboto-Medium,sans-serif;
    display: block
}

    .contact-additional .contact-additional__block:not(:last-child) {
        margin-bottom: 20px
    }

.contact-additional__block-location {
    max-width: 215px
}

.mask-contact-block .contact-title {
    color: #f9d3de
}

.mask-contact-block .contact-additional .contact-additional__block, .mask-contact-block .contact-additional .contact-additional__block a, .mask-contact-block .contact-additional .contact-additional__block span {
    color: #fff
}

.contact-additional__block--icons {
    display: none;
}

    .contact-additional__block--icons li {
        display: inline-block
    }

        .contact-additional__block--icons li:first-child {
            margin-right: 20px
        }

.dots {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.dots-revert {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    transform: rotate(180deg);
    pointer-events:none;
}

.fp-prev, .fp-next {
    opacity:0;
    width:150px;
}

.regular-header {
    padding: 20px 10px 28px 20px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.06);
    box-shadow: 0 4px 10px rgba(0,0,0,.06);
    overflow: hidden;
}

    .regular-header .regular-header-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0;
    }



    .regular-header .main-menu li a {
        color: #0c3a2f
    }

.project-section {
    padding: 33px 0 100px;
    background: #f2f2f2;
    min-height: 100vh
}

    .project-section .container {
        width: 83.28125%
    }

.project-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .project-thumb:not(:last-child) {
        margin-bottom: 100px
    }

    .project-thumb:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

.project-thumb-info {
    width: 265px
}

.project-thumb-img {
    width: calc(100% - 360px);
    height: 628px
}

    .archive-block-list__item-img img, .blog-hero-gall__item img, .blog-item-img-side img, .blog-main-list__item-img img, .project-item-img img, .project-item-main-img img, .project-thumb-img img, .teammate-img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

.project-thumb__title {
    font-size: 18px;
    line-height: 1.167em;
    text-transform: uppercase;
    font-family: Roboto-Black,sans-serif;
    color: #000;
    padding-bottom: 34px;
    margin-bottom: 31px;
    border-bottom: 1px solid #d6d6d6
}

.project-thumb__text {
    font-size: 14px;
    line-height: 1.143em;
    color: #565656;
    margin-bottom: 50px
}

.project-more {
    font-size: 14px;
    line-height: 1.143em;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto-Medium,sans-serif;
    color: #b11545;
    display: inline-block;
    padding: 23px 10px;
    width: 192px;
    border: 2px solid #b11545;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: 0 0
}

    .project-more::before {
        content: '';
        width: 100%;
        height: 100%;
        width: 100%;
        background: #b11545;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all .4s cubic-bezier(.455,.03,.515,.955);
        -o-transition: all .4s cubic-bezier(.455,.03,.515,.955);
        transition: all .4s cubic-bezier(.455,.03,.515,.955);
        z-index: -1
    }

    .project-more:hover {
        color: #fff
    }

        .project-more:hover::before {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

    .project-more:active {
        -webkit-transform: scale(.92);
        -ms-transform: scale(.92);
        transform: scale(.92)
    }

/*.category-menu {
    width: 100%;
    padding: 13px 0;
    background: #b11545;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 9999
}*/

.category-menu {
    width: 100%;
    padding: 13px 0;
    background: #b11545;
    z-index: 9999
}

.category-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.143em;
    font-family: Roboto-Black,sans-serif;
    color: #f9d3de;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .category-menu__item:hover .category-menu__item-figure {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    .category-menu__item:not(:last-child) {
        margin-right: 190px
    }

.category-menu__item-figure {
    margin-right: 18px;
    background: #f9d3de;
    width: 45px;
    height: 45px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.category-menu__item:nth-child(1) .category-menu__item-figure {
    border-radius: 100% 0 0 0
}

.category-menu__item:nth-child(2) .category-menu__item-figure {
    border-radius: 50%
}

.category-menu__item:nth-child(3) .category-menu__item-figure {
    border-radius: 50% 50% 0 0
}

.category-menu__item.active {
    color: #fff
}

    .category-menu__item.active .category-menu__item-figure {
        background: #fff
    }

.project-item-section {
    background: #f2f2f2;
    overflow: hidden
}

.footer {
    padding: 32px 27px 43px 37px;
    background: #0c3a2f;
    width: 100%
}

.footer-logo {
    display: inline-block;
    margin-right: 74px
}

.footer-contacts-block:not(:last-child) {
    margin-bottom: 15px
}

.footer-contacts-block, .footer-contacts-block a, .footer-contacts-block span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.444em
}

.footer-contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .footer-contacts-block a {
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .footer-contacts-block a:hover {
            opacity: .75
        }

.footer .main-menu li a {
    color: #fff
}

.project-item-img {
    width: 100%;
    height: 325px
}

.project-item-content {
    padding: 50px 0
}

.go-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #0c3a2f;
    font-size: 12px;
    line-height: 1.2em;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out,-webkit-transform .4s ease-out
}

    .go-back svg {
        margin-right: 15px;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit
    }

    .go-back:hover svg {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

.project-item-info {
    width: 41.13785557986871%
}

.project-item-main-img {
    width: 44.47483588621444%
}

.project-item-info .go-back {
    margin-bottom: 31px
}

.project-item-main__title {
    font-size: 48px;
    line-height: 1.167em;
    text-transform: uppercase;
    color: #000;
    font-family: Roboto-Black,sans-serif;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 43px;
    margin-bottom: 35px
}





.project-item__rich, .project-item__rich * {
    font-size: 14px;
    line-height: 1.143em
}

    .project-item__rich a {
        color: #0c3a2f;
        font-size: 16px;
        line-height: 1.2em
    }

    .blog-item__text ol li, .blog-item__text ul li, .project-item__rich ol li, .project-item__rich ul li {
        position: relative;
        margin-bottom: 12px
    }

        .blog-item__text ul li::before, .project-item__rich ul li::before {
            content: '';
            left: -15px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            background: #f9d3de;
            border-radius: 50%
        }

    .blog-item__text ol, .project-item__rich ol {
        list-style-type: decimal
    }

    .blog-item__text ol, .blog-item__text ul, .project-item__rich ol, .project-item__rich ul {
        padding: 10px 14px
    }

.project-item-main-img {
    position: relative;
    z-index: 1
}

    .project-item-main-img .circle {
        position: absolute;
        right: -50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        background: #0c3a2f;
        width: 100%;
        max-width: 663px;
        z-index: -1
    }

        .project-item-main-img .circle::before {
            content: '';
            display: block;
            padding-top: 100%
        }

.project-item-main {
    margin-bottom: 170px
}

.grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.grid-item a {
    width: 100%;
    height: 100%;
    /*    display: block;*/
}

.project-item-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
}

.masonry-with-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .masonry-with-columns figure {
        height: auto;
        width:100%!important;
        line-height: 150px;
        margin: 0 2rem 2rem 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 1 100%;
    }

.blog-hero-screen {
    padding: 50px 0 113px
}

.blog-hero-gall {
    -webkit-transform: translateX(-241px);
    -ms-transform: translateX(-241px);
    transform: translateX(-241px);
    width: 100%
}

.blog-hero-gall__item {
    width: 27.10416666666667%;
    height: 753px
}

    .blog-hero-gall__item:not(:last-child) {
        margin-right: 70px
    }

.blog-section {
    padding-top: 50px
}

.blog-hero-screen {
    position: relative
}

.blog-hero-info {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-hero-title, .blog-item__title, .blog-main-list__item-title {
    font-size: 48px;
    line-height: 1.167em;
    text-transform: uppercase;
    color: #0c3a2f;
    font-family: Roboto-Black,sans-serif;
    max-width: 550px;
    margin-bottom: 72px
}

.blog-hero-info .project-more {
    margin: 0 auto;
    display: block
}

.blog-main-section {
    padding: 113px 0 204px
}

.blog-main-list__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .blog-main-list__item:not(:last-child) {
        margin-bottom: 100px
    }

.blog-main-list__item-info {
    width: calc(100% - 482px - 50px)
}

.blog-item__title, .blog-main-list__item-title {
    margin-bottom: 28px;
    max-width: 775px
}

.blog-main-list__item-text {
    max-width: 585px;
    font-size: 14px;
    line-height: 1.643em;
    margin-bottom: 77px
}

.blog-main-list__item-img {
    width: 482px;
    height: 517px
}

.archive-blog-section {
    padding: 86px 0 75px;
    background: #dedede
}

.archive-blog-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 168px 1fr 168px 1fr;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 168px;
    grid-row-gap: 100px;
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden
}

.archive-blog-list__item {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.archive-block-list__item-img {
    width: 100%;
    height: 355px;
    margin-bottom: 20px;
    display: block
}

    .archive-block-list__item-img:hover + .archive-blog-list__item-title, .archive-blog-list__item-title:hover {
        color: #b11545
    }

.archive-blog-list__item-title {
    font-size: 14px;
    line-height: 1.143em;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #000;
    font-family: Roboto-Medium,sans-serif;
    display: block;
    max-width: 70%;
    margin: 0 auto;
    -webkit-transition: color .4s ease;
    -o-transition: color .4s ease;
    transition: color .4s ease
}

.archive-global-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#scales + .archive-blog-list {
    width: 100%;
    overflow: hidden;
    max-height: 450px;
    -webkit-transition: max-height 1.45s cubic-bezier(.44,.99,.48,1);
    -o-transition: max-height 1.45s cubic-bezier(.44,.99,.48,1);
    transition: max-height 1.45s cubic-bezier(.44,.99,.48,1)
}

#scales:checked + .archive-blog-list {
    width: 100%;
    overflow: hidden;
    max-height: 3600px
}

#scales {
    position: absolute;
    left: -9999px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.archive-more {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    margin-top: 50px
}

.blog-item-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

.blog-item-img-side, .blog-item-info-side {
    height: 100%;
    width: 50%
}

.blog-item-img-side {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.blog-item-info-side {
    padding: 47px 36px;
    background-color: #f2f2f2
}

    .blog-item-info-side .go-back {
        margin-bottom: 55px
    }

.blog-item__title {
    margin-bottom: 46px
}

.blog-item__text {
    font-size: 14px;
    line-height: 1.643em;
    color: #000
}

    .blog-item__text a {
        color: #0c3a2f;
        font-size: 16px;
        line-height: 1.643em
    }

    .blog-item__text img {
        max-width: 100%;
        max-height: 600px;
        margin-bottom: 20px
    }

.error-section {
    width: 100%;
    height: 100vh
}

.error-content {
    width: 100%;
    height: 100%;
    background: #0c3a2f;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #f9d3de
}

.eye svg {
    width: 144px;
    height: auto
}

.error-title {
    text-align: center;
    font-size: 90px;
    line-height: 1.167em;
    font-family: Roboto-Black,sans-serif;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.error-text {
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    font-family: Roboto-Medium,sans-serif
}

.crushed-circle-mobile {
    display: none
}

.hero-masked-title_mobile {
    display: none
}

.perspective__mobile {
    display: none
}

.team-title__mobile {
    display: none
}


#fullpage-mobile {
    display: none
}

.main-menu.main-menu__mobile{
    display: none;
}