@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Roboto-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Roboto-ExtraBold.ttf) format("truetype");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Montserrat-Medium.ttf) format("truetype");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Montserrat-ExtraBold.ttf) format("truetype");
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after, .slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    height: 48px;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
}
.button.fill.red {
    color: #ececec;
    border-color: #b81012;
    background: linear-gradient(90deg, #c72b2b, #f1002b, #bc0f0f);
    box-shadow: 0 3px 7px 0 rgba(74, 23, 23, .1), -2px 12px 12px 0 rgba(74, 23, 23, .09), -4px 27px 16px 0 rgba(74, 23, 23, .05), -7px 48px 19px 0 rgba(74, 23, 23, .01), -11px 74px 21px 0 rgba(74, 23, 23, 0);
}
.button.ghost.white {
    color: #fff;
    border-color: #fff;
}
.button.ghost.red {
    color: #b81012;
    border-color: #b81012;
}
.input-wrapper {
    display: flex;
    position: relative;
}
.input-wrapper:has(input) {
    align-items: center;
}
.input-wrapper:has(textarea) .input-label {
    padding-top: 16px;
}
.input-wrapper .input-label {
    display: flex;
    align-items: center;
    gap: 3px;
    position: absolute;
    left: 16px;
    cursor: text;
}
.input-wrapper .input-label span {
    color: #b81012;
}
.textbox {
    padding: 0 16px;
    width: 100%;
    height: 48px;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    border: 1px solid #2b2b2b;
    border-radius: 8px;
}
.textbox:focus {
    border-color: #3d3d3d;
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
}
.textbox::placeholder {
    color: #3d3d3d;
}
.textarea {
    display: block;
    padding: 16px;
    width: 100%;
    height: 180px;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    border: 1px solid #2b2b2b;
    border-radius: 8px;
    outline: 0;
}
.textarea::placeholder {
    color: #3d3d3d;
}
.textarea:focus {
    border-color: #3d3d3d;
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
}
.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.checkbox-input {
    display: none;
}
.checkbox-input:checked+.checkbox-icon {
    background: #b81012;
}
.checkbox-input:checked+.checkbox-icon:after {
    opacity: 1;
}
.checkbox-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #b81012;
    transition: opacity .2s;
}
.checkbox-icon:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-60%) rotate(45deg);
    opacity: 0;
    transition: opacity .2s;
}
.checkbox-label {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.accordion-item {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9);
    background: #fff;
}
.accordion-item.active .item-name {
    color: #b81012;
    text-decoration: underline;
}
.accordion-head {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 16px 24px;
    font-weight: 500;
    border-radius: 8px;
    background: #fff;
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
    cursor: pointer;
}
.accordion .item-head:hover .item-name {
    color: #b81012;
    text-decoration: underline;
}
.accordion .item-head:hover .item-icon {
    opacity: 1;
}
.accordion .item-name {
    color: #2b2b2b;
    font-size: 16px;
}
.accordion .item-icon {
    flex-shrink: 0;
    opacity: 0;
    transition: .3s;
}
.accordion-content {
    display: none;
    padding: 24px;
    line-height: 1.3;
}
@media (max-width:768px) {
    .accordion-head {
    border-radius: 4px;
}
}* {
    box-sizing: border-box;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    outline: 0;
}
img {
    display: inline-block;
    max-width: 100%}
button:focus, input:focus {
    outline: 0;
}
button, input {
    padding: 0;
}
button {
    padding: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
}
html {
    width: 100%;
    height: 100%}
