.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem
    }

    .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem
    }

    .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem
    }

    .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Montserrat-Regular.eot);
    src: url(fonts/Montserrat-Regular.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Montserrat-Medium.eot);
    src: url(fonts/Montserrat-Medium.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Montserrat-SemiBold.eot);
    src: url(fonts/Montserrat-SemiBold.woff) format("woff")
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Montserrat-Bold.eot);
    src: url(fonts/Montserrat-Bold.woff) format("woff")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: geometricPrecision;
    background-color: #fff;
    font-size: 16px
}

.title-1, h1 {
    margin: 0;
    font-size: 48px;
    line-height: 1.45em;
    letter-spacing: -.035em
}

.title-3, h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.45em
}

.title-4, h4 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.45em;
    letter-spacing: .14em
}

p {
    margin: 0;
    line-height: 2.15em;
    font-size: 16px
}

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

a:focus, a:hover {
    outline: 0
}

button {
    cursor: pointer
}

button:focus {
    outline: 0
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style-type: none
}

img {
    max-width: 100%
}

figure {
    margin: 0
}

.regular, body {
    font-family: Montserrat, sans-serif;
    font-weight: 400
}

.detail-wrap-content, .input-item, .medium, .textarea-item {
    font-family: Montserrat, sans-serif;
    font-weight: 500
}

.semiBold, .slick-dots button {
    font-family: Montserrat, sans-serif;
    font-weight: 600
}

.bold, .btn-link, .copyright, .follow-link, .form-title, .nav-link, .paragraph-subtitle, .paragraph-title, .portfolio-box-content-title, .process-list .paragraph-box:before, .section-nav-label, .successfully-wrap-content-title, .title-1, .title-3, .title-4, .to-top-link, .work-data-item-label, .work-date, h1, h3, h4, strong {
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.load-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.load-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100px;
    opacity: .1
}

.container {
    margin: 0 auto;
    position: relative;
    max-width: 1440px;
    width: 100%;
    padding: 0 15px
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: #e9eaea;
    padding: 21px 0
}

.header + .section {
    margin-top: 133px
}

.header.__home-theme {
    background-color: transparent;
    top: 42px
}

.header.__home-theme .follow-link, .header.__home-theme .nav-link {
    color: #fff
}

.header.__home-theme + .section {
    margin-top: 0
}

.header.__home-theme .toggle-main-menu-wrap-arrow {
    background-color: #fff
}

.header-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-panel-logo {
    display: inline-block;
    max-width: 107px;
    width: 100%
}

.nav {
    padding: 36px 0 0
}

.nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-list-item {
    padding: 0 34px
}

.nav-list-item:nth-child(1) {
    padding-left: 0
}

.nav-list-item:last-child {
    padding-right: 0
}

.follow-link, .nav-link {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .15em;
    color: #090808
}

.follow-link:after, .follow-link:before, .nav-link:after, .nav-link:before {
    content: '';
    position: absolute;
    bottom: -23px;
    background-color: currentColor;
    height: 3px;
    width: 0;
    -webkit-transition: width .4s cubic-bezier(.7, 0, .5, 1);
    -o-transition: width .4s cubic-bezier(.7, 0, .5, 1);
    transition: width .4s cubic-bezier(.7, 0, .5, 1)
}

.follow-link:before, .nav-link:before {
    right: 0
}

.follow-link:after, .nav-link:after {
    left: 0
}

.active.follow-link:before, .nav-link.active:before {
    width: 100%
}

.follow-link {
    padding: 0 0 23px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

.follow-link:before {
    bottom: 0;
    width: 100%
}

.follow-link:after {
    bottom: 0
}

.follow-link-wrap {
    display: inline-block
}

.btn-link {
    display: inline-block;
    position: relative;
    height: 72px;
    line-height: 70px;
    padding: 0;
    border: 3px #292929 solid;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    max-width: 572px;
    background-color: #292929;
    color: #fff;
    letter-spacing: .17em;
    -webkit-transition: background-color .2s cubic-bezier(.7, 0, .5, 1), color .4s cubic-bezier(.7, 0, .5, 1);
    -o-transition: background-color .2s cubic-bezier(.7, 0, .5, 1), color .4s cubic-bezier(.7, 0, .5, 1);
    transition: background-color .2s cubic-bezier(.7, 0, .5, 1), color .4s cubic-bezier(.7, 0, .5, 1);
    overflow: hidden
}

.btn-link.__white-theme {
    color: #292929;
    border-color: #fff;
    background-color: transparent
}

.btn-link.__white-theme:before {
    background-color: #fff
}

.btn-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: width .4s cubic-bezier(.7, 0, .5, 1);
    -o-transition: width .4s cubic-bezier(.7, 0, .5, 1);
    transition: width .4s cubic-bezier(.7, 0, .5, 1)
}

.btn-link.__xs-size {
    max-width: 170px;
    height: 62px;
    line-height: 60px
}

.btn-link-title {
    position: relative;
    z-index: 1
}

.section {
    position: relative
}

.folder {
    padding: 41px 45px
}

.folder-carousel-wrap {
    position: relative
}

.folder-carousel {
    position: absolute;
    height: 100%;
    width: 100%
}

.folder-carousel .slick-dots {
    color: #fff;
    bottom: 96px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 1410px;
    width: 100%;
    margin: 0 auto
}

.folder-carousel-slide {
    position: relative
}

.folder-carousel-slide-preview-wrap {
    overflow: hidden;
    width: 100%;
    -webkit-transition: width .8s cubic-bezier(.7, 0, .5, 1);
    -o-transition: width .8s cubic-bezier(.7, 0, .5, 1);
    transition: width .8s cubic-bezier(.7, 0, .5, 1);
    min-height: 650px;
    height: calc(100vh - 82px);
    max-height: 1000px;
    position: relative
}

.folder-carousel-slide-preview {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100vw - 90px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.folder-carousel-slide-preview:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111;
    opacity: .55
}

.folder-carouser-slide-content {
    color: #fff;
    max-width: 800px;
    position: relative;
    min-height: 650px;
    height: calc(100vh - 82px);
    max-height: 1000px
}

