<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button[disabled],
html,
html input[disabled] {
    cursor: default
}

*,
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box
}

hr,
input[type=search] {
    box-sizing: content-box
}

.article-item__category:hover,
.article-item__item-title:hover {
    color: var(--color-logo)
}

.article-item img:hover,
.article-listing-item__cover-image:hover {
    transform: scale(1.04)
}

.footer-interior__social:not(:last-child),
.footer-minimal__social:not(:last-child),
.footer-studio__social:not(:last-child) {
    margin-right: 24px
}

.revolution-slider .tparrows:before,
body {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root {
    --color-logo: #9e9e9e;
    --color-gri: #f6f4f2;
    --color-lacivert: #425664;
    --color-kahverengi: #C6AD8F
}

* {
    margin: 0;
    padding: 0;
    font: inherit
}

.article-item__item-title,
.article-listing-item__title,
.articles-block__item-title {
    line-height: 1;
    font-family: Teko, Helvetica, sans-serif
}

.faded-block,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0)
}

body {
    font-family: Montserrat, sans-serif;
    line-height: 1.714285714285714;
    font-size: 14px;
    background: #fff;
    color: #000
}

a {
    background: 0 0
}

:active,
:focus,
:hover,
button:focus {
    outline: 0
}

hr {
    height: 0
}

pre {
    -moz-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap
}

q {
    quotes: '\201C' '\201D' '\2018' '\2019'
}

img {
    border: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button {
    overflow: visible
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

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

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: none;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent
}

[placeholder]:focus::placeholder {
    color: transparent
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a:hover {
    color: currentColor;
    text-decoration: none
}

ol,
ul {
    margin-bottom: 0
}

main {
    position: relative;
    z-index: 2;
    background: #fff
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #fff
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: var(--color-logo)
}

::selection {
    background-color: var(--color-logo);
    color: #fff
}

.footer-default p a_inverted:hover:after,
.no-mobile [data-motion-svg] {
    opacity: 0
}

.cards__item-inner:hover:after,
.cards__item-inner:hover:before,
.no-mobile [data-motion-svg].animated {
    opacity: 1
}

.article-item {
    text-decoration: none;
    color: currentColor
}

.article-item__image-wrapper {
    display: block;
    overflow: hidden;
    margin-bottom: 23px
}

.article-item img {
    display: block;
    width: 100%;
    transition: .5s;
    transform: scale(1)
}

.article-item__item-title {
    display: block;
    font-size: 30px;
    transition: color .3s;
    margin-bottom: 8px;
    color: currentColor
}

.article-item__category {
    color: currentColor;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    transition: color .3s
}

.article-item__date {
    color: #999;
    position: relative;
    padding-left: 14px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top
}

.article-item__date:after {
    content: '';
    position: absolute;
    background: currentColor;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    top: 50%;
    left: 0
}

.article-listing-item {
    text-decoration: none;
    color: currentColor;
    transition: .3s;
    display: -ms-flexbox;
    display: flex
}

.article-listing-item:hover,
.news-masonry-item:hover {
    background: var(--color-logo);
    color: #fff
}

.article-listing-item__date:after,
.articles-block__date:after {
    content: '';
    background: currentColor;
    width: 3px;
    height: 3px;
    top: 50%
}

.article-listing-item__cover {
    width: 66.66666666666667%;
    overflow: hidden;
    position: relative
}

.article-listing-item__cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    transform: scale(1);
    transition: .5s
}

.article-listing-item__content {
    width: 33.333333333333336%;
    padding: 60px 55px 55px;
    border: 1px solid #8080802e
}

.article-listing-item__category,
.articles-block__category,
.featured-block__category,
.news-masonry-item__category,
.posts__category,
.quote__text strong {
    font-weight: 500
}

.article-listing-item__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.article-listing-item__date,
.news-masonry-item__date {
    color: #999;
    position: relative;
    padding-left: 14px;
    margin-left: 12px;
    transition: .3s
}

.article-listing-item:hover .article-listing-item__date {
    color: #fff
}

.article-listing-item__date:after {
    position: absolute;
    border-radius: 100%;
    left: 0
}

.article-listing-item__title {
    display: block;
    font-size: 36px;
    margin-bottom: 32px
}

.article-listing-item__item-inner:hover .article-listing-item__title {
    color: var(--color-logo)
}

.article-listing-item__text {
    min-height: 255px;
    color: #666;
    transition: .3s
}

.article-listing-item:hover .article-listing-item__text,
.full-screen-block.is-white {
    color: #fff
}

.article-listing-item__continue,
.news-masonry-item__continue {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px
}

.article-listing-item__continue-icon {
    font-size: 1.428571428571429em;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 6px
}

.articles-block {
    padding-top: 150px;
    padding-bottom: 95px;
    overflow: hidden
}

.articles-block__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 78px
}

.articles-block__head-link {
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    color: #999;
    font-size: 16px
}

.articles-block__list,
.articles-grid {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.articles-block__item,
.articles-grid__item {
    width: 50%;
    padding: 0 35px;
    margin-bottom: 60px
}

.articles-block__item-inner {
    text-decoration: none;
    color: currentColor
}

.articles-block__item-inner img {
    display: block;
    width: 100%;
    margin-bottom: 23px
}

.articles-block__item-title {
    display: block;
    font-size: 30px;
    transition: color .3s;
    margin-bottom: 8px
}

.articles-block__item-inner:hover .articles-block__item-title {
    color: var(--color-logo)
}

.articles-block__date {
    color: #999;
    position: relative;
    padding-left: 14px;
    margin-left: 12px
}

.articles-block__date:after {
    position: absolute;
    border-radius: 100%;
    left: 0
}

.cards__item-inner:after,
.cards__item-inner:before {
    position: absolute;
    top: 0;
    transition: .3s;
    height: 100%;
    left: 0;
    content: ''
}

.articles-list-wrapper {
    padding-bottom: 134px;
    overflow: hidden;
    margin-top: 112px;
    border-bottom: 1px solid #ebebeb
}

.articles-list-wrapper__head,
.featured-block__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 56px
}

.articles-list-wrapper__loader,
.masonry-large-block__loader {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #999;
    text-align: center;
    margin-top: 40px
}

.awards-block__text-footer,
.back-link__link:hover {
    color: var(--color-logo)
}

.articles-list {
    margin-bottom: 45px
}

.articles-list__item {
    margin-bottom: 70px;
    width: -webkit-fill-available
}

.awards-block {
    padding-top: 127px;
    margin-bottom: 90px
}

.awards-block__body_bordered {
    border-bottom: 1px solid #e0e0e0
}

.awards-block__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    width: 100%
}

.awards-block__year {
    width: 25%;
    min-width: 25%;
    font-family: Teko, Helvetica, sans-serif;
    font-size: 30px;
    padding-right: 40px;
    margin-bottom: 30px
}

.awards-block__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.awards-block__text {
    width: 45%;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 48px;
    padding-right: 40px
}

.back-link {
    margin-bottom: 68px
}

.back-link__link {
    font-weight: 600;
    text-transform: uppercase;
    color: currentColor;
    transition: .3s;
    text-decoration: none
}

.back-link__icon {
    margin-right: 16px;
    margin-left: -.2em;
    font-size: 1.1em
}

.cards-block {
    padding-top: 140px;
    padding-bottom: 30px
}

.cards-block__head {
    margin-bottom: 135px
}

.cards-block__title,
.service-block__title {
    font-size: 48px;
    line-height: 1.25;
    font-family: Teko, Helvetica, sans-serif;
    margin-bottom: 20px
}

.cards-block__text,
.service-block__text {
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.875;
    color: #666
}

.cards__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    color: #fff
}

.cards__item-inner {
    width: 100%;
    background-size: cover;
    background-position: 50%;
    display: block;
    text-decoration: none;
    color: currentColor;
    padding: 48px 55px;
    position: relative
}

.cards__item-inner:before {
    width: 100%;
    background-color: #000000ad;
    box-shadow: 0 25px 70px 0 rgb(0 0 0 / 50%);
    opacity: 1
}

.cards__item-inner:after,
.comments__submit:hover {
    background: var(--color-logo)
}

.cards__item-inner:after {
    width: 100%;
    z-index: 1;
    opacity: 0
}

.clients__item-inner:hover,
.featured-block__item-inner:hover:after,
.footer-default p a:hover:after,
.footer-default p a_active:after,
.footer-default p a_inverted:after {
    opacity: 1
}

.cards__item-content {
    display: block;
    position: relative;
    z-index: 2;
    height: 100%;
    padding-bottom: 80px
}

.cards__item-index {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 7px
}

.cards__item-title {
    font-size: 48px;
    line-height: 1.25;
    font-family: Teko, Helvetica, sans-serif;
    display: block;
    margin-bottom: 28px
}

.cards__item-text {
    font-size: 16px;
    line-height: 1.75;
    display: block
}

.cards__arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 600;
    padding-left: 4px;
    transition: .3s
}

.cards__item-inner:hover .cards__arrow {
    color: var(--color-logo);
    background: #fff
}

.clients-wrapper {
    padding: 50px 0 60px;
    background: #f4f4f4
}

.clients__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 60px
}

.clients__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px
}

.clients__item {
    padding-right: 30px;
    padding-left: 30px;
    width: -webkit-fill-available
}

.clients__item-inner {
    opacity: .6;
    transition: .3s
}

.clients img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.collapse-block {
    padding-top: 154px;
    padding-bottom: 150px
}

.collapse-block__title,
.collapse-list__title {
    font-size: 48px;
    line-height: 1.25;
    font-family: Teko, Helvetica, sans-serif;
    margin-bottom: 34px
}

.collapse-block__text,
.collapse-list__text {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 33px
}

.collapse-list__collapse {
    border-bottom: 2px solid #e7e7e7
}

.collapse-list__collapse-head {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-logo);
    padding: 20px 40px 18px 0;
    position: relative;
    display: block;
    text-decoration: none;
    transition: .3s
}

.collapse-list__collapse-head.collapsed:not(:hover) {
    color: currentColor
}

.collapse-list__collapse-head-icon {
    position: absolute;
    right: 3px;
    top: 24px;
    font-size: 17px;
    transform: scale(1, 1);
    transition: .3s
}

.collapse-list__collapse-head.collapsed .collapse-list__collapse-head-icon {
    transform: scale(1, -1)
}

.collapse-list__collapse-text,
.features-block__feature-text {
    font-size: 16px;
    color: #666;
    line-height: 1.75
}

.collapse-list__collapse-text-inner {
    padding-bottom: 32px
}

.comment-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 38px
}

.comment-card__image {
    width: 70px;
    min-width: 70px;
    margin-right: 30px;
    margin-top: 2px
}

.comment-card__content {
    border-top: 1px solid #dbdbdb;
    padding-left: 22px;
    padding-top: 14px
}

.comment-card__head {
    font-size: 14px;
    margin-bottom: 12px
}

.comment-card__name {
    font-size: 16px;
    font-weight: 600;
    display: inline
}

.comment-card__date {
    color: #999;
    display: inline
}

.comment-card__duration {
    color: #666;
    display: inline
}

.comment-card__text {
    color: #666;
    margin-bottom: 12px
}

.comment-card__link,
.contact-block__text a {
    color: currentColor;
    transition: .3s;
    text-decoration: none
}

.comment-card__link {
    font-style: italic
}

.comment-card__link:hover {
    color: #09c
}

.comments__input-text.placeholder,
.comments__input-textarea.placeholder {
    color: #999!important
}

.comments {
    padding-top: 110px;
    padding-bottom: 118px;
    background: #f8f8f8;
    border-bottom: 1px solid #ebebeb
}

.comments__title {
    margin-bottom: 28px
}

.comments__list {
    margin-bottom: 74px
}

.comments__input-text,
.comments__input-textarea {
    background: #fff;
    margin-bottom: 30px;
    border: 0;
    width: 100%
}

.comments__input-text {
    height: 50px;
    padding: 0 16px
}

.comments__input-text::-webkit-input-placeholder {
    color: #999!important
}

.comments__input-text:-moz-placeholder {
    color: #999!important
}

.comments__input-text::-moz-placeholder {
    color: #999!important
}

.comments__input-text:-ms-input-placeholder {
    color: #999!important
}

.comments__input-textarea {
    padding: 10px 16px
}

.comments__input-textarea::-webkit-input-placeholder {
    color: #999!important
}

.comments__input-textarea:-moz-placeholder {
    color: #999!important
}

.comments__input-textarea::-moz-placeholder {
    color: #999!important
}

.comments__input-textarea:-ms-input-placeholder {
    color: #999!important
}

.comments__submit {
    height: 50px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 0 32px;
    transition: .3s
}

.contact-block {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 100px;
    padding-top: 1px
}

.contact-block__map {
    height: 500px;
    margin-top: 150px;
    margin-bottom: 130px
}

.contact-block__place {
    font-size: 48px;
    line-height: 1.25;
    font-family: Teko, Helvetica, sans-serif;
    margin-top: 50px;
    margin-bottom: 20px
}

.contact-block__place-marker {
    font-weight: 100;
    color: #ccc
}

.contact-block__text {
    color: #666;
    margin-bottom: 35px
}

.contact-block__text a:hover {
    color: var(--color-logo)
}

.contact-block__text p {
    margin-bottom: 24px
}

.contact-block__link {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #09c;
    transition: .3s;
    text-decoration: none;
    margin-bottom: 65px
}

.contact-block__link:hover,
.contact-block__submit {
    color: var(--color-logo)
}

