@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    scroll-behavior: smooth;
}
.fixed {
    position: fixed;
}
#map {
    width: 100%;
    height: 374px;
    overflow: hidden;
    border: 12px solid #C7C7C7;
    border-radius: 0px;
}
input[type="text"], input[type="password"], textarea, select {border: none; display: block; background: none; outline: none; -webkit-appearance: none; font-family: "Roboto", sans-serif;; font-size: 22px; font-weight: 300;}
input[type="text"], input[type="password"], select, textarea {width: 100%; color: #FFF; 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: 0px;
    background: #FFF;
    font-family: "Roboto", sans-serif;;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
body * {
    box-sizing: border-box;
    transition: 0.4s;
}
p {
    font-weight: 300;
    font-style: normal;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, h2, h3, h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    font-family: "Roboto", sans-serif;;
}
h1, h2 {
    font-size: 65px;
    font-weight: 100;
}
jdiv {
    box-sizing: content-box;
    position: static;
}


.objects.is.flex .textblock.an.fx {
    align-items: center;
    align-content: center;
}
.objects.is.flex .textblock.an.fx p {
    width: 680px;
}
.objects.is.flex .textblock.an.fx .buttons {
    margin: 0;
}

.objects.is.flex .textblock.an {
    margin-top: 24px;
}
.objects.is.flex .textblock.an .text {
    justify-content: space-between;
}
.objects.is.flex .textblock.an .text b {
    color: #79052E;
}



.flex {
    display: flex;
    justify-content: center;
}
.flex.is {
    padding: 110px 0 0 0;
}
.flex.is .workspace {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0 0 36px 0;
    gap: 24px;
}
.flex.is table {
    margin-bottom: 56px;
}

ul#breadcrumbs  {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 36px 0 0 0;
    padding: 0;
}
ul#breadcrumbs li {
    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: #79042e;
    display: block;
}
ul#breadcrumbs li a {
    text-decoration: none;
}

.workspace {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1264px;
    padding: 0;
    margin: 0 60px;
    position: relative;
    transition: 0.4s;
    z-index: 1;
}
.button {
    background: none;
    border: 1px solid #FFF;
    cursor: pointer;
    text-decoration: none !important;
    font-family: "Roboto", sans-serif;;
    color: #FFF;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 18px 44px;
    font-weight: 300;
    border-radius: 64px;
}
.button:hover {
    background: #79052E;
    border: 1px solid #79052E;
    color: #FFF;
}
a.button {
    background: #79052E;
    border: 1px solid #79052E;
    color: #FFF;
}
a.button:hover {
    background: #FFF;
    border: 1px solid #FFF;
    color: #79052E;
}
.buttons {
    display: flex;
    gap: 16px;
}

.is.flex .buttons {
    margin-top: 24px;
}
.is.flex .button {
    background: none;
    border: 1px solid #79052E;
    color: #79052E;
}
.is.flex .button:hover {
    background: #79052E;
    border: 1px solid #79052E;
    color: #FFF;
}
.is.flex a.button {
    background: #79052E;
    border: 1px solid #79052E;
    color: #FFF;
}
.is.flex a.button:hover {
    background: #FFF;
    border: 1px solid #79052E;
    color: #79052E;
}
.is.flex.services .items {
    margin-bottom: 36px;
}


header.not_main a {
    color: #000;
}
header.not_main a.logo {
    background: url('/data/1741611144/files/1780305550.svg') center no-repeat;
}
header {
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 10;
    font-size: 14px;
    transition: 0.4s;
    color: #FFF;
    opacity: 1.0;
}
header .workspace {
    padding: 24px 0 16px 0;
    border-bottom: 1px solid #ffffff;
}
header a {
    color: #FFF;
}
header .social {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px;
}
header .menu {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 14px;
    text-transform: uppercase;
}
header .phone_number {
    font-weight: bold;
    font-size: 22px;
}
header a.logo {
    width: 226px;
    height: 70px;
    background: url('/data/1741611144/files/1780300745.svg') center no-repeat;
    background-size: contain;
    transition: 0.4s;
}

header.active {
    background: rgba(255, 255, 255, 0.9);
    transition: 0.4s;
    opacity: 1;
    box-shadow: 0px 0px 22px -6px rgba(26, 26, 26, 0.3);
}
header.active a.logo {
    width: 186px;
    height: 63px;
    background: url('/data/1741611144/files/1780301374.svg') center no-repeat;
    background-size: contain;
    transition: 0.4s;
}
header.active .workspace {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px 60px;
    border: none;
}
header.active a {
    color: #000;
}
header.active .menu a {
    font-size: 14px;
    font-weight: bold;
}
header.active .right_box a:nth-child(1) {
    display: none;
}


