@charset "utf-8";
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'), url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src: url('icons/fonts/icomoon.woff?76gmu') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.styled-desc ul li::before,
.person-contact .voivodeships-list li::before,
#contact-form .row.submit::after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-top:before {
    content: "\e901";
}

.icon-chatphone:before {
    content: "\e902";
}

.icon-check:before,
.styled-desc ul li::before,
.person-contact .voivodeships-list li::before {
    content: "\e903";
}

.icon-facebook:before {
    content: "\e904";
}

.icon-instagram:before {
    content: "\e905";
}

.icon-message:before {
    content: "\e906";
}

.icon-pdf:before {
    content: "\e907";
}

.icon-phone:before {
    content: "\e908";
}

.icon-pinter-left-wide:before {
    content: "\e909";
}

.icon-pinter-right-wide:before {
    content: "\e90a";
}

.icon-plus:before {
    content: "\e90b";
}

.icon-pointer-left:before {
    content: "\e90c";
}

.icon-pointer-right:before {
    content: "\e90d";
}

.icon-send:before,
#contact-form .row.submit::after {
    content: "\e90e";
}

.icon-youtube:before {
    content: "\e90f";
}

.icon-arrow-bottom:before {
    content: "\e910";
}

.icon-arrow-left:before {
    content: "\e911";
}

.icon-arrow-right:before {
    content: "\e912";
}

:root,
:after,
:before {
    --font: 'Gotham', sans-serif;
    --accent: #E50019;
    --accent-hover: #B52F13;
    --secondary: #363636;
    --text-primary: #707070;
    --text-secondary: #080808;
}

:root {
    font-size: 10px;
    background: #F6F6F6;
}

body {
    font-size: 1.6rem;
    font-family: var(--font);
    color: var(--text-primary);
    font-weight: 400;
    line-height: 2.6rem;
}

html,
body {
    overflow-x: hidden;
}

.styled-desc img.aligncenter {
    display: block;
    margin: 1em auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.styled-desc table {
    width: auto;
}

.styled-desc table tr {
}

.styled-desc table td {
    padding: 1rem 2rem;
    border: 0.1rem solid #e7e7e7;
}

.styled-desc table tr:first-child {
}

.styled-desc table tr:first-child td {
    color: var(--text-secondary);
    font-weight: 500;
    background: #f6f6f6;
}

.styled-desc table tr:nth-child(odd) td {
    background: #f6f6f6;
}

.inner {
    box-sizing: border-box;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 135rem;
    margin: 0 auto;
}

.section-title {
    color: var(--text-secondary);
    font-size: 3.6rem;
    line-height: 4.4rem;
}

.section-title::after {
}

.section-title::before {
}

.top-line {
    position: relative;
}

.top-line::after,
.top-line::before {
    content: '';
    position: absolute;
    left: 0;
    pointer-events: none;
    height: 0.2rem;
    top: -2rem;
}

.top-line::after {
    width: 3.2rem;
    background: var(--accent);
}

.top-line::before {
    width: 21.3rem;
    background: #DFDFDF;
}

.hover-title {
    position: absolute;
    pointer-events: none;
    font-weight: 500;
    font-size: 12.5rem;
    line-height: 1;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #B5B5B5;
    opacity: 0.65;
    transform: rotate(-90deg);
    transform-origin: top left;
    margin-left: calc(-12.5rem / 2);
}

.buttons {
    display: flex;
}

.button-primary {
    display: flex;
    background: var(--accent);
    color: white;
    text-transform: uppercase;
    align-items: center;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    grid-gap: 2.2rem;
    height: 6rem;
    padding-left: 2.7rem;
    padding-right: 2.6rem;
    text-shadow: 0 0.1rem 0.6rem rgb(0 0 0 / 25%);
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    transition-duration: 0.3s;
}

.button-primary:hover {
    background: var(--accent-hover);
}

.button-primary.button-file {
    height: 4.5rem;
    padding-left: 3rem;
    grid-gap: 1.8rem;
    padding-right: 2.8rem;
}

.button-primary.button-file i {
    font-size: 2.25rem;
}

.featured-button {
    display: flex;
    align-items: center;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    background: var(--accent);
    text-shadow: 0 0.1rem 0.6rem rgb(0 0 0 / 25%);
    color: white;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    font-weight: 500;
    height: 6rem;
    padding-left: 2.7rem;
    grid-gap: 2.7rem;
    text-transform: uppercase;
    transition-duration: 0.3s;
}

.featured-button i {
    display: flex;
    width: 6rem;
    height: 6rem;
    align-items: center;
    justify-content: center;
    background: #C10419;
    font-size: 1.6rem;
    transition-duration: 0.3s;
}

.featured-button:hover {
    background: #C10419;
}

.featured-button:hover i {
    background: var(--accent);
}

.button-primary.dark {
    background: #363636;
    padding-left: 4.1rem;
    grid-gap: 2.5rem;
}

.button-primary.dark:hover {
    background: var(--accent);
}

.button-primary i {
    font-size: 1.6rem;
}

.button-minimal {
}

.button-minimal i {
}

.button-secondary {
    color: #363636;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    box-sizing: border-box;
    display: flex;
    grid-gap: 2.6rem;
    align-items: center;
    border-bottom: 0.1rem solid #707070;
    border-top: 0.1rem solid transparent;
    height: 6.7rem;
    transition-duration: 0.3s;
}

.button-secondary:hover {
    color: var(--accent);
    border-bottom: 0.1rem solid var(--accent);
}

.button-secondary i {
    font-size: 1.6rem;
}

.section-more {
    color: var(--secondary);
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    grid-gap: 3.2rem;
    display: flex;
    align-items: center;
    transition-duration: 0.3s;
}

.section-more:hover {
    color: var(--accent);
}

.section-more i {
    font-size: 1.6rem;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
}

em {
}

strong {
}

#header {
    height: 13.2rem;
    position: sticky;
    z-index: 800;
    top: 0;
    background: white;
    color: #363636;
    width: 100%;
    transition-duration: 0.3s;
}

#header .inner {
    width: 100%;
    padding: 0 4.4rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

#header .logo {
    margin-right: 5.2rem;
}

#header .logo img {
    display: block;
    height: 7.3rem;
    width: auto;
    transition-duration: 0.3s;
}

#header .logo .hidden {
    display: none;
}

#header .contacts {
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    grid-gap: 1.23rem;
    align-items: center;
    margin-right: 1.75rem;
    transition-duration: 0.3s;
}

#header .contacts:hover {
    color: var(--accent);
}

#header .contact-wrapper {
    display: flex;
}

#langs {
    margin-left: 1rem;
}

#langs a {
    display: flex;
    align-items: center;
    grid-gap: 1.3rem;
}

#langs a img {
    display: block;
    opacity: 1;
    width: 2.8rem;
    height: auto;
    border: none;
}

#langs a span {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    margin: 0 !important;
    transition-duration: 0.3s;
    display: none;
}

.gt_languages {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    grid-gap: 2rem !important;
    z-index: -1;
}

.gt_white_content a {
    border: none !important;
    padding: 0 !important;
    box-shadow: 0 0 1.2rem rgb(0 0 0 / 16%);
}

#langs a span ~ span {
    display: none;
}

#header .contacts i {
    font-size: 3.1rem;
    color: var(--accent);
    position: relative;
    top: -0.4rem;
}

#header .langs {
    margin-left: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
}

#header .secondary {
    display: flex;
    align-items: center;
    grid-gap: 5.15rem;
}

#header .menu {
    transition-duration: 0.3s;
}

#header.menu-opened .menu {
    opacity: 0;
}

#header .menu ul {
    display: flex;
    font-weight: 500;
    grid-gap: 5.3rem;
}

#header .menu ul li.hidden {
    display: none !important;
}

#header .menu ul li {
}

#header .menu ul li a {
    transition-duration: 0.3s;
}

body.post-type-archive-oferta #header .menu ul li.menu-item-object-oferta a,
body.single-oferta #header .menu ul li.menu-item-object-oferta a,
body.single-post #header .menu ul li.current_page_parent a,
#header .menu ul li:hover a,
#header .menu ul li.current-menu-item a,
#header .menu ul li.current_page_item a {
    color: #EB2C44;
}

body.post-type-archive-oferta .footer-column ul li.menu-item-object-oferta a,
body.single-oferta .footer-column ul li.menu-item-object-oferta a,
body.single-post .footer-column ul li.current_page_parent a,
.footer-column ul li:hover a,
.footer-column ul li.current-menu-item a,
.footer-column ul li.current_page_item a {
    color: #fff;
}

body.post-type-archive-oferta #standard-menu ul li.menu-item-object-oferta a,
body.single-oferta #standard-menu ul li.menu-item-object-oferta a,
body.single-post #standard-menu ul li.current_page_parent a,
#standard-menu ul li:hover a,
#standard-menu ul li.current-menu-item a,
#standard-menu ul li.current_page_item a {
    color: #EB2C44;
}