.contact-block__link-icon {
    font-size: .8em;
    margin-left: 7px
}

.contact-block__form {
    display: block;
    margin-top: 72px
}

.contact-block__input-text,
.contact-block__input-textarea {
    width: 100%;
    display: block;
    border: 1px solid #727272;
    padding: 10px;
    font-weight: 500;
    background: 0 0
}

.contact-block__input-text::-webkit-input-placeholder,
.contact-block__input-textarea::-webkit-input-placeholder {
    color: #999!important
}

.contact-block__input-text:-moz-placeholder,
.contact-block__input-textarea:-moz-placeholder {
    color: #999!important
}

.contact-block__input-text::-moz-placeholder,
.contact-block__input-textarea::-moz-placeholder {
    color: #999!important
}

.contact-block__input-text:-ms-input-placeholder,
.contact-block__input-textarea:-ms-input-placeholder {
    color: #999!important
}

.contact-block__input-text.placeholder,
.contact-block__input-textarea.placeholder {
    color: #999!important
}

.contact-block__input-text:focus,
.contact-block__input-textarea:focus {
    border-color: #000
}

.contact-block__input-text {
    height: 52px;
    margin-bottom: 23px
}

.contact-block__input-textarea {
    padding: 12px 0;
    min-height: 160px
}

.contact-block__submit {
    text-transform: uppercase;
    border: 0;
    background: 0 0;
    padding: 0;
    font-weight: 600;
    margin-top: 98px;
    transition: .3s
}

.contact-block__submit:hover {
    color: #09c
}

.contact-block__submit-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 1.3em;
    margin-left: .2em;
    margin-top: -.05em
}

.counter-block {
    padding-top: 165px;
    padding-bottom: 100px
}

.counter-block__card {
    padding: 55px 52px;
    text-transform: uppercase;
    margin-bottom: 80px
}

.counter-block__card-title {
    color: #999;
    font-size: 37px;
    font-family: Teko, Helvetica, sans-serif;
    line-height: 1;
    margin-bottom: 96px
}

.counter-block__card-value {
    color: var(--color-lacivert);
    font-size: 250px;
    line-height: 1;
    font-family: Teko, Helvetica, sans-serif;
    margin-left: -7px;
    margin-bottom: -25px
}

.counter-block__card-description {
    color: var(--color-lacivert);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600
}

.counter-block__title {
    margin-bottom: 66px
}

.counter-block__item,
.info-card-content__list:not(:last-child) {
    margin-bottom: 46px
}

.counter-block__item-value {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 100px;
    line-height: 1;
    margin-bottom: 11px
}

.counter-block__item-text {
    color: #666;
    font-size: 16px
}

.dropdown {
    position: relative
}

.dropdown__menu {
    position: absolute;
    background: var(--color-lacivert);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    padding: 16px 0 18px 18px;
    left: -45px;
    top: 40px;
    visibility: hidden;
    opacity: 0;
    transition: .3s 0.3s;
    box-shadow: 0 0 65px rgba(0, 0, 0, .07)
}

.dropdown:hover .dropdown__menu {
    opacity: 1;
    visibility: visible
}

.dropdown__menu_side_right {
    left: auto;
    right: -30px
}

.dropdown__column {
    margin-right: 30px;
    min-width: 125px
}

.dropdown__title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px
}

.dropdown__item {
    margin-bottom: 5px
}

.dropdown__link {
    color: #fff;
    text-decoration: none;
    transition: .3s;
    font-family: Montserrat, sans-serif
}

.error-block__submit:hover,
.error-block__text a,
.featured-block__head-link:hover,
.footer-default p a:hover,
.footer-default p a_active {
    color: var(--color-logo)
}

.dropdown__link:hover,
.dropdown__link_active {
    color: var(--color-logo);
    border-bottom: 1px solid;
    transition: .5s
}

.error-block {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f2f2f3;
    text-align: center;
    padding: 40px 0;
    color: #000
}

.error-block__image {
    display: block;
    margin: 0 auto 26px;
    max-width: 100%
}

.error-block__title {
    font-size: 48px;
    line-height: 1.25;
    font-family: Teko, Helvetica, sans-serif;
    margin-bottom: 10px
}

.error-block__input,
.error-block__text {
    font-size: 16px;
    line-height: 1.75;
    color: #666
}

.error-block__text {
    margin-bottom: 44px
}

.error-block__text a:hover {
    text-decoration: none
}

.error-block__form {
    display: block;
    position: relative;
    max-width: 370px;
    margin: 0 auto
}

.error-block__input {
    display: block;
    border: 1px solid #cececf;
    width: 100%;
    height: 54px;
    padding: 0 20px
}

.error-block__submit {
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    color: #000;
    background: 0 0;
    border: 0;
    font-size: 20px;
    transition: .3s
}

.featured-block {
    background-image: url("../img/dot-gray.jpg");
    padding-top: 125px;
    padding-bottom: 138px;
    overflow: hidden
}

.featured-block__head-link {
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    color: currentColor;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s;
    text-decoration: none;
    letter-spacing: .12em;
    white-space: nowrap
}

.featured-block__head-icon,
.zoom-slider__head-icon {
    font-size: 14px;
    margin-right: -.4em;
    margin-left: .4em
}

.featured-block__title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .12em
}

.featured-block__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -22px 58px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.featured-block__item {
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 0 22px;
    margin-bottom: 44px
}

.featured-block__item-inner {
    width: 100%;
    display: block;
    text-decoration: none;
    background: #fff;
    color: #000;
    position: relative
}

.footer-default p a:after,
.footer-default__list-link:after {
    opacity: 0
}

.featured-block__item-inner:after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 20px 60px 0 rgba(2, 3, 3, .25);
    transition: .3s
}

.featured-block__item-inner img {
    display: block;
    width: 100%
}

.featured-block__item-content {
    display: block;
    padding: 16px 20px 24px;
    position: relative;
    z-index: 2
}

.featured-block__item-footer {
    display: block;
    margin-bottom: 7px
}

.featured-block__item-title {
    font-size: 18px;
    line-height: 1.444444444444444;
    margin-bottom: 8px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: .3s
}

.featured-block__item-inner:hover .featured-block__item-title {
    border-color: currentColor
}

.featured-block__date {
    color: #999;
    position: relative;
    padding-left: 14px;
    margin-left: 10px
}

.featured-block__date:after {
    content: '';
    position: absolute;
    background: currentColor;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    top: .55em;
    left: 0
}

.features-block {
    text-align: center;
    padding: 84px 0 40px
}

.features-block__subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 11px
}

.features-block__title,
.heading-group__title {
    font-size: 48px;
    line-height: 1.25;
    font-family: Teko, Helvetica, sans-serif;
    margin-bottom: 26px
}

.features-block__text {
    font-size: 16px;
    color: #666;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.75;
    margin-bottom: 100px
}

.features-block__item,
.footer-interior__column,
.footer-minimal__column,
.footer-studio__column {
    margin-bottom: 40px
}

.features-block__feature-icon {
    font-size: 80px;
    color: var(--color-logo);
    margin-bottom: 31px
}

.footer-default p,
.footer-default__list {
    color: #666;
    line-height: 1.571428571428571
}

.features-block__feature-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.footer-default {
    padding-top: 162px;
    padding-bottom: 70px
}

.footer-default__head {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 37px;
    margin-bottom: 73px
}

.footer-default__head:after {
    content: '';
    width: 35px;
    height: 2px;
    background: var(--color-logo);
    position: absolute;
    bottom: -1px;
    left: 0
}

.footer-default p a:after,
.footer-default__bottom a:after,
.footer-default__list-link:after,
.footer-interior p a:after,
.footer-interior__list-link:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    height: 1px;
    background: currentColor;
    transition: opacity .3s;
    width: 100%
}

.footer-default__group-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 22px
}

.footer-default__list {
    list-style: none
}

.footer-default p {
    margin-bottom: 10px
}

.footer-default__bottom a,
.footer-default__bottom strong {
    color: #000;
    font-weight: 600
}

.footer-default p a,
.footer-default__list-link {
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer
}

.footer-default__list-item {
    margin-bottom: 2px
}

.footer-default__list-link:hover:after,
.footer-default__list-link_active:after,
.footer-default__list-link_inverted:after {
    opacity: 1
}

.footer-default__list-link:hover,
.footer-default__list-link_active {
    color: var(--color-logo)
}

.footer-default__list-link_inverted:hover:after {
    opacity: 0
}

.footer-default__socials {
    padding-top: 9px
}

.footer-default__bottom {
    margin-top: 70px;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer-default__bottom a,
.footer-interior p a,
.footer-interior__list-link {
    font-family: inherit;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative
}

.footer-default__bottom a {
    background: 0 0
}

.footer-default__bottom a:after,
.footer-interior p a:after {
    opacity: 0
}

.footer-default__bottom a:hover:after,
.footer-default__bottom a_active:after,
.footer-default__bottom a_inverted:after,
.footer-interior p a:hover:after,
.footer-interior p a_active:after,
.footer-interior p a_inverted:after {
    opacity: 1
}

.footer-default__bottom a:hover,
.footer-default__bottom a_active,
.footer-interior p a_active {
    color: var(--color-logo)
}

.footer-default__bottom a_inverted:hover:after,
.footer-interior p a_inverted:hover:after {
    opacity: 0
}

.footer-interior {
    padding-top: 136px;
    padding-bottom: 15px;
    background-size: cover;
    background-position: 50%;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1.875
}

.footer-interior__group-title,
.footer-studio__group-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 17px
}

.footer-interior__list,
.footer-studio__list {
    color: #999;
    list-style: none
}

.footer-interior p,
.footer-studio p {
    color: #999;
    margin-bottom: 0
}

.footer-interior p a,
.footer-interior__list-link {
    color: currentColor;
    background: 0 0
}

.footer-interior p a:hover {
    color: var(--color-logo);
    color: #fff
}

.footer-interior__list-item {
    margin-bottom: 0
}

.footer-interior__list-link:after {
    opacity: 0
}

.footer-interior__list-link:hover:after,
.footer-interior__list-link_active:after,
.footer-interior__list-link_inverted:after {
    opacity: 1
}

.footer-interior__list-link:hover,
.footer-minimal p a:hover {
    color: var(--color-logo);
    color: #fff
}

.footer-interior__list-link_active,
.footer-interior__social:hover {
    color: var(--color-logo)
}

.footer-interior__copyright a:after,
.footer-interior__list-link_inverted:hover:after,
.footer-minimal p a:after {
    opacity: 0
}

.footer-interior__socials,
.footer-minimal__socials,
.footer-studio__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-interior__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: currentColor;
    border-radius: 100%;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 15px;
    transition: .3s
}

.footer-interior__social.icofont-behance,
.footer-interior__social.icofont-google-plus {
    font-size: 26px
}

.footer-interior__social.icofont-linkedin {
    font-size: 22px
}

.footer-interior__form,
.footer-minimal__form,
.footer-studio__form {
    width: 100%;
    position: relative;
    margin-top: 16px
}

.footer-interior__input,
.footer-minimal__input {
    font-size: 16px;
    height: 54px;
    width: 100%;
    color: #000;
    padding: 2px 120px 0 20px
}

.footer-interior__input::-webkit-input-placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-interior__input:-moz-placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-interior__input::-moz-placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-interior__input:-ms-input-placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-interior__input.placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-interior__copyright a:after,
.footer-minimal p a:after,
.footer-minimal__list-link:after {
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    background: currentColor;
    transition: opacity .3s;
    position: absolute;
    height: 1px
}

.footer-interior__input:focus::-webkit-input-placeholder {
    color: #999!important;
    opacity: 0
}

.footer-interior__input:focus:-moz-placeholder {
    color: #999!important;
    opacity: 0
}

.footer-interior__input:focus::-moz-placeholder {
    color: #999!important;
    opacity: 0
}

.footer-interior__input:focus:-ms-input-placeholder {
    color: #999!important;
    opacity: 0
}

.footer-interior__input:focus.placeholder {
    color: #999!important;
    opacity: 0
}

.footer-interior__submit,
.footer-minimal__submit {
    height: 100%;
    padding-top: 2px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 12px;
    white-space: nowrap;
    border: 0;
    background: 0 0;
    transition: .3s
}

.footer-interior__copyright a,
.footer-minimal p a,
.footer-minimal__copyright a,
.footer-minimal__list-link,
.footer-studio__copyright a {
    transition: .3s;
    display: inline-block;
    border: none;
    font-family: inherit;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer
}

.footer-interior__submit:hover {
    color: var(--color-logo)
}

.footer-interior__submit-icon {
    font-weight: 700;
    font-size: 12px;
    margin-left: 1px;
    transform: translateY(-1px);
    display: inline-block
}

.footer-interior__bottom,
.footer-minimal__bottom,
.footer-studio__bottom {
    margin-top: 58px;
    color: #999
}

.footer-interior__bottom strong {
    color: #fff;
    font-weight: 600
}

.footer-interior__copyright a,
.footer-minimal__copyright a,
.footer-studio__copyright a {
    background: 0 0;
    color: #fff;
    font-weight: 600
}

.footer-interior__copyright a:hover:after,
.footer-interior__copyright a_active:after,
.footer-interior__copyright a_inverted:after,
.footer-minimal p a:hover:after,
.footer-minimal p a_active:after,
.footer-minimal p a_inverted:after {
    opacity: 1
}

.footer-interior__copyright a:hover,
.footer-interior__copyright a_active,
.footer-minimal p a_active {
    color: var(--color-logo)
}

