*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.fp-watermark {
    display: none !important;
}

.loader {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
}
.loader__img {
    transition: all .3s ease;
}
.loader__inner {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-top: 30px;
    border: 2px solid transparent;
    border-top-color: #343434;
    animation: loader-spin 2s linear infinite;
}
.loader__inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #343434;
    animation: loader-spin 3s linear infinite;
}
.loader__inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #343434;
    animation: loader-spin 1.5s linear infinite;
}
@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.scroll-dowm {
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(../img/scroll-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 5.5vh;
    margin-left: -23px;
    z-index: 2;
    cursor: pointer;
    animation-name: down;
    animation-duration: 1.2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes down {
    0% {
        transform: translateY(0px);
    }

    to {
        transform: translateY(10px);
    }
}

.back {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    left: -1px;
    bottom: 50px;
    z-index: 2;
    background-color: #5A5A5A;
    /*border: 1px solid #343434;*/
    text-decoration: none;
}
.back__icon {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    background-color: #5A5A5A;
    background-image: url(../img/back.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.back span {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: -2px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    opacity: 1;
    padding-right: 20px;
    font-family: "HelveticaNeueCyr-Bold";
    transition: all .5s ease;
	}
.back.scroll span {
    margin-left: -230px;
    opacity: 0;
}
.back:hover span {
    margin-left: 0;
    opacity: 1;
}

#counter {
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-size: 33px;
    line-height: 33px;
    font-family: "HelveticaNeueCyr-Roman";
}
#counter span {
    font-size: 18px;
}
#counter span::after {
    content: "/";
    padding-left: 2px;
    padding-right: 2px;
}

.header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: -1px;
	/*top: 18px;*/
    padding-left: 60px;
    padding-right: 60px;
    z-index: 10;
    /*background-color: #fff;*/
    transition: all .5s ease-in-out;
}

.fp-enabled .header {
	background-color: transparent;
}

.fp-viewing-screen1 .header,
.fp-viewing-screen5 .header,
.fp-viewing-screen6 .header {
    background-color: transparent;
}
.header__container {
    width: 100%;
    height: 87px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s ease-in-out;
}
.fp-viewing-screen1 .header__container,
.fp-viewing-screen5 .header__container,
.fp-viewing-screen6 .header__container {
    filter: contrast(5) invert(1);
}
.header.h-top {
    filter: contrast(5) invert(1);
}
.header__logo {
    display: block;
    width: 254px;
    height: auto;
}
.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.header__actions {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header__lang {
    display: block;
    margin-right: 16px;
}
.header__lang a {
    color: #343434;
    font-size: 14px;
    line-height: 1.7;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
    margin-right: 24px;
}
.header__lang a.current-lang,
.header__lang a.active {
    font-family: "HelveticaNeueCyr-Bold";
}
.header__search-btn {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/ico-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 40px;
    cursor: pointer;
}
.header__nav-toggle {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.header__nav-toggle span {
    display: block;
    width: 100%;
    height: 1.8px;
    border-radius: 5px;
    background-color: #343434;
    margin-top: 2.7px;
    margin-bottom: 2.7px;
    transition: all .2s ease-in-out;
}
.header__nav-toggle span:nth-child(2) {
    width: 85%;
}
.header__nav-toggle span:nth-child(3) {
    width: 55%;
}
.header__nav-toggle:hover span {
    width: 100%;
}

.search_wrap {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease-in-out;
}
.search_wrap.open {
    opacity: 1;
    pointer-events: auto;
}
.search__close {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/ico-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 61px;
    top: 30px;
    transition: all .5s ease-in-out;
}
.search__close:hover {
    transform: rotateZ(180deg);
}
.search__form {
    width: 70%;
    max-width: 1027px;
    border-bottom: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
}
.search__form input {
    width: calc(100% - 50px);
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    background-color: #fff;
    color: #343434;
    font-size: 26px;
    font-family: "HelveticaNeueCyr-Roman";
}
.search__form input::placeholder {
    color: #C3C3C3;
    transition: all .3s linear;
}
.search__form input:focus::placeholder {
    opacity: 0.5;
}
.search__form .header__search-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: none;
    background-color: #fff;
    background-image: url(../img/ico-search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
	padding: 0;
	margin: 0;
    cursor: pointer;
}

.nav {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease-in-out;
}
.nav.open {
    opacity: 1;
    pointer-events: auto;
}
.nav__overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.nav__body {
    width: 308px;
    height: 100vh;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    padding: 130px 60px 130px 60px;
}
.nav__close {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/ico-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 61px;
    top: 30px;
    transition: all .5s ease-in-out;
}
.nav__close:hover {
    transform: rotateZ(180deg);
}
.nav__menu {
    list-style: none;
    margin-bottom: 18px;
}
.nav__menu li {
    margin-bottom: 12px;
}
.nav__menu li:first-child {
    margin-bottom: 16px;
}
.nav__menu li:first-child {
    font-size: 18px;
    font-family: "HelveticaNeueCyr-Bold";
}
.nav__menu a {
    color: #343434;
    font-size: 16px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
    transition: all .3s linear;
}
.nav__menu hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #343434;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nav__social {
    display: flex;
    flex-wrap: wrap;
}
.nav__social a {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    text-decoration: none;
}
.nav__lang {
    display: none;
}

.screen1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
    position: relative;
}
.screen1__bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation-play-state: paused;
    animation-name: section1;
    animation-duration: 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.section.active .screen1__bg {
    animation-play-state: running;
}
.screen1__title {
    color: #fff;
    font-size: 79px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    position: relative;
    z-index: 2;
    transform: translateY(180px);
    opacity: 0;
    transition: all 1.2s ease;
    width: auto;
    max-width: 1200px;
}
.loaded .section.active .screen1__title {
    opacity: 1;
    transform: translateY(0);
}
@keyframes section1 {
    0% {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1.15) rotate(.02deg);
    }
}