body.admin-bar #header {
    top: 32px;
}

#menu-icon {
    position: relative;
    width: 5.75rem;
    height: 5.75rem;
    background: var(--accent);
    cursor: pointer;
    transition-duration: 0.3s;
}

#menu-icon:hover {
    background: var(--accent-hover);
}

#menu-icon .line {
    background: white;
    width: 3.266rem;
    height: 0.365rem;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: calc(-3.266rem / 2);
    transition-duration: 0.3s;
}

#menu-icon .line.top {
    top: 1.97rem;
}

#menu-icon .line.middle {
    top: 2.88rem;
}

#menu-icon .line.bottom {
    top: 3.79rem;
    width: 2.16rem;
}

#menu-icon.open .line.top {
    width: 3.1rem;
    transform: rotate(45deg);
    top: 2.8rem;
}

#menu-icon.open .line.middle {
    opacity: 0;
}

#menu-icon.open .line.bottom {
    width: 3.1rem;
    transform: rotate(-45deg);
    top: 2.8rem;
}

#header.menu-opened {
    background: transparent !important;
    color: #363636 !important;
    height: 13.2rem !important;
}

#header.transparent {
    position: fixed;
    background: none;
    color: white;
}

#main-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    min-height: 70rem;
}

#main-rotator {
}

.main-slide {
}

.main-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 70rem;
    color: white;
}


/*
.main-slider-wrapper::before {
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.21;
    position: absolute;
    z-index: 1;
}
*/

.main-slider-wrapper .bg {
    width: 100%;
    height: 100vh;
    min-height: 70rem;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transition: transform ease 15s;
}

.slick-current:not(.on-init) .main-slider-wrapper .bg {
    transform: scale(1.2)
}

.main-slider-wrapper .inner {
    height: 100%;
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding-top: 3.5rem;
    z-index: 3;
}

.main-slider-wrapper .title {
    font-size: 5.2rem;
    line-height: 6rem;
    width: 80rem;
    text-shadow: 0 0.1rem 0.6rem rgb(0 0 0 / 25%);
    margin-bottom: 2.3rem;
}

.main-slider-wrapper .desc {
    width: 70rem;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2.9rem;
    text-shadow: 0 0.1rem 0.6rem rgb(0 0 0 / 25%);
    margin-bottom: 4rem;
}

.main-slider-wrapper .buttons {
}

.main-slider-wrapper .button-primary {
}

.main-slider-wrapper .button-primary i {
}

#main-social {
    position: absolute;
    left: 5.1rem;
    top: 50%;
    display: flex;
    transform: translateY(-50%);
    flex-direction: column;
    color: white;
    z-index: 4;
    grid-gap: 2.6rem;
    font-size: 2.7rem;
}

#main-social .social {
    display: block;
    transition-duration: 0.3s;
}

#main-social .social:hover {
    color: var(--accent);
}

#main-social .social i {
    display: block;
}

#main-social .social svg {
    width: 2.2rem;
    height: auto;
}

#main-social .social:hover svg path {
    fill: var(--accent);
}

#main-social .social svg path {
    fill: white;
    transition-duration: 0.3s;
}

#main-social .social.facebook {
}

#main-social .social.instagram {
}

#blog-single-header #main-social {
    top: auto;
    transform: none;
    bottom: 5.5rem;
}

#featured-header #main-social {
    top: auto;
    transform: none;
    bottom: 18rem;
}

#main-slider-nav {
    z-index: 5;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.3rem;
}

#main-slider-nav i {
    display: flex;
    height: 7.3rem;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2.55rem;
    cursor: pointer;
    transition-duration: 0.3s;
}

#main-slider-nav-prev,
#main-slider-nav-next:hover {
    background: #363636;
}

#main-slider-nav-next,
#main-slider-nav-prev:hover {
    background: #262626;
}

#featured-brand {
    position: relative;
    margin-top: -5rem;
    z-index: 2;
}

#featured-brand .inner {
}

.featured-brands {
    display: flex;
    grid-gap: 3.4rem;
}

.featured-brand {
    flex: 1;
    height: 39.3rem;
    overflow: hidden;
    position: relative;
    box-shadow: 1.2rem 1.2rem 3.5rem rgb(0 0 0 / 16%);
}

.main-section .desc strong {
    font-weight: bold;
}


/*
.featured-brand:after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(54, 54, 54, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}
*/

.featured-brand .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 2;
    position: relative;
    transition-duration: 0.3s;
}

.featured-brand:hover .bg {
    transform: scale(1.05);
}

.featured-brand .bg-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.featured-brand .bg-link::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    border: 0.1rem solid white;
    width: calc(100% - 4.5rem);
    height: calc(100% - 4.5rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.25;
    pointer-events: none;
}

.featured-brand .content {
    position: absolute;
    bottom: 0;
    padding-left: 6.7rem;
    padding-right: 8rem;
    padding-bottom: 7.2rem;
    z-index: 40;
    color: white;
    text-shadow: 0 0.1rem 0.6rem rgb(0 0 0 / 36%);
}

.featured-brand .title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 1.9rem;
}

.featured-brand .title a {
    transition-duration: 0.3s;
}

.featured-brand .title a:hover {
    color: var(--accent);
}

.featured-brand .desc {
    line-height: 2.8rem;
}

.featured-brand .buttons {
    position: absolute;
    right: 5.9rem;
    bottom: 4.8rem;
}

.featured-brand .button-minimal {
}

.featured-brand .button-minimal i {
    font-size: 2.3rem;
    color: var(--accent);
    text-shadow: none;
    transition-duration: 0.3s;
}

.featured-brand .button-minimal i:hover {
    color: var(--accent-hover);
}

#counters {
    margin-top: 7rem;
}

#counters .inner {
}

.counters-wrapper {
    display: flex;
    grid-gap: 2rem;
}

.counter-item {
    background: white;
    box-shadow: 1.2rem 1.2rem 3.5rem rgb(0 0 0 / 5%);
    padding-left: 3.7rem;
    padding-top: 3.66rem;
    color: #080808;
    padding-right: 6rem;
    flex: 1;
    padding-bottom: 3.76rem;
    display: flex;
    box-sizing: border-box;
    min-height: 20rem;
    flex-direction: column;
}

.counter-item .head {
    font-weight: 500;
    line-height: 4.4rem;
    font-size: 3.6rem;
    position: relative;
    padding-bottom: 1.8rem;
    margin-bottom: 1.6rem;
}

.counter-item .head:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.2rem;
    height: 0.1rem;
    background: var(--accent);
}

.counter-item .desc {
    line-height: 2.4rem;
}

.main-section {
    position: relative;
}

.main-section .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-section .content {
    width: 75.2rem;
    flex: 75.2rem 0 0;
    margin-top: 2rem;
}

.main-section .title {
    color: #080808;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 5rem;
    margin-bottom: 3.2rem;
}

.main-section .title::before {
}

.main-section .title::after {
}

.main-section .desc {
    width: 64.5rem;
    margin-left: 3.2rem;
    margin-bottom: 2.55rem;
}

.main-section .featured {
    width: 72rem;
    color: #080808;
    font-size: 1.9rem;
    line-height: 2.8rem;
    margin-bottom: 2.7rem;
}

.main-section .buttons {
    margin-left: 3.2rem;
}

.main-section .button-secondary {
}

.main-section .button-secondary i {
}

.main-section .ov {
    flex: 1;
    margin-right: -11.4rem;
    position: relative;
    margin-left: -3rem;
}

.main-section .year {
    text-align: right;
    color: var(--accent);
    font-size: 6.9rem;
    font-weight: bold;
    line-height: 7.6rem;
    margin-bottom: -1rem;
    padding-right: 14.5rem;
}

.main-section .ov img {
    width: 71.2rem;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center;
}

#company-subject {
    margin-top: 13rem;
    overflow: hidden;
}

#cooperation-subject.main-section {
    display: flex;
    margin-top: 17.4rem;
    flex-direction: row-reverse;
    align-items: flex-start;
}

#cooperation-subject.main-section .inner {
    width: auto;
    flex: 1;
    padding-left: 7.6rem;
    padding-top: 11.5rem;
    padding-bottom: 9.2rem;
    background: #EBEBEB;
}

#cooperation-subject.main-section .inner:after {
    content: '';
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 100%;
    width: 22.3rem;
    height: 30rem;
    background: var(--accent);
}

#cooperation-subject.main-section .content {
}

#cooperation-subject.main-section .title {
}

#cooperation-subject.main-section .desc {
    width: 63rem;
}

#cooperation-subject.main-section .desc .featured {
    width: 100%;
}

#cooperation-subject.main-section .buttons {
}

