@font-face {
    font-family: 'tesseract';
    src: url("../fonts/tesseract/tesseractdisplayweb-lightitalic.woff2") format("woff2"), url("../fonts/tesseract/tesseractdisplayweb-lightitalic.woff") format("woff")
}

@font-face {
    font-family: 'ogg';
    src: url("../fonts/ogg/Ogg-Light.woff2") format("woff2"), url("../fonts/ogg/Ogg-Light.woff") format("woff"), url("../fonts/ogg/Ogg-Light.ttf") format("truetype");
    font-weight: 300
}

* {
    box-sizing: border-box;
    cursor: none
}

@media only screen and (max-width: 1200px) {
    * {
        cursor: default
    }
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0
}

body {
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000;
    background-color: #fff;
    transition: 700ms ease-in
}

body.vanish {
    opacity: 0
}

#cursor {
    position: fixed;
    left: -15px;
    top: -11px;
    pointer-events: none;
    z-index: 1000
}

#cursor>img {
    transition: 400ms ease
}

#cursor>img.metro {
    transition: unset;
    animation-duration: 0.7s;
    animation-name: metro;
    animation-direction: alternate
}

#cursor .default {
    opacity: 0;
    width: 30px;
    height: 22px;
    transition: 400ms ease
}

#cursor.prev,
#cursor.next {
    height: 27px;
    width: 77px;
    mix-blend-mode: difference;
    background-size: 100% 100%
}

#cursor.prev>img,
#cursor.next>img {
    display: none
}

#cursor.prev {
    background: url("../img/prev.svg") no-repeat center center
}

#cursor.next {
    background: url("../img/next.svg") no-repeat center center
}

@media only screen and (max-width: 1200px) {
    #cursor {
        display: none !important
    }
}

@media only screen and (width: 1366px) and (height: 1024px) {
    #cursor {
        display: none !important
    }
}

@keyframes metro {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-90deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-90deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.container {
    width: 100%;
    max-width: 1796px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 48px
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 0 17px
    }
}

@media only screen and (min-width: 1950px) {
    .container {
        max-width: 2400px
    }
}

.logo {
    width: 132px;
    opacity: 0;
    transition: 1200ms ease
}

.logo.animate {
    opacity: 1
}

@media only screen and (min-width: 1950px) {
    .logo {
        width: 230px
    }
}

.back-link {
    position: relative;
    display: block;
    padding-left: 48px;
    font-size: 18px;
    opacity: 0;
    transition: 1200ms ease
}

.back-link.animate {
    opacity: 1
}

.back-link:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    height: 2px;
    width: 40px;
    background-color: #000
}

.header {
    padding: 40px 0;
    z-index: 7
}

.header__grid {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media only screen and (max-width: 991px) {
    .header__grid {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.header__dash {
    display: none;
    position: fixed;
    top: 48px;
    right: 24px;
    width: 30px;
    transition: 300ms ease;
    z-index: 12
}

@media only screen and (max-width: 767px) {
    .header__dash {
        display: block
    }
}

.header__dash.active {
    transform: rotate(-108deg);
    animation: none
}

.header__bread {
    position: absolute;
    display: block;
    margin-top: 45px;
    padding-left: 48px;
    font-size: 18px;
    opacity: 0;
    transition: 1200ms ease
}

.header__bread.animate {
    opacity: 1
}

.header__bread:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    height: 2px;
    width: 40px;
    background-color: #000
}

@media only screen and (min-width: 1950px) {
    .header__bread:before {
        width: 50px
    }
}

@media only screen and (max-width: 991px) {
    .header__bread {
        position: relative;
        margin-top: 40px
    }
}

@media only screen and (min-width: 1950px) {
    .header__bread {
        margin-top: 55px;
        padding-left: 60px;
        font-size: 26px
    }
}

@media only screen and (max-width: 991px) {
    .header {
        width: 100%;
        padding: 33px 0
    }
}

.scroll-top {
    display: none;
    opacity: 0;
    position: fixed;
    right: 16px;
    bottom: 40px;
    max-width: 50px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    transition: 1200ms ease;
    z-index: 5
}

.scroll-top.animate {
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .scroll-top {
        display: block
    }
}

.navigation {
    position: absolute;
    top: -11px;
    right: -10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 3
}

.navigation__item {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    padding: 11px 10px;
    opacity: 0;
    transition: 1200ms ease
}

.navigation__item span {
    display: block;
    transition: 300ms ease;
    transform-origin: 50% 55%
}

.navigation__item.active {
    transform: scale(-1)
}

.navigation__item.animate {
    opacity: 1
}

.navigation__item:not(.active):hover span {
    transform: rotate(-180deg)
}

@media only screen and (max-width: 767px) {
    .navigation__item {
        margin: 36px 0;
        padding: 0;
        font-size: 24px;
        line-height: 33px
    }
}

@media only screen and (min-width: 1950px) {
    .navigation__item {
        margin: 5px 0;
        font-size: 28px;
        line-height: 1.3
    }
}

@media only screen and (max-width: 767px) {
    .navigation {
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        padding-left: 56px;
        background-color: #fff;
        transform: translateX(-100%);
        transition: 300ms ease;
        z-index: 10
    }

    .navigation.active {
        transform: translateX(0)
    }
}

.home {
    overflow: auto;
    position: relative;
    min-height: 100vh
}

.home .header__dash {
    animation: 500ms alternate dash;
    animation-delay: 5s
}

@keyframes dash {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(-30deg)
    }

    50% {
        transform: rotate(0deg)
    }

    75% {
        transform: rotate(-30deg)
    }

    100% {
        transform: rotate(0deg)
    }
}

.main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: calc(100vh - 161px);
    padding-bottom: 111px;
    opacity: 0
}

