@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    scroll-behavior: smooth;
}
.fixed {
    position: fixed;
}
input[type="text"], input[type="password"], textarea, select {border: none; display: block; background: none; outline: none; -webkit-appearance: none; font-family: "Helvetica", sans-serif; font-size: 22px; font-weight: 300;}
input[type="text"], input[type="password"], select, textarea {width: 100%; color: #383232; border: 1px solid #FFF; border-radius: 0px; height: 56px; padding: 0 24px; transition: 0.4s;}
textarea {border: 1px solid #3F3F3F; border-radius: 6px; padding: 24px; height: 400px;}
body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background: #000000;
    font-family: "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #FFF;
}
body * {
    box-sizing: border-box;
    transition: 0.4s;
}
p {
    font-weight: 300;
    font-size: 54px;
    font-style: normal;
}
a {
    color: #05DC7F;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h3, h4 {
    font-size: 96px;
    font-family: "Helvetica", sans-serif;
    font-weight: 100;
    color: #FFF;
}
h2 {
    font-size: 96px;
    font-family: "Wadik", sans-serif;
    font-weight: bold;
    color: #05DC7F;
}
h1 {
    font-size: 96px;
    font-family: "Helvetica", sans-serif;
    font-weight: bold;
    color: #FFF;
}
h1.caption {
    display: flex;
    position: relative;
    gap: 60px;
}
.bold {
    font-weight: bold;
}
.section h1.caption {
    font-family: "Wadik", sans-serif;
    text-align: center;
    justify-content: center;
    width: 100%;
    color: #05DC7F;
}
h1.caption img {
    width: 68px;
    margin-top: 20px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.section h1.caption img {
    position: absolute;
    left: 0;
    top: 0;
}
jdiv {
    box-sizing: content-box;
    position: static;
}
.flex {
    display: flex;
    justify-content: center;
}
.flex.is {
    padding: 0;
}
ul#breadcrumbs  {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 36px 0 0 0;
    padding: 0;
}
ul#breadcrumbs li {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
ul#breadcrumbs li:not(:first-child)::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #D55E57;
    display: block;
}
ul#breadcrumbs li a {
    text-decoration: none;
}
.contacts {
    margin-bottom: 90px;
}
.workspace {
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    margin: 0;
    padding: 0 60px;
    gap: 60px;
    flex-direction: row;
    position: relative;
    transition: 0.4s;
    z-index: 1;
}
.is .workspace {
    flex-direction: column;
}

header {
    width: 100%;
    overflow: hidden;
    z-index: 10;
    font-size: 22px;
    transition: 0.4s;
    color: #FFF;
    opacity: 1.0;
}
header .workspace {
    padding-top: 60px;
}
header .menu {
    display: flex;
    align-items: flex-start;
    line-height: 10px;
    align-content: center;
    /*gap: 40px;
    font-size: 36px;
    text-transform: lowercase;*/
    gap: 20px;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
}
header .menu a {
    color: #ffffff;
}
header .menu a:hover, header .menu a.active {
    color: #FFF;
    text-decoration: none;
}
header img.logo {
    width: 966px;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: 0.4s;
}