.footer-interior__copyright a_inverted:hover:after,
.footer-minimal p a_inverted:hover:after {
    opacity: 0
}

.footer-minimal {
    padding-top: 126px;
    padding-bottom: 78px;
    background-color: var(--color-logo);
    color: #fff;
    font-size: 14px;
    line-height: 1.571428571428571
}

.footer-minimal__logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px
}

.footer-minimal__group-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 44px;
    text-transform: uppercase
}

.footer-minimal__list {
    list-style: none
}

.footer-minimal p {
    margin-bottom: 10px
}

.footer-minimal p a,
.footer-minimal__list-link {
    color: currentColor;
    background: 0 0
}

.footer-minimal__list-item,
.menu-panel__submenu-item {
    margin-bottom: 2px
}

.footer-minimal__list-link:after {
    opacity: 0
}

.footer-minimal__list-link:hover:after,
.footer-minimal__list-link_active:after,
.footer-minimal__list-link_inverted:after {
    opacity: 1
}

.footer-minimal__list-link:hover,
.footer-studio p a:hover {
    color: var(--color-logo);
    color: #fff
}

.footer-minimal__list-link_active,
.footer-minimal__social:hover {
    color: var(--color-logo)
}

.footer-minimal__list-link_inverted:hover:after {
    opacity: 0
}

.footer-minimal__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: currentColor;
    border-radius: 100%;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 15px;
    transition: .3s
}

.footer-minimal__social.icofont-behance,
.footer-minimal__social.icofont-google-plus {
    font-size: 26px
}

.footer-minimal__social.icofont-linkedin {
    font-size: 22px
}

.footer-minimal__input::-webkit-input-placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-minimal__input:-moz-placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-minimal__input::-moz-placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-minimal__input:-ms-input-placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-minimal__input.placeholder {
    color: #999!important;
    opacity: 1;
    transition: .3s
}

.footer-minimal__copyright a:after,
.footer-studio p a:after,
.footer-studio__copyright a:after,
.footer-studio__list-link:after,
.full-screen-block__link:after {
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    background: currentColor;
    transition: opacity .3s
}

.footer-minimal__input:focus::-webkit-input-placeholder {
    color: #999!important;
    opacity: 0
}

.footer-minimal__input:focus:-moz-placeholder {
    color: #999!important;
    opacity: 0
}

.footer-minimal__input:focus::-moz-placeholder {
    color: #999!important;
    opacity: 0
}

.footer-minimal__input:focus:-ms-input-placeholder {
    color: #999!important;
    opacity: 0
}

.footer-minimal__input:focus.placeholder {
    color: #999!important;
    opacity: 0
}

.footer-minimal__submit:hover {
    color: var(--color-logo)
}

.footer-minimal__submit-icon {
    font-weight: 700;
    font-size: 12px;
    margin-left: 1px;
    transform: translateY(-1px);
    display: inline-block
}

.footer-minimal__bottom strong {
    color: #fff;
    font-weight: 600
}

.footer-minimal__copyright a:after,
.footer-studio p a:after {
    position: absolute;
    height: 1px;
    opacity: 0
}

.footer-minimal__copyright a:hover:after,
.footer-minimal__copyright a_active:after,
.footer-minimal__copyright a_inverted:after,
.footer-studio p a:hover:after,
.footer-studio p a_active:after,
.footer-studio p a_inverted:after {
    opacity: 1
}

.footer-minimal__copyright a:hover,
.footer-minimal__copyright a_active,
.footer-studio p a_active {
    color: var(--color-logo)
}

.footer-minimal__copyright a_inverted:hover:after,
.footer-studio p a_inverted:hover:after {
    opacity: 0
}

.footer-studio {
    padding-top: 136px;
    padding-bottom: 15px;
    background-size: cover;
    background-position: 50%;
    background-color: #252525;
    color: #fff;
    font-size: 16px;
    line-height: 1.875
}

.footer-studio p a,
.footer-studio__list-link,
a:not([class]) {
    color: var(--color-lacivert);
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer
}

.footer-studio__list-item {
    margin-bottom: 0
}

.footer-studio__list-link:after {
    position: absolute;
    height: 1px;
    opacity: 0
}

.footer-studio__list-link:hover:after,
.footer-studio__list-link_active:after,
.footer-studio__list-link_inverted:after {
    opacity: 1
}

.footer-studio__list-link:hover {
    color: var(--color-logo);
    color: #fff
}

.footer-studio__list-link_active,
.footer-studio__social:hover {
    color: var(--color-logo)
}

.footer-studio__list-link_inverted:hover:after {
    opacity: 0
}

.footer-studio__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 15px;
    transition: .3s
}

.footer-studio__social.icofont-behance,
.footer-studio__social.icofont-google-plus {
    font-size: 26px
}

.footer-studio__social.icofont-linkedin {
    font-size: 22px
}

.footer-studio__input {
    font-size: 16px;
    height: 54px;
    width: 100%;
    color: #fff;
    padding: 2px 120px 0 20px;
    background: #333;
    border: 0
}

.footer-studio__input::-webkit-input-placeholder {
    color: #666!important;
    opacity: 1;
    transition: .3s
}

.footer-studio__input:-moz-placeholder {
    color: #666!important;
    opacity: 1;
    transition: .3s
}

.footer-studio__input::-moz-placeholder {
    color: #666!important;
    opacity: 1;
    transition: .3s
}

.footer-studio__input:-ms-input-placeholder {
    color: #666!important;
    opacity: 1;
    transition: .3s
}

.footer-studio__input.placeholder {
    color: #666!important;
    opacity: 1;
    transition: .3s
}

.footer-studio__input:focus::-webkit-input-placeholder {
    color: #666!important;
    opacity: 0
}

.footer-studio__input:focus:-moz-placeholder {
    color: #666!important;
    opacity: 0
}

.footer-studio__input:focus::-moz-placeholder {
    color: #666!important;
    opacity: 0
}

.footer-studio__input:focus:-ms-input-placeholder {
    color: #666!important;
    opacity: 0
}

.footer-studio__input:focus.placeholder {
    color: #666!important;
    opacity: 0
}

.footer-studio__submit {
    height: 100%;
    padding-top: 2px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 12px;
    white-space: nowrap;
    border: 0;
    background: 0 0;
    transition: .3s;
    color: #fff
}

.footer-studio__submit:hover {
    color: var(--color-logo)
}

.footer-studio__submit-icon {
    font-weight: 700;
    font-size: 12px;
    margin-left: 1px;
    transform: translateY(-1px);
    display: inline-block
}

.footer-studio__bottom strong {
    color: #fff;
    font-weight: 600
}

.footer-studio__copyright a:after {
    position: absolute;
    height: 1px;
    opacity: 0
}

.footer-studio__copyright a:hover:after,
.footer-studio__copyright a_active:after,
.footer-studio__copyright a_inverted:after {
    opacity: 1
}

.footer-studio__copyright a:hover,
.footer-studio__copyright a_active {
    color: var(--color-logo)
}

.footer-studio__copyright a_inverted:hover:after {
    opacity: 0
}

.footer_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.full-screen-block {
    position: relative;
    min-height: 100vh
}

.full-screen-block__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
    color: #000
}

.full-screen-block__slide_dark,
.header_white {
    color: #fff
}

.full-screen-block__slide-inner,
.main-slide__counter-inner,
.masonry__secondary-filters-wrapper,
.minimal-head-block__label-wrapper {
    position: relative
}

.full-screen-block__subtitle,
.studio-intro-slide__subtitle,
.studio-main-slide__subtitle {
    font-size: 24px;
    margin-bottom: 17px
}

.full-screen-block__title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 11vh
}

.full-screen-block__title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 13vmin;
    line-height: .875;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -4px
}

.full-screen-block__label {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: auto;
    padding-top: 35px;
    text-align: right
}

.full-screen-block__label-value {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-top: 6px
}

.full-screen-block__text,
.panorama-slider2__text {
    font-size: 20px;
    max-width: 500px;
    margin-bottom: 86px;
    line-height: 1.6
}

.full-screen-block__link,
.panorama-slider2__link,
.studio-intro-slide__link,
.studio-main-slide__link {
    color: currentColor;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-family: Teko, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.4
}

.full-screen-block__link:after {
    position: absolute;
    opacity: 0;
    height: 2px
}

.full-screen-block__link:hover:after,
.full-screen-block__link_active:after,
.full-screen-block__link_inverted:after {
    opacity: 1
}

.full-screen-block__locale:after,
.header-full-page__contacts a:after {
    height: 1px;
    background: currentColor;
    transition: opacity .3s;
    content: '';
    width: 100%;
    bottom: 2px;
    left: 0
}

.full-screen-block__link:hover,
.full-screen-block__link_active {
    color: var(--color-logo)
}

.full-screen-block__link_inverted:hover:after {
    opacity: 0
}

.full-screen-block__counter {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 48px;
    position: absolute;
    right: -12px;
    bottom: -4px;
    letter-spacing: 12px;
    line-height: 1.3
}

.full-screen-block__locale,
.header-full-page__contacts a {
    font-family: inherit;
    background: 0 0;
    border: none;
    cursor: pointer
}

.full-screen-block__counter-all {
    color: #999;
    margin-left: -18px
}

.full-screen-block__slide_dark .full-screen-block__counter-all {
    color: #ccc
}

.full-screen-block__footer {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 5
}

.full-screen-block__footer-inner {
    display: -ms-flexbox;
    display: flex
}

.full-screen-block__socials,
.main-slider__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.full-screen-block__locale,
.full-screen-block__social-link,
.header-full-page__contacts a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.full-screen-block__social-link {
    font-size: 18px;
    color: currentColor;
    margin-right: 35px;
    transition: color .3s
}

.full-screen-block__social-link:hover {
    color: var(--color-logo)
}

.full-screen-block__social-link.icofont-behance {
    font-size: 24px
}

.full-screen-block__locales,
.main-slide__label-wrapper,
.main-slider__locales {
    margin-left: auto
}

.full-screen-block__locale {
    color: currentColor;
    transition: .3s;
    position: relative;
    font-size: 16px;
    margin-left: 25px
}

.grid-block__title,
.grid-block__year,
.heading-default__title {
    font-family: Teko, Helvetica, sans-serif
}

.full-screen-block__locale:after {
    position: absolute;
    opacity: 0;
    display: none
}

.full-screen-block__locale:hover:after,
.full-screen-block__locale_active:after,
.full-screen-block__locale_inverted:after {
    opacity: 1
}

.full-screen-block__locale:hover,
.full-screen-block__locale_active {
    color: var(--color-logo)
}

.full-screen-block__locale_inverted:hover:after {
    opacity: 0
}

.grid-block {
    min-height: 100vh;
    padding-top: 148px;
    padding-bottom: 34px;
    position: relative;
    overflow: hidden;
    background: #666;
    color: #fff
}

.grid-block__item,
.header-full-page__contacts a {
    color: currentColor;
    position: relative;
    transition: .3s
}

.grid-block__image {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(1);
    transition: transform 5s, opacity .35s;
    opacity: 0
}

.grid-block__image_active {
    opacity: 1;
    transform: scale(1.03)
}

.grid-block__content,
.parallax-block__inner {
    position: relative;
    z-index: 2
}

.grid-block__column {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex
}

.grid-block__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    border: 1px solid rgba(255, 255, 255, .5);
    width: 100%;
    text-decoration: none;
    padding: 80px 30px 32px;
    background: rgba(242, 74, 0, 0);
    min-height: 340px
}

.grid-block__item:hover,
.grid-block__item_active {
    background: var(--color-logo);
    border-color: var(--color-logo)
}

.grid-block__year {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 30px;
    top: 27px
}

.grid-block__subtitle {
    display: block;
    margin-bottom: 4px
}

.grid-block__title {
    display: block;
    font-size: 48px;
    line-height: .75
}

.header-fixed {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 41px
}

.header-fixed__menu {
    margin-right: auto;
    margin-left: auto
}

.header-fixed__bottom,
.header-full-page__bottom,
.studio-filter__inner,
.top-menu__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-full-page {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 32px
}

.header-full-page__menu {
    margin-right: 20px
}

.header-full-page__contacts,
.top-menu__contacts {
    text-transform: uppercase
}

.header-full-page__contacts span {
    transition: .3s
}

.header-full-page__contacts a {
    font-weight: 600
}

.header-full-page__contacts a:after {
    position: absolute;
    opacity: 0;
    display: none
}

.header-full-page__contacts a:hover:after,
.header-full-page__contacts a_active:after,
.header-full-page__contacts a_inverted:after {
    opacity: 1
}

.header-full-page__contacts a:hover,
.header-full-page__contacts a_active {
    color: var(--color-logo)
}

.header-full-page__contacts a_inverted:hover:after {
    opacity: 0
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    background: #fff;
    color: #242323;
    box-shadow: 0 0 65px rgb(0 0 0 / 7%)
}

.header__overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .2;
    display: none
}

.header__container {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 1px
}

.header_fixed .header__container {
    transform: translateY(0)
}

.header_is_fixed .header__container {
    position: fixed;
    background: #fff;
    color: #242323;
    transform: translateY(100%);
    padding-top: 18px;
    transition: background .5s, transform .5s;
    box-shadow: 0 0 65px rgba(0, 0, 0, .07)
}

.header__logo {
    position: relative;
    display: block;
    z-index: 3
}

.header__wrapper {
    padding-top: 0;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 25px
}