header.fa {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
}
header.fa .workspace {
    margin: 0;
    width: 100%;
    height: 100%;
}
header.fa .logo {
    position: absolute;
    top: 12px;
    left: 24px;
}
header.fa .burger {
    position: absolute;
    top: 37px;
    right: 24px;
}
header.fa .social {
    display: none;
}
header.fa .right_box {
    position: absolute;
    left: 24px;
    top: 498px;
    display: flex;
    align-items: flex-start;
}
footer.fa {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 999999;
    top: 76px;
    background: none;
}
footer.fa .workspace {
    align-items: flex-start;
    align-content: flex-start;
}
footer.fa .footer_link {
    display: none;
}
footer.fa a.logo {
    display: none;
}
footer.fa .menu {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    gap: 16px;
    font-size: 22px;
    font-weight: 400;
    padding-left: 44px;
    text-transform: uppercase;
}
footer.fa a {
    color: #000;
}

.banner {
    width: 100%;
    height: 892px;
    background-image:  url('/data/1741611144/files/1780300491.jpg');
   /* background-position: right bottom, center;*/
    background-position: center, no-repeat;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    color: #FFF;
}
.banner .workspace {
    position: relative;
    height: 892px;
   /* background-image: url('/extore/frontend/themes/vektor/design/man_1x.png?1');*/
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 180px 500px 0 0;
    gap: 24px;
}
.banner h4 {
    font-weight: 300;
    font-size: 26px;
    text-transform: none;
    color: #FFF;
}
.banner h1 {
    font-weight: bold;
    font-size: 96px;
    color: #FFF;
}
.banner .info {
    background: #000000;
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 140px;
    padding: 16px;
}
.banner .info .area {
    font-size: 14px;
    color: #79052E;
}


.about {
    padding: 96px 0;
}
.about .workspace {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 44px;
}
.about h2 {
    font-size: 65px;
    font-weight: 100;
}
.about .desc {
    position: relative;
    gap: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin: 0 500px 0 0;
}
.about .desc:after {
    display: flex;
    position: absolute;
    top: -20px;
    right: -180px;
    content: '';
    width: 140px;
    height: 140px;
    background: url('/data/1741611144/files/1780301092.svg') center no-repeat;
    background-size: contain;
}
.about a {
    text-decoration: underline;
}
.about a:hover {
    color: #79052E;
}
.about .gallery {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr;
    grid-gap: 36px;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    align-content: center;
    gap: 36px;
}
.about .gallery img {
    width: 100%;
    height: 222px;
    object-fit: cover;
}
.about.is .gallery {
    margin: 36px 0;
}


.objects .photos {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 36px;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    align-content: center;
    gap: 36px;
    margin-bottom: 36px;
}
.objects .photos img {
    display: flex;
    width: 100%;
    height: 222px;
    object-fit: cover;
}