body {
    margin: 0;
    padding: 0;
    min-width: 360px;
    width: 100%;
    height: 100%;
    color: #2b2b2b;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    background: #fff;
}
.container {
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
    max-width: 1920px;
}
.page-section .section-title {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.page-section .section-title.line-title {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 64px;
    color: #3d2727;
    font-size: 36px;
}
.page-section .section-title.line-title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 48px;
    height: 5px;
    background: #b81012;
}
.page-section .section-title.text-title {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
}
.page-section .section-title.bg-title {
    padding: 12px 0;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    background: #b81012;
    text-align: center;
}
.header {
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 1;
}
.header-logo {
    flex-shrink: 0;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    max-width: 1760px;
    border: 2px solid #760606;
    border-radius: 8px;
    backdrop-filter: blur(32px);
}
.header-menu {
    display: flex;
    align-items: center;
    padding: 0 104px;
    gap: 104px;
    margin-left: auto;
}
.header-menu .nav-item {
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    color: #feffff;
    text-transform: uppercase;
}
.header-menu .nav-item:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header-search .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.header-email {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.header-lang {
    margin-right: 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #feffff;
    text-transform: uppercase;
}
.header-lang:hover {
    text-decoration: underline;
}
.header .menu-btn {
    display: none;
    width: 40px;
    height: 40px;
}
.main-section .main-banner {
    position: relative;
}
.main-section .slick-dots {
    position: absolute;
    bottom: 40px;
    right: 80px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-section .slick-dots li.slick-active button {
    background: #c4252a;
}
.main-section .slick-dots button {
    display: block;
    width: 40px;
    height: 4px;
    font-size: 0;
    background: #aeaeae;
    cursor: pointer;
}
.main-section .banner-info {
    position: absolute;
    top: 310px;
    left: 80px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
    color: #fff;
}
.main-section .banner-info-title {
    font-weight: 800;
    font-size: 64px;
    font-family: Montserrat, sans-serif;
    letter-spacing: .01em;
    text-transform: uppercase;
    line-height: 1;
}
.main-section .banner-info-text {
    max-width: 80%;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.main-section .banner-info-actions {
    display: flex;
    gap: 32px;
}
.main-section .banner-info-actions .button {
    width: 100%;
    max-width: 304px;
}
.products-section {
    background: #e0e0e0;
}
.products-section .products-content {
    padding: 120px 0 72px;
}
.products-section .section-title {
    margin-bottom: 40px;
}
.products-section .products-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px 32px;
    padding: 0 56px;
}
.products-section .product-item {
    position: relative;
    padding: 40px;
    min-height: 400px;
    border: 1px solid #f8d6d6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
}
.products-section .product-item:hover .product-params {
    opacity: 1;
}
.products-section .product-item:hover .button {
    height: 48px;
    opacity: 1;
}
.products-section .product-item.new-item .product-description {
    margin-bottom: 24px;
}
.products-section .product-item.new-item .button {
    height: 48px;
    opacity: 1;
}
.products-section .product-img {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b81012;
    font-size: 128px;
    font-weight: 700;
    line-height: 1;
}
.products-section .product-params {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 25px;
    color: #b81012;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0 8px;
    border: 1px solid rgba(184, 16, 18, .6);
    backdrop-filter: blur(16px);
    line-height: 24px;
    text-align: center;
    opacity: 0;
    transition: .3s;
}
.products-section .product-info {
    position: absolute;
    left: 0;
    bottom: 40px;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}
.products-section .product-info .button {
    position: relative;
    width: 100%;
    height: 0;
    opacity: 0;
    max-width: 304px;
    transition: .3s;
}
.products-section .product-info .button .button-icon {
    /*position: absolute;*/
    /*right: 24px;*/
}
.products-section .product-name {
    margin-bottom: 8px;
    color: #b81012;
    font-size: 20px;
    font-weight: 700;
}
.products-section .product-description {
    margin-bottom: 16px;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
}
.products-section .products-footer {
    margin-top: 72px;
    color: #2b2b2b;
    text-align: center;
}
.products-section .products-footer-title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
}
.products-section .products-footer-text {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 400;
}
.products-section .products-footer-link {
    color: #c4252a;
    text-decoration: underline;
}
.products-section .products-footer-link:hover {
    text-decoration: none;
}
.products-section .products-footer .button {
    width: 100%;
    max-width: 304px;
}
.advantages-section .advantages-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding: 40px;
}
.advantages-section .advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 300px;
    text-align: center;
}
.advantages-section .advantage-item .item-text {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
}
.advantages-section .next-btn, .advantages-section .prev-btn {
    display: none;
}
.services-section {
    background: #e0e0e0;
}
.services-section .services-content {
    padding: 104px 0;
}
.services-section .section-title {
    margin-bottom: 40px;
}
.services-section .services-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding: 0 56px;
}
.services-section .service-item {
    position: relative;
    max-height: 400px;
    border-radius: 8px;
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
}
.services-section .service-item:hover .item-title {
    padding-top: 24px;
}
.services-section .service-item:hover .item-description {
    height: auto;
    opacity: 1;
}
.services-section .service-item:hover .item-info .button {
    margin-top: 8px;
    height: 48px;
    opacity: 1;
}
.services-section .item-img {
    border-radius: 8px;
    overflow: hidden;
}
.services-section .item-img img {
    width: 100%}