.folder-carouser-slide-content .title-1 {
    padding: 45px 0;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.folder-carouser-slide-content .title-4 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.folder-carousel-slide-content-wrap {
    position: absolute;
    top: 59.3%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #292929;
    opacity: 0;
    -webkit-transition: opacity .4s cubic-bezier(.7, 0, .5, 1);
    -o-transition: opacity .4s cubic-bezier(.7, 0, .5, 1);
    transition: opacity .4s cubic-bezier(.7, 0, .5, 1);
    z-index: 1
}

.slick-dots li {
    display: inline-block;
    margin: 0 24px;
    padding: 0 0 25px;
    position: relative;
    color: inherit;
    opacity: .3;
    -webkit-transition: opacity .4s cubic-bezier(.7, 0, .5, 1);
    -o-transition: opacity .4s cubic-bezier(.7, 0, .5, 1);
    transition: opacity .4s cubic-bezier(.7, 0, .5, 1);
    cursor: pointer
}

.slick-dots li:nth-child(1) {
    margin-left: 0
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    height: 3px;
    width: 0;
    -webkit-transition: width .4s cubic-bezier(.7, 0, .5, 1);
    -o-transition: width .4s cubic-bezier(.7, 0, .5, 1);
    transition: width .4s cubic-bezier(.7, 0, .5, 1)
}

.slick-dots button {
    border: none;
    background-color: transparent;
    font-size: 14px;
    color: inherit;
    padding: 0;
    letter-spacing: .15em;
    -webkit-transition: color .4s cubic-bezier(.7, 0, .5, 1);
    -o-transition: color .4s cubic-bezier(.7, 0, .5, 1);
    transition: color .4s cubic-bezier(.7, 0, .5, 1)
}

.slick-dots .slick-active {
    opacity: 1
}

.slick-dots .slick-active:before {
    width: 100%
}

.slick-dots.show {
    opacity: 1
}

.paragraph {
    overflow: hidden
}

.text-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-box p, .text-box strong {
    margin: 0 0 107px;
    display: inline-block
}

.text-box p:last-child, .text-box strong:last-child {
    margin-bottom: 0
}

.text-box .paragraph {
    margin: 0 0 107px
}

.text-box .paragraph p, .text-box .paragraph strong {
    margin: 0
}

.text-box .paragraph:last-child {
    margin-bottom: 0
}

.text-box.__md-size p, .text-box.__md-size strong {
    font-size: 18px;
    line-height: 1.9em;
    margin: 0 0 61px
}

.text-box.__md-size .paragraph {
    margin: 0 0 61px
}

.text-box.__md-size .paragraph p, .text-box.__md-size .paragraph strong {
    margin: 0
}

.text-box.__lg-size p, .text-box.__lg-size strong {
    font-size: 20px;
    line-height: 1.7em
}

.text-box-content-about{
    padding: 70px 16px;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .text-box-content-about{
        padding: 40px 0;
    }
}
@media only screen and (max-width: 768px) {
    .text-box-content-about{
        padding: 25px 0 35px;
    }
}
@media only screen and (max-width: 666px) {
    .text-box-content-about{
        padding: 10px 0 35px;
    }
}


.text-box.__bg-theme .text-box-content {
    position: relative
}

.text-box.__bg-theme .text-box-content:before {
    content: '';
    position: absolute;
    top: -140px;
    bottom: -195px;
    left: -100vw;
    right: -100vw;
    background-color: #f8f8f8;
    z-index: -1
}

.detail-wrap {
    position: relative;
    height: 198px
}

.detail-wrap-content {
    background: #939598;
    color: #fff;
    padding: 61px 100px;
    position: absolute;
    top: 104px;
    right: 3px
}

.detail-wrap-content p {
    letter-spacing: .015em;
    line-height: 1.9em
}

.about-section {
    padding: 0 0 100px
}

.about-section .text-box {
    padding: 12px 0 0
}

.section-nav-label {
    position: absolute;
    color: #292929;
    left: 6%;
    top: 11.5%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .18em;
    z-index: 1
}

.section-nav-label:before {
    content: '';
    position: absolute;
    height: 147px;
    width: 3px;
    background-color: currentColor;
    top: -175px;
    left: 15px;
    margin-left: -2px;
    opacity: .5
}

.section-nav-label-title {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    opacity: .6
}

.portfolio-section {
    padding: 79px 0 0
}

.portfolio-section .col-md-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.portfolio-section .col-md-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.portfolio-section .text-box-content {
    max-width: 450px
}

.portfolio-section .slick-dots {
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 60px 0 0
}

.portfolio-section .text-box {
    padding: 0 0 111px
}

.portfolio-section .section-nav-label {
    left: auto;
    right: 6%;
    top: 31.3%
}

.portfolio-carousel-slide {
    height: 878px
}

.portfolio-carousel-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: auto;
    width: auto;
    max-width: 150%;
    min-width: 100%;
    max-height: 120%;
    min-height: 100%
}

.slide-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.process-section {
    padding: 92px 0
}

.process-section .text-box {
    padding: 0 0 69px
}

.process-section .section-nav-label {
    top: 32.6%
}

.process-section .img-box {
    margin: 0 0 90px
}

.process-section .paragraph-box {
    margin-top: 81px;
    max-width: 380px
}

.paragraph-box {
    margin: 0 0 75px;
    overflow: hidden
}

.paragraph-box p {
    font-size: 18px
}

.paragraph-box p:not(.paragraph-title) {
    line-height: 1.9em
}

.paragraph-title {
    text-transform: uppercase;
    min-height: 70px;
    margin: 0 0 13px;
    line-height: 1.45em;
    max-width: 80%
}

.paragraph-subtitle {
    margin: 0 0 11px;
    letter-spacing: .03em
}

.feedback-section {
    color: #fff;
    min-height: 900px;
    margin: 63px 0 0;
    padding: 154px 0 381px
}

.feedback-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    right: 100px;
    bottom: 100px;
    background-color: #939598
}

.form-title {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 18px
}

.form-wrap {
    background-color: #fff;
    padding: 46px 60px 70px;
    position: relative
}

.form-wrap.__white-theme {
    background-color: transparent;
    padding: 0
}

.form-wrap.__white-theme .input-item, .form-wrap.__white-theme .textarea-item {
    color: #fff
}

.form-wrap.__white-theme .input-item::-webkit-input-placeholder, .form-wrap.__white-theme .textarea-item::-webkit-input-placeholder {
    color: #fff
}

.form-wrap.__white-theme .input-item::-moz-placeholder, .form-wrap.__white-theme .textarea-item::-moz-placeholder {
    color: #fff
}

.form-wrap.__white-theme .input-item:-ms-input-placeholder, .form-wrap.__white-theme .textarea-item:-ms-input-placeholder {
    color: #fff
}

.form-wrap.__white-theme .input-item:-moz-placeholder, .form-wrap.__white-theme .textarea-item:-moz-placeholder {
    color: #fff
}

.form-wrap.__white-theme .textarea-item {
    border-color: #fff
}

.form-wrap.__white-theme .input-border {
    background-color: #fff
}

.form-wrap.__white-theme .successfully-wrap {
    left: 0
}

.form-wrap .form-title {
    margin: 0 0 68px
}