#cooperation-subject.main-section .ov {
    width: calc(8650% / 192);
    flex: unset;
    margin: 0;
    margin-top: -12.2rem;
    z-index: 2;
}

#cooperation-subject.main-section .ov::after {
    content: '';
}

#cooperation-subject.main-section .ov img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}

#cooperation-subject.main-section .hover-title {
    left: 50%;
    top: calc(100% + 12rem);
}

#main-attributes {
    margin-top: 10.3rem;
    margin-bottom: 10.1rem;
}

#main-attributes .inner {
}

#main-attributes .title {
    color: var(--text-secondary);
    text-align: center;
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 5.8rem;
    margin-bottom: 4.5rem;
}

#main-attributes .subtitle {
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.9rem;
    line-height: 3rem;
}

#main-attributes .attributes-wrapper {
    margin-left: 6.8rem;
    margin-right: 11.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.5rem;
}

#main-attributes .attributes-list {
    width: 37rem;
}

#main-attributes .attribute {
    display: flex;
    align-items: center;
    grid-gap: 3rem;
    margin-bottom: 5rem;
}

#main-attributes .attribute .icons {
    display: block;
}

#main-attributes .attribute .content {
    color: var(--text-secondary);
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: 22rem;
}

#main-attributes .buttons {
}

#main-attributes .button-primary {
    width: 100%;
    justify-content: center;
}

.attribute-map {
    position: relative;
    width: 62rem;
    height: 53.5rem;
}

.attribute-map .pins {
    position: absolute;
    width: 45.5rem;
    height: 38.2rem;
    pointer-events: none;
    z-index: 4;
    left: 7.6rem;
    top: 6rem;
}

.attribute-map .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    object-position: center;
}

#text-page + #catalog-banner {
    margin-top: 16rem;
}

#catalog-banner {
    margin-top: 10.1rem;
    margin-bottom: 11.3rem;
}

#catalog-banner .inner {
    width: 100%;
    max-width: 158rem;
    padding: 0;
}

#catalog-banner .catalog-wrapper {
    background: #363636;
    color: white;
    position: relative;
    box-sizing: border-box;
}

#catalog-banner .catalog-wrapper .inner {
    max-width: 138rem;
    padding: 0;
    height: 50.8rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#catalog-banner .name {
    color: var(--accent);
    font-weight: bold;
    font-size: 2.1rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}

#catalog-banner .title {
    width: 40rem;
    font-size: 5.2rem;
    line-height: 6.2rem;
    font-weight: 500;
    margin-bottom: 2.6rem;
}

#catalog-banner .buttons {
}

#catalog-banner .button-primary {
    grid-gap: 1.6rem;
    padding: 0 2.4rem;
}

#catalog-banner .button-primary i {
    font-size: 2.7rem;
}

#catalog-banner .hover-title {
    left: 100%;
    margin-left: -11.5rem;
    top: calc(100% + 23rem);
    font-size: 7rem;
}

#catalog-banner .bg {
    position: absolute;
    pointer-events: none;
    width: 102.4rem;
    height: 68.9rem;
    object-fit: contain;
    object-position: center;
    right: 6.4rem;
    top: -9.1rem;
}

#featured-product {
    margin-top: 11.3rem;
    margin-bottom: 13.3rem;
}

#featured-product .inner {
    width: 100%;
    max-width: 158rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 7.8rem;
}

#featured-product .product {
    width: 77rem;
    position: relative;
}

#featured-product .point {
    transform: translate(-50%, -50%);
    position: absolute;
}

#featured-product .point i:hover {
    background: var(--accent)
}

#featured-product .point i {
    display: flex;
    cursor: pointer;
    font-size: 1.75rem;
    color: white;
    width: 3.5rem;
    height: 3.5rem;
    background: #363636;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition-duration: 0.3s;
}

#featured-product .point:hover .zoom {
    opacity: 1;
}

#featured-product .point .zoom {
    display: block;
    width: 12rem;
    height: 12rem;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
    border: 0.3rem solid #E3E3E3;
    border-radius: 50%;
    position: absolute;
    pointer-events: none;
    top: calc(100% + 2.3rem);
    right: calc(3.4rem + 3.5rem);
    opacity: 0;
    transition-duration: 0.3s;
}

#featured-product .base {
    pointer-events: none;
    width: 100%;
    height: auto;
    display: block;
}

#featured-product .content {
    flex: 1;
}

#featured-product .recomended {
    position: relative;
    color: var(--accent);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.4rem;
    padding-top: 2.9rem;
}

#featured-product .recomended::after,
#featured-product .recomended::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 0.2rem;
}

#featured-product .recomended::after {
    z-index: 2;
    background: var(--accent);
    width: 3.2rem;
}

#featured-product .recomended::before {
    background: #DFDFDF;
    width: 12.2rem;
}

#featured-product .title {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 5.8rem;
    margin-bottom: 2.8rem;
}

#featured-product .desc strong {
    font-size: 1.9rem;
    font-weight: 400;
    color: var(--text-secondary);
}

#featured-product .desc {
    margin-left: 1.8rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: 46rem;
    margin-bottom: 4.6rem;
}

#featured-product .button {
}

#machine-banner {
    position: relative;
    overflow: hidden;
    padding-bottom: 17.3rem;
}

#machine-banner:after {
    content: '';
    background: black;
    opacity: 0.64;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#machine-banner .bg {
    position: absolute;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#machine-banner .inner {
    padding-top: 17.5rem;
    padding-bottom: 12rem;
    z-index: 22;
    display: flex;
    align-items: center;
    color: white;
    grid-gap: 8.6rem;
    justify-content: flex-end;
}

#machine-banner .title {
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 500;
    width: 51rem;
}

#machine-banner .title strong {
    display: block;
    font-weight: 500;
    color: var(--accent);
}

#machine-banner .desc {
    font-size: 1.9rem;
    line-height: 3rem;
    width: 61.5rem;
}

#blog-overview {
}

#blog-overview .inner {
    margin-top: -17.3rem;
    background: white;
    box-shadow: 1.2rem 1.2rem 3.5rem rgb(0 0 0 / 5%);
    width: 100%;
    max-width: 155rem;
    padding-top: 8.2rem;
    padding-bottom: 4.2rem;
}

.section-title strong {
    font-weight: 500;
}

#blog-overview .section-title strong {
}

#blog-overview .section-title {
    width: 132rem;
    margin: 0 auto 3.2rem;
}

.blog-items {
    width: 132rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.2rem;
}

.blog-item {
    position: relative;
}

.blog-item .ov {
    overflow: hidden;
}

.blog-item .ov img {
    display: block;
    width: 100%;
    height: 28rem;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.3s;
}

.blog-item .ov:hover img {
    transform: scale(1.05);
}

.blog-item .content {
    margin-top: 2.9rem;
}

.blog-item .title {
    font-weight: bold;
    font-size: 1.8rem;
    color: var(--text-secondary);
    line-height: 2.2rem;
    margin-bottom: 1.8rem;
}

.blog-item .title a {
    transition-duration: 0.3s;
}

.blog-item .title a:hover {
    color: var(--accent);
}

.blog-item .desc {
    font-size: 1.3rem;
    line-height: 2rem;
}

#blog-overview .buttons {
    width: 132rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8.2rem;
    height: 4.4rem;
    justify-content: flex-end;
    align-items: center;
}

#blog-overview .buttons .section-more {
}

#blog-overview .buttons .section-more i {
}

#featured-realization {
    margin-top: 11.8rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 9.2rem;
}

#featured-realization .inner:nth-child(1) {
    order: 1;
}

#featured-realization .inner ~ .inner {
    order: 2;
    height: 4.4rem;
    margin-top: -4.4rem;
}

#featured-realization .section-title {
}

#featured-realization .buttons {
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

#featured-realization .buttons .section-more {
}

#featured-realization-slider {
    order: 3;
    overflow: hidden;
    margin-top: 8.6rem;
    height: 48.8rem;
}

.featured-realization-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 48.8rem;
}

.featured-realization-slide a {
}

.featured-realization-slide img {
    width: 51.9rem;
    height: 38.9rem;
    display: block;
    object-fit: cover;
    object-position: center;
    transition-duration: 0.3s;
    border: 0rem solid #f6f6f6;
}

.featured-realization-slide.slick-center img {
    transform: scale(1.256);
    border: 2.6rem solid #f6f6f6;
}

#content-footer {
    margin-top: 9.2rem;
    background: #111;
    color: white;
    padding-bottom: 3.5rem;
}

#manufacturing-process ~ #content-footer {
    margin-top: 0;
}

#catalog-banner + #content-footer {
    margin-top: 16.3rem;
}

#content-footer .inner {
    padding-top: 8.7rem;
    display: flex;
    justify-content: space-between;
}

