@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap);

.wrap {
    width: 1320px;
    margin: 0 auto
}

html {
    overflow-x: hidden
}

.main {
    margin-top: -105px
}

* {
    font-family: Montserrat, sans-serif
}

h2.title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px
}

.descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #515151
}

.preload {
    z-index: 10000;
    position: fixed;
    background-color: #fff;
    width: 100vw;
    height: 250vh;
    top: 0;
    transform: translateY(-100%);
    transition: all .6s ease-in-out
}

.preload.active {
    transform: translateY(0);
    transition: all .8s ease-in-out;
}

.preload.leave {
    transition: all 0s ease;
    transform: translateY(0)
}

img {
    transform: translateZ(0);
}

.btn {
    border: 2px solid #000;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    padding: 10px 12px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none !important;
    padding: 10px 30px;
    text-align: center;
    transition: all .3s ease
}

.btn:hover {
    color: #fff;
    background-color: #000
}

.btn_black {
    color: #fff;
    background-color: #000
}

.btn_black:hover {
    color: #000;
    background-color: #fff
}

.lwpcngNotice_accept {
    border: 2px solid #000 !important;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 12px;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none !important;
    padding: 10px 30px;
    text-align: center;
    transition: all .3s ease;
    color: #fff !important;
    background-color: #000 !important
}

.lwpcngNotice_accept:hover {
    color: #000 !important;
    background-color: #fff !important
}

.lwpcngNoticeBar-bottom.lwpcngNotice-sticked {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    gap: 50px
}

.back {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 300;
    font-size: 14px;
    line-height: 147.69%;
    width: 1320px;
    margin: 70px 60px;
    margin-bottom: 0;
    text-decoration: none;
    color: #000
}

.back:hover {
    color: #000;
    text-decoration-skip-ink: none;
}

.to-top {
    cursor: pointer;
    z-index: 999;
    position: fixed;
    bottom: 44px;
    right: 44px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease
}

.to-top.active {
    opacity: 1;
    visibility: visible
}

.to-top:hover {
    transform: scale(1.1)
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px
}

.swiper-button-next,
.swiper-button-prev {
    color: #000
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    bottom: 20%;
    left: 10%;
    top: initial
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    top: initial;
    right: 10%;
    bottom: 20%
}

.wpcf7-spinner {
    display: none
}

form {
    position: relative
}

form .wpcf7-response-output {
    max-width: 100%;
    width: 400px;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    position: absolute;
    bottom: 25px;
    transform: translateY(-50%);
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 147.687%
}

form.invalid .wpcf7-response-output {
    color: #000
}

form.sent .wpcf7-response-output {
    color: #000;
    transform: translateY(-20%)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -100;
    opacity: 0
}

.modal .close {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 50px
}

.modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(.3rem);
    backdrop-filter: blur(.3rem);
    z-index: -1
}

.modal.active {
    opacity: 1;
    z-index: 100
}

.modal form {
    transition: all .45s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 90px 80px;
    padding-top: 60px;
    background-color: #fff;
    gap: 15px;
    box-shadow: 0 4.733309269px 9.4666185379px 0 rgba(0, 0, 0, .25)
}

.modal form .wpcf7-response-output {
    position: static;
    height: 0;
    width: 100%;
    transform: initial !important
}

.modal form .title {
    color: #000;
    font-size: 25.147px;
    font-style: normal;
    font-weight: 500;
    line-height: 147.687%;
    margin-bottom: 26px
}