.form-wrap form {
    -webkit-transition: opacity .6s cubic-bezier(.7, 0, .5, 1), -webkit-transform .6s cubic-bezier(.7, 0, .5, 1);
    transition: opacity .6s cubic-bezier(.7, 0, .5, 1), -webkit-transform .6s cubic-bezier(.7, 0, .5, 1);
    -o-transition: transform .6s cubic-bezier(.7, 0, .5, 1), opacity .6s cubic-bezier(.7, 0, .5, 1);
    transition: transform .6s cubic-bezier(.7, 0, .5, 1), opacity .6s cubic-bezier(.7, 0, .5, 1);
    transition: transform .6s cubic-bezier(.7, 0, .5, 1), opacity .6s cubic-bezier(.7, 0, .5, 1), -webkit-transform .6s cubic-bezier(.7, 0, .5, 1)
}

.form-wrap.successfully form {
    opacity: 0;
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0);
    pointer-events: none
}

.form-wrap.successfully .successfully-wrap {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.input-container {
    position: relative;
    padding: 0 0 40px;
    margin: 0 0 44px
}

.input-container.__textarea-theme {
    margin: -4px 0 5px
}

.input-container:before {
    content: '';
    position: absolute;
    top: 26px;
    width: 16px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(img/icons/checked.svg);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    right: 0;
    opacity: 0
}

.input-container.__invalid .input-message {
    opacity: 1;
    color: #da4242
}

.input-container.__invalid .input-border {
    background-color: #da4242
}

.input-container.__invalid:before {
    opacity: 0
}

.input-container.__valid:before {
    opacity: 1
}

.input-message {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 12px;
    opacity: 0;
    pointer-events: none
}

.input-item, .textarea-item {
    background-color: transparent;
    border: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #292929;
    height: 60px;
    padding: 0
}

.input-item::-webkit-input-placeholder, .textarea-item::-webkit-input-placeholder {
    color: #292929
}

.input-item::-moz-placeholder, .textarea-item::-moz-placeholder {
    color: #292929
}

.input-item:-ms-input-placeholder, .textarea-item:-ms-input-placeholder {
    color: #292929
}

.input-item:-moz-placeholder, .textarea-item:-moz-placeholder {
    color: #292929
}

.textarea-item {
    border: 3px #292929 solid;
    padding: 16px;
    height: 130px;
    resize: none
}

.input-item-label {
    font-size: 14px;
    display: inline-block;
    margin: 0 0 17px
}

.input-border {
    position: relative;
    margin: -1px 0 0;
    width: 100%;
    height: 3px;
    background-color: #292929
}

.footer {
    position: relative;
    background-color: #e9eaea;
    padding: 88px 0
}

.footer.__home-theme {
    position: absolute;
    left: 0;
    bottom: 98px;
    width: 100%;
    background-color: transparent;
    color: #fff
}

.footer.__home-theme .copyright, .footer.__home-theme .follow-link, .footer.__home-theme .nav-link, .footer.__home-theme .social-link {
    color: #fff
}

.footer.__home-theme .social-link svg {
    fill: #939598
}

.footer-panel {
    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
}

.copyright {
    color: #090808;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .17em;
    line-height: 1.2em
}

.social-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0 0 15px
}

.social-link {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #292929;
    background-color: currentColor;
    margin: 0 0 0 16px
}

.social-link:nth-child(1) {
    margin-left: 0
}

.social-link svg {
    -webkit-transition: all .2s cubic-bezier(.7, 0, .5, 1);
    -o-transition: all .2s cubic-bezier(.7, 0, .5, 1);
    transition: all .2s cubic-bezier(.7, 0, .5, 1);
    fill: #e9eaea
}

.social-link.__houzz {
    padding: 7px 5px 7px 9px
}

.social-link.__instagram {
    padding: 7px
}

.title-wrap {
    overflow: hidden
}

.drop-words span {
    display: inline-block;
    line-height: 1.2em;
    margin: 0 0 -12px
}

.word {
    overflow: hidden
}

.letter {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.7, 0, .5, 1);
    transition: -webkit-transform .6s cubic-bezier(.7, 0, .5, 1);
    -o-transition: transform .6s cubic-bezier(.7, 0, .5, 1);
    transition: transform .6s cubic-bezier(.7, 0, .5, 1);
    transition: transform .6s cubic-bezier(.7, 0, .5, 1), -webkit-transform .6s cubic-bezier(.7, 0, .5, 1);
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