.screen2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
    position: relative;
}
.screen2__media {
    width: 1333px;
    animation-play-state: paused;
    animation-name: section1;
    animation-duration: 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.section.active .screen2__media {
    animation-play-state: running;
}
.screen2__media img {
    display: block;
    width: 100%;
    height: auto;
}
.screen2__desc {
    position: relative;
    z-index: 2;
    width: 425px;
    margin-top: -9vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(80px);
    transition: all 1.2s ease;
}
.loaded .section.active .screen2__desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.screen2__desc h2 {
    color: #343434;
    font-size: 53px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.screen2__desc h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #343434;
    bottom: -20px;
    transition: all 1s ease-in-out;
}
.loaded .section.active .screen2__desc h2::after {
    width: 50%;
}
.screen2__desc p {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 20px;
}
.screen2__desc-more {
    color: #343434;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
    position: relative;
    display: table;
}
.screen2__desc-more::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #343434;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(8px);
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.screen2__desc-more:hover::after {
    transform: translateY(8px);
    opacity: 1;
}

.screen3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
    position: relative;
}
.screen3__media {
    width: 1155px;
    animation-play-state: paused;
    animation-name: section1;
    animation-duration: 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.section.active .screen3__media {
    animation-play-state: running;
}
.screen3__media img {
    display: block;
    width: 100%;
    height: auto;
}
.screen3__desc {
    position: relative;
    z-index: 2;
    width: 425px;
    margin-top: -13vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    margin-left: 16%;
    opacity: 0;
    transform: translateY(80px);
    transition: all 1.2s ease;
}
.loaded .section.active .screen3__desc {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
}
.screen3__desc h2 {
    color: #343434;
    font-size: 53px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.screen3__desc h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #343434;
    bottom: -20px;
    transition: all 1s ease-in-out;
}
.loaded .section.active .screen3__desc h2::after {
    width: 50%;
}
.screen3__desc p {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 20px;
}
.screen3__desc-more {
	color: #343434;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
    position: relative;
    display: table;
}
.screen3__desc-more::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #343434;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(8px);
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.screen3__desc-more:hover::after {
    transform: translateY(8px);
    opacity: 1;
}

.screen4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
    position: relative;
}
.screen4__item1 {
    width: 50%;
    height: 100%;
    position: relative;
    background-color: #fff;
    transform: translateY(-100%);
    transition: all 1.4s ease;
}
.loaded .section.active .screen4__item1 {
    transform: translateY(0);
}
.screen4__item1-media {
    position: absolute;
    top: 120px;
    left: 0;
    display: block;
    width: 516px;
    height: auto;
}
.screen4__item2 {
    width: 50%;
    height: 100%;
    position: relative;
    background-color: #F9F9F9;
    transform: translateY(100%);
    transition: all 1.4s ease;
}
.loaded .section.active .screen4__item2 {
    transform: translateY(0);
}
.screen4__item2-media {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 828px;
    height: auto;
}
.screen4__item1-desc {
    width: 400px;
    position: absolute;
    z-index: 2;
    right: 110px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transition: all 2s ease;
}
.loaded .section.active .screen4__item1-desc {
    opacity: 1;
}
.screen4__item1-desc h2 {
    color: #343434;
    font-size: 53px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.screen4__item1-desc h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #343434;
    bottom: -20px;
    transition: all 1s ease-in-out;
}
.loaded .section.active .screen4__item1-desc h2::after {
    width: 50%;
}
.screen4__item1-desc p {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 20px;
}
.screen4__desc-more {
    color: #343434;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
    position: relative;
    display: table;
}
.screen4__desc-more::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #343434;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(8px);
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.screen4__desc-more:hover::after {
    transform: translateY(8px);
    opacity: 1;
}
.screen4__item2-desc {
    width: 425px;
    position: absolute;
    z-index: 2;
    left: 130px;
    top: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transition: all 2s ease;
}
.loaded .section.active .screen4__item2-desc {
    opacity: 1;
}
.screen4__item2-desc h2 {
    color: #343434;
    font-size: 53px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
}
.screen4__item2-desc h2::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #343434;
    bottom: -20px;
    transition: all 1s ease-in-out;
}
.loaded .section.active .screen4__item2-desc h2::after {
    width: 50%;
}
.screen4__item2-desc p {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 20px;
}