.modal form label {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.modal form label span {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 147.687%
}

.modal form label input,
.modal form label textarea {
    padding: 10px 5px;
    border: 0;
    border-radius: 4.733px;
    background: #f5f6f8;
    outline: 0;
    resize: none
}

.modal form label textarea {
    height: 65px
}

.modal form .hidden {
    display: none
}

.modal form .agree {
    cursor: pointer;
    display: flex;
    gap: 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 147.687%
}

.modal form .agree svg {
    display: none
}

.modal form .agree .checkbox {
    border: 1px solid #000;
    min-width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal form .agree.active svg {
    display: block
}

.modal form .btn {
    margin-top: 20px;
    border: 1.726px solid #000;
    background: #000;
    color: #fff
}

.popup {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 40px 62px;
    background-color: #fff;
    box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, .09);
    border-radius: 9px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.popup.active {
    opacity: 1;
    visibility: visible
}

.popup .title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 147.687%;
    margin-bottom: 27px
}

.popup .files {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.popup .file {
    width: 534px;
    display: flex;
    justify-content: space-between;
    background: #f5f6f8;
    padding: 7px 10px
}

.popup .file__name {
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.687%
}

.popup .file svg {
    cursor: pointer;
    transition: all .45s ease
}

.popup .file.droped svg {
    transform: rotate(180deg)
}

.popup .file .drop-btn {
    width: 24px
}

.popup .file .drop-btn svg {
    width: 100%;
    height: 8px
}


.popup .file img {
    width: 20px;
}

.popup .file .drop-btn.active svg {
    transform: rotate(0)
}

.popup .drop-down {
    background: #f5f6f8;
    max-height: 0;
    transition: all .45s ease;
    overflow: hidden
}

.popup .drop-down.active {
    max-height: 300px
}

.popup .drop-down form {
    padding: 20px 10px
}

.popup .drop-down form .wpcf7-response-output {
    height: 50px;
    bottom: 8px;
    max-width: 60%;
    right: 8%;
    transform: translateY(-20%)
}

.popup .drop-down span {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 147.687%
}

.popup label {
    display: flex;
    flex-direction: column
}

.popup label input {
    margin: 15px 0;
    width: 68%;
    height: 35px;
    border-radius: 4.733px;
    border: .5px solid #000;
    background: #fff
}

.header {
    padding: 28.5px 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    transition: all .65s linear;
    top: 0;
    height: 100px;
    transform: translateY(0)
}

.header.hide {
    transform: translateY(-100%)
}

.header.white-bg {
    background: #fff
}

.header svg path {
    transition: all .65s linear;
}

.home .header:not(.white-bg):not(.hide) svg path:nth-child(3),
.home .header:not(.white-bg):not(.hide) svg {
    stroke: #fff;
    transition: all .65s linear;
}

.home .header:not(.white-bg):not(.hide) svg path:nth-child(1),
.home .header:not(.white-bg):not(.hide) svg path:nth-child(2) {
    fill: #fff;
    transition: all .65s linear;
    stroke: transparent;
}

/* .header.white-bg svg path, .header.white-bg svg  {
    stroke: #000;
}

.header.white-bg svg path:nth-child(1), .header.white-bg svg path:nth-child(2) {
    stroke: #000;
} */

.header.white-bg .burger__line {
    background: #000 !important
}


.header .logo {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%)
}

.header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease
}

.header.on-hide {
    top: -200px
}

.header.on-hide .burger {
    opacity: 0
}

.header .menu {
    margin-top: 0;
    position: fixed;
    width: 35vw;
    top: 20px;
    right: 5px;
    padding-bottom: 150px;
    background: #fff;
    z-index: 1001;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%) scale(.95)
}

.header .menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1)
}

.header .menu ul {
    padding: 0;
    margin: 0;
    padding-top: 120px
}

.header .menu ul li {
    list-style: none;
    margin-bottom: 48px
}

.header .menu ul li a {
    font-weight: 300;
    font-size: 26px;
    line-height: initial;
    color: #000;
    text-transform: uppercase
}

.header .menu__bot {
    position: absolute;
    bottom: 5%;
    gap: 87px;
    display: flex;
    width: 90%;
    justify-content: space-between
}

.header .menu .close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 50px
}


.header .menu .close svg path{
  fill: #000 !important;
}

body:not(.home) .header {
    background: #fff
}

body.page-id-1986 .header {
    background: transparent;
}

.burger {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    opacity: 1;
    width: 30px;
    height: 20px;
    transition: all .3s ease;
    right: 60px;
    top: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.burger__line {
    width: 100%;
    background: #000;
    height: 2px;
    transition: all .3s ease-in-out
}

.burger:hover .burger__line:nth-child(2) {
    width: 50%
}

.home .burger__line {
    background: #fff
}

.hero,
.slab {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
    height: 101.5vh;
    margin-bottom: 500px
}

.hero__bg,
.slab__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover
}

.hero__items,
.slab__items {
    padding-top: 10vw;
    display: flex;
    justify-content: space-between
}

.hero__item,
.slab__item {
    width: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #282828
}

.hero__item:nth-child(2),
.slab__item:nth-child(2) {
    color: #fff
}

.slab {
    top: 0
}

.hero__items {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 95%
}

.hero__item {
    width: 100%;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    color: #fff;
    font-family: Montserrat;
    font-size: 65.299px;
    font-style: normal;
    font-weight: 700;
    line-height: 98.9%;
    margin-bottom: 0
}

.cat {
    padding: 80px 0
}

.cat h2.title {
    text-align: center;
    margin-bottom: 70px
}

.cat__items {
    display: flex;
    gap: 21px;
    flex-wrap: wrap
}

.cat__item {
    padding: 24px 0;
    width: 425px;
    max-width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    padding-bottom: 15px
}

.cat__item img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: all .45s ease
}

.cat__item .animation {
    position: relative;
    height: 200px;
    display: flex;
    align-items: flex-end
}

.cat__item .animation img {
    height: 140px;
    transition: all 1s ease
}

.cat__item .animation img:nth-child(1) {
    transform: translateY(-10%);
    position: absolute;
    top: 0
}

