.prompt-thin {
    font-family: "Prompt", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.prompt-extralight {
    font-family: "Prompt", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.prompt-light {
    font-family: "Prompt", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.prompt-regular {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.prompt-medium {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.prompt-semibold {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.prompt-bold {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.prompt-extrabold {
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.prompt-black {
    font-family: "Prompt", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.prompt-thin-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.prompt-extralight-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.prompt-light-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.prompt-regular-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.prompt-medium-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.prompt-semibold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.prompt-bold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.prompt-extrabold-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.prompt-black-italic {
    font-family: "Prompt", sans-serif;
    font-weight: 900;
    font-style: italic;
}

@import url('https://fonts.googleapis.com/css2?family=Avenir+Next:wght@400;700&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Prompt";
    font-size: 15px;
    font-weight: 500;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#slider {
    position: relative;
}



/* header */

#header {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.header-menu ul {
    list-style: none;
}

.header-menu ul li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
}

.header-menu ul li::after {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    right: -23px;
}

.header-menu ul li:last-child::after {
    display: none;
}

.header-menu ul li a {
    text-decoration: none;
    font-weight: 200;
    color: #fff;
    line-height: 15px;
    display: block;
    font-size: 16px;
}

.header-icons img {
    width: 30px;
}

.header-icons a {
    text-decoration: none;
    margin-right: 15px;
}

.header-main {
    display: flex;
    align-items: center;
}

.logo img {
    width: 100%;
    max-width: 140px !important;
}

/* product-hero*/
.doors {
    /* background: url("bg-2.png") repeat-x; */
    background: linear-gradient(to bottom,
            #7ca2af 0%,
            #6f9ba9 20%,
            #5e8d9d 40%,
            #508191 60%,
            #5d8e9f 65%,
            #7ca2af 100%);

}

.product-hero {
    display: flex;
    flex: 1;
    justify-content: space-between;
    color: #fff;
    font-weight: 300;
}

.product-hero__left {
    position: relative;
    flex: 1;
}

.product-hero__content {
    top: 73px;
    z-index: 1;
    overflow: hidden;
}

.product-hero__description {

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    bottom: 20px;
    transform: translateY(-63px);
    overflow: hidden;
}

.product-hero__img {
    transform: translatex(120px);
    padding-top: 113px;
    z-index: 0;
}

.product-hero__img img {
    max-width: 260px;
}

.plywood .product-hero__img {
    padding-top: 150px;
}

.product-hero__title {
    /* font-size: 120px; */
    font-size: clamp(50px, 9vw, 120px);
    color: #fff;
    position: absolute;
    z-index: 1;
    font-weight: 400;
    left: 34px;
    text-transform: uppercase;
}

.title-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(0, 0, 0, 0.3), 6px 6px 20px rgb(224 224 224 / 20%);
}

.doors .product-hero__title {
    left: 108px;
}

/* end product-hero*/

.pannels {
    background: url("../img/2st/bg-1.png") repeat-x;
}

.pannels .product-hero__img {
    transform: none;
    padding-top: 0;
}

.a-img-circle {
    clip-path: circle(0px at right top);
}

.pannels .product-hero__img {
    max-height: 680px;
}

.pannels .product-hero__img img {
    max-width: 100%;
    display: block;
    scale: 1.1;
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.doors .product-hero__img img {
    max-width: 100%;
    max-height: 500px;
    margin-bottom: 50px;
    /* clip-path: circle(100px at center); */
    transition: 1;
    transform-origin: top;
}

.product-hero__right {
    position: relative;
    flex: 1;
}

.pannels .product-hero__title {
    position: absolute;
    top: 50px;
    left: 30px;
}

.pannels .product-hero__description {
    max-width: none;
}

.plywood {
    background: #b4e4c7;
    padding-bottom: 130px;

}

.plywood .product-hero__title {
    color: #000;
}

.plywood .product-hero__img img {
    max-width: 600px;
}

.plywood .product-hero__title {
    position: absolute;
    top: 50px;
    left: 30px;
}

.plywood .product-hero__description {
    color: #888888;
}

.pannels .product-hero__right p {
    max-width: 70%;
    padding-left: 22%;
    font-weight: 200;
    padding-top: 10px;
}

.product-hero__subtitle {
    margin-left: 20%;
    border-bottom: 1px solid #fff;
}

.plywood .product-hero__subtitle {
    margin-left: 7%;
}

.plywood .product-hero__subtitle {
    border-bottom: 1px solid #6b7870;
}

.plywood .product-hero__right p {
    max-width: 400px;
    padding-left: 9%;
    font-weight: 200;
    padding-top: 10px;
}

.doors .product-hero__right p {
    max-width: 70%;
    padding-left: 22%;
    font-weight: 200;
    padding-top: 10px;
}

.slider-main img {
    display: block;
    width: 100%;
}

/* Footer */
.footer {
    display: flex;
    flex-direction: column;
    background: #7b9daf;
    overflow: hidden;
}

.footer-slogan {
    line-height: 12rem;
    display: block;
    font-size: 13rem;
    color: #627f8f;
}

.footer-right {
    padding-top: 40px;
    padding-right: 40px;
    text-align: right;
}

.footer-right a {
    display: block;
    color: #888888;
    font-size: 20px;
    text-decoration: none;
}


.header-search {
    position: relative;
    margin: 0 15px;
}

.header-search input[type="text"] {
    opacity: 0;

    transition: 1s all ease-in;
    background: #292c2b;
    border: 0;
    border-radius: 10px;
    line-height: 37px;
    outline: 0;
    padding: 0 10px;
    color: #fff;
    min-width: 220px;
}



.header-search input[type="submit"] {
    border: 0;

    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 4px;

    background: url(../img/template/icons/icon-search.svg) no-repeat center;
    width: 30px;
    height: 30px;
    font-size: 0;
    padding: 0;
    box-sizing: unset;
    background-size: 30px;
}

.header-search form {
    position: relative;
}

.header-logo {
    position: relative;

    top: 0;
    transition: 0.5s all;
}

.parts-home {
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.parts-home__intro {
    flex: 1;
}

.big-title {
    position: relative;
    display: inline-block;
}

.big-title__small {
    position: absolute;
    text-transform: none;
    bottom: 22px;
    right: 20px;
    font-weight: 200;
    font-size: 13px;
}

.big-title__text {
    font-size: 120px;
    color: #000;

    z-index: 1;
    font-weight: 400;

    text-transform: uppercase;
}

.parts-home__list {
    margin-bottom: 80px;
}

.parts-home__item {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 30px 0 30px;
    align-items: center;
    justify-content: left;
}

.page-faqs .parts-home__item .parts-home__title {
    font-weight: 500;
}

.page-faqs .parts-home__item {
    padding-top: 33px;
    padding-bottom: 33px;
}

.parts-home__img img {
    max-width: 80%;
    margin: 50px auto;
    display: block;
}

.faq-title {
    font-weight: 500;
}

.parts-home__description {
    font-weight: 200;
    font-size: 13px;
    margin-top: 10px;
}

.parts-home__img {
    flex: 1;
    display: flex;
    align-items: center;
}

.parts-home__number {
    width: 130px;
    justify-content: center;
}



.a~* {
    color: red;
}

.parts-home__text {}

.a-title-big {
    will-change: auto;
    transform: translate(0, 50px);
    overflow: hidden;
    /* transform: translateY(460%); /* начальное смещение вниз 
opacity: 0.75; */
}

.glb-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100vw;

    height: 600px;
    /* border: 1px solid #ccc; */
    background: #fff;
    overflow: hidden;

}

.glb-wrapper canvas {

    width: 100%;
    height: 100%;
    display: block;
}

.header-icons {
    display: flex;
    align-items: center;
}