#content-footer .inner::after,
#content-footer .inner::before {
    content: '';
    position: absolute;
    top: 4rem;
    left: 1.5rem;
    height: 0.1rem;
}

#content-footer .inner::after {
    background: var(--accent);
    width: 35.6rem;
}

#content-footer .inner::before {
    background: #212121;
    width: calc(100% - 3rem);
}

.brand-column {
    padding-top: 3.3rem;
}

.brand-column .logo {
    display: flex;
    grid-gap: 2.9rem;
    align-items: center;
}

.brand-column .logo img {
    display: block;
    width: 9.426rem;
    height: 7.7rem;
}

.brand-column .logo .slogan {
    font-size: 1.9rem;
    line-height: 2.4rem;
    width: 22rem;
}

.brand-column .social-media {
    margin-top: 3.8rem;
    display: flex;
    align-items: center;
    grid-gap: 2.1rem;
}

.brand-column .social-media .label {
    font-weight: bold;
    font-size: 1.5rem;
}

.brand-column .social-media .social {
    color: #707070;
    transition-duration: 0.3s;
}

.brand-column .social-media .social svg {
    width: 2.4rem;
    height: auto;
}

.brand-column .social-media .social:hover {
    color: var(--accent);
}

.brand-column .social-media .social path {
    transition-duration: 0.3s;
}

.brand-column .social-media .social:hover path {
    fill: var(--accent);
}

.brand-column .social-media .social i {
}

.brand-column .social-media .social.facebook {
    font-size: 2.1rem;
}

.brand-column .social-media .social.instagram {
    font-size: 2.5rem;
}

.brand-column .social-media .social.youtube {
    font-size: 2.8rem;
}

.footer-column {
}

.footer-column .title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.4rem;
    margin-bottom: 1.6rem;
}

.footer-column .address {
    color: #707070;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 1.8rem;
}

.footer-column .contact {
    color: var(--accent);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
}

.footer-column .phone {
    transition-duration: 0.3s;
}

.footer-column .phone:hover {
    color: white;
}

.footer-column .mail {
    color: white;
    font-size: 1.4rem;
    transition-duration: 0.3s;
    font-weight: normal;
}

.footer-column .mail:hover {
    color: var(--accent)
}

.footer-column .contact-form {
    margin-top: 1.7rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

.footer-column .contact-form a {
    display: flex;
    align-items: center;
    grid-gap: 1.1rem;
}

.footer-column .contact-form a i {
    font-size: 1.6rem;
}

.footer-column ul {
    color: #707070;
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-right: 2.4rem;
}

.footer-column ul li {
}

.footer-column ul li a {
}

#side-footer {
    background: #111;
    padding-bottom: 5.7rem;
}

#side-footer a {
    transition-duration: 0.3s;
}

#side-footer a:hover {
    color: white;
}

#side-footer .inner {
    padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3rem;
    line-height: 1.5rem;
}

#side-footer .inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: 0.1rem;
    background: #212121;
}

#side-footer .copyright {
}

#side-footer .copyright * {
    display: inline-block;
    vertical-align: top;
}

#side-footer .copyright li:before {
    content: '|';
    margin-right: 0.5rem;
}

#side-footer .developer {
}

#side-footer .developer a {
}

#side-footer .developer a:hover {
}

#header.standard {
}

.small-header {
    text-align: center;
    color: white;
    font-size: 3.4rem;
    line-height: 6.2rem;
    font-weight: 400;
    padding: 3.4rem 0;
    background: linear-gradient(180deg, rgba(22, 22, 23, 1) 0%, rgba(73, 74, 74, 1) 100%);
}

.small-header .inner {
}

.small-header .title {
}

#header.scroll {
    background: white;
    height: 8.7rem;
    color: #363636;
}

#header.scroll .logo img {
    height: 5.7rem;
}

#header.menu-opened .logo img {
    height: 7.3rem !important;
}

#fances-archive {
    margin-top: 5.3rem;
    padding: 0 1.5rem;
}

#fances-archive .inner {
    width: 100%;
    max-width: 155rem;
    padding: 0;
}

.fance-overview {
    background: white;
    margin-bottom: 2.5rem;
    box-shadow: 1.5rem 0 2.5rem rgb(0 0 0 / 5%);
    display: flex;
    min-height: 48.3rem;
    box-sizing: border-box;
    grid-gap: 1.8rem;
}

.fance-overview .content {
    padding-top: 10rem;
    flex: 69.5rem 0 0;
    padding-bottom: 5rem;
    width: 69.5rem;
    padding-left: 1.5rem;
    box-sizing: border-box;
    margin-left: auto;
}

.fance-overview .title {
    font-size: 4.2rem;
    color: var(--text-secondary);
    line-height: 5.2rem;
    margin-bottom: 3.2rem;
}

.fance-overview .title strong {
    font-weight: 500;
}

.fance-overview .title::after {
}

.fance-overview .title::before {
}

.fance-overview .desc {
    margin-bottom: 3.6rem;
    margin-left: 3.2rem;
}

.fance-overview .featured {
    font-size: 1.9rem;
    color: var(--text-secondary);
    margin-bottom: 2.7rem;
}

.fance-overview .buttons {
    margin-left: 3.2rem;
}

.fance-overview .button-primary {
    padding-left: 4.1rem;
    grid-gap: 2.5rem;
}

.fance-overview .ov {
    width: 74rem;
    height: 100%;
    margin-right: -0.1rem;
    overflow: hidden;
}

.fance-overview .ov img {
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition-duration: 0.3s;
}

.fance-overview:hover .ov img {
    transform: scale(1.05);
}

#fances-load-more {
}

#featured-header + .breadcrubs {
    margin-top: 1rem;
}

.small-header + .breadcrubs {
    margin-top: 2rem;
}

.breadcrubs {
}

.breadcrubs .inner {
}

.breadcrubs ul {
    display: flex;
    gap: 1rem;
}

.breadcrubs li {
    display: flex;
    gap: 1rem;
}

.breadcrubs li:after {
    content: "/"
}

.breadcrubs li:last-child:after {
    display: none;
}

.breadcrubs a {
    transition-duration: 0.3s;
    font-weight: 500;
}

.breadcrubs a:hover {
    color: #e50019;
}

#blog-single-header .breadcrubs {
    color: white;
    margin-top: 2rem
}

#blog-single-header .breadcrubs .inner {
    padding: 0 !important
}

#featured-header {
    position: relative;
    overflow: hidden;
    height: 54.6rem;
}

#featured-header .bg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}


/* #featured-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.4;
} */

#featured-header .inner {
    height: 100%;
    padding-top: 24rem;
    color: white;
    z-index: 20;
    text-shadow: 0.2rem 0.2rem 2rem rgba(0, 0, 0, 0.5);
}

#featured-header .title {
    font-size: 5.2rem;
    line-height: 6rem;
    margin-bottom: 1.2rem;
}

#featured-header .subtitle {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3rem;
}

#blog-archive {
    margin-top: 6rem;
    margin-bottom: 4.5rem;
}

#blog-archive .inner {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 3rem;
}

.alm-reveal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
}

.alm-reveal {
    margin-bottom: 3rem;
}

#blog-archive .blog-item {
    flex: 1 0 calc(33.33% - 2rem);
    box-sizing: border-box;
    background: white;
    box-shadow: 1.2rem 1.2rem 3.5rem rgb(0 0 0 / 5%);
    padding: 1.5rem 1.5rem 2.1rem;
}

#blog-archive .blog-item .ov {
}

#blog-archive .blog-item .ov img {
    height: 26rem;
}

#blog-archive .blog-item .content {
    margin-top: 2.2rem;
}

#blog-archive .blog-item .title {
}

#blog-archive .blog-item .desc {
}

#text-page {
    margin-top: 7rem;
    margin-bottom: 11rem;
}

#text-page .inner {
}

.styled-desc {
}

.styled-desc .buttons {
    padding-top: 0.8rem;
}

.styled-desc h2,
.styled-desc h3,
.styled-desc h4,
.styled-desc h5,
.styled-desc h6 {
    color: var(--text-secondary);
    font-weight: 500;
    line-height: 1.23;
    margin-bottom: 2.5rem;
}

.styled-desc h2 {
    font-size: 2.6rem;
}

.styled-desc h3 {
    font-size: 2.5rem;
}

.styled-desc h4 {
    font-size: 2.45rem;
}

.styled-desc h5 {
    font-size: 2.3rem;
}

.styled-desc h6 {
    font-size: 2.2rem;
}

.styled-desc ul {
    margin-bottom: calc(2.2rem - 1.7rem);
    padding-left: 2rem;
    overflow: hidden;
}

.styled-desc ul li {
    display: flex;
    grid-gap: 0.82rem;
    margin-bottom: 1.7rem;
}

.styled-desc ul li::before {
    color: var(--accent);
    font-size: 1.9rem;
    position: relative;
    top: 0.3rem;
}