.main.animate {
    opacity: 1
}

.main__grid {
    position: relative
}

.main__title {
    width: 100%;
    max-width: 500px;
    padding-top: 77px;
    margin-left: 116px;
    font-family: 'tesseract';
    font-weight: 400;
    font-size: 64px;
    line-height: 76px
}

.main__title .letter {
    display: inline-block;
    margin-left: -26px;
    padding: 0 13px
}

@media only screen and (max-width: 991px) {
    .main__title {
        max-width: 340px;
        margin-left: 0;
        padding-top: 0;
        padding-left: 13px;
        font-size: 40px;
        line-height: 47px
    }
}

@media only screen and (min-width: 1950px) {
    .main__title {
        max-width: 770px;
        font-size: 100px;
        line-height: 120px
    }
}

.main__stress {
    position: absolute;
    top: 0;
    right: 350px;
    width: 30px
}

@media only screen and (max-width: 991px) {
    .main {
        width: 100%
    }
}

.bottom {
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    padding-bottom: 67px;
    text-align: center
}

.bottom__text {
    margin-bottom: 65px;
    font-size: 18px
}

.bottom__text span {
    opacity: 0;
    transition: 1500ms ease
}

.bottom__text span.animate {
    opacity: 1
}

@media only screen and (max-width: 991px) {
    .bottom__text {
        width: 100%;
        max-width: 341px;
        margin: 0 auto 33px
    }
}

@media only screen and (min-width: 1950px) {
    .bottom__text {
        font-size: 28px
    }
}

.bottom__img {
    width: 47px;
    margin: 0 auto;
    opacity: 0;
    transition: 300ms ease
}

.bottom__img.animate {
    opacity: 1
}

@media only screen and (min-width: 1950px) {
    .bottom__img {
        width: 68px
    }
}

@media only screen and (max-width: 991px) {
    .bottom {
        bottom: -105px;
        width: 100%;
        padding-bottom: 40px
    }
}