.img-box.__portfolio-theme {
    width: 100%;
    position: relative;
    min-height: 385px;
    height: 385px;
    display: block;
    overflow: hidden
}
.img-box.__portfolio-theme .img-box-slicer, .img-box.__portfolio-theme .img-box-wrap,  .img-item-wrap {
    height: 100%
}
.work-data-title{
    font-size: 48px;
    font-weight: bold;
}
@media only screen and (max-width: 1200px) {
    .work-data-title{
        font-size: 38px;
    }
}
@media only screen and (max-width: 768px) {
    .work-data-title{
        font-size: 30px;
    }
}
@media only screen and (max-width: 666px) {
    .work-data-title{
        font-size: 20px;
    }
}
.text-about-container{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    padding-top: 35px;
}
@media only screen and (max-width: 768px) {
    .text-about-container{
    padding-top: 25px;
    }
}
.text-about-container .work-data{
    width: 49%;
}
.text-about-container .work-text{
    width: 49%;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 1200px) {
     .text-about-container .work-text{
         font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 666px) {
    .text-about-container .work-data{
        width: 100%;
    }
    .text-about-container .work-text{
         width: 100%;
         font-size: 12px;
    line-height: 17px;
    }
}
.images-about-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.img-about{
    margin: 0 15px 80px 15px;
}

.img-about.half{
    width: calc(50% - 30px);
}
.img-about.full{
    width: calc(100% - 30px);
}
@media only screen and (max-width: 1440px) {
    .img-about {
        margin: 0 15px 65px 15px;
    }
}
@media only screen and (max-width: 1200px) {
    .img-about{
        margin: 0 0 47px 0;
    }
    .img-about.half{
        width: 49%;
    }
    .img-about.full{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .img-about{
        margin: 0 0 30px 0;
    }
}
@media only screen and (max-width: 666px) {
    .img-about{
        margin: 0 0 20px 0;
    }
}


.img-box.__portfolio-theme img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /*-webkit-transition: -webkit-transform 2s ease;*/
    /*transition: -webkit-transform 2s ease;*/
    /*-o-transition: transform 2s ease;*/
    /*transition: transform 2s ease;*/
    /*transition: transform 2s ease, -webkit-transform 2s ease*/
}
.item-hover-line{
    width: 68px;
    height: 2px;
    background: #000;
    transition: 0.4s;
    opacity: 0;
}
.detail-img-wrap{
    width: 100%;
    padding: 85px 16px 0 16px;
}

.detail-img-wrap img {
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .detail-img-wrap{
   padding: 60px 0 0 0;
    }
}
@media only screen and (max-width: 768px) {
    .detail-img-wrap{
   padding: 40px 0 0 0;
    }
}
@media only screen and (max-width: 666px) {
    .detail-img-wrap{
   padding: 35px 0 0 0;
    }
}
.portfolio-card-item:hover .item-hover-line{
    opacity: 1;
}

.related-projects-container{
    width: 100%;
    padding: 0 16px;
}
@media only screen and (max-width: 1200px) {
    .related-projects-container{
    padding: 0;
}
}
.related-projects-h{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 100px 0 55px 0;
}
@media only screen and (max-width: 1200px) {
   .related-projects-h{
    font-size: 16px;
      padding: 80px 0 40px 0;
    }
}
@media only screen and (max-width: 768px) {
   .related-projects-h{
    padding-bottom: 30px;
    padding: 60px 0 30px 0;
}
}
@media only screen and (max-width: 666px) {
   .related-projects-h{
    ont-size: 14px;
    padding-bottom: 23px;
    padding: 45px 0 23px 0;
    }
}
.load-more-btn{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 30px 0;
}
.load-more-btn .item-hover-line{
   width: 90px;
    margin-top: 8px;
}
.load-more-btn:hover .item-hover-line{
    opacity: 1;
}
.related-items-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.related-items-wrap .portfolio-card-item{
    width: 49%;
}
@media only screen and (max-width: 666px) {
    .related-items-wrap .portfolio-card-item{
    width: 100%;
}
}

.img-box-slicer {
    left: 0;
    overflow: hidden
}

.portfolio-box-content {
    position: relative;
    width: 100%;
    padding: 30px 0 18px 0;
    background-color: #fff;
}
@media only screen and (max-width: 666px) {
    .portfolio-box-content {
    padding: 20px 0 18px 0;
    }
}
.portfolio-box-content-title {
    width: 100%;
    position: relative;
    color: #000;
    font-size: 18px;
    letter-spacing: .2em;
    line-height: 1.2em
}
.portfolio-box-content-subtitle {
    width: 100%;
    color: #000;
    font-size: 14px;
    opacity: 0.7;
    line-height: 3.15em;
}

.__show-on-scroll.__width {
    -webkit-transition: width .8s cubic-bezier(.7, 0, .5, 1);
    -o-transition: width .8s cubic-bezier(.7, 0, .5, 1);
    transition: width .8s cubic-bezier(.7, 0, .5, 1);
    width: 100%
}

.__show-on-scroll.__to-fadeIn {
    -webkit-transition: opacity 1s cubic-bezier(.7, 0, .5, 1);
    -o-transition: opacity 1s cubic-bezier(.7, 0, .5, 1);
    transition: opacity 1s cubic-bezier(.7, 0, .5, 1)
}

.__show-on-scroll.__auto-width {
    -webkit-transition: width .6s cubic-bezier(.7, 0, .5, 1);
    -o-transition: width .6s cubic-bezier(.7, 0, .5, 1);
    transition: width .6s cubic-bezier(.7, 0, .5, 1)
}

.__show-on-scroll.__to-down {
    -webkit-transition: -webkit-transform .7s cubic-bezier(.7, 0, .5, 1);
    transition: -webkit-transform .7s cubic-bezier(.7, 0, .5, 1);
    -o-transition: transform .7s cubic-bezier(.7, 0, .5, 1);
    transition: transform .7s cubic-bezier(.7, 0, .5, 1);
    transition: transform .7s cubic-bezier(.7, 0, .5, 1), -webkit-transform .7s cubic-bezier(.7, 0, .5, 1)
}

.__show-on-scroll.__to-down.paragraph-wrap {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.__show-on-scroll.hide.__width {
    width: 0
}

.__show-on-scroll.hide.__to-fadeIn {
    opacity: 0
}

.__show-on-scroll.hide.__auto-width {
    width: 0
}

.__show-on-scroll.hide.__to-down {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.to-top-link {
    position: absolute;
    border: none;
    background-color: transparent;
    right: 11.8%;
    top: 32.8%;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .17em;
    color: #fff;
    padding: 125px 0 0 0;
    z-index: 1;
    width: 18px
}

.to-top-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    background-image: url(img/icons/arrow.png);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.7, 0, .5, 1);
    transition: -webkit-transform .4s cubic-bezier(.7, 0, .5, 1);
    -o-transition: transform .4s cubic-bezier(.7, 0, .5, 1);
    transition: transform .4s cubic-bezier(.7, 0, .5, 1);
    transition: transform .4s cubic-bezier(.7, 0, .5, 1), -webkit-transform .4s cubic-bezier(.7, 0, .5, 1)
}

.to-top-link-title {
    background-color: transparent;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.toggle-main-menu {
    display: none;
    background-color: transparent;
    border: none;
    padding: 15px;
    margin: 0 -15px 0 0
}

.toggle-main-menu.active .toggle-main-menu-wrap-arrow:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.toggle-main-menu.active .toggle-main-menu-wrap-arrow:nth-child(2) {
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 5px;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.toggle-main-menu-wrap {
    width: 28px;
    height: 13px;
    display: block;
    position: relative
}

.toggle-main-menu-wrap-arrow {
    width: 100%;
    height: 3px;
    right: 0;
    background-color: #292929;
    position: absolute;
    -webkit-transition: all .5s cubic-bezier(.7, 0, .5, 1);
    -o-transition: all .5s cubic-bezier(.7, 0, .5, 1);
    transition: all .5s cubic-bezier(.7, 0, .5, 1)
}

.toggle-main-menu-wrap-arrow:nth-child(1) {
    top: 0;
    width: 100%
}

.toggle-main-menu-wrap-arrow:nth-child(2) {
    bottom: 0;
    width: 80%
}

.about-folder, .process-folder {
    padding: 61px 0 0
}

.about-folder:before, .process-folder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 181px;
    background-color: #e9eaea
}

.about-folder .img-box, .process-folder .img-box {
    text-align: right
}

.about-folder .section-nav-label, .process-folder .section-nav-label {
    left: auto;
    right: 6.1%
}

.about-folder .text-box, .process-folder .text-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 99px 0 0
}

.values-section {
    padding: 122px 0 81px
}

.values-section .paragraph-title {
    min-height: 41px
}

.values-section .paragraph-box {
    max-width: 375px;
    margin: 0 0 101px
}

.portfolio-folder {
    padding: 100px 0 ;
}


.process-folder .text-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 99px 0 0
}

.process-folder .img-box {
    text-align: left
}

.process-list {
    position: relative;
    margin: 0 auto;
    padding: 161px 0 0 76px
}

.process-list .paragraph-title {
    min-height: 10px;
    margin: 0 0 33px
}

.process-list .paragraph-box {
    position: relative;
    padding: 0 0 55px 190px;
    max-width: 1045px;
    margin: 0 auto 100px
}

.process-list .paragraph-box:before {
    content: attr(data-num);
    position: absolute;
    font-size: 14px;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: 0;
    top: 235px;
    opacity: .6
}

.process-list .paragraph-box:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 147px;
    background-color: #292929;
    opacity: .5;
    top: 68px;
    left: 7px
}