.header__inner,
.top-menu__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}

.header__menu-button {
    position: absolute;
    right: -13px;
    top: 50%;
    margin-top: -25px;
    border: 0;
    width: 50px;
    height: 50px;
    background: 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: currentColor;
    transition: color .5s;
    z-index: 2
}

.header__menu-button_dark {
    color: #000
}

.header__menu-button_fixed {
    right: 47px;
    top: 34px;
    margin: 0
}

.header__menu-button-inner {
    height: 2px;
    width: 24px;
    background: currentColor;
    position: relative;
    border: 0;
    transition: background .5s
}

.header__menu-button_cross .header__menu-button-inner {
    background: 0 0
}

.header__menu-button-inner:after,
.header__menu-button-inner:before {
    position: absolute;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: currentColor;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.header__menu-button-inner:before {
    transform: translateY(7px)
}

.header__menu-button_burger .header__menu-button-inner:before {
    animation-name: button-before-open-animation
}

.header__menu-button_cross .header__menu-button-inner:before {
    animation-name: button-before-close-animation
}

@keyframes button-before-close-animation {
    0% {
        transform: translateY(7px)
    }
    50% {
        transform: translateY(0) rotate(0)
    }
    100% {
        transform: translateY(0) rotate(45deg)
    }
}

@keyframes button-before-open-animation {
    0% {
        transform: translateY(0) rotate(45deg)
    }
    50% {
        transform: translateY(0) rotate(0)
    }
    100% {
        transform: translateY(7px)
    }
}

.header__menu-button-inner:after {
    transform: translateY(-7px)
}

.header__menu-button_burger .header__menu-button-inner:after {
    animation-name: button-after-open-animation
}

.header__menu-button_cross .header__menu-button-inner:after {
    animation-name: button-after-close-animation
}

@keyframes button-after-close-animation {
    0% {
        transform: translateY(-7px)
    }
    50% {
        transform: translateY(0) rotate(0)
    }
    100% {
        transform: translateY(0) rotate(-45deg)
    }
}

@keyframes button-after-open-animation {
    0% {
        transform: translateY(0) rotate(-45deg)
    }
    50% {
        transform: translateY(0) rotate(0)
    }
    100% {
        transform: translateY(-7px)
    }
}

.header__menu {
    transform: translateX(100%) translateZ(0);
    transition: .6s;
    z-index: 9
}

.header__menu_opened {
    transform: translateX(0) translateZ(0)
}

.heading-default {
    padding-top: 220px;
    margin-bottom: 98px
}

.heading-default_context_listing {
    text-align: center;
    margin-bottom: 84px
}

.heading-default_context_listing .heading-default__breadcrumbs {
    -ms-flex-pack: center;
    justify-content: center
}

.heading-default__title {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 11px
}

.heading-default__breadcrumbs {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

.heading-default__breadcrumb-item {
    font-size: 16px;
    color: #999
}

.heading-default__breadcrumb-item:not(:first-child):before {
    content: '/ '
}

.heading-default__breadcrumb-item:not(:last-child) {
    margin-right: .3em
}

.heading-default__breadcrumb-link {
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #000
}

.heading-default__breadcrumb-link:hover,
.heading-default__breadcrumb-link_active,
.info-card-content__social:hover,
.info-card__button:hover,
.listing-block__item:hover .listing-block__item-title,
a:not([class]):hover {
    color: var(--color-logo)
}

.heading-default__breadcrumb-link:after,
.link:after,
a:not([class]):after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: opacity .3s;
    opacity: 0
}

.heading-default__breadcrumb-link:hover:after,
.heading-default__breadcrumb-link_active:after,
.heading-default__breadcrumb-link_inverted:after,
.link:hover:after,
.link_active:after,
.link_inverted:after,
a:not([class]):hover:after {
    opacity: 1
}

.heading-default__breadcrumb-link_inverted:hover:after,
.link_inverted:hover:after {
    opacity: 0
}

.heading-group {
    margin-bottom: 85px
}

.heading-group_centered,
.show-more {
    text-align: center
}

.heading-group__subtitle {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 9px
}

.heading-group__text {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
    margin-bottom: 32px;
    max-width: 900px
}

.heading-group_centered .heading-group__text {
    margin-left: auto;
    margin-right: auto
}

.heading-smallest {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500
}

.heading-smallest_size_small {
    font-size: 16px
}

.heading-smallest_has-offset {
    margin-bottom: 72px
}

.heading-smallest_has-offset.heading-smallest_size_small {
    margin-bottom: 52px
}

.icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    fill: inherit;
    fill: currentColor;
    stroke: inherit
}

.icon use {
    fill: inherit;
    fill: currentColor
}

.icon_behance {
    width: 1.5em
}

.icon_facebook {
    width: .466666666666667em
}

.icon_twitter {
    width: 1.090909090909091em
}

.info-card-content {
    padding: 12px 40px 52px
}

.info-card-content__title {
    font-size: 48px;
    line-height: 1;
    font-family: Teko, Helvetica, sans-serif;
    margin-bottom: 28px
}

.info-card-content__text {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 40px
}

.info-card-content__list-item {
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 9px;
    -ms-flex-align: center;
    align-items: center
}

.info-card-content__list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.info-card-content__list-item-name {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: auto
}

.info-card-content__list-item-text {
    font-size: 16px;
    text-align: right;
    margin-left: 20px
}

.info-card-content__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 20px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.info-card-content__social {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    transition: color .3s;
    margin-bottom: 5px
}

.info-card-content__social:not(:first-child) {
    margin-left: 26px
}

.info-card {
    position: relative;
    max-width: 530px;
    width: 100%
}

.info-card__button {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    height: 80px;
    background: #fff;
    border: 0;
    padding: 0 45px;
    margin-left: auto;
    transition: color .3s
}

.info-card__body {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    color: #000;
    max-height: 80vh;
    overflow: auto
}

.link,
.main-slide {
    position: relative
}

.link {
    color: var(--color-lacivert);
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid var(--color-lacivert)
}

.link:hover,
.link_active {
    color: #fff;
    padding: 10px 15px
}

.link:hover {
    background-color: var(--color-lacivert)
}

.link_active {
    background: var(--color-lacivert);
    text-align: center
}

.listing-block {
    padding-bottom: 134px;
    border-bottom: 1px solid #ebebeb;
    text-align: center
}

.listing-block__filter {
    color: #666;
    margin-bottom: 58px
}

.listing-block .listing-block__filter-link {
    margin-left: 17px;
    margin-right: 17px
}

.listing-block__grid,
.service-block__head {
    margin-bottom: 116px
}

.listing-block__item {
    text-decoration: none;
    color: currentColor;
    display: block;
    margin-bottom: 58px
}

.listing-block__image-wrapper {
    margin-bottom: 26px;
    overflow: hidden;
    display: block
}

.listing-block__image {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: .5s;
    opacity: 1
}

.listing-block__image:hover {
    transform: scale(1.04);
    opacity: .6
}

.listing-block__item-title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 48px;
    line-height: .666666666666667;
    display: block;
    transition: color .3s;
    margin-bottom: 14px
}

.logo,
.main-slide__link {
    text-decoration: none;
    transition: .3s;
    font-family: Teko, Helvetica, sans-serif
}

.listing-block__item-category,
.masonry-item__category {
    color: #999
}

.listing-block__loader {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #999
}

.logo {
    font-size: 36px;
    line-height: .555555555555556;
    margin-top: .1em;
    text-transform: uppercase;
    color: currentColor;
    letter-spacing: .2em
}

.main-slide {
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

.main-slide__image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%!important;
    width: 100%;
    z-index: 1
}

.main-slide__container {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 180px;
    padding-bottom: 120px
}

.main-slide__slide-inner {
    width: 100%;
    position: relative;
    z-index: 2
}

.main-slide__subtitle-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px
}

.main-slide__subtitle {
    font-size: 24px
}

.main-slide__title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 63px
}

.main-slide__link,
.main-slide__link-wrapper {
    display: inline-block;
    vertical-align: top
}

.main-slide__title-wrapper&gt;:first-child {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main-slide__title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 180px;
    line-height: .95;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -6px
}

.main-slide_size_medium .main-slide__title {
    font-size: 160px
}

.main-slide__label {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 35px;
    text-align: right
}

.main-slide__label-value {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin-top: 6px;
    text-align: right
}

.main-slide__text-wrapper {
    max-width: 500px
}

.main-slide__text-wrapper:not(:last-child) {
    margin-bottom: 86px
}

.main-slide__text {
    font-size: 20px;
    line-height: 1.6
}

.main-slide_size_medium .main-slide__text {
    font-size: 16px
}

.main-slider__social-link.icofont-behance,
blockquote&gt;div {
    font-size: 24px
}

.main-slide__link {
    color: currentColor;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 30px;
    color: var(--color-logo);
    line-height: 1.4
}

.main-slide__link:hover,
.main-slide__link_active,
.main-slider__social-link:hover,
.masonry-block__item-inner:hover .masonry-large-block__item-title,
.masonry-item:hover .masonry-item__title {
    color: var(--color-logo)
}

.masonry-block,
.masonry-large-block {
    padding-bottom: 110px;
    border-bottom: 1px solid #ebebeb
}

.main-slide__link:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    background: currentColor;
    transition: opacity .3s;
    opacity: 0;
    height: 2px
}

.main-slide__link:hover:after,
.main-slide__link_active:after,
.main-slide__link_inverted:after {
    opacity: 1
}

.masonry__secondary-filter-button:after,
.menu-panel__bottom a:after {
    bottom: 2px;
    height: 1px;
    background: currentColor;
    transition: opacity .3s;
    content: ''
}

.main-slide__link_inverted:hover:after {
    opacity: 0
}

.main-slide__counter-wrapper {
    position: absolute;
    right: -12px;
    bottom: 0
}

.main-slide__counter {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 48px;
    letter-spacing: 12px;
    line-height: 1.3
}

.main-slide__counter-all {
    color: #999;
    margin-left: -18px
}

.main-slide .tp-parallax-wrap {
    min-width: auto!important;
    position: inherit!important;
    left: auto!important
}

.main-slide .tp-loop-wrap,
.main-slide .tp-mask-wrap,
.panorama-slider2 .tp-loop-wrap,
.panorama-slider2 .tp-mask-wrap {
    position: inherit!important
}

.main-slider {
    position: relative;
    color: #fff;
    min-height: auto
}

.main-slider__footer {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 20
}

.main-slider__footer-inner {
    display: -ms-flexbox;
    display: flex
}

.main-slider__locale,
.main-slider__social-link {
    display: inline-block;
    text-decoration: none;
    vertical-align: top
}

.main-slider__social-link {
    font-size: 18px;
    color: #fff;
    margin-right: 35px;
    transition: color .3s
}

.main-slider__locale {
    font-size: 16px;
    margin-left: 25px
}

.masonry-item__title,
.masonry-large-block__item-title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.066666666666667;
    display: block
}

.main-slider__locale:after {
    display: none
}

.masonry-block__grid {
    margin-bottom: 82px
}

.masonry-block__item,
.service-works__item {
    margin-bottom: 42px
}

.masonry-item {
    text-decoration: none;
    color: currentColor;
    display: block
}

.masonry-item__image-wrapper {
    margin-bottom: 20px;
    overflow: hidden
}

.masonry-item__image {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: .5s;
    opacity: 1;
    filter: brightness(.5)
}

.masonry-item__image-wrapper:hover .masonry-item__image {
    transform: scale(1.04);
    filter: unset;
    transition: .5s
}

.masonry-item__image-wrapper:hover .baslik {
    display: none;
    transition: .5s
}

.masonry-item__title {
    transition: color .3s
}

.masonry-large-block {
    margin-top: 120px;
    overflow: hidden
}

.masonry-large-block__grid {
    margin-bottom: 76px
}

.masonry-large-block__item {
    margin-bottom: 30px
}

.masonry-large-block__item-inner {
    text-decoration: none;
    color: currentColor;
    display: block;
    margin-bottom: 42px
}

.masonry-large-block__item-inner img {
    width: 100%;
    margin-bottom: 10px
}

.masonry-large-block__item-title {
    transition: color .3s
}

.masonry-large-block__item-category {
    color: #999
}

.masonry__primary-filters {
    margin-bottom: 12px
}

.masonry__primary-filter-button {
    font-size: 16px;
    font-weight: 600;
    border: 0;
    background: 0 0;
    color: #ccc;
    margin-right: 40px;
    transition: color .3s
}

.masonry__primary-filter-button:hover,
.masonry__primary-filter-button_active {
    color: #000
}

.masonry__secondary-filters {
    margin-bottom: 56px;
    top: 0;
    left: 0
}

.masonry__secondary-filter-button {
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    transition: color .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: 0;
    cursor: pointer;
    margin-right: 34px;
    line-height: inherit;
    margin-bottom: 10px
}

.masonry__secondary-filter-button:after {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0
}

.masonry__secondary-filter-button:hover:after {
    opacity: 1
}

.masonry__secondary-filter-button_active {
    color: var(--color-logo)
}

.masonry__secondary-filter-button_active:after,
.masonry__secondary-filter-button_inverted:after {
    opacity: 1
}

.masonry__secondary-filter-button_inverted:hover:after {
    opacity: 0
}

.menu-panel {
    position: fixed;
    background: #fff;
    color: #000;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 550px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: -ms-flexbox;
    display: flex;
    width: 35%
}

.menu-panel__inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px
}