.services {
    padding: 96px 0;
    background: #F6F6F6;
}
.services .workspace {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 44px;
}
.services h2 {
    font-size: 65px;
    font-weight: 100;
}
.services .items {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 36px;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    align-content: center;
    gap: 36px;
}
.services .items .item {
    width: 100%;
    border: 1px solid #BCBCBC;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
.services .items .item .title {
    width: 100%;
    font-size: 22px;
    height: 77px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #79052E;
    padding-bottom: 24px;
}
.services .items .item ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.services .items .item ul li {
    position: relative;
    display: flex;
    padding-left: 20px;
}
.services .items .item ul li:after {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 9px;
    height: 16px;
    background: url('/data/1741611144/files/1780305091.png') center no-repeat;
    background-size: contain;
}
.services .items .item ul li a {
    color: #858585;
}

.prod {
    width: 100%;
    border: 1px solid #BCBCBC;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}
.prod .title {
    width: 100%;
    font-size: 22px;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #79052E;
    padding-bottom: 24px;
}
.prod ul {
    list-style-type: none;
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    align-content: center;
    gap: 12px;
}
.prod ul li {
    position: relative;
    display: flex;
    padding-left: 20px;
}
.prod ul li:after {
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 9px;
    height: 16px;
    background: url('/data/1741611144/files/1780305091.png') center no-repeat;
    background-size: contain;
}
.prod ul li a {
    color: #858585;
}





.order {
    background: url('/data/1741611144/files/1780301092.svg') #F0F0F0 center repeat-x;
    background-size: 60%;
}
.order .workspace {
    padding: 96px 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 44px;
    background: url('/data/1741611144/files/1780303356.png') right bottom no-repeat;
    background-size: contain;
}
.order h2 {
    font-size: 65px;
    font-weight: 100;
}

.questions {
    background: #F6F6F6;
}
.questions .workspace {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 56px 0;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.questions h2 {
    font-size: 65px;
    font-weight: 100;
}
.questions .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px;
}
.questions .list .item {
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #79052E;
}
.questions .list .item .caption {
    width: 100%;
    font-weight: 600;
    font-size; 22px;
    text-transform: uppercase;
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    transition: height 0.4s ease-in-out;
}
.questions .list .item .caption .plus {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: url('/extore/frontend/themes/vektor/design/faq_arrow.svg') center no-repeat;
    background-size: auto;
    transition: 0.4s ease-in-out;
}
.questions .list .item.active .caption .plus, .questions .list .item:hover .caption .plus {
    background: url('/extore/frontend/themes/vektor/design/faq_arrow.svg') center no-repeat;
    transform: rotate(90deg);
    transition: 0.4s ease-in-out;
}
.questions .list .item .container {
    width: 100%;
    display: flex;
    font-weight: 300;
    height: 0px;
    overflow: auto;
    gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
    transition: height 0.4s ease-in-out;
}
.questions .list .item .container .desc {
    width: 90%
}
.questions .list .item .container::-webkit-scrollbar {
    width: 4px;
    background-color: #cecece;
}
.questions .list .item .container::-webkit-scrollbar-thumb {
    background-color: #cfcfcf;
    background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .25) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .25) 50%,
        rgba(255, 255, 255, .25) 75%,
        transparent 75%,
        transparent);
}
.questions .list .item.active .container {
    height: 180px !important;
    transition: height 0.4s ease-in-out;
}

.articles {
    padding: 96px 0;
    background: #FFF;
}
.articles .workspace {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 44px;
}
.articles h2 {
    font-size: 65px;
    font-weight: 100;
}
.articles .items {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 36px;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    align-content: center;
    gap: 36px;
}
.articles .items .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
.articles .items .item:hover {
    text-decoration: none;
}
.articles .items .item:hover .link {
    text-decoration: underline;
}
.articles .items .item .date {
    width: 100%;
    font-size: 12px;
    color: #79052E;
}
.articles .items .item .title {
    position: relative;
    width: 100%;
    font-size: 22px;
    height: 77px;
    font-weight: bold;
    text-transform: uppercase;
}
.articles .items .item .title::after {
    position: absolute;
    top: 77px;
    left: 0;
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    background: #79052E;
}
.articles .items .item .desc {
    color: #858585;
}
.articles .items .item .link {
    color: #79052E;
    font-weight: 500;
}

.objects {
    padding: 0 0 96px 0;
    background: #FFF;
}
.objects .workspace {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 44px;
}
.objects h2 {
    font-size: 65px;
    font-weight: 100;
}
.objects .items {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "one two"
    "one three";
    grid-gap: 36px;
    justify-content: space-between;
    align-items: stretch;
    justify-items: stretch;
    align-content: center;
    gap: 36px;
}
.objects .n1 {
    grid-area: one;
}
.objects .n2 {
    grid-area: two;
}
.objects .n3 {
    grid-area: three;
}