.process-list .paragraph-subtitle {
    font-size: 20px
}

.contact-folder {
    background-color: #e9eaea;
    padding: 62px 0 24px
}

.contact-folder .paragraph-title {
    letter-spacing: .21em;
    font-size: 16px;
    min-height: 10px
}

.contact-folder .paragraph-subtitle {
    font-size: 20px
}

.contact-folder .form-title {
    margin: 0 0 29px
}

.contact-folder .input-item, .contact-folder .textarea-item {
    height: 50px
}

.contact-folder .input-container {
    padding: 0 0 20px;
    margin: 0 0 17px
}

.contact-folder .input-container:before {
    top: 21px
}

.contact-folder .input-container.__textarea-theme {
    margin: -4px 0 0
}

.contact-folder .input-message {
    bottom: -5px
}

.contact-folder .textarea-item {
    height: 156px
}

.contact-folder .form-action {
    margin: 37px 0 0
}

.contact-folder .text-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 158px 0 0
}

.contact-folder .text-box .paragraph-title {
    margin: 0 0 34px
}

.contacts-data {
    padding: 14px 0
}

.contacts-data-item {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 13px 28px;
    line-height: 1.2em;
    position: relative
}

.contacts-data-item a {
    -webkit-transition: opacity .2s cubic-bezier(.7, 0, .5, 1);
    -o-transition: opacity .2s cubic-bezier(.7, 0, .5, 1);
    transition: opacity .2s cubic-bezier(.7, 0, .5, 1)
}

.contacts-data-item-label {
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 0
}

.work-section {
    background-color: #fff;
    /*padding: 0 125px;*/
    /*min-height: 100vh*/
}
@media only screen and (max-width: 666px) {
    .work-section {
        padding: 0 7px;
}
}

.work-section .text-box {
    color: #fff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.work-section .work-data-item {
    margin: 0 0 20px
}

.work-section .slick-dots {
    color: #fff;
    right: 0;
    bottom: 81px;
    left: 0;
    display: block;
    text-align: right;
    white-space: nowrap
}

.work-section .slick-dots li {
    max-width: 20px
}

.work-section .text-box {
        padding: 70px 0;
    }

.work-section .slick-dots:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background-color: #939598
}

.work-date {
    color: #000;
    font-size: 20px;
    padding: 0 0 22px
}

.work-data-item {
    color: #000;
    line-height: 1em;
    width: 100%;
    display: flex;
    font-weight: 500;
    font-size: 18px
}

.work-data-item-title{
    width: 54%;
}

.work-data-item-label {
    font-size: 20px;
    width: 45%;
}

.work-data-item-tittle{
    color: #000;
    font-size: 48px;
}
.work-carousel {
    padding: 116px 0 196px;
    height: 100%
}

.work-carousel .slick-list, .work-carousel .slick-track {
    height: 100%
}

.work-carousel-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.leave-page-link {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 43px;
    right: 52px;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.7, 0, .5, 1);
    transition: -webkit-transform .2s cubic-bezier(.7, 0, .5, 1);
    -o-transition: transform .2s cubic-bezier(.7, 0, .5, 1);
    transition: transform .2s cubic-bezier(.7, 0, .5, 1);
    transition: transform .2s cubic-bezier(.7, 0, .5, 1), -webkit-transform .2s cubic-bezier(.7, 0, .5, 1)
}

.leave-page-link:after, .leave-page-link:before {
    content: '';
    position: absolute;
    left: -4px;
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff
}

.leave-page-link:before {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leave-page-link:after {
    bottom: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.successfully-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    -webkit-transition: opacity .6s cubic-bezier(.7, 0, .5, 1), -webkit-transform .6s cubic-bezier(.7, 0, .5, 1);
    transition: opacity .6s cubic-bezier(.7, 0, .5, 1), -webkit-transform .6s cubic-bezier(.7, 0, .5, 1);
    -o-transition: transform .6s cubic-bezier(.7, 0, .5, 1), opacity .6s cubic-bezier(.7, 0, .5, 1);
    transition: transform .6s cubic-bezier(.7, 0, .5, 1), opacity .6s cubic-bezier(.7, 0, .5, 1);
    transition: transform .6s cubic-bezier(.7, 0, .5, 1), opacity .6s cubic-bezier(.7, 0, .5, 1), -webkit-transform .6s cubic-bezier(.7, 0, .5, 1);
    opacity: 0;
    pointer-events: none
}

.successfully-wrap-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 150px
}

.successfully-wrap-content-title {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 16px;
    margin: 0 0 20px
}

.successfully-wrap-content-subtitle {
    font-size: 14px
}

@media only screen and (max-width: 1800px) {
    .section-nav-label {
        left: 3%
    }

    .portfolio-section .section-nav-label {
        right: 3%
    }

    .about-folder .section-nav-label {
        right: 3.1%
    }
}

@media only screen and (max-width: 1680px) {
    .container {
        width: 90%
    }

    .feedback-section:before {
        left: 4vw;
        right: 4vw
    }

    .to-top-link {
        right: 6%
    }

    .section-nav-label {
        left: 2%
    }

    .portfolio-section .section-nav-label {
        right: 2%
    }

    .folder-carousel .slick-dots {
        padding: 0 15px;
        width: 90%
    }

    .about-folder .section-nav-label {
        right: 2.1%
    }
    .leave-page-link {
        right: 2vw
    }
}

@media only screen and (max-width: 1560px) {
    .folder-carouser-slide-content {
        max-width: 900px
    }

    .portfolio-carousel-slide {
        height: 780px
    }

    .feedback-section {
        padding: 110px 0 330px
    }

    .feedback-section:before {
        bottom: 55px
    }

    .footer.__home-theme {
        bottom: 40px
    }

    .work-data-item {
        font-size: 16px
    }

    .work-data, .work-data-item-label {
        font-size: 18px
    }
}