.styled-desc ol {
    margin-bottom: calc(2.2rem - 1.7rem);
    padding-left: 4.5rem;
    list-style: decimal;
    overflow: hidden;
}

.styled-desc ol li {
    margin-bottom: 1.7rem;
}

.styled-desc a:not(.button-primary.button-file) {
    color: var(--accent);
    text-decoration: underline;
}

.styled-desc a:hover {
    text-decoration: none;
}

.styled-desc em {
    font-style: italic;
}

.styled-desc strong {
    font-weight: bold;
}

.styled-desc blockquote {
    font-size: 1.05em;
    font-style: italic;
    line-height: 1.5;
    color: var(--text-secondary);
    background: #ededed;
    padding: 2rem;
    padding-left: 4rem;
    border-bottom-left-radius: 7rem;
}

.styled-desc img.alignleft {
    display: block;
    max-width: 50%;
    height: auto;
    float: left;
    margin-right: 3rem;
    margin-bottom: 2rem;
}

.styled-desc img.aligncenter {
}

.styled-desc img.alignright {
    display: block;
    max-width: 50%;
    height: auto;
    margin-left: 3rem;
    margin-bottom: 2rem;
    float: right;
}

#blog-single-header {
    background: #111111;
    padding-top: 16.5rem;
    padding-bottom: 9.4rem;
    position: relative;
}

#blog-single-header .inner {
    width: 90.2rem;
}

#blog-single-header .title {
    color: white;
    font-size: 3.6rem;
    line-height: 4.4rem;
}

#blog-post {
    margin-top: -3.5rem;
    margin-bottom: 16rem;
}

#blog-post .inner {
    width: 90.2rem;
}

#blog-post .fast-back {
    position: absolute;
    right: calc(100% - 1.5rem);
}

#blog-post .fast-back a {
    display: flex;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    grid-gap: 2.1rem;
    align-items: center;
    transform: rotate(-90deg);
    transform-origin: top right;
    position: relative;
    top: 3.5rem;
    left: -6rem;
    transition-duration: 0.3s;
}

#blog-post .fast-back a i {
    display: flex;
    width: 6rem;
    height: 6rem;
    color: white;
    background: #C10419;
    font-size: 1.6rem;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    transition-duration: 0.3s;
}

#blog-post .fast-back a:hover {
    color: var(--accent)
}

#blog-post .fast-back a:hover i {
    background: var(--accent)
}

#blog-post .ov {
}

#blog-post .ov img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 58.4rem;
    object-fit: cover;
    object-position: center;
}

#blog-post .desc.styled-desc {
    margin-top: 5rem;
}

#blog-post .slow-back {
    margin-top: 9rem;
}

#blog-post .slow-back a {
    display: flex;
    background: var(--accent);
    align-items: center;
    color: white;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    padding-right: 2.6rem;
    grid-gap: 2.8rem;
    transition-duration: 0.3s;
}

#blog-post .slow-back a i {
    display: flex;
    width: 6rem;
    height: 6rem;
    align-items: center;
    justify-content: center;
    background: #C10419;
    color: white;
    font-size: 1.6rem;
    transition-duration: 0.3s;
}

#blog-post .slow-back a:hover {
    background: #C10419;
}

#blog-post .slow-back a:hover i {
    background: var(--accent);
}

#blog-post .styled-desc h2,
#blog-post .styled-desc h3,
#blog-post .styled-desc h4,
#blog-post .styled-desc h5,
#blog-post .styled-desc h6 {
    /* font-weight: bold;
    color: var(--text-primary);*/
    margin: 1em 0;
}

#cooperation-page {
    text-align: center;
    padding-top: 7.8rem;
    margin-bottom: 9.2rem;
}

#cooperation-page .inner {
}

#cooperation-page .title {
    color: var(--text-secondary);
    font-size: 1.9rem;
    line-height: 3rem;
    max-width: 89rem;
    margin: 0 auto 3.7rem;
}

#cooperation-page .desc {
}

#contact-us {
}

.team-contact-section {
}

.team-contact-section .inner {
}

.team-contact-section .title {
    margin-bottom: 5.8rem;
    text-align: center;
    color: var(--text-secondary);
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 5.2rem;
}

.person-contact {
    box-shadow: 1.2rem 1.2rem 3.5rem rgb(0 0 0 / 5%);
    background: white;
    margin-top: 1rem;
    padding-left: 3.1rem;
    padding-right: 6rem;
    padding-top: 3.1rem;
}

.person-contact .overview {
    display: flex;
    align-items: center;
    padding-bottom: 2.2rem;
    grid-gap: 6.5rem;
}

.person-contact .ov {
}

.person-contact .ov img {
    box-sizing: border-box;
    width: 11.6rem;
    height: 11.6rem;
    border: 0.3rem solid #DFDFDF;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.person-contact .ov.placeholder img {
    border: none;
}

.person-contact .person {
}

.person-contact .name {
    color: var(--text-secondary);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.9rem;
    margin-bottom: 1.6rem;
}

.person-contact .contact {
    display: flex;
    grid-gap: 2.1rem;
    color: var(--text-secondary);
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
}

.person-contact .way {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
    transition-duration: 0.3s;
}

.person-contact .way:hover {
    color: var(--accent)
}

.person-contact .way i {
    color: var(--accent);
}

.person-contact .way.tel i {
    font-size: 2rem;
}

.person-contact .way.mail i {
    font-size: 2.25rem;
}

.person-contact .show-more {
    margin-left: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--text-secondary);
    grid-gap: 2.9rem;
}

.person-contact .show-more:hover span {
    color: var(--accent)
}

.person-contact .show-more span {
    transition: color 0.3s ease;
}

.person-contact .show-more i {
    font-size: 2.9rem;
    color: var(--accent);
    transition-duration: 0.3s;
    transform: rotate(0deg);
}

.person-contact .show-more.hide i {
    transform: rotate(180deg);
}

.person-contact .content {
    padding: 3rem 0.9rem 4.4rem;
}

.person-contact .voivodeships-content {
    margin-left: 1rem;
    display: flex;
    grid-gap: 2rem;
}

.person-contact .voivodeships-title {
    color: var(--text-secondary);
    font-weight: 500;
    line-height: 2.4rem;
    margin-bottom: 2.3rem;
}

.person-contact .voivodeships-list {
    width: 23.7rem;
    display: flex;
    flex-direction: column;
    grid-gap: 1.8rem;
}

.person-contact .voivodeships-list li {
    display: flex;
    align-items: center;
    grid-gap: 1.2rem;
    line-height: 1.9rem;
}

.person-contact .voivodeships-list li::before {
    color: var(--accent);
    font-size: 1.9rem;
    display: block;
}

#cooperation-page ~ #machine-banner {
    margin-top: 16rem;
}

#cooperation-page ~ #machine-banner ~ #content-footer {
    margin: 0;
}

#main-contact {
    margin-top: 9.7rem;
    margin-bottom: 16.7rem;
}

#main-contact .inner {
}

#main-contact .wrapper {
    box-sizing: border-box;
    width: 92.4rem;
    background: white;
    margin-left: auto;
    position: relative;
    box-shadow: 1.2rem 1.2rem 3.5rem rgb(0 0 0 / 5%);
    padding-top: 4.7rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    grid-gap: 13.4rem;
}

#main-contact .ov {
    margin-left: -29.7rem;
}

#main-contact .ov img {
    width: 46.364rem;
    height: 38.28rem;
    display: block;
    object-fit: cover;
    object-position: center;
}

#main-contact .content {
    padding-top: 2.2rem;
    width: 41rem;
}

#main-contact .title {
    color: var(--text-secondary);
    font-size: 4.2rem;
    line-height: 5.2rem;
    font-weight: 500;
    margin-bottom: 3.55rem;
}

#main-contact .title::after {
}

#main-contact .title::before {
}

#main-contact .contacts {
    display: flex;
    align-items: center;
    grid-gap: 3.3rem;
    margin-bottom: 3rem;
}

#main-contact .contacts i {
    color: var(--accent);
    font-size: 5.2rem;
}

#main-contact .ways {
}

#main-contact .ways p {
}

#main-contact .ways a:hover {
    text-decoration: underline;
}

#main-contact .ways a.tel {
    color: var(--accent);
    font-size: 2.1rem;
    line-height: 3.2rem;
}

#main-contact .ways a.mail {
    line-height: 3.2rem;
    text-decoration: underline;
    color: var(--secondary);
}

#main-contact .buttons {
}

#main-contact .featured-button {
}

#main-contact .featured-button i {
    transform: rotate(90deg);
}

#sub-contacts {
    margin-bottom: 18.3rem;
}

#sub-contacts .inner {
    display: flex;
    grid-gap: 5.7rem;
}