.screen5 {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: #171717;
}
.home-slider__item {
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
}
.home-slider__media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation-play-state: paused;
    animation-name: section1;
    animation-duration: 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.owl-item.active .home-slider__media {
    /*animation-play-state: running;*/
}
.home-slider .owl-nav {
    margin: 0;
}
.home-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 50%;
    bottom: 92px;
    margin-left: -107px;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 0;
    background-image: url(../img/home-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s linear;
}
.home-slider .owl-nav button.owl-prev:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.home-slider .owl-nav button.owl-prev span {
    display: none;
}
.home-slider .owl-nav button.owl-next {
    position: absolute;
    right: 50%;
    bottom: 92px;
    margin-right: -107px;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 0;
    background-image: url(../img/home-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s linear;
}
.home-slider .owl-nav button.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.home-slider .owl-nav button.owl-next span {
    display: none;
}
.home-slider__desc {
    width: 517px;
    height: auto;
    position: absolute;
    right: 18%;
    top: 27%;
    z-index: 2;
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.7s linear;
    transition-delay: 0.6s;
}
.owl-item.active .home-slider__desc {
    opacity: 1;
    transform: translateY(0);
}
.home-slider__desc h2 {
    color: #fff;
    font-size: 53px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    position: relative;
    margin-bottom: 40px;
    display: table;
    position: relative;
}
.home-slider__desc h2::after {
    content: "";
    display: block;
    width: 60%;
    height: 2px;
    background-color: #fff;
    bottom: -15px;
    position: absolute;
}
.home-slider__desc p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Light";
}