.cat__item:hover {
    text-decoration: none;
    border-radius: 10px
}

.cat__item:hover .default-img {
    transform: scale(1.1)
}

.cat__item:hover .animation img:nth-child(1) {
    transform: translateY(-35%)
}

.cat__name {
    margin-top: 16px;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000
}

.product-info {
    padding: 122px 0
}

.product-info .wrap {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    justify-content: space-between
}

.product-info .wrap img {
    width: 760px
}

.product-info__name {
    font-weight: 700;
    font-size: 32px;
    line-height: 126.19%;
    margin-bottom: 72px;
}

.product-info__content {
    width: 430px
}

.product-info__content p {
    margin-bottom: 32px
}

.product-info__content .btn {
    width: 100%
}

.product-info__content .btns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 15px
}

.product-info__content .btns .btn {
    width: auto;
    white-space: nowrap;
    width: 49%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.product__slider {
    margin-bottom: -100px
}

.product .swiper-pagination-clickable .swiper-pagination-bullet {
    background: #000;
    transition: all .45s ease
}

.product__slider {
    width: 760px;
    height: 500px;
    margin: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute
}

.product__slider.active {
    opacity: 1;
    position: relative;
    display: block
}

.product__slider .swiper-slide {
    position: absolute !important;
    opacity: 0 !important;
    transition: all .4s ease !important;
    visibility: hidden !important
}

.product__slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    position: absolute !important;
    transform: initial !important;
    visibility: visible !important;
    z-index: 100
}

.product__slider .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
    position: absolute !important;
    z-index: 1;
    visibility: visible !important
}

.product__slider .swiper-slide.swiper-slide-prev {
    opacity: 0 !important;
    position: absolute !important;
    transform: initial !important;
    visibility: visible !important;
    z-index: 101
}

.product__slider.color-pic .swiper-slide {
    transition: all 0s linear !important
}

.product__slider.color-pic .swiper-pagination {
    display: none
}

.product-char {
    padding: 96px 0
}

.product-char__items {
    display: flex;
    gap: 96px
}

.product-char__item {
    width: 376px
}

.product-char__item img {
    width: 100%;
    height: 212px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 24px
}

.product-char__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px
}

.product-galery__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.product-galery__items img {
    width: 49.5%;
    margin-bottom: 1vw;
    -o-object-fit: cover;
    object-fit: cover
}

.product-galery__items img:last-child:nth-child(2n+1) {
    width: 100%
}

.product .files {
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.product .files a {
    color: #000 !important;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    gap: 20px
}

.product .color,
.product .number {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 126.188%;
    display: flex;
    gap: 18px;
    margin-bottom: 25px
}

.product .color__items,
.product .number__items {
    display: flex;
    gap: 9px
}

.product .color__item,
.product .number__item {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.188%;
    transition: all .3s ease
}

.product .color__item.active,
.product .number__item.active {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .25)
}

.product .number__item.active {
    background-color: #000;
    color: #fff
}

.product .price {
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.188%;
    margin-bottom: 40px;
    display: flex
}

.product .price span {
    display: none
}

.product .price span.active {
    display: block
}

.product .price div,
.product .price span {
    margin-left: 10px
}

.slab {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    min-height: 100vh
}

.slab_sticky {
    position: -webkit-sticky;
    position: sticky
}

.slab__items {
    padding-top: 0;
    height: 100vh
}

.slab__item {
    background: #fff;
    width: 50.005%;
    position: relative;
    padding: 6vw 0
}

.slab__item h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 66px;
    color: #000
}

.slab__item_black {
    position: relative;
    background: #000;
    overflow: hidden
}

.slab__item_black img {
    transition: all .3s linear;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    transition: all .3s ease
}

.slab__item_black img.active {
    opacity: 1
}

.slab__slider {
    width: 100%
}

.slab__slider .swiper-slide {
    width: 100%;
    opacity: 0 !important
}

.slab__slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.slab__slider .swiper-slide a {
    display: block;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.slab__slider .swiper-slide img {
    width: 100%;
    height: 23vw;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.slab__slider-container {
    width: 100%;
    margin-top: 125px;
    position: relative
}

.slab__slider-thumb {
    width: 65%;
    position: static;
    height: 4.5vw
}

.slab__slider-thumb .swiper-wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%
}

.slab__slider-thumb .swiper-slide {
    cursor: pointer
}

.slab__slider-thumb .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.slab.chairs {
    z-index: 4;
    background: #fff
}

.slab.chairs h2 {
    margin-bottom: 0
}

.slab.chairs .slab__slider-container {
    margin-top: 25px
}

.slab.chairs .swiper {
    height: 70px
}

.slab.chairs .slab__slider-thumb .swiper-wrapper {
    justify-content: center
}

.slab.chairs .slab__item:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.wardrobes {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
    padding-bottom: 500px
}

.wardrobes h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 56px
}