.menu-panel__locale,
.menu-panel__menu-link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.menu-panel__menu {
    transition: .5s .6s;
    transform: translateY(3rem);
    opacity: 0
}

.header__menu_opened .menu-panel__menu {
    transform: translate(0);
    opacity: 1
}

.menu-panel__menu-item {
    margin-bottom: 15px
}

.menu-panel__menu-link {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    transition: .3s;
    margin-bottom: 7px;
    line-height: 1.1;
    font-family: Montserrat, sans-serif
}

.minimal-head-block__title,
.news-masonry-item__title,
.panorama-slider2__label-value,
.panorama-slider2__title,
.parallax-block__title {
    font-family: Teko, Helvetica, sans-serif
}

.menu-panel__menu-link.collapsed {
    color: #999
}

.menu-panel__menu-link_active,
.menu-panel__menu-link_active.collapsed {
    color: currentColor
}

.menu-panel__bottom-submenu {
    padding-left: 15px
}

.menu-panel__submenu-item:first-child {
    padding-top: 9px
}

.menu-panel__submenu-item:last-child {
    padding-bottom: 9px
}

.menu-panel__submenu-link {
    font-size: 16px;
    line-height: 1.75;
    text-decoration: none;
    color: #999;
    transition: .3s
}

.menu-panel__submenu-link:hover,
.menu-panel__submenu-link_active {
    color: currentColor
}

.menu-panel__locales {
    margin-bottom: 76px;
    transition: .5s .4s;
    transform: translateY(3rem);
    opacity: 0
}

.header__menu_opened .menu-panel__locales {
    transform: translate(0);
    opacity: 1
}

.menu-panel__locale {
    font-size: 14px;
    margin-right: 15px;
    text-transform: uppercase
}

.menu-panel__locale:after,
.panorama-slider2 .tparrows,
.panorama-slider__content {
    display: none
}

.menu-panel__footer {
    margin-top: auto;
    padding-bottom: 44px
}

.menu-panel__socials {
    margin-top: 60px;
    transition: .5s .7s;
    transform: translateY(3rem);
    opacity: 0
}

.header__menu_opened .menu-panel__socials {
    transform: translate(0);
    opacity: 1
}

.menu-panel .menu-panel__socials {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu-panel__bottom {
    margin-top: 18px;
    color: #999;
    transition: .5s .9s;
    transform: translateY(2rem);
    opacity: 0
}

.header__menu_opened .menu-panel__bottom {
    transform: translate(0);
    opacity: 1
}

.news-masonry-item__image:hover,
.posts__item-inner:hover .posts__image,
.project-block__project:hover .project-block__image {
    transform: scale(1.04)
}

.menu-panel__bottom strong {
    color: #000;
    font-weight: 600
}

.menu-panel__bottom a {
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #000;
    font-weight: 600
}

.menu-panel__bottom a:after {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0
}

.menu-panel__bottom a:hover:after,
.menu-panel__bottom a_active:after,
.menu-panel__bottom a_inverted:after {
    opacity: 1
}

.menu-panel__bottom a:hover,
.menu-panel__bottom a_active,
.typed-cursor {
    color: var(--color-logo)
}

.menu-panel__bottom a_inverted:hover:after {
    opacity: 0
}

.minimal-head-block {
    padding-top: 250px;
    padding-bottom: 116px
}

.minimal-head-block__title {
    font-size: 62px;
    line-height: 1.05;
    margin-bottom: 24px
}

.minimal-head-block__label-inner:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 3px;
    top: -5px;
    width: 100%
}

.minimal-head-block__label {
    color: var(--color-logo);
    display: inline-block;
    vertical-align: bottom;
    padding: 0 10px;
    line-height: 1;
    position: relative;
    z-index: 2
}

.minimal-head-block__text {
    font-size: 20px;
    line-height: 1.6;
    color: #666;
    max-width: 770px
}

.news-masonry-item {
    background: #f2f2f2;
    text-decoration: none;
    color: currentColor;
    transition: .3s;
    display: block
}

.news-masonry-item__image-wrapper {
    overflow: hidden;
    display: block
}

.news-masonry-item__image {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: .5s
}

.news-masonry-item__content {
    padding: 30px 35px 32px
}

.news-masonry-item__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px
}

.news-masonry-item:hover .news-masonry-item__date {
    color: #fff
}

.news-masonry-item__item-inner:hover .news-masonry-item__title,
.panorama-slider__menu-link:hover {
    color: var(--color-logo)
}

.news-masonry-item__date:after {
    content: '';
    position: absolute;
    background: currentColor;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    top: 50%;
    left: 0
}

.news-masonry-item__title {
    display: block;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 22px
}

.news-masonry-item__text {
    color: #666;
    transition: .3s;
    margin-bottom: 24px
}

.news-masonry-item:hover .news-masonry-item__text {
    color: #fff
}

.news-masonry-item__continue-icon {
    font-size: 1.428571428571429em;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 6px
}

.panorama-slider__data-layer,
.project-slider__data-layer {
    position: absolute;
    width: 100%;
    top: 17%;
    left: 0
}

.panorama-slider__container,
.project-slider__container {
    position: relative;
    max-width: 1530px;
    padding: 0 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 22
}

.panorama-slider__menu-link,
.project-slider__menu-link {
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    min-width: 80px;
    height: 80px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    background: #fff;
    margin-left: 22px;
    text-decoration: none;
    color: #000;
    transition: color .3s
}

.panorama-slider2,
.zoom-slider__slider-wrapper {
    position: relative;
    color: #fff
}

.panorama-slider2__footer-link:hover,
.panorama-slider2__link:hover,
.panorama-slider2__link_active,
.parallax-block__download-link:hover,
.project-block__project:hover .project-block__project-more {
    color: var(--color-logo)
}

.panorama-slider2__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
    pointer-events: none
}

.panorama-slider2__slide-inner,
.simple-slider,
.studio-main-slider,
.team-block__slider-wrapper {
    position: relative
}

.panorama-slider2__subtitle {
    font-size: 20px;
    margin-bottom: 20px!important
}

.panorama-slider2__title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 78px
}

.panorama-slider2__title-wrapper&gt;:first-child,
.zoom-counter__info {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.panorama-slider2__title {
    font-size: 120px;
    line-height: .875;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -6px
}

.panorama-slider2__label {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: auto;
    text-align: center;
    padding-bottom: 6px
}

.panorama-slider2__label-icon {
    font-size: 72px;
    padding-right: .3em;
    text-align: center!important
}

.panorama-slider2__label-value {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    letter-spacing: .25em
}

.panorama-slider2__link-wrapper {
    display: inline-block;
    vertical-align: top;
    pointer-events: auto
}

.panorama-slider2__link:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    background: currentColor;
    transition: opacity .3s;
    opacity: 0;
    height: 2px
}

.panorama-slider2__link:hover:after,
.panorama-slider2__link_active:after,
.panorama-slider2__link_inverted:after {
    opacity: 1
}

.panorama-slider2__link_inverted:hover:after {
    opacity: 0
}

.panorama-slider2__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 20
}

.panorama-slider2__footer:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    right: 50%;
    background: #fff;
    z-index: 1
}

.panorama-slider2__footer-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.panorama-slider2__footer-menu {
    min-width: 68%;
    width: 68vmin;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    color: #000;
    background: #fff;
    font-size: 2.2vmin;
    line-height: 1.363636363636364;
    text-transform: uppercase;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.panorama-slider2__footer-item {
    width: 200px;
    height: 16vmin;
    padding-right: 30px;
    padding-top: 5vmin
}

.panorama-slider2__footer-link {
    text-decoration: none;
    color: currentColor;
    transition: .3s
}

.panorama-slider2__controls {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -30px;
    z-index: 2
}

.panorama-slider2__control {
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    transition: .3s;
    margin-left: 25px
}

.panorama-slider2__control:hover {
    background: rgba(255, 255, 255, .25);
    border-color: rgba(255, 255, 255, .25)
}

.panorama-slider2 .tp-parallax-wrap {
    min-width: auto!important;
    position: inherit!important;
    top: auto!important;
    left: auto!important
}

.parallax-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    color: #fff;
    background: #242323;
    overflow: hidden
}

.parallax-block__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
    display: block!important
}

.parallax-block__subtitle {
    margin-bottom: 35px
}

.parallax-block__title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 58px
}

.parallax-block__title {
    font-size: 160px;
    line-height: .84375;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: -7px
}

.parallax-block__label {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: auto;
    padding-top: 38px;
    text-align: right
}

.parallax-block__play {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: var(--color-logo);
    border: 0;
    margin-left: auto;
    margin-top: 52px
}

.parallax-block__play:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    margin-left: 3px
}

.parallax-block__text {
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 94px;
    line-height: 1.875
}

.parallax-block__download-link,
.person-block__name {
    line-height: 1;
    font-family: Teko, Helvetica, sans-serif
}

.parallax-block__download-link {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: currentColor;
    transition: color .3s
}

.parallax-block__download-icon {
    font-size: 36px;
    margin-right: 22px;
    display: inline-block;
    vertical-align: top
}

.parallax-block__download-text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 3px;
    margin-top: 3px
}

.parallax-block__download-text:after {
    content: '';
    height: 2px;
    position: absolute;
    background: currentColor;
    left: 0;
    bottom: 0;
    width: 100%
}

.parallax-image {
    overflow: hidden;
    height: 500px
}

.parallax-image__image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    filter: brightness(.5)
}

.person-block {
    background: #f8f8f8;
    padding: 60px 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.person-block__image {
    width: 130px;
    min-width: 130px;
    margin-right: 37px;
    margin-top: 5px
}

.person-block__name {
    font-size: 30px;
    margin-bottom: 16px
}

.person-block__text {
    color: #666;
    margin-bottom: 24px
}

.person-block__share-item {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    text-decoration: none;
    margin: 0 5px;
    transition: .3s
}

.person-block__share-item:hover {
    color: #000
}

.person-block__share-item:first-child {
    margin-left: 0
}

.posts__item-inner {
    width: 100%;
    display: block;
    text-decoration: none;
    background: #fff;
    color: #000;
    position: relative;
    overflow: hidden
}

.posts__item-inner:hover:after {
    opacity: 1
}

.posts__item-inner:after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 20px 60px 0 rgba(2, 3, 3, .25);
    transition: .3s
}

.posts__item-inner:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%)
}

.posts__image {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: .5s
}

.posts__item-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 25px 19px;
    z-index: 2;
    color: #fff
}

.posts__item-footer {
    display: block;
    margin-bottom: 5px
}

.posts__item-title {
    font-size: 18px;
    line-height: 1.444444444444444;
    margin-bottom: 8px;
    font-weight: 500;
    transition: .3s
}

.posts__item-inner:hover .posts__item-title {
    text-decoration: underline
}

.posts__date {
    color: #ccc;
    position: relative;
    padding-left: 14px;
    margin-left: 7px
}

.posts__date:after {
    content: '';
    position: absolute;
    background: currentColor;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    top: 50%;
    left: 0
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%)
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-logo);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: 2s ease-in-out infinite sk-bounce
}

.double-bounce2 {
    animation-delay: -1s
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

.project-block {
    padding-top: 180px
}

.project-block__item {
    border: 4px solid green
}

.project-block__image-wrapper {
    overflow: hidden;
    position: relative;
    display: block
}

.project-block__image-wrapper_offset {
    margin-top: 120px
}

.project-block__image-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%)
}

.project-detail__footer-link:after,
.project-detail__head-item-link:after {
    bottom: 2px;
    width: 100%;
    background: currentColor;
    transition: opacity .3s;
    left: 0;
    content: ''
}

.project-block__image {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: .5s
}

.project-block__subtitle {
    text-transform: uppercase;
    color: #999;
    font-weight: 500;
    letter-spacing: .08em;
    margin-bottom: 12px
}

.project-block__title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1.043478260869565;
    margin-bottom: 124px
}

.project-block__project {
    display: block;
    text-decoration: none;
    color: currentColor;
    position: relative;
    margin-bottom: 125px;
    width: 100%
}

.project-block__project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 35px 44px;
    transform: translateY(20px);
    opacity: 0;
    transition: .5s
}

.project-block__project:hover .project-block__project-content {
    opacity: 1;
    transform: translateY(0)
}

.project-block__project-content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    width: 100%
}

.project-block__project-subtitle {
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    width: 100%
}