.practice {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

@media only screen and (max-width: 991px) {
    .practice {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.portfolio {
    height: calc(100vh - 141px)
}

.portfolio .container {
    height: 100%
}

.portfolio__grid {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .portfolio__grid {
        flex-grow: 1;
        flex-direction: column;
        justify-content: flex-start
    }
}

.portfolio__projects {
    flex-grow: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
    opacity: 0
}

.portfolio__projects.animate {
    opacity: 1
}

@media only screen and (max-width: 991px) {
    .portfolio__projects {
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100vh - 214px);
        width: 100%
    }
}

.portfolio .project {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 300px
}

.portfolio .project__info {
    display: none
}

.portfolio .project__img {
    width: 100%
}

.portfolio .project .image {
    transform: scale(1);
    transition: 800ms ease;
    z-index: 100
}

@media only screen and (max-width: 991px) {
    .portfolio .project.expand {
        position: fixed;
        top: 216px !important;
        left: 17px !important
    }

    .portfolio .project.expand .image {
        transform: scale(2)
    }
}

@media only screen and (min-width: 1950px) {
    .portfolio .project {
        width: 500px;
        max-width: 100%
    }
}

.portfolio__links {
    width: 100%;
    max-width: 594px;
    text-align: left;
    margin-top: 165px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 5
}

.portfolio__links.inverse {
    color: #fff;
    mix-blend-mode: difference;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.portfolio__links .portfolio-link {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 44px;
    font-size: 48px;
    line-height: 1
}

.portfolio__links .portfolio-link .label {
    width: 29px;
    margin-right: 35px;
    font-family: 'ogg';
    font-size: 18px;
    opacity: 0;
    transition: opacity 1000ms ease
}

.portfolio__links .portfolio-link .label.animate {
    opacity: 1
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link .label {
        margin-right: 20px
    }
}

@media only screen and (min-width: 1950px) {
    .portfolio__links .portfolio-link .label {
        width: 38px;
        margin-right: 40px;
        font-size: 24px
    }
}

.portfolio__links .portfolio-link .title {
    margin-bottom: -2px;
    font-family: 'tesseract';
    opacity: 0;
    transition: opacity 1000ms ease
}

.portfolio__links .portfolio-link .title.animate {
    opacity: 1
}

.portfolio__links .portfolio-link .title .letter {
    display: inline-block;
    margin-left: -26px;
    padding: 0 13px;
    line-height: 1
}

.portfolio__links .portfolio-link .title:hover {
    margin-bottom: -4px;
    font-family: 'ogg'
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link .title {
        margin-bottom: 0;
        font-size: 32px
    }
}

.portfolio__links .portfolio-link .subtitle {
    margin-top: -5px;
    margin-left: 30px;
    margin-bottom: auto;
    font-family: 'ogg';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translateY(30px);
    transition: opacity 300ms ease, transform 300ms ease
}

.portfolio__links .portfolio-link .subtitle.animate {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link .subtitle {
        position: absolute;
        top: -20px;
        left: 125px;
        margin-top: 0;
        margin-left: 0;
        font-size: 14px
    }
}

@media only screen and (min-width: 1950px) {
    .portfolio__links .portfolio-link .subtitle {
        margin-left: 15px;
        font-size: 24px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link_1 .subtitle {
        left: 220px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link_2 .subtitle {
        left: 130px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link_3 .subtitle {
        left: 130px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link_4 .subtitle {
        left: 110px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link_5 .subtitle {
        left: 243px
    }
}

.portfolio__links .portfolio-link:not(:last-child) {
    margin-bottom: 56px
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link:not(:last-child) {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 1950px) {
    .portfolio__links .portfolio-link:not(:last-child) {
        margin-bottom: 68px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio__links .portfolio-link {
        height: auto
    }
}

@media only screen and (min-width: 1950px) {
    .portfolio__links .portfolio-link {
        font-size: 62px
    }
}

@media only screen and (max-height: 900px) and (max-width: 1400px) {
    .portfolio__links {
        margin-top: 63px
    }
}

@media only screen and (max-width: 991px) {
    .portfolio__links {
        max-width: 100%;
        margin-top: 0;
        padding: 0
    }
}

@media only screen and (min-width: 1950px) {
    .portfolio__links {
        max-width: 680px;
        margin-top: 12%
    }
}

@media only screen and (max-width: 991px) {
    .portfolio {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: calc(100vh - 191px);
        width: 100%;
        padding-top: 10px
    }

    .portfolio .container {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 100%
    }
}

.project {
    font-size: 18px
}

.project__img {
    width: 352px;
    margin-bottom: 20px
}

.project__info {
    margin-bottom: 20px
}

.project__info .label {
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (min-width: 1950px) {
    .project__info {
        margin-bottom: 30px
    }
}

.project__description p {
    margin: 0 0 20px
}

.project__description p:last-child {
    margin: 0
}

@media only screen and (min-width: 1950px) {
    .project__description p {
        margin: 0 0 30px
    }
}

.project.active {
    display: block
}

.contacts-page {
    min-height: 100vh
}

.contacts {
    margin-top: 75px
}

.contacts__title {
    margin-bottom: 75px;
    margin-left: 132px;
    font-family: 'tesseract';
    font-weight: 400;
    font-size: 50px;
    line-height: 66px
}

.contacts__title-item {
    display: block;
    margin-bottom: 10px
}

.contacts__title .letter {
    display: inline-block;
    margin-left: -26px;
    padding: 0 13px;
    line-height: 1
}

@media only screen and (max-width: 991px) {
    .contacts__title {
        margin: 0 0 80px;
        padding-left: 13px;
        font-size: 32px;
        line-height: 38px
    }
}

@media only screen and (min-width: 1950px) {
    .contacts__title {
        margin-top: 12vh;
        margin-bottom: 12vh;
        font-size: 76px;
        line-height: 86px
    }
}

.contacts__info-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.contacts__form-trigger-wrapper {
    opacity: 0;
    transform: translateY(10px);
    transition: 300ms ease
}

.contacts__form-trigger-wrapper.animate {
    opacity: 1;
    transform: translateY(0)
}

.contacts__form-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 106px;
    width: 101px;
    margin-left: 132px;
    padding-bottom: 15px;
    padding-right: 5px;
    text-align: center;
    color: #fff;
    background: url("../img/form_before_default.svg") no-repeat center center;
    background-size: 100% 100%;
    transition: 300ms ease
}

.contacts__form-trigger:hover {
    color: #000;
    background: url("../img/form_before_hover.svg") no-repeat center center;
    transition-delay: 0ms !important
}

.contacts__form-trigger .label {
    width: 50px;
    font-size: 18px;
    line-height: 24px
}

@media only screen and (max-width: 991px) {
    .contacts__form-trigger {
        margin-left: 0
    }
}

.contacts__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 154px;
    font-size: 18px;
    line-height: 24px;
    opacity: 0;
    transform: translateY(10px);
    transition: 300ms ease
}

.contacts__info.animate {
    opacity: 1;
    transform: translateY(0)
}

.contacts__info-item {
    width: 214px;
    text-align: left;
    letter-spacing: 0.08em
}

.contacts__info-item:not(:first-child) {
    margin-top: 35px
}

@media only screen and (min-width: 1950px) {
    .contacts__info-item:not(:first-child) {
        margin-top: 45px
    }
}

@media only screen and (min-width: 1950px) {
    .contacts__info-item {
        width: 293px
    }
}

@media only screen and (max-width: 991px) {
    .contacts__info {
        justify-content: flex-end;
        padding: 0
    }
}

@media only screen and (min-width: 1950px) {
    .contacts__info {
        font-size: 24px;
        line-height: 30px
    }
}

@media only screen and (max-width: 991px) {
    .contacts {
        margin-top: 15px
    }
}

.review {
    flex-grow: 1;
    overflow: hidden
}

.review .container {
    height: 100%
}

.review .container .review__grid {
    height: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .review .container {
        padding: 0 0 0 48px
    }
}

.review__grid {
    display: grid;
    grid-template-columns: 353px 1fr;
    grid-column-gap: 48px
}

@media only screen and (max-width: 991px) {
    .review__grid {
        grid-template-columns: 250px 1fr;
        grid-column-gap: 30px
    }
}

@media only screen and (max-width: 767px) {
    .review__grid {
        display: block
    }
}

@media only screen and (min-width: 1950px) {
    .review__grid {
        grid-template-columns: 500px 1fr
    }
}

.review__back-link {
    display: block;
    margin-bottom: 21px;
    opacity: 0;
    text-decoration: underline;
    transform: translateX(30px);
    transition: 300ms ease
}

.review__back-link.animate {
    opacity: 1;
    transform: translateX(0)
}

@media only screen and (min-width: 1950px) {
    .review__back-link {
        margin-bottom: 50px;
        font-size: 26px
    }
}

.review__info {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 30px;
    scrollbar-width: none
}

.review__info-top {
    position: sticky;
    top: 0;
    padding:15px;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    background-color: #fff;
    z-index: 2
}

@media only screen and (max-width: 767px) {
    .review__info-top {
        position: static
    }
}

.review__info-title {
    /* display: flex;
    justify-content: flex-start;
    align-items: flex-end; */
    font-family: 'tesseract';
    line-height: 1;
    opacity: 0;
}

.review__info-title.animate {
    opacity: 1
}

.review__info-title .label {
    margin-right: 33px;
    font-size: 18px;
    opacity: 0;
    transform: translateY(30px);
    transition: 500ms ease
}

.review__info-title .label.animate {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .review__info-title .label {
        margin-right: 20px
    }
}

@media only screen and (min-width: 1950px) {
    .review__info-title .label {
        margin-right: 43px;
        font-size: 24px
    }
}

.review__info-title .title {
    font-size: 24px
}

.review__info-title .title .letter {
    display: inline-block;
    margin-left: -26px;
    padding: 0 13px
}

@media only screen and (min-width: 1950px) {
    .review__info-title .title {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .review__info-title {
        position: static
    }
}

@media only screen and (min-width: 1950px) {
    .review__info-title {
        margin-bottom: 40px
    }
}

.review__info .project__img {
    opacity: 0;
    width: 100%;
    transform: translateY(30px);
    transition: 500ms ease;
    z-index: 100
}

.review__info .project__img.animate {
    opacity: 1;
    transform: translateY(0)
}

.review__info .project__info-row {
    opacity: 0;
    transform: translateY(20px);
    transition: 500ms ease
}

.review__info .project__info-row.animate {
    opacity: 1;
    transform: translateY(0)
}

.review__info .project .line {
    opacity: 0;
    height: 1px;
    width: 84px;
    margin-bottom: 20px;
    background-color: #000000;
    transition: 500ms ease
}

.review__info .project .line.animate {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width: 767px) {
    .review__info .project .line {
        margin-left: -17px
    }
}

@media only screen and (min-width: 1950px) {
    .review__info .project .line {
        margin-top: 30px
    }
}

.review__info .project__description {
    opacity: 0;
    transform: translateY(20px);
    transition: 500ms ease
}

.review__info .project__description.animate {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (min-width: 1950px) {
    .review__info .project {
        font-size: 24px;
        line-height: 1.3
    }
}

@media only screen and (max-width: 767px) {
    .review__info {
        display: block;
        overflow-y: visible;
        height: auto;
        margin-bottom: 56px;
        padding-bottom: 0
    }
}

.review__gallery {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    height: 100%;
    padding-bottom: 60px;
    scrollbar-width: none;
    opacity: 0;
    transition: 500ms ease
}

.review__gallery_1 {
    padding-left: 142px
}

.review__gallery_2 {
    padding-left: 102px
}

.review__gallery_3 {
    padding-left: 137px
}

.review__gallery.animate {
    opacity: 1
}

.review__gallery-holder {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .review__gallery-holder {
        display: block;
        height: auto
    }
}

.review__gallery .gallery-item {
    position: relative;
    flex-shrink: 0;
    display: flex;
    height: 100%;
    width: 1000px;
    margin-right: 40px;
    font-size: 18px;
    line-height: 24px
}

@media only screen and (max-width: 1400px) {
    .review__gallery .gallery-item {
        width: 380px
    }
}

.review__gallery .gallery-item .inner {
    display: block;
    max-height: 100%;
    width: 100%;
    /* padding:15px; */
}

.review__gallery .gallery-item .inner .image {
    display: block;
    transition: 300ms ease
}

.review__gallery .gallery-item .inner .image.m-0 {
    margin-right: 3px !important
}

.review__gallery .gallery-item .inner .image:hover {
    transform: scale(1.1)
}

.review__gallery .gallery-item .inner .text {
    display: block
}

.review__gallery .gallery-item .inner .text.text-double {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 30%
}

@media only screen and (max-width: 767px) {
    .review__gallery .gallery-item .inner .text.text-double {
        padding-left: 0;
        padding-right: 0
    }
}

.review__gallery .gallery-item .inner .text.text_short {
    width: 100%;
    max-width: 621px
}

@media only screen and (max-width: 767px) {
    .review__gallery .gallery-item .inner .text.text_short {
        max-width: 100%
    }
}

.review__gallery .gallery-item .inner .text.text_middle {
    width: 100%;
    max-width: 811px
}

@media only screen and (max-width: 1400px) {
    .review__gallery .gallery-item .inner .text.text_middle {
        max-width: 770px
    }
}

@media only screen and (max-width: 1365px) {
    .review__gallery .gallery-item .inner .text.text_middle {
        max-width: 645px
    }
}

@media only screen and (max-width: 767px) {
    .review__gallery .gallery-item .inner .text.text_middle {
        max-width: 100%
    }
}

.review__gallery .gallery-item .inner .image {
    max-height: 100%;
    width: 100%;
    padding:0px;
}

.review__gallery .gallery-item_multiple {
    width: auto
}

.review__gallery .gallery-item_multiple .image-holder {
    display: flex;
    justify-content: flex-start;
    align-items: stretch
}

.review__gallery .gallery-item_multiple .image-holder .image {
    width: 400px
}

.review__gallery .gallery-item_multiple .image-holder .image:not(:last-child) {
    margin-right: 35px
}

@media only screen and (max-width: 767px) {
    .review__gallery .gallery-item_multiple .image-holder .image:not(:last-child) {
        margin-right: 0;
        margin-bottom: 56px
    }
}

@media only screen and (max-width: 1400px) {
    .review__gallery .gallery-item_multiple .image-holder .image {
        width: 380px
    }
}

@media only screen and (min-width: 1950px) {
    .review__gallery .gallery-item_multiple .image-holder .image {
        width: 500px
    }
}

@media only screen and (max-width: 767px) {
    .review__gallery .gallery-item_multiple .image-holder {
        display: block
    }
}

.review__gallery .gallery-item_vh {
    height: 100%;
    width: auto
}

.review__gallery .gallery-item_vh .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%
}

.review__gallery .gallery-item_vh .inner .image-holder {
    overflow: hidden;
    height: 100%;
    text-align: center
}

.review__gallery .gallery-item_vh .inner .image {
    height: 100%;
    width: auto
}

.review__gallery .gallery-item_scheme_xl {
    width: 1100px
}

@media only screen and (max-width: 1400px) {
    .review__gallery .gallery-item_scheme_xl {
        width: 960px
    }
}

@media only screen and (min-width: 1950px) {
    .review__gallery .gallery-item_scheme_xl {
        width: 1400px
    }
}

.review__gallery .gallery-item_scheme_lg {
    width: 950px
}

@media only screen and (max-width: 1400px) {
    .review__gallery .gallery-item_scheme_lg {
        width: 764px
    }
}

@media only screen and (min-width: 1950px) {
    .review__gallery .gallery-item_scheme_lg {
        width: 1200px
    }
}

.review__gallery .gallery-item_scheme_md {
    width: 760px
}

.review__gallery .gallery-item_scheme_md.gallery-item_center .inner {
    justify-content: center
}

.review__gallery .gallery-item_scheme_md.gallery-item_top .inner {
    justify-content: flex-start
}

.review__gallery .gallery-item_scheme_md .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%
}

.review__gallery .gallery-item_scheme_md .inner .image-holder {
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .review__gallery .gallery-item_scheme_md {
        width: 675px
    }
}

@media only screen and (min-width: 1950px) {
    .review__gallery .gallery-item_scheme_md {
        width: 950px
    }
}

.review__gallery .gallery-item_scheme_gn {
    width: 902px
}

.review__gallery .gallery-item_scheme_gn.gallery-item_top .inner {
    justify-content: flex-start
}

.review__gallery .gallery-item_scheme_gn .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%
}

.review__gallery .gallery-item_scheme_gn .inner .image-holder {
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .review__gallery .gallery-item_scheme_gn {
        width: 850px
    }
}

@media only screen and (min-width: 1950px) {
    .review__gallery .gallery-item_scheme_gn {
        width: 1128px
    }
}

.review__gallery .gallery-item_scheme_md-vl {
    width: 780px
}

.review__gallery .gallery-item_scheme_md-vl.gallery-item_center .inner {
    justify-content: center
}

.review__gallery .gallery-item_scheme_md-vl .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%
}

.review__gallery .gallery-item_scheme_md-vl .inner .image-holder {
    overflow: hidden
}

@media only screen and (max-width: 1400px) {
    .review__gallery .gallery-item_scheme_md-vl {
        width: 615px
    }
}

@media only screen and (min-width: 1950px) {
    .review__gallery .gallery-item_scheme_md-vl {
        width: 850px
    }
}

.review__gallery .gallery-item_long .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 100%
}

.review__gallery .gallery-item_long .inner .image-holder {
    overflow: hidden
}

.review__gallery .gallery-item_top {
    align-items: flex-start
}

.review__gallery .gallery-item_top .text {
    margin-top: 35px
}

@media only screen and (max-width: 767px) {
    .review__gallery .gallery-item_top .text {
        margin-top: 40px
    }
}

.review__gallery .gallery-item_center {
    align-items: center
}

.review__gallery .gallery-item_bottom {
    align-items: flex-end
}

.review__gallery .gallery-item_bottom .text {
    margin-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .review__gallery .gallery-item_bottom .inner {
        display: flex;
        flex-direction: column-reverse
    }

    .review__gallery .gallery-item_bottom .inner .text {
        margin-top: 40px;
        margin-bottom: 0
    }
}

.review__gallery .gallery-item_margin {
    margin-right: 120px
}

.review__gallery .gallery-item .image {
    width: 100%;
    transition: 600ms ease
}

@media only screen and (max-width: 767px) {
    .review__gallery .gallery-item {
        display: block;
        height: auto;
        width: 100%;
        margin-bottom: 56px
    }

    .review__gallery .gallery-item .inner {
        height: auto;
        width: 100%
    }

    .review__gallery .gallery-item .inner .image {
        display: block;
        height: auto;
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .review__gallery .gallery-item {
        width: 320px
    }

    .review__gallery .gallery-item_scheme_xl {
        width: 760px
    }

    .review__gallery .gallery-item_scheme_lg {
        width: 564px
    }

    .review__gallery .gallery-item_scheme_md {
        width: 475px
    }

    .review__gallery .gallery-item_vh {
        width: auto
    }

    .review__gallery .gallery-item_scheme_gn {
        width: 721px
    }

    .review__gallery .gallery-item_multiple {
        width: auto
    }

    .review__gallery .gallery-item_multiple .image {
        width: 320px !important
    }
}

@media only screen and (min-width: 1950px) {
    .review__gallery .gallery-item {
        min-width: 500px;
        font-size: 24px;
        line-height: 1.3
    }
}

.review__gallery-controls {
    position: fixed;
    right: 47px;
    bottom: 30px;
    display: flex;
    align-items: flex-end;
    height: 24px;
    font-family: 'ogg';
    font-size: 28px
}

.review__gallery-controls .controls-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.review__gallery-controls .separator {
    height: 16px;
    width: 1px;
    background-color: #000;
    margin: 0 25px
}

@media only screen and (max-width: 767px) {
    .review__gallery-controls {
        position: static;
        justify-content: flex-end;
        height: auto;
        padding-top: 124px;
        padding-bottom: 148px
    }
}

@media only screen and (min-width: 1950px) {
    .review__gallery-controls {
        height: 40px;
        font-size: 36px
    }
}

@media only screen and (max-width: 1200px) {
    .review__gallery {
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .review__gallery {
        overflow: visible;
        display: block;
        height: auto;
        padding: 0
    }
}

@media only screen and (max-width: 991px) {
    .review {
        padding: 0
    }
}

.project-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media only screen and (max-width: 767px) {
    .project-page {
        display: block;
        overflow-x: hidden
    }
}

.about-page {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

@media only screen and (max-width: 767px) {
    .about-page {
        display: block;
        overflow-x: hidden
    }
}

::-webkit-scrollbar {
    display: none
}

.about {
    flex-grow: 1
}

.about .container {
    height: 100%
}

.about .container .about__grid {
    height: 100%
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .about .container {
        padding: 0 30px
    }
}

.about__grid {
    display: grid;
    grid-template-columns: 343px 1fr;
    grid-column-gap: 46px
}

@media only screen and (max-width: 991px) {
    .about__grid {
        grid-template-columns: 250px 1fr;
        grid-column-gap: 30px
    }
}

@media only screen and (max-width: 767px) {
    .about__grid {
        display: block
    }
}

@media only screen and (min-width: 1950px) {
    .about__grid {
        grid-template-columns: 500px 1fr;
        grid-column-gap: 50px
    }
}

.about__info {
    overflow-y: auto;
    height: calc(100vh - 141px);
    scrollbar-width: none
}

.about__info .back-link {
    margin-bottom: 37px;
    opacity: 0;
    transform: translateX(30px);
    transition: 300ms ease
}

.about__info .back-link.animate {
    opacity: 1;
    transform: translateX(0)
}

@media only screen and (min-width: 1950px) {
    .about__info .back-link {
        margin-bottom: 50px;
        padding-left: 60px;
        font-size: 26px
    }

    .about__info .back-link:before {
        width: 50px
    }
}

.about__info .main-info__title {
    opacity: 0;
    margin-bottom: 24px;
    font-family: 'tesseract';
    font-size: 32px;
    line-height: 1;
    transform: translateY(30px);
    transition: 300ms ease
}

.about__info .main-info__title .letter {
    display: inline-block;
    margin-left: -26px;
    padding: 0 13px
}

.about__info .main-info__title.animate {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (min-width: 1950px) {
    .about__info .main-info__title {
        margin-bottom: 40px;
        font-size: 44px
    }
}

.about__info .main-info__description {
    opacity: 0;
    font-size: 18px;
    line-height: 24px;
    transform: translateY(30px);
    transition: 300ms ease
}

.about__info .main-info__description p {
    margin-bottom: 0
}

.about__info .main-info__description p:not(:first-child) {
    margin-top: 30px
}

@media only screen and (max-width: 1200px) {
    .about__info .main-info__description p:not(:first-child) {
        margin-top: 10px
    }
}

@media only screen and (max-width: 767px) {
    .about__info .main-info__description p:not(:first-child) {
        margin-top: 24px
    }
}

.about__info .main-info__description.animate {
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (min-width: 1950px) {
    .about__info .main-info__description {
        font-size: 24px;
        line-height: 1.3
    }
}

@media only screen and (max-width: 767px) {
    .about__info {
        display: block;
        overflow: visible;
        height: auto;
        width: 100%
    }
}

.about__gallery {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: calc(100vh - 141px);
    scrollbar-width: none;
    opacity: 0;
    transition: 500ms ease
}

.about__gallery.animate {
    opacity: 1
}

.about__gallery-holder {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .about__gallery-holder {
        display: block;
        height: auto
    }
}

.about__gallery .about-item {
    position: relative;
    flex-shrink: 0;
    height: 100%;
    font-size: 18px;
    line-height: 24px
}

.about__gallery .about-item .text {
    width: 100%;
    max-width: 440px;
}

.about__gallery .about-item .text p {
    margin-top: 0;
    margin-bottom: 0
}

.about__gallery .about-item .text p:not(:first-child) {
    margin-top: 30px
}

@media only screen and (max-width: 1200px) {
    .about__gallery .about-item .text p:not(:first-child) {
        margin-top: 15px
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item .text {
        max-width: 400px
    }
}

.about__gallery .about-item:not(:last-child) {
    margin-right: 220px
}

@media only screen and (max-width: 1200px) {
    .about__gallery .about-item:not(:last-child) {
        margin-right: 150px
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item:not(:last-child) {
        margin-right: 300px
    }
}

.about__gallery .about-item_1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%
}

.about__gallery .about-item_1 .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about__gallery .about-item_1 .inner_1 {
    height: 100%;
    max-height: 41vh;
    padding-right: 110px
}

.about__gallery .about-item_1 .inner_1 .image {
    margin-right: 60px
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_1 .inner_1 .image {
        max-width: 289px;
        margin-right: -17px;
        margin-bottom: 56px
    }
}

@media only screen and (max-width: 1365px) {
    .about__gallery .about-item_1 .inner_1 {
        padding-right: 100px
    }
}

@media only screen and (min-width: 768px) and (max-height: 810px) {
    .about__gallery .about-item_1 .inner_1 {
        align-items: flex-start;
        padding-right: 0px
    }

    .about__gallery .about-item_1 .inner_1 .image {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_1 .inner_1 {
        align-items: flex-end
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_1 .inner_1 {
        max-height: 45vh;
        padding-right: 100px
    }
}

.about__gallery .about-item_1 .inner_2 {
    height: 100%;
    max-height: 38vh;
    margin-left: auto
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_1 .inner_2 {
        align-items: flex-start;
        margin-top: 56px;
        margin-bottom: 56px
    }

    .about__gallery .about-item_1 .inner_2 .image {
        max-width: 191px;
        margin-left: -17px
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_1 .inner_2 {
        max-height: 41vh
    }
}

.about__gallery .about-item_1 .inner .image {
    height: 100%;
    width: auto
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_1 .inner {
        flex-direction: column;
        justify-content: flex-start
    }
}

.about__gallery .about-item_2 {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about__gallery .about-item_2 .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about__gallery .about-item_2 .inner .image {
    /* width: 100%;
    max-width: 228px;
    margin-right: 0px; */
    height:450px;
    max-width:100%;
    margin-top:8%;
    margin-left:25%;
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_2 .inner .image {
        max-width: 330px
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_2 .inner {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 56px
    }

    .about__gallery .about-item_2 .inner .image {
        max-width: 228px;
        margin-top: 56px;
        /* margin-right: -17px */
    }
}

.about__gallery .about-item_3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.about__gallery .about-item_3 .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.about__gallery .about-item_3 .inner .image {
    width: 100%;
    max-width: 399px;
    /* margin-right: 60px */
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_3 .inner .image {
        max-width: 510px
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_3 .inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 56px
    }

    .about__gallery .about-item_3 .inner .image {
        max-width: 400px;
        margin-left: -17px;
        margin-bottom: 56px
    }
}

.about__gallery .about-item_4 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.about__gallery .about-item_4 .inner .image {
    width: 100%;
    max-width: 312px
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item_4 .inner .image {
        width: 360px;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item_4 .inner {
        display: flex;
        justify-content: flex-end
    }

    .about__gallery .about-item_4 .inner .image {
        max-width: 312px;
        margin-right: -17px
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery .about-item {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 !important
    }

    .about__gallery .about-item .inner {
        height: auto;
        max-height: 100%;
        width: 100%;
        padding: 0
    }

    .about__gallery .about-item .image {
        height: auto !important
    }

    .about__gallery .about-item .text {
        max-width: 100%
    }
}

@media only screen and (min-width: 1950px) {
    .about__gallery .about-item {
        font-size: 24px;
        line-height: 1.3
    }
}

@media only screen and (max-width: 991px) {
    .about__gallery {
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .about__gallery {
        overflow: visible;
        display: block;
        height: auto;
        margin-top: 56px;
        padding-left: 0;
        padding-bottom: 82px
    }
}

.modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 20
}

.modal__grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .modal__grid {
        height: 100vh;
        justify-content: space-between
    }
}

.modal__head {
    height: 17%;
    width: 100%
}

.modal__head .container,
.modal__head .modal__head-grid {
    height: 100%
}

.modal__head-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.modal__head .project-name {
    font-size: 18px
}

@media only screen and (min-width: 1950px) {
    .modal__head .project-name {
        font-size: 26px
    }
}

.modal__head .cross {
    width: 46px;
    padding: 10px;
    z-index: 10
}

.modal__head .cross img {
    display: block
}

@media only screen and (min-width: 1950px) {
    .modal__head .cross {
        width: 60px
    }
}

@media only screen and (max-width: 767px) {
    .modal__head {
        flex-direction: column-reverse;
        padding: 50px 0 3vh
    }

    .modal__head .project-name {
        margin-right: auto
    }

    .modal__head .cross {
        margin-left: auto;
        margin-bottom: 37px
    }
}

@media only screen and (max-height: 670px) {
    .modal__head {
        padding: 30px 0
    }

    .modal__head .cross {
        margin-left: auto;
        margin-bottom: 20px
    }
}

.modal__body {
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.modal__body-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%
}

.modal__body-right {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%
}

@media only screen and (max-width: 767px) {
    .modal__body {
        width: 100%;
        padding: 0 17px
    }
}

.modal__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17%
}

.modal__footer .separator {
    margin: 0 70px
}

@media only screen and (max-width: 767px) {
    .modal__footer .separator {
        margin: 0 30px
    }
}

@media only screen and (min-width: 1950px) {
    .modal__footer .separator {
        font-size: 30px
    }
}

.modal__footer .num {
    font-family: 'tesseract';
    font-size: 18px;
    line-height: 1
}

.modal__footer .num-1 {
    font-size: 32px
}

@media only screen and (min-width: 1950px) {
    .modal__footer .num-1 {
        font-size: 40px !important
    }
}

@media only screen and (min-width: 1950px) {
    .modal__footer .num {
        font-size: 26px
    }
}

@media only screen and (max-width: 767px) {
    .modal__footer {
        justify-content: space-between;
        width: 100%;
        padding: 0 48px 7vh
    }
}

.modal .modal-content {
    height: 100%;
    max-height: 65vh
}

@media only screen and (max-width: 767px) {
    .modal .modal-content {
        height: auto;
        max-height: 63vh;
        width: auto;
        max-width: 100%
    }
}

@media only screen and (max-height: 660px) {
    .modal .modal-content {
        max-height: 55vh
    }
}

.modal .caption {
    text-align: center
}

.form-modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #1e1e1e;
    z-index: 20
}

.form-modal.visible {
    display: block
}

.form-modal__grid {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.form-modal__head {
    position: absolute;
    top: 0;
    left: 0;
    height: 17%;
    width: 100%
}

.form-modal__head .container,
.form-modal__head .form-modal__head-grid {
    height: 100%
}

.form-modal__head-grid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%
}

.form-modal__head .cross {
    width: 46px;
    padding: 10px;
    z-index: 10
}

.form-modal__head .cross svg {
    display: block
}

@media only screen and (min-width: 1950px) {
    .form-modal__head .cross {
        width: 60px
    }
}

.form-modal__body {
    width: 100%
}

.form-modal__body .form-wrapper {
    position: relative;
    width: 100%
}

.form-modal__body .form {
    width: 100%;
    max-width: 344px;
    margin: 0 auto;
    opacity: 1;
    transition: 300ms ease
}

.form-modal__body .form.vanish {
    opacity: 0
}

.form-modal__body .form.hide {
    display: none
}

.form-modal__body .form__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px
}

.form-modal__body .form__row_double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 14px
}

.form-modal__body .form__group {
    width: 100%
}

.form-modal__body .form__group.error .head .error {
    display: block
}

.form-modal__body .form__group.error .form__input {
    border-bottom-color: #ff5252
}

.form-modal__body .form__group .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
    padding: 0 5px;
    font-size: 18px;
    line-height: 24px
}

.form-modal__body .form__group .head .label {
    color: #fff
}

.form-modal__body .form__group .head .error {
    display: none;
    color: #ff5252
}

.form-modal__body .form__input {
    height: 39px;
    width: 100%;
    padding: 0 15px;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-bottom: 4px solid transparent;
    outline: none
}

.form-modal__body .form__textarea {
    width: 100%;
    padding: 15px;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: none;
    outline: none
}

.form-modal__body .form__error {
    display: none;
    width: 100%;
    max-width: 550px;
    margin-left: 115px;
    font-family: 'tesseract';
    font-weight: 400;
    font-size: 64px;
    line-height: 85px;
    color: #fff
}

.form-modal__body .form__error.visible {
    display: block
}

@media only screen and (max-width: 991px) {
    .form-modal__body .form__error {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .form-modal__body .form__error {
        max-width: 275px;
        margin-top: 160px;
        font-size: 32px;
        line-height: 42px
    }
}

.form-modal__body .form__success {
    display: none;
    width: 100%;
    max-width: 550px;
    margin-left: 115px;
    font-family: 'tesseract';
    font-weight: 400;
    font-size: 64px;
    line-height: 85px;
    color: #fff
}

.form-modal__body .form__success.visible {
    display: block
}

@media only screen and (max-width: 991px) {
    .form-modal__body .form__success {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .form-modal__body .form__success {
        max-width: 275px;
        margin-top: 160px;
        font-size: 32px;
        line-height: 42px
    }
}

.form-modal__submit {
    position: absolute;
    left: 0;
    bottom: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 106px;
    width: 101px;
    margin-left: 132px;
    padding-bottom: 15px;
    padding-right: 5px;
    text-align: center;
    color: #000;
    opacity: 1;
    transition: 300ms ease
}

.form-modal__submit.active:after {
    opacity: 1
}

.form-modal__submit.active:hover {
    color: #fff
}

.form-modal__submit.active:hover:after {
    opacity: 1;
    background: url("../img/form_after_hover.svg") no-repeat center center
}

.form-modal__submit.vanish {
    opacity: 0
}

.form-modal__submit.hide {
    display: none
}

.form-modal__submit:after {
    content: '';
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../img/form_after_default.svg") no-repeat center center;
    background-size: 100% 100%;
    transition: 300ms ease;
    z-index: 1
}

.form-modal__submit .label {
    position: relative;
    width: 50px;
    font-size: 18px;
    line-height: 24px;
    z-index: 2
}

@media only screen and (max-width: 991px) {
    .form-modal__submit {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .form-modal__submit {
        position: relative;
        margin-top: 62px
    }
}

.dummy {
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.dummy__grid {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding: 15vh 230px 0
}

@media only screen and (max-width: 991px) {
    .dummy__grid {
        padding: 17vh 42px 0
    }
}

@media only screen and (max-width: 500px) {
    .dummy__grid {
        padding: 17vh 22px 0
    }
}

.dummy .container {
    padding: 0
}

.dummy__title {
    display: block;
    font-family: 'tesseract';
    font-weight: 300;
    font-size: 100px
}

.dummy__title-segment {
    line-height: 1.25em
}

.dummy__title-segment_second {
    margin-top: -20px;
    margin-left: 95px;
    font-size: 125px
}

@media only screen and (max-width: 500px) {
    .dummy__title-segment_second {
        margin-left: 95px;
        font-size: 82px
    }
}

@media only screen and (max-width: 360px) {
    .dummy__title-segment_second {
        margin-left: 60px;
        font-size: 62px
    }
}

.dummy__title .letter {
    display: inline-block;
    margin-left: -20px;
    padding: 0 10px
}

@media only screen and (max-width: 500px) {
    .dummy__title {
        margin: 0 auto;
        font-size: 72px
    }
}

@media only screen and (max-width: 360px) {
    .dummy__title {
        font-size: 52px
    }
}

.dummy__dash {
    display: none;
    position: absolute;
    top: 37vh;
    right: 80px;
    width: 30px
}

@media only screen and (max-width: 767px) {
    .dummy__dash {
        display: block
    }
}

@media only screen and (max-width: 500px) {
    .dummy__dash {
        top: 30vh
    }
}

.test {
    width: 100%;
    max-width: 900px;
    margin: 100px auto 0
}

.test .scroll {
    overflow-x: auto;
    height: 150px;
    width: 100%;
    margin: 20px;
    padding: 10px;
    border: 1px solid #eee
}

.test .scroll__grid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

.test .scroll__item {
    flex-shrink: 0;
    height: 100%;
    width: 40px;
    margin: 0 20px;
    background-color: yellow
}

.test .scroll__item:nth-child(2n) {
    background-color: yellow
}

.test .scroll__item:nth-child(2n+1) {
    background-color: orange
}

*::selection {
    color: #fff;
    background-color: #000
}