.services-section .item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 24px 24px;
    width: 100%;
    min-height: 104px;
    color: #feffff;
    border: 1px solid rgba(248, 214, 214, .6);
    border-radius: 8px;
    backdrop-filter: blur(16px);
    text-align: center;
}
.services-section .item-info .button {
    width: 100%;
    max-width: 162px;
    height: 0;
    opacity: 0;
    transition: .3s;
}
.services-section .item-title {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 500;
}
.services-section .item-description {
    font-size: 16px;
    font-weight: 400;
    height: 0;
    opacity: 0;
}
.services-section .services-action {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.services-section .services-action .button {
    width: 100%;
    max-width: 304px;
}
.solutions-section .solutions-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    padding: 40px 0;
}
.solutions-section .solutions-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}
.solutions-section .item-img {
    border-radius: 8px;
    box-shadow: 1px 1px 2px 0 rgba(55, 55, 55, .03), 2px 2px 5px 0 rgba(55, 55, 55, .05), 6px 6px 10px 0 rgba(55, 55, 55, .06), 11px 11px 20px 0 rgba(55, 55, 55, .08), 18px 19px 37px 0 rgba(55, 55, 55, .1), 28px 29px 63px 0 rgba(55, 55, 55, .13);
}
.solutions-section .item-img img {
    display: block;
    width: 100%}
.solutions-section .item-name {
    margin-top: 24px;
    color: #2b2b2b;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.solutions-section .item-description {
    margin-top: 8px;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
}
.process-section {
    background: #e0e0e0;
}
.process-section .process-content {
    padding: 64px 0 32px;
}
.process-section .process-wrap {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    backdrop-filter: blur(32px);
}
.process-section .process-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    flex: 1;
    padding: 72px 54px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #3d3d3d;
}
.process-section .process-title {
    font-size: 24px;
    font-weight: 500;
}
.process-section .process-description {
    max-width: 80%;
    font-size: 20px;
}
.process-section .process-video iframe {
    display: block;
    width: 527px;
    min-height: 240px;
}
.specialization-section {
    background: #e0e0e0;
}
.specialization-section .specialization-content {
    padding: 32px 0 124px;
}
.specialization-section .section-title {
    margin-bottom: 9px;
}
.specialization-section .specialization-text {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 24px;
}
.specialization-section .specialization-list {
    display: grid;
    gap: 32px;
}
.specialization-section .specialization-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f8d6d6;
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
}
.specialization-section .specialization-item:hover .item-info .button {
    margin-top: 24px;
    opacity: 1;
    height: 48px;
}
.specialization-section .specialization-item:first-child {
    grid-column: 1;
    grid-row: 1/span 2;
}
.specialization-section .specialization-item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}
.specialization-section .specialization-item:nth-child(2) {
    grid-column: 2;
    grid-row: 2;
}
.specialization-section .item-img img {
    display: block;
    width: 100%}