.project-block__project-title {
    display: block;
    font-size: 48px;
    font-family: Teko, Helvetica, sans-serif;
    line-height: 1;
    width: 70%;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.project-block__project-more {
    right: -12px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .04em;
    transition: color .3s;
    color: #fff;
    position: relative
}

.project-block__project-more-arrow {
    font-size: 12px;
    margin-left: 4px
}

.project-block__read-more-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.project-detail__footer-link,
.project-detail__head-item-link {
    transition: .3s;
    display: inline-block;
    background: 0 0;
    border: none;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer
}

.project-block__read-more {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 84px
}

.project-detail {
    padding-top: 110px;
    overflow: hidden
}

.project-detail__head-items {
    margin-top: 68px;
    margin-bottom: 118px;
    font-size: 16px
}

.project-detail__head-item {
    color: #666;
    margin-bottom: 3px
}

.project-detail__head-item strong {
    color: #000;
    font-weight: 500
}

.project-detail__head-item-link {
    color: currentColor;
    font-family: inherit
}

.project-detail__footer-link,
.project-detail__title,
.projects-block__slide-title,
.review-slider__title,
.reviews-block__person-name,
.service-detail__subtitle,
.service-detail__title {
    font-family: Teko, Helvetica, sans-serif
}

.project-detail__head-item-link:after {
    position: absolute;
    height: 1px;
    opacity: 0
}

.project-detail__head-item-link:hover:after,
.project-detail__head-item-link_active:after,
.project-detail__head-item-link_inverted:after {
    opacity: 1
}

.project-detail__head-item-link:hover,
.project-detail__head-item-link_active {
    color: var(--color-logo)
}

.project-detail__head-item-link_inverted:hover:after {
    opacity: 0
}

.project-detail__head-item-link_twitter {
    color: #00c1f1
}

.project-detail__head-item-link_facebook {
    color: #1f5fa6
}

.project-detail__head-item-link_google {
    color: #d10000
}

.project-detail__head-item-link_rss {
    color: #fc7d00
}

.project-detail__title {
    font-size: 48px;
    line-height: .625;
    margin-bottom: 70px
}

.project-detail__text {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 75px
}

.project-detail__footer-link {
    color: currentColor;
    color: var(--color-logo);
    font-size: 48px;
    line-height: 1.291666666666667;
    margin-top: 115px;
    margin-bottom: 140px
}

.project-detail__footer-link:after {
    position: absolute;
    opacity: 0;
    height: 3px
}

.project-detail__footer-link:hover:after,
.project-detail__footer-link_active:after,
.project-detail__footer-link_inverted:after {
    opacity: 1
}

.project-detail__footer-link:hover,
.project-detail__footer-link_active {
    color: var(--color-logo)
}

.project-detail__footer-link_inverted:hover:after {
    opacity: 0
}

.project-detail__navigation {
    display: -ms-flexbox;
    display: flex;
    background: #f4f5f7
}

.project-detail__navigation-link {
    width: 50%;
    position: relative;
    min-height: 125px;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #999;
    transition: color .3s
}

.project-detail__navigation-link:hover {
    color: #fff
}

.project-detail__navigation-link-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    opacity: 0;
    transition: opacity .3s;
    filter: brightness(.5)
}

.project-detail__navigation-link:hover .project-detail__navigation-link-image,
.revolution-slider .tparrows:hover {
    opacity: 1
}

.project-detail__navigation-link-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .3
}

.project-detail__navigation-link-text {
    position: relative;
    z-index: 2;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1em;
    margin-left: 1em
}

.review-slider__person,
.reviews-block__title,
.show-more__link {
    font-weight: 500;
    text-transform: uppercase
}

.project-slider__menu-link:hover {
    color: var(--color-logo)
}

.projects-block__header {
    margin-bottom: 65px
}

.projects-block__filter {
    padding-top: 2px;
    font-size: 16px;
    color: #666
}

.projects-block__filter-link {
    margin-right: 45px;
    margin-bottom: 5px
}

.projects-block__slider {
    color: #fff;
    height: -webkit-fill-available
}

.projects-block__slider .swiper-slide {
    -ms-flex-negative: initial;
    flex-shrink: initial
}

.projects-block__slide-wrapper {
    width: auto
}

.projects-block__slide {
    color: #fff;
    height: 475px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: top
}

.projects-block__image {
    display: block;
    max-height: 100%;
    width: auto!important
}

.projects-block__slide-content {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 34px
}

.projects-block__slide-head {
    display: block;
    transform: translateY(0);
    transition: transform .6s .2s
}

.projects-block__slide:hover .projects-block__slide-head {
    transform: translateY(-24px)
}

.projects-block__slide-title {
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 4px
}

.quote__name,
blockquote&gt;div {
    line-height: 1.5;
    padding-left: 12.5%
}

.projects-block__slide-label {
    display: block;
    color: #565252;
    text-transform: uppercase
}

.projects-block__slide-text {
    display: block;
    padding-right: 20px;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
    transition: transform .6s .4s, max-height 1s, opacity .2s, visibility .2s
}

.projects-block__slide:hover .projects-block__slide-text {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    transform: translateX(0);
    transition: transform .6s .4s, max-height 2s, opacity .2s .4s, visibility .2s .4s
}

.projects-block__arrow {
    position: absolute;
    right: 34px;
    bottom: 34px;
    font-size: 18px;
    transform: translateX(-10px);
    opacity: 0;
    transition: transform .6s .4s, opacity .2s
}

.projects-block__slide:hover .projects-block__arrow {
    transform: translateX(0);
    opacity: 1;
    transition: opacity .2s .4s, transform .6s .4s
}

.projects-block__controls {
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -3px
}

.projects-block__control {
    background: 0 0;
    color: currentColor;
    border: 0;
    transition: .3s;
    transform: translateZ(0)
}

.projects-block__control:hover {
    color: #999
}

blockquote&gt;div {
    font-weight: 100;
    padding-right: 12.5%;
    position: relative;
    margin-bottom: 32px
}

blockquote&gt;div:before {
    position: absolute;
    content: '';
    width: 4px;
    left: 0;
    top: 9px;
    bottom: 9px;
    background: var(--color-logo)
}

.quote__name {
    font-size: 16px
}

.quote__role {
    color: #999;
    padding-left: 12.5%
}

.review-slider__title {
    line-height: .875;
    font-size: 80px;
    margin-bottom: 44px
}

.review-slider__slider,
.zoom-services__wrapper {
    margin-bottom: 70px
}

.review-slider__text {
    color: #666;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 32px
}

.review-slider__person {
    font-size: 16px
}

.review-slider__controls {
    display: -ms-flexbox;
    display: flex;
    font-size: 22px
}

.review-slider__control {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 100%;
    border: 1px solid #ccc;
    color: #ccc;
    background: rgba(50, 50, 50, 0);
    transition: .3s;
    margin-right: 20px
}

.review-slider__control:hover {
    background: #323232;
    border-color: #323232
}

.reviews-block {
    background-image: url("../img/dot-gray.jpg");
    padding-top: 134px;
    padding-bottom: 138px;
    overflow: hidden
}

.reviews-block_template_zoom .reviews-block__title {
    font-size: 16px;
    line-height: 1.125;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--color-logo);
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 4px 6px 1px
}

.reviews-block_template_zoom .reviews-block__title:empty {
    opacity: 0
}

.reviews-block__title {
    font-size: 16px;
    letter-spacing: .02em
}

.reviews-block__slider {
    margin-top: 76px
}

.reviews-block__main:not(:last-child) {
    margin-bottom: 126px
}

.reviews-block__slide {
    background: #fff;
    padding: 44px 50px
}

.reviews-block__text {
    color: #666;
    font-size: 18px;
    line-height: 1.666666666666667;
    margin-bottom: 32px
}

.reviews-block__control:hover,
.reviews-block__person-role {
    color: #999
}

.reviews-block__person {
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    position: relative;
    -ms-flex-align: start;
    align-items: flex-start
}

.reviews-block__person-data {
    margin-top: 5px
}

.reviews-block__person-name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 2px
}

.reviews-block__person-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 23px
}

.reviews-block__person-image img {
    width: 100%
}

.reviews-block__quote {
    width: auto!important;
    position: absolute;
    right: 0;
    top: 12px
}

.reviews-block__controls {
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -2px
}

.reviews-block__control {
    background: 0 0;
    border: 0;
    color: currentColor;
    margin-bottom: -2px;
    transition: .3s;
    transform: translateZ(0)
}

.revolution-slider .tparrows {
    position: absolute;
    transform: translateY(-50%)!important;
    top: 50%!important;
    background: 0 0!important;
    opacity: .5;
    transition: opacity .3s
}

.revolution-slider .tparrows:before {
    font-size: 44px;
    font-family: Linearicons;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-feature-settings: "liga"
}

.revolution-slider .tparrows.tp-leftarrow {
    left: 50px!important;
    right: auto!important
}

.revolution-slider .tparrows.tp-leftarrow:before {
    content: "\e93b"
}

.revolution-slider .tparrows.tp-rightarrow {
    right: 50px!important;
    left: auto!important
}

.revolution-slider .tparrows.tp-rightarrow:before {
    content: "\e93c"
}

.service-block {
    background: #f8f8f8;
    padding-top: 146px;
    padding-bottom: 30px
}

.service-detail {
    padding-top: 120px;
    overflow: hidden
}

.service-detail__head,
.single-post__head {
    margin-bottom: 100px
}

.service-detail__title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 24px
}

.service-detail__intro {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 92px
}

.service-detail__text {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 104px
}

.service-detail__subtitle {
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: .6em
}

.service-works {
    background: #f3f5f6;
    padding-top: 116px;
    padding-bottom: 80px;
    border-bottom: 1px solid #ebebeb
}

.show-more__link {
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.2
}

.show-more__link:after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: opacity .3s;
    opacity: 0
}

.show-more__link:hover:after,
.show-more__link_active:after,
.show-more__link_inverted:after {
    opacity: 1
}

.show-more__link:hover,
.show-more__link_active {
    color: var(--color-logo)
}

.show-more__link_inverted:hover:after {
    opacity: 0
}

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

.simple-slider__control {
    position: absolute;
    top: 50%;
    background: 0 0;
    border: 0;
    color: currentColor;
    margin-bottom: -2px;
    transition: .3s;
    transform: translateY(-50%) translateZ(0);
    font-size: 38px;
    opacity: .25;
    font-weight: 600
}

.simple-slider__control:hover,
.team-block__person-role {
    color: #999
}

.single-post__category:hover,
.single-post__links-item:hover {
    color: var(--color-logo)
}

.simple-slider__control_prev {
    left: -80px
}

.simple-slider__control_next {
    right: -80px
}

.simple-slider .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.simple-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-left: 11px!important;
    margin-right: 11px!important;
    background: #fff!important;
    opacity: .5!important;
    transition: opacity .3s
}

.simple-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.simple-slider .swiper-pagination-bullet:hover {
    opacity: 1!important
}

.single-post {
    padding-top: 70px;
    overflow: hidden
}

.single-post__image {
    width: 100%;
    display: block;
    margin-bottom: 30px
}

.single-post__category {
    font-weight: 500;
    color: currentColor;
    transition: .3s
}

.single-post__header {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px
}

.single-post__links-item,
.single-post__links-title {
    display: inline-block;
    vertical-align: middle
}

.single-post__date {
    color: #666;
    position: relative;
    padding-left: 14px;
    margin-left: 12px
}

.single-post__date:after {
    content: '';
    position: absolute;
    background: currentColor;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    top: 50%;
    left: 0
}

.single-post__title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 76px
}

.single-post__intro {
    font-size: 24px;
    line-height: 1.666666666666667;
    font-weight: 100;
    margin-bottom: 74px
}

.single-post__intro strong {
    font-weight: 500
}

.single-post__text {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 76px
}

.single-post__text p {
    margin-bottom: 30px
}

.single-post__images {
    margin-bottom: 62px
}

.single-post__subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 32px
}

.single-post__quote {
    margin-bottom: 55px
}

.single-post__links {
    margin-bottom: 26px;
    color: #999
}

.single-post__links-title {
    color: #000;
    font-weight: 600
}

.single-post__links-item,
.socials__social {
    color: currentColor;
    text-decoration: none;
    transition: .3s
}

.single-post__links-item_iconed {
    font-size: 18px;
    padding: 0 7px
}

.single-post__author {
    margin-top: 66px;
    margin-bottom: 94px
}

.single-post__posts-title {
    margin-bottom: 60px
}

.single-post__posts-list {
    display: -ms-flexbox;
    display: flex;
    margin-left: -35px;
    margin-right: -35px;
    padding-bottom: 65px
}

.single-post__posts-item {
    width: 50%;
    padding: 0 35px;
    margin-bottom: 30px
}

.socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.socials__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #ccc;
    border-radius: 100%;
    font-size: 18px;
    margin-bottom: 15px
}

.socials__social:not(:first-child) {
    margin-left: 15px
}

.socials__social:hover {
    background: var(--color-logo);
    color: #fff;
    border-color: var(--color-logo)
}

.studio-filter__filter-link:after,
.studio-intro-slide__link:after,
.studio-main-slide__link:after {
    bottom: 2px;
    background: currentColor;
    transition: opacity .3s
}

.specialization-block {
    padding-top: 125px;
    padding-bottom: 100px
}

.specialization-block .icon {
    font-size: 111px
}

.specialization-block__image {
    height: 111px;
    margin-bottom: 35px
}

.specialization-block__item {
    max-width: 310px;
    margin-bottom: 55px
}

.specialization-block__title {
    margin-bottom: 80px
}

.specialization-block__item-title {
    font-size: 48px;
    font-family: Teko, Helvetica, sans-serif;
    line-height: 1;
    margin-bottom: 14px
}

.specialization-block__item-text {
    color: #666;
    line-height: 1.714285714285714;
    margin-bottom: 35px
}

.studio-filter {
    padding: 58px 0 68px
}

.studio-filter__title,
.studio-reviews__title {
    font-size: 48px;
    line-height: 1.25;
    font-family: Teko, Helvetica, sans-serif
}

.studio-filter__filter {
    padding-top: 26px;
    font-size: 16px;
    color: #666
}

.studio-filter__filter-link {
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    line-height: 1.375;
    margin-bottom: 6px
}

.studio-intro-slide,
.studio-main-slide {
    background-size: cover;
    background-position: 50%;
    z-index: 999!important;
    text-align: center
}

.studio-filter__filter-link:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0
}

.studio-filter__filter-link:hover:after,
.studio-filter__filter-link_active:after,
.studio-filter__filter-link_inverted:after {
    opacity: 1
}