.wardrobes__slider {
    transform: translateY(-3%);
    transition: all .7s ease;
    z-index: 1;
    margin: 0
}

.wardrobes__slider img {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    transition: all .7s ease
}

.wardrobes__slider-thumb {
    width: 30%;
    margin: 0 auto;
    margin-top: 50px;
    transform: translate(0, -250%);
    position: relative;
    z-index: 1;
    transition: all .7s ease
}

.wardrobes__slider-thumb .swiper-wrapper {
    display: flex;
    justify-content: center
}

.wardrobes__slider-thumb .swiper-slide {
    width: 20%;
    cursor: pointer
}

.wardrobes__slider-thumb .swiper-slide img {
    width: 100%
}

.wardrobes.active .wardrobes__slider {
    transform: translateY(0)
}

.wardrobes.active .wardrobes__slider img {
    width: 900px
}

.wardrobes.active .wardrobes__slider-thumb {
    transform: translate(0, 0)
}

.wardrobes__bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1500px;
    transform: translateX(-50%);
    height: 100%;
    z-index: 0;
    display: none
}

.wardrobes__bg div {
    position: absolute;
    top: 50%;
    border-radius: 100%;
    transform: translate(0, -50%)
}

.wardrobes__bg div:nth-child(1) {
    background: #f7f3eb;
    width: 466px;
    height: 466px;
    left: 5%
}

.wardrobes__bg div:nth-child(2) {
    right: 10%;
    width: 254px;
    height: 254px;
    background: #ebf3f7
}

.interior {
    position: relative;
    top: 0;
    background-color: #efefef;
    z-index: 5
}

.interior__items {
    display: flex;
    text-decoration: none !important
}

.interior__items:hover {
    text-decoration: none !important
}

.interior__item {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20vh 54px;
    background: linear-gradient(339.92deg, #efefef 8.73%, rgba(255, 255, 255, .86) 97.68%), #f7f3eb;
    min-height: 110vh
}

.interior__item h3 {
    margin-bottom: 112px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    color: #000
}

.interior__item h3:hover {
    text-decoration: none !important
}

.interior__item:hover {
    text-decoration: none !important
}

.interior__item img {
    width: 100%
}

.accessories {
    text-align: center;
    padding: 48px 0;
    background: #fff;
    position: relative;
    top: 0;
    z-index: 6
}

.accessories h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 66px;
    color: #000
}

.accessories__items {
    width: 1320px;
    margin: 0 auto;
    padding: 32px 0;
    display: flex;
    justify-content: space-between
}

.accessories__items h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-top: 15px
}

.accessories__item {
    border-radius: 10px;
    transition: all .3s ease;
    padding-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: 25px 55px
}

.accessories__item img {
    width: 312px;
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .45s ease
}

.accessories__item:hover {
    text-decoration: none;
    border-radius: 10px
}

.accessories__item:hover img {
    transform: scale(1.1)
}

.contact {
    padding: 65px 0
}

.contact img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 40vw;
}

.contact h1 {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px
}

.contact .wrap {
    display: flex;
    gap: 72px
}

.contact__info {
    width: 420px;
    max-width: 100%
}

.contact .address,
.contact .phones,
.contact .mail {
    display: flex;
    gap: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 12px
}

.contact .address,
.contact .mail {
    align-items: center
}

.contact .phones__items {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.contact .phones__items a, 
.contact .mail a {
    color: #000
}

.contact form {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.contact form input:not(.btn),
.contact form textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 9px 12px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px
}

.contact form .btn {
    background-color: #fff
}

.contact form .btn:hover {
    background-color: #000
}

.contact form .wpcf7-response-output {
    height: 50px;
    bottom: -90px;
    transform: translateY(-20%)
}

.contact form.sent .wpcf7-response-output {
    display: flex;
    align-items: center;
    gap: 10px
}

.contact form.sent .wpcf7-response-output::before {
    content: "";
    width: 10px;
    height: 7px;
    background: url(../img/icons/green-arrow.png);
    background-size: 100% 100%
}

.map {
    width: 100%;
    height: 432px
}

.map iframe {
    width: 100%;
    height: 100%;
    border: none
}

.about {
    padding: 120px 0
}

.about .wrap {
    display: flex;
    align-items: center
}

.about .wrap img {
    width: 648px;
    max-width: 100%
}

.about__info {
    padding: 0 115px;
    max-width: 100%
}

.about-img img {
    width: 100%
}

.our-team {
    padding: 120px 0
}

.our-team .wrap {
    width: 1192px
}

.our-team__items {
    display: flex;
    gap: 24px
}

.our-team__item {
    width: 280px
}

.our-team__item img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px
}

