@charset "UTF-8";
@import "normalize.css";
@font-face {
    font-family: "Apercu Pro AFA";
    src: url("fonts/ApercuPro/ApercuPro-Regular2.woff2") format("woff2"), url("fonts/ApercuPro/ApercuPro-Regular2.woff") format("woff"), url("fonts/ApercuPro/ApercuPro-Regular2.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apercu Pro AFA";
    src: url("fonts/ApercuPro/ApercuPro-Italic.woff2") format("woff2"), url("fonts/ApercuPro/ApercuPro-Italic.woff") format("woff"), url("fonts/ApercuPro/ApercuPro-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Apercu Pro AFA";
    src: url("fonts/ApercuPro/ApercuPro-Medium.woff2") format("woff2"), url("fonts/ApercuPro/ApercuPro-Medium.woff") format("woff"), url("fonts/ApercuPro/ApercuPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apercu Pro AFA";
    src: url("fonts/ApercuPro/ApercuPro-MediumItalic.woff2") format("woff2"), url("fonts/ApercuPro/ApercuPro-MediumItalic.woff") format("woff"), url("fonts/ApercuPro/ApercuPro-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Apercu Pro AFA";
    src: url("fonts/ApercuPro/ApercuPro-Bold.woff2") format("woff2"), url("fonts/ApercuPro/ApercuPro-Bold.woff") format("woff"), url("fonts/ApercuPro/ApercuPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Apercu Pro AFA";
    src: url("fonts/ApercuPro/ApercuPro-BoldItalic.woff2") format("woff2"), url("fonts/ApercuPro/ApercuPro-BoldItalic.woff") format("woff"), url("fonts/ApercuPro/ApercuPro-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Apercu Pro AFA";
    src: url("fonts/ApercuPro/ApercuPro-Black2.woff2") format("woff2"), url("fonts/ApercuPro/ApercuPro-Black2.woff") format("woff"), url("fonts/ApercuPro/ApercuPro-Black2.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

html * {
    max-height: 999999px;
}

body {
    font-family: "Apercu Pro AFA", sans-serif;
    color: #28323C;
    font-size: 20px;
    line-height: 30px;
    max-width: 1920px;
    height: 100%;
    background-color: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
body * {
    outline: none;
}

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

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

b, strong {
    font-weight: 900;
}

input, button, textarea {
    color: #28323C;
    font-family: "Apercu Pro AFA", sans-serif;
    font-weight: 400;
}

input[type=text], input[type=tel], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type=text]::-ms-clear, input[type=tel]::-ms-clear, textarea::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

input {
    outline: none;
}

button {
    border: 0;
    outline: none;
    cursor: pointer;
    background: none;
    padding: 0;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
}

button:active, button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.fancybox-container {
    font-family: "Apercu Pro AFA", sans-serif;
}

.fancybox-slide:before {
    margin-right: 0;
}

.container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

.main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    overflow: hidden;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 160px;
    position: relative;
}

.post {
    padding-top: 183px;
    padding-bottom: 120px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.col {
    padding-left: 10px;
    padding-right: 10px;
}

img {
    display: block;
    max-width: 100%;
}

svg {
    display: block;
}

p {
    margin: 0 0 40px;
}
p:last-child {
    margin-bottom: 0;
}
p a {
    color: #A0C5FF;
    text-decoration: underline;
}

li {
    margin: 0 0 20px;
}
li:last-child {
    margin-bottom: 0;
}
li a {
    color: #A0C5FF;
    text-decoration: underline;
}

ul, ol {
    margin: 30px 0;
    padding: 0;
    list-style-type: none;
}
ul:first-child, ol:first-child {
    margin-top: 0;
}
ul:last-child, ol:last-child {
    margin-bottom: 0;
}
ul li, ol li {
    padding: 0;
    position: relative;
}

ul li {
    padding-left: 20px;
}
ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #28323C;
}

ol {
    counter-reset: olCounter;
}
ol li {
    padding-left: 30px;
}
ol li::before {
    counter-increment: olCounter;
    content: counter(olCounter) ".";
    position: absolute;
    left: 0;
    top: 0;
}

.section {
    margin-top: 78px;
}
.section:first-child {
    margin-top: 40px !important;
}

h1, .h1 {
    font-size: 72px;
    line-height: 90%;
}

h2, .h2 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -2%;
}

h3, .h3 {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -1%;
}

.sub-uppercase {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.sub {
    font-size: 14px;
    line-height: 20px;
}

.heading-1 {
    font-size: 40px;
    line-height: 48px;
}

.heading-2 {
    font-size: 36px;
    line-height: 46px;
}

.name-1 {
    font-size: 90px;
    line-height: 90px;
}

.name-2 {
    font-size: 40px;
    line-height: 44px;
}

.main-1 {
    font-size: 26px;
    line-height: 32px;
}

.main-2 {
    font-size: 24px;
    line-height: 30px;
}

.title-lg {
    font-size: 90px;
    line-height: 1;
}

.text-regular {
    font-size: 16px;
    line-height: 20px;
}

.text-medium {
    font-size: 14px;
    line-height: 20px;
}

.text-small {
    font-size: 14px;
    line-height: 20px;
}
.text-small.text-uppercase {
    letter-spacing: 1.2px;
}

.hero-text__title {
    line-height: 120%;
}
.hero-text__title.-homepage- {
    width: 75%;
    padding-left: 5px;
}
@media (max-width: 792px) {
    .hero-text__title.-homepage- {
        width: 100%;
    }
}
.hero-text__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.text-uppercase {
    text-transform: uppercase;
}

.slider-pagination {
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    bottom: 40px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    z-index: 9;
}
.slider-pagination span {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 !important;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, opacity 0.3s;
}
.slider-pagination span.active {
    background-color: #A0C5FF !important;
    opacity: 1 !important;
}

.project-top {
    display: block;
    line-height: 40px;
}
.project-top__row {
    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;
    gap: 20px;
}
.project-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.project-top__right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.project-top__item {
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.project-top__item:after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: transparent;
    font-weight: 900;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    white-space: nowrap;
}
.project-top__item.scale-95:after {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
.project-top__item.scale-101:after {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
}
.project-top--small {
    line-height: 20px;
    margin-bottom: 10px;
}
.project-top--single .project-top__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
}
.project-top--hover:hover .project-top__item {
    color: transparent;
}
.project-top--hover:hover .project-top__item:after {
    color: #28323C;
}

.project-top__btn {
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
}

.project-top.mousedown .project-top__btn {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.project-top.mousedown.project-top--hover .project-top__item {
    color: transparent;
}
.project-top.mousedown.project-top--hover .project-top__item:after {
    color: #28323C;
}

.project-card {
    display: block;
}
.project-card__img {
    position: relative;
}
.project-card__img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.project-card__img:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
}
.project-card__img img {
    width: 100%;
}
.project-card__info {
    padding-top: 20px;
}
.project-card__sub {
    margin-bottom: 10px;
}
.project-card__desc {
    margin-top: 10px;
}
.project-card__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.project-card__info-col {
    width: calc(50% - 10px);
}
.project-card__info-left .project-card__sub {
    display: none;
}

.more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.more-btn__label span {
    display: block;
}
.more-btn__label span:last-child {
    display: none;
}
.more-btn__icon {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.more-btn.active .more-btn__label span:first-child {
    display: none;
}
.more-btn.active .more-btn__label span:last-child {
    display: block;
}
.more-btn.active .more-btn__icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.btn {
    display: block;
    padding: 17px 76px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    background-color: #A0C5FF;
    color: #fff;
}

.main-input input, .main-input textarea {
    display: block;
    width: 100%;
    min-width: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.72px;
    padding: 15px 14px 13px;
    border: 1px solid rgba(52, 69, 99, 0.3);
}
.main-input input::-webkit-input-placeholder, .main-input textarea::-webkit-input-placeholder {
    opacity: 0.6;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: opacity 0.15s, visibility 0.15s;
    transition: opacity 0.15s, visibility 0.15s;
}
.main-input input::-moz-placeholder, .main-input textarea::-moz-placeholder {
    opacity: 0.6;
    text-transform: uppercase;
    color: #000;
    -moz-transition: opacity 0.15s, visibility 0.15s;
    transition: opacity 0.15s, visibility 0.15s;
}
.main-input input:-ms-input-placeholder, .main-input textarea:-ms-input-placeholder {
    opacity: 0.6;
    text-transform: uppercase;
    color: #000;
    -ms-transition: opacity 0.15s, visibility 0.15s;
    transition: opacity 0.15s, visibility 0.15s;
}
.main-input input::-ms-input-placeholder, .main-input textarea::-ms-input-placeholder {
    opacity: 0.6;
    text-transform: uppercase;
    color: #000;
    -ms-transition: opacity 0.15s, visibility 0.15s;
    transition: opacity 0.15s, visibility 0.15s;
}
.main-input input::placeholder, .main-input textarea::placeholder {
    opacity: 0.6;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: opacity 0.15s, visibility 0.15s;
    transition: opacity 0.15s, visibility 0.15s;
}
.main-input input:focus::-webkit-input-placeholder, .main-input textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.main-input input:focus::-moz-placeholder, .main-input textarea:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}
.main-input input:focus:-ms-input-placeholder, .main-input textarea:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.main-input input:focus::-ms-input-placeholder, .main-input textarea:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.main-input input:focus::placeholder, .main-input textarea:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}
.main-input textarea {
    resize: none;
    height: 114px;
}

.main-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.main-checkbox label {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.main-checkbox label input {
    display: none;
}
.main-checkbox label input:checked + span::after {
    opacity: 1;
    visibility: visible;
}
.main-checkbox label span {
    display: block;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    padding-left: 34px;
}
.main-checkbox label span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(52, 69, 99, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.main-checkbox label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background: url(../img/check.svg) center center no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.15s, visibility 0.15s;
    transition: opacity 0.15s, visibility 0.15s;
}
.main-checkbox label span a {
    text-decoration: underline;
}

.wpcf7-list-item {
    display: block;
    margin: 0;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 100%;
}

.wpcf7-form {
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.wpcf7-form.submitting {
    opacity: 0.65;
    pointer-events: none;
}

.up-arrow {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #A0C5FF;
    z-index: 97;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.up-arrow.hide {
    opacity: 0 !important;
    visibility: hidden !important;
}

.header {
    position: fixed;
    max-width: 1920px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 98;
    background-color: #fff;
    margin: 0 auto;
    padding: 31px 0;
}
.header__row {
    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;
}
.header__menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
@media (max-width: 992px) {
    .header__menu-container {
        gap: 8px;
    }
}
.header__nav {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.header__nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.header__nav ul li {
    margin: 0;
    padding: 0;
}
.header__nav ul li::before {
    display: none;
}
.header__nav ul li a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.header__nav ul li a::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: transparent;
    font-weight: 900;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center center;
            transform-origin: center center;
}
.header__nav ul li.current-menu-item a {
    color: transparent;
}
.header__nav ul li.current-menu-item a::after {
    color: #28323C;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.header__btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.header__btn span {
    display: block;
    width: 26px;
    height: 1px;
    background-color: #28323C;
    margin-bottom: 8px;
    -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition: background-color 0.3s, transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
.header__btn span:last-child {
    margin-bottom: 0;
}
.header__btn.active {
    background-color: #A0C5FF;
}
.header__btn.active span {
    background-color: #fff;
}
.header__btn.active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
}
.header__btn.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
}
.header__btn.active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
}

.footer {
    font-size: 12px;
    line-height: 20px;
    position: relative;
}
.footer::before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    height: 1px;
    background-color: rgba(52, 69, 99, 0.3);
}
.footer__row {
    padding: 40px 0 25px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.footer__col {
    width: 50%;
}
.footer__content-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer__content-col:last-child {
    text-align: right;
}
.footer__logo {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer__logo:last-child {
    margin-bottom: 0;
}

.hero__slider {
    overflow: hidden;
    position: relative;
}
.hero__slide {
    height: auto;
}
.hero__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0 106px;
    height: calc(100vh - 100px);
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (max-width: 576px) {
    .hero__item {
        height: 700px;
    }
}
.hero__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
}
.hero__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero__content {
    max-width: 895px;
    margin: 0 auto;
}
.hero__content.-slider- {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px;
    color: #fff;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
@media (max-width: 576px) {
    .hero__content.-slider- {
        padding: 0;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
.hero__title {
    margin-bottom: 20px;
    letter-spacing: -2%;
}
.hero__title:last-child {
    margin-bottom: 0;
}
.hero__sub {
    font-weight: 900;
}
@media (max-width: 576px) {
    .hero__sub {
        text-align: center;
        font-size: 42px;
        font-style: normal;
        font-weight: 900;
        line-height: 120%; /* 50.4px */
    }
}
.hero + .section {
    margin-top: 78px;
}

.single-project__left {
    width: 25%;
}
.single-project__right {
    width: 75%;
}
.single-project__img {
    position: relative;
}
.single-project__img a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.single-project__img a:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
}
.single-project__img img {
    width: 100%;
}
.single-project.single-project--reverse .single-project__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.hero-portfolio__left {
    padding-top: 45px;
    width: 25%;
}
.hero-portfolio__right {
    width: 75%;
}
.hero-portfolio.hero-portfolio--small .hero-portfolio__left {
    padding-top: 19px;
}
.hero-portfolio__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.single-title__col {
    width: 75%;
    margin-left: auto;
    font-size: 24px;
    font-weight: 400 !important;
    line-height: 125%;
    letter-spacing: -1%;
}
@media (max-width: 991px) {
    .single-title__col {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 575px) {
    .single-title__col {
        font-size: 20px;
        line-height: 30px;
    }
}
.single-title.single-title--reverse .single-title__col {
    margin-left: 0;
}

.hero-directions__row {
    margin-bottom: -50px;
}
.hero-directions__col {
    width: 25%;
    margin-bottom: 50px;
}
.hero-directions__header {
    display: block;
    margin-bottom: 90px;
}
.hero-directions__header .project-top {
    padding-top: 20px;
    line-height: 20px;
    border-top: 1px solid #28323C;
}
.hero-directions.directions-menu .hero-directions__header {
    margin: 0;
}

.direction__item-left {
    width: 25%;
}
.direction__item-right {
    width: 75%;
}

.design-principles__left {
    width: 25%;
}
.design-principles__right {
    width: 75%;
}
.design-principles__row {
    margin-bottom: -40px;
}
.design-principles__col {
    width: 33.33333333%;
    margin-bottom: 40px;
}
.design-principles__icon {
    margin-bottom: 20px;
}
.design-principles__icon:last-child {
    margin-bottom: 0;
}
.design-principles__icon img {
    width: 136px;
}
.design-principles__desc {
    margin-top: 20px;
    padding-right: 15px;
}

.team__row {
    margin: 0 -2px -4px;
}
.team__col {
    width: 12.5%;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px;
}
.team__col:first-child {
    width: 25%;
}
.team__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.team__item--black {
    background-color: #28323C;
    color: #fff;
}
.team__item:hover .team__info {
    opacity: 1;
    visibility: visible;
}
.team__img {
    width: 100%;
}
.team__img img {
    width: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.team__info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.team__text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 6px;
}
.team__sub {
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.team__desc {
    margin-top: 10px;
}
.team__bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.media__left {
    width: 25%;
}
.media__right {
    width: 75%;
}
.media__title {
    line-height: 20px;
}
.media__item .project-top {
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 1px solid #28323C;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.media__item:last-child .project-top {
    border-bottom: 1px solid #28323C;
}

.partners__row {
    margin-bottom: -20px;
}
.partners__col {
    width: 16.66666666%;
    margin-bottom: 20px;
}
.partners__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.partners__title {
    width: 100%;
}
.partners__img img {
    width: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.partners__slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
}
.partners__slide {
    height: auto;
}
.partners__img {
    height: 178px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tags__wrap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.tags__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
}
.tags__row--group {
    margin-bottom: 12px;
}
.tags__row--group:last-child {
    margin-bottom: 0;
}
.tags__item {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 14px 4px;
    border-radius: 14px;
    background-color: #EFEFEF;
    -webkit-transition: background-color 0.3s, color 0.3s, opacity 0.3s;
    transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}
.tags__item.active {
    opacity: 1 !important;
    background-color: #28323C;
    color: #fff;
}
.tags + .knowledge {
    margin-top: 60px;
}

.portfolio-grid__wrap {
    margin-bottom: -60px;
}
.portfolio-grid__left {
    width: 50%;
    margin-bottom: 60px;
}
.portfolio-grid__right {
    width: 50%;
    margin-bottom: 60px;
}
.portfolio-grid__row {
    margin-bottom: -60px;
}
.portfolio-grid__col {
    width: 50%;
    margin-bottom: 60px;
}

.portfolio-lg__col {
    margin-bottom: 60px;
}
.portfolio-lg__col:last-child {
    margin-bottom: 0;
}

.portfolio-duo__row {
    margin-bottom: -60px;
}
.portfolio-duo__col {
    width: 50%;
    margin-bottom: 60px;
}

.portfolio-list__row {
    margin-bottom: -60px;
}
.portfolio-list__row.more-desc + .portfolio-list__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.portfolio-list__row.more-desc .portfolio-list__col:nth-child(1n+17) {
    display: none;
}
.portfolio-list__row.more-desc.active .portfolio-list__col:nth-child(1n+17) {
    display: block;
}
.portfolio-list__col {
    width: 25%;
    margin-bottom: 60px;
}
.portfolio-list__more {
    margin-top: 60px;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.portfolio-list__more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.portfolio-list__more-btn span span {
    display: block;
}
.portfolio-list__more-btn span span:last-child {
    display: none;
}
.portfolio-list__more-btn img {
    margin-top: -2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.portfolio-list__more-btn.active span span:first-child {
    display: none;
}
.portfolio-list__more-btn.active span span:last-child {
    display: block;
}
.portfolio-list__more-btn.active img {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.portfolio-list .project-card__sub, .portfolio-list .project-card__desc {
    display: none;
}

.project-header__img {
    margin-top: 40px;
}
.project-header__img img {
    width: 100%;
    min-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 780px;
}

.project-info__left {
    width: 25%;
}
.project-info__right {
    width: 75%;
}
.project-info__item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.project-info__item span {
    display: block;
}
.project-info__item span:first-child {
    width: 102px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.project-info__item:last-child {
    margin-bottom: 0;
}
.project-info__text {
    font-weight: 400 !important;
}

.gallery__row {
    margin-bottom: -20px;
}
.gallery__col {
    width: 50%;
    margin-bottom: 20px;
}
.gallery__col--lg {
    width: 100%;
}
.gallery__caption {
    margin-top: 10px;
}
.gallery__template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.gallery__template .gallery__item {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.gallery__template .gallery__item:hover .gallery__zoom-icon {
    width: 40px;
    height: 40px;
}
.gallery__template .gallery__zoom-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    -webkit-transition: width 0.2s, height 0.2s;
    transition: width 0.2s, height 0.2s;
}
.gallery__template .gallery__img-zoom {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.gallery__template.template-1 img, .gallery__template.template-1 video {
    aspect-ratio: 1.78/1;
    height: 100%;
    max-height: 80vh;
}
.gallery__template.template-2 img, .gallery__template.template-2 video {
    aspect-ratio: 1.78/1;
    height: 100%;
    max-height: 80vh;
}
.gallery__template.template-6 .gallery__item:first-child {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 10px);
}
.gallery__template.template-6 .gallery__item:first-child img, .gallery__template.template-6 .gallery__item:first-child video {
    aspect-ratio: 1.78/1;
}
.gallery__template.template-7 .gallery__item:last-child {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 10px);
}
.gallery__template.template-7 .gallery__item:last-child img, .gallery__template.template-7 .gallery__item:last-child video {
    aspect-ratio: 1.78/1;
}
.gallery__template video, .gallery__template img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1.78;
    max-height: 80vh;
}
.gallery.section--small + .gallery.section--small {
    margin-top: 40px;
}

.project-meta__wrap-col {
    padding-top: 20px;
    border-top: 1px solid #28323C;
}
.project-meta__row {
    margin-bottom: -20px;
}
.project-meta__col {
    width: 25%;
    margin-bottom: 20px;
}
.project-meta__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -80px;
}
.project-meta__wrap .project-meta__wrap-col {
    width: calc(50% - 10px);
    margin-bottom: 80px;
}
.project-meta__wrap .project-meta__wrap-col:last-child:nth-child(2n+1) {
    width: 100%;
}
.project-meta__wrap .project-meta__wrap-col:last-child:nth-child(2n+1) .project-meta__row {
    width: 50%;
}
.project-meta__wrap .project-meta__col {
    width: 50%;
}
.project-meta ul {
    margin: 0;
    padding: 0;
}
.project-meta ul li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
}
.project-meta ul li::before {
    display: none;
}

.other-projects__wrap {
    padding-top: 20px;
    border-top: 1px solid #28323C;
}
.other-projects__row {
    margin-bottom: -20px;
}
.other-projects__col {
    width: 25%;
    margin-bottom: 20px;
}
.other-projects__title {
    padding-top: 12px;
}
.other-projects__bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.other-projects .project-card__sub, .other-projects .project-card__desc {
    display: none;
}

.knowledge .project-card__desc {
    margin-top: 20px;
}
.knowledge__row {
    margin-bottom: -60px;
}
.knowledge__col {
    width: 25%;
    margin-bottom: 60px;
}

.article .single-title__row {
    margin: 0;
}
.article .single-title__col {
    padding: 0;
    max-width: 795px;
    margin: 0 auto;
}

.article-img__item img {
    width: 100%;
    min-height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
}

.article-content__wrap {
    width: 75%;
    margin-left: auto;
}
.article-content__title {
    margin-bottom: 40px;
}
.article-content__title:last-child {
    margin-bottom: 0;
}
.article-content.article-content--single {
    margin-top: 0 !important;
}
.article-content__text img {
    margin-bottom: 30px;
}
.article-content__text img:last-child {
    margin-bottom: 0;
}

.direction__sub.direction__sub--top {
    padding-top: 47px;
    line-height: 40px;
}

.direction-list__row {
    margin-bottom: -40px;
}
.direction-list__col {
    width: 33.3333333%;
    margin-bottom: 40px;
}

.direction-card__img img {
    width: 100%;
}
.direction-card__info {
    padding-top: 10px;
}
.direction-card__desc {
    margin-top: 10px;
}

.direction__wrap .single-title__item {
    font-weight: 400;
    margin-bottom: 30px;
}
.direction__wrap .single-title__item:last-child {
    margin-bottom: 0;
}

.direction-stages__item {
    border-top: 1px solid #28323C;
}
.direction-stages__col:last-child .direction-stages__item {
    border-bottom: 1px solid #28323C;
}
.direction-stages__header {
    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;
    gap: 20px;
    padding: 10px 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.direction-stages__header img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.direction-stages__header.active img {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.direction-stages__dropdown {
    display: none;
}
.direction-stages__content {
    padding-bottom: 10px;
    max-width: 792px;
}

.feedback__col {
    width: 50%;
}
.feedback__title {
    line-height: 20px;
}
.feedback__item {
    max-width: 338px;
    margin-bottom: 30px;
}
.feedback__item:last-child {
    max-width: 100%;
    max-width: 590px;
    margin-bottom: 0;
}
.feedback__agree {
    margin-top: 30px;
}
.feedback__btn {
    margin-top: 30px;
}
.feedback__result {
    display: none;
}
.feedback__form.sent .feedback__form-wrap {
    display: none;
}
.feedback__form.sent .feedback__result {
    display: block;
}

.live-search {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 388px;
    margin-top: 32px;
    position: relative;
}
.live-search__btn {
    position: absolute;
    left: 16px;
    top: calc(50% - 8px);
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.live-search__input {
    display: block;
    width: 100%;
    min-width: 0;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 1;
    padding: 12px 46px;
    border-radius: 25px !important;
    -webkit-transition: border-radius 0.25s;
    transition: border-radius 0.25s;
}
.live-search__input::-webkit-input-placeholder {
    opacity: 1;
    color: #979797;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}
.live-search__input::-moz-placeholder {
    opacity: 1;
    color: #979797;
    -moz-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}
.live-search__input:-ms-input-placeholder {
    opacity: 1;
    color: #979797;
    -ms-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}
.live-search__input::-ms-input-placeholder {
    opacity: 1;
    color: #979797;
    -ms-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}
.live-search__input::placeholder {
    opacity: 1;
    color: #979797;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}
.live-search__input:focus::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.live-search__input:focus::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
}
.live-search__input:focus:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.live-search__input:focus::-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
}
.live-search__input:focus::placeholder {
    opacity: 0;
    visibility: hidden;
}
.live-search__reset {
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}
.live-search__form.show-reset .live-search__reset {
    opacity: 1;
    visibility: visible;
}
.live-search__form:not(.show-reset) .live-search__reset {
    opacity: 0 !important;
    visibility: hidden !important;
}
.live-search__form.has-results .live-search__input:focus {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.live-search__form.has-results .live-search__input:focus ~ .live-search__list {
    opacity: 1;
    visibility: visible;
}
.live-search__form.has-more-results .live-search__all {
    display: block;
}
.live-search__list {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
    border: 1px solid #D9D9D9;
    border-top: 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 10px 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}
.live-search__list ul {
    margin: 0;
    padding: 0;
}
.live-search__list ul li {
    margin: 0 0 4px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}
.live-search__list ul li::before {
    display: none;
}
.live-search__list ul li:last-child {
    margin-bottom: 0;
}
.live-search__list ul li:nth-child(1n+5) {
    display: none;
}
.live-search__list ul li a {
    display: block;
    padding: 8px 16px;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
.live-search__all {
    padding: 0 16px 5px;
    display: none;
}
.live-search__all-btn {
    font-size: 14px;
    line-height: 18px;
    color: #A0C5FF;
    text-decoration: underline;
}

.f-panzoom {
    display: none;
}

@media (max-width: 1279px) {
    .team__col {
        width: 16.66666666%;
    }
    .team__col:first-child {
        width: 33.333333333%;
    }
    .partners__col {
        width: 20%;
    }
    .project-info__left {
        width: 33.3333333333%;
    }
    .project-info__right {
        width: 66.6666666667%;
    }
    .other-projects__col {
        width: 33.33333333%;
    }
    .knowledge__col {
        width: 33.33333333%;
    }
    .title-lg {
        font-size: 74px;
        line-height: 84px;
    }
    .direction__sub.direction__sub--top {
        padding-top: 52px;
    }
    .hero-portfolio__left, .direction__sub.direction__sub--top {
        padding-top: 38px;
    }
}
@media (max-width: 1199px) {
    .hero-directions__col {
        width: 50%;
    }
    .footer__row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .footer__col {
        width: auto;
    }
    .tags__row--group {
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(52, 69, 99, 0.1);
    }
}
@media (min-width: 992px) {
    p a:hover, li a:hover {
        text-decoration: none;
    }
    .header__nav ul li a:hover {
        color: transparent;
    }
    .header__nav ul li a:hover::after {
        color: #28323C;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    .slider-pagination span:hover {
        opacity: 0.65;
    }
    .project-top__btn {
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .project-top:hover .project-top__btn,
    .project-top.mousedown .project-top__btn {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .project-top:hover.project-top--hover .project-top__item,
    .project-top.mousedown.project-top--hover .project-top__item {
        color: transparent;
    }
    .project-top:hover.project-top--hover .project-top__item:after,
    .project-top.mousedown.project-top--hover .project-top__item:after {
        color: #28323C;
    }
    .project-card__title b {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .project-card__title b:hover {
        opacity: 0.65;
    }
    .main-checkbox label span a {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .main-checkbox label span a:hover {
        opacity: 0.65;
    }
    .btn {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .btn:hover {
        opacity: 0.65;
    }
    .footer__email a:hover {
        border-bottom: 1px solid #28323c;
    }
    .tags__item:hover {
        opacity: 0.65;
    }
    .direction-stages__header {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .direction-stages__header:hover {
        opacity: 0.65;
    }
    .live-search__btn:hover, .live-search__reset:hover {
        opacity: 0.65 !important;
    }
    .team__item.team__item--black {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .team__item.team__item--black:hover {
        opacity: 0.65;
    }
    .live-search__all-btn:hover {
        text-decoration: none;
    }
    .live-search__list ul li a {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }
    .live-search__list ul li a:hover {
        background-color: rgba(40, 50, 60, 0.1);
    }
    .media__title, .feedback__title {
        line-height: 1;
    }
    .up-arrow:hover {
        opacity: 0.65;
    }
    .portfolio-list__more-btn {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .portfolio-list__more-btn:hover {
        opacity: 0.65;
    }
}
@media (min-width: 992px) {
    .header__btn {
        display: none;
    }
    .section--small {
        margin-top: 60px;
    }
    .direction__wrap + .section--small {
        margin-top: 30px;
    }
    .single-title + .section--small {
        margin-top: 40px;
    }
    .partners__slider {
        display: none;
    }
    .portfolio-grid .project-card__sub, .portfolio-grid .project-card__desc, .portfolio-duo .project-card__sub, .portfolio-duo .project-card__desc {
        display: none;
    }
    .portfolio-grid.portfolio-grid--reverse .portfolio-grid__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .gallery__col.gallery__col--lg .gallery__caption {
        max-width: calc(50% - 10px);
    }
    .hero-directions__header .project-top {
        padding-right: 10px;
    }
}
@media (max-width: 991px) {
    body {
        font-size: 18px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main {
        padding-top: 62px;
        padding-bottom: 110px;
    }
    .post {
        padding-top: 142px;
        padding-bottom: 80px;
    }
    h1, .h1 {
        font-size: 58px;
        line-height: 68px;
    }
    h2, .h2 {
        font-size: 34px;
        line-height: 44px;
    }
    h3, .h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .title-lg {
        font-size: 64px;
        line-height: 74px;
    }
    .hero + .section, .section {
        margin-top: 100px;
    }
    .section:first-child {
        margin-top: 0 !important;
    }
    .header {
        padding: 11px 0;
    }
    .header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: -1;
    }
    .header__menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        padding: 102px 20px 30px;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        z-index: -2;
    }
    .header__menu.active {
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
    }
    .header__nav ul {
        display: block;
    }
    .header__nav ul li {
        margin-bottom: 16px;
    }
    .header__nav ul li:last-child {
        margin-bottom: 0;
    }
    .header__nav ul li a {
        color: #28323C !important;
    }
    .header__nav ul li a::after {
        display: none;
    }
    .header__nav ul li.current-menu-item {
        font-weight: 900;
    }
    .single-project__left {
        width: 33.3333333333%;
    }
    .single-project__right {
        width: 66.6666666667%;
    }
    .hero-portfolio__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 26px;
    }
    .hero-portfolio__col {
        width: 100%;
    }
    .hero-portfolio__left {
        padding-top: 0;
    }
    .hero-portfolio__btn .project-top {
        margin: 0;
        line-height: 20px;
    }
    .hero-portfolio__right .title-lg br {
        display: none;
    }
    .hero-portfolio.hero-portfolio--small .hero-portfolio__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .hero-portfolio.hero-portfolio--small .hero-portfolio__left {
        padding-top: 0;
    }
    .single-title__col {
        width: 100%;
    }
    .footer {
        padding-top: 0;
    }
    .design-principles__left, .media__left {
        width: 100%;
        margin-bottom: 26px;
    }
    .design-principles__right, .media__right {
        width: 100%;
    }
    .team__col {
        width: 20%;
    }
    .team__col:first-child {
        width: 100%;
        margin-bottom: 26px;
    }
    .partners__row {
        margin-bottom: 10px;
    }
    .partners__col {
        width: 100%;
        margin: 0;
    }
    .partners__col:nth-child(1n+2) {
        display: none;
    }
    .partners__title.text-small {
        line-height: 40px;
    }
    .partners__img {
        height: 80px;
    }
    .tags + .section {
        margin-top: 60px !important;
    }
    .project-card__info-row {
        display: block;
    }
    .project-card__info-col {
        width: 100%;
    }
    .project-card__info-left .project-card__sub {
        display: block;
    }
    .project-card__info-right .project-card__sub {
        display: none;
    }
    .portfolio-grid__left, .portfolio-grid__right {
        width: 100%;
    }
    .portfolio-grid__col--empty {
        display: none;
    }
    .portfolio-list__col {
        width: 50%;
    }
    .project-info__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .project-info__left {
        padding-top: 0;
        width: 100%;
    }
    .project-info__right {
        width: 100%;
        margin-bottom: 30px;
    }
    .gallery.section--small + .gallery.section--small {
        margin-top: 45px;
    }
    .gallery__row {
        margin-bottom: -30px;
    }
    .gallery__col {
        width: 100%;
        margin-bottom: 30px;
    }
    .gallery__template {
        gap: 15px;
    }
    .gallery__template.template-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .gallery__template.template-4 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .gallery__template.template-4 .gallery__item {
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        width: calc((100% - 15px) / 2);
    }
    .gallery__template.template-5 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .gallery__template.template-5 .gallery__item {
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        width: calc((100% - 30px) / 3);
    }
    .gallery__template.template-6 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .gallery__template.template-6 .gallery__item:first-child {
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        width: 100%;
    }
    .gallery__template.template-7 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .gallery__template.template-7 .gallery__item:last-child {
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
        width: 100%;
    }
    .project-meta__col {
        width: 50%;
    }
    .project-meta__col:first-child {
        width: 100%;
    }
    .project-meta__wrap .project-meta__col {
        width: 100%;
    }
    .other-projects__col {
        width: 50%;
    }
    .knowledge__row {
        margin-bottom: -30px;
    }
    .knowledge__col {
        width: 50%;
        margin-bottom: 30px;
    }
    .article-content__wrap {
        max-width: 100%;
    }
    .article-content__title {
        margin-bottom: 30px;
    }
    .direction__item-left {
        width: 100%;
        margin-bottom: 26px;
    }
    .direction__item-right {
        width: 100%;
    }
    .direction__sub.direction__sub--top {
        padding-top: 0;
    }
    .portfolio-grid .project-card__desc, .portfolio-duo .project-card__desc {
        display: none;
    }
    .project-header__img {
        margin-top: 60px;
    }
    .direction__sub.direction__sub--top {
        line-height: 20px;
    }
    .feedback__row {
        display: block;
    }
    .feedback__col {
        width: 100%;
    }
    .feedback__title {
        line-height: 20px;
        margin-bottom: 26px;
    }
    .footer::before {
        left: 20px;
        right: 20px;
    }
    .article .single-title__col {
        max-width: 100%;
    }
    .portfolio-grid.portfolio-grid--reverse .portfolio-grid__right {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .live-search {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin: 0 0 32px;
    }
    .article-content__wrap {
        width: 100%;
    }
    .up-arrow {
        right: 20px;
        bottom: 30px;
    }
    .portfolio-list__row.more-mob + .portfolio-list__more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .portfolio-list__row.more-mob .portfolio-list__col:nth-child(1n+7) {
        display: none;
    }
    .portfolio-list__row.more-mob.active .portfolio-list__col:nth-child(1n+7) {
        display: block;
    }
}
@media (min-width: 768px) {
    .team__bottom, .other-projects__bottom {
        display: none;
    }
    .footer__content-col:nth-child(3) {
        display: none;
    }
}
@media (max-width: 767px) {
    .single-project__left {
        width: 50%;
    }
    .single-project__right {
        width: 50%;
    }
    .footer__row {
        padding-top: 30px;
        padding-bottom: 20px;
        display: block;
    }
    .footer__left {
        margin-bottom: 20px;
    }
    .footer__left .footer__item {
        display: none;
    }
    .footer__logo {
        margin: 0;
    }
    .footer__content-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -30px;
    }
    .footer__content-col {
        min-width: 132px;
        margin-bottom: 30px;
    }
    .footer__content-col:nth-child(even) {
        width: calc(100% - 200px);
    }
    .footer__content-col:last-child {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 20px;
    }
    .design-principles__col {
        width: 50%;
    }
    .team__col {
        width: 25%;
    }
    .team__col:nth-child(1n+26) {
        display: none;
    }
    .team__row.active .team__col:nth-child(1n+26) {
        display: block;
    }
    .other-projects__col:nth-child(1n+7) {
        display: none;
    }
    .other-projects__row.active .other-projects__col:nth-child(1n+7) {
        display: block;
    }
}
@media (max-width: 575px) {
    body {
        font-size: 16px;
    }
    h1, .h1 {
        font-size: 42px;
        line-height: 50px;
    }
    .hero__sub {
        font-size: 40px;
        line-height: 48px;
    }
    h2, .h2 {
        font-size: 28px;
        line-height: 40px;
    }
    h3, .h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .title-lg {
        font-size: 42px;
        line-height: 54px;
    }
    .text-regular {
        font-size: 20px;
        line-height: 30px;
    }
    .text-medium {
        font-size: 18px;
        line-height: 30px;
    }
    .text-small {
        font-size: 10px;
        line-height: 20px;
    }
    .text-small.text-uppercase {
        letter-spacing: 1px;
    }
    .slider-pagination {
        bottom: 30px !important;
    }
    .slider-pagination span {
        width: 8px;
        height: 8px;
    }
    .hero__item {
        padding: 80px 0;
        min-height: 400px;
    }
    .hero__title {
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 16px;
        letter-spacing: 1.8px;
    }
    .single-project__left {
        width: 100%;
    }
    .single-project__right {
        display: none;
    }
    .project-top {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .project-card__sub {
        margin-bottom: 0;
    }
    .project-card__desc {
        margin-top: 20px;
    }
    .hero-directions__header .project-top {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-directions__col {
        width: 100%;
    }
    .design-principles__sub {
        font-size: 14px;
        line-height: 20px;
    }
    .design-principles__desc {
        margin-top: 16px;
        font-size: 12px;
        line-height: 20px;
    }
    .team__text {
        font-size: 10px;
        line-height: 14px;
    }
    .media__item .project-top__btn img {
        display: none;
    }
    .media__item .project-top__btn::after {
        font-size: 12px;
        line-height: 20px;
        content: "→";
    }
    .tags__row {
        gap: 10px;
    }
    .portfolio-grid__wrap {
        margin-bottom: -30px;
    }
    .portfolio-grid__left, .portfolio-grid__right {
        margin-bottom: 30px;
    }
    .portfolio-grid__row {
        margin-bottom: -30px;
    }
    .portfolio-grid__col {
        width: 100%;
        margin-bottom: 30px;
    }
    .portfolio .section {
        margin-top: 80px;
    }
    .portfolio-duo__row {
        margin-bottom: -30px;
    }
    .portfolio-duo__col {
        width: 100%;
        margin-bottom: 30px;
    }
    .portfolio-list .project-card__title {
        font-size: 14px;
        line-height: 20px;
    }
    .portfolio-list__row {
        margin-bottom: -40px;
    }
    .portfolio-list__col {
        margin-bottom: 40px;
    }
    .portfolio-list .project-top {
        font-size: 10px;
        line-height: 20px;
    }
    .project-info__item span:last-child {
        font-size: 12px;
    }
    .gallery__caption {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .project-meta ul li {
        font-size: 14px;
    }
    .other-projects__title {
        padding-top: 6px;
    }
    .other-projects .project-top {
        font-size: 10px;
    }
    .other-projects .project-card__info {
        padding-top: 14px;
    }
    .other-projects .project-card__title {
        font-size: 14px;
        line-height: 20px;
    }
    .other-projects .project-card__img img {
        height: 150px;
    }
    .knowledge .project-card__desc {
        font-size: 18px;
        line-height: 30px;
    }
    .knowledge .project-card__desc + .project-card__desc {
        margin-top: 10px;
    }
    .knowledge__col {
        width: 100%;
    }
    .direction-list__row {
        margin-bottom: -30px;
    }
    .direction-list__col {
        width: 50%;
        margin-bottom: 30px;
    }
    .direction-card__info {
        padding-top: 8px;
    }
    .direction-card__sub {
        font-size: 14px;
        line-height: 20px;
    }
    .direction-stages__header {
        font-size: 16px;
        line-height: 20px;
    }
    .direction-stages__content {
        font-size: 14px;
        line-height: 20px;
    }
    .direction-card .project-top {
        font-size: 10px;
    }
    .direction-card__desc {
        font-size: 14px;
        line-height: 20px;
    }
    .design-principles__icon img {
        width: 100px;
    }
    .project-header__title {
        font-size: 24px;
        line-height: 36px;
    }
    .project-header__img {
        margin-top: 40px;
    }
    .direction__title {
        font-size: 45px;
        line-height: 60px;
    }
    .design-principles__desc {
        padding-right: 0;
    }
    .footer__content-col:nth-child(even) {
        width: calc(100% - 132px);
    }
    .feedback__item, .feedback__item:last-child {
        max-width: 100%;
    }
    .feedback__btn .btn {
        width: 100%;
    }
    .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
    .portfolio-list__col .project-top__btn img {
        width: 8px;
    }
    .live-search {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .tags__row--group {
        margin-bottom: 10px;
    }
    .portfolio-list__more {
        margin-top: 40px;
    }
}
@media (max-width: 429px) {
    .direction__title {
        font-size: 40px;
        line-height: 55px;
    }
}
@media (max-width: 374px) {
    .title-lg {
        font-size: 34px;
        line-height: 46px;
    }
    .team__text {
        font-size: 8px;
        line-height: 12px;
    }
    .portfolio-list__col {
        width: 100%;
    }
    .portfolio-list .project-top {
        font-size: 12px;
        line-height: 20px;
    }
    .other-projects__title {
        padding-top: 0;
    }
    .other-projects .other-projects__col {
        width: 100%;
    }
    .direction-list__col {
        width: 100%;
    }
}