.objects .items .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}
.objects .items .item:hover {
    text-decoration: none;
}
.objects .items .item .image {
    width: 100%;
    height: 385px;
    position: relative;
}
.objects .items .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.objects .items .item.n1 .image img {
    height: 385px;
}
.objects .items .item.n2 .image, .objects .items .item.n3 .image {
    width: 280px;
    height: 248px;
    flex-shrink: 0;
}
.objects .items .item.n2, .objects .items .item.n3 {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.objects .items .item.n2 .image img, .objects .items .item.n3 .image img {
    height: 248px;
}
.objects .items .item .image .desc {
    width: 100%;
    padding: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-size: 14px;
    color: #FFF;
}
.objects .items .item .title {
    position: relative;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.objects .sub {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.feedback {
    padding: 0 0 96px 0;
    background: #FFF;
    color: #FFF;
}
.feedback .workspace {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 44px;
}
.feedback h2 {
    font-size: 65px;
    font-weight: 100;
}
.feedback .ban {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-start;
    padding: 44px;
    height: 289px;
    background: url('/data/1741611144/files/1780303370.jpg') center no-repeat;
    background-size: cover;
}
.feedback .title {
    position: relative;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
}
.catalog_footer {
    width: 100%;
    font-size: 14px;
    background: #000;
    color: #8A8A8A;
}
.catalog_footer a {
    color: #8A8A8A;
}
.catalog_footer .workspace {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    justify-items: flex-start;
    align-content: flex-start;
    gap: 20px;
}


footer {
    padding: 48px 0 48px 0;
    background: #000000;
    color: #8A8A8A;
}
footer a {
    color: #8A8A8A;
}
footer .menu {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 24px;
    text-transform: uppercase;
}
footer a.logo {
    width: 226px;
    height: 63px;
    background: url('/data/1741611144/files/1780300745.svg') center no-repeat;
    background-size: contain;
    transition: 0.4s;
}
.copyright {
    width: 100%;
    font-size: 14px;
    background: #000;
    color: #8A8A8A;
}
.copyright a {
    color: #8A8A8A;
}
.copyright .workspace {
    padding: 48px 0 48px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.copyright .requisites {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #8A8A8A;
}
.copyright .requisites .lines {
    width: 50%;
    display: flex;
    gap: 40px;
}
.copyright .requisites .lines .col {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 50%;
}
.copyright .cap {
    font-weight: bold;
}
.copyright .requisites .info {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    gap: 40px;
}
.copyright .c {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}









.textblock {
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 20px;
    margin-bottom: 36px;
}
.textblock.an {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 44px;
}
.textblock.an img.preview {
    width: 500px;
    height: 340px;
    border: 0;
    flex-shrink: 0;
    border-radius: 0px;
    object-fit: cover;
    object-position: top center;
}
.textblock.an .text {
    width: auto;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}
.textblock ul, .textblock ol {
    margin-left: 36px;
}


.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: #79052E; 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: 10px;}

#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: #000000; color: #FFF;}

#modal input {
    background: #FFF;
    color: #000000;
    border-radius: 4px;
}
#modal input::placeholder {color: #000000;}

#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: #000000; 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;}





@media (max-width: 576px) {
    .mw576 {
        display: none !important;
    }
    h1, h2 {
        font-size: 28px;
        font-weight: 400;
    }
    .workspace {
        width: 100%;
        margin: 0 12px;
        overflow: hidden;
    }
    #modal .container {
        width: 80%;
        padding: 24px 16px;
    }
    #modal h4 {
        font-size: 28px;
        font-weight: 200;
        text-transform: uppercase;
    }
    #modal .container .content {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .flex.is {
        padding: 96px 0 0 0;
    }
    .is .workspace {
        padding: 0 0 0 0 !important;
        gap: 16px !important;
    }
    header .social {
        filter: grayscale(1);
    }
    header a.logo {
        width: 186px !important;
        height: 63px !important;
        background: url('/data/1741611144/files/1780300745.svg') center no-repeat;
        background-size: contain;
        transition: 0.4s;
    }
    header.fa a.logo {
        width: 186px;
        height: 63px;
        background: url('/data/1741611144/files/1780305550.svg') center no-repeat;
        background-size: contain;
        transition: 0.4s;
    }
    header .phone_number {
        display: none;
    }
    header .workspace {
        padding: 12px 0 8px 0 !important;
        border-bottom: none !important;
        transition: 0.4s;
    }
    header.active .workspace {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 12px 12px 8px 12px !important;
        border: none;
        transition: 0.4s;
    }
    
    header .burger * {display: none;}
    header .burger {order: 100; width: 30px; height: 14px; display: block; position: relative; cursor: pointer; transition: 0.4s;}
    header .burger::before, header .burger::after {content: ''; width: 100%; height: 2px; position: absolute; display: block; background: #79052E; transition: 0.4s;}
    header .burger::before {top: 0;}
    header .burger::after {bottom: 0;}
    header .burger.active::before {transform: rotate(45deg); top: 4px; transition: 0.4s;}
    header .burger.active::after {transform: rotate(-45deg); bottom: 8px; transition: 0.4s;}
    
    .banner {
        width: 100%;
        height: auto;
        background-image: url(/data/1741611144/files/1780300491.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #FFF;
    }
    .banner .workspace {
        position: relative;
        height: auto;
        background: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 100px 0 36px 0;
        gap: 36px;
    }
    .banner .info {
        display: none;
    }
    .banner h4 {
        font-weight: 300;
        font-size: 20px;
        text-transform: none;
        color: #FFF;
    }
    .banner h1 {
        font-weight: bold;
        font-size: 42px;
        color: #FFF;
    }
    .buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .about {
        padding: 24px 0;
    }
    .about .workspace {
        gap: 24px;
    }
    .about .desc {
        position: relative;
        gap: 24px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        margin: 0;
    }
    .about h2 {
        font-size: 35px;
        font-weight: 300;
    }
    .about .gallery {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        justify-content: space-between;
        align-items: start;
        justify-items: start;
        align-content: center;
        gap: 16px;
    }
    .about .gallery img:not(:first-child) {
        display: none !important;
    }
    .services {
        padding: 24px 0;
    }
    .services .workspace {
        gap: 24px;
    }
    .services h2 {
        font-size: 35px;
        font-weight: 300;
    }
    .services .items {
        grid-template-columns: 1fr;
        grid-gap: 16px;
        gap: 16px;
    }
    .order {
        padding: 0;
    }
    .order .workspace {
        gap: 24px;
        padding: 24px 0;
        background: none;
    }
    .order h2 {
        font-size: 35px;
        font-weight: 300;
    }
    .questions {
        padding: 0;
    }
    .questions .workspace {
        gap: 24px;
        padding: 24px 0;
        background: none;
    }
    .questions h2 {
        font-size: 35px;
        font-weight: 300;
    }
    
    .articles {
        padding: 24px 0;
    }
    .articles .workspace {
        gap: 24px;
    }
    .articles h2 {
        font-size: 35px;
        font-weight: 300;
    }
    .articles .items {
        grid-template-columns: 1fr;
        grid-gap: 36px;
        gap: 36px;
    }
    .articles .items .item {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    .articles .items .item .title {
        height: auto;
    }
    .articles .items .item .title::after {
        position: relative;
        top: 10px;
        left: 0;
        display: block;
        content: '';
        width: 100px;
        height: 1px;
        background: #79052E;
    }
    
    
    .objects {
        padding: 24px 0 0 0;
    }
    .objects .workspace {
        gap: 24px;
    }
    .objects h2 {
        font-size: 35px;
        font-weight: 300;
    }
    .objects .items {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-template-areas:
            "one"
            "two"
            "three";
        grid-gap: 36px;
        justify-content: space-between;
        align-items: start;
        justify-items: start;
        align-content: center;
        gap: 36px;
    }
    .objects .items .item .image {
        width: 100%;
        height: 285px;
        position: relative;
    }
    .objects .items .item.n1 .image img {
        height: 285px;
    }
    .objects .items .item.n2, .objects .items .item.n3 {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .objects .items .item.n2 .image, .objects .items .item.n3 .image {
        width: 100%;
        height: 285px;
    }
    .objects .items .item.n2 .image img, .objects .items .item.n3 .image img {
        height: 285px;
    }
    
    .feedback {
        padding: 0 0 24px 0;
    }
    .feedback .workspace {
        gap: 24px;
    }
    .feedback h2 {
        font-size: 35px;
        font-weight: 300;
    }
    .feedback .ban {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        padding: 24px;
        gap: 24px;
        height: auto;
    }
    footer {
        padding: 28px 0 28px 0;
        background: #000000;
        color: #FFF;
    }
    footer .workspace {
        flex-direction: column;
        gap: 24px;
    }
    footer .menu {
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 16px;
        text-transform: uppercase;
    }
    
    .copyright .workspace {
        padding: 24px 0;
        gap: 20px;
    }
    .copyright .c, .copyright .requisites, .copyright .requisites .lines, .copyright .requisites .info, .copyright .requisites .lines .col {
        width: 100%;
        align-items: center;
        gap: 12px;
        flex-direction: column;
        padding: 0;
    }
    .copyright .requisites {
        padding: 0 0 20px 0;
    }
    a.multzavod {
        margin: 24px 0 0 0;
    }
    .copyright .dep {
        display: none;
    }
    
    
    .catalog_footer {
        display: none !important;
    }
    
    .prod ul {
        list-style-type: none;
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-gap: 12px;
        justify-content: space-between;
        align-items: stretch;
        justify-items: stretch;
        align-content: center;
        gap: 12px;
    }
    .about.is .gallery {
        margin: 0;
    }
    
    .objects .photos {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        justify-content: space-between;
        align-items: stretch;
        justify-items: stretch;
        align-content: center;
        gap: 16px;
        margin-bottom: 24px;
    }
    
    
    
    
    .textblock {
        width: 100%;
    }
    img.preview {
        width: 100% !important;
    }
    .textblock.an {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .textblock.an .text {
        width: 100%;
    }
    
    
    
    
}

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

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

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

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







    
    
    
    
    
    
    