.our-team__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 8px
}

.our-team__post {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #515151;
    text-transform: uppercase
}

.footer {
    padding: 72px 0
}

.footer .logo {
    width: auto;
    height: 68px
}

.footer .logo svg {
    width: 100%;
    height: 100%
}

.footer__top {
    display: flex;
    gap: 504px
}

.footer__top ul {
    margin: 0;
    padding: 0
}

.footer__top ul li {
    list-style: none;
    margin-bottom: 16px
}

.footer__top ul li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000
}

.footer__bot {
    display: flex;
    gap: 440px;
    margin-top: 96px
}

.footer__bot .copyright {
    font-weight: 600;
    font-size: 15.887px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000
}

.footer__info {
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    color: #000
}

.footer__info a {
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    color: #000
}

.mobile {
    display: none
}

@media screen and (max-width:1350px) {
    .slab__slider-thumb {
        width: 70%
    }

    .wrap {
        width: 100%;
        padding: 0 28px
    }

    .product-info__content {
        width: 35%
    }

    .product-info {
        padding-bottom: 0
    }

    .product-info__name {
        margin-bottom: 4vw
    }

    .product-info .wrap .product__slider {
        width: 58vw;
        height: 40vw
    }

    .product-info .wrap .product__slider img {
        width: 100%
    }

    .product-char__items {
        gap: initial;
        justify-content: space-between
    }

    .product-char__item {
        width: 31%
    }

    .product-char__item img {
        height: 15vw
    }

    .product-info__content .btns .btn {
        font-size: 1.1vw
    }

    .product-galery__items {
        flex-direction: column
    }

    .product-galery__items img {
        width: 100%
    }

    .cat__items {
        gap: 5%
    }

    .cat__item {
        width: 29.5%
    }
}