.location {
    flex: 1;
    background: white;
    box-sizing: border-box;
    box-shadow: 1.2rem 1.2rem 3.5rem rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    grid-gap: 6rem;
    padding-left: 32.5rem;
    min-height: 31.2rem;
    position: relative;
}

.location .ov {
    display: block;
    left: 3rem;
    position: absolute;
}

.location .ov img {
    width: 24rem;
    height: 32.4rem;
    object-fit: cover;
    object-position: center;
}

.location .content {
}

.location .name {
    color: var(--secondary);
    font-weight: bold;
}

.location .desc {
    margin-bottom: 2.6rem;
}

.location .buttons {
}

.location .featured-button {
}

#sub-contacts .location:nth-child(1) {
}

#sub-contacts .location:nth-child(1) .ov {
    top: -10.3rem;
}

#sub-contacts .location:nth-child(2) {
}

#sub-contacts .location:nth-child(2) .ov {
    bottom: -10.6rem;
}

#main-contact ~ .team-contact-section {
}

#main-contact ~ .team-contact-section .title {
    margin-bottom: 4.8rem;
}

.team-contact-section ~ .team-contact-section {
    margin-top: 6rem;
}

#contact-form-section {
    margin-top: 7rem;
    background: white;
    padding-top: 8.5rem;
    padding-bottom: 4.5rem;
}

#contact-form-section .inner {
}

#contact-form-section .title {
    color: var(--text-secondary);
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 5.2rem;
    margin-bottom: 6rem;
}

#contact-form-section .title::after {
}

#contact-form-section .title::before {
}

#contact-form-section ~ #content-footer {
    margin-top: 0;
}

#contact-form {
    width: 96.4rem;
}

#contact-form .wpcf7 {
}

#contact-form .row {
    display: flex;
    grid-gap: 2.8rem;
    margin-bottom: 2rem;
}

#contact-form .row.textarea .cell {
    width: 100%;
}

#contact-form .cell {
    width: calc(50% - 1.4rem);
}

#contact-form .wpcf7-form-control-wrap {
    display: block;
}

#contact-form .wpcf7-form-control.wpcf7-textarea,
#contact-form .wpcf7-form-control.wpcf7-text {
    display: block;
    border: none;
    border-bottom: 0.1rem solid #949494;
    background: white;
    color: #080808;
    font-family: var(--font);
    font-size: 1.6rem;
    width: 100%;
    padding: 0;
}

#contact-form .wpcf7-form-control.wpcf7-text {
    height: 6.5rem;
}

#contact-form .wpcf7-form-control.wpcf7-textarea {
    resize: none;
    padding-top: 2.3rem;
    height: 20rem;
    box-sizing: border-box;
    overflow: auto;
}

#contact-form .wpcf7-form-control {
}

#contact-form .wpcf7-not-valid-tip {
    font-size: 1.4rem;
    color: var(--accent);
}

#contact-form br {
}

#contact-form .row.checkbox {
    margin-bottom: 3rem;
}

#contact-form .row.checkbox .cell {
}

#contact-form .row.checkbox .cell .wpcf7-form-control-wrap {
}

#contact-form .row.checkbox .cell .wpcf7-form-control {
}

#contact-form .row.checkbox .cell .wpcf7-list-item {
    display: block;
    margin: 0;
}

#contact-form .row.checkbox .cell .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    grid-gap: 1.2rem;
    cursor: pointer;
}

#contact-form .row.checkbox .cell .wpcf7-list-item label input {
    margin: 0;
    width: 1.1rem;
    height: 1.1rem;
}

#contact-form .row.checkbox .cell .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 1.4rem;
    color: var(--text-secondary);
}

#contact-form .row.submit {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

#contact-form .row.submit::after {
    pointer-events: none;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    position: absolute;
    color: white;
    background: #C10419;
    font-size: 2.5rem;
    text-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    transition-duration: 0.3s;
}

#contact-form .row.submit .wpcf7-submit {
    display: flex;
    height: 6rem;
    font-family: var(--font);
    color: white;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    background: var(--accent);
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    text-shadow: 0 0.1rem 0.6rem rgb(0 0 0 / 16%);
    padding-left: 3.5rem;
    padding-right: calc(3.5rem + 6rem);
    transition-duration: 0.3s;
    cursor: pointer;
}

#contact-form .row.submit:hover .wpcf7-submit {
    background: #C10419;
}

#contact-form .row.submit:hover::after {
    background: var(--accent);
}

#contact-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
    margin: 0;
}

#contact-form .wpcf7-response-output {
    margin: 2rem 0 0;
    border: 0.1rem solid #949494;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    color: var(--text-secondary);
    text-align: center;
}

#company-history.main-section {
    margin-top: 8.4rem;
    margin-bottom: 7.5rem;
    overflow: hidden;
}

#company-history.main-section .inner {
}

#company-history.main-section .content {
    margin-top: 4.5rem;
    width: 72rem;
    flex: 72rem 0 0;
}

#company-history.main-section .title {
}

#company-history.main-section .desc {
    margin-bottom: 7.8rem;
}

#company-history.main-section .featured {
}

#company-history.main-section .counters-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 65rem;
}

#company-history.main-section .counter-item {
    flex: unset;
}

#company-history.main-section .counter-item .head {
}

#company-history.main-section .counter-item .desc {
    width: auto;
    margin: 0;
}

#company-history.main-section .ov {
    flex: 55.6rem 0 0;
    width: 55.6rem;
    margin-left: 0;
}

#company-history.main-section .ov .main-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#company-history.main-section .ov .logo-photo {
    width: 21.326rem;
    height: 17.6rem;
    bottom: -7.4rem;
    position: absolute;
    right: 6rem;
}

#painting-process.main-section {
    padding-bottom: 12.7rem;
}

#painting-process.main-section .inner {
    flex-direction: row-reverse;
    align-items: center;
}

#painting-process.main-section .content {
}

#painting-process.main-section .title {
}

#painting-process.main-section .desc {
    margin-bottom: 0;
}

#painting-process.main-section .featured {
    width: 69rem;
}

#painting-process.main-section .ov {
    width: 55.45rem;
    margin: 0;
    height: 47.831rem;
}

#painting-process.main-section .ov .colors {
    width: 24.7rem;
    height: auto;
    position: absolute;
    right: 1.5rem;
    top: -6.5rem;
}

#painting-process.main-section .ov .attribute-map {
    width: 100%;
    height: 100%;
}

#painting-process.main-section .ov .attribute-map .pins {
    width: 40.711rem;
    height: 34.164rem;
    top: 5.32rem;
    left: 6.7rem;
}

#painting-process.main-section .ov .attribute-map .map {
    width: 100%;
    height: 100%;
}

#manufacturing-process {
    background: white;
    margin-bottom: -3rem;
    padding-top: 14.6rem;
}

#manufacturing-process .inner {
}

#manufacturing-process .inner > .title {
    font-size: 5.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 6.2rem;
    color: var(--text-secondary);
    margin-bottom: 12rem;
}

.manufacturing-step {
    padding-bottom: 16.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manufacturing-step .content {
    width: 72rem;
}

.manufacturing-step .title:after,
.manufacturing-step .title:before {
    top: -3rem;
}

.manufacturing-step .title {
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--text-secondary);
    line-height: 5.2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.manufacturing-step .title span {
    color: var(--accent);
}

.manufacturing-step .desc {
    margin-left: 3.3rem;
    width: 64.5rem;
}

.manufacturing-step .featured {
    margin-bottom: 3.9rem;
    width: calc(72rem - 3.3rem);
    line-height: 3rem;
    font-size: 1.9rem;
    color: var(--text-secondary);
}

.manufacturing-step .ov {
    width: 55.6rem;
    z-index: 2;
    position: relative;
}

.manufacturing-step .ov::after {
    content: '';
    background: var(--accent);
    width: 11.5rem;
    height: 11.5rem;
    pointer-events: none;
    position: absolute;
    bottom: -1.3rem;
    right: -1.3rem;
    z-index: -1;
}

.manufacturing-step .ov img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 67.5rem;
    object-fit: cover;
    object-position: center;
}

.manufacturing-step:nth-child(odd) {
    flex-direction: row-reverse;
}

.manufacturing-step:nth-child(odd) .content {
}

.manufacturing-step:nth-child(odd) .title {
}

.manufacturing-step:nth-child(odd) .title span {
}

.manufacturing-step:nth-child(odd) .desc {
}

.manufacturing-step:nth-child(odd) .featured {
}

.manufacturing-step:nth-child(odd) .ov {
    margin-left: -11.4rem;
}

.manufacturing-step:nth-child(odd) .ov::after {
}

.manufacturing-step:nth-child(odd) .ov img {
}

#fance-header {
    height: 45.4rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
}

#fance-header + .breadcrubs {
    margin-bottom: 17rem;
}

#fance-header .bg {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    min-height: 140%;
    object-fit: cover;
    object-position: center;
}