.specialization-section .item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 25px 25px;
    width: 100%;
    min-height: 104px;
    border: 1px solid rgba(248, 214, 214, .6);
    border-radius: 8px;
    backdrop-filter: blur(16px);
    text-align: center;
}
.specialization-section .item-info .button {
    width: 100%;
    max-width: 162px;
    height: 0;
    opacity: 0;
    transition: .3s;
}
.specialization-section .item-name {
    padding-top: 36px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.questions-section .questions-content {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 960px;
    text-align: center;
}
.questions-section .section-title {
    margin-bottom: 40px;
}
.questions-section .form-row {
    display: flex;
    gap: 16px;
}
.questions-section .form-item {
    flex: 1;
}
.questions-section .form-hint {
    margin-top: 16px;
    color: #2b2b2b;
    font-size: 12px;
    line-height: 1.5;
}
.questions-section .button {
    margin-top: 16px;
    width: 100%;
    max-width: 304px;
}
.production-section {
    background: #e0e0e0;
}
.production-section .production-content {
    display: flex;
    gap: 16px;
    padding: 64px 0 32px;
}
.production-section .production-cycle {
    width: 50%}
.production-section .production-cycle .section-title {
    margin-bottom: 32px;
    margin-left: -80px;
    padding-left: 80px;
    text-align: left;
}
.production-section .production-cycle .button {
    width: 100%;
    max-width: 304px;
}
.production-section .cycle-description {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.5;
}
.production-section .cycle-action {
    display: flex;
    justify-content: center;
}
.production-section .production-steps {
    width: 50%}
.production-section .steps-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
    max-height: 544px;
    overflow-y: auto;
}
.production-section .steps-list::-webkit-scrollbar {
    width: 4px;
}
.production-section .steps-list::-webkit-scrollbar-track {
    background: #d9d9d9;
}
.production-section .steps-list::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 4px;
    background: #b81012;
}
.production-section .step-item .item-head {
    min-height: 64px;
}
.production-section .step-item .item-count {
    color: #b81012;
    font-size: 24px;
    letter-spacing: .02em;
    line-height: 32px;
}
.production-section .steps-action {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    padding: 0 16px;
}
.production-section .steps-action .button {
    width: 100%}