.studio-filter__filter-link:hover,
.studio-filter__filter-link_active {
    color: var(--color-logo)
}

.studio-filter__filter-link_inverted:hover:after {
    opacity: 0
}

.studio-filter__filter-link:not(:last-child) {
    margin-right: 40px
}

.studio-intro-slide {
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    position: relative!important;
    color: #fff
}

.studio-intro-slide__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 90px
}

.studio-intro-slide__inner,
.studio-main-slide__inner {
    position: relative;
    left: auto!important
}

.studio-intro-slide__title-wrapper,
.studio-main-slide__title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 52px
}

.studio-intro-slide__title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 120px;
    line-height: .875;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.studio-intro-slide__text,
.studio-main-slide__text {
    font-size: 20px;
    max-width: 630px;
    margin-bottom: 84px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    white-space: initial!important
}

.studio-intro-slide__link:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0;
    height: 2px
}

.studio-intro-slide__link:hover:after,
.studio-intro-slide__link_active:after,
.studio-intro-slide__link_inverted:after {
    opacity: 1
}

.Background:after,
.Background:before {
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    top: 0
}

.studio-intro-slide__link:hover,
.studio-intro-slide__link_active {
    color: var(--color-logo)
}

.studio-intro-slide__link_inverted:hover:after {
    opacity: 0
}

.Background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.Background:before {
    background: rgba(0, 0, 0, .2)
}

.Background:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, .5), transparent 50%, rgba(0, 0, 0, .5))
}

.studio-main-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 700px;
    padding-top: 130px;
    padding-bottom: 90px;
    position: relative!important;
    color: #fff
}

.studio-main-slide__title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 120px;
    line-height: .875;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.studio-main-slide__link:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    opacity: 0;
    height: 2px
}

.studio-main-slide__link:hover:after,
.studio-main-slide__link_active:after,
.studio-main-slide__link_inverted:after {
    opacity: 1
}

.studio-reviews__more-link:after,
.studio-reviews__person-role a:after,
.top-menu__contacts a:after,
.top-menu__menu-link:after {
    bottom: 2px;
    left: 0;
    height: 1px;
    background: currentColor;
    content: ''
}

.studio-main-slide__link:hover,
.studio-main-slide__link_active {
    color: var(--color-logo)
}

.studio-main-slide__link_inverted:hover:after {
    opacity: 0
}

.studio-posts {
    background-image: url("../img/dot-gray.jpg");
    overflow: hidden;
    padding-top: 123px;
    padding-bottom: 150px
}

.studio-reviews {
    background: #f8f8f8;
    padding-top: 116px;
    padding-bottom: 100px
}

.studio-reviews__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 48px
}

.studio-reviews__more-link,
.studio-reviews__person-role a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-family: inherit
}

.studio-reviews__more-link {
    transition: .3s;
    position: relative;
    background: 0 0;
    border: none;
    color: #666;
    font-size: 16px;
    margin-top: 27px;
    margin-left: auto
}

.studio-reviews__more-link:after {
    position: absolute;
    width: 100%;
    transition: opacity .3s;
    opacity: 0
}

.studio-reviews__more-link:hover:after,
.studio-reviews__more-link_active:after,
.studio-reviews__more-link_inverted:after {
    opacity: 1
}

.studio-reviews__more-link:hover,
.studio-reviews__more-link_active {
    color: var(--color-logo)
}

.studio-reviews__more-link_inverted:hover:after {
    opacity: 0
}

.studio-reviews__review {
    background: #fff;
    padding: 36px 40px 44px;
    margin-bottom: 52px
}

.studio-reviews__review-status {
    font-size: 20px;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.studio-reviews__review-stars {
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    color: #67a900;
    margin-left: 4px;
    font-size: 22px;
    margin-bottom: 3px
}

.studio-reviews__review-star {
    margin-right: 3px
}

.studio-reviews__review-star_empty {
    opacity: .4
}

.studio-reviews__review-text {
    font-size: 16px;
    line-height: 1.75
}

.studio-reviews__person {
    position: relative;
    padding-left: 72px;
    padding-top: 4px;
    padding-bottom: 10px;
    min-height: 60px;
    opacity: .25;
    margin-bottom: 20px;
    transition: opacity .3s;
    cursor: pointer
}

.studio-reviews__person:hover {
    opacity: .7
}

.studio-reviews__person_active {
    opacity: 1
}

.studio-reviews__person-image {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 56px;
    height: 56px;
    border-radius: 100%
}

.studio-reviews__person-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5625;
    margin-bottom: -4px
}

.studio-reviews__person-role a {
    transition: .3s;
    position: relative;
    background: 0 0;
    border: none;
    color: #09c
}

.studio-reviews__person-role a:hover,
.studio-reviews__person-role a_active,
.team-block__slide:hover .team-block__person-name {
    color: var(--color-logo)
}

.studio-reviews__person-role a:after {
    position: absolute;
    width: 100%;
    transition: opacity .3s;
    opacity: 0
}

.studio-reviews__person-role a:hover:after,
.studio-reviews__person-role a_active:after,
.studio-reviews__person-role a_inverted:after,
.team-block__slide:hover .team-block__hover {
    opacity: 1
}

.studio-reviews__person-role a_inverted:hover:after {
    opacity: 0
}

.team-block {
    margin-top: 136px;
    overflow: hidden
}

.team-block_separated {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 52px
}

.team-block__body {
    padding-bottom: 105px
}

.team-block__body_bordered {
    border-bottom: 1px solid #e0e0e0
}

.team-block__slide {
    text-align: center
}

.team-block__person-name {
    font-size: 20px;
    font-weight: 600;
    line-height: .714285714285714;
    margin-bottom: 9px;
    transition: .3s
}

.team-block__image-wrapper {
    position: relative;
    margin-bottom: 30px
}

.team-block__image-wrapper img {
    width: 100%;
    opacity: 1;
    transition: .3s
}

.team-block__slide:hover .team-block__image-wrapper img {
    opacity: .05
}

.team-block__hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-block__control {
    position: absolute;
    top: 30%;
    background: 0 0;
    border: 0;
    color: currentColor;
    margin-bottom: -2px;
    transition: .3s;
    transform: translateZ(0);
    font-size: 44px;
    opacity: .25
}

.team-block__control:hover {
    color: #999
}

.team-block__control_prev {
    left: -90px
}

.team-block__control_next {
    right: -90px
}

.team-block__text {
    font-size: 18px;
    line-height: 1.222222222222222;
    margin-top: 75px
}

.team-block__text a {
    color: #09c
}

.top-menu__contacts a,
.top-menu__menu-link {
    color: currentColor;
    background: 0 0;
    border: none;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer
}

.top-menu {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: center
}

.top-menu__contacts a,
.top-menu__menu-link,
.video-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: .3s
}

.top-menu__menu-item:not(:last-child) {
    margin-right: 58px
}

.top-menu__menu-link {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase
}

.zoom-counter__card-title,
.zoom-counter__card-value,
.zoom-counter__read-more,
.zoom-counter__title {
    font-family: Teko, Helvetica, sans-serif
}

.top-menu__menu-link:after {
    position: absolute;
    width: 100%;
    transition: opacity .3s;
    opacity: 0;
    display: none
}

.top-menu__menu-link:hover:after,
.top-menu__menu-link_active:after,
.top-menu__menu-link_inverted:after {
    opacity: 1
}

.top-menu__menu-link_active {
    color: var(--color-logo)
}

.top-menu__menu-link_inverted:hover:after {
    opacity: 0
}

.top-menu__contacts span {
    transition: .3s
}

.top-menu__contacts a {
    font-family: inherit
}

.top-menu__contacts a:after {
    position: absolute;
    width: 100%;
    transition: opacity .3s;
    opacity: 0;
    display: none
}

.top-menu__contacts a:hover:after,
.top-menu__contacts a_active:after,
.top-menu__contacts a_inverted:after {
    opacity: 1
}

.top-menu__contacts a:hover,
.top-menu__contacts a_active,
.video-block:hover {
    color: var(--color-logo)
}

.top-menu__contacts a_inverted:hover:after,
.zoom-counter__subtitle:empty {
    opacity: 0
}

.video-block {
    margin-top: 100px;
    width: 83.33333333333334%;
    margin-right: auto;
    color: #fff
}

.video-block:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -100px;
    right: -20%;
    background: url("../img/dot.jpg");
    z-index: 1
}

.video-block img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2
}

.video-block__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid currentColor;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 8px
}

.video-block__play:after {
    width: 0;
    height: 0;
    background: 0;
    border-style: solid;
    border-width: 15px 0 15px 23px;
    border-color: transparent transparent transparent currentColor;
    content: ''
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}

.zoom-counter {
    padding: 220px 0 60px
}

.zoom-counter__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.zoom-counter__read-more,
.zoom-counter__subtitle {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase
}

.zoom-counter__card {
    padding: 54px 59px 60px 66px;
    background-size: cover;
    background-position: 50%;
    text-transform: uppercase;
    margin-bottom: 80px;
    width: 34.3%;
    min-width: 34.3%;
    position: relative;
    margin-right: 14.4%
}

.zoom-counter__card:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: #fff
}

.zoom-counter__read-more:after,
.zoom-posts__more-link:after {
    bottom: 2px;
    content: '';
    background: currentColor;
    transition: opacity .3s
}

.zoom-counter__card-title {
    color: #000;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 76px;
    position: relative;
    z-index: 2;
    text-align: right
}

.zoom-counter__card-value {
    background: inherit;
    font-size: 250px;
    line-height: 1;
    margin-left: -2px;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    font-weight: 600;
    margin-bottom: 4px
}

.zoom-counter__card-description {
    color: #000;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    position: relative;
    z-index: 2
}

.zoom-counter__subtitle {
    font-size: 21px;
    line-height: 1.125;
    font-weight: 600;
    background: var(--color-lacivert);
    color: #fff;
    padding: 4px 6px 1px;
    margin-bottom: 26px
}

.zoom-counter__title {
    font-size: 72px;
    line-height: .861111111111111;
    margin-bottom: 50px
}

.zoom-counter__text {
    font-size: 16px;
    line-height: 1.75;
    color: #000;
    margin-bottom: 103px
}

.zoom-counter__text p {
    margin-bottom: 30px
}

.zoom-counter__read-more {
    color: currentColor;
    text-decoration: none;
    transition: .3s;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    font-size: 24px;
    line-height: 1.4
}

.zoom-counter__read-more:after {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 2px
}

.zoom-counter__read-more:hover:after,
.zoom-counter__read-more_active:after,
.zoom-counter__read-more_inverted:after {
    opacity: 1
}

.zoom-counter__read-more:hover,
.zoom-counter__read-more_active {
    color: var(--color-logo)
}

.zoom-counter__read-more_inverted:hover:after,
.zoom-posts__title:empty {
    opacity: 0
}

.zoom-counters {
    background-color: var(--color-lacivert);
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 70px;
    color: #fff
}

.zoom-counters__item {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center
}

.zoom-counters__value {
    font-size: 73px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    visibility: hidden;
    font-family: Montserrat, sans-serif
}

.zoom-counters__value-inner {
    position: absolute;
    visibility: visible;
    left: 0;
    top: 0
}

.zoom-counters__text {
    padding-top: 11px;
    font-size: 40px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200
}

.zoom-image-head {
    position: relative;
    height: 100vh;
    z-index: 2;
    color: #242323
}

.zoom-image-head__bg,
.zoom-image-head__bg-inner,
.zoom-image-head__bg2,
.zoom-posts__more-link:after {
    position: absolute;
    left: 0;
    width: 100%
}

.no-mobile .zoom-image-head {
    margin-bottom: 400px
}

.zoom-image-head__body {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.zoom-image-head__bg {
    height: 100%;
    top: 0;
    z-index: 1
}

.zoom-image-head__bg-inner {
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: 50%
}

.zoom-image-head__bg2 {
    bottom: 0;
    z-index: 2
}

.zoom-image-head__content {
    position: relative;
    width: 100%;
    z-index: 3;
    padding-top: 100px
}

.zoom-image-head__subtitle {
    font-size: 24px;
    line-height: 1.666666666666667;
    font-weight: 500;
    margin-bottom: 34px
}

.zoom-image-head__subtitle strong {
    font-weight: 500
}

.zoom-image-head__title {
    font-family: Teko, Helvetica, sans-serif;
    font-size: 110px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: .909090909090909;
    margin-bottom: 5vh
}

.zoom-image-head__text {
    font-size: 18px;
    color: #666;
    line-height: 1.666666666666667
}

.zoom-image-head__icon {
    color: var(--color-logo);
    font-size: 60px;
    margin-top: 9vh
}

.zoom-posts {
    padding-bottom: 140px
}

.zoom-posts__title,
.zoom-services__title {
    line-height: 1.125;
    padding: 4px 6px 1px;
    font-weight: 600;
    text-transform: uppercase
}

.zoom-posts__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 70px
}

.zoom-posts__more-link,
.zoom-posts__title,
.zoom-services__title {
    display: inline-block;
    vertical-align: top
}

.zoom-posts__title {
    font-size: 21px;
    background: var(--color-lacivert);
    color: #fff;
    margin-right: auto
}

.zoom-posts__more-link {
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    transition: .3s;
    position: relative;
    background: 0 0;
    border: none;
    cursor: pointer;
    margin-top: 6px;
    font-size: 16px
}

.footertelefon,
.zoom-services__item-title,
.zoom-slider__button-title {
    font-family: Teko, Helvetica, sans-serif
}