@media screen and (max-width:900px) {
    body:not(.home) {
        overflow-x: hidden
    }

    .back {
        width: 100%;
        margin: 0 20px
    }

    .mobile {
        display: block
    }

    .swiper-button-prev {
        left: 3%;
    }

    .swiper-button-next {
        right: 3%;
    }

    .home .footer,
    .home section:not(.hero) {
        /*display: none*/
    }

    .header {
        position: fixed;
        width: 100%
    }

    .header .logo {
        left: 20px
    }

    .header .menu {
        margin-top: 0;
        padding-left: 32px;
        width: 100vw;
        right: 0;
        top: 0
    }

    .header .menu .close {
        right: 20px
    }

    .header .menu ul li {
        margin-bottom: 32px
    }

    .header .menu ul li a {
        font-weight: 300;
        font-size: 24px;
        line-height: 32px
    }

    .header .burger {
        width: 30px;
        right: 20px
    }

    /*.home {*/
    /*    overflow: hidden*/
    /*}*/

    .hero {
        height: 100vh
    }

    .hero img {
        height: 115vh
    }

    .hero__items {
        /*padding-top: 30vh;*/
        flex-direction: column
    }

    .hero__item {
        width: 100%;
        font-weight: 800;
        font-size: 9.1vw;
        line-height: 22px;
        color: #fff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, .65);
        font-family: Montserrat;
        font-size: 29px;
        font-style: normal;
        font-weight: 700;
        line-height: 109.9%
    }

    .hero__item:nth-child(2) {
        font-size: 29px
    }

    .hero__bg {
        -o-object-fit: cover;
        object-fit: cover
    }

    .slab {
        min-height: initial
    }

    .slab:nth-child(1n) .slab__item_slider {
        order: -1;
    }

    .slab__item_slider {
        padding-top: 37px;
    }

    .slab__items {
        flex-direction: column;
    }

    .slab__item {
        width: 100%;
    }

    .slab__item_black {
        height: 100%;
    }

    .slab__slider .swiper-slide img {
        height: 145px;
    }

    .slab__item h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px
    }

    .slab__item__black {
        display: none
    }

    .slab__slider {
        margin-bottom: 20px;
    }

    .slab__slider-container {
        margin-top: 0;
    }

    .slab__slider-thumb {
        width: 80%;
        height: 68px;
    }

    .slab__slider-thumb .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .wardrobes {
        padding-bottom: 50px
    }

    .wardrobes h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px
    }

    .wardrobes__bg {
        display: none
    }

    .wardrobes__slider img {
        width: 90%
    }

    .wardrobes__slider-thumb {
        width: 50%;
        transform: translate(0, -350%)
    }

    .chairs .slab__item_slider {
        display: none
    }

    .interior {
        position: relative
    }

    .interior__items {
        flex-direction: column
    }

    .interior__item {
        padding: 30px 15px;
        width: 100%;
        min-height: auto;
    }

    .interior__item img {
        max-width: 232px;
        width: 100%;
        display: flex;
        margin: 0 auto;
    }

    .interior__item h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px
    }

    .interior__item h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 32px;
    }

    .accessories h3 {
        display: none;
    }

    .accessories__items {
        padding: 0 10px;
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-around
    }

    .accessories__item {
        width: 32%;
        padding: 0;
    }

    .accessories__item img {
        width: 100%;
        height: auto;
    }

    .footer {
        position: relative;
        padding: 30px 0
    }

    .footer__top {
        width: 100%;
        flex-direction: column;
        gap: 120px;
        align-items: center
    }

    .footer__top ul li {
        text-align: center
    }

    .footer__bot {
        gap: 0;
        margin-top: 30px
    }

    .footer__bot .copyright {
        margin: 0 auto;
        text-align: center
    }

    .footer__info {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        display: flex;
        flex-direction: column;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        text-align: center
    }

    .footer__info a {
        color: #000
    }

    .footer__info a:hover {
        text-decoration: none
    }

    .catalog-page {
        padding-top: 140px
    }

    .cat {
        padding: 25px 0
    }

    .cat h2.title {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px
    }

    .cat__items {
        gap: 1.5%
    }

    .cat__item {
        width: 49%
    }

    .cat__item img {
        height: 105px
    }

    .cat__item .animation {
        height: 105px
    }

    .cat__item .animation img {
        height: 70%
    }

    .cat__item .animation img:nth-child(1):hover {
        transform: translateY(-20%)
    }

    .product {
        padding-top: 150px;
        position: relative
    }

    .product__sliders {
        z-index: 1;
        width: 100% !important;
        height: 55vw !important;
        width: 100%;
        height: 210px
    }

    .product__sliders.active {
        z-index: 1
    }

    .product__slider {
        width: 100% !important;
        z-index: -100;
        visibility: hidden;
        height: 55vw !important;
        overflow: visible
    }

    .product__slider .swiper-pagination {
        bottom: -20px
    }

    .product__slider.active {
        z-index: 10;
        visibility: visible
    }

    .product .color,
    .product .number {
        flex-direction: column
    }

    .product-info {
        padding: 22vw 0;
        padding-bottom: 20px;
        position: relative
    }

    .product-info .wrap {
        flex-direction: column;
        gap: 48px
    }

    .product-info .wrap img {
        width: 100%
    }

    .product-info .btns .btn {
        font-size: 14px
    }

    .product-info__content {
        width: 100%
    }

    .product-info__content .btn {
        margin: 0 auto
    }

    .product-info__content .btns {
        flex-direction: column
    }

    .product-info__content .btns .btn {
        width: 100%
    }

    .product-info__name {
        position: absolute;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 28px;
        width: 90%;
        text-align: center
    }

    .product-char {
        padding: 20px 0
    }

    .product-char__items {
        gap: 0;
        flex-wrap: wrap;
        flex-direction: column
    }

    .product-char__item {
        width: 100%;
        margin-bottom: 40px
    }

    .product-char__item img {
        margin-bottom: 30px;
        height: 50vw;
        transform: translateX(10%)
    }

    .product-char__item:nth-child(even) img {
        transform: translateX(-10%)
    }

    .product-galery__items img {
        width: 100%
    }

    .about {
        padding: 64px 0
    }

    .about .wrap {
        flex-direction: column
    }

    .about__info {
        margin-top: 24px;
        padding: 0
    }

    .about-img {
        height: 280px
    }

    .about-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left
    }

    .our-team h2 {
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
        text-align: center
    }

    .our-team .wrap {
        width: 100%;
        padding: 0 10px
    }

    .our-team__items {
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between
    }

    .our-team__item {
        width: 48%;
        margin-bottom: 30px
    }

    .our-team__item img {
        height: 30vw
    }

    .contact {
        padding: 32px 0
    }

    .contact .wrap {
        flex-direction: column
    }

    .contact .wrap img {
        display: none
    }

    .contact form .btn {
        width: 100%
    }

    section {
        /*position: static !important*/
    }

    .modal form {
        width: 90vw;
        padding: 25px 20px;
        padding-bottom: 50px;
        gap: 10px
    }

    .modal form label {
        margin-bottom: 5px
    }

    .modal form .btn {
        margin-top: 5px;
        width: 100%
    }

    .modal form .wpcf7-response-output {
        font-size: 12px;
        bottom: 0;
        max-width: 95%
    }

    .modal .close {
        top: 32px;
        right: 20px
    }

    .modal .close svg {
        width: 20px
    }

    .modal .title {
        margin-bottom: 0
    }

    .popup {
        width: 90%;
        padding: 35px 20px
    }

    .popup .file {
        width: 100%
    }

    .popup label input {
        width: 100%
    }

    .popup .btn {
        width: 100%
    }

    .popup form .wpcf7-response-output {
        margin-top: 10px !important;
        position: static;
        height: initial;
        width: 100%;
        transition: initial;
        transform: initial !important;
        max-width: initial !important
    }

    .contact-us {
        margin-top: 100px
    }
}