.designers {
    display: block;
    padding-bottom: 105px;
    flex-grow: 1;
}
.designers__title {
    position: absolute;
    color: #343434;
    font-size: 66px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    z-index: 2;
}
.designers__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.designers__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation-name: section1;
    animation-duration: 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.designers__container {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.designers__container h2 {
    color: #343434;
    font-size: 53px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
}
.designers__container h2::after {
    content: "";
    display: block;
    width: 96px;
    height: 2px;
    background-color: #343434;
    position: absolute;
    bottom: -20px;
}
.designers__container p {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 24px;
}
.designers form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.designers form input {
    color: #343434;
    width: 100%;
    height: 56px;
    border: 2px solid #343434;
    border-radius: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    font-family: "HelveticaNeueCyr-Roman";
}
.designers form input::placeholder {
    color: #C3C3C3;
    transition: all .3s linear;
}
.designers form input:focus::placeholder {
    opacity: 0.5;
}
.designers form #submit {
	height: auto;
	width: auto;
	margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Bold";
    padding: 20px 50px;
    background-color: #343434;
    border: 2px solid #343434;
    border-radius: 0;
    cursor: pointer;
    transition: all .3s linear;
}
.designers form #submit:hover {
    color: #343434;
    background-color: transparent;
}
.input-more {
    color: #343434;
    font-size: 13px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-top: -20px;
    margin-bottom: 24px;
}