.art_1 {
    width: 968px;
    height: auto;
    object-fit: contain;
    object-position: center;
    position: absolute;
    z-index: 4;
    left: -200px;
    top: 1000px;
}
.art_4 {
    width: 708px;
    height: auto;
    object-fit: contain;
    object-position: center;
    object-view-box: xywh(0 0 1800px 1841px);
    position: absolute;
    z-index: 4;
    right: 0;
    top: 1360px;
}
.art_3 {
    width: 420px;
    height: auto;
    object-fit: contain;
    object-position: center;
    object-view-box: xywh(0 0 909px 1624px);
    position: absolute;
    z-index: 4;
    right: 0;
    top: 160px;
}
.banner_section {
    width: 100%;
}
.banner_section .workspace {
    width: 100%;
}
.banner_section .banner {
    width: 100%;
     /* margin-top: 60px;
    margin-bottom: 868px;*/
    height: 256px;
    padding: 0 100px;
   /* background: #D9D9D9;*/
    background: url('/data/1725604728/files/1775823580.webp') center no-repeat;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    border-radius: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.search_section {
    width: 100%;
}
.search_section .workspace {
    width: 100%;
}
.search_section #search_form {
    display: block;
    width: 100%;
    margin: 6px 0px 0px 0px;
    position: relative;
}
.search_section #search_form input {
    /*border: 8px solid #FFF;*/
    border: 4px solid #FFF;
    color: #FFF;
  /*  font-size: 54px;*/
    font-size: 16px;
    background: none;
    border-radius: 56px;
    overflow: hidden;
    margin: 0px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 10px 2px 11px 56px;
    /*padding: 46px 66px 66px 66px;*/
    width: 100%;
}
.search_section #search_form .search_button {
    position: absolute;
    top: 24px;
   /* right: 44px;*/
    right: 94px;
    width: 1%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.about {
    width: 100%;
}
.about .workspace {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
.about .desc {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 60% auto;
    grid-gap: 60px;
    justify-content: space-between;
    align-items: start;
    justify-items: start;
    align-content: start;
    gap: 60px;
}
.about .desc p {
    padding-top: 40px;
    width: 100%;
}
.about .desc img {
    width: 30%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.about .imgs {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    justify-content: space-between;
    align-items: start;
    justify-items: start;
    align-content: start;
    gap: 60px;
}
.about .imgs .img {
    display: flex;
    width: 100%;
    height: 480px;
    border-radius: 56px;
    background: #D9D9D9;
}

.production {
    width: 100%;
}
.production .workspace {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
}
.production section {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
}
.production section .items {
    width: 100%;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 60px;
    justify-content: space-between;
    align-items: start;
    justify-items: start;
    align-content: start;
    margin: 0;
    gap: 60px;
}
.production section .items .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 450px;
    border-radius: 56px;
    overflow: hidden;
    background: #D9D9D9;
}
.production section .items .item:hover {
    text-decoration: none;
}
.production section .items .item img {
    display: flex;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center;
    border-radius: 56px;
    background: #D9D9D9;
}
.production section .items .item .title {
    font-size: 32px;
    color: #000;
    padding: 16px 24px;
}
.production section a.more {
    align-self: flex-end;
}
.subcats {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 20px 40px;
}
.subcats .title {
    color: #878787;
    display: flex;
    gap: 40px;
    font-size: 40px;
}
.subcats .title.active {
    color: #FFF;
}
.subcats .title::before {
    content: '';
    display: block;
    margin-top: 6px;
    width: 40px;
    height: 54px;
    background: url(/extore/frontend/themes/lyumen/design/icons/sep.svg) center no-repeat;
    background-size: contain;
}
.subcats .title:nth-child(1)::before {
    content: '';
    display: block;
    margin: 0;
    width: 0;
    height: 0;
    background: none;
}

.product .caption {
    width: 100%;
    display: flex;
    gap: 60px;
}
.product .caption img.back {
    width: 68px;
    margin-top: 20px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.product .caption img.fancybox {
    width: 754px;
    height: 754px;
    border-radius: 56px;
    overflow: hidden;
    object-fit: contain;
    object-position: center;
}
.product .caption .info {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.product .caption h1.title {
    font-size: 64px;
    font-weight: 900;
}
.product .caption .desc {
    font-size: 36px;
    font-weight: 300;
}
.textblock table {
    width: 100%;
    font-size: 40px;
    font-weight: 300;
}
.textblock table tr td {
    padding: 0 0 16px 0;
}
.textblock table tr td:nth-child(1) {
    width: 30%;
}
.textblock table tr td:nth-child(2) {
    width: 70%;
}
.subcaption {
    width: 100%;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-gap: 60px;
    justify-content: space-between;
    align-items: start;
    justify-items: start;
    align-content: start;
    margin: 0;
    gap: 60px;
}
.subcaption .item {
    display: flex;
    position: relative;
    gap: 20px;
}
.subcaption .item a {
    font-size: 40px;
    line-height: 46px;
    color: #FFF;
    font-weight: bold;
}
.subcaption .item img {
    width: auto;
    margin-top: 20px;
    height: 82px;
    object-fit: contain;
    object-position: center;
}

footer {
    background: linear-gradient(#152E2B, #00664E);
    border-radius: 40px 40px 0 0;
    color: #FFF;
    font-weight: 300;
}
footer a {
    color: #FFF;
}
footer .workspace {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 20px;
}
footer .menu_set {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 100;
    font-size: 40px;
    gap: 60px;
}
footer .menu_set .phone {
    width: 25%;
}
footer .menu_set .top {
    width: 25%;
    cursor: pointer;
}
footer .menu_set .top img {
    width: 56px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
footer .logo img {
    width: 600px;
    height: auto;
    object-fit: contain;
    object-position: center;
}
footer .menu_set .menu {
    width: 25%;
}
footer .menu_set ul.menu {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-direction: column;
}




.get-modal {
    cursor: pointer;
}


#modal {opacity: 0; width: 100%; height: 100%; display: flex; flex-direction: column; gap: 24px; justify-content: center; align-items: center; position: fixed; top: 0; left: 0; z-index: 0; transition: 0.4s;}
#modal.active {opacity: 1; z-index: 99; transition: 0.4s;}
#modal .layout {width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #FFF; opacity: 0.95;}
#modal .container {background: #D91F23; color: #FFF; width: 450px; z-index: 99; padding: 36px; position: relative; display: flex; flex-direction: column; gap: 24px; justify-content: center; align-items: center; border: none; border-radius: 0px;}

#modal .container .content {position: relative; display: flex; flex-direction: column; gap: 24px; justify-content: flex-start; align-items: flex-start;}

#modal h4, #modal span, #modal a {color: #FFF;}
#modal h4 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}
#modal span {
    font-size: 14px;
}
#modal .desc {
    font-size: 22px;
    font-weight: bold;
}
#modal .desc::after {
    content: '';
    display: block;
    width: 84px;
    height: 4px;
    margin: 6px 0 0 0;
    background: #FFF;
}
#modal img {width: 44px;}
#modal img.preloader {width: auto; height: 44px;}

#modal .button {background: none; border: 1px solid #FFF; color: #FFF; cursor: pointer;}
#modal .button:hover {background: #383232; color: #FFF;}

#modal input {
    background: #FFF;
    color: #383232;
}
#modal input::placeholder {color: #383232;}

#modal .cross {position: absolute; top: -19px; right: -30px; width: 30px; height: 14px; z-index: 99; display: block; cursor: pointer; transition: 0.4s;}
#modal .cross::before, #modal .cross::after {content: ''; width: 100%; height: 2px; position: absolute; display: block; background: #383232; transition: 0.4s;}
#modal .cross::before {top: 0; transform: rotate(45deg); top: 4px; transition: 0.4s;}
#modal .cross::after {bottom: 0; transform: rotate(-45deg); bottom: 8px; transition: 0.4s;}

.more img {
    width: 106px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 1460px) {
    header img.logo {
        width: 646px;
    }
    .art_1 {
       /* width: 768px;
        left: -100px;
        top: 960px;*/
        width: 368px;
        left: -220px;
        top: 260px;
    }
    .art_3 {
        width: 340px;
        right: 0;
        top: 160px;
    }
    .art_4 {
      /*  width: 578px;
        right: 0;
        top: 1160px;*/
        width: 178px;
        right: 0;
        top: 220px;
    }
    .banner_section .banner {
        margin-top: 40px;
        margin-bottom: 728px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 35px;
    }
    h3, h4 {
        font-size: 35px;
    }
    h1.caption img {
        width: 58px;
    }
    p {
        font-size: 22px;
    }
    .about .desc {
        grid-template-columns: 55% auto;
    }
    .more img {
        width: 96px;
    }
    footer .menu_set {
        font-size: 32px;
    }
    footer .logo img {
        width: 160px;
    }
    .production section .items .item {
        height: 380px;
    }
    .production section .items .item img {
        height: 270px;
    }
    .production section .items .item .title {
        font-size: 25px;
        color: #000;
        padding: 12px 20px;
    }
    .subcats {
        gap: 15px 30px;
    }
    .subcats .title {
        gap: 30px;
        font-size: 36px;
    }
    .product .caption img.fancybox {
        width: 644px;
        height: 644px;
    }
    .product .caption h1.title {
        font-size: 48px;
    }
    .product .caption .desc {
        font-size: 28px;
    }
    .subcaption .item img {
        margin-top: 10px;
        height: 68px;
    }
    .subcaption .item a {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (max-width: 1400px) {
    header img.logo {
        width: 154px;
    }
    .production section .items .item .title {
        font-size: 22px;
    }
    footer .menu_set {
        font-size: 22px;
        font-weight: 900;
        gap: 56px;
    }
    .product .caption img.fancybox {
        width: 444px;
        height: 444px;
    }
}

@media (max-width: 1200px) {
    header img.logo {
        width: 406px;
    }
    header .menu {
        font-size: 30px;
        gap: 30px;
    }
    .workspace {
        padding: 0 40px;
        gap: 40px;
    }
    .banner_section .banner {
        margin-top: 20px;
        margin-bottom: 468px;
        height: 416px;
        padding: 0 100px;
        font-size: 44px;
    }
    .art_1 {
        width: 548px;
        left: -100px;
        top: 720px;
    }
    .art_3 {
        width: 240px;
        right: 0;
        top: 160px;
    }
    .art_4 {
        width: 408px;
        right: 0;
        top: 940px;
    }
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 64px;
    }
    h3, h4 {
        font-size: 56px;
    }
    h1.caption img {
        width: 36px;
    }
    p {
        font-size: 32px;
    }
    .about .imgs .img {
        display: flex;
        height: 340px;
    }
    .production section .items .item {
        height: 290px;
    }
    .production section .items .item img {
        height: 180px;
    }
    .production section .items .item .title {
        font-size: 16px;
    }
    .more img {
        width: 64px;
    }
    footer .menu_set .top img {
        width: 44px;
    }
    footer .menu_set ul.menu {
        gap: 10px;
    }
    footer .menu_set {
        font-size: 24px;
        gap: 36px;
    }
    footer .logo img {
        width: 360px;
    }
    h1.caption {
        gap: 30px;
    }
    .product .caption img.fancybox {
        width: 364px;
        height: 364px;
    }
    .product .caption img.back {
        width: 44px;
    }
    .product .caption h1.title {
        font-size: 32px;
    }
    .product .caption .desc {
        font-size: 18px;
    }
    .subcaption {
        grid-template-columns: 1fr 4fr 4fr 1fr;
        grid-gap: 40px;
        gap: 40px;
    }
    .textblock table {
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    body {
        gap: 40px;
    }
    header img.logo {
        width: 546px;
    }
    header .workspace {
        padding-top: 40px;
        gap: 60px;
        justify-content: flex-start;
    }
    header .menu {
        flex-direction: column;
        font-size: 22px;
        gap: 16px;
    }
    .art_1 {
        width: 448px;
        left: -100px;
        top: 720px;
    }
    .art_3 {
        width: 200px;
    }
    .art_4 {
        width: 348px;
        right: 0;
        top: 920px;
    }
    h1 {
        font-size: 44px;
    }
    h2 {
        font-size: 44px;
    }
    h3, h4 {
        font-size: 36px;
    }
    h1.caption img {
        width: 28px;
    }
    p {
        font-size: 26px;
    }
    .search_section #search_form input {
        border-radius: 36px;
    }
    .banner_section .banner {
        border-radius: 36px;
        margin-bottom: 368px;
    }
    .about .desc p {
        padding-top: 0;
    }
    .about .imgs {
        grid-gap: 40px;
        gap: 40px;
    }
    .about .imgs .img {
        display: flex;
        height: 240px;
        border-radius: 36px;
    }
    .production section .items {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px;
        gap: 40px;
    }
    .production section .items .item {
        border-radius: 36px;
    }
    .production section .items .item img {
        height: 240px;
        border-radius: 36px;
    }
    .more img {
        width: 44px;
    }
    footer .menu_set {
        font-size: 18px;
        gap: 24px;
    }
    footer .logo img {
        width: 240px;
    }
    .product .caption {
        gap: 40px;
    }
    .product .caption img.fancybox {
        width: 244px;
        height: 244px;
    }
    .subcaption {
        grid-template-columns: 0px 4fr 4fr 0px;
        grid-gap: 20px;
        gap: 20px;
    }
    .textblock table tr td:nth-child(1) {
        width: 40%;
    }
    .textblock table tr td:nth-child(2) {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .workspace {
        padding: 0 20px;
        gap: 20px;
    }
    header .workspace {
        padding-top: 20px;
        gap: 0;
        flex-direction: column;
    }
    header img.logo {
        width: 100%;
    }
    header .menu {
        margin-top: -24px;
        line-height: 24px;
        gap: 6px;
    }
    .search_section #search_form input {
        border: 4px solid #FFF;
        font-size: 24px;
        border-radius: 18px;
        padding: 22px 28px 28px 28px;
    }
    .search_section #search_form .search_button {
        width: 32px;
        height: auto;
        object-fit: contain;
        object-position: center;
        top: 13px;
        right: 18px;
    }
    .banner_section .banner {
        border-radius: 18px;
        margin-bottom: 198px;
        margin-top: 0;
        height: 216px;
        padding: 0 30px;
        font-size: 24px;
    }
    .art_1 {
        width: 268px;
        left: -100px;
        top: 460px;
    }
    .art_3 {
        display: none;
    }
    .art_4 {
        width: 188px;
        right: 0;
        top: 560px;
    }
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 28px;
    }
    h3, h4 {
        font-size: 22px;
    }
    h1.caption img {
        width: 22px;
        margin-top: 10px;
    }
    p {
        font-size: 14px;
    }
    .about .desc {
        margin-top: 0;
        grid-template-columns: 60% auto;
        grid-gap: 20px;
        gap: 20px;
    }
    .about .imgs {
        margin-top: 10px;
        margin-bottom: 10px;
        grid-gap: 20px;
        gap: 20px;
    }
    .about .imgs .img {
        height: 120px;
        border-radius: 18px;
    }
    .production section .items .item {
        border-radius: 18px;
        height: 260px;
    }
    .production section .items .item img {
        height: 140px;
        border-radius: 18px;
    }
    .more img {
        width: 36px;
    }
    footer {
        border-radius: 18px 18px 0 0;
    }
    footer .menu_set {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 32px;
        gap: 36px;
    }
    footer .menu_set .top {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    footer .menu_set ul.menu {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    footer .menu_set .phone {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    footer .logo {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .contacts {
        margin-bottom: 0;
    }
    .section h1.caption img {
        margin-top: 6px;
    }
    .subcats {
        gap: 10px 15px;
    }
    .subcats .title {
        gap: 15px;
        font-size: 18px;
    }
    .subcats .title::before {
        margin-top: 2px;
        width: 20px;
        height: 27px;
    }
    .subcats .title:nth-child(1)::before {
        margin-top: 2px;
        width: 0;
        height: 27px;
    }
    .product .caption .back_href {
        display: none;
    }
    .product .caption {
        gap: 20px;
        flex-direction: column;
    }
    .product .caption img.fancybox {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        border-radius: 18px;
    }
    .subcaption {
        grid-template-columns: 0px 4fr 4fr 0px;
        grid-gap: 10px;
        gap: 10px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .subcaption .item {
        gap: 10px;
    }
    .subcaption .item a {
        font-size: 16px;
        line-height: 18px;
    }
    .subcaption .item img {
        margin-top: 10px;
        height: 24px;
    }
    .textblock table {
        font-size: 14px;
    }
    .textblock table tr td {
        padding: 0 0 8px 0;
    }
}

@media (max-width: 576px) {
    
}   
    
    
    
    
    
    