.feedback-section {
    background: #e0e0e0;
}
.feedback-section .feedback-content {
    padding: 32px 0 64px;
}
.feedback-section .section-title {
    margin-bottom: 40px;
}
.feedback-section .feedback-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    overflow: hidden;
}
.feedback-section .feedback-item {
    aspect-ratio: 1 / 1;
    padding: 44px 32px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
}
.feedback-section .item-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.feedback-section .item-avatar {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}
.feedback-section .item-rate {
    display: none;
    align-items: center;
    gap: 4px;
}
.feedback-section .item-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.feedback-section .item-title {
    font-size: 16px;
    font-weight: 500;
}
.feedback-section .item-text {
    font-size: 12px;
}
.feedback-section .item-content {
    font-size: 14px;
    line-height: 1.5;
}
.feedback-section .feedback-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 24px;
}
.feedback-section .feedback-pagination .pagination-list {
    display: flex;
    align-items: center;
    gap: 8px;
}
.feedback-section .feedback-pagination .pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #b81012;
}
.feedback-section .feedback-pagination .pagination-btn.disabled {
    color: #828282;
    cursor: default;
}
.feedback-section .feedback-pagination .pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #828282;
}
.feedback-section .feedback-pagination .pagination-item.active, .feedback-section .feedback-pagination .pagination-item:hover {
    color: #b81012;
}
.companies-section .companies-content {
    padding: 40px 0;
}
.companies-section .section-title {
    margin-bottom: 32px;
}
.companies-section .companies-wrap {
    position: relative;
}
.companies-section .company-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 16px;
    height: 173px;
}
.companies-section .next-btn, .companies-section .prev-btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 120px;
    color: #828282;
    cursor: pointer;
    z-index: 1;
}
.companies-section .next-btn:hover, .companies-section .prev-btn:hover {
    color: #b81012;
}
.companies-section .prev-btn {
    left: 0;
    background: linear-gradient(90deg, #fff 60%, rgba(255, 255, 255, 0) 100%);
}
.companies-section .prev-btn .btn-icon {
    margin-left: 20px;
}
.companies-section .next-btn {
    right: 0;
    justify-content: flex-end;
    background: linear-gradient(270deg, #fff 60%, rgba(255, 255, 255, 0) 100%);
}
.companies-section .next-btn .btn-icon {
    margin-right: 20px;
}
.faq-section {
    background: #e0e0e0;
}
.faq-section .faq-content {
    padding: 64px 0 32px;
}
.faq-section .section-title {
    margin-bottom: 32px;
}
.faq-section .faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    max-width: 800px;
}
.faq-section .faq-item .item-head {
    justify-content: center;
    min-height: 52px;
}
.faq-section .faq-item .item-content {
    text-align: center;
}
.faq-section .faq-action {
    display: flex;
    justify-content: center;
}
.faq-section .faq-action .button {
    margin-top: 24px;
    width: 100%;
    max-width: 800px;
}
.faq-section .faq-action .button-icon {
    display: none;
}
.news-section {
    background: #e0e0e0;
}
.news-section .news-content {
    padding: 32px 0 104px;
}
.news-section .section-title {
    margin-bottom: 40px;
}
.news-section .news-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 32px;
}
.news-section .news-item {
    display: flex;
    height: 250px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 5px 5px 13px 0 rgba(176, 176, 176, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
}
.news-section .news-item:hover .item-action {
    opacity: 1;
}
.news-section .item-img {
    width: 303px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.news-section .item-img img {
    max-height: 100%;
    max-width: initial;
}
.news-section .item-info {
    flex: 1;
    padding: 32px;
}
.news-section .item-title {
    margin-bottom: 8px;
    color: #b81012;
    font-size: 20px;
    font-weight: 500;
}
.news-section .item-text {
    margin-bottom: 16px;
    max-height: 48px;
    color: #3d3d3d;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}
.news-section .item-date {
    color: #2b2b2b;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
}
.news-section .item-action {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    opacity: 0;
    transition: .2s;
}
.news-section .item-action .button {
    width: 100%;
    max-width: 162px;
}
.news-section .news-action {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.news-section .news-action .button {
    width: 100%;
    max-width: 179px;
}
.news-section .news-action .button-icon {
    display: none;
}
.press-section {
    display: none;
}
.question-section .question-content {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 84px 0;
}
.question-section .question-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 70px 24px 40px;
    width: 68%;
    border-radius: 8px;
    border: 1px solid rgba(61, 61, 61, .5);
}
.question-section .form-row {
    display: flex;
    gap: 24px;
}
.question-section .form-item {
    width: 100%}
.question-section .checkbox-item {
    display: flex;
    justify-content: center;
}
.question-section .form-action {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.question-section .form-action .button {
    width: 100%;
    max-width: 304px;
}
.question-section .question-contacts {
    width: 32%}
.question-section .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.question-section .group-name {
    color: #b81012;
    font-size: 20px;
    font-weight: 500;
}
.question-section .contact-group, .question-section .group-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.question-section .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.question-section .contact-item:hover .item-text {
    text-decoration: underline;
}
.question-section .item-text {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
}
.about-section {
    background: #e0e0e0;
}
.about-section .about-content {
    margin: 0 auto;
    padding: 104px 0;
    max-width: 1312px;
}
.about-section .section-title {
    margin-bottom: 40px;
}
.about-section .about-text {
    position: relative;
    max-height: 600px;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    transition: .3s;
}
.about-section .about-text:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(224, 224, 224, 0) 0, #e0e0e0 100%);
}
.about-section .about-text.expanded {
    max-height: initial;
}
.about-section .about-text.expanded:before {
    display: none;
}
.about-section .about-text p {
    margin: 0 0 20px;
}
.about-section .about-action {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.about-section .about-action .button {
    width: 100%;
    max-width: 154px;
}
.about-section .about-action .button-icon {
    display: none;
}
.footer {
    background: #e0e0e0;
    border-bottom: 19px solid #b81012;
    box-shadow: 0 -10px 21px 0 rgba(186, 186, 186, .1), 0 -38px 38px 0 rgba(186, 186, 186, .09), 0 -86px 52px 0 rgba(186, 186, 186, .05), 0 -154px 61px 0 rgba(186, 186, 186, .01), 0 -240px 67px 0 rgba(186, 186, 186, 0);
}
.footer .footer-content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding: 48px 0 32px;
}
.footer .footer-main {
    display: flex;
    gap: 26px;
}
.footer .footer-logo {
    margin-right: 20px;
    flex-shrink: 0;
}
.footer .footer-menu {
    display: flex;
    gap: 26px;
    flex: 1;
}
.footer .footer-menu .menu-col {
    width: 20%}
.footer .footer-menu .menu-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #b81012;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.footer .footer-menu .toggle-icon {
    display: none;
}
.footer .footer-menu .menu-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}
.footer .footer-menu .menu-item {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    transition: .2s;
}
.footer .footer-menu .menu-item:hover {
    color: #b81012;
}
.footer .footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 400px;
}
.footer .footer-contacts .group-name {
    margin-bottom: 16px;
    color: #b81012;
    font-size: 20px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}