.contact {
    padding-bottom: 90px;
    flex-grow: 1;
}
.contact__title {
    position: absolute;
    color: #fff;
    font-size: 66px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    z-index: 2;
}
.contact__media {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
}
.contact__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    animation-name: section1;
    animation-duration: 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.contact__container {
    width: 815px;
    margin-left: auto;
    margin-right: auto;
}
.contact__container h3 {
    color: #343434;
    font-size: 32px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Bold";
	font-weight: normal;
    font-family: "HelveticaNeueCyr-Roman";
	font-weight: bold;
    text-align: center;
    margin-bottom: 38px;
}
.contact__grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.contact__item {
    width: 50%;
    margin-bottom: 30px;
}
.contact__item p {
    color: #343434;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-family: "HelveticaNeueCyr-Roman";
}
.contact__item a {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: underline;
    text-underline-offset: 4px;
	margin-bottom: 30px;
	display: block;
}
.showrooms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 37px;
}
.showrooms__item {
    width: calc(50% - 25px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.showrooms__item-title {
    color: #343434;
    font-size: 26px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 16px;
}
.showrooms__item-address {
    color: #343434;
    font-size: 18px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 16px;
}
.showrooms__item a {
    color: #343434;
    font-size: 18px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
}
.showrooms__work {
    color: #343434;
    font-size: 18px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Roman";
}
.contact__sep {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 78px;
}
.contact__sep > a {
    color: #343434;
    font-size: 30px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light";
    text-decoration: none;
}
.contact__social {
    display: flex;
    flex-wrap: wrap;
    margin-right: 25px;
}
.contact__social a {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
.contact__social a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact form {
    width: 664px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 24px;
}

.contact form input {
    color: #343434;
    width: 100%;
    height: 56px;
    border: 2px solid #343434;
    border-radius: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    font-family: "HelveticaNeueCyr-Roman";
}
.contact form input::placeholder {
    color: #C3C3C3;
    transition: all .3s linear;
}
.contact form input:focus::placeholder {
    opacity: 0.5;
}
.contact form textarea {
    resize: none;
    width: 100%;
    height: 162px;
    color: #343434;
    font-size: 20px;
    font-family: "HelveticaNeueCyr-Roman";
    padding: 10px 24px;
    border: 2px solid #343434;
    border-radius: 0;
    margin-bottom: 24px;
}
.contact form textarea::placeholder {
    color: #C3C3C3;
    transition: all .3s linear;
}
.contact form textarea:focus::placeholder {
    opacity: 0.5;
}
.contact form #submit {
	height: auto;
	width: auto;
	margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Bold";
    padding: 20px 50px;
    background-color: #343434;
    border: 2px solid #343434;
    border-radius: 0;
    cursor: pointer;
    transition: all .3s linear;
}
.contact form #submit:hover {
    color: #343434;
    background-color: transparent;
}

.catalog {
    padding-top: 127px;
    flex-grow: 1;
}
.catalog__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.catalog__title {
    color: #343434;
    font-size: 53px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    position: relative;
}
.catalog__title::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #343434;
    position: absolute;
    left: 0;
    bottom: -25px;
}
.catalog__sub-title {
    color: #343434;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 40px;
    text-align: center;
}
.catalog__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 36px;
}
.catalog__links a {
    display: block;
    width: 62px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.catalog__links-tooltip {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #F2F2F2;
    padding: 6px 12px;
    color: #343434;
    font-size: 12px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Light";
    letter-spacing: 0.6px;
    left: 50%;
    top: -36px;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
}
.catalog__links a:hover .catalog__links-tooltip {
    opacity: 1;
}

.catalog__links a img:nth-child(2) {
	display: none;
}


.catalog__links a:hover img:nth-child(1),
.catalog__links a.active img:nth-child(1) {
	display: none;
}

.catalog__links a:hover img:nth-child(2),
.catalog__links a.active img:nth-child(2) {
	display: block;
}

.catalog__grid {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog__grid-item {
    width: 540px;
    margin-bottom: 80px;
}
.catalog__grid-item-media {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    /*overflow: hidden;*/
    background-color: #F2F2F2;
    margin-bottom: 32px;
	position: relative;
}
.catalog__grid-item-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 2s ease;
}
.catalog__grid-item:hover .catalog__grid-item-media img {
    /*transform: scale(1.1);*/
    transform: scale(1.04);
}

.label-new {
	position: absolute;
    bottom: 70px;
    padding: 15px 29px;
    /*background: #fff;*/
	background: rgba(255,255,255,0.5);
    transform: translateX(-50%);
    left: 50%;
    text-transform: uppercase;
	font-family: "HelveticaNeueCyr-Roman";
	color: #343434;
}

.catalog__grid-item-title {
    color: #343434;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: "HelveticaNeueCyr-Black";
    text-decoration: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.catalog__grid-item-price {
    color: #343434;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-family: "HelveticaNeueCyr-Roman";
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.catalog__grid-item-more {
	
	color: #343434;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.catalog__grid-item-more::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #343434;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(8px);
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.catalog__grid-item-more:hover::after {
    transform: translateY(8px);
    opacity: 1;
}

.card {
    flex-grow: 1;
}
.screen1 .desc,
.card-slider.desc {
    display: block;
}

.screen1 .mob,
.card-slider.mob {
    display: none;
}

.card-slider__item {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.card-slider__item-title {
    color: #fff;
    font-size: 66px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    text-align: center;
    position: absolute;
    width: 100%;
    /*top: 90px;*/
	top: 0px;
    left: 0;
    z-index: 2;
}
.invert .card-slider__item-title {
    color: #343434;
}
.card-slider__item:not(.invert) .scroll-dowm {
    filter: contrast(5) invert(1);
}

.scroll-dowm.white {
    filter: contrast(5) invert(1);
}

.card-slider__item-media {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    animation-play-state: paused;
    animation-name: section1;
    animation-duration: 40s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.owl-item.active .card-slider__item-media {
	/*animation-play-state: running;*/
}
.card-slider .owl-nav {
    margin: 0;
}
.card-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 0;
    background-image: url(../img/slide-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s linear;
}
.card-slider .owl-nav button.owl-prev:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.card-slider .owl-nav button.owl-prev span {
    display: none;
}
.card-slider .owl-nav button.owl-next {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 0;
    background-image: url(../img/slide-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .3s linear;
}
.card-slider .owl-nav button.owl-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.card-slider .owl-nav button.owl-next span {
    display: none;
}

.card__promo {
    display: block;
    width: 85%;
    max-width: 1402px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    padding-bottom: 200px;
}
.card__promo img {
    display: block;
    width: 100%;
    height: auto;
}

.card__details {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.card__details-col1 {
    width: 50%;
    position: relative;
    overflow: hidden;
	border-right: 2px solid #fff;
}
.card__details-col1 img {
    display: block;
    width: 100%;
    height: auto;
}
.card__details-col2 {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.card__details-col2 img {
    display: block;
    width: 100%;
    height: auto;
}
.card__details-desc {
    position: absolute;
    background-image: url(../img/details-desc.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 850px;
    left: 0;
    bottom: 0;
}
.card__details-desc-text {
    width: 450px;
    height: 350px;
    position: absolute;
    right: 70px;
    bottom: 80px;
    overflow-y: auto;
    padding-right: 10px;
}
.card__details-desc-text::-webkit-scrollbar {
  width: 2px;
  background-color: #f9f9fd;
}
.card__details-desc-text::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #C3C3C3;
}
.card__details-desc-text h2 {
    color: #343434;
    font-size: 53px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
}
.card__details-desc-text h2::after {
    content: "";
    display: block;
    width: 96px;
    height: 2px;
    background-color: #343434;
    position: absolute;
    bottom: -20px;
}
.card__details-desc-text p {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 24px;
}
.card__details-desc-text h3 {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Bold";
}
.card__details-bottom {
    width: 100%;
    height: 85px;
    background-color: #171717;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.card__details-bottom img {
    display: block;
    width: 254px;
    height: auto;
    filter: contrast(5) invert(1);
}

.technical {
    padding-top: 90px;
    padding-bottom: 70px;
}
.technical__container {
    /*width: 775px;*/
    width: 100%;
    max-width: 1200px;
	padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}
.technical h1 {
    color: #343434;
    font-size: 53px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
}
.technical h1::after {
    content: "";
    display: block;
    width: 96px;
    height: 2px;
    background-color: #343434;
    position: absolute;
    bottom: -20px;
}

.technical h2 {
    color: #343434;
    font-size: 42px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    margin-bottom: 50px;
    position: relative;
}

.technical h3 {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Bold";
    margin-bottom: 10px;
}
.technical p {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 24px;
}
.technical__dimension {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}
.technical__dimension-item {
    margin-bottom: 50px;
}
.technical__dimension-item h3 {
    margin-bottom: 20px;
}

.technical ul {
	list-style-type: square;
}

.technical li {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    margin-bottom: 24px;
}

.technical li::marker {
	/*color: red;
	font-size: 18px;*/
}

.technical__download {
    color: #343434;
    font-size: 16px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-LightItalic";
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-left: 32px;
    background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-bottom: 16px;
    display: table;
}
.technical__3d {
    color: #343434;
    font-size: 16px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-LightItalic";
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-left: 32px;
    background-image: url(../img/3d.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    display: table;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 68px;
    list-style: none;
}
.nav-links li {
    margin-left: 8px;
    margin-right: 8px;
}
.nav-links .page-numbers {
	margin-left: 8px;
    margin-right: 8px;
    color: #343434;
    font-size: 22px;
    line-height: 22px;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
}
.nav-links .page-numbers.current {
    color: #BEBEBE;
}
.nav-links .page-numbers.prev {
    background-image: url(../img/pager-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	font-size: 0;
}
.nav-links .page-numbers.next {
    background-image: url(../img/pager-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	font-size: 0;
}
.pager li.pager-prev.disable,
.pager li.pager-next.disable {
    opacity: 0.2;
    pointer-events: none;
}

.footer {
    background-color: #171717;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer__container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__container-item {
    display: flex;
    flex-direction: column;
}
.footer__logo {
    display: block;
    width: 170px;
    height: auto;
    margin-bottom: 16px;
    filter: invert(1);
}
.footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}
.footer__copyright {
    color: #DEDEDE;
    font-size: 12px;
    line-height: 1.4;
    font-family: "HelveticaNeueCyr-Roman";
}
.footer__phone {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.footer__phone a {
    color: #DEDEDE;
    font-size: 16px;
    line-height: 1.2;
    font-family: "HelveticaNeueCyr-Roman";
    text-decoration: none;
}
.footer__phone a::after {
    content: "/";
    padding-left: 11px;
    padding-right: 11px;
    color: #DEDEDE;
    font-size: 16px;
    line-height: 1.2;
}
.footer__phone a:last-of-type::after {
    display: none;
}
.footer__social {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-end;
}
.footer__social a {
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
    margin-left: 16px;
}
.footer__social a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chat {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 2px;
    background-image: url(../img/icon-chat.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    right: 120px;
    bottom: 50px;
    z-index: 2;
    cursor: pointer;
}
.home-top {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #5A5A5A;
    background-image: url(../img/top.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    right: 120px;
    bottom: 120px;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
    transition: all .5s linear;
}

.fp-enabled .chat,
.fp-enabled .home-top {
	display: block !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

.fp-viewing-screen1 .chat,
.fp-viewing-screen1 .home-top {
    opacity: 0 !important;
    pointer-events: none !important;
}

.mod {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
}
.mod.open {
    opacity: 1;
    pointer-events: auto;
}
.mod form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 480px;
    height: auto;
}
.mod form h2 {
    color: #343434;
    font-size: 53px;
    line-height: 1.15;
    font-family: "HelveticaNeueCyr-Light";
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
}
.mod form h2::after {
    content: "";
    display: block;
    width: 96px;
    height: 2px;
    background-color: #343434;
    position: absolute;
    bottom: -20px;
}
.mod form input {
    color: #343434;
    width: 100%;
    height: 56px;
    border: 2px solid #343434;
    border-radius: 0;
    margin-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    font-family: "HelveticaNeueCyr-Roman";
}
.mod form input::placeholder {
    color: #C3C3C3;
    transition: all .3s linear;
}
.mod form input:focus::placeholder {
    opacity: 0.5;
}
.mod form textarea:focus::placeholder {
    opacity: 0.5;
}
.mod form button {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-family: "HelveticaNeueCyr-Bold";
    padding: 20px 50px;
    background-color: #343434;
    border: 2px solid #343434;
    border-radius: 0;
    cursor: pointer;
    transition: all .3s linear;
}
.mod form button:hover {
    color: #343434;
    background-color: transparent;
}
.mod__close {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/ico-close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 61px;
    top: 30px;
    transition: all .5s ease-in-out;
}
.mod__close:hover {
    transform: rotateZ(180deg);
}

#footer-bg::before {
	content: "";
	position: absolute;
	background-color: #171717;
	width: 100%;
	height: 20px;
	top: -10px;
	z-index: -1;
}

p a {
	color: inherit;
}

label.error {
    display: none !important;
}

.contact form input.error,
.designers form input.error {
	border: 2px solid #ea2929;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #28754E;
}

.wpcf7 form .wpcf7-response-output {
    color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
    padding: 15px;
    margin: 0 auto;
    padding: 15px;
}

.sent #submit,
.sent .input-more,
.sent textarea,
.sent input {
	display: none;
}

.technical__dimension h3 + figure img {
	margin-top: 10px;
}

.technical__dimension figure img {
	margin-bottom: 50px;
}


.search-result-count  {
	color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
}

.search-res-empty {
	color: #343434;
    font-size: 18px;
    line-height: 1.5;
    font-family: "HelveticaNeueCyr-Roman";
	margin-bottom: 60px;
	text-align: center;
}

body.fp-viewing-screen6 .header {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(0deg);
}

.wp-block-image img {
	width: auto !important;
	height: auto !important;
}