@media only screen and (max-width: 1440px) {
    body {
        font-size: 15px
    }

    p {
        font-size: 15px
    }

    .folder {
        padding: 30px 35px
    }

    .folder-carousel-slide-preview {
        width: calc(100vw - 70px)
    }

    .detail-wrap-content {
        padding: 60px 65px
    }

    .detail-wrap {
        position: relative;
        height: 130px
    }

    .text-box .paragraph {
        margin: 0 0 65px
    }

    .text-box.__md-size p, .text-box.__md-size strong {
        font-size: 17px
    }

    .text-box.__md-size .paragraph {
        margin: 0 0 45px
    }

    .text-box.__lg-size p, .text-box.__lg-size strong {
        font-size: 18px
    }

    .paragraph-box p {
        font-size: 15px
    }

    .paragraph-box .paragraph-title {
        font-size: 17px
    }

    .paragraph-box .paragraph-subtitle {
        font-size: 18px
    }

    .paragraph-title {
        font-size: 17px
    }

    .process-section {
        padding: 92px 0 70px
    }

    .btn-link {
        max-width: 470px
    }

    .process-list .paragraph-box {
        margin: 0 auto 50px;
        max-width: 800px
    }

    .process-list .paragraph-box:after {
        height: 115px
    }

    .process-list .paragraph-box:before {
        top: 200px
    }

    .contact-folder .paragraph-subtitle {
        font-size: 18px
    }

    .contact-folder .text-box .paragraph-title {
        margin: 0 0 20px
    }

    .contact-folder .input-message {
        font-size: 10px
    }

    .form-wrap {
        padding: 45px 45px 60px
    }

    .work-data-item {
        font-size: 14px
    }

    .work-data, .work-data-item-label {
        font-size: 16px
    }

    .work-carousel {
        padding: 7vh 0 13vh
    }

    .work-section .text-box {
        padding: 55px 0;
    }

    .work-section .slick-dots {
        bottom: 2vh;
    }

    .leave-page-link {
        right: 10px;
        top: 10px;
    }
}