#fance-header .inner {
    height: 100%;
    z-index: 40;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}

#fance-header .title {
    font-weight: 400;
    font-size: 4.2rem;
    color: white;
    line-height: 5.2rem;
}

#fance-header .title strong {
    font-weight: 500;
}

#fance-header::after {
    content: '';
    background: black;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product-overview {
    margin-bottom: 5rem;
}

#product-overview .inner {
    display: flex;
    align-items: center;
    grid-gap: 4.3rem;
}

#product-overview .content {
    flex: 1;
    margin-top: 2rem;
}

#product-overview .title {
    color: var(--text-secondary);
    font-size: 4.2rem;
    line-height: 5.2rem;
    padding-top: 0.5rem;
    margin-bottom: 3.2rem;
}

#product-overview .title strong {
    font-weight: 500;
}

#product-overview .desc {
    margin-left: 3.3rem;
}

#product-overview .featured {
    color: var(--text-secondary);
    font-size: 1.9rem;
    margin-bottom: 1.8rem;
}

#product-overview .ov {
    width: 60rem;
}

#product-overview .ov img {
    width: 100%;
    min-height: 39rem;
    object-fit: cover;
    object-position: center;
    height: auto;
    display: block;
}

#product-attributes {
    margin-bottom: 8rem;
}

#product-attributes .inner {
    display: flex;
    grid-gap: 3rem;
}

.product-content {
    flex: 1;
}

.product-content .header {
    background: #363636;
    color: white;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3rem;
    padding: 1.8rem 3rem;
    margin-bottom: 4rem;
}

.product-content .title {
}

.product-content .desc.styled-desc {
}

.product-content .desc.styled-desc ul {
    padding-left: 0;
    margin: 0;
}

.product-content .desc.styled-desc h4 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-top: 0.8rem;
}

#product-system {
    margin-bottom: 7rem;
}

#product-models {
}

.models-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    margin-top: -0.5rem;
}

.product-model-item {
    background: white;
    box-shadow: 0.15rem 0 2.5rem rgb(0 0 0 / 5%);
    position: relative;
    padding: 4.7rem 3rem 5.8rem;
}

.product-model-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-model-item .name {
    text-transform: uppercase;
    color: var(--text-secondary);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.3rem;
    min-height: 6.9rem;
    margin-bottom: 2rem;
    transition-duration: 0.3s;
}

.product-model-item .ov {
}

.product-model-item .ov img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transition-duration: 0.3s;
}

.product-model-item:hover .ov img {
    transform: scale(1.05);
}

.product-model-item:hover .name {
    color: var(--accent)
}

#featured-realization.product {
    margin-top: 10.3rem;
    margin-bottom: 18.8rem;
}

#featured-realization.product #featured-realization-slider {
}

#featured-realization.product .inner {
}

#featured-realization.product .section-title {
    text-align: center;
}

#featured-realization.product .section-title::after,
#featured-realization.product .section-title::before {
}

#product-project {
    margin-bottom: 12.3rem;
}

.project-item {
    margin-bottom: 7.2rem;
    position: relative;
    min-height: 59.6rem;
}

.project-item .inner {
    display: flex;
    justify-content: flex-end;
    min-height: inherit;
    align-items: center;
}

.project-item .content {
    width: 58.5rem;
    margin-right: 6rem;
}

.project-item .title {
    margin-bottom: 3.2rem;
    color: var(--text-secondary);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.9rem;
}

.project-item .desc.styled-desc {
}

.project-item .ov {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 83.5rem;
    max-width: calc(100% - 58.5rem - 6rem);
}

.project-item .ov img {
    display: block;
    width: 100%;
    min-height: 59.6rem;
    object-fit: cover;
    object-position: center;
}

.project-item:nth-child(even) {
}

.project-item:nth-child(even) .inner {
    justify-content: flex-start;
}

.project-item:nth-child(odd) .content {
    margin-right: 0;
}

.project-item:nth-child(odd) .content {
}

.project-item:nth-child(even) .title {
}

.project-item:nth-child(even) .desc.styled-desc {
}

.project-item:nth-child(even) .ov {
    left: auto;
    right: 0;
}

.project-item:nth-child(even) .ov img {
}

#product-versions {
    margin-bottom: 12.7rem;
}

#not-found-section {
    margin-top: 9.2rem;
}

#not-found-section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#not-found-section .title {
    color: var(--text-secondary);
    font-size: 4.2rem;
    font-weight: 400;
    line-height: 5.2rem;
    margin-bottom: 5rem;
}

#not-found-section .buttons {
}

*:focus,
*:active {
    outline: none;
}

#tabs-section {
    margin-bottom: 6.1rem;
}

#tabs-section .inner {
    width: 100%;
    max-width: 158rem;
}

#tab-header {
    width: 100%;
    max-width: 132rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    grid-gap: 2rem;
}

#tab-header li {
    display: flex;
    height: 4.8rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    color: #080808;
    background: #E6E6E6;
    padding: 0 3rem;
    cursor: pointer;
    transition-duration: 0.3s;
}

#tab-header li.current {
    background: white;
    position: relative;
    z-index: 40;
}

#tab-header li:not(.current):hover {
    background: #eee;
}

#tab-container {
    box-shadow: 1.5rem 0 2.5rem rgb(0 0 0 / 5%);
    background: white;
}

#tab-container .tab-content {
    padding: 7rem 3rem 6.4rem;
    max-width: 126rem;
    margin: 0 auto;
}

#tab-container .tab-content .desc {
}

#tab-container .tab-content .desc table {
    margin: 0 auto;
}

.styled-desc .columns p:empty {
    display: none;
}

.styled-desc .columns {
    display: flex;
    grid-gap: 14rem;
    margin-bottom: 2rem;
}

.styled-desc .columns.true {
    grid-gap: 8rem;
}

.styled-desc .columns .column {
}

.styled-desc .columns:not(.true) .column ~ .column {
    flex: 1;
}

.styled-desc .columns.true .column {
    flex: 1;
}

.styled-desc .columns .column h5,
.styled-desc .columns ~ h5 {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 2.1rem;
    margin-bottom: 2.5rem;
}

.styled-desc .colors {
    display: flex;
    grid-gap: 1.8rem;
}

.styled-desc .colors .color {
}

.styled-desc .colors .color .box {
    width: 12.6rem;
    height: 12.6rem;
}

.styled-desc .colors .color .name {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--text-secondary);
    line-height: 1.6rem;
    margin-top: 1.7rem;
}

#main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 200;
    overflow: hidden;
    transition-duration: 0.3s;
    pointer-events: none;
    opacity: 0;
}

#main-menu.visible {
    opacity: 1;
    pointer-events: all;
}

#main-menu .inner {
    padding-top: 13.2rem;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
}

#main-menu .content {
    display: flex;
    grid-gap: 19rem;
}

#main-menu #main-social {
    color: #363636;
    left: auto;
    right: 6.2rem;
    top: auto;
    transform: none;
    bottom: 5.8rem;
}

#main-menu #main-social a {
}

#main-menu #main-social a i {
}

#standard-menu {
    color: var(--text-secondary);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 4.6rem;
}

#standard-menu ul {
}

#standard-menu ul li {
}

#standard-menu ul li a {
}

#offer-menu {
    margin-top: 1rem;
}

#offer-menu .title {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 2.4rem;
}

#offer-menu ul {
    color: var(--text-secondary);
    font-size: 1.8rem;
    line-height: 4.6rem;
}

#offer-menu ul li {
}

#offer-menu ul li a {
    transition-duration: 0.3s;
}

#offer-menu ul li .ov {
    pointer-events: none;
    position: fixed;
    left: calc(50% + 17.5rem);
    top: 50%;
    height: calc(100% - (10rem * 2));
    width: 77.6rem;
    transform: translateY(-50%);
    transition-duration: 0.3s;
    opacity: 0;
}

#offer-menu ul li .ov img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#offer-menu ul li:hover a,
#offer-menu ul li.current a {
    color: #EB2C44;
}

#offer-menu ul li:hover .ov,
#offer-menu ul li.current .ov {
    opacity: 1;
}

#offer-menu ul li:hover .ov {
    z-index: 20;
}

#why-us-video-section {
    margin-top: 20rem;
    margin-bottom: 30rem;
}

#why-us-video-section.about {
    margin-top: 0;
    margin-bottom: 12rem;
}

#why-us-video-section .inner {
    display: block;
    margin-bottom: 5.7rem;
}

#why-us-video-section .title {
    text-align: center;
    margin-bottom: 1.5rem;
}

#why-us-video-section .featured {
    width: 100%;
    text-align: center;
    margin: 0;
}

#why-us-video-section .video-wrapper {
    margin: 0 auto;
    max-width: 172rem;
}