@media screen and (max-width:468px) {
    .product-info {
        padding: 45vw 0;
        padding-bottom: 20px
    }
}

.header.white-bg {}


.partners__title {
    text-align: center;
    margin-bottom: 37px;
}

.partners__body {
    display: flex;
    justify-content: center;
}

.partners__body img {
    max-width: 1163px;
    width: 100%;
}

@media (max-width: 900px) {
    .partners {
        padding-top: 100px;
    }
}

@media (max-width: 546px) {
    body {
        scroll-behavior: smooth;
    }

    .partners__title {
        margin-bottom: 20px;
    }

    .header .logo svg {
        width: 146px;
    }

    .partners {
        padding-top: 95px;
    }

    .slab__item {
        width: 100%;
    }

    .interior__item h3,
    .accessories h2 {
        font-size: 20px;
        line-height: 147.687%;
    }

    .accessories h2 {
        margin-bottom: 40px;
    }

    .slab__slider-thumb {
        width: 75%;
        height: 90px;
    }

    .slab__slider-thumb .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}


.scroll_down {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -90px;
}

.scroll_down_img {
    display: flex;
    margin-bottom: 10px;
    max-width: 32px;
    width: 100%;
}

.scroll_down_arrow {
    animation: moveArrow 2s linear infinite;
    position: relative;
    left: 0.8px;
}

@keyframes moveArrow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

@media (max-width: 900px) {
    .lwpcngNoticeBar-bottom.lwpcngNotice-sticked {
        gap: 15px;
        flex-direction: column;
    }

    .scroll_down {
        height: 70px;
        top: -145px;
    }

    .scroll_down_img {
        max-width: 28px;
    }

    .scroll_down_arrow {
        max-width: 19px;
    }

    .footer .logo svg {
        position: relative;
        left: 19px;
    }
    
    .partnership .content {
    	max-width: 90%;
        padding: 32px !important;
    }
}


@media (min-width: 2400px) {
    .slab__slider {
        width: 51%;
        height: 42vh;
    }

    .slab__slider .swiper-slide img {
        height: auto;
    }

    .slab__slider-container {
        margin-top: 100px;
    }

    .slab__slider-thumb {
        width: 60%;
        position: static;
        height: 3.5vw;
    }
}

.partnership{min-height:900px;position:relative}.partnership .maps{position:absolute;width:100%;height:100%;-webkit-filter:blur(5px);filter:blur(5px);transform:scale(.8);transition:all .3s ease}.partnership .maps.active{-webkit-filter:blur(0);filter:blur(0);transform:scale(1)}.partnership .maps img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transition:all .3s ease}.partnership .maps img.active{opacity:1}.partnership .btn_show-form{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000;color:#fff;cursor:pointer}.partnership .content{position:absolute;top:50%;left:50%;padding:58px;transform:translate(-50%,-50%);background:#fff;opacity:0;visibility:hidden;transition:all .3s ease;width:452px;box-shadow:0 2px 17px 0 rgba(0,0,0,.25)}.partnership .content.active{opacity:1;visibility:visible; z-index: 1}.partnership .content .title{text-align:center;color:#000;font-size:18px;font-weight:600;margin-bottom:28px}.partnership .content label{margin-bottom:24px;width:100%}.partnership .content label span{color:#000;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:147.687%}.partnership .content input,.partnership .content select{border-radius:4.733px;background:#f5f6f8;border:none;padding:10px;width:100%}.partnership .content .btn{background:#000;color:#fff;border-radius:0;margin-top:36px}.partnership .content select{cursor:pointer;text-align:center;margin-bottom:24px}.partnership .content select[name=region]{display:none}.partnership .content select[name=region].active{display:block}.partnership .content .agree{cursor:pointer;display:flex;gap:12px;font-size:12px;font-style:normal;font-weight:500;line-height:147.687%}.partnership .content .agree .checkbox{border:1px solid #000;min-width:16px;height:16px;display:flex;justify-content:center;align-items:center}.partnership .content .agree svg{display:none}.partnership .content .agree.active svg{display:block}.partnership #country-hidden,.partnership #region-hidden{opacity:0;visibility:hidden;height:0;padding:0;position:absolute;display:block!important}.partnership .wpcf7-response-output{position:relative;transform:initial;margin-top:50px!important} .partnership .content select {-moz-appearance: none;-webkit-appearance: none;appearance: none;background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat: no-repeat;background-position-x: 95%;background-position-y: 11px;}


@media (max-width: 768px) {
	body.page-id-1986 .header {
    	background: #fff;
    }
}


/* New Page Our Works 24.11  */

.our-works {
    padding: 64px 0
}

.our-works h1.title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.188%;
    margin-bottom: 48px
}