@media only screen and (max-width: 1300px) {
    body {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .follow-link, .nav-link {
        font-size: 12px;
    }

    .folder-carouser-slide-content .title-1 {
        padding: 30px 0;
    }

    .folder-carousel-slide-content-wrap {
        top: 56%;
    }

    .text-box.__bg-theme .text-box-content:before {
        top: -90px;
        bottom: -90px;
    }

    .text-box.__md-size p, .text-box.__md-size strong {
        font-size: 16px;
    }

    .text-box.__lg-size p, .text-box.__lg-size strong {
        font-size: 16px;
    }

    .portfolio-carousel-slide {
        height: 700px;
    }

    .process-list .paragraph-box {
        padding: 0 0 55px 150px
    }
}

@media only screen and (max-width: 1200px) {
    .title-1, h1 {
        font-size: 46px
    }

    .header + .section {
        margin-top: 120px
    }

    .header-panel-logo {
        max-width: 90px
    }

    .slick-dots li {
        margin: 0 20px
    }

    .detail-wrap-content {
        padding: 40px
    }

    .load-wrap img {
        max-width: 80px
    }

    .portfolio-carousel-slide {
        height: 570px
    }

    .process-section {
        padding: 92px 0 40px
    }

    .process-section .text-box {
        padding: 0 0 120px
    }

    .paragraph-box P {
        font-size: 14px
    }

    .paragraph-title {
        min-height: 50px;
        max-width: 100%
    }

    .feedback-section {
        padding: 70px 0 250px
    }

    .feedback-section:before {
        left: 2vw;
        right: 2vw
    }

    .feedback-section .form-wrap {
        padding: 0 30px 0 0
    }

    .form-wrap .form-title {
        margin: 0 0 50px
    }

    .copyright {
        font-size: 10px
    }

    .footer {
        padding: 60px 0
    }

    .footer .nav-link {
        font-size: 10px
    }

    .social-link {
        width: 28px;
        height: 28px
    }

    .btn-link {
        max-width: 420px;
        height: 64px;
        line-height: 62px
    }

    .to-top-link {
        font-size: 12px
    }

    .input-container {
        padding: 0 0 30px;
        margin: 0 0 30px
    }

    .input-message {
        bottom: 5px
    }

    .about-folder:before, .process-folder:before {
        bottom: 105px
    }

    .img-box.__portfolio-theme {
    }

    .portfolio-box-content {
        /*padding: 31px 35px*/
    }

    .portfolio-box-content-title {
        font-size: 16px;
        letter-spacing: .1em
    }

    .process-list {
        padding: 120px 0 0 0
    }

    .process-list .paragraph-box {
        padding: 0 0 35px 100px;
        margin: 0 auto 40px;
        max-width: 700px
    }

    .process-list .paragraph-box:after {
        top: 40px;
        height: 90px
    }

    .process-list .paragraph-box:before {
        top: 145px
    }

    .process-list .paragraph-subtitle {
        font-size: 16px
    }

    .paragraph-subtitle {
        margin: 0 0 5px
    }

    .contact-folder .text-box {
        padding: 0 0 40px
    }

    .work-data, .work-data-item-label {
        font-size: 14px
    }

    .work-data-item {
        font-size: 12px
    }

    .work-date {
        font-size: 18px;
        padding: 0 0 10px
    }

    .leave-page-link:after, .leave-page-link:before {
        width: 22px;
        left: 0
    }
}

@media only screen and (max-width: 991px) {
    .title-1, h1 {
        font-size: 36px
    }

    .title-4, h4 {
        font-size: 14px
    }

    body {
        font-size: 13px
    }

    p {
        font-size: 13px
    }

    .container {
        width: 85%
    }

    .header {
        padding: 20px 25px
    }

    .header + .section {
        margin-top: 108px
    }

    .header-panel-logo {
        max-width: 80px
    }

    .folder {
        padding: 20px 25px
    }

    .folder-carousel .slick-dots {
        width: 85%
    }

    .folder-carouser-slide-content {
        min-height: 580px
    }

    .folder-carouser-slide-content .title-1 {
        padding: 20px 0
    }

    .folder-carousel-slide-preview-wrap {
        min-height: 580px
    }

    .folder-carousel-slide-preview {
        width: calc(100vw - 50px)
    }

    .nav-list-item {
        padding: 0 15px
    }

    .slick-dots li {
        margin: 0 15px
    }

    .slick-dots button {
        font-size: 12px
    }

    .detail-wrap {
        height: auto
    }

    .detail-wrap-content {
        top: 0;
        right: 0;
        left: 0;
        position: relative;
        width: 100%
    }

    .about-section {
        padding: 50px 0
    }

    .text-box .paragraph {
        margin: 0 0 45px
    }

    .portfolio-section {
        padding: 100px 0 0
    }

    .portfolio-section .slick-dots {
        margin: 35px 0 0
    }

    .portfolio-section .text-box-content {
        max-width: 100%
    }

    .portfolio-carousel-slide {
        height: 80vw
    }

    .portfolio-carousel-slide img {
        max-width: 100%
    }

    .process-section .img-box {
        margin: 0 0 50px
    }

    .process-section .text-box {
        padding: 0
    }

    .process-section .paragraph-box {
        margin-top: 70px
    }

    .paragraph-box {
        margin: 0 0 20px
    }

    .footer {
        padding: 40px 0 30px
    }

    .footer-panel {
        position: relative;
        padding: 0 0 60px
    }

    .footer-nav {
        padding: 0 0 3px
    }

    .copyright {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .text-box.__bg-theme .text-box-content:before {
        top: -80px;
        bottom: -60px
    }

    .text-box.__md-size p, .text-box.__md-size strong {
        font-size: 15px
    }

    .about-folder, .process-folder {
        padding: 45px 0
    }

    .about-folder:before, .process-folder:before {
        bottom: 0
    }

    .about-folder .text-box, .process-folder .text-box {
        padding: 45px 0 0
    }

    .values-section {
        padding: 80px 0 20px
    }

    .portfolio-folder {
        padding: 60px 0;
    }

    .img-box.__portfolio-theme {
        height: 300px;
        min-height: 300px;
    }

    .process-list {
        padding: 90px 0 0 0
    }

    .process-list .paragraph-box {
        padding: 0 0 25px 70px;
        margin: 0 auto 40px;
        max-width: 550px
    }

    .process-list .paragraph-title {
        margin: 0 0 10px
    }
    .work-section .text-box {
        min-height: 10px;
        padding: 40px 0
    }

    .work-section .slick-dots {
        bottom: 20px;
        max-width: 100%;
        overflow-x: auto
    }

    .work-carousel-slide {
        height: 80vw
    }

    .work-carousel {
        padding: 0 0 100px
    }

    .leave-page-link {
        top: 30px;
        right: 30px
    }
}

@media only screen and (max-width: 767px) {
    .title-1, h1 {
        font-size: 30px
    }

    .title-4, h4 {
        font-size: 12px
    }

    .container {
        width: 96%
    }

    .header + .section {
        margin-top: 98px
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #292929;
        padding: 0;
        -webkit-transition: width .8s cubic-bezier(.7, 0, .5, 1);
        -o-transition: width .8s cubic-bezier(.7, 0, .5, 1);
        transition: width .8s cubic-bezier(.7, 0, .5, 1)
    }

    .nav.active {
        width: 100%
    }

    .nav.active .nav-list-item {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .nav .nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 120px 66px;
        min-height: 500px
    }

    .nav .nav-list-item {
        padding: 0;
        -webkit-transition: opacity .8s cubic-bezier(.7, 0, .5, 1), -webkit-transform .8s cubic-bezier(.7, 0, .5, 1);
        transition: opacity .8s cubic-bezier(.7, 0, .5, 1), -webkit-transform .8s cubic-bezier(.7, 0, .5, 1);
        -o-transition: opacity .8s cubic-bezier(.7, 0, .5, 1), transform .8s cubic-bezier(.7, 0, .5, 1);
        transition: opacity .8s cubic-bezier(.7, 0, .5, 1), transform .8s cubic-bezier(.7, 0, .5, 1);
        transition: opacity .8s cubic-bezier(.7, 0, .5, 1), transform .8s cubic-bezier(.7, 0, .5, 1), -webkit-transform .8s cubic-bezier(.7, 0, .5, 1);
        opacity: 0;
        -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        transform: translate(-10px, 0)
    }

    .nav .nav-list-item:nth-child(1) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }

    .nav .nav-list-item:nth-child(2) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

    .nav .nav-list-item:nth-child(3) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }

    .nav .nav-list-item:nth-child(4) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }

    .nav .nav-list-item:nth-child(5) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }

    .nav .nav-list-item:nth-child(6) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s
    }

    .nav .nav-link {
        font-size: 22px;
        white-space: nowrap;
        color: #fff
    }

    .toggle-main-menu {
        display: inline-block
    }

    .toggle-main-menu.active .toggle-main-menu-wrap-arrow {
        background-color: #fff
    }

    .folder {
        padding: 10px
    }

    .folder-carousel-slide-preview {
        width: calc(100vw - 10px)
    }

    .folder-carousel-slide-content-wrap {
        top: 50%
    }

    .folder-carousel-slide-preview-wrap, .folder-carouser-slide-content {
        min-height: 500px
    }

    .folder-carousel .slick-dots {
        width: 96%
    }

    .header {
        padding: 15px 10px
    }

    .header.__home-theme {
        top: 20px
    }

    .section-nav-label {
        left: 0;
        line-height: 1.7em;
        display: inline-block
    }

    .section-nav-label:before {
        left: 12px
    }

    .text-box {
        padding: 20px 0
    }

    .about-section .text-box {
        padding: 20px 0
    }

    .portfolio-section {
        padding: 50px 0 0
    }

    .portfolio-section .section-nav-label {
        right: 0
    }

    .text-box.__bg-theme .text-box-content:before {
        top: -110px;
        bottom: -60px
    }

    .process-section {
        padding: 60px 0 20px
    }

    .process-section .img-box {
        margin: 0 0 30px
    }

    .process-section .paragraph-box {
        margin-top: 30px;
        max-width: 100%
    }

    .paragraph-box {
        margin: 0 0 30px
    }

    .paragraph-box .paragraph-title {
        min-height: 10px
    }

    .input-container:before {
        top: 19px
    }

    .input-item {
        height: 50px
    }

    .textarea-item {
        height: 130px;
        border-width: 2px
    }

    .input-border {
        height: 2px
    }

    .btn-link {
        font-size: 14px;
        max-width: 350px;
        height: 54px;
        line-height: 52px
    }

    .feedback-section:before {
        left: 10px;
        right: 10px;
        bottom: 10px
    }

    .feedback-section .form-wrap {
        padding: 0 50px 0 0
    }

    .to-top-link {
        right: 7%
    }

    .form-title {
        font-size: 16px
    }

    .form-wrap .form-title {
        margin: 0 0 20px
    }

    .detail-wrap-content {
        background-color: transparent;
        color: #292929;
        padding: 40px 0 0
    }

    .detail-wrap-content p {
        position: relative
    }

    .about-folder .text-box {
        padding: 0 0 30px
    }

    .about-folder .section-nav-label {
        right: 0
    }

    .about-folder .img-box img {
        width: 100%
    }

    .values-section {
        padding: 40px 0 20px
    }

    .values-section .paragraph-box {
        max-width: 100%;
        margin: 0 0 60px
    }

    .img-box.__portfolio-theme {

    }

    .portfolio-box-content-title {
        font-size: 14px
    }
    .portfolio-box-content-subtitle {
        font-size: 12px
    }
}