#why-us-video-section .video-wrapper svg:hover path {
    fill: #e50019;
}

#why-us-video-section .video-wrapper svg path {
    transition-duration: 0.3s;
}

#why-us-video-section .video-wrapper a {
    display: block;
    position: relative;
}

#why-us-video-section .video-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 19.569rem;
    height: 19.569rem;
    display: block;
    z-index: 22;
}

#why-us-video-section .video-wrapper video {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
}

@media screen and (max-width: 1390px) and (min-width: 1300px) {
    :root {
        font-size: 9.5px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 1240px) {
    :root {
        font-size: 9px;
    }
}

@media screen and (max-width: 1239px) and (min-width: 1170px) {
    :root {
        font-size: 8.5px;
    }
}

@media screen and (max-width: 1169px) and (min-width: 1100px) {
    :root {
        font-size: 8px;
    }
}

@media screen and (max-width: 1099px) and (min-width: 1030px) {
    :root {
        font-size: 7.5px;
    }
}

@media screen and (max-width: 1029px) and (min-width: 970px) {
    :root {
        font-size: 7px;
    }
}

@media screen and (max-width: 969px) and (min-width: 910px) {
    :root {
        font-size: 6.5px;
    }
}

@media screen and (max-width: 909px) and (min-width: 840px) {
    :root {
        font-size: 6px;
    }
}

@media screen and (max-width: 839px) and (min-width: 760px) {
    :root {
        font-size: 5.5px;
    }
}

@media screen and (max-width: 759px) and (min-width: 701px) {
    :root {
        font-size: 5px;
    }
}

@media screen and (max-width: 1169px) and (min-width: 701px) {
    .blog-item .desc,
    .footer-column ul,
    .footer-column .address,
    #side-footer .inner,
    .footer-column .mail {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1029px) and (min-width: 701px) {
    .blog-item .desc,
    .footer-column ul,
    .footer-column .address,
    #side-footer .inner,
    .footer-column .mail,
    #main-attributes .attribute .content,
    #featured-product .desc,
    .brand-column .social-media .label,
    .person-contact .contact,
    #contact-form .row.checkbox .cell .wpcf7-list-item label .wpcf7-list-item-label,
    #contact-form .wpcf7-form-control.wpcf7-textarea,
    #contact-form .wpcf7-form-control.wpcf7-text,
    #contact-form .wpcf7-not-valid-tip,
    body {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    #header .menu ul {
        grid-gap: 3.5rem;
    }

    #contact-form .row.checkbox .cell .wpcf7-list-item label input {
        width: 2rem;
        height: 2rem;
    }
}

@media screen and (max-width: 969px) and (min-width: 701px) {
    .blog-item .desc,
    .footer-column ul,
    .footer-column .address,
    #side-footer .inner,
    .footer-column .mail,
    #main-attributes .attribute .content,
    #featured-product .desc,
    .brand-column .social-media .label,
    .person-contact .contact,
    #contact-form .row.checkbox .cell .wpcf7-list-item label .wpcf7-list-item-label,
    #contact-form .wpcf7-form-control.wpcf7-textarea,
    #contact-form .wpcf7-form-control.wpcf7-text,
    #contact-form .wpcf7-not-valid-tip,
    body {
        font-size: 2rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1600px) and (min-width: 701px) {
    #main-social {
        left: auto;
        right: 5.1rem;
    }
}

@media screen and (max-width: 1390px) and (min-width: 701px) {
    #passion .inner {
        padding-left: 5rem !important;
    }
    #passion .inner .content .title {
        font-size: 4.5rem !important;
    }
    .featured-product .content {
        padding: 0 2.5rem !important;
    }
    .featured-product .name {
        font-size: 3rem !important;
    }
    .choose-reasons {
        width: 130rem !important;
        grid-column-gap: 6rem !important;
        grid-auto-rows: 24rem !important;
    }
    .choose-reasons .reason .reason-title {
        font-size: 2.1rem !important;
        line-height: 3rem !important;
    }
}


@media screen and (max-width: 950px) and (min-width: 701px) {
    .featured-products {
        grid-template-columns: 1fr 1fr !important;
    }
    .featured-product .content {
        padding: 0 5.5rem !important;
    }
    .featured-product .name {
        font-size: 4rem !important;
    }
}

.fancybox-slide--video {
    padding: 0 !important;
    z-index: 999999999;
}

.fancybox-slide--video .fancybox-content {
    width: 100% !important;
    height: 100% !important;
}

.fancybox-container:has(.fancybox-slide--video) .fancybox-button--close {
    background: #fff;
}

.fancybox-container:has(.fancybox-slide--video) .fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
}

.fancybox-container:has(.fancybox-slide--video) .fancybox-button--close:hover svg path {
    fill: black;
}

#featured-header.light-title {
}

#featured-header.light-title .title {
    /* font-weight: 300; */
}

#featured-header.light-title .subtitle {
}

#featured-header.light-title .bg {
    height: 120%;
    top: 90%;
}

#cooperation-page.v2 {
}

#cooperation-page.v2 .inner {
}

#cooperation-page.v2 .title {
    max-width: unset;
    margin-bottom: 3rem;
}

#cooperation-page.v2 .desc {
}

#cooperation-page.v2 ~ #machine-banner {
    margin: 0;
}

#passion {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
    background: white;
    padding-bottom: 9.3rem;
}

#passion .inner {
    width: calc(50% + 9.6rem);
    padding: 0;
    padding-top: 12.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 15rem;
    padding-right: 1.5rem;
}

#passion .content {
    max-width: 70rem;
}

#passion .title {
    font-family: var(--font);
    font-size: 5.2rem;
    font-weight: 500;
    color: #D51C22;
    line-height: 6.2rem;
}

#passion .title strong {
    display: block;
    color: #363636;
}

#passion .ov {
    width: calc(50% - 9.6rem);
    position: relative;
    margin-top: -12.2rem;
}

#passion .ov img {
    height: 67rem;
    display: block;
    max-width: 100%;
    width: auto;
    object-position: center;
    object-fit: cover;
    margin-left: auto;
}

#passion .ov:after {
    content: '';
    position: absolute;
    pointer-events: none;
    right: 0;
    width: 22.3rem;
    height: 29.3rem;
    bottom: -9.3rem;
    background: #E50019;
    z-index: -1;
}

#choose-us {
    padding-top: 15.6rem;
    margin-bottom: 19rem;
}

#choose-us .inner {
    display: block;
}

#choose-us .title {
    text-align: center;
    font-weight: 500;
    color: #0A0A0A;
    font-size: 4.2rem;
    line-height: 5.6rem;
    margin-bottom: 5rem;
}

.choose-reasons {
    display: grid;
    width: 113rem;
    margin: 0 auto 8rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 20rem;
    grid-column-gap: 9rem;
    grid-row-gap: 5rem;
}

.choose-reasons .reason {
    background: white;
    box-shadow: 1.2rem 1.2rem 3.5rem rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding-left: 3.7rem;
    padding-right: 5rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.choose-reasons .reason .ov {
    margin-bottom: 2rem;
}

.choose-reasons .reason .ov img {
    display: block;
    max-width: 7rem;
}

.choose-reasons .reason .reason-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #0A0A0A;
}

#choose-us .buttons {
    text-align: center;
}

#choose-us .buttons a {
    margin: 0 auto;
}

#choose-us .buttons a i {
}

#why-us-video-section.cooperation {
    margin-bottom: 8rem;
}

#our-products {
}

#our-products .inner {
    margin-bottom: 6.1rem;
}

#our-products .title {
    font-size: 4.2rem;
    text-align: center;
    line-height: 5.8rem;
    color: #0A0A0A;
    font-weight: 500;
}

.featured-products {
    max-width: 192rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.featured-product {
    aspect-ratio: 1/1;
    position: relative;
}

.featured-product .ov {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.featured-product:hover .ov img {
    transform: scale(1.05);
}

.featured-product .ov a {
    display: block;
}

.featured-product .ov img {
    width: 102%;
    height: 102%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.0);
    position: relative;
    left: -1%;
    top: -1%;
    aspect-ratio: 1/1;
    display: block;
    transition-duration: 0.3s;
}

.featured-product .content {
    position: absolute;
    width: 100%;
    bottom: 7rem;
    padding: 0 5.5rem;
    box-sizing: border-box;
}

.featured-product .row {
}

.featured-product .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-product .name {
    color: white;
    font-weight: normal;
    font-size: 4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.featured-product .name a {
    transition-duration: 0.3s;
}

.featured-product .name:hover a {
    color: var(--accent)
}

.featured-product .buttons {
}

.featured-product .buttons a {
}

.featured-product .buttons a i {
}

.buttons a.button-primary.arrow-only {
    padding: 0;
    width: 4.5rem;
    height: 4.5rem;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
}

.buttons a.button-primary.arrow-only i {
}
