/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
@charset "UTF-8";
/* ----------------------------------- MIXINS ----------------------------------- */
* {
    font-family: "Graphik LC", sans-serif;
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html, body {
    height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/*


- Ссылки


*/
.link {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: #000000;
}

.link-lang {
    margin-right: 12px;
}

.link-grey {
    color: #9f9fa8;
}

.link-grey:active {
    color: #ffffff;
}

@media (hover: hover) {
    .link-grey:hover {
        color: #ffffff;
    }
}

/*


- Кнопки


*/
.btn {
    font-size: 16px;
    border-radius: 8px;
    border: none;
    height: 46px;
    width: 100%;
    padding: 0 30px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    line-height: 46px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .btn {
        width: unset;
    }
}

.btn-dark {
    color: #acaab2;
    background: #3a393f;
}

@media (min-width: 768px) {
    .btn-dark:hover {
        background-color: #46454c;
        color: #ffffff;
    }
}

.btn-dark:active {
    background: #3d3b43;
    color: #9f9fa8;
}

.btn-white {
    background: #ffffff;
    color: #000000;
    padding: 0 40px;
}

@media (min-width: 768px) {
    .btn-white:hover {
        color: #9a9a9a;
    }

    .btn-white:hover .btn__arrow {
        opacity: 0.8;
    }
}

.btn-grey {
    background: #f0f0f0;
    color: #7a7a7a;
    padding: 0 15px;
    width: unset;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

.btn__site {
    vertical-align: middle;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../themes/zen/assets/images/icons/open.svg) no-repeat right 0/11px 11px;
    margin: -2px 0 0 9px;
}

.btn__arrow {
    vertical-align: middle;
    display: inline-block;
    width: 22px;
    height: 15px;
    background: url(../themes/zen/assets/images/icons/arrow-right.svg) no-repeat right 0/22px 15px;
    margin: -4px 0 0 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn__arrow-bottom {
    transform: rotate(90deg);
    margin: 0 10px 0 0;
    width: 18px;
    overflow: hidden;
}

.btn-client {
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 768px) {
    .btn-client {
        width: 100%;
        height: 92px;
        font-size: 22px;
    }
}

.btn-tag {
    width: auto;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    color: #2B2A2D;
    padding: 0 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/*


- Шапка


*/
.header__top {
    background: #2b2a2d;
    display: none;
    padding: 22px 20px 22px;
}

@media (min-width: 768px) {
    .header__top {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

.header__top div:last-child {
    display: flex;
    align-items: center;
}

.header__main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f1f1f1;
    padding: 11px 21px 11px;
}

@media (min-width: 768px) {
    .header__main {
        padding: 20px 20px 21px;
    }
}

.header__main.scroller {
    padding-left: 60px;
}

@media (min-width: 768px) {
    .header__main.scroller {
        padding-left: 70px;
    }
}

.header__left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header__right a {
    display: block;
}

.header__right a img {
    display: block;
    width: 210px;
}

@media (min-width: 768px) {
    .header__right a img {
        width: 264px;
    }
}

.header__subnav {
    display: none;
}

@media (min-width: 1200px) {
    .header__subnav {
        display: block;
    }
}

.header__subnav ul {
    list-style: none;
    padding: 0;
    margin: 1px 0 0 19px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.header__subnav ul li {
    margin-right: 33px;
}

.header__subnav ul li.active a {
    color: #7a7a7a;
}

.header__subnav ul li a {
    font-size: 22px;
    line-height: 40px;
    color: #2b2a2d;
    font-weight: 300;
}

.header__subnav ul li a:active {
    color: #7a7a7a;
}

@media (hover: hover) {
    .header__subnav ul li a:hover {
        color: #7a7a7a;
    }
}

.header__menubtn {
    width: 49px;
    height: 49px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    background: transparent;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background 0.8s ease;
    -o-transition: background 0.8s ease;
    transition: background 0.8s ease;
    z-index: 30;
}

.header__menubtn.scroller {
    position: fixed;
    top: 20px;
    left: 22px;
    background: #f1f1f1;
}

.header__menubtn:active {
    background: #ffffff;
}

@media (min-width: 768px) {
    .header__menubtn:hover {
        background: #ffffff;
    }
}

.header__menubtn.close {
    z-index: 500;
}

@media (max-width: 767px) {
    .header__menubtn.close {
        transform: translateX(-270px);
        z-index: 1000;
    }
}

.header__menubtn.close span {
    background: transparent;
}

.header__menubtn.close span:after {
    top: 0;
    transform: rotate(45deg);
}

.header__menubtn.close span:before {
    top: 0;
    transform: rotate(-45deg);
}

.header__menubtn span {
    width: 31px;
    min-width: 31px;
    height: 1px;
    background: #8f8f8f;
    position: relative;
}

.header__menubtn span:after, .header__menubtn span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 31px;
    height: 1px;
    background: #8f8f8f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header__menubtn span:after {
    top: -5px;
}

.header__menubtn span:before {
    top: 5px;
}

/*


- Меню


*/
.wrapper {
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.wrapper:before {
    content: "";
    position: absolute;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.wrapper.open {
    transform: translateX(260px);
}

@media (min-width: 768px) {
    .wrapper.open {
        transform: translateX(360px);
    }
}

.wrapper.open:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    background: #ffffff;
    height: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 78px 18px 88px;
    height: 100%;
}

@media (min-width: 768px) {
    .menu {
        width: 360px;
        left: -360px;
        padding: 31px 20px 16px;
    }
}

.menu.open {
    left: 0;
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .menu__nav {
        order: 1;
        margin-top: 74px !important;
        flex: 1 auto;
        justify-self: flex-start;
    }
}

.menu__nav li {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -40, 0);
}

.menu__nav li.active a {
    color: #7a7a7a;
}

.menu__nav li a {
    font-size: 24px;
    line-height: 42px;
    color: #212121;
    font-weight: 300;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.menu__nav li a:active {
    color: #7a7a7a;
}

@media (min-width: 768px) {
    .menu__nav li a:hover {
        color: #7a7a7a;
    }
}

@media (min-width: 768px) {
    .menu__socials {
        order: 2;
    }
}

.menu__socials:after {
    content: "";
    display: block;
    clear: both;
}

.menu__socials li {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -40, 0);
}

@media (min-width: 768px) {
    .menu__socials li {
        float: left;
        margin-right: 15px;
    }
}

.menu__socials a {
    font-size: 18px;
    line-height: 30px;
    color: #7a7a7a;
    font-weight: 300;
}

@media (min-width: 768px) {
    .menu__socials a {
        font-size: 17px;
    }
}

.menu__lang {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -40, 0);
}

@media (min-width: 768px) {
    .menu__lang {
        order: 0;
    }
}

.menu__lang a {
    font-size: 18px;
    line-height: 30px;
    color: #7a7a7a;
    font-weight: 300;
}

/*


- Контент


*/
.content {
    color: #2b2a2d;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    max-width: 1100px;
    padding: 35px 20px 20px;
    overflow: hidden;
    opacity: 0;
}

@media (min-width: 768px) {
    .content {
        font-size: 36px;
        line-height: 40px;
        padding: 52px 23px 41px;
    }
}

.content p {
    margin: 0.8em 0;
}

@media (min-width: 768px) {
    .content p {
        margin: 0.9em 0;
    }
}

.content h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    color: #2b2a2d;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .content h1 {
        font-size: 72px;
        line-height: 1;
    }
}

.content--main {
    padding: 40px 20px 30px;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
}

@media (min-width: 768px) {
    .content--main {
        padding: 77px 20px 41px;
        font-size: 36px;
        line-height: 40px;
    }
}

.content--main h1 {
    max-width: 1100px;
}

.content--main p {
    margin: 0.7em 0;
    max-width: 1100px;
}

@media (min-width: 768px) {
    .content--main p {
        margin: 0.9em 0;
    }
}

.showReal {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2B2A2D;
    border-radius: 4px;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #2B2A2D;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .showReal {
        position: absolute;
        margin: 0;
        right: 20px;
        top: 90px;
        width: 180px;
    }
}

.showReal span {
    padding-left: 28px;
    height: 24px;
    background: url(../themes/zen/assets/images/icons/showreal.svg) no-repeat 3px 1px/16px 20px;
}

@media (hover: hover) {
    .showReal:hover {
        color: #FFFFFF;
        border-color: #3D3B43;
        background-color: #3D3B43;
    }

    .showReal:hover span {
        background-image: url(../themes/zen/assets/images/icons/showreal-white.svg);
    }
}

/*


- Категории


*/
.categories {
    margin-top: 35px;
    min-height: 40px;
}

@media (min-width: 768px) {
    .categories {
        margin-top: 50px;
    }
}

.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 1200px) {
    .categories ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.categories ul li {
    margin-right: 10px;
}

.categories ul li.active a {
    color: #ffffff;
    background: #2b2a2d;
}

.categories ul li a {
    display: block;
    padding: 12px 13px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    background: #f1f1f1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categories ul li a:active {
    background: #f7f7f7;
    color: #7a7a7a;
}

@media (min-width: 768px) {
    .categories ul li a:hover {
        background: #f7f7f7;
        color: #7a7a7a;
    }
}

/*


- Работы


*/
@media (min-width: 768px) {
    .works {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.loadMore {
    padding: 21px 15px 23px;
    text-align: center;
    background: #f1f1f1;
}

.loadMore button {
    width: 100%;
}

@media (min-width: 576px) {
    .loadMore button {
        width: unset;
    }
}

@media (min-width: 768px) {
    .workItem {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .workItem {
        width: 33.3333332%;
    }
}

.workItem__image {
    position: relative;
    width: 100%;
    height: 64.289vw;
    overflow: hidden;
}

@media (min-width: 768px) {
    .workItem__image {
        height: 32.143vw;
    }
}

@media (min-width: 992px) {
    .workItem__image {
        height: 21.43vw;
    }
}

.workItem__image__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.workItem__image__img img {
    display: block;
    width: 100%;
}

.workItem__image__img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    object-fit: cover;
}

.workItem__body {
    opacity: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 17px 19px 0;
    height: 90px;
    color: inherit;
}

.workItem__title {
    color: #000000;
}

.workItem__text {
    color: #7a7a7a;
}

@media (min-width: 768px) {
    .workItem--large {
        width: 100%;
    }
}

.workItem--large .workItem__image {
    height: 128.75vw;
}

@media (min-width: 768px) {
    .workItem--large .workItem__image {
        height: 42.4271428571vw;
    }
}

.workItem--large .workItem__body {
    padding-top: 0;
}

@media (min-width: 768px) {
    .workItem--large .workItem__body {
        padding-top: 8px;
        height: 100px;
    }
}

.workItem--large .workItem__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 78px;
}

/*


- Футтер


*/
.footer {
    background: #2b2a2d;
    padding: 24px 20px 24px;
    overflow: hidden;
}

.footer .link {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.footer__text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #ffffff;
    margin: 51px 0 24px;
}

@media (min-width: 768px) {
    .footer__text {
        font-size: 36px;
        line-height: 42px;
        margin: 67px 0 20px;
        max-width: 1020px;
    }
}

@media (min-width: 768px) {
    .footer__contacts {
        width: 223px;
    }
}

@media (min-width: 768px) {
    .footer__socials {
        width: 174px;
        margin-top: 12px;
    }
}

.footer__beclient {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .footer__beclient {
        flex: 1 auto;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .footer__bottom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.benefitNumbers {
    /*color: #ffffff;*/
    padding-right: 40px;
}

@media (min-width: 768px) {
    .benefitNumbers {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.benefitNumbers-main {
    color: #fff;
}

.benefitNumbers-project {
    /*color: #3a393f;*/
    margin: 19px 0 51px;
}

@media (min-width: 768px) {
    .benefitNumbers-project {
        margin: 0 0 25px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .benefitNumbers-project .benefitNumbers__item {
        width: 50%;
        margin-bottom: 45px;
    }
}

.benefitNumbers-about {
    margin-top: 20px;
    color: #ffffff;
}

@media (min-width: 768px) {
    .benefitNumbers-about {
        margin-top: 0;
        width: calc(75% - 12px);
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .benefitNumbers-about .benefitNumbers__item {
        width: 50%;
        margin-bottom: 45px;
    }
}

@media (min-width: 992px) {
    .benefitNumbers-about .benefitNumbers__item {
        width: 33.3333332%;
    }
}

@media (min-width: 992px) {
    .benefitNumbers-about .benefitNumbers__item:last-child {
        margin-bottom: 0;
    }
}

.benefitNumbers__number {
    font-size: 56px;
    line-height: 1;
    font-weight: 300;
}

@media (min-width: 768px) {
    .benefitNumbers__number {
        font-size: 72px;
    }
}

.benefitNumbers__text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .benefitNumbers__text {
        font-size: 22px;
        line-height: 26px;
    }
}

.benefitNumbers--start {
    margin: 53px 0 55px;
    padding-right: 60px;
}

@media (min-width: 768px) {
    .benefitNumbers--start {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .benefitNumbers--start {
        margin: 64px 0 55px;
    }
}

@media (min-width: 1200px) {
    .benefitNumbers--start .benefitNumbers__item {
        width: 25%;
        margin-bottom: 0;
    }
}

.benefitNumbers--start .benefitNumbers__number {
    font-weight: 300;
    font-size: 72px;
    line-height: 72px;
}

.benefitNumbers--start .benefitNumbers__text {
    font-size: 16px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .benefitNumbers--start .benefitNumbers__text {
        font-size: 20px;
        line-height: 24px;
    }
}


/*


- Общие стили для слайдеров


*/
.slick-slider {
    position: relative;
    z-index: 1;
}

.slick-list {
    min-width: 100%;
}

.slick-slide {
    float: left;
}

.slick-slide img {
    width: auto !important;
}

.slick-track:after {
    content: "";
    display: block;
    clear: both;
}

/*


- Форма попап


*/
.popup {
    /*position: fixed;
    top: 0;*/
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    z-index: 100;
    padding-top: 71px;
    opacity: 0;
    left: -100%;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.popup.show {
    left: 0;
    opacity: 1;
}

@media (min-width: 768px) {
    .popup {
        padding-top: 0;
    }
}

.popup__logo {
    position: absolute;
    top: 20px;
    right: 21px;
    width: 210px;
}

.popup__logo img {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .popup__logo {
        display: none;
    }
}

.popup__close {
    position: fixed;
    top: 11px;
    left: 11px;
    width: 49px;
    height: 49px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    background: transparent;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

@media (min-width: 768px) {
    .popup__close {
        top: 13px;
        left: 22px;
    }
}

.popup__close span {
    width: 31px;
    height: 1px;
    position: relative;
}

.popup__close span:after, .popup__close span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 31px;
    height: 1px;
    background: #8f8f8f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup__close span:after {
    top: 0;
    transform: rotate(45deg);
}

.popup__close span:before {
    top: 0;
    transform: rotate(-45deg);
}

.popup__body {
    min-height: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .popup__body {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.popup__left {
    display: none;
    padding: 126px 22px 0;
}

@media (min-width: 768px) {
    .popup__left {
        display: block;
        width: 350px;
    }
}

@media (min-width: 1200px) {
    .popup__left {
        width: 605px;
    }
}

.popup__right {
    background: #ffffff;
    min-height: 100%;
    max-height: 100%;
    padding: 35px 20px 20px;
    color: #3a393f;
    font-weight: 300;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
    .popup__right {
        width: calc(100% - 350px);
    }
}

@media (min-width: 992px) {
    .popup__right {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .popup__right {
        width: calc(100% - 605px);
        padding: 69px 20px 30px 85px;
    }
}

@media (min-width: 1600px) {
    .popup__right {
        padding: 142px 20px 30px 85px;
    }
}

.popup__right form {
    max-width: 640px;
}

.popup__info {
    font-size: 22px;
    line-height: 26px;
    margin-top: 27px;
    color: #000000;
    font-weight: 300;
}

.popup__info a {
    text-decoration: none;
    color: #7a7a7a;
}

.popup__title {
    font-size: 36px;
    line-height: 40px;
    max-width: 640px;
}

@media (min-width: 1200px) {
    .popup__title {
        font-size: 72px;
        line-height: 1;
    }
}

.popup__text {
    font-size: 18px;
    line-height: 22px;
    margin-top: 14px;
    max-width: 640px;
}

@media (min-width: 1200px) {
    .popup__text {
        font-size: 22px;
        line-height: 26px;
        margin-top: 44px;
        margin-bottom: 72px;
    }
}

.popup input[type=text] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccccce;
    padding: 0;
    background: transparent;
    height: 40px;
    color: #3a393f;
    font-weight: 300;
    margin-top: 35px;
}

.form__field {
    position: relative;
}

.form__field.open label {
    font-size: 12px;
    color: #9a9a9a;
    bottom: 46px;
}

.form__field.error input {
    border-color: #cc0000 !important;
}

.form__field.error label {
    color: #cc0000 !important;
}

.form__field label {
    position: absolute;
    left: 0;
    bottom: 12px;
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form__title {
    display: block;
    font-size: 28px;
    line-height: 1;
    font-weight: 300;
    color: #3a393f;
    margin-top: 37px;
}

@media (min-width: 1200px) {
    .form__title {
        font-size: 38px;
        margin-top: 54px;
    }
}

@media (min-width: 992px) {
    .form__group {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px;
    }
}

.form__group input {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .form__lg50 {
        width: 50%;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .form__submit {
        margin-top: 80px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 992px) {
    .form__submit button.btn {
        width: 215px;
    }
}

.form__submit__text {
    font-size: 14px;
    line-height: 18px;
    color: #3a393f;
    font-weight: 300;
    margin-top: 18px;
    padding-bottom: 20px;
}

.form__submit__text a {
    color: #7a7a7a;
    text-decoration: none;
}

@media (min-width: 992px) {
    .form__submit__text {
        padding: 0 0 0 40px;
        margin: 0;
        width: calc(100% - 215px);
    }
}

.checker {
    padding: 0;
    margin: 5px -5px 37px;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .checker {
        margin: 22px -5px 37px;
    }
}

.checker li {
    margin: 10px 5px 0;
}

.checker li a {
    display: block;
    background: #f1f1f1;
    border-radius: 7px;
    font-size: 16px;
    padding: 11px 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000000;
}

@media (min-width: 768px) {
    .checker li a:hover {
        background: #f7f7f7;
        color: #7a7a7a;
    }
}

.checker li a.active {
    color: #ffffff;
    background: #2b2a2d;
}

.jq-file {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.jq-file input {
    display: none;
}

.jq-file__name {
    order: 1;
    font-size: 16px;
    color: #3a393f;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .jq-file__name {
        margin-top: 13px;
    }
}

.jq-file__browse {
    order: 0;
    border-radius: 7px;
    font-size: 16px;
    padding: 11px 34px 11px 14px;
    text-decoration: none;
    color: #000000;
    background: url(../themes/zen/assets/images/icons/plus.svg) #f1f1f1 no-repeat calc(100% - 16px) center/11px 11px;
    margin-right: 15px;
    margin-top: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.jq-file__browse:active {
    background-color: #f6f6f6;
}

@media (min-width: 768px) {
    .jq-file__browse:hover {
        background-color: #f6f6f6;
    }
}

@media (min-width: 768px) {
    .jq-file__browse {
        margin-right: 60px;
    }
}

/*


- Проект попап


*/
.project {
    /*position: absolute;
    top: 0;*/
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 50;
    opacity: 0;
    left: -100%;
    /*height: 100%;
    overflow: auto;*/
    -webkit-overflow-scrolling: touch;
    padding: 104px 0 0;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

@media (min-width: 768px) {
    .project {
        padding: 136px 0 0;
    }
}

.project.show {
    left: 0;
    opacity: 1;
}

.project__link {
    position: fixed;
    top: -50px;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 50;
}

@media (min-width: 768px) {
    .project__link {
        right: 50px;
    }
}

.project__link.show {
    top: 24px;
}

.project__close {
    position: fixed;
    top: 11px;
    left: 11px;
    width: 49px;
    height: 49px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    background: #f2f2f2;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    z-index: 11;
}

@media (min-width: 768px) {
    .project__close {
        top: 20px;
        left: 22px;
    }
}

.project__close span {
    width: 31px;
    height: 1px;
    position: relative;
}

.project__close span:after, .project__close span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 31px;
    height: 1px;
    background: #8f8f8f;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project__close span:after {
    top: 0;
    transform: rotate(45deg);
}

.project__close span:before {
    top: 0;
    transform: rotate(-45deg);
}

.project__body {
    font-weight: 300;
}

.project__head {
    padding: 0 20px;
}

@media (min-width: 768px) {
    .project__head {
        margin-top: 25px;
        padding: 0;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 768px) {
    .project__head__spacer {
        min-width: 25%;
    }
}

.project__title {
    font-size: 36px;
    line-height: 1.2;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .project__title {
        padding-left: 25%;
        font-size: 72px;
        margin-top: 0;
    }
}

.project__text {
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
}

@media (min-width: 1200px) {
    .project__text {
        margin-right: 320px;
    }
}

@media (min-width: 768px) {
    .project__text {
        width: 50%;
        font-size: 36px;
        line-height: 40px;
        margin-top: 0;
        padding-right: 40px;
    }
}

.project__info {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .project__info {
        min-width: 16.666667%;
        margin-top: 5px;
    }
}

.project__info__text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
}

.project__section {
    color: #3a393f;
    padding: 50px 20px 20px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .project__section {
        padding: 67px 0 20px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

.project__section__title {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .project__section__title {
        font-size: 22px;
        line-height: 1.2;
        width: 25%;
        min-width: 25%;
        padding: 0 20px;
    }
}

.project__section__text {
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .project__section__text {
        font-size: 22px;
        line-height: 26px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.project__section__col {
    margin-top: 22px;
}

@media (min-width: 768px) {
    .project__section__col {
        width: 50%;
        padding-right: 25px;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .project__section__content {
        width: 50%;
    }
}

.project__section__content img {
    display: block;
    width: 100%;
    margin: 55px 0 0;
}

.project__video {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 55px auto 55px;
    /*padding-top: 57%;*/
    overflow: hidden;
}

@media (min-width: 768px) {
    /*.project__video {
      padding-top: 40%;
    }*/
}

.project__video iframe {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}

.project__slider {
    overflow: hidden;
    padding: 40px 0;
}

@media (min-width: 480px) {
    .project__slider {
        padding: 0 0 50px;
    }
}

.project__slider .slick-arrow {
    z-index: 5;
    position: absolute;
    right: 22px;
    width: 49px;
    height: 49px;
    font-size: 0;
    outline: none;
    opacity: 0.4;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    border: 0;
    background: #fff no-repeat center;
    border-radius: 50%;
    cursor: pointer;
}

.project__slider .slick-prev, .project__slider .slick-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='%23848484'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-opacity:.5;fill-rule:evenodd}%3C/style%3E%3C/defs%3E%3Cpath id='arr_right.svg' class='cls-1' d='M5.64 5.12C4.09 3.55.81 0 .81 0L.06.76s4 4.17 4.9 5.09c1.06 1.07 1.18 2.07-.03 3.27S0 14.28 0 14.28l.74.72s4.17-4.38 4.93-5.16C6.6 8.91 8 7.42 8 7.42s-1.48-1.4-2.36-2.3z'/%3E%3C/svg%3E");
    bottom: 30px;
    margin-bottom: 0;
    margin-left: 3px;
}

@media (min-width: 768px) {
    .project__slider .slick-prev, .project__slider .slick-next {
        bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .project__slider .slick-prev, .project__slider .slick-next {
        right: 22px !important;
        left: unset !important;
    }
}

.project__slider .slick-prev {
    transform: rotate(180deg);
    right: 50%;
}

@media (min-width: 1024px) {
    .project__slider .slick-prev {
        top: 50%;
        bottom: unset;
        margin-top: 3px;
    }
}

.project__slider .slick-next {
    left: 50%;
}

@media (min-width: 1024px) {
    .project__slider .slick-next {
        top: unset;
        bottom: 50%;
        margin-bottom: 3px;
    }
}

.project__slider .slick-prev:active, .project__slider .slick-next:active {
    opacity: 1;
}

@media (min-width: 768px) {
    .project__slider .slick-prev:hover, .project__slider .slick-next:hover {
        opacity: 1;
    }
}

.project__slider__item {
    padding: 20px;
}

@media (min-width: 480px) {
    .project__slider__item {
        padding: 60px 20px;
    }
}

@media (min-width: 768px) {
    .project__slider__item {
        padding: 100px 85px;
    }
}

.project__slider img {
    max-width: 100%;
    margin: 0 auto;
}

.project__color {
    overflow: hidden;
    /*&-red{
      color: #ffffff;
      background: #f01237;
    }
    &-blue{
      color: #ffffff;
      background: #0c4da1;
    }
    &-lightblue{
     background: #0163ea;
    }*/
}

.project__color__text {
    max-width: 880px;
    margin: 0 auto;
    padding: 56px 20px 55px;
    font-size: 18px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .project__color__text {
        font-size: 22px;
        line-height: 26px;
        padding: 76px 20px 55px;
    }
}

.project__color img {
    display: block;
    width: 100%;
}

.project__color .container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 768px) {
    .project__color .container {
        padding: 60px 105px 130px;
    }
}

.project__color .container .preview, .project__color .container .preview img {
    width: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.project__color.fullscreen .container {
    max-width: none;
    padding: 0;
}

.project__color.fullscreen .container .preview img {
    width: 100%;
}

.project__bottom {
    background: #2b2a2d;
    color: #acaab2;
    padding: 57px 20px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width: 768px) {
    .project__bottom {
        padding: 120px 20px 120px;
    }
}

.project__bottom__title {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    flex: 1 auto;
}

@media (min-width: 768px) {
    .project__bottom__title {
        display: none;
    }
}

.project__bottom div.project__bottom__prev,
.project__bottom div.project__bottom__next {
    opacity: 0.4;
}

.project__bottom__next, .project__bottom__prev {
    color: #acaab2;
    width: 22px;
}

@media (min-width: 768px) {
    .project__bottom__next, .project__bottom__prev {
        width: 280px;
    }
}

.project__bottom__next .arrow, .project__bottom__prev .arrow {
    width: 22px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(../themes/zen/assets/images/icons/arrow-right.svg) no-repeat 0 0;
}

.project__bottom__next .text, .project__bottom__prev .text {
    display: none;
}

@media (min-width: 768px) {
    .project__bottom__next .text, .project__bottom__prev .text {
        display: inline;
        font-size: 22px;
        line-height: 22px;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .project__bottom__prev {
        order: 0;
    }
}

.project__bottom__prev .arrow {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
    .project__bottom__prev .arrow {
        margin-right: 12px;
    }
}

@media (min-width: 768px) {
    .project__bottom__next {
        order: 2;
        text-align: right;
    }
}

@media (min-width: 768px) {
    .project__bottom__next .arrow {
        margin-left: 12px;
    }
}

.project__bottom__order {
    width: 100%;
    margin-top: 24px;
}

@media (min-width: 768px) {
    .project__bottom__order {
        order: 1;
        width: unset;
        flex: 1 auto;
        margin-top: 0;
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .project__bottom__order {
        padding: 0 120px;
    }
}

/*


-


*/

/*


- О компании


*/
nobr {
    white-space: nowrap;
}

.about {
    overflow: hidden;
}

.aboutMain {
    padding: 13px 20px 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    opacity: 0;
}

@media (min-width: 768px) {
    .aboutMain {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    .aboutMain {
        padding: 116px 25% 0;
    }
}

.aboutMain p {
    margin: 22px 0 0;
}

@media (min-width: 768px) {
    .aboutMain p {
        margin-top: 40px;
    }
}

.aboutContent {
    padding: 51px 19px 56px;
}

@media (min-width: 768px) {
    .aboutContent {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 101px 0 74px;
    }
}

.aboutContent-grey {
    padding: 57px 19px 56px;
    background: #f1f1f1;
}

@media (min-width: 768px) {
    .aboutContent-grey {
        padding: 75px 0 82px;
    }
}

@media (min-width: 768px) {
    .aboutContent-grey .aboutContent__title {
        padding: 14px 10px 0 21px;
    }
}

.aboutContent__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .aboutContent__title {
        width: 25%;
        font-size: 22px;
        padding: 28px 10px 0 21px;
    }
}

@media (min-width: 768px) {
    .aboutContent__content {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .aboutContent__content {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .aboutList__item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}

@media (min-width: 768px) {
    .aboutList__item.active {
        margin-bottom: 15px;
    }
}

.aboutList__item.active .aboutList__content {
    max-height: 500px;
    padding: 5px 0 0;
}

@media (min-width: 768px) {
    .aboutList__item.active .aboutList__content {
        padding: 4px 40px 0 0;
    }
}

.aboutList__item.active .aboutList__title .icon:after {
    transform: rotate(0deg);
}

.aboutList__title {
    font-size: 16px;
    line-height: 20px;
    color: #3a393f;
    font-weight: 400;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .aboutList__title {
        width: 50%;
        font-size: 22px;
        line-height: 26px;
        margin-top: 26px;
    }
}

@media (min-width: 768px) {
    .aboutList__title span:hover {
        color: #7a7a7a;
    }
}

.aboutList__title > span {
    cursor: pointer;
    transition: all 0.3s ease;
}

.aboutList__title .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 0 0 6px;
    position: relative;
}

.aboutList__title .icon:after, .aboutList__title .icon:before {
    content: "";
    position: absolute;
    top: 7px;
    width: 100%;
    height: 1px;
    background: #9a9aa0;
    transition: all 0.5s ease;
}

.aboutList__title .icon:after {
    transform: rotate(90deg);
}

.aboutList__content {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #3a393f;
}

@media (min-width: 768px) {
    .aboutList__content {
        width: 50%;
        font-size: 22px;
        line-height: 26px;
        padding: 5px 40px 0 0;
    }
}

.aboutList__content ul {
    padding: 0;
    margin: 20px 0 0;
}

@media (min-width: 768px) {
    .aboutList__content ul {
        margin: 26px 0 0;
    }
}

.aboutList__content ul li {
    padding-left: 13px;
    position: relative;
}

@media (min-width: 768px) {
    .aboutList__content ul li {
        margin-top: 6px;
        padding-left: 16px;
    }
}

.aboutList__content ul li:before {
    content: "– ";
    position: absolute;
    top: 0;
    left: 0;
}

.aboutSlider {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .aboutSlider {
        padding: 0 0 0 2px;
        overflow: hidden;
    }
}

.aboutSlider .slick-dots {
    position: relative;
    margin: 55px 0 0 -1px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.aboutSlider .slick-dots li {
    margin: 0 16px 0 0;
}

.aboutSlider .slick-dots li.slick-active button {
    background: #3a393f;
}

.aboutSlider .slick-dots li button {
    overflow: hidden;
    text-indent: -999px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #9a9aa0;
    border: none;
    padding: 0;
    display: block;
}

.aboutSlider__item {
    margin-bottom: 90px;
}

.aboutSlider__item:last-child {
    margin-bottom: 0;
}

.aboutSlider__title {
    font-size: 18px;
    line-height: 22px;
    color: #3a393f;
    font-weight: 300;
}

@media (min-width: 768px) {
    .aboutSlider__title {
        font-size: 36px;
        line-height: 40px;
    }
}

.aboutSlider__text {
    font-size: 16px;
    line-height: 20px;
    color: #3a393f;
    font-weight: 300;
    margin-top: 20px;
    padding-right: 40px;
}

@media (min-width: 768px) {
    .aboutSlider__text {
        font-size: 22px;
        line-height: 26px;
        margin-top: 36px;
    }
}

.aboutSlider .slick-slide {
    float: left;
}

/*



Страница с ошибкой



 */
.errorPage {
    padding: 135px 0;
}

.errorPage__text {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    color: #2B2A2D;
}

.errorPage__text span {
    display: block;
}

.errorPage__project {
    display: block;
    margin: 25px auto 0;
    width: 168px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
}

.errorPage__project.animated {
    opacity: 1;
    transform: translateY(0);
}

.errorPage__project:hover span {
    opacity: 1;
}

.errorPage__project span {
    display: block;
    margin-top: 10px;
    opacity: 0;
    transition: all 0.3s ease;
}

.errorPage__project img {
    width: 100%;
    display: block;
}

@media (max-width: 768px) {
    .project__color > .project__video iframe {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .projectStart {
        display: flex;
        padding: 78px 0;
    }
}

@media (min-width: 768px) {
    .projectStart__left {
        min-width: 16.6666666667vw;
    }
}

.projectStart__text {
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .projectStart__text {
        display: flex;
        font-size: 20px;
        line-height: 24px;
        width: 66.6666666667vw;
    }
}

.projectStart__text b {
    font-weight: 600;
}

.projectStart__text p {
    margin: 0.5em 0;
}

@media (min-width: 768px) {
    .projectStart__left {
        padding-right: 50px;
    }
}

@media (min-width: 1200px) {
    .projectStart__left {
        padding-right: 90px;
    }
}

.projectStart__right {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .projectStart__right {
        margin-top: 15px;
    }
}

.projectStart__right a {
    white-space: nowrap;
}

.projectLogos {
    padding: 36px 20px 0;
    margin-bottom: 66px;
}

@media (min-width: 768px) {
    .projectLogos {
        display: flex;
        padding: 36px 0 0;
        margin-bottom: 136px;
    }
}

.projectLogos__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media (min-width: 768px) {
    .projectLogos__list {
        width: 75%;
    }
}

@media (min-width: 1200px) {
    .projectLogos__list {
        margin: 0 -80px;
        width: 50%;
    }
}

.projectLogos__item {
    padding: 0 20px;
    width: 50%;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .projectLogos__item {
        padding: 0 80px;
        margin-top: 90px;
    }
}

.projectLogos__item img {
    display: block;
    width: 100%;
}

.directions {
    padding: 34px 20px 40px;
    background: #f1f1f1;
    margin-top: 21px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 768px) {
    .directions {
        margin-top: 0;
        display: flex;
        padding: 44px 0 59px;
    }
}

.directions ul {
    padding: 0;
    margin: 0 -20px;
    list-style: none;
    overflow: auto;
    display: flex;
}

@media (min-width: 768px) {
    .directions ul {
        margin: 0;
        flex-wrap: wrap;
    }
}

.directions ul::-webkit-scrollbar {
    display: none;
}

.directions ul::before, .directions ul::after {
    content: "";
    width: 20px;
    min-width: 20px;
    height: 20px;
}

@media (min-width: 768px) {
    .directions ul::before, .directions ul::after {
        display: none;
    }
}

.directions ul li {
    margin-right: 10px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .directions ul li {
        margin-top: 10px;
    }
}

.directions__left {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .directions__left {
        width: 33.333333332%;
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .directions__right {
        width: 67.6666666667%;
        padding-left: 25px;
    }
}

.directions__list {
    margin-top: 24px;
}

@media (min-width: 768px) {
    .directions__list {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .directions__list {
        max-width: 850px;
    }
}

.directions__list ul {
    display: block;
    margin: 0;
}

@media (min-width: 768px) {
    .directions__list ul {
        display: flex;
        flex-wrap: wrap;
    }
}

.directions__list ul::before, .directions__list ul::after {
    display: none !important;
}

.directions__list ul li {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .directions__list ul li {
        margin: 0 50px 32px 0;
    }
}

.directions__list ul li a {
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    color: #7A7A7A;
    display: inline-block;
}

@media (min-width: 768px) {
    .directions__list ul li a:hover {
        color: #2B2A2D;
        opacity: 1;
    }
}

.directions__list ul li a.arrow {
    color: #2B2A2D;
    padding-right: 55px;
    background: url(../themes/zen/assets/images/icons/arrow-right-black.svg) no-repeat right center/36px 25px;
}

@media (min-width: 768px) {
    .directions__list ul li a.arrow:hover {
        color: #2B2A2D;
        opacity: 0.7;
    }
}

.directions__tabs {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .directions__tabs {
        margin-top: 8px;
    }
}

.directionsSocial {
    margin-top: 55px;
}

@media (min-width: 1470px) {
    .directionsSocial {
        position: absolute;
        margin: 0;
        top: 46px;
        right: 20px;
    }
}

@media (min-width: 1440px) {
    .directionsSocial {
        right: 176px;
    }
}

.directionsSocial__title {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #7A7A7A;
}

.directionsSocial__links {
    margin-top: 13px;
}

@media (min-width: 992px) {
    .directionsSocial__links {
        margin-top: 9px;
    }
}

@media (min-width: 1470px) {
    .directionsSocial__links ul {
        display: block;
    }
}

@media (min-width: 1470px) {
    .directionsSocial__links ul li {
        margin: 10px 0 0;
    }
}

.clients {
    margin: 55px 0 0;
    padding: 0 20px 5px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .clients {
        margin-top: 136px;
    }
}

.clients__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
}

@media (min-width: 768px) {
    .clients__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
}

.clients__list.slick-slider {
    padding-bottom: 48px;
    position: relative;
    margin: 0 -32px 0 -8px;
}

.clients__list .slick-dots {
    position: absolute;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: 13px;
    left: 9px;
}

.clients__list .slick-dots li {
    margin-right: 16px;
}

.clients__list .slick-dots li.slick-active button {
    background: #9A9AA0;
}

.clients__list .slick-dots li button {
    width: 8px;
    height: 8px;
    border: none;
    padding: 0;
    display: block;
    overflow: hidden;
    text-indent: 999px;
    border-radius: 100%;
    background: #C4C4C4;
    cursor: pointer;
}

.clientsItem {
    margin-top: 20px;
    padding: 0 8px;
}

@media (min-width: 768px) {
    .clientsItem {
        width: 33.3333333333%;
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .clientsItem {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .clientsItem {
        width: 20%;
    }
}

@media (min-width: 1440px) {
    .clientsItem {
        width: 16.6666666667%;
    }
}

.clientsItem img {
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .clientsItem img {
        max-width: 100%;
        width: auto;
    }
}

.publications {
    margin-top: 55px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .publications {
        margin-top: 136px;
    }
}

.publications__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    padding: 0 20px;
}

.publications__list {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .publications__list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 42px;
    }
}

.publications__list.slick-slider {
    padding-right: 78px;
}

.publications__list .slick-track {
    display: flex;
}

.publicationsItem {
    background: #F0F0F0;
    border-right: 1px solid #FFFFFF;
    padding: 25px 16px 135px 20px;
    position: relative;
    float: none;
    background: url(../themes/zen/assets/images/icons/arrow-right.svg) #F0F0F0 no-repeat calc(100% - 40px) calc(100% + 90px)/36px 25px;
    transition: all 0.4s ease;
}

@media (min-width: 768px) {
    .publicationsItem {
        border-bottom: 1px solid #FFFFFF;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .publicationsItem {
        width: 33.3333333333%;
        height: 320px;
    }

    .publicationsItem:nth-child(3n) {
        border-right: none;
    }
}

@media (hover: hover) {
    .publicationsItem:hover {
        background: url(../themes/zen/assets/images/icons/arrow-right.svg) #F7F7F7 no-repeat calc(100% - 40px) calc(100% - 40px)/36px 25px;
    }
}

.publicationsItem__title {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #2B2A2D;
    max-width: 380px;
}

.publicationsItem__source {
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.publicationsItem__source img {
    display: block;
    height: 40px;
}

.publications__more {
    display: none;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    align-items: center;
    cursor: pointer;
    border: none;
    background: #F1F1F1;
    height: 90px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .publications__more {
        display: flex;
    }
}

.publications__more span {
    padding-right: 26px;
    min-height: 15px;
    background: url(../themes/zen/assets/images/icons/arrow-more.svg) no-repeat right center/16px 15px;
}

@media (hover: hover) {
    .publications__more:hover {
        color: #7A7A7A;
    }
}

.rewards {
    margin: 55px 0 60px;
    padding: 0 20px 80px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .rewards {
        margin-top: 136px;
        display: flex;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .rewards__left {
        width: 33.3333332%;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .rewards__right {
        width: 66.66666667%;
    }
}

.rewards__title {
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
}

.rewards__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0 0;
}

@media (min-width: 992px) {
    .rewards__list {
        margin: 0 -90px 0 0;
    }
}

@media (min-width: 992px) {
    .rewards__list {
        margin: 0 -140px 0 0;
    }
}

.rewardsItem {
    width: 50%;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .rewardsItem {
        width: 50%;
        margin-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .rewardsItem {
        width: 33.3333332%;
    }
}

.rewardsItem img {
    display: block;
    transform: scale(0.6);
}

@media (min-width: 992px) {
    .rewardsItem img {
        transform: none;
    }
}

@media (max-width: 767px) {
    .rewardsItem:nth-child(even) {
        justify-content: flex-end;
    }

    .rewardsItem:nth-child(even) img {
        transform-origin: right center;
    }
}

@media (max-width: 991px) {
    .rewardsItem:nth-child(odd) {
        justify-content: flex-start;
    }

    .rewardsItem:nth-child(odd) img {
        transform-origin: left center;
    }
}

.rewards__btn {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    bottom: 0;
}

@media (min-width: 992px) {
    .rewards__btn {
        position: relative;
        width: auto;
        left: 0;
        margin-top: 50px;
    }
}

.rewards__btn .btn-grey {
    height: 46px;
    line-height: 46px;
    width: 100%;
}

@media (min-width: 992px) {
    .rewards__btn .btn-grey {
        width: 240px;
    }
}

@media (hover: hover) {
    .rewards__btn .btn-grey:hover {
        background: #f7f7f7;
        color: #7a7a7a;
    }
}
.footerAbout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__contacts {
    margin-top: 12px;
}
.footerAbout__title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
    .footerAbout__title {
        font-size: 22px;
        line-height: 26px;
        margin-top: 3px;
        width: calc(25% - 12px);
    }
}
.footer {
  padding: 73px 23px 23px;
}
@media (min-width: 992px) {
    .footerAbout__content {
      width: 75%;
    }

}
@media (min-width: 768px) {
  .footerAbout__content {
    padding-left: calc(25% - 12px);
  }
}
@media (min-width: 768px) {
    .footer__bottom {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-top: 64px;
    }
}
.footer .link {
  font-size: 16px;
  line-height: 24px ;
  font-weight: 300;
}
.link-grey {
  color: #9f9fa8;
}

@font-face {
    font-family: 'Graphik LC';
    src: url('../themes/zen/assets/fonts/GraphikLC-Regular.woff2') format('woff2'),
        url('../themes/zen/assets/fonts/GraphikLC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC';
    src: url('../themes/zen/assets/fonts/GraphikLC-Light.woff2') format('woff2'),
        url('../themes/zen/assets/fonts/GraphikLC-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC';
    src: url('../themes/zen/assets/fonts/GraphikLC-Bold.woff2') format('woff2'),
        url('../themes/zen/assets/fonts/GraphikLC-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC';
    src: url('../themes/zen/assets/fonts/GraphikLC-Semibold.woff2') format('woff2'),
        url('../themes/zen/assets/fonts/GraphikLC-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