.zoom-posts__more-link:after {
    height: 1px;
    opacity: 0
}

.zoom-posts__more-link:hover:after,
.zoom-posts__more-link_active:after,
.zoom-posts__more-link_inverted:after {
    opacity: 1
}

.zoom-posts__more-link:hover,
.zoom-posts__more-link_active {
    color: var(--color-logo)
}

.overlay,
.zoom-posts__more-link_inverted:hover:after,
.zoom-services__title:empty,
.zoom-slider__title:empty {
    opacity: 0
}

.zoom-services__title {
    font-size: 20px;
    background: var(--color-lacivert);
    color: #fff;
    margin-bottom: 70px
}

.zoom-services__wrapper_bordered {
    margin-bottom: 0;
    padding-bottom: 100px;
    border-bottom: 1px solid #e6e6e6
}

.zoom-services__list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.zoom-services__item {
    width: 25%;
    padding: 30px 32px 172px;
    display: block;
    text-decoration: none;
    color: currentColor;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    transition: .3s;
    position: relative;
    background: #fff
}

.zoom-services__item:hover {
    background: var(--color-lacivert);
    color: #fff
}

.zoom-services__item-title {
    font-size: 30px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
    margin-bottom: 18px
}

.zoom-services__item-text {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    color: #000;
    transition: .3s
}

.zoom-services__item:hover .zoom-services__item-text {
    color: #fff
}

.zoom-services__item-footer {
    display: block;
    position: absolute;
    left: 32px;
    bottom: 24px
}

.zoom-services__more {
    font-weight: 600;
    text-transform: uppercase
}

.zoom-services__item-icon {
    font-size: 48px;
    display: block;
    color: var(--color-logo);
    margin-bottom: 46px;
    transition: .3s
}

.zoom-slider__head-link,
.zoom-slider__title {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 600
}

.altbilgi&gt;.button:hover,
.aydoganbekliyoruz&gt;a:hover,
.zoom-services__item:hover .zoom-services__item-icon {
    color: #fff
}

.zoom-slider {
    padding-top: 18px;
    margin-bottom: 148px
}

.zoom-slider_top-offset {
    padding-top: 230px
}

.zoom-slider__header {
    margin-bottom: 38px
}

.zoom-slider__title {
    font-size: 21px;
    line-height: 1.125;
    background: var(--color-lacivert);
    color: #fff;
    padding: 4px 6px 1px;
    margin-bottom: 30px
}

.zoom-slider__slider-wrapper:after,
.zoom-slider__slider-wrapper:before,
.zoom-slider__slider:after {
    width: 1px;
    opacity: .5;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    content: ''
}

.zoom-slider__filter {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    margin-bottom: 30px
}

.uppercase,
.zoom-slider__filter-link {
    text-transform: uppercase
}

.zoom-slider__filter-link:not(:last-child) {
    margin-right: 55px
}

.zoom-slider__head-link {
    margin-left: auto;
    color: currentColor;
    font-size: 16px;
    transition: .3s;
    text-decoration: none;
    white-space: nowrap
}

.zoom-slider__head-link:hover {
    color: var(--color-logo)
}

.zoom-slider__slider-wrapper:before {
    left: 25%
}

.zoom-slider__slider-wrapper:after {
    left: 75%
}

.zoom-slider__slider:after {
    left: 50%
}

.zoom-slider__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-height: 100vh;
    height: 730px;
    background-size: cover;
    background-position: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center
}

.zoom-slider__buttons {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2
}

.zoom-slider__button {
    width: 25%;
    text-align: left;
    background: 0 0;
    border: 0;
    color: #fff;
    padding: 38px 40px;
    transition: background .3s;
    height: auto
}

.zoom-slider__button.swiper-slide-thumb-active {
    background: #fff;
    color: #000
}

.zoom-slider__button-title {
    font-size: 48px;
    line-height: .75;
    margin-top: 9px;
    transition: color .3s;
    display: block
}

.sag&gt;h6,
.swiper-slide-thumb-active .zoom-slider__button-title,
.zoom-slider__button:hover .zoom-slider__button-title {
        color: var(--color-lacivert);
}

.zoom-slider__control {
    position: absolute;
    width: 55px;
    height: 55px;
    font-size: 24px;
    top: 50%;
    z-index: 2;
    border: 0;
    background: #333;
    color: #fff;
    padding-bottom: 4px;
    transform: translateY(-50%);
    transition: .3s
}

.zoom-slider__control:hover {
    background: var(--color-logo)
}

.zoom-slider__control_prev {
    left: 60px
}

.zoom-slider__control_next {
    right: 60px
}

@media only screen and (max-height:600px) {
    .full-screen-block__footer {
        display: none
    }
}

.ozellikliste&gt;ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ozellikliste&gt;ul&gt;li {
    width: 33%;
    border: 1px solid #80808026;
    padding: 25px;
    text-align: center;
    margin: 5px 0;
    text-transform: capitalize
}

.web-width {
    width: -webkit-fill-available
}

#overlay {
    transition: .5s cubic-bezier(.39, .58, .57, 1);
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    cursor: pointer
}

.projelerikon {
    width: 100px;
    margin-bottom: 35px
}

.specialization-block__item {
    padding: 15px
}

.button,
.button2 {
    padding: 20px;
    font-size: 20px;
    min-width: 260px;
    text-align: center
}

.specialization-block__item.first {
    border: 2px solid var(--color-logo) 5c
}

.news-masonry-item__text&gt;p,
.projects-block__slide-text&gt;p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.button {
    background-color: #f6f4f2;
    color: var(--color-logo)
}

.button2:hover,
.button3:hover,
.button:hover,
.sliderbutton:hover {
    background-color: var(--color-logo);
    color: #fff;
    transition: .5s
}

.button2,
.headerbutton:hover {
    background-color: var(--color-lacivert);
    color: #fff
}

.headerbutton {
    padding: 15px 30px;
    font-size: 17px;
    text-align: center;
    background-color: var(--color-logo);
    color: #fff;
    border: none;
    margin: 0;
    border-radius: 30px;
    display: flex;
    position: absolute;
    right: 65px;
    top: 4px;
    z-index: 99
}

.yanform,
.yanform2 {
    position: fixed;
    z-index: 9999;
    transform: rotate(90deg);
    filter: opacity(1)
}

.headerbutton:hover {
    transition: .5s
}

.button3 {
    padding: 20px;
    font-size: 20px;
    min-width: 260px;
    text-align: center;
    background-color: var(--color-kahverengi);
    color: #fff;
    border: none
}

.yanform {
    left: -112px;
    bottom: 50%;
    display: none
}

.yanform&gt;.button {
    font-size: 17px;
    padding: 5px 10px;
    transition: .5s;
    border: 0
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 700px
    }
}

.yanform2 {
    left: -78px;
    bottom: 62%
}

.okyonledirok,
.okyonlediryazi {
    transform: translate(-50%, -50%);
    text-align: center;
    position: fixed;
    z-index: 2000
}

.yanform2&gt;.button {
    font-size: 17px;
    padding: 10px;
    transition: .5s
}

.modal-body {
    padding: 40px
}

@media only screen and (max-width:600px) {
    .ozellikliste&gt;ul&gt;li {
        width: 50%
    }
    .yanform,
    .yanform2 {
        filter: opacity(.5)
    }
}

.okyonlediryazi {
    font-size: 18px;
    width: max-content;
    left: 17%;
    top: 29%;
    background-color: #fff;
    padding: 15px
}

.okyonledirok {
    width: 130px;
    left: 7%;
    top: 39%
}

.okyonledirkapat {
    font-size: 37px;
    text-align: center;
    width: max-content;
    position: fixed;
    left: 25%;
    top: 23%;
    z-index: 2000;
    transform: translate(-43%, -50%);
    color: #fff;
    padding: 15px
}

.yazistil {
    font-size: 17px;
    color: #000
}

.kurumsalgorsel {
    border-radius: 15px 15px 0 0;
    width: -webkit-fill-available
}

.aydoganbekliyoruz {
    width: max-content;
    padding: 15px;
    width: -webkit-fill-available;
    color: var(--color-logo)
}

.sag,
.sol {
    padding: 30px
}

.aydoganbekliyoruz:hover {
    background-color: var(--color-logo)
}

.ustbilgi {
    background-color: #f1f1f1;
    border-bottom: 1px solid #00000020
}

.sol {
    text-align: left
}

.sag {
    text-align: right
}

.masonry__secondary-filter-button_active,
.projelerbutonpasif {
    padding: 5px 20px;
    min-width: 100px;
    border-bottom: 0;
    color: #fff;
    transition: .5s
}

.altbilgi&gt;.button {
    font-size: 15px;
    padding: 10px;
    color: #2a2a2a
}

.slotholder {
    filter: brightness(.5)
}

.beyazlogo {
    filter: brightness(2)
}

.header_is_fixed&gt;.header__container&gt;.header__wrapper&gt;.header__inner&gt;a.beyazlogo {
    filter: unset
}

.baslik {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999
}

.projelerbutonpasif {
    background-color: var(--color-lacivert)
}

.masonry__secondary-filter-button_active {
    background-color: var(--color-logo)
}

.panel-twitter {
    background-color: #00acee;
    color: #fff;
    border: 0;
    transition: .5s
}

.panel-twitter:hover {
    color: #00acee;
    border: 1px solid #00acee;
    background-color: unset
}

.panel-facebook {
    background-color: #3b5998;
    color: #fff;
    border: 0;
    transition: .5s
}

.panel-facebook:hover {
    color: #3b5998;
    border: 1px solid #3b5998;
    background-color: unset
}

.panel-instagram {
    background-color: #dd2a7b;
    color: #fff;
    border: 0;
    transition: .5s
}

.projects-block,
footer {
    background-color: var(--color-gri)
}

.panel-instagram:hover {
    color: #dd2a7b;
    border: 1px solid #dd2a7b;
    background-color: unset
}

.b-btn:hover,
.l-btn:hover,
.projeler {
    color: var(--color-lacivert)
}

.projects-block {
    padding-top: 5rem
}

.sliderbutton {
    padding: 15px;
    font-size: 20px;
    min-width: 200px;
    text-align: center;
    background-color: var(--color-lacivert);
    color: #fff
}

.b-btn,
.l-btn {
    padding: 10px 15px
}

.l-btn {
    border: 1px solid var(--color-lacivert);
    background: var(--color-lacivert);
    color: #fff
}

.b-btn {
    border: 1px solid #fff
}

.b-btn:hover,
.l-btn:hover {
    background-color: #fff
}

.misyonvizyonkutu {
    box-shadow: 10px 10px 0 0 #d1d1d1
}

.misyonvizyonkutu:hover {
    box-shadow: 0 0 0 7px #d1d1d1!important;
    transition: .5s
}

.dropdown__menu:after {
    content: '';
    position: absolute;
    top: -11px;
    left: 70px;
    border-right: 10px solid transparent;
    border-bottom: 12px solid var(--color-lacivert);
    border-left: 10px solid transparent
}

.overlay {
    width: 100vw;
    height: 100vh;
    background-color: #222;
    position: fixed;
    z-index: 9;
    top: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.projesagikon,
.projesolikon {
    position: absolute;
    font-size: 65px;
    top: 44%
}

.overlay.show {
    visibility: visible;
    opacity: .7
}

.dotarkaplan {
    border-top: 5px solid var(--color-lacivert);
    background-image: url(../img/dot.jpg)
}

.revolution-slider {
    min-height: 844px
}

.projesolikon {
    left: 35px
}

.projesagikon {
    right: 35px
}

@media only screen and (max-width:1880px) {
    .projesagikon,
    .projesolikon {
        top: 43%
    }
}

@media only screen and (max-width:1199px) {
    .projesagikon,
    .projesolikon {
        top: 40%
    }
}

@media only screen and (max-width:1088px) {
    .projesagikon {
        right: 0
    }
    .projesolikon {
        left: 0
    }
}

.sayacmetin {
    border-left: 5px solid
}

@media only screen and (max-width:991px) {
    .sag,
    .sol {
        text-align: center!important
    }
    .projesagikon,
    .projesolikon {
        top: 44%
    }
    .sayacmetin {
        border-left: 0
    }
    .zoom-counters__value {
        font-size: 45px;
    }
    .zoom-counters__text {
        font-size: 32px;
    }
    .zoom-counters__item {
        margin: 15px 0px;
          border: 1px solid;
    padding: 15px;
    }
    .counter-block__card {
        margin-bottom: 0;
    }
}

@media only screen and (max-width:620px) {
    .projesagikon,
    .projesolikon {
        display: none
    }
}

.fromLeft:after {
    display: block;
    content: '';
    bottom: -1px;
    border-bottom: solid 3px var(--color-logo);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out
}

a.fromLeft:after {
    transform-origin: 100% 50%
}

a.fromLeft:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%
}

.arkaplangri {
    background-color: var(--color-gri);
    padding: 25px;
    margin-top: -100px
}

.asama {
    position: sticky;
    left: 10%;
    top: 50%;
    font-size: 55px;
    border: 1px solid #bfbbbbb0;
    box-shadow: 0 0 2px 2px #b3b3b338;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%
}

@media only screen and (max-width:1670px) {
    .asama {
        left: 5%
    }
}

@media only screen and (max-width:1500px) {
    .asama {
        left: 2%
    }
}

@media only screen and (max-width:1400px) {
    .asama {
        display: none
    }
    .arkaplangri {
        margin-top: 0!important
    }
}</pre></body></html>