.our-works__items {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0 32px
}

.our-works__item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .45s ease;
    position: relative;
    height: 90vh
}

.our-works__item h2.title {
    position: absolute;
    max-width: 25.6944vw;
    text-align: center;
    text-shadow: 2px 2px 9px rgba(0, 0, 0, .25);
    font-size: 2.2222vw;
    font-style: normal;
    font-weight: 700;
    line-height: 126.188%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none
}

.our-works__item:hover {
    transform: scale(1.02);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.our-works__item:hover h2.title {
    color: #fff;
    text-decoration: none
}

.our-works__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.our-work-page {
    padding: 64px 0
}

.our-work-page h2.title {
    color: #000;
    text-align: center;
    font-size: 1.6667vw;
    font-style: normal;
    font-weight: 700;
    line-height: 126.188%;
    margin-bottom: 3.3333vw
}

.work-info {
    padding-bottom: 160px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.work-info .swiper-container {
    width: 57vw;
    height: 35vw;
    position: relative
}

.work-info .swiper-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.work-info .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.work-info .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.work-info .swiper-container .swiper-pagination-custom,
.work-info .swiper-container .swiper-pagination-fraction {
    bottom: 15px
}

.work-info .swiper-container .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #000;
    opacity: 1;
    transition: all .4s ease;
    width: 10px;
    height: 10px
}

.work-info .swiper-container .swiper-pagination-bullet-active {
    background-color: #000
}

.work-info .swiper-container .swiper-button-prev,
.work-info .swiper-container .swiper-rtl .swiper-button-next {
    bottom: 50%;
    transform: translateY(50%);
    left: 5%
}

.work-info .swiper-container .swiper-button-next,
.work-info .swiper-container .swiper-rtl .swiper-button-prev {
    bottom: 50%;
    transform: translateY(50%);
    right: 5%
}

.work-info .swiper-container .swiper-button-next::after,
.work-info .swiper-container .swiper-button-prev::after {
    font-size: 30px;
    color: #fff
}

.work-info .content {
    width: 32vw
}

.work-info .content h1.title {
    color: #000;
    font-size: 2.2222vw;
    font-style: normal;
    font-weight: 700;
    line-height: 126.188%
}

.work-info .content .desc {
    margin-top: 1.7361vw;
    color: #000;
    font-size: .9722vw;
    font-style: normal;
    font-weight: 400;
    line-height: 147.687%
}

.our-work-products {
    width: 95%;
    margin: 0 auto
}

.our-work-products .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    gap: 3.7vw
}

.our-work-products .swiper-slide a.product-card {
    width: 22%;
    transition: all .4s ease
}

.our-work-products .swiper-slide a.product-card img {
    width: 100%;
    height: 12vw;
    -o-object-fit: contain;
    object-fit: contain
}

.our-work-products .swiper-slide a.product-card h3 {
    margin-top: 26px;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    line-height: 147.687%
}

.our-work-products .swiper-slide a.product-card:hover {
    transform: scale(1.02);
    text-decoration: none
}

.our-work-products .swiper-slide a.product-card:hover h3 {
    text-decoration: none
}

@media screen and (max-width:768px) {
    .our-works {
        padding: 120px 0
    }

    .our-works h1.title {
        margin-bottom: 32px
    }

    .our-works__items {
        padding: 16px;
        gap: 16px
    }

    .our-works__item {
        height: 25vh
    }

    .our-works__item h2.title {
        font-size: 18px;
        font-style: normal;
        font-weight: 700
    }

    .our-work-page {
        padding: 120px 0
    }

    .our-work-page h2.title {
        margin-bottom: 32px;
        font-size: 24px
    }

    .work-info {
        flex-direction: column-reverse;
        width: 90%;
        gap: 32px;
        padding-bottom: 50px
    }

    .work-info .swiper-container {
        width: 100%;
        height: 60vw
    }

    .work-info .swiper-container .swiper-button-prev,
    .work-info .swiper-container .swiper-rtl .swiper-button-next {
        left: 2%
    }

    .work-info .swiper-container .swiper-button-next,
    .work-info .swiper-container .swiper-rtl .swiper-button-prev {
        right: 2%
    }

    .work-info .content {
        width: 100%
    }

    .work-info .content h1.title {
        font-size: 18px;
        text-transform: uppercase
    }

    .work-info .content .desc {
        margin-top: 15px;
        font-size: 12px
    }

    .our-work-products .swiper-slide a.product-card {
        width: 46%;
        gap: 3vw
    }

    .our-work-products .swiper-slide a.product-card img {
        height: 25vw
    }
}

/* End our works */