@media only screen and (max-width: 576px) {
    .title-1, h1 {
        font-size: 36px
    }

    .col-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .folder-carousel .slick-dots {
        bottom: 50px
    }

    .folder-carousel-slide-preview-wrap, .folder-carouser-slide-content {
        min-height: 400px;
        max-height: 100%;
        height: calc(100vh - 20px)
    }

    .to-top-link {
        top: 60%
    }

    .footer {
        padding: 25px 0
    }

    .footer.__home-theme {
        bottom: 0
    }

    .footer-nav .nav-list {
        max-width: 70%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-nav .nav-list-item {
        padding: 0 20px 30px 0
    }

    .footer-panel {
        padding: 0 0 30px
    }

    .nav-link:after, .nav-link:before {
        bottom: -15px
    }

    .text-box.__bg-theme .text-box-content:before {
        top: -50px;
        bottom: -50px
    }

    .contact-folder .paragraph-title {
        font-size: 14px
    }

    .contact-folder .paragraph-subtitle {
        font-size: 16px
    }

    .contacts-data-item {
        font-size: 16px
    }
    .work-section .text-box {
        padding: 40px 0 20px
    }

    .work-section .text-box .work-data-item {
        margin: 15px 0 0
    }
}

@media only screen and (max-width: 480px) {
    .title-1, h1 {
        font-size: 30px
    }

    .title-4, h4 {
        font-size: 10px
    }

    body {
        font-size: 12px
    }

    p {
        font-size: 12px
    }

    .header + .section {
        margin-top: 87px
    }

    .header-panel-logo {
        max-width: 66px
    }

    .folder-carouser-slide-content .title-1 {
        padding: 10px 0
    }

    .slick-dots button {
        font-size: 12px
    }

    .detail-wrap-content {
        padding: 25px 0 0
    }

    .section-nav-label {
        font-size: 12px
    }

    .section-nav-label-title:before {
        height: 1px;
        width: 120px
    }

    .about-section {
        padding: 25px 0
    }

    .about-section .text-box {
        padding: 20px 0
    }

    .text-box.__md-size p, .text-box.__md-size strong {
        font-size: 13px
    }

    .text-box.__md-size .paragraph {
        margin: 0 0 35px
    }

    .text-box.__lg-size p, .text-box.__lg-size strong {
        font-size: 13px
    }

    .paragraph-box {
        margin: 0 0 40px
    }

    .paragraph-box .paragraph-title {
        font-size: 14px
    }

    .paragraph-box p {
        font-size: 12px
    }

    .follow-link {
        font-size: 10px
    }

    .process-section {
        padding: 50px 0 20px
    }

    .process-section .paragraph-box {
        margin-top: 10px
    }

    .process-section .text-box {
        padding-bottom: 50px
    }

    .feedback-section {
        margin: 20px 0 0;
        padding: 30px 0
    }

    .feedback-section .form-wrap {
        padding: 0
    }

    .input-item {
        height: 42px
    }

    .input-container {
        padding: 0 0 20px;
        margin: 0 0 20px
    }

    .input-container:before {
        top: 15px
    }

    .input-message {
        font-size: 10px;
        bottom: -2px
    }

    .btn-link {
        font-size: 12px;
        max-width: 280px;
        height: 50px;
        line-height: 48px
    }

    .btn-link.__xs-size {
        height: 48px;
        line-height: 46px
    }

    .footer.__home-theme {
        padding: 25px 10px
    }

    .footer-panel {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .footer-nav .nav-list-item {
        padding: 0 20px 25px 0;
        width: 100%
    }

    .social-list {
        padding: 0;
        margin: 0 0 20px
    }

    .to-top-link {
        display: none
    }

    .values-section .paragraph-box {
        margin: 0 0 30px
    }

    .portfolio-folder {
        /*padding: 30px 0;*/
    }

    .img-box.__portfolio-theme {
        min-height: 95vw;
        height: 1vh;
    }

    .portfolio-box-content-title {
        font-size: 12px
    }

    .process-list {
        padding: 60px 0 0 0
    }

    .process-list .paragraph-box {
        padding: 0 0 15px 35px;
        margin: 0 auto 20px;
        max-width: 100%
    }

    .process-list .paragraph-box .paragraph-subtitle {
        line-height: 1.4em
    }

    .process-list .paragraph-box:before {
        top: 180px
    }

    .process-list .paragraph-box:after {
        height: 120px
    }

    .process-list .paragraph-title {
        margin: 0 0 5px
    }

    .process-list .paragraph-subtitle {
        margin: 0 0 5px;
        font-size: 14px;
        letter-spacing: .01em
    }

    .contact-folder .paragraph-title {
        font-size: 12px
    }

    .contact-folder .paragraph-subtitle {
        font-size: 12px
    }

    .contact-folder .text-box {
        padding: 0 0 20px
    }

    .contact-folder .text-box .paragraph-title {
        margin: 0 0 5px
    }

    .contact-folder .form-action {
        margin: 0
    }

    .contact-folder .input-item {
        height: 42px
    }

    .contact-folder .input-container:before {
        top: 17px
    }

    .contacts-data-item {
        font-size: 14px
    }

    .form-wrap {
        padding: 25px 25px 30px
    }

    .work-data, .work-data-item-label {
        font-size: 12px
    }

    .work-data-item {
        font-size: 10px;
        margin: 20px 0 0
    }

    .work-date {
        font-size: 16px
    }

    .leave-page-link {
        right: 15px;
        top: 15px
    }

    .work-carousel-slide {
        height: 100vw
    }

    .folder-carousel-slide-preview-wrap {
        -webkit-transition: width 1.2s cubic-bezier(.7, 0, .5, 1);
        -o-transition: width 1.2s cubic-bezier(.7, 0, .5, 1);
        transition: width 1.2s cubic-bezier(.7, 0, .5, 1)
    }
}

@media only screen and (min-width: 1440px) {
    .contact-folder, .portfolio-folder {
        min-height: calc(100vh - 340px)
    }
}
@media only screen and (max-width: 666px) {
    .portfolio-folder {
    padding: 30px 0 ;
    }
}
@media only screen and (max-height: 990px) and (min-width: 1440px) {


    .work-section .slick-dots {
        bottom: 8vh
    }

    .work-carousel {
        padding: 11vh 0 19vh
    }

    .leave-page-link {
        top: 4vh
    }
}

@media only screen and (min-width: 991px),(any-hover: hover) {
    .nav-link:hover:after {
        width: 50%
    }

    .nav-link.active:hover:before {
        width: 0
    }

    .nav-link.active:hover:after {
        width: 50%
    }

    .follow-link:hover:before {
        width: 0
    }

    .follow-link:hover:after {
        width: 50%
    }

    .slick-dots li:hover {
        opacity: 1
    }

    .btn-link:hover {
        background-color: transparent;
        color: #292929
    }

    .btn-link:hover:before {
        width: 0
    }

    .btn-link.__white-theme:hover {
        color: #fff
    }

    .to-top-link:hover:before {
        -webkit-transform: translate(0, -40px);
        -ms-transform: translate(0, -40px);
        transform: translate(0, -40px)
    }

    .img-box.__portfolio-theme:hover img {
        /*-webkit-transform: scale(1.2);*/
        /*-ms-transform: scale(1.2);*/
        /*transform: scale(1.2)*/
    }

    .img-box.__portfolio-theme:hover .portfolio-box-content {
        /*-webkit-transform: translate(0, 100%);*/
        /*-ms-transform: translate(0, 100%);*/
        /*transform: translate(0, 100%);*/
        /*opacity: 0*/
    }

    .footer .social-link:hover svg {
        fill: #fff
    }

    .footer.__home-theme .social-link:hover svg {
        fill: #292929
    }

    .contacts-data-item a:hover {
        opacity: .5
    }

    .leave-page-link:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}