.footer .footer-contacts .group-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer .footer-contacts .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer .footer-contacts .contact-item:hover .item-text {
    text-decoration: underline;
}
.footer .footer-contacts .contact-item .item-text {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 600;
}
.footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    color: #3d3d3d;
}
.footer .footer-address {
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}
.footer .footer-address:hover {
    text-decoration: none;
}
.footer .footer-copyright {
    font-size: 14px;
    font-weight: 500;
}
.mobile-menu {
    display: none;
}

/*FIXES*/

a.button svg,
button.button svg {
    width: 0px;
    height: 0px;
    transition: width 0.3s ease, height 0.3s ease;
}
/*a.button:hover svg,*/
button.button:hover svg  {
    width: 24px;
    height: 25px;
}

a.button:hover svg  {
    width: 24px;
    height: 25px;
}

/*a.button.ghost:hover svg,*/
button.button.ghost:hover svg  {
    width: 12px;
    height: 12px;
}

.products-section .product-item.new-item .button {
   height: 0px;
   opacity: 0;
   transition: width 0.3s ease, height 0.3s ease;
}

.product-item.new-item .product-img {
    color: #3d3d3d;
}

.products-section .product-item.new-item:hover .button {
    opacity: 1;
    height: 50px;
}

.product-item.new-item:hover .product-img {
    color: #b81012;
}
.form-item {
    display: flex;
    flex-direction: column;
}

.form-item{
  position:relative;
  margin:16px 0;
}

.form-item input{
  width:100%;
  padding:14px 12px;
  /*border:1px solid var(--border);*/
  /*border-radius:10px;*/
  /*background:var(--bg);*/
  /*color:var(--text);*/
  /*font:16px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial;*/
  outline:0;
  transition:border-color .2s ease, box-shadow .2s ease;
}

.form-item textarea{
      width:100%;
  padding:14px 12px;
  /*border:1px solid var(--border);*/
  /*border-radius:10px;*/
  /*background:var(--bg);*/
  /*color:var(--text);*/
  /*font:16px/1.4 system-ui,-apple-system,Segoe UI,Roboto,Arial;*/
  outline:0;
  transition:border-color .2s ease, box-shadow .2s ease;
}

/* Хитрость: реальный placeholder пустой, чтобы не было двойного текста */
.form-item input::placeholder,
.form-item textarea::placeholder{ color:transparent; }

.form-item label{
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  padding:0 6px;
  /*border-radius:6px;*/
  background:var(--bg);         /* маскируем линию бордера под лейблом */
  /*color:var(--muted);*/
  /*pointer-events:none;*/
  transition:
    top .18s ease,
    transform .18s ease,
    color .18s ease,
    font-size .18s ease;
}

/* Состояние «всплыло»: при фокусе ИЛИ когда поле не пустое */
.form-item input:focus,
.form-item textarea:focus{
  border-color:var(--border-focus);
  box-shadow:0 0 0 3px color-mix(in oklab, var(--border-focus) 25%, transparent);
}

.form-item input:focus + label,
.form-item input:not(:placeholder-shown) + label{
  top:-20px;                      /* над полем */
  transform:none;
  font-size:12px;
  color:var(--border-focus);
}

.form-item.textarea-item label {
    top: 18px;
}

.form-item.textarea-item textarea:focus + label,
.form-item.textarea-item textarea:not(:placeholder-shown) + label{
  top:-35px;                      /* над полем */
  transform:none;
  font-size:12px;
  color:var(--border-focus);
}

/* Автозаполнение Chrome/Safari */
.form-item input:-webkit-autofill + label{
  top:-8px;
  transform:none;
  font-size:12px;
  color:var(--muted);
}

.production-cycle .button.ghost.red svg,
.production-steps .button.ghost.red svg,
.faq-content .button.ghost.red svg,
.news-action .button.ghost.red svg,
.about-section .button.ghost.red svg {
  /*width: 8px;*/
}


.item-img {
  display: inline-block; /* чтобы картинка вела себя как блок */
  overflow: hidden; /* обрезает края картинки при увеличении */
  border-radius: 8px; /* красиво, чтобы уголки не торчали */
}

.item-img img,
.product-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease; /* плавность */
}

.item-img:hover img,
.product-img:hover img {
  transform: scale(1.1); /* увеличиваем на 10% */
}
@media (max-width: 480px) {
  .question-section .input-wrapper .input-label {
    font-size: 14px;
            position: absolute;
  }
}
.product-info .button.red svg {
    width:  0px;
    height:  0px;
    transition:  width 0.3s ease,  height 0.3s ease;
}

.product-info .button.red:hover svg   {
    width:  24px;
    height:  25px;
}

.production-cycle .page-section .section-title.bg-title {
    margin-top: 12px;
}

.specialization-text {
    margin-left: 65px;
}

.solutions-section .item-name {
    font-size: 23px;
}

.production-section .steps-list {
    padding-top: 12px;
}

.production-section .production-cycle {
    margin-top: 12px;
}
.production-section .production-content {
    padding-top: 48px;
}

.form-item input:hover {
    box-shadow: 5px 5px 13px 0 rgba(221, 221, 221, .9), -5px -5px 10px 0 rgba(255, 255, 255, .9), 5px -5px 10px 0 rgba(221, 221, 221, .2), -5px 5px 10px 0 rgba(221, 221, 221, .2);
    border: 1px solid #9b9b9b;
}

.form-item label{
  pointer-events: none; /* <- ВКЛЮЧИ ЭТО */
}

.news-item .item-img {
    display: flex;
     align-items: stretch;
     height: 100%;
}


.specialization-item a.button.ghost:hover svg,
.news-section .item-info  a.button.ghost:hover svg{
    width: 24px;
    height: 24px;
}

.production-section a.button.ghost:hover svg,
.faq-section a.button.ghost:hover svg,
.news-section a.button.ghost:hover svg {
    width: 12px;
    height: 12px;
}

/* Контейнеры */
.questions-form .form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.questions-form .form-item { position:relative; }

/* Поля CF7 должны растягиваться */
.questions-form .form-item > .wpcf7-form-control-wrap { display:block; width:100%; }
.questions-form .wpcf7-form-control { width:100%; }

/* Плавающий лейбл */
.questions-form .form-item > label{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  transition: .18s ease;
  line-height:1;
  pointer-events:none; /* чтобы кликал input */
  display:flex; gap:3px; align-items:center;
}
.questions-form .form-item > label span{ color:#b81012; }

/* Для textarea – базовая позиция чуть ниже */
.questions-form .form-item.is-textarea > label{
  top:16px; transform:none;
}

/* Состояния: активное поле или поле с непустым значением */
.questions-form .form-item.is-active > label,
.questions-form .form-item.is-filled > label{
  top:6px;
  transform:none;
  font-size:12px;
  opacity:.75;
}

/* Чекбокс (если используешь свой кастом) */
.checkbox{ display:flex; align-items:center; gap:8px; cursor:pointer; }
.checkbox-input{ display:none; }
.checkbox-icon{
  width:24px;height:24px;border:1px solid #b81012;border-radius:3px;position:relative;flex-shrink:0;
}
.checkbox-input:checked + .checkbox-icon{ background:#b81012; }
.checkbox-icon:after{
  content:""; position:absolute; left:8px; top:50%;
  width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;
  transform:translateY(-60%) rotate(45deg); opacity:0; transition:.15s;
}
.checkbox-input:checked + .checkbox-icon:after{ opacity:1; }
.checkbox-label{ color:#2b2b2b; font-size:14px; line-height:1.4; }
/* RESET під CF7-обгортки */
.question-section .wpcf7,
.question-section .wpcf7-form { margin:0; }
.question-section fieldset.hidden-fields-container{margin:0;padding:0;border:0;height:0;overflow:hidden}

/* База */
.question-section .input-wrapper{position:relative;display:flex;align-items:center}
.question-section .input-field{width:100%}

/* Лейбл усередині інпута */
.question-section .input-label{
  position:absolute;left:16px;top:50%;
  transform:translateY(-50%);
  display:flex;align-items:center;gap:3px;
  pointer-events:none;transition:all .18s ease;
}

/* Під textarea початково лейбл трохи вище */
.question-section .textarea-item .input-label{ top:18px; transform:none }

/* Піднятий стан (фокус або є значення) */
.question-section .input-wrapper:focus-within .input-label,
.question-section .input-wrapper.is-filled .input-label{
  top:6px; transform:none; font-size:12px; opacity:.85;
}

/* Паддінги, щоб лейбл не накладався на текст */
.question-section .textbox.input-field{ padding:16px 16px 12px }
.question-section .textarea.input-field{ padding:24px 16px 12px; min-height:180px }

/* Єдина сітка блоку */
.question-content{display:grid;grid-template-columns:1fr 420px;gap:40px}
@media (max-width:1024px){.question-content{grid-template-columns:1fr}}

/* Скидуємо браузерні маржі */
.question-section form,
.question-section .wpcf7,
.question-section .wpcf7-form{margin:0}

/* Fieldset від CF7 ховаємо як службовий */
.question-section fieldset.hidden-fields-container{margin:0;padding:0;border:0;height:0;overflow:hidden}

/* Виправляємо опечатку класу */
.question-section .from-item,
.question-section .form-item{margin-top:16px}
.checkbox{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer}
.checkbox-input{position:absolute;inset:0;opacity:0}
.checkbox-icon{width:24px;height:24px;border:1px solid #b81012;border-radius:3px;display:inline-flex;justify-content:center;align-items:center;position:relative}
.checkbox-icon::after{content:"";position:absolute;left:8px;top:50%;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-60%) rotate(45deg);opacity:0;transition:opacity .2s}
.checkbox-input:checked + .checkbox-icon{background:#b81012}
.checkbox-input:checked + .checkbox-icon::after{opacity:1}
