@charset "UTF-8";
@import url("quote.css");
@import url("soft_update.css");
@import url("contact_twin.css");

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */


/* IBM Plex @font-face removed — Inter + Oswald loaded via Google Fonts in header.php */

/***************************************************
 Vicon 2026 — typography (Canva: Inter + Oswald)
****************************************************************************/

:root {
    --font-body: "Inter", sans-serif;
    --font-heading: "Oswald", sans-serif;
    --text-primary: #000000;
    --text-heading: #000000;
    --vicon-red: #d22f4c;
    --vicon-green: #6b8175;
    --vicon-page-gutter: 1.25rem;
}

html {
    font-family: var(--font-body);
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
.page_title,
.page_title span,
.vicon-mega__title,
.vicon-main-nav>.vicon-nav-item>a,
.navbar-nav>li>a,
.vicon-footer__heading,
.small_box_title h2 p {
    font-family: var(--font-heading);
    
}
h2,
h2 p{
    font-size: 43px;
    font-weight: 700;
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
    font-size: 20px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a,
a * {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    /* 2 */
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
    font-size: 11px;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

html {
    box-sizing: border-box;
}


*,
*::after,
*::before {
    box-sizing: inherit;
}

.u-hide {
    display: none;
}

.u-no-bullet {
    list-style-type: none;
}

.u-hide-text {
    font: 0 / 0 a;
    text-shadow: none;
    color: transparent;
}

.clear {
    clear: both;
}

body,
p,
li,
.regular_box_title h2 p,
.small_box_title h2 p,
.description_content,
.description_content p,
.options .description_content p {
    font-family: var(--font-body);
}

html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1.5;
    background-color: #f6f6f6;
    background-color: #ffffff;

    color: #000000;
}

header {
    border-bottom: 0;
    position: relative;
    z-index: 123455;
}

.vicon-site-header {
    background: #fff;
}

header {
    /* max-width: 1920px; */
    width: 100%;
    margin: 0 auto
}

section {
    width: 100%;

}

section>div {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

section>div.footer_tools {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


.max-width-460 .container {
    width: 100%;
    max-width: 460px;
    padding: 0 20px;
}

.max-width-780 .container {
    width: 100%;
    max-width: 780px;
    padding: 0 20px;
}

.max-width-960 .container {
    width: 100%;
    max-width: 920px;
    padding: 0 20px;
}

.max-width-1260 .container {
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
}

.is-sticky {
    /* keep sticky header visually identical to resting state */
}

.logo {
    min-width: 153px;
    max-width: 153px;
}

.is-sticky .logo {
    min-width: 153px;
    max-width: 153px;
}

.logo a {
    display: block;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.logo a:focus,
.logo a:active,
.logo a:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.logo img {
    width: 100%;
}

.navicont {
    width: calc(100% - 154px);
}

.cell_1_5 {
    min-width: 19.9%;
    max-width: 19.9%;
}

.cell_2_5 {
    min-width: 39.9%;
    max-width: 39.9%;
}

.cell_3_5 {
    min-width: 59.9%;
    max-width: 59.9%;
}

.cell_4_5 {
    min-width: 79.9%;
    max-width: 79.9%;
}

.cell_5_5 {
    min-width: 100%;
    max-width: 100%;
}

.cell_1_4 {
    min-width: 24.9%;
    max-width: 24.9%;
}

.cell_2_4 {
    min-width: 49.9%;
    max-width: 49.9%;
}

.cell_3_4 {
    min-width: 74.9%;
    max-width: 74.9%;
}

.cell_4_4 {
    min-width: 100%;
    max-width: 100%;
}

.cell_1_3,
.cell_1_6 {
    min-width: 33.3%;
    max-width: 33.3%;
}

.cell_2_3 {
    min-width: 66.6%;
    max-width: 66.6%;
}

.cell_3_3 {
    min-width: 100%;
    max-width: 100%;
}

.cell_1_2 {
    min-width: 49.9%;
    max-width: 49.9%;
}

.cell_1_2_1 {
    min-width: 49.9%;
    max-width: 49.9%;
}

.cell_2_2 {
    min-width: 100%;
    max-width: 100%;
}

.cell_1_1 {
    min-width: 100%;
    max-width: 100%;
}

.full-height {
    height: auto;
}
.full-width{
    max-width: 100%;
}
.full-width .flex_container{
    padding: 0;
}
.downloads-hero .flex_container {
    padding: 0;;
}
 
.flex_container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 12px;;
}
.flex_container .flex_container {
    padding: 0;
}

.ai-flex-start {
    align-items: flex-start;
}

.ai-center {
    align-items: center;
}

.ai-flex-end {
    align-items: flex-end;
}

.jc-space-between {
    justify-content: space-between;
}

.jc-flex-start {
    justify-content: flex-start;
}

.jc-flex-center {
    justify-content: start;
}

.jc-flex-end {
    justify-content: flex-end;
}

.jc-flex-center .flex_container {
    justify-content: center;
}

.height_auto {
    height: auto !important
}

.height_100percent {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.button_abs_bottom_zero .btn-custom {
    position: absolute !important;
    bottom: 0;
}

.button_abs_bottom_zero .description_content {
    margin-bottom: 50px;
}

.btn-custom {
    height: auto;
    min-width: 175px;
    border-radius: 10px;
    background-color: var(--vicon-red);
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    border: 0;
    transition: all .3s ease-in-out;
    text-decoration: underline;
}

.btn-custom .custom_link {
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: var(--vicon-red);
    text-decoration: none;
    color: #ffffff;
}

#machine_category_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    position: relative;
    z-index: 123;
    border-bottom: 2px solid #4C6251;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-left: 0;
}

#machine_category_container ul li:nth-child(1),
#machine_category_container ul li:nth-child(8) {
    min-width: 10%;
    max-width: 10%;
}

#machine_category_container ul li {
    flex: 1;
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;

    min-width: 12%;
    max-width: 12%;
}


#machine_category_container ul li.active:after {
    background: url(../images/tabs_selected.png) no-repeat bottom center;
    content: '';
    position: absolute;
    bottom: -32px;
    z-index: 1234;
    width: 100%;
    height: 23px;
    left: 0;
}

.container_machine_div {
    position: relative;
    z-index: 12;
    /* background: url(../images/machines_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;*/
    padding-top: 20px;
    border-bottom: 2px solid #4C6251;
    background-color: #fff;

}

.container_machine_div .container {
    width: 80%;
}

.container_machine_div .items {
    background-color: #fff;
}

.container_machine_div .description_content_full p {
    color: #000000;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    padding: 7px 7px 0px 22px;
    max-width: 830px;


}

.container_machine_div .description_content_full {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 20px 0 40px 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    display: none;
}



#b10 .description_content_full {
    text-align: center;
}

.container_machine_div img {
    width: 100%;
}

.menu_name {
    display: none;
}

::placeholder {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

#search_header {
    padding: 4px;
    line-height: 1.3;
    font-size: 18px;
    outline: none;
}

#submit_btn {
    position: relative;
    width: 29px;
    height: 23px;
    padding: 0px 5px 0px 5px;
    margin-right: 10px;
    text-indent: -3000px;
    border: 0;
    background: url(../images/icon-search.png) no-repeat top center;
    display: inline-block;
    background-size: contain;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

#submit_btn:focus,
#submit_btn:active,
#submit_btn:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}


.navbar-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 9px 11px;
    background: transparent;
    border: 1.5px solid #bbb;
    border-radius: 5px;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 2px;
    background: #1a2a4a;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s;
}

.navbar-toggle.is-active .icon-bar:nth-child(2) {
    transform: translate(0px, 7px) rotate(45deg);
}

.navbar-toggle.is-active .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle.is-active .icon-bar:nth-child(4) {
    transform: translate(0px, -7px) rotate(-45deg);
}

.navbar-nav>li>a {
    color: var(--text-primary);
    font-size: 20px;
    font-weight: 400;
    padding: 10px 10px;
    display: block;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.navbar-nav>li>a.active,
.nav>li>a:focus,
.nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus-visible {
    /* border-bottom: 1px solid #000000;
    margin-bottom: -1px;*/
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: .3rem;
    transition: text-decoration 0.1s ease;
    position: relative;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.navbar-nav>li>a.active:after {
    display: none;
}

.vicon-main-nav .navbar-nav>li>a.active:after {
    display: none;
}

.languages_cont {
    position: absolute;
    right: 15px;
}

.languages_cont a {
    color: #007EC1;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 4px;
}

.languages_cont a.selected {
    background: #424242;
    color: #fff;
    padding: 0 5px;
}

.show_description__title {
    display: none;
}

h1.page_title {
    color: #000000;
    font-family: var(--font-body);
    font-size: 35px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0px 0 20px 0;
    width: 100%;
    text-align: center;
}

.breadcrumb-nav {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    /* padding: 1rem var(--vicon-page-gutter) 1.125rem; */
    padding: 1rem 0 1.125rem;
    background: transparent;
    border-bottom: 0;
    box-sizing: border-box;
}

.breadcrumb-nav .breadcrumb {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 400;
    
    color: var(--vicon-red);
    line-height: 1.4;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    background-color: transparent;
    border-radius: 0;
    list-style: none;
    /* padding-left: 30px; */
}

.breadcrumb-nav .breadcrumb a {
    color: var(--vicon-red);
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.breadcrumb-nav .breadcrumb a:focus,
.breadcrumb-nav .breadcrumb a:active,
.breadcrumb-nav .breadcrumb a:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.breadcrumb-nav .breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-nav .breadcrumb .breadcrumb-current {
    color: var(--vicon-red);
    text-decoration: underline;
    text-underline-offset: .2rem;
}

.breadcrumb-nav .breadcrumb .breadcrumb-sep {
    margin: 0 2px;
    color: var(--vicon-red);
}

.regular_box_title h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 24.3rempx;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0;
}

.small_box_title h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 15px;
    margin-bottom: 0;
}

.small_box_title h3 {
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 15px;
    margin-top: 0;
}

.regular_box_content .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
}

.regular_box_content .description_content ul li {
    color: #000000;
    font-family: var(--font-body);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 400;
}

.smaller_text .regular_box_content .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.small_box_title .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    padding: 0 15px;
}

.small_box_title .description_content p a {
    color: #007EC1;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
}

.featured_prod_machines {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
}

.goto_products,
.goto_products a {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
}

.featured_prod_machines,
.goto_products {
    padding: 0 40px 30px 40px;
    font-weight: 400;
}

.options .img_cont {
    background: #000000;
    padding: 30px 0;
}

.options .img_cont img {
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto;
    object-fit: contain;
    aspect-ratio: 3 / 2;;
}

.options .cell_1_3 {
    min-width: 31%;
    max-width: 31%;
    margin: 0 1%;
    
}
.options .cell_1_3 .full-height{
    text-align: center;
    position: relative;
    padding-bottom: 74px;;
    height: 100%;
    border: 3px solid #cdcdcd;
}


.options .cell_1_4 {
    min-width: 23%;
    max-width: 23%;
    margin: 10px 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.options .cell_1_2 {
    min-width: 48%;
    max-width: 48%;
    margin: 0 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.options .cell_2_2 {
    min-width: 98%;
    max-width: 98%;
    margin: 0 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.options.options_sec .cell_1_2 {
    min-width: 48%;
    max-width: 48%;
}

.options.two_boxes .cell_1_2 {
    min-width: 48%;
    max-width: 48%;
    padding-bottom: 12px;
}

.options.two_boxes .cell_2_2 {
    min-width: 98%;
    max-width: 98%;
    padding-bottom: 12px;
}

.options h2{
    position: relative;

}

.options h2 p {
    color: #000000;
    font-family: var(--font-heading);
    font-size: 47px;
    line-height: 1.5;
}
.large-70-heading h2 p{
    font-size: 70px !important;
    color: var(--vicon-red);   
}
.options h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 35%;
    max-width: 250px;
    height: 3px;
    background: #d62b47;
    transform: translateX(-50%);
}
.options.two_boxes h2 p {
    margin-top: 10px;
    /*font-size: 22px !important;*/
}

.options .description_content p,
.options2 .description_content p,
.options2 .description_content li {
    color: #000000;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    padding: 0 12px;
}

.options2 .description_content li strong,
.options2 .description_content strong {
    font-weight: 700;
}

.options h2,
.options .description_content,
.options2 h2,
.options2 .description_conten {
    padding: 0 0px;
    font-size: 25px;
    font-family: var(--font-body);
    font-weight: 400;
}

#services .options h2,
#services .options .description_content {
    padding: 0 18px;
}
.options .btn-custom {
    padding-right: 32px;
    padding-left: 32px;
    position: absolute;
    bottom: 27px;;
    left: 50%;
    transform: translateX(-50%);
}


/* .options .btn-custom {
    background: transparent;
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-right: 50px;
    margin-left: 0px;
    width: auto;
    height: auto;
}

.options .btn-custom:after {
    content: '';
    background: url(../images/icon-arrow-right-blue.png) no-repeat right center;
    width: 36px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .3s ease-in-out;
} */

/* .options .btn-custom:hover::after {
    right: -10px;
} */

.options_helix .flex_container {
    justify-content: center;
}

.news_container img {
    margin: 0 auto;
}

.newsletter_main_container {
    padding: 30px 0 30px 0;
    margin: 40px 0 0px 0;
}




.newsletter_form h2 {
    color: #000000;
    font-family: var(--font-body);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
}

.newsletter_small_info {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 40px;
}

.newsletter_small_info a {
    color: #000000;
    font-weight: bold;
}

.newsletter_form input[type=text] {
    height: 50px;
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 10px;
    width: calc(100% - 175px);
    float: left;
    border: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

::placeholder {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

#sendnewsletter,
#sendnewsletter2 {
    height: 40px;
    width: 175px;
    border-radius: 5px;
    background-color: #000000;
    background-color: #383838;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    float: left;
    border: 0;
    margin-left: 0px;
    transition: all .3s ease-in-out;
}

#sendnewsletter:hover,
#sendnewsletter2:hover {
    background-color: #000000;
}

.social_wall .cell_1_4 {
    min-width: 22.9%;
    max-width: 22.9%;
    margin: 0 1%;
    border: 1px solid #dedede;
}

.vr-field {
    width: 100%;
}

.vr-field label {
    width: 100%;
}

form.vr-signup-form div.vr-field input[type=text],
form.vr-signup-form div.vr-field input[type=email],
form.vr-signup-form div.vr-field select {
    border: 0 !important;
    width: calc(100% - 23px);
    height: 31px;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}


.social_wall {
    margin-bottom: 40px;
}

.spacer-bott-20 {
    margin-bottom: 20px;
}

.spacer-bott-40 {
    margin-bottom: 40px;
}

.spacer-bott-80 {
    margin-bottom: 80px;
}

.spacer_top_80 {
    margin-top: 80px;
}

.spacer_bott_90,
.spacer-bott-90 {
    margin-bottom: 90px;
}

.spacer-bott-30 {
    margin-bottom: 30px;
}

.spacer-top-30 {
    margin-top: 30px;
}

.spacer-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.spacer-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.spacer-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.spacer-tb-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.inner-spacer-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-spacer-bott-80 {
    padding-bottom: 80px !important;
}

.inner-spacer-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Homepage — Why Vicon (from Canva home PDF) */
.why-vicon .regular_box_content h2 {
    margin: 0 0 2rem;
}

.why-vicon .regular_box_content h2 p,
.engineered-performance .regular_box_content h2 p {
    color: var(--vicon-red);
    font-family: var(--font-heading);
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: none;
    display: inline-block;
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
}

.product-page .engineered-performance .regular_box_content h2 p{
    background: #F6F6F6;
}

.cms_value_boxes.engineered_boxes .full-height{

}
.why-vicon .regular_box_content h2 p::before {
    background: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 500%;
    position: absolute;
    left: 0;
    transform: translateX(-59%);
    top: 50%;
}

.why-vicon .regular_box_content h2 p::after {
    background: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 500%;
    position: absolute;
    right: 0;
    transform: translateX(59%);
    top: 50%;
}

.why-vicon .description_content {
    margin: 0 auto;
}

.why-vicon .description_content p {
    color: var(--text-primary);
    font-size: 1.8rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;
}

.why-vicon .description_content p:last-child {
    margin-bottom: 0;
}

.engineered-performance .regular_box_content h2 p::before {
    background: #000000;
    /* content: ""; */
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateX(-79%);
    top: 50%;
}

.engineered-performance .regular_box_content h2 p::after {
    background: #000000;
    /* content: ""; */
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: 0;
    transform: translateX(79%);
    top: 50%;
}

.engineered-performance.engineered_hp .regular_box_content h2::before {
    transform: translateX(-73%);
}

.engineered-performance.engineered_hp .regular_box_content h2::after {
    transform: translateX(73%);
}

.engineered_boxes .cell_1_4,
.engineered_boxes .cell_1_2 {
    padding: 20px 20px 20px 0;
    margin-right: 20px;
    position: relative;
    min-width: calc(24.9% - 20px);
    max-width: calc(24.9% - 20px);
}

.engineered_boxes .cell_1_4 {
    min-width: calc(24.9% - 20px);
    max-width: calc(24.9% - 20px);
}

.engineered_boxes .cell_1_2:nth-child(1) {
    min-width: 49.9%;
    max-width: 49.9%;
    margin-right: 0;
}

.engineered_boxes .cell_1_2:nth-child(2) {
    min-width: calc(49.9% - 20px);
    max-width: calc(49.9% - 20px);
    margin-left: 20px;
    margin-right: 0;

}


.engineered_boxes .cell_1_4:after,
.engineered_boxes .cell_1_2:after {
    content: '';
    border-right: 2px solid #cdcdcd;
    position: absolute;
    top: 50%;
    right: 0;
    height: 80%;
    transform: translateY(-50%);
}

h2.red_title,
.red_title h2 {
    color: #d22f4c;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}

.related_machinary {
    padding-top: 20px;
    background: #f6f6f6
}

.engineered_boxes .cell_1_4:last-child:after,
.engineered_boxes .cell_1_2:last-child:after {
    border-right: 0px solid #cdcdcd;

}

.engineered_boxes .flex_container {
    align-items: center;
}

.engineered_boxes .full-height {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.engineered_boxes .img_cont {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.engineered_boxes .description_content {
    width: calc(100% - 80px - 20px);
    min-width: calc(100% - 80px - 20px);
    max-width: calc(100% - 80px - 20px);
}

.engineered_boxes h2 {
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
}

.engineered_boxes p {
    font-size: 2rem;
    font-weight: 400;
}
.vicon_value_intro{
    padding: 40px 0;
}
.vicon_value_intro h2 p{
    font-size: 45px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: none;
}
.engineered_boxes.cms_value_boxes h2 p{
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
   
}
.engineered_boxes.cms_value_boxes h2{
    width: calc(100% - 100px);
}
.engineered_boxes.cms_value_boxes .description_content{
    width: calc(100% - 100px);
}
.engineered_boxes.only_half .cell_2_4 .img_cont{
    width: 100%!important;
    max-width: 700px !important;
    min-width: 700px !important;
    margin: 0 auto;
}
.engineered_boxes.only_half{
    margin-top: 20px;
    margin-bottom: 20px;
}
.engineered_boxes.only_half .cell_2_4 .img_cont img{
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 10px;;
    aspect-ratio: 875 / 350;
    object-fit: cover;

}
.engineered_boxes.only_half .flex_container{
    position: relative;
    align-items: center;
}
.engineered_boxes.only_half .flex_container:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 20px);
    height: 2px;
    background: #cdcdcd;
    z-index: 1;
}
.engineered_boxes.only_half .flex_container:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(50% - 20px);
    height: 2px;
    background: #cdcdcd;
    z-index: 1;
}



.engineered_col_boxes .flex_container {
    align-items: flex-start;
}

.engineered_col_boxes .full-height {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.engineered_col_boxes .description_content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.engineered_col_boxes h2 {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

.engineered_col_boxes .img_cont {
    margin: 0 auto;
}









.max-width-1920 .container {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.max-width-1400 .container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.spacer_bott_40 {
    margin-bottom: 40px;
}

.contact_info_footer {
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    padding: 30px 0;
}

.contact_info_footer h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.contact_info_footer .description_content p,
.contact_info_footer .description_content p a {
    color: #000000;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.contact_info_footer .img_cont {
    max-width: 90%;
}

#footer {
    padding: 30px 0;
}


.helpline-info h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.helpline-info .description_content p,
.helpline-info .description_content p a {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.helpline-info .img_cont {
    max-width: 50%;
}

.social_icons {
    text-align: right;
    flex: 1;
}

.social_icons img {
    max-width: 40px;
    margin-right: 10px;
}

.copyright {
    text-align: center;
    flex: 1;
}

.copyright p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
}

.legal_compliance {
    background: #fbf1d9;
    padding: 5px 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

.legal_compliance p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.legal_compliance p a {
    color: #007EC1;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.caption {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.caption .itemtitle {
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 105px;
    line-height: 1.5;
    font-weight: 600;
}

.caption .itemtext {
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 50px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
}

a .caption .itemtext {
    padding-bottom: 100px;

}

a .caption .itemtext:after {
    background: url(../images/icon-arrow-right-white.png) no-repeat right center;
    content: '';
    position: absolute;
    width: 200px;
    height: 45px;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

a .caption .itemtext:hover::after {
    width: 225px;
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 45%;
    transform: translateY(0%);
}

.owl-dot {
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #4C6251;
}

.lead_text .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

/*************************************
categories & items
**************************************/

.content_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -8px;
}

.items {
    flex: 1;
    min-width: 21%;
    max-width: 21%;
    margin: 0px .5% 30px .5%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.items:nth-child(1) {
    flex: 2;
    min-width: 33%;
    max-width: 33%;
    margin: 0px .5% 30px .5%;
}

.container_machine_div .items {
    flex: 1;
    min-width: 21%;
    max-width: 21%;
    margin: 0px .5% 30px .5%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 10px 7px;
}

.container_machine_div .items:nth-child(1) {
    flex: 2;
    /*min-width: 33%;
    max-width: 33%;*/
    margin: 0px .5% 30px .5%;
}

.items .small_box_title h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 15px;
}

.items .small_box_title h2 p a {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.items .button_abs_bottom_zero .description_content {
    margin-bottom: 60px;
}

.items .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 15px;
}

.items .description_content p a {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    display: none;
}

.items .small_box_title h2 p a,
.items .description_content p a {
    text-decoration: none;
}


.image_container {
    position: relative;
    z-index: 12;
    background: url(../images/machines_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.image_container img {
    max-width: 100%;
    width: 100%;
    margin: 0% auto 0% auto;
}

#machine_category_container .image_container img {
    max-width: 100%;
    width: 100%;
    margin: 0% auto 0% auto;
    height: 200px;
    object-fit: contain;
}

/*.image_container img {
    max-width: 75%;
    width: 100%;
    margin: 16% auto 8% 0;
}*/

.product_link {
    text-indent: -3000px;
    position: absolute;
    bottom: 40px;
    left: 20px;
    display: inline-block;
    width: auto;
    text-align: left;
}

.product_link:after {
    content: '';
    background: url(../images/blue-arrow-right.png) no-repeat right center;
    width: 66px;
    height: 26px;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all .3s ease-in-out;
}

.product_link:hover::after {
    width: 96px;
}

.one_product_description {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.one_product_description .image_container img {
    max-width: 44%;
    width: 100%;
    margin: 0 0 0 0;
}

.one_product_description h1.page_title {
    color: #000000;
    font-family: var(--font-body);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0px 0 20px 0;
    width: 100%;
    text-align: center;
}

.one_product_description .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
}

.video_title {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.video_iframe {
    width: 100%;
    max-width: 700px;
}

.video_iframe iframe,
.video_iframe video {
    width: 100%;
    height: 337px;
    object-fit: cover;
}

.icon_pdf {
    background: #fbf1d9;
    text-align: center;
    padding: 30px 0;
}

.icon_pdf img {
    max-width: 50%;
}

.file_name {
    padding-left: 12%;
}

.file_name a {
    text-decoration: none;
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.file_name span {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.icon_pdf {
    flex: 1;
}

.file_name {
    flex: 2;
}

.dowload_icon_cont {
    flex: 0.5;
    height: 68px;
    position: relative;
    position: relative;
    min-width: 68px;
    max-width: 68px;
}

.dowload_icon {
    text-indent: -3000px;
    position: relative;
    left: 00px;
    display: inline-block;
    width: auto;
    text-align: left;
}

.dowload_icon:before {
    content: '';
    background: url(../images/icon-download-arrow.png) no-repeat center center;
    width: 68px;
    height: 68px;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all .3s ease-in-out;
    background-size: 75%;
}

.dowload_icon:after {
    content: '';
    background: url(../images/icon-download-bottom.png) no-repeat bottom center;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all .3s ease-in-out;
    background-size: 75%;
}

.dowload_icon:hover::before {
    top: 6px;
}

.technical_data {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0 auto;
}

.technical_data .file_name {
    flex: 1;
}

.unique_fetures_title {
    padding: 10px 15px 15px 15px;
    margin: 0 auto;
}

.unique_features_container h2 {
    padding: 35px 0px 19px 0px;
    margin: 0 auto;
}


.unique_features_container {
    width: 100%;
}

.unique_features_container table,
.description_content table {
    width: 100%;
}

.unique_features_container tr:nth-child(odd) {
    background: #fbf1d9;
}

.unique_features_container .no_odd tr:nth-child(odd) {
    background: #fff;
}
.unique_features_container h3, 
.unique_features_container h3 p{
    color: var(--vicon-red)!important;
}








.unique_features_container tr td,
.description_content tr td {
    /*padding: 30px 15% 30px 25%;*/
    padding: 20px 20px;
    max-width: 780px;
    margin: 0 auto;

    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

.unique_features_container tr td p,
.description_content tr td p {
    /*padding: 30px 15% 30px 25%;*/
    font-size: 14px;
}

.unique_features_container tr td:nth-child(1),
.description_content tr td:nth-child(1) {

    padding: 10px 20px;

}

.description_content p.lead {
    color: #000000;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.timeline .flex_container {
    flex-wrap: initial;
    /*align-items: flex-end;*/
    overflow-x: hidden;
    padding: 0 0 35px 0;
    flex-direction: column-reverse;
    max-width: 780px;
    margin: 0 auto;
}

.timeline-controls {
    display: none;
}


.timeline .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    /* padding: 15px 0 0 0; */
    padding-left: 20px;
}

.timeline .cell_2_5 {
    margin: 0 0.5%;
    /*    min-width: 24%;
    max-width: 24%;*/
    min-width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.timeline .cell_2_5 .full-height {
    display: flex;
    /*flex-direction: column-reverse;*/
    flex-direction: column;
    /*min-height: 730px;*/
    height: 100%;
}

.timeline .cell_2_5 h2 {
    color: #000000;
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
    /*padding-left: 30px;*/
    min-height: 55px;
    margin-bottom: 0;
    margin-top: 0;
}

.timeline h2.timeline_year {
    color: #4C6251 !important;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    margin-top: 0;

    /*font-size: 110px;*/
    /*line-height: 80px;*/
}

.timeline .img_cont {
    /*align-self: flex-start;
    justify-self: flex-start;*/
    /*flex: 1;*/
    display: flex;
}

.timeline .img_cont img {
    /*max-height: 600px;*/
    /*width: 80%;*/
    width: 100%;
    /*margin: 0 auto;*/
    padding: 0px 0;
    border: 1px solid #e6e6e6;
    max-width: 260px;
}

.timeline .description_content {
    flex: 1;

}

.downloads_category {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.group_files {
    display: flex;

    justify-content: center;
    border-top: 2px solid #000000;
    padding: 15px 0;
}

.group_files:nth-child(1) {
    border-top: 0;
}

.group_files:last-child {
    border-bottom: 2px solid #000000;
    ;
}

.downloads_category {
    flex: 1;
    min-width: 150px;
    max-width: 150px;
}

.group_files .flex_container {
    flex: 1;
    min-width: calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.group_files .item {
    min-width: 14%;
    max-width: 14%;
    margin: 0 1% 20px 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.group_files_single .item {
    min-width: 20%;
    max-width: 20%;
    margin: 0 1% 20px 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.group_files .img_cont,
.group_files_single .img_cont {
    background: #fbf1d9;
    padding: 10px 0;
}


.group_files .img_cont img,
.group_files_single .img_cont img {
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
}

.group_files_single .full-height p {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

.group_files h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    word-break: break-word;

}

.group_files h3 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
}

.group_files h2,
.group_files h3 {
    margin: 10px 0;
}

.blue_contact_info .cell_1_3 {
    background: #fbf1d9;
    min-width: 30.9%;
    max-width: 30.9%;
    margin: 0 1%;
    margin-bottom: 20px;
    padding: 30px 30px 30px 100px;
}

.blue_contact_info .cell_1_2 {
    background: #fbf1d9;
    min-width: 40.9%;
    max-width: 40.9%;
    margin: 0 1%;
    margin-bottom: 20px;
    padding: 30px 30px 30px 100px;
}

.blue_contact_info .cell_1_3:empty {
    background: transparent;
}

.blue_contact_info h2 {
    position: relative;
    margin-bottom: 62px;
}

.blue_contact_info .cell_1_2 h2 {
    position: relative;
    margin-bottom: 5px;
}

.blue_contact_info .cell_1_2 h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
}

.blue_contact_info .cell_1_2 h3 {
    position: relative;
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: 0;
}

.blue_contact_info .cell_1_2 h3 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.blue_contact_info h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
}

.blue_contact_info h2:before {
    content: '';
    background: url(../images/icon-pin.png) no-repeat top center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 45px;
    height: 65px;
    position: absolute;
    left: -75px;
    top: 0;
}

.blue_contact_info .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
}

.blue_contact_info .description_content p strong {
    font-weight: 600;
}

#contact .blue_contact_info .flex_container {
    justify-content: center;
}

.img-responsive {
    margin: 0 auto;
    width: 100%;
}

#care .img-responsive {
    max-width: 380px;
}

#facebook_posts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#facebook_posts li {
    min-width: 23%;
    max-width: 23%;
    margin: 0 1% 20px 1%;
    border: 1px solid #cdcdcd;

}

#facebook_posts li .description_container_social {
    color: #000000;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    overflow-wrap: break-word;
    display: inline-block;
    word-break: break-all;
    padding: 10px;
}

#facebook_posts li .link_container_social {
    color: #007EC1;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    overflow-wrap: break-word;
    display: inline-block;
    word-break: break-all;
    padding: 10px;
}

.image_container_social {
    padding: 0px;
}

.image_container_social img {
    width: 100%;
    margin-bottom: 10px;
}

.icon_container_social {
    padding: 0px 10px 10px 10px;
    border-top: 1px solid #cdcdcd;
}

.icon_container_social img {
    width: 30px;
    margin-top: 10px;
}


.form_heading {
    text-align: center;
    margin: 30px 0;
}

.form-control {
    border: 1px solid #000000;
    margin-bottom: 5px;
    height: 40px;
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

label.accept_terms,
.form-control::placeholder {
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    opacity: 1;
}

select.form-control {
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    height: 40px;
}

.cell_1_2:nth-child(1) .form-control {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cell_1_2:nth-child(2) .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.senden_button {
    text-align: center;
}

.senden_button .btn-custom {
    height: 50px;
    line-height: 40px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}
.senden_button .btn-custom img{
    margin-right: 10px;;
}
.main_contact_form{
    margin-bottom: 60px;
}
.map_region .cell_1_2 {
    padding: 0 15px;
}

.map_region h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
}

.map_region .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.map_region .description_content p.small {
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}

.project_region .cell_1_2 {
    padding: 0 15px;
}

.project_region .cell_1_2:nth-child(1) {
    min-width: 29.9%;
    max-width: 29.9%;
}

.project_region .cell_1_2:nth-child(2) {
    min-width: 69.9%;
    max-width: 69.9%;
}

.content_two .cell_1_2 {
    padding: 0 15px;
}



.project_region h2 p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
}

.project_region .description_content p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.project_region .description_content p.small {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
}

#formsearch {
    width: 100%;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 40px;
    margin-top: 40px;
}

#formsearch ::placeholder {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

#formsearch #search_header {
    border: 0;
    width: 100%;
    height: 70px;
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.results_number {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding-left: 60px;
    margin-bottom: 60px;
}

.search_container ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.search_container ul li {

    position: relative;

}

.search_container ul li a:hover {
    background: #fbf1d9;
}

.search_container ul li a:hover::after {
    content: '';
    background: url(../images/icon-next.png) no-repeat right center;
    position: absolute;
    top: 0;
    right: 30px;
    width: 40px;
    height: 100%;
    background-size: contain;
}

.search_container ul li a {
    padding: 15px 90px 15px 60px;
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    display: block;
}

.search_container ul li a .like_link {
    color: #369acf;
}



/************************************************
pop up pure css 
*****************************************************/
.overlay {
    visibility: hidden;
    opacity: 0;

    position: absolute;
    z-index: 12345621212121;
    top: 0;
    left: 0;
    right: 0;

    min-height: 100%;
    padding-bottom: 20px;
    transition: opacity 500ms;
    background: #fff;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.41);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 0px auto;
    padding: 00px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
    z-index: 123456;
    /* transition: all .5s ease-in-out; */

}

.popup .container {
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.5;
    font-family: var(--font-body);
}

.search_container ul li a p {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.popup .close {
    position: absolute;
    top: 12px;
    right: 15px;
    /* transition: all 200ms; */
    text-decoration: none;
    color: #000;
    opacity: 1;

    color: #000000;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding-left: 35px;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.popup .close:focus,
.popup .close:active,
.popup .close:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.popup .close:before {
    content: '';
    background: url(../images/icon-close.png) no-repeat center center;
    width: 20px;
    height: 20px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0px;
}

/*.popup .close:hover,
.popup .close:hover::before {
  color: #d22f4c;
}*/
.popup .content {
    max-height: 30%;
    overflow: auto;
}

.footer_menu {
    padding: 0;
}


@media screen and (max-width: 700px) {
    .box {
        width: 100%;
    }

    .popup {
        width: 100%;
    }

    .timeline .description_content p {
        padding: 15px 0 0 0 !important;
    }

    .timeline .img_cont {
        display: block;
    }

    .project_region .cell_1_2:nth-child(1) {
        min-width: 100%;
        max-width: 100%;
    }

    .project_region .cell_1_2:nth-child(2) {
        min-width: 100%;
        max-width: 100%;
    }

    .footer_global {
        padding: 0 15px;
    }

    .footer_menu {
        padding: 0 15px;
    }
}

/**********************************/

.ta-left {
    text-align: left !important;
}

.ta-center {
    text-align: center !important;
}

.ta-right {
    text-align: right !important;
}

.center_image .img_cont {
    text-align: center;
}

.hide-cols .cell_1_3:nth-child(2),
.hide-cols .cell_1_3:nth-child(3) {
    display: none;
}

.fb-post,
.fb-post iframe[style],
.fb-post span {
    width: 100% !important;
}

.gallery .itemVideo .caption {
    z-index: 1234567;
    text-shadow: 0 0 9px #000, 0 0 22px #000;
}

.container_left {
    float: right;
}

.gallery .item {
    position: relative;
}

.gallery video {
    width: 100%;
    /*height: 100%;*/
    /*position: absolute;*/
    /*  top: -56%;
    transform: translateY(28%);*/
    left: 0;
    z-index: 999999;
    background: #000;
}


#helpline .img_cont img {
    width: 50%;

}

.intro_part img {
    margin-bottom: 40px;
}


.mobile_size .cell_1_2 {
    min-width: 50%;
    max-width: 50%;
}

.images_machines a.img_prod {
    height: 201px;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.images_machines .thumb_title {
    color: #000000;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    display: block;
}

.items_gall_bottom .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 45%;
    transform: translateY(0);
}

.btn-back {
    padding: 2px 20px 2px 45px;
    height: 40px;
    line-height: 35px;
    width: auto;
    text-align: right;
    margin: 20px 0 20px 10px;
    position: relative;
}

.btn-back:before {
    content: '';
    background: url(../images/icon-arrow-left-white.png) no-repeat left center;
    width: 32px;
    height: 32px;
    -webkit-background-size: contain;
    background-size: cover;
    left: 10px;
    top: 4px;
    z-index: 123;
    position: absolute;
    transition: all .3s ease-in-out;
}

.btn-back:hover::before {
    left: 5px;
}

.marketplace_items .cell_1_3 {
    padding: 0 10px;
}

.marketplace_items .cell_1_2 {
    padding: 0 10px;
}

.marketplace_items .small_box_title h2 p {
    padding: 0;
}

.marketplace_items .small_box_title .description_content p {
    padding: 0;
}

.timeline .cell_1_5 {
    min-width: 267px;
    max-width: 267px;
}

.container_timeline .cell_1_5 {
    margin-left: 20px;
    padding-left: 20px;
    /*border-left: 1px solid #424242;*/
}

.container_timeline .cell_1_5:nth-child(1) {
    margin-left: 00px;
    padding-left: 00px;
    border-left: 0;
}

.separator-top {
    border-top: 1px solid #000;
}

.separator-bott {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.container_timeline {
    position: relative;
    flex-wrap: nowrap;
}

.timeline {
    position: relative;
}

.timeline-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.prev {
    position: absolute;
    z-index: 123;
    top: 50%;
    transform: translateY(-50%);
    font-size: 75px;
    filter: drop-shadow(2px 0px 6px rgba(0, 0, 0, 0.6));
    color: #fff;
    font-family: 'Rubik';
    left: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /*.3+9*/
    background: url(../images/prev.png) no-repeat top center;
    text-indent: -3000px;
    height: 61px;
    width: 47px;

}

.next {
    position: absolute;
    z-index: 123;
    top: 50%;
    transform: translateY(-50%);
    font-size: 75px;
    filter: drop-shadow(2px 0px 6px rgba(0, 0, 0, 0.6));
    color: #fff;
    font-family: 'Rubik';
    right: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /*.3+9*/
    background: url(../images/next.png) no-repeat top center;
    text-indent: -3000px;
    height: 61px;
    width: 47px;

}

.container_machine_div video {
    width: 100%;
    margin-bottom: 20px;
}


.screen-reader-error {
    background: #dd131a;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    display: none;
}

.screen-reader-response {
    background: #01cc3f;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    display: none;
}

#gmap_canvas,
#gmap_canvas2 {
    min-height: 350px;
}

.grid-sizer,
.grid-item--width2 {
    border: 0 !important;
}

.grid-sizer,
.grid-item {
    width: 20%;
}

/* 2 columns */
.grid-item--width2 {
    width: 40%;
}

.video_multiple_sources_container {
    width: 75%;
    margin: 0 auto;
    position: relative;
    padding-top: 30%;
    overflow: hidden;
}

.video_multiple_sources_container video {
    position: absolute;
    width: 100%;
    top: -31%;
    transform: translateY(30%);
}

@keyframes slideLegal {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.upgrades_box {
    margin-top: 124px;
}

.upgrades_box h2 {
    text-align: center;
    display: inline;
}

/******************************
sticky header 
NOTE: Sticky is TEMPORARILY DISABLED in template/js/scripts.js
(look for: $(".navigation").sticky). Re-enable there when needed.
The CSS below stays so sticky works again once JS is turned back on.
********************************************/
.sticky-wrapper {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0;
    align-items: center;
    display: flex;
    /* height set by jquery.sticky from nav outerHeight — do not force a fixed height */
    /*border-bottom: 1px solid #eee;*/
}

.navigation {
    padding: 0 var(--vicon-page-gutter);
    flex: 0 0 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.vicon-header-nav {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 28px;
}

.vicon-header-search {
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 24px;
}

.is-sticky .navigation .navbar-default {
    background-color: #fff;
}

.is-sticky .navigation {
    padding: 0 var(--vicon-page-gutter);
    left: 0;
    right: 0;
    width: 100% !important;
    background: #fff;
    border-bottom: 0;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* Full-bleed white bar behind sticky nav (covers gray page sides) */
.is-sticky .navigation::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
    pointer-events: none;
}

.is-sticky .navigation::after {
    content: none;
    display: none;
}

.is-sticky .languages_cont {
    position: absolute;
    right: 15px;
    top: 8px;
}

ul.flex_container {
    list-style: none;
}

.lg-backdrop,
.lg-outer {
    z-index: 123456 !important;
}

.optionen_title.small_box_title {
    padding-bottom: 10px;
    text-decoration: none;
}

.jc-center {
    justify-content: center;
}
.optional_modules_header {
    max-width: 1920px;
    margin: 0 auto;
}
.optional_modules_header h2 p{
    font-size: 45px;
}
.optional_modules_header .description_content p{
    font-size: 30px;
    line-height: 1.25;
}
#b3 .content_items,
#b10 .content_items {
    /*justify-content: flex-start !important;*/
    text-align: center;
}

.optionen .items:nth-child(1) {
    flex: 2;
    /*min-width: 27%;
    max-width: 27%;*/
    margin: 0px .5% 30px .5%;
}

.optionen .items {
    flex: 1;
    min-width: 17%;
    max-width: 17%;
    margin: 0px .5% 30px .5%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.conti_video {
    flex: 1;
    min-width: 48%;
    max-width: 48%;
    margin: 0 1% 20px 1%;
}

.ai-fend {
    align-items: flex-end;
}

#b13 .image_container img {
    max-width: 164px;
}

.shadow_box .description_content {
    padding-bottom: 10px;
    max-width: 560px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin: 20px auto 0px auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.spacer_bott_60 {
    margin-bottom: 60px;
}

.spacer_bott_10 {
    margin-bottom: 10px;
}

#spare_parts .regular_box_title h2 p {
    margin: 10px 0;
}

#spare_parts .small_box_title {
    font-size: 22px;
}

.spiro_packages .img_cont {
    box-shadow: 0 0 6px #cdcdcd;
    padding: 10px;
}

.spiro_packages .small_box_title h2 p {
    font-size: 20px;
}

.spiro_packages .cell_1_3,
.spiro_packages .cell_1_2 {
    padding: 0 20px;
}


.hide_empty_boxes .cell_1_3:nth-child(1),
.hide_empty_boxes .cell_1_3:nth-child(3) {
    box-shadow: none;
}

.uploadfile .form-control {
    border: 0;
    margin-bottom: 30px;
}


.modal-backdrop {
    z-index: 123456;
}

#sparepartsmodal,
.upgrades_box {
    z-index: 1234566;
}

.spiro_packages .cell_1_2 {
    max-width: 32%;
    min-width: 32%;
}


















#b0.container_machine_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.categoryID_container {
    min-width: 14%;
    max-width: 14%;
    padding: 0 0px;
}

.categoryID_container.first_one {
    min-width: 10%;
    max-width: 10%;
}

.categoryID_container .items {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    padding: 1px;
}

.categoryID_container .items:nth-child(1) {
    flex: 2;
    margin: 0px .5% 10px .5%;
}

.categoryID_container .optionen_title.small_box_title {
    padding-bottom: 3px;
    position: absolute;
    z-index: 12;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    /*min-height: 30px;*/
}

.categoryID_container .optionen_title.small_box_title h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.categoryID_container .items .small_box_title h2 p {
    margin-bottom: 0;
    line-height: 14px;
    padding: 0 7px;
}

.categoryID_container .items .small_box_title h2 p a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.donation_foundation {
    background: url(../images/pine-tree-with-christmas-decorations.png) no-repeat top right;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    background-size: contain;
    border-top: 4px solid #e30613;
    border-bottom: 4px solid #e30613;
}

.donation_foundation h2 p {
    margin-top: 20px;
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
    /*color: #fff;*/
}

.donation_foundation .img_cont {
    margin-top: 20px;
}

.donation_foundation .img_cont img {
    max-width: 360px;
    margin: 40px auto;
    filter: drop-shadow(0px 0px 6px white);
}

.donation_foundation .description_content p {
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
    color: #e30613;
    font-family: var(--font-body);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}

.donation_foundation .description_content {
    max-width: 980px;
    padding: 20px 0;
}

.max-width-980 .container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}


.newletter_footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newletter_footer img {
    min-width: 20%;
    max-width: 20%;
    padding-right: 0;
    padding-left: 15px;
}

.newletter_footer span {
    min-width: 66%;
    max-width: 66%;
    padding-left: 10px;
    padding-right: 0;

}

h3.footer_newsletter {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    padding-left: 15px;
}

.footer_newsletter_form {
    min-width: 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 0;
}

.footer_newsletter_form .newsletter_form {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    ;
    display: flex;
}

.footer_newsletter_form #sendnewsletter2 {
    height: 33px !important;
    width: 23px !important;
    min-width: 3px;
    padding: 0;
    ;
    border-radius: 5px;
    background-color: #383838;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    float: left;
    border: 0 !important;
    margin-left: -5px;
    margin-top: -1px;
    transition: all .3s ease-in-out;
}

.footer_newsletter_form input[type=text]#newsletter2 {
    width: calc(100% - 23px);
    height: 31px;
    border-radius: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding-left: 5px;
    padding-right: 5px;
}

.newsletter_preview_img {
    min-width: 200px;
    max-width: 200px;

}

form.vr-signup-form div.vr-field {
    margin-bottom: 0 !important;
}

.newsletter_preview_img img {
    width: 100%;
}

.newsletter_form {
    max-width: calc(100% - 200px);
    min-width: calc(100% - 200px);
    margin: 0 auto;
    padding-left: 20px;
}

.newsletter_form_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsletter_form h2 {
    margin-top: 0;
}

#memberships-charities .img_cont img {
    max-width: 90%;
}


.charities .cell_1_3,
.charities .cell_1_6 {
    padding: 0 20px;
}


.memberships_box .cell_1_2 {
    min-width: 33.3%;
    max-width: 33.3%;
    padding: 0 20px;

}

.memberships_box .flex_container {
    justify-content: center;
}

.backtomainbutton .btn-back {
    min-width: auto;
}

.machines-x2 .cell_1_2 {
    margin: 0 1%;
    min-width: 48%;
    max-width: 48%;
    border: 1px solid #cdcdcd;
    padding: 15px;
}

.latest_news_box {
    /*background: url(../images/latest_news_bg2.jpg) no-repeat center center;*/
    background-size: contain;
    width: 100%;
    padding: 30px 0 70px 0;
}

/*.latest_news_box.options .cell_1_3{
	background: rgba(255,255,255, 1);
	min-width: 25%;
	max-width: 25%;

}
.latest_news_box .flex_container{
	justify-content: space-between;
}

.latest_news_box.options .cell_1_3:nth-child(2)::before{
	content: '...';
	color: #fff;
	font-size: 108px;
	position: absolute;
	top: 50%;
	left: -50%;
}
.latest_news_box.options .cell_1_3:nth-child(2)::after{
	content: '...';
	color: #fff;
	font-size: 108px;
	position: absolute;
	top: 50%;
	right: -50%;
}*/
.latest_news_box .flex_container {
    justify-content: center;
}

.latest_news_box .cell_1_5,
.latest_news_box .cell_3_5 {
    min-width: 24%;
    max-width: 24%;
    margin: 10px 1%;
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 0 12px rgb(255 255 255 / 88%);
    padding: 7px 7px 7px 7px;
    background: transparent;
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
}

.latest_news_box .cell_1_5:hover,
.latest_news_box .cell_3_5:hover {
    -webkit-transform: perspective(1000px) rotateY(15deg);
    transform: perspective(1000px) rotateY(15deg);
}

.latest_news_box .cell_1_5:nth-child(2),
.latest_news_box .cell_1_5:nth-child(4) {
    min-width: 9%;
    max-width: 9%;
    box-shadow: none;
    align-self: center;
    background: transparent;
}

.latest_news_box .cell_1_5 .img_cont,
.latest_news_box .cell_1_5 .img_cont,
.latest_news_box .cell_3_5 .img_cont {
    background: transparent;
}

/****1/3***/

.latest_news_box .cell_1_3 {
    min-width: 38%;
    max-width: 38%;
    margin: 10px 1%;
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 0 12px rgb(255 255 255 / 88%);
    padding: 7px 7px 7px 7px;
    background: transparent;
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
}

.latest_news_box .cell_1_2 {
    min-width: 48%;
    max-width: 48%;
    margin: 10px 1%;
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 0 12px rgb(255 255 255 / 88%);
    padding: 7px 7px 7px 7px;
    background: transparent;
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
}

.latest_news_box .cell_1_3:hover {
    -webkit-transform: perspective(1000px) rotateY(15deg);
    transform: perspective(1000px) rotateY(15deg);
}

.latest_news_box .cell_1_2:hover {
    -webkit-transform: perspective(1000px) rotateY(15deg);
    transform: perspective(1000px) rotateY(15deg);
}

.latest_news_box .cell_1_3:nth-child(2) {
    min-width: 9%;
    max-width: 9%;
    box-shadow: none;
    align-self: center;
    background: transparent;
}

.latest_news_box .cell_1_3 .img_cont,
.latest_news_box .cell_1_2 .img_cont {
    background: transparent;
}

.latest_news_box .cell_1_2:nth-child(2) {
    display: none;
}

/****/
.latest_news_box h2 p,
.latest_news_box h3 p {
    color: #fff;
}

.latest_news_box .description_content p {
    color: #fff;
    font-size: 14px;
}

.latest_news_box.options .btn-custom {
    max-width: 220px;
    margin: 0 auto;
    color: #fff;
}

.latest_news_box.options .btn-custom:after {
    content: '';
    background: url(../images/icon-arrow-right-white2.png) no-repeat right center;
    width: 36px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .3s ease-in-out;
}

.latest_news_box.options .btn-custom:hover::after {
    right: -10px;
}

.latest_news_box.options .img_cont {
    padding: 20px 0;
}

.options.left_spacing h3 p {
    padding-left: 7px;
}

.options.left_spacing .btn-custom {
    text-align: left;
    min-width: auto;
    padding: 6px 50px 6px 4px;
}

.intro_text_new .row {
    margin: 0;
}

.boder-top-gray {
    border-top: 1px solid #cdcdcd;
    padding: 30px 0;
}

.boder-bott-gray {
    border-bottom: 1px solid #cdcdcd;
    padding: 30px 0;
}

.button_abs_bottom_zero.ta-center .btn-custom {
    left: 50%;
    transform: translateX(-50%);
}

.sustain_img .img_cont img {
    max-width: 480px;
    margin: 0 auto;
}

#index .owl-carousel .owl-item img {
    height: auto;
    /* object-fit: none;*/
    object-fit: cover;
}

.owl-carousel .owl-item img {
    height: 201px;
    object-fit: contain;
}

.marketplace_gallery .owl-carousel .owl-item img {
    height: auto !important;
}

.legal_privacy_main p a {
    color: #000000;
    font-weight: 700;
}

#careeropportunities {
    background: #f6f6f6;
}

.explore_oportunities .cell_1_1 {
    padding: 0 15px;
}

.explore_oportunities h2 {
    /* background: #f6f6f6; */
    position: relative;
}

.explore_oportunities h2 p {
    background: #f6f6f6;
    color: #000;
    padding: 0 25px 0 0;
    font-family: 'Oswald', sans-serif;
    font-size: 70px;
    line-height: 1.25;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.explore_oportunities h2::after {
    content: '';
    background: var(--vicon-red);
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


.opportunities_box .row.flex_container {
    justify-content: center;
}

.opportunities_box .cell_1_6 {
    margin-bottom: 00px;
}

.opportunities_box .cell_1_6:empty {
    display: none;
}

.opportunities_box h2 p,
.latest_news_box h3 p {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
    text-align: center;
}

.opportunities_box .img_cont img {
    max-width: 100%;
    max-height: 100px;
    ;
}

.opportunities_box .img_cont {
    max-width: 100px;

}

.opportunities_box .cell_1_6 {
    padding: 10px;
}

.opportunities_box .cell_1_6 .full-height {
    background: #ffffff;
    border: 3px solid #000;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    border-radius: 25px;
    align-items: flex-start;
    padding-bottom: 70px;
    position: relative;
}

.opportunities_box .cell_1_6 h2 {
    order: 1;
    width: 100%;
}

.opportunities_box .cell_1_6 .img_cont {
    order: 2;
}

.opportunities_box .cell_1_6 .description_content {
    order: 3;
    width: calc(100% - 120px);
    padding-left: 20px;
}

.opportunities_box .cell_1_6 .btn-custom {
    order: 4;
}

.ready_to_build_career h2 {
    font-size: 70px;
    ;
}

.ready_to_build_career .process_boxes__title {
    color: #000000;
}

.ready_to_build_career .process_boxes__title::before {
    content: "";
    background: var(--vicon-red) !important;
    position: absolute;
    left: 0;
    transform: translateX(-59%);
    top: 50%;
}

.ready_to_build_career .process_boxes__title::after {
    content: "";
    background: var(--vicon-red) !important;
    position: absolute;
    right: 0;
    transform: translateX(59%);
    top: 50%;
}

.ready_to_build_career .process_step p {
    max-width: 90%;
}

.ready_to_build_career .process_steps {
    margin-top: 50px;
    ;
    padding: 25px;
    background-color: #ffffff;
    border: 3px dashed #a6a6a6;
}





.opportunities_box .btn-custom {
    background: transparent;
    color: var(--vicon-red);
    font-family: "Oswald", sans-serif;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    /* padding-right: 50px; */
    margin-left: 0px;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.opportunities_box .btn-custom {
    max-width: 220px;
    margin: 0 auto;
    padding-left: 0;
}

/* 
.opportunities_box .btn-custom:after {
    content: '';
    background: url(../images/icon-arrow-right-blue.png) no-repeat right center;
    width: 36px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .3s ease-in-out;
} */
/* 
.opportunities_box .btn-custom:hover::after {
    right: -10px;
} */

.category_list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: flex-start;
}

.category_list li {
    font-size: 18px;
    padding: 9px 0;
    margin-right: 10px;
    background: #2f9cd7;
    display: inline-block;
    min-width: 23%;
    max-width: 23%;
    text-align: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.category_list li:hover,
.category_list li.active {
    background: #1d76a7;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.container_multiplejobs {
    background: #f7f7f7;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: flex-start;
}

.multiplejobs {
    border: 1px solid #e2e2e2;
    max-width: 23%;
    flex: 0 1 auto;
    padding: 5px;
    margin: 0 1%;
}

.job_name {
    font-size: 20px;
    color: #1d76a7;
    font-weight: 600;
    padding-bottom: 10px;
}

.job_type {
    font-size: 20px;
    color: #000;
}

.job_location {
    font-size: 20px;
    color: #000;
}

.job_level {
    font-size: 20px;
    color: #000;
}

.JobSmallDescription {
    font-size: 20px;
    color: #757575;
}

.btn-apply_job {
    background: #2f9cd7;
    color: #fff;
}

.btn-apply_job:hover {
    background: #1d76a7;
    /* border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.job_page .row {
    margin-right: -15px;
    margin-left: -15px;
}

.kontact_form {
    margin: 0 auto;
}

.kontact_form label {
    font-family: var(--font-body);
    font-size: 18px;
}

.small_description {
    font-size: 20px;
    color: #757575;
    font-weight: bold;
    line-height: 1.5;
}

.small_description p {
    font-weight: normal;
    max-width: 780px;
    padding-top: 15px;
}

.big_description {
    font-size: 20px;
    color: #000;
}

.job_page {
    padding: 30px 0;
}

.job_page h1 {
    font-size: 3em;
}

.toggle_display h2 p {
    cursor: pointer;
}


/*
.owl-carousel .owl-stage-outer{
    display: flex;
    justify-content: center;
}*/
.owl-carousel .owl-stage-outer>div {
    text-align: center;
    margin: 0 auto;
}

/*******************************cookies**********************/
.overlay2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 123457;
}

.small_legal_privacy {
    margin: 70px auto;
    padding: 20px;
    background: #fbf1d9;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;


    padding: 10px;
    color: #000000;
    font-size: 17px;
    text-align: left;

    padding: 50px;
}

.small_legal_privacy div,
.small_legal_privacy div a {
    color: #000000;
}

.small_legal_privacy .addcookie {
    min-width: 64px;
    margin-top: -3px;
    display: inline-block;
    margin-left: 7px;
}

.settings_legal_privacy .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.settings_legal_privacy .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.settings_legal_privacy .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.settings_legal_privacy .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.settings_legal_privacy input:checked+.slider {
    background-color: #2196F3;
}

.settings_legal_privacy input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.settings_legal_privacy input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.settings_legal_privacy .slider.round {
    border-radius: 34px;
}

.settings_legal_privacy .slider.round:before {
    border-radius: 50%;
}

.settings_legal_privacy {
    display: none;
}

.container_buttons {
    padding-top: 50px;
    text-align-last: justify;
}

.text_label {
    vertical-align: sub;
    margin-left: 30px;
}

.spacer_top_40 {
    margin-top: 40px;
}

.settings_legal_privacy h2 {
    padding-bottom: 40px;
}

@media screen and (max-width: 700px) {
    .small_legal_privacy {
        width: 99%;
        font-size: 14px;
    }

    .spacer_top_40 {
        margin-top: 10px;
    }

    .settings_legal_privacy h2 {
        padding-bottom: 10px;
        font-size: 20px;
    }

    .small_legal_privacy {
        margin: 20px auto;
        padding: 10px;
    }

    .small_legal_privacy .addcookie {
        font-size: 14px;
    }
}

/*******************************cookies**********************/

.new_badge .cell_1_3:nth-child(2) {
    position: relative;

}

.new_badge .cell_1_3:nth-child(2):before {
    content: '';
    background: url(../images/new-addition.svg) no-repeat top center;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 12;
    width: 61px;
    height: 61px;
}


.marketplace_items.new-item .img_cont {
    position: relative;

}

.marketplace_items.new-item .img_cont:before {
    content: '';
    background: url(../images/new-item.svg) no-repeat top center;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 12;
    width: 61px;
    height: 61px;
}

.footer_global {
    padding: 0 15px;
}

.footer_global li a {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    border-bottom: 1px solid #333;

}

.footer_global li {
    list-style: none;
    color: #000000;
}


.footer_menu li a {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.footer_menu li a:active,
.footer_menu li a:hover {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    color: #007EC1;
    text-decoration: none;

}

.footer_menu li {
    list-style: none;
    color: #000000;
    text-decoration: none;

}

.calculatorTable,
.primaryTable {
    margin-bottom: 10px;
    ;
    width: 100%;
    border: 1px solid #000000;

}

.calculatorTable select.form-control,
.primaryTable select.form-control {
    font-size: 16px;
    height: 33px;
    padding-top: 4px;
}

.calculatorTable .form-control,
.primaryTable .form-control {
    font-size: 16px;
    height: 33px;
    padding-top: 4px;
}

.calculatorTable tr th,
.primaryTable tr th {
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 16px;
    padding: 10px 0px 6px 0px;
    text-align: center;
    background: #006600;
}

.calculatorTable tr td,
.primaryTable tr td {
    color: #000000;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 5px;
    font-weight: 600;
}

@media(max-width: 480px) {

    .calculatorTable tr td,
    .primaryTable tr td {
        font-size: 11px;
        ;
    }

    .calculatorTable tr td strong,
    .primaryTable tr td strong {
        font-size: 13px;
        ;
    }

    .calculatorTable select.form-control,
    .primaryTable select.form-control {
        font-size: 13px;
        height: 28px;
    }
}

label {
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    padding: 5px 5px;
}

sup {
    font-size: 25px;
    color: red;
}

.machineProfileTitle {
    color: #000000;
    font-family: var(--font-body);
    font-size: 26px;
    padding: 10px 20px;
    text-align: center;
}

.machineProfile img {
    height: 240px;
    object-fit: contain;
}

.machineProfileFeatures {
    color: #000000;
    font-family: var(--font-body);
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
}

@media(max-width: 767px) {
    .machineProfile.cell_1_3 {
        min-width: 50%;
        max-width: 50%;
    }
}

@media(max-width: 575px) {

    .machineProfile.cell_1_3,
    .contact_info_footer .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
    }

    .contact_info_footer .img_cont {
        width: 100%;
        max-width: 100%;
    }

    .social_icons {
        text-align: center;
        flex: 1;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .social_icons img {
        max-width: 25px;
        margin-right: 10px;

    }
}

#metalUsed {
    list-style: none;
}

.primaryTable label {
    color: #000000;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 5px;
    font-weight: 600;
}

ol li {
    color: #000000;
    font-family: var(--font-body);
    font-size: 27px;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0;



}

ol li p strong {
    color: #000000;
    font-family: var(--font-body);
    font-size: 27px;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0;


}

.form_label {
    position: relative;
    min-height: 88px;
}

.form_text {
    vertical-align: top;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #686ea1;
}

.form_text:after {
    content: "*";
    position: relative;
    top: 0;
    font-size: 13px;
    color: #f00;
}

.form_label input,
.field_multiselect {
    position: relative;
    width: 100%;
    display: block;
    min-height: 40px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px 40px 5px 16px;
    ;
    font-size: 14px;
    color: #000000;

    outline-color: #cdd6f3;
}

.form_label input::placeholder,
.field_multiselect::placeholder {
    color: #a8acc9;
}

.form_label input:hover,
.field_multiselect:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}

.form_label input:focus,
.field_multiselect:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}


.field_multiselect_help {
    position: absolute;
    max-width: 100%;
    background-color: #fff;
    top: -48px;
    left: 0;
    opacity: 0;
}

.form_label input.error {
    border-color: #eb5757;
}

.error_text {
    color: #eb5757;
}

.field_multiselect {
    padding-right: 60px;
}

.field_multiselect:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 15px;
    width: 6px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='6' height='16' viewBox='0 0 6 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 0L6 5H0L3 0Z' fill='%23A8ACC9'/%3E%3Cpath d='M3 16L6 11H0L3 16Z' fill='%23A8ACC9'/%3E%3C/svg%3E") 50% 50% no-repeat;
}


.multiselect_block {
    position: relative;
    width: 100%;
}

.field_select {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;

    border: 2px solid #000000;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-sizing: border-box;
    outline-color: #000000;
    z-index: 6;
}

.field_select[multiple] {
    overflow-y: auto;
}

.field_select option {
    display: block;
    padding: 8px 16px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
}

.field_select option:checked {
    background-color: #eceff3;
}

.field_select option:hover {
    background-color: #d5e8fb;
}


.field_multiselect button {
    position: relative;
    padding: 7px 8px 7px 8px;
    background: #282828;
    color: #ffffff;
    border-radius: 4px;
    margin-right: 9px;
    margin-bottom: 5px;
}

.field_multiselect button :hover,
.field_multiselect button :focus {
    background-color: #282828;
}

.field_multiselect button :after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
}


.multiselect_label {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 100%;
    height: 44px;
    cursor: pointer;

    z-index: 3;
}

.field_select {
    display: none;
}

input.multiselect_checkbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    opacity: 0;
}

.multiselect_checkbox:checked~.field_select {
    display: block;
}

.multiselect_checkbox:checked~.multiselect_label {
    width: 40px;
    left: initial;
    right: 4px;
    background: #ffffff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.multiselect_checkbox:checked~.field_multiselect_help {
    opacity: 1;
}

@media (max-width: 400px) {
    .field_multiselect_help {
        display: none;
    }
}

body.enlarged-mode::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}

.lightbox .img-responsive {
    max-width: 100%;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.lightbox .img-responsive.enlarged {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.05);
    max-width: 90vw !important;
    max-height: 90vh !important;
    z-index: 9999 !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.95);
    border-radius: 8px;
    cursor: zoom-out;
}

/* --- Vicon header / footer (2026 redesign) --- */

#main-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    width: 100%;
}

.vicon-main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vicon-main-nav>.vicon-nav-item {
    position: relative;
    list-style: none;
}

@media (min-width: 992px) {

    .vicon-has-mega::after,
    .vicon-has-sub::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 12px;
        z-index: 1201;
    }

    .vicon-mega-panel--header,
    .vicon-subnav-panel--header {
        margin-top: -12px;
        padding-top: 12px;
    }
}

.vicon-main-nav>.vicon-nav-item>a {
    color: var(--text-primary);
    font-size: 20px;
    font-weight: 400;
    padding: 28px 22px 28px 0;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: .25rem;
    display: block;
    text-transform: none;
}

.vicon-search-btn {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 28px 28px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.vicon-search-btn:focus,
.vicon-search-btn:active,
.vicon-search-btn:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.vicon-main-nav>.vicon-nav-item>a:hover,
.vicon-main-nav>.vicon-nav-item>a:focus,
.vicon-main-nav>.vicon-nav-item>a:active,
.vicon-main-nav>.vicon-nav-item>a:focus-visible {
    color: var(--text-primary);
    text-decoration: underline;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.vicon-main-nav>.vicon-nav-item>a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.vicon-main-nav>.vicon-nav-item>a.active {
    color: var(--vicon-red);
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: .25rem;
    outline: none;
    box-shadow: none;
}

.vicon-main-nav>.vicon-nav-item>a.active:after {
    display: none;
}

.vicon-nav-actions {
    display: none;
}

.vicon-mega-panel,
.vicon-subnav-panel {
    display: none;
    z-index: 1200;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 12px 32px rgba(0, 25, 50, 0.12);
}

.vicon-mega-panel--inline,
.vicon-subnav-panel--inline {
    display: none;
}

.vicon-mega-panel--header,
.vicon-subnav-panel--header {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    transform: none;
    margin: 0;
}

.vicon-mega-panel--header {
    width: min(1260px, calc(100vw - 30px));
    max-width: calc(100vw - 30px);
}

.vicon-mega-panel__inner {
    padding: 28px 24px;
}

.vicon-site-header:has(.vicon-has-mega:hover) .vicon-mega-panel--header,
.vicon-site-header:has(.vicon-has-mega.is-open) .vicon-mega-panel--header,
.vicon-mega-panel--header.is-visible {
    display: block;
}

/* Sub panels: only the active one (.is-visible) — supports multiple CMS parent menus */
.vicon-subnav-panel--header.is-visible {
    display: block;
}

.vicon-site-header {
    position: relative;
    z-index: 1000;
}

@media (min-width: 992px) {

    .vicon-mega-panel--inline,
    .vicon-subnav-panel--inline {
        display: none !important;
    }

    .vicon-nav-search {
        display: none !important;
    }
}

.vicon-subnav {
    position: static;
    min-width: 220px;
    padding: 12px 0;
    list-style: none;
    margin: 0;
}

.vicon-mega__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 28px 24px;
}

.vicon-mega__title {
    display: block;
    color: #000000;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    text-decoration: none;
}

.vicon-mega__title:hover,
.vicon-mega__title:focus {
    text-decoration: underline;
}

.vicon-mega__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vicon-mega__links li {
    margin-bottom: 8px;
}

.vicon-mega__links a {
    color: #000000;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.vicon-mega__links a:hover,
.vicon-mega__links a:focus {
    text-decoration: underline;
}

.vicon-subnav li a {
    display: block;
    padding: 8px 18px;
    color: #000000;
    font-family: var(--font-body);
    font-size: 15px;
    text-decoration: none;
}

.vicon-subnav li a:hover,
.vicon-subnav li a:focus {
    background: #f5f7f9;
}

.vicon-footer {
    margin-top: 0;
    width: 100%;
    border-top: 3px solid #000000;
    background: #fff;
}

.vicon-footer__main {
    padding: 36px 20px 28px;
    background: #fff;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.vicon-footer__grid {
    display: grid;
    grid-template-columns: minmax(160px, 1.15fr) repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: start;
}

.vicon-footer__col {
    border-left: 1px solid #e0e0e0;
    padding: 0 24px;
    min-height: 100%;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.vicon-footer__col p{
    margin-bottom: 0;
    line-height: 1.2;
}
.vicon-footer__col a{
    text-decoration: underline;
}
.vicon-footer__col a:hover{
    text-decoration: none;
    color: #000;
}
.vicon-footer__col p a{
    text-decoration: underline;
    font-weight: 700;
}
.vicon-footer__brand {
    padding-right: 24px;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.vicon-footer__logo img {

    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.vicon-footer__logo {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.vicon-footer__logo:focus,
.vicon-footer__logo:active,
.vicon-footer__logo:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.vicon-footer__tagline {
    margin: 18px 0 0;
    color: #000;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: .15rem;
}

.vicon-footer__heading {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.vicon-footer__heading a{
    color: #000;
}
.vicon-footer__subtitle {
    margin: 0 0 2px;
    color: var(--vicon-red);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.vicon-footer__icon-row {
    margin: 14px 0 12px;
    min-height: 52px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.vicon-footer__icon-row--dual {
    gap: 10px;
}

.vicon-footer__machine-icon {
    max-height: 52px;
    width: auto;
    display: block;
}

.vicon-footer__machine-icon--invert {
    filter: invert(1);
}

.vicon-footer__phone,
.vicon-footer__contact-line {
    margin: 0 0 8px;
    color: #000;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.vicon-footer__contact-line {
    width: 100%;
    text-align: center;
}

.vicon-footer__phone {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vicon-footer__phone-icon {
    flex: 0 0 18px;
    color: #000;
}

.vicon-footer__phone a,
.vicon-footer__contact-line a {
    color: inherit;
    text-decoration: none;
}

.vicon-footer__contact-line strong {
    font-weight: 700;
    display: block;
}

.vicon-footer__contact-line a {
    color: var(--vicon-red);
    text-decoration: underline;
    text-underline-offset: .12rem;
}

.vicon-footer__col--follow {
    padding-left: 8px;
}

.vicon-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 4px 0 16px;
}

.vicon-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.vicon-footer__social-link img {
    width: 53px;
    height: 53px;
    object-fit: contain;
    display: block;
}

.vicon-footer__smacna {
    max-width: 155px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.vicon-footer__privacy {
    background: #000;
    padding: 14px 20px 16px;
    width: 100%;
    box-sizing: border-box;
}

.vicon-footer__privacy p {
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.vicon-footer__privacy a {
    color: #5ca3ff;
    text-decoration: none;
}

.vicon-footer__privacy a:hover,
.vicon-footer__privacy a:focus {
    text-decoration: underline;
}

.legal_compliance {
    display: none;
}

.vicon-footer__icon-row img {
    height: auto;
    max-width: 130px;
}

@media(max-width:1199px) {
    .engineered-performance .regular_box_content h2 p::before {
        transform: translateX(-85%);
    }

    .engineered-performance .regular_box_content h2 p::after {
        transform: translateX(85%);
    }

    .engineered_boxes .flex_container {
        align-items: flex-start;
    }

    .engineered_boxes .full-height {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .engineered_boxes .description_content {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {

    .vicon-mega-panel--header,
    .vicon-subnav-panel--header {
        display: none !important;
    }

    .vicon-has-mega.is-open .vicon-mega-panel--inline {
        display: block;
        position: static;
        width: 100%;
        margin: 0;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .vicon-mega-panel--inline .vicon-mega-panel__inner {
        padding: 12px 0 16px;
    }

    #main-navigation {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .vicon-main-nav {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .vicon-main-nav>.vicon-nav-item>a {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }

    .vicon-mega-panel--inline,
    .vicon-subnav-panel--inline {
        position: static;
        transform: none;
        width: 100%;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .vicon-has-sub.is-open .vicon-subnav-panel--inline {
        display: block;
    }

    .vicon-mega-panel--inline .vicon-mega__grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .vicon-header-nav {
        flex: 0 0 auto;
        margin-left: auto;
        width: calc(100% - 170px);
    }

    .vicon-header-search--desktop {
        display: none !important;
    }

    .vicon-main-nav>.vicon-nav-search>.vicon-search-btn {
        width: 100%;
        height: auto;
        min-height: calc(1.2em + 24px);
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        display: block;
        box-sizing: border-box;
        background-position: left center;
        background-size: 28px 28px;
    }

    .vicon-nav-actions {
        margin: 12px 0 0;
        align-self: flex-start;
    }

    .vicon-footer__col {
        border-left: 0;
        padding: 0;
    }

    .vicon-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }

    .vicon-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .vicon-footer__grid {
        grid-template-columns: 1fr;
    }
}

/* Machinery hub — Canva 3_Machinery Landing Page */

.machinery-page {
    --machinery-bg: #f6f6f6;
    --machinery-card-bg: #141414;
    --machinery-card-border: rgba(255, 255, 255, 0.1);
    --machinery-text: rgba(0, 0, 0, 0.76);
    --machinery-body: #ffffff;
    background: var(--machinery-bg);
    box-sizing: border-box;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

section{
    --machinery-bg: #f6f6f6;
    background: var(--machinery-bg);
    background: #ffffff;
}
.machinery-hub__grid {
    --machinery-bg: #f6f6f6;
    background: var(--machinery-bg);
    /* background: #ffffff; */
}

.engineered-performance.red_title {
    --machinery-bg: #f6f6f6;
    background: var(--machinery-bg);
}

.machinery-hub__page-title {
    margin-bottom: 2rem;
}

.machinery-hub {
    background: transparent;
    padding: clamp(2rem, 4vw, 3rem) 0 0;
}

.machinery-hub__inner {
    margin: 0 auto 0px auto;
    /* max-width: 1400px; */
    padding: 0 clamp(1.25rem, 3vw, 1.5rem);
    padding-bottom: 30px;
    ;
}

.machinery-hub__grid {
    display: grid;
    gap: clamp(1rem, 2vw, 1.75rem);
    /* max-width: calc(100% - 453px);*/
}

.machinery-hub__grid--category {
    /* grid-template-columns: repeat(2, minmax(0, 1fr)); */
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.machinery-hub__grid--item {
    /* grid-template-columns: repeat(3, minmax(0, 1fr)); */
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.group_files,
.machinery-card {
    /* background: var(--machinery-card-bg); */
    /* border: 1px solid var(--machinery-card-border); */
    border: 6px solid #000000;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    /* flex-direction: column; */
    flex-direction: row;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    /* margin-bottom: 2rem; */
    padding: 10px;
    background: #ffffff;
}

.group_files {
    margin-bottom: 1.5rem;
}

.machinery-card:hover {
    /* border-color: rgba(210, 47, 76, 0.45);
    box-shadow: 0 0 0 1px rgba(210, 47, 76, 0.2); */
    transform: none;
}

.machinery-card__link {
    color: #fff;
    display: flex;
    /* flex-direction: column; */
    flex-direction: row;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.machinery-card__link:hover,
.machinery-card__link:focus {
    color: #fff;
    text-decoration: none;
}

.categ_image,
.machinery-card__media {
    aspect-ratio: 16 / 10;
    background: #1a1a1a;
    overflow: hidden;
    /* border: 6px solid #8a8a8a; */
}

.categ_image img,
.machinery-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.machinery-card:hover .machinery-card__media img {
    transform: scale(1.02);
}

.categ_content,
.machinery-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.875rem;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 2.5vw, 2rem);
    background: var(--machinery-body);
    /* border: 6px solid #8a8a8a; */
    border-radius: 10px;
    /* margin-top: 1.5rem; */
}

.categ_name,
.machinery-card__title {
    color: #000000;
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.15;
    margin: 0;
    text-transform: none;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.categ_name:after,
.machinery-card__title:after {
    content: '';
    background-color: #d22f4c;
    width: 100%;
    max-width: 100px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.categ_desc,
.categ_desc p,
.categ_desc span,
.machinery-card__text,
.machinery-card__text p,
.machinery-card__text span {
    color: var(--machinery-text);
    flex: 1;
    font-family: var(--font-body);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
}

.machinery-card__text p+p {
    margin-top: 0.75rem;
}

.categ_button {
    margin: 0 auto;
}

.categ_button a,
.machinery-card__cta {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 600;
    gap: 0.35rem;
    
    margin-top: auto;
    padding: 10px 50px;
    transition: color 0.2s ease, gap 0.2s ease;
    margin: 0 auto;
    background: #d22f4c;
    border-radius: 10px;
    text-decoration: underline;
    text-align: center;
}

.machinery-card__cta-arrow {
    /* display: inline-block; */
    display: none;
    transition: transform 0.2s ease;
    font-size: 4rem;
    height: 50px;
    line-height: 1;
}

.machinery-card__link:hover .machinery-card__cta,
.machinery-card__link:focus .machinery-card__cta {
    color: #ffffff;
    gap: 0.55rem;
    text-decoration: none;
}

.machinery-card__link:hover .machinery-card__cta-arrow,
.machinery-card__link:focus .machinery-card__cta-arrow {
    transform: translateX(3px);
}

.machinery-hub-cta {
    background: #000;
    /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
    color: #fff;
    margin-top: 0;
    padding: clamp(2.75rem, 5vw, 3.75rem) 0 clamp(3.25rem, 6vw, 4.5rem);
}

.machinery-hub-cta__inner {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    text-align: left;
}

.machinery-hub-cta__title {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 600;
    
    line-height: 1.2;
    margin: 0 0 1rem;
    text-transform: none;
}

.machinery-hub-cta__text {
    color: var(--machinery-text);
    font-size: 2.3rem;
    line-height: 1.65;
    margin: 0;
    max-width: 920px;
}

.machinery-hub-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.machinery-hub-cta .flex_container {
    align-items: center;
}

.machinery-hub-cta .btn-custom.machinery-hub-cta__btn {
    font-family: 'Oswald', sans-serif;
    background: var(--vicon-red);
    /* border: 2px solid var(--vicon-red); */
    border: 2px solid #ffffff;
    border-radius: 10px;
    font-size: 2.0rem;
    text-decoration: underline;
    font-weight: 600;
    line-height: 1.4;
    min-width: 13rem;
    padding: 0.75rem 3.25rem;
}

.machinery-hub-cta .btn-custom.machinery-hub-cta__btn.green_btn {
    background: var(--vicon-green);

}

.machinery-hub-cta .btn-custom.machinery-hub-cta__btn:hover {
    text-decoration: none;
}

/* .machinery-hub-cta .btn-custom.machinery-hub-cta__btn:hover,
.machinery-hub-cta .btn-custom.machinery-hub-cta__btn:focus {
    background: #b82842;
    border-color: #b82842;
    color: #fff;
} */

.black_section_bott {
    padding: 30px 0 40px 0;
    max-width: 100%;
}

.black_section_bott .flex_container {
    max-width: 1920px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.black_section_bott h2 p {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 3.5vw, 3.5rem);
    font-weight: 600;
    
    line-height: 1.2;
    margin: 0 0 1rem;
    text-transform: none;
}

.black_section_bott .description_content p {
    color: var(--machinery-text);
    font-size: 2.3rem;
    line-height: 1.65;
    margin: 0;
    max-width: 1920px;
    color: #fff;
    ;
}

.black_section_bott .description_content {
    padding: 0 45px;
}

p {
    font-size: 20px;
    line-height: 1.6;
}

p img {
    width: 100%;
    max-width: 400px;
    margin: 25px auto;
    height: auto;
    display: block;
}

.search_downloads_cont {
    max-width: 85%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
}

#search_downloads {
    width: calc(100% - 280px);
    border-radius: 0;
    line-height: 2;
    font-size: 1.6rem;
    color: #000;
    padding-left: 15px;
    border: 2px solid #000;
}

#search_downloads_button {
    width: 275px;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 600;

    
    padding: 10px 50px;
    transition: color 0.2s ease, gap 0.2s ease;
    margin: 0 auto;
    background: #d22f4c;
    border-radius: 0px;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 0;
}

.downloadable_item {
    border-radius: 10px;
    border: 6px solid #d9d9d9;
    padding: 10px;
    margin-bottom: 20px;
}

.full-height.dld_item {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
}

.full-height.dld_item img.dld_item_image {
    width: 100%;
    max-width: 380px;
    margin-right: 10px;
    aspect-ratio: 16 / 9;
    margin-top: 20px;
}

.item_container_right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.item_cont_info {
    width: calc(100% - 240px);
    padding-right: 30px;
}

.item_cont_links {
    width: 270px;
    margin: 0 auto;
}

.item_cont_links .download_button img,
.item_cont_links .download_button.outlined img {
    width: 30px;
    margin-right: 10px;
}

.item_cont_links .download_button.outlined {
    width: 100%;
    color: #d22f4c;
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 600;

    
    padding: 10px 20px;
    transition: color 0.2s ease, gap 0.2s ease;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 0px;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 0;
    border: 3px solid #d22f4c;
    border-radius: 10px;
    ;
    margin-bottom: 15px;
    ;
    display: flex;
    justify-content: center;
    align-items: center;
}

#downloads .item_cont_links .download_button {

    font-size: 1.8rem;

}

.item_cont_links .download_button.outlined img,
.item_cont_links .download_button img {
    display: inline-block;
    vertical-align: middle;
}

.item_cont_links .download_button {
    width: 100%;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 600;

    
    padding: 10px 20px;
    transition: color 0.2s ease, gap 0.2s ease;
    margin: 0 auto;
    background: #d22f4c;
    border-radius: 0px;
    text-decoration: underline;
    text-align: center;
    display: block;
    margin: 0;
    border-radius: 10px;
    ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont_dld_results {
    max-width: 1920px;
    margin: 0 auto 20px auto;
    padding: 0 15px;
}

#machinery .cell_2_3,
.dld-container-left {
    width: calc(100% - 453px);
    min-width: calc(100% - 453px);
    max-width: calc(100% - 453px);
    padding-right: 40px;
}

#machinery .cell_1_3,
.dld-container-right {
    width: 453px;
    min-width: 453px;
    max-width: 453px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 0 15px 20px 15px;
}

#machinery .engineered_boxes .cell_1_4,
#machinery .engineered_boxes .cell_1_2 {
    padding: 20px 0px 20px 0;
    margin-right: 0;
}

#machinery,
#machinery .cell_2_3,
#machinery .machinery-hub,
#machinery .machinery-hub__grid {
    background: #f6f6f6 !important;
}

.dld-container-right:empty {
    display: none !important;
}

.downloads-hero {
    /* margin: 0 auto 00px auto; */
    max-width: 100%;
    width: 100%;
}

.downloads-hero .box_background {
    min-height: 600px !important;
    background-size: cover !important;
    padding: 30px 10px !important;
    background-position: center right !important;
}

.downloads-hero .container {
    width: 100% !important;
    max-width: 1120px;
    margin-left: 0;
}

#downloads .group_files:nth-child(1) {
    border-top: 6px solid #000000;
    ;
}

#downloads .group_files:last-child {
    border-bottom: 6px solid #000000;
}

.two_cols_custom_container {
    background: #f6f6f6;
}
.two_cols_custom_container .containers{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;

}
.downloads-hero h3,
.downloads-hero h3 p {
    font-size: 4rem;
    font-weight: 700;
    font-style: normal;
    color: rgb(210, 47, 76);
    font-kerning: normal;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

.downloads-hero h3 {
    padding-left: 150px;
    position: relative;
}

.downloads-hero.each_categ_hero h3 {
    padding-left: 0;

}

.downloads-hero.each_categ_hero h3:before {
    display: none;
}

.downloads-hero h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 3px;
    background-color: rgb(210, 47, 76);
}

.downloads-hero h2,
.downloads-hero h2 p {
    font-size: 7rem;
    line-height: 1.1;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    font-kerning: normal;
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    font-family: 'Oswald', sans-serif;
}

.downloads-hero .description_content p {
    font-size: 3.2rem;
    color: #ffffff;

}

.downloads-hero h2 {
    position: relative;
    max-width: 90%;
}

.downloads-hero h2:after {
    content: '';
    position: absolute;
    right: -100px;
    bottom: 31px;
    width: 250px;
    height: 3px;
    background-color: rgb(210, 47, 76);
}

.downloads-hero .item_cont_links {
    width: auto;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.downloads-hero .item_cont_links .download_button.outlined {
    margin-bottom: 0;
}

.downloads-hero .item_cont_links .download_button {
    width: auto;
    min-width: 400px;
}

#machinery .two-cols-setup.engineered_boxes,
.two_cols_custom_container .two-cols-setup.engineered_boxes {
    max-width: 453px !important;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 0 15px 20px 15px;
}

#machinery .two-cols-setup.engineered_boxes .flex_container,
.two_cols_custom_container .two-cols-setup.engineered_boxes .flex_container {
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.two-cols-setup.engineered_boxes .flex_container {
    /* align-items: stretch; */
    align-items: center;
    align-items: flex-start;
    gap: 0px;
}

.imagefirst.two-cols-setup.engineered_boxes .flex_container{
    align-items: center;
}

.two-cols-setup.engineered_boxes .cell_1_4 .full-height {
    display: flex;
    /* align-items: flex-start; */
    gap: 20px;
}

#machinery .two-cols-setup.engineered_boxes .cell_1_4 .full-height,
.two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_4 .full-height {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

#machinery .two-cols-setup.engineered_boxes .cell_1_4,
.two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_4 {
    min-width: 100%;
    max-width: 100%;
}

#machinery .two-cols-setup.engineered_boxes .cell_1_4:after,
#machinery .two-cols-setup.engineered_boxes .cell_1_2:after,
.two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_4:after,
.two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_2:after {
    content: '';
    display: none;
}

#machinery .two-cols-setup.engineered_boxes .description_content,
.two_cols_custom_container .two-cols-setup.engineered_boxes .description_content {
    min-width: 100%;
    max-width: 100%;
}

#machinery .two-cols-setup.engineered_boxes .img_cont,
.two_cols_custom_container .two-cols-setup.engineered_boxes .img_cont {
    margin: 0 auto;
}

#machinery .containers,
.two_cols_custom_container .containers {
    display: flex;
    align-items: flex-start;
}

.machinery-hub__grid.cont_dld_results {
    display: flex;
    align-items: flex-start;
}

.small_red_top {
    position: relative;
    padding-top: 10px;
    height: 3px;
}

.small_red_bottom {
    position: relative;

}

.legal_notice .cell_1_2 {
    padding: 20px;
}
@media (max-width: 1680px){
    .full-height.dld_item img.dld_item_image {
        width: 100%;
        max-width: 280px;
        margin-right: 10px;
        aspect-ratio: 16 / 9;
        margin-top: 20px;
    }
}
@media (max-width: 1450px) {
    .item_container_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .item_cont_info {
        width: 100%;
        padding-right: 15px;
    }
    .item_cont_links {
        width: 100%;
    }
}
.small_red_top:after,
.small_red_bottom:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #d22f4c;
    max-width: 250px;

}

.small_red_top:after {
    left: 0;
    top: 0;
}

.small_red_bottom:after {
    right: 0;
    bottom: 0;
}

.each_categ_hero h2:after {
    display: none !important;
}

.each_categ_hero .box_caption {
    max-width: 700px;
}

.each_categ_hero .item_cont_links {
    margin-top: 50px;
}

.download_button.btn_gray {
    background: #d9d9d9;
    color: #000;
    width: auto;
    min-width: 310px;
    font-size: 3rem;
}

.dld-container-right-inner img {
    margin: 20px auto;
    max-height: 120px;
    display: block;
}

.dld-container-right-inner h2 {
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
}


.dld-container-right-inner2 {
    border-top: 3px solid #000000;
    margin-top: 20px;
}

.dld-container-right-inner2 img {
    margin-bottom: 10px;
}

.dld-container-right-inner2 h2 {
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
}

.laser_table_attributes {
    width: 100%;
    margin-top: 40px;
}

.table-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
}

/* Stiluri Tabel Desktop (identic cu imaginea) */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.responsive-table th,
.responsive-table td {
    padding: 14px 16px;
    border: 1px solid #b0b0b0;
    font-size: 14px;
    line-height: 1.4;
}

/* Antet Tabel (Randul de sus) */
.responsive-table thead tr {
    background-color: #e6e6e6;
}

.responsive-table thead th {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #111;
    vertical-align: middle;
}

/* Celula Neagră Stânga-Sus */
.responsive-table thead th.empty-header {
    background-color: #000000;
    border-color: #000000;
}

/* Anteturi de Rând (Prima Coloană) */
.responsive-table tbody th {
    background-color: #ededed;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #111;
    width: 25%;
}

/* Celule cu Date */
.responsive-table tbody td {
    background-color: #ffffff;
    color: #000000;
    width: 25%;
}

.responsive-table tbody tr:hover td {
    background-color: #f9f9f9;
}

/* ===================================================
   ADAPTARE MOBILE (Card View / Layout Flexibil)
   =================================================== */
@media screen and (max-width: 768px) {

    .table-container {
        border: none;
        box-shadow: none;
        background: transparent;
    }

    /* Ascundem antetul clasic pe mobil */
    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    /* Fiecare rând devine un Card independent */
    .responsive-table tbody tr {
        margin-bottom: 20px;
        background-color: #ffffff;
        border: 1px solid #bcbcbc;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }

    /* Titlul caracteristicii din Card */
    .responsive-table tbody th {
        background-color: #111111;
        color: #ffffff;
        text-align: center;
        font-size: 15px;
        padding: 12px 15px;
        border: none;
        border-bottom: 2px solid #333333;
    }

    /* Linii de date pe mobil (Cheie - Valoare) */
    .responsive-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 12px 15px;
        border: none;
        border-bottom: 1px solid #eaeaea;
        font-size: 13.5px;
    }

    .responsive-table tbody td:last-child {
        border-bottom: none;
    }

    /* Eticheta modelului generată din data-label */
    .responsive-table tbody td::before {
        content: attr(data-label);
        font-weight: bold;
        text-align: left;
        padding-right: 15px;
        color: #555555;
        font-size: 12px;
        text-transform: uppercase;
        flex-shrink: 0;
        max-width: 45%;
    }
}


















@media (min-width: 992px) {

    .categ_image,
    .machinery-card__media {
        aspect-ratio: 16 / 9;
        min-height: 280px;
        min-width: 50%;
        max-width: 50%;
        border-radius: 10px;

    }

    /* Desktop: always show nav, hide burger */
    .navbar-toggle {
        display: none !important;
    }

    #main-navigation {
        display: flex !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 991px) {

    .machinery-hub__grid--category,
    .machinery-hub__grid--item {
        grid-template-columns: 1fr;
    }

    /* Show burger */
    .navbar-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        gap: 0;
        margin-left: auto;
    }

    /* Nav hidden by default — custom JS adds .nav-is-open */
    #main-navigation {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1050;
        background: #fff;
        padding: 16px 20px 20px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.13);
        border-top: 3px solid var(--vicon-red);
    }

    /* Open state — toggled by scripts.js */
    #main-navigation.nav-is-open {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        max-height: calc(100dvh - var(--vicon-header-height, 84px));
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    }
}

/* Product detail page (machines / items) */
.product-page-wrap.one_product_description {
    padding: 0;
    max-width: none;
}

.product-page {
    --product-max: 1240px;
    --product-section-pad: clamp(2.5rem, 5vw, 4.5rem);
    color: #111;
}

.product-page .image_container img {
    max-width: 100%;
}

.product-section-head {
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.product-section-head--center {
    text-align: center;
}

.product-section-head--light .product-section-title {
    color: #fff;
}

.product-section-title {
    color: #111;
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.15;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.product-section-title::after {
    background: var(--vicon-red);
    content: "";
    display: block;
    height: 3px;
    margin-top: 0.75rem;
    width: 64px;
}

.product-section-head--center .product-section-title::after {
    margin-left: auto;
    margin-right: auto;
}

.product-section-title--sub {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

/* Hero */
.product-hero {
    position: relative;
    background: #000;
    min-height: clamp(280px, 42vw, 520px);
    overflow: hidden;
}

.product-hero__media {
    position: absolute;
    inset: 0;
}

.product-hero__image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.product-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.82) 100%);
    inset: 0;
    position: absolute;
}

.product-hero__content {
    align-items: flex-end;
    display: flex;
    inset: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
    position: absolute;
    z-index: 1;
}

.product-hero__content-inner {
    margin: 0 auto;
    max-width: var(--product-max);
    width: 100%;
}

.product-hero__eyebrow {
    color: var(--vicon-red);
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.product-hero--no-image {
    background: #111;
    min-height: auto;
}

.product-hero__content--static {
    position: relative;
}

.product-hero__title {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2.75rem, 7vw, 5rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0;
    max-width: none;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
}



.product-intro__headline {
    color: #111;
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3.2vw, 2.25rem);
    font-weight: 600;
    
    line-height: 1.25;
    margin: 0 0 1.25rem;
}

.product-page--detail .product-intro__text {
    text-align: left;
}

.product-key-features__grid--pdf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-section-title--red {
    color: var(--vicon-red);
}

.product-section-title--red::after {
    margin-left: auto;
    margin-right: auto;
}

.product-section-title--dark {
    color: #111;
}

.product-section-title--dark::after {
    margin-left: auto;
    margin-right: auto;
}

.product-section-head--center .product-section-title {
    text-align: center;
}


/* Related — light background per PDF */
.product-page--detail .product-related {
    /* background: #f0f0f0; */
}

.product-page--detail .product-related .product-section-title,
.product-page--detail .product-related .machinery-card__title,
.product-page--detail .product-related .machinery-card__cta {
    color: #111;
}

.product-page--detail .product-related .machinery-card__link {
    color: #111;
}

.product-related {
    /* background: #f6f6f6; */
}

/* Profile guide CTA band */
.product-profiles {
    background: #111;
    color: #fff;
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2.5rem);
    text-align: center;
}

.product-profiles__inner {
    margin: 0 auto;
    max-width: 720px;
}

.product-profiles__title {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.product-profiles__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
}

.product-profiles__btn {
    background: var(--vicon-red);
    border: 2px solid var(--vicon-red);
    color: #fff;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 0.85rem 1.75rem;
    text-decoration: none;
    text-transform: uppercase;
}

.product-profiles__btn:hover,
.product-profiles__btn:focus {
    background: #b82842;
    border-color: #b82842;
    color: #fff;
    text-decoration: none;
}

/* Intro */
.product-intro {
    background: #fff;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}



.product-intro__text {
    color: #000000;
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    line-height: 1.75;
}

.product-intro__text p:last-child {
    margin-bottom: 0;
}

/* Key features */
.product-key-features {
    background: #111;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-key-features__inner {
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-key-features__grid {
    display: grid;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-key-feature {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-key-feature:hover {
    border-color: rgba(210, 47, 76, 0.45);
    transform: translateY(-2px);
}

.product-key-feature__media {
    aspect-ratio: 16 / 10;
    background: #0d0d0d;
    border-bottom: 4px solid #8a8a8a;
    line-height: 0;
    overflow: hidden;
}

.product-key-feature__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.product-key-feature:hover .product-key-feature__media img {
    transform: scale(1.03);
}

.product-key-feature__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.75rem;
    padding: clamp(1rem, 2vw, 1.35rem);
}

.product-key-feature__title {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.125rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.product-key-feature__text {
    color: rgba(255, 255, 255, 0.78);
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0;
}

.product-key-feature__link {
    align-items: center;
    color: var(--vicon-red);
    display: inline-flex;
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.35rem;
    letter-spacing: 0.05em;
    margin-top: auto;
    text-decoration: none;
    text-transform: uppercase;
}

.product-key-feature__link:hover,
.product-key-feature__link:focus {
    color: #fff;
    text-decoration: none;
}

.product-key-feature__link-arrow {
    transition: transform 0.2s ease;
}

.product-key-feature__link:hover .product-key-feature__link-arrow {
    transform: translateX(4px);
}

/* Details / options prose */
.product-details {
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-details {
    background: #f7f7f7;
}


.product-details__inner {
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-details__grid {
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-details__grid .product-details__col:only-child {
    grid-column: 1 / -1;
}

.product-prose {
    color: #222;
    font-size: 1rem;
    line-height: 1.7;
}

.product-prose ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.product-prose table {
    border-collapse: collapse;
    width: 100%;
}

.product-prose--specs table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}

.product-prose table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.75rem 1rem;
    vertical-align: top;
}

.product-prose table td:first-child {
    color: #555;
    font-weight: 600;
    width: 42%;
}

/* Related */


.product-related__grid {
    margin-bottom: 0;
}

.product-related-card .machinery-card__title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.product-related-card .machinery-card__cta {
    font-size: 1rem;
}

.product-related-card .machinery-card__cta-arrow {
    font-size: 2rem;
    height: auto;
}

/* Video */
.product-video {
background: #d9d9d9;
}

.product-video__inner {
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-video__grid {
    /* display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
}

.product-video__title {
    color: #ffffff;
    font-family: var(--font-heading);
    font-size: 3.25rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    position: relative;
}

.product-video__description {
    color: #ffffff;
}

.porduct_video_container {
    width: 100%;
    margin-bottom: 20px;
}

/* Ascundem div-ul gol din HTML pentru a evita conflictele */
.red_sep_video {
    display: none !important;
}

/* Atunci când sunt fix 2 videoclipuri, forțăm ambele coloane principale să fie pe 100% width */
.flex_container:has(.product-video__item:nth-child(2):last-child) .main_col_left,
.flex_container:has(.product-video__item:nth-child(2):last-child) .main_col_right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important; /* În cazul în care .flex_container folosește flexbox */
    margin-bottom: 20px;
}
.flex_container:has(.product-video__item:nth-child(2):last-child) .main_col_left .product-benefits--pdf{
    max-width: 100%;
}
/* Opțional: Asigură-te că videoclipurile stau pe 2 coloane sau 1 coloană (după preferințe) când sunt pe rândul lor */
.product-video__grid {
    display: flex;
    gap: 20px; /* spațiu între cele două videoclipuri */
}

.product-video__item {
    flex: 1; /* ambele videoclipuri vor împărți frățește latimea de 100% */
}


.technical_section_item:has(.product-benefits.product-benefits--pdf){
    background: transparent;
    padding: 0;
    border: 0;
}
.technical_section_item:has(p img){
    border: 0;
}
.technical_section_item:has(p img),
.technical_section_item:has(p img) img,
.technical_section_item:has(p img) p {
    background: transparent;
    padding: 0;
    margin: 0;
}
.technical_section_item:has(p img) img{
    border: 3px solid #a6a6a6;
    max-width: 75%;
    margin: 0 auto;
}
/* Ascunde titlul când există .product-benefits în interiorul .product-options-dynamic */
.product-options-dynamic:has(.product-benefits.product-benefits--pdf) .product-section-title {
    display: none;
}

/* Modifică stilul containerului principal .product-options-dynamic */
.product-options-dynamic:has(.product-benefits.product-benefits--pdf) {
    /* margin: 0; */
    border: 0;
    display: block;
}
/* Elimină padding-ul pentru wrapper */
.product-options-dynamic:has(.product-benefits.product-benefits--pdf) .dynamic-content-wrapper {
    padding: 0;
}

.product-benefits--pdf .profile-container-v2{
    padding: 20px 32px;
}
/* Titlul cu linie continuă din ultimul rând */
.product-video__item{
    margin-bottom: 20px;
    background: #000000;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.product-video__title {
    display: flow-root;
    /* Previne suprapunerile */
    position: relative;
    overflow: hidden;
    /* Oprește linia să iasă în afara containerului în dreapta */

    /* Stiluri font */
    color: #ffffff;
    font-family: 'Oswald', 'Arial Narrow', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

/* Linia roșie generată dinamic exact de unde se termină textul */
.product-video__title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;

    height: 3px;
    /* Grosimea liniei */
    background-color: #d9232e;
    /* Culoarea roșie */

    width: 100%;
    /* Se extinde */
    margin-right: -100%;
    /* Forțează linia să rămână pe același rând cu ultimul cuvânt */
    margin-left: 15px;
    /* Spațiu între ultimul cuvânt și linia roșie */
    margin-bottom: 5px;
}

.product-video__frame {
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.product-video__frame iframe,
.product-video__frame video {
    border: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Gallery */
.product-gallery {
    background: #f7f7f7;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-gallery__inner {
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-gallery__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.product-gallery__item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0;
    overflow: hidden;
}

.product-gallery__link {
    display: block;
    line-height: 0;
}

.product-gallery__link img {
    display: block;
    height: 160px;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.product-gallery__link:hover img {
    transform: scale(1.04);
}

.product-gallery__caption {
    color: #444;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0.65rem 0.75rem;
    text-align: center;
}

/* Download */
.product-download {
    background: #fff;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-download__inner {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-download__card {
    align-items: center;
    background: #fbf1d9;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #000000;
    display: flex;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    padding: clamp(1rem, 2.5vw, 1.5rem);
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.product-download__card:hover,
.product-download__card:focus {
    background: #f5e6c4;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    color: #000000;
    text-decoration: none;
}

.product-download__icon {
    flex: 0 0 72px;
    text-align: center;
}

.product-download__icon img {
    max-width: 48px;
}

.product-download__meta {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.25rem;
}

.product-download__meta strong {
    font-family: var(--font-heading);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 600;
}

.product-download__meta span {
    color: #555;
    font-size: 0.9375rem;
}

.product-download__action {
    color: var(--vicon-red);
    flex: 0 0 auto;
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 991px) {

    .product-key-features__grid,
    .product-key-features__grid--pdf {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-details__grid {
        grid-template-columns: 1fr;
    }

    .product-hero__title {
        max-width: none;
    }
}

@media (max-width: 640px) {

    .product-key-features__grid,
    .product-key-features__grid--pdf {
        grid-template-columns: 1fr;
    }

    .product-download__card {
        flex-wrap: wrap;
    }

    .product-download__action {
        width: 100%;
    }
}

/* Product detail — PDF layout (rollform / TDX style) */
.product-page--detail {
    --product-pdf-max: 1400px;
    --product-pdf-border: #8a8a8a;
}

.product-page-wrap.one_product_description.product-page-wrap {
    overflow-x: hidden;
}

.product-section-title--pdf {
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
    text-align: center;
    width: 100%;
}

.product-section-title--pdf::after {
    margin-left: auto;
    margin-right: auto;
    width: 72px;
}

/* Hero — light stage + title bar (PDF) */
.product-hero--pdf {
    background: #fff;
    min-height: auto;
    overflow: visible;
}

.product-hero--pdf .product-hero__stage {
    align-items: flex-end;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: clamp(280px, 38vw, 520px);
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(0rem, 0vw, 0rem) 0;
}

.product-hero--pdf .product-hero__image {
    display: block;
    height: auto;
    /* max-height: min(52vh, 480px);*/
    object-fit: contain;
    object-position: center bottom;
    width: 100%;
    /* max-width: min(100%, 1100px);*/
}

.product-hero--pdf .product-hero__cta-bar {
    background: #000;
    padding: clamp(1rem, 2.5vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem);
}

.product-hero--pdf .product-hero__cta-inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(1rem, 2.5vw, 1.75rem);
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--product-pdf-max);
}

.product-hero--pdf .product-hero__cta-title {
    color: #fff;
    flex: 0 1 auto;
    font-family: var(--font-heading);
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    min-width: 750px;
    max-width: 750px;
}
@media (max-width: 768px) {
    .product-hero--pdf .product-hero__cta-title{
        font-size: 40px;
    }
}
.product-hero--pdf .product-hero__cta-divider {
    align-self: stretch;
    background: rgba(255, 255, 255, 0.35);
    display: none;
    flex: 0 0 1px;
    margin: 0.25rem 0;
    min-height: 3rem;
    width: 1px;
    display: block;
}

.product-hero--pdf .product-hero__cta-actions {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    padding-left: 20px;
}

.product-hero__cta-btn {
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 600;
    
    line-height: 1.3;
    padding: 0.7rem 1.25rem;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.product-hero__cta-btn:hover,
.product-hero__cta-btn:focus {
    color: #fff;
    text-decoration: underline;
}

.product-hero__cta-btn--primary {
    background: var(--vicon-red);
    border-color: #fff;
}

.product-hero__cta-btn--primary:hover,
.product-hero__cta-btn--primary:focus {
    background: #b82842;
    border-color: #fff;
}

.product-hero__cta-btn--secondary {
    background: #6b8175;
    border-color: #fff;
}

.product-hero__cta-btn--secondary:hover,
.product-hero__cta-btn--secondary:focus {
    background: #5d7065;
    border-color: #fff;
}

.product-hero--pdf.product-hero--no-image .product-hero__cta-bar {
    border-top: 0;
}

/* Intro */
.product-intro--pdf {
    background: #fff;
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 3.5rem);
}


.product-intro--pdf .product-intro__headline {
    color: #111;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1.25rem;
}

.product-intro--pdf .product-intro__text {
    color: #000000;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
}
.product-intro__text h2{
    font-size: 4.3rem
}
.product-intro--pdf .product-intro__text p {
    margin: 0 0 1rem;
    font-size: 2.8rem;
}

.product-intro__text img {
    max-width: 400px;
}

.product-intro__text .cell_1_2:nth-child(2) {
    padding: 0 80px;
    text-align: center;
}

.product-intro__text .cell_1_2:nth-child(2) p {
    font-size: 20px;
}

.product-intro--pdf .product-intro__text img {
    max-width: 450px;
    width: 100%;
    ;
}

.col-12 {
    width: 100%;
}

.engineered-performance .regular_box_content h2 {
    position: relative;
    text-align: center;
    width: 100%;
}

.engineered-performance .regular_box_content h2::before {
    background: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 500%;
    position: absolute;
    left: 0;
    transform: translateX(-59%);
    top: 50%;
}

.engineered-performance .regular_box_content h2::after {
    background: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 500%;
    position: absolute;
    right: 0;
    transform: translateX(59%);
    top: 50%;
}

/* Key Features — white section, bordered cards */
.product-key-features--pdf {
    background: #fff;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 4vw, 2.5rem);
}

.product-key-features--pdf .product-key-features__inner {
    margin: 0 auto;
    max-width: var(--product-pdf-max);
}

.product-key-features--pdf .product-section-title--pdf {
    color: var(--vicon-red);
}

.product-key-features__grid--pdf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.product-key-feature--pdf {
    background: #fff;
    border: 6px solid var(--product-pdf-border);
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.product-key-feature--pdf:hover {
    border-color: rgba(210, 47, 76, 0.55);
    transform: none;
}

.product-key-feature--pdf .product-key-feature__media {
    aspect-ratio: 16 / 10;
    background: #f3f3f3;
    border-bottom: 6px solid var(--product-pdf-border);
}

.product-key-feature--pdf .product-key-feature__body {
    padding: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 2vw, 1.5rem);
    text-align: center;
}

.product-key-feature--pdf .product-key-feature__title {
    color: #111;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 700;
    text-transform: none;
}

.product-key-feature--pdf .product-key-feature__text {
    color: #444;
    font-size: 0.9375rem;
    line-height: 1.65;
}

.product-key-feature--pdf .product-key-feature__link {
    justify-content: center;
}

/* Features & Benefits */
.product-benefits--pdf {
    box-sizing: border-box;
    max-width: 100%;
    border: 4px solid #000000;
    background-color: #ffffff;
}

.product-benefits--pdf h2 {
    margin: 0;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 24px;
    letter-spacing: 0.5px;
}

.product-benefits--pdf .product-benefits__inner {
    margin: 0 auto;
    max-width: 900px;
}

.product-benefits--pdf .product-section-title--red {
    color: var(--vicon-red);
}

.product-prose--benefits.unique_features_container {
    padding: 24px 32px;
}

.product-prose--benefits.unique_features_container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;

}

.product-prose--benefits.unique_features_container li {
    position: relative;
    padding-left: 24px;
    font-size: 25px;
    line-height: 1.35;
    color: #111111;
}

.product-prose--benefits.unique_features_container li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
}

.product-prose.unique_features_container dl {
    margin: 0;
    padding: 0;
}

.product-prose.unique_features_container dt {
    font-weight: 600;
    color: #111111;
    margin: 16px 0 4px;
}

.product-prose.unique_features_container dt:first-child {
    margin-top: 0;
}

.product-prose.unique_features_container dd {
    margin: 0 0 12px;
    padding-left: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.45;
}



/* Profile + brochure bands */
.product-profiles--pdf {
    background: #111;
}

.product-download--pdf {
    background: #fff;
    padding-top: 0;
}

.product-download--pdf .product-download__inner {
    margin: 0 auto;
    max-width: var(--product-pdf-max);
}

#warranty .engineered_hp h2 p{
    font-size: 60px;;
}

.confi_boxes {
    margin-top: 40px;
    margin-bottom: 40px;
}
.confi_boxes .cell_1_3{
    position: relative;
    padding: 20px;
}
.confi_boxes .cell_1_3:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #e1e1e1;
}
.confi_boxes .cell_1_3:last-child:after{
    display: none;
}

.confi_boxes .img_cont{
    margin-bottom: 30px;
}
.confi_boxes .img_cont img{
    width: 100%;
    height: auto;
    max-width: 200px;
    aspect-ratio: 261 / 246;
    object-fit: cover;
    object-position: center;
}
.confi_boxes h2 p{
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
}
.confi_boxes .description_content{
    max-width: 460px;
    margin: 0 auto;
}
.confi_boxes .description_content p{
    font-size: 30px;
}
.confidence_gray {
    background: #f6f6f6;
    max-width: 100%;
    padding: 40px 0;
}

.confidence_gray .flex_container{
    max-width: 1920px;
    margin: 0 auto;
}
.confidence_gray .cell_1_2{
    position: relative;
    padding: 0px 100px;
}
.confidence_gray .cell_1_2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #e1e1e1;
}
.confidence_gray .cell_1_2:last-child:after{
    display: none;
}
.confidence_gray h2 p{
    font-size: 40px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: none;
    max-width: 870px;
    margin: 0 auto;;
}
.confidence_gray .description_content{
    max-width: 870px;
    margin: 0 auto;
}

/* confidence_gray — checklist list styling */
.confidence_gray .description_content ul {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    max-width: 650px;
}

.confidence_gray .description_content ul li {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 0 50px;
    color: #111;
    font-family: var(--font-body);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 400;
    text-align: left;
}

.confidence_gray .description_content ul li:last-child {
    margin-bottom: 0;
}

.confidence_gray .description_content ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    width: 30px;
    height: 15px;
    border-left: 4px solid var(--vicon-red);
    border-bottom: 4px solid var(--vicon-red);
    transform: rotate(-45deg);

}

@media (max-width: 767px) {
    .confidence_gray .description_content ul li {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 18px;
        padding-left: 30px;
    }
}


.immediate_assistance{
    background: #000;
    color: #fff;
    padding: 40px 0;
    max-width: 100%;
    padding: 40px 0;
}
.immediate_assistance .flex_container{
    max-width: 1920px;
    margin: 0 auto;
}

.immediate_assistance h2 p{
    font-size: 48px;
    font-family: "Oswald", sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: none;
}
.immediate_assistance h3{
    font-size: 35px;
    font-family: var(--font-body);
    color: var(--vicon-red);
    font-weight: 600;
    text-transform: none;
}

.immediate_assistance .description_content p{
    font-size: 24px;
    font-family: var(--font-body);
    color: #fff;
    font-weight: 400;
    text-transform: none;
}
.immediate_assistance .cell_2_4{
    padding-right: 20px;
    padding-left: 20px;
}
.immediate_assistance .cell_1_4{
    border-left: 3px solid #efefef;
    padding-left: 20px;
}
.immediate_assistance .cell_1_4 h2 p{
    font-size: 24px;
    font-family: var(--font-body);
    font-weight: 600;
    text-transform: none;
    color: #fff;
}

.immediate_assistance .cell_1_4 img{
    width: 100%;
    max-width: 150px;    
}
.immediate_assistance .cell_1_4 .description_content img{
    width: 100%;
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.immediate_assistance .cell_1_4 .description_content{
    display: flex;
    justify-content: center;
}
.immediate_assistance .cell_1_4 .description_content p{
    display: inline-block;
    vertical-align: middle;
}
.immediate_assistance .cell_1_4 .description_content p a{
    color: #fff;
}
.immediate_assistance .cell_1_4 .full-height{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.downloads-hero .description_content h3:before{
    display: none;
}
.downloads-hero .description_content h3{
    padding-left: 0;
}
.gray_bg.engineered-performance.engineered_hp,
.gray_bg.engineered_boxes {
    width: 100%;
    max-width: 100%;
    background: #f6f6f6;
}

.gray_bg h2 p{
    background: #f6f6f6 !important;
}
.gray_bg .coil-segments-container h2 p{
    background: transparent !important;
}

.gray_bg.engineered-performance.engineered_hp .flex_container,
.gray_bg.engineered_boxes .flex_container{
    max-width: 1920px;
    margin: 0 auto;
}
.dark_gray_bg{
    width: 100%;
    max-width: 100%;
    background: #d9d9d9;
    padding: 40px 0;
}

.dark_gray_bg .flex_container{
    max-width: 1920px;
    margin: 0 auto;
}




.soft_right_images .description_content{
    max-width: 800px;
    margin: 0 auto;
    border-radius: 10px;
    display: block;

}
.soft_right_images .description_content img{
    width: 100%;
    aspect-ratio: 508 / 283;
    max-width: 90%;
    border: 4px solid #a6a6a6;
}
.soft_right_images img{
    width: 100%;
    aspect-ratio: 508 / 283;
    max-width: 90%;
    border-radius: 10px;
    border: 4px solid #a6a6a6;

}

.product-specs-grid img{
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

























@media (max-width: 1350px) {
    .product-hero--pdf .product-hero__cta-inner {
        flex-direction: column;
    }

    .product-hero--pdf .product-hero__cta-divider {
        display: none;
    }
}

@media (max-width: 1199px) {
    .product-related__grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .dark_gray_bg .flex_container .cell_1_2{
        min-width: 100%;
        max-width: 100%;
    }
    .confi_boxes .cell_1_3,
    .confidence_gray .cell_1_2,
    .immediate_assistance .cell_2_4 {
        min-width: 100%;
        max-width: 100%;
    }
    .immediate_assistance .cell_2_4{
        margin-bottom: 20px;
    }
    .immediate_assistance .cell_1_4{
        min-width: 50%;
        max-width: 50%;
    }
    .immediate_assistance .cell_1_4{
        border-left: 0;
    }
    .immediate_assistance .cell_1_4:last-child{
        border-left: 3px solid #efefef;
    }
}
@media (max-width: 767px) {

    .immediate_assistance .cell_1_4 {
        min-width: 100%;
        max-width: 100%;
        border-top: 3px solid #efefef;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .immediate_assistance .cell_1_4:last-child{
        border-left: 0;
    }
    .product-related__grid--four {
        grid-template-columns: 1fr;
    }

    .product-hero--pdf .product-hero__image {
        display: block;
        height: auto;
        max-height: min(52vh, 480px);
    }
}

/* Segments of the Coil Line */
.coil-segments-container {
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 2rem;
    background: #fff;
    border: 4px solid #000;
}

.coil-segments-container .coil-title {
    margin: 0;
    padding: 12px 20px;
    background: #000;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.15rem, 2.2vw, 1.75rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
}

.coil-segments-container .coil-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
    background: #f0f0f0;
}

.coil-segments-container .coil-item {
    margin: 0;
    min-width: 0;
}

.coil-segments-container .coil-item a {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.coil-segments-container .coil-item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    transition: transform 0.25s ease;
}

.coil-segments-container .coil-item .item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0.45rem 0.6rem;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.25;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.coil-segments-container .coil-item a:hover img,
.coil-segments-container .coil-item a:focus img {
    transform: scale(1.04);
}

.coil-segments-container .coil-item a:hover .item-title,
.coil-segments-container .coil-item a:focus .item-title {
    opacity: 1;
    transform: translateY(0);
}

/* Center last item when odd count (e.g. 7 segments) */
.coil-segments-container .coil-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 6px);
}

@media (max-width: 991px) {
    .product-benefits--pdf .product-prose--benefits ul {
        columns: 1;
    }

    .coil-segments-container .coil-title {
        font-size: 1.15rem;
        padding: 10px 16px;
    }

    .coil-segments-container .coil-grid {
        gap: 10px;
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .coil-segments-container .coil-grid {
        grid-template-columns: 1fr;
    }

    .coil-segments-container .coil-item:last-child:nth-child(odd) {
        grid-column: auto;
        justify-self: stretch;
        width: 100%;
    }

    .coil-segments-container .coil-item .item-title {
        opacity: 1;
        transform: none;
    }
}



@media (max-width: 767px) {
    .product-key-features__grid--pdf {
        grid-template-columns: 1fr;
    }

    .product-hero--pdf .product-hero__cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-hero--pdf .product-hero__cta-title {
        min-width: 100%;
        max-width: 100%;
    }

    .product-hero--pdf .product-hero__cta-actions {
        justify-content: center;
        width: 100%;
    }

    .product-hero__cta-btn {
        /* flex: 1 1 calc(50% - 0.375rem); */
        flex: 1;
        min-width: 17rem;
    }

    p .product-hero__cta-btn {
        /* flex: 1 1 calc(50% - 0.375rem); */
        flex: 1;
        min-width: 17rem;
    }
}

.profile-box {
    box-sizing: border-box;
    max-width: 680px;
    border: 3px solid #2d5245;
    border-radius: 24px;
    padding: 24px 32px;
    background-color: #ffffff;
}

.profile-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
    text-align: center;
}

.profile-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.profile-image-container {
    position: relative;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    background-color: #8fa499;
    border: 3px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.profile-code {
    position: absolute;
    bottom: 8px;
    left: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.profile-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;

}

.profile-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

.profile-btn {
    align-self: flex-start;
    display: inline-block;
    background-color: #2d5245;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-underline-offset: 4px;
    padding: 10px 36px;
    border-radius: 6px;
    border: 1px solid #2d5245;
    transition: background-color 0.2s ease;
    text-decoration: underline;
}

.profile-btn:hover {
    background-color: #1e372e;
    color: #ffffff;
    ;
}


@media (max-width: 520px) {
    .profile-content {
        flex-direction: column;
        align-items: center;
    }

    .profile-details {
        height: auto;
        gap: 16px;
        text-align: center;
    }

    .profile-btn {
        align-self: center;
    }
}

/*product related */
.product-related--pdf,
.product-related__grid {
    background: #f6f6f6;
}

.product-related__grid {
    max-width: 1400px;
}

.product-related--pdf {
    box-sizing: border-box;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}


.product-section-title--pdf {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #d1304f;

    text-transform: uppercase;
    margin-bottom: 24px;
}

.product-section-title--pdf::before,
.product-section-title--pdf::after {
    content: '';
    flex: 1;
    border-bottom: 3px solid #000000;
}

.product-section-title--pdf::before {
    margin-right: 15px;
}

.product-section-title--pdf::after {
    margin-left: 15px;
}


.product-related__grid--four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.product-related__grid--four article {
    display: flex;
    flex-direction: column;
}

.product-related__grid--four article a {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.product-related__grid--four h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}


.product-related__grid--four article div {
    width: 100%;
    border: 4px solid #999999;
    box-shadow: 0 0 0 2px #ffffff inset;
    background-color: #ffffff;
    aspect-ratio: 16 / 9;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-related__grid--four img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 
.product-related--pdf::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 3px solid #000000;
    margin-top: 30px;
} */


@media (max-width: 992px) {
    .product-related__grid--four {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .product-related__grid--four {
        grid-template-columns: 1fr;
    }
}

.profile-box-v2 {
    box-sizing: border-box;
    max-width: 850px;
    border: 3px solid #2d5245;
    border-radius: 24px;
    padding: 24px 32px 32px 32px;
    background-color: #ffffff;
    text-align: center;
}

.profile-title-v2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px 0;
    letter-spacing: 0.5px;
}

.profile-container-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.profile-image-box {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 130px;
    max-width: 130px;

}

.profile-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.profile-label {
    position: absolute;
    bottom: 6px;
    left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}


.profile-center-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.profile-description {
    margin: 0;
    font-size: 25px;
    line-height: 1.4;
    color: #000000;
    max-width: 450px;
}

.profile-download-btn {
    display: inline-block;
    background-color: #2d5245;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-underline-offset: 4px;
    padding: 12px 40px;
    border-radius: 6px;
    border: 1px solid #2d5245;
    transition: background-color 0.2s ease;
}

.profile-download-btn:hover {
    background-color: #1e372e;
}

@media (max-width: 767px) {
    .profile-container-v2 {
        gap: 32px;
    }

    .profile-image-box {
        order: 1;

    }

    .profile-center-content {
        order: 2;
    }
}



.product-options-dynamic {
    box-sizing: border-box;
    max-width: 1000px;

}

.dynamic-content-wrapper {
    padding: 4px;

    background-color: transparent;
}




.dynamic-content-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 24px 32px;

    display: flex;
    flex-direction: column;
    gap: 0px;
}

.dynamic-content-wrapper li {
    position: relative;
    padding-left: 24px;
    font-size: 20px;
    line-height: 1.4;
    color: #111111;
}


.dynamic-content-wrapper li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
}



.dynamic-content-wrapper:has(.option-block) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;

    background-color: #999999;
}


.option-block {
    background-color: #f7ede2;

    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}


.option-block h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 700;
    color: #002d62;
}

.option-sub {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
}

.option-image-wrapper {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    border: 3px solid #000000;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;

}

.option-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}




@media (max-width: 768px) {
    .dynamic-content-wrapper:has(.option-block) {
        grid-template-columns: 1fr;

    }
}

.tooling-table-container {
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
}

.tooling-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #d9dedf;

    text-align: left;
}


.tooling-table thead tr {
    background-color: #2d5245;

}

.tooling-table th {
    padding: 14px 20px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
}


.tooling-table td {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.4;
    color: #111111;
    border-bottom: 1px solid #c0c6c7;

}


.tooling-table tbody tr:last-child td {
    border-bottom: none;
}


.col-tooling {
    width: 80%;
}

.col-speed {
    width: 20%;
    text-align: right;
    padding-right: 32px !important;
}


.tooling-table tbody td.col-speed {
    font-weight: 500;
}

@media (max-width: 600px) {
    .tooling-table th {
        font-size: 18px;
        padding: 10px 12px;
    }

    .tooling-table td {
        font-size: 15px;
        padding: 10px 12px;
    }

    .col-speed {
        padding-right: 12px !important;
    }
}


/**** edge notcher***/
.features-split-container {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}


.feature-split-block {
    border: 4px solid #000000;
    display: flex;
    flex-direction: column;
}


.feature-split-title {
    margin: 0;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 10px 16px;
    letter-spacing: 0.5px;
}


.feature-split-content {
    padding: 16px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.feature-split-content p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.35;
    color: #111111;
}


.feature-split-image-wrapper {
    width: 100%;
    max-width: 380px;
    margin: auto auto 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-split-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}


.feature-split-block--gray {
    background-color: #d9dedf;
}


.feature-split-block--cream {
    background-color: #f7ede2;
}


@media (max-width: 768px) {
    .features-split-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.product-specs-grid {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;

}


.product-options-dynamic{
    border: 4px solid #000000;
    display: flex;
    flex-direction: column;
}

.product-specifications-dynamic {
    border: 4px solid #000000;
    display: flex;
    flex-direction: column;
}



.product-section-title--pdf {
    margin: 0;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 24px;
}

.dynamic-content-wrapper {
    padding: 24px 32px;
    flex: 1;
}

.cell_1_2.col-spacer-right {
    min-width: calc(49.9% - 40px);
    max-width: calc(49.9% - 40px);
    margin-right: 20px;
}

.gray_separator {
    width: 100%;
    border-top: 4px solid #cdcdcd;
    padding-top: 25px;
}

.product-options-dynamic {
    /* background-color: #f6e6cc;*/
    margin-bottom: 20px;

}

.product-options-dynamic .product-section-title--pdf {
    background-color: #000000;

}

.product-options-dynamic .product-section-title--pdf::before,
.product-options-dynamic .product-section-title--pdf::after {
    display: none;
}

.product-options-dynamic ul {
    margin: 0;
    padding: 00px;
}

.product-options-dynamic li {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #222222;
}

.product-options-dynamic li:last-child {
    margin-bottom: 0;
}


.product-options-dynamic .dynamic-content-wrapper {
    background-color: #ffffff;
 
}
.product-options-dynamic .dynamic-content-wrapper img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;;
    height: auto;
}
.product-options-dynamic .dynamic-content-wrapper ul {
    /* background-color: #f6e6cc;*/
    height: 100%;
}

.product-options-dynamic .dynamic-content-wrapper .option-block--list ul {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    height: 100%;
}

.product-specifications-dynamic {
    background-color: #9cb2a8;
    margin-top: 20px;
}

.product-specifications-dynamic .product-section-title--pdf {
    background-color: #2e5944;
    text-align: center;
    display: block;
}

.product-specifications-dynamic .product-section-title--pdf h2 {
    text-align: center;
    width: 100%;
    display: block;
}

.product-specifications-dynamic .product-section-title--pdf::before,
.product-specifications-dynamic .product-section-title--pdf::after {
    display: none;
}

.specs-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.specs-table-container {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

/* Antetul negru cu text alb */
.specs-table-header {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.specs-header-title {
    flex: 1;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
}

.specs-header-speed {
    text-align: right;
    font-family: "Oswald", sans-serif;
    padding-left: 20px;
    font-size: 24px;
}

/* Corpul tabelului și rândurile */
.specs-table-body {
    padding: 8px 16px 16px 16px;
}

.specs-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
    color: #111111;
}

.specs-cell-desc {
    flex: 1;
}

.specs-cell-speed {
    text-align: right;
    font-weight: 500;
    padding-left: 20px;
    white-space: nowrap;
}
.specs-group {
    margin-bottom: 24px;
}

.specs-group:last-child {
    margin-bottom: 0;
}

.specs-list dt {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.specs-list dd {
    margin: 0;
    font-size: 18px;
    color: #111111;
}
.options-container {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;

    box-sizing: border-box;
}

/* Antetul negru */
.options-header {
    font-family: 'Oswald', sans-serif;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: uppercase;
}

.options-body {
    padding: 16px;
}

/* Cardurile cu contur negru */
.option-card {
    border: 1.5px solid #333333;
    border-radius: 2px;
    padding: 16px 20px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Informațiile din stânga */
.option-info {
    flex: 1;
}

.option-info h3 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.option-info p {
    margin: 2px 0;
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
}

/* Containerul și imaginea din dreapta */
.option-image {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 40%;
}

.option-image img {
    max-width: 260px;
    height: auto;
    display: block;
}

/* Lista cu buline de jos */
.options-bullet-list {
    margin: 20px 0 10px 0;
    padding-left: 20px;
    list-style-type: disc;
}

.options-bullet-list li {
    font-size: 14px;
    color: #222222;
    margin-bottom: 8px;
    line-height: 1.4;
}

.options-bullet-list li strong {
    color: #000000;
}
.two-cols-setup.engineered_boxes {
    background-color: #f6f6f6;
}

.two-cols-setup {
    padding: 20px;
    background-color: #ffffff;
}
.two-cols-setup.gray_bg{
    background: #d9d9d9;
    padding: 60px 0;
}
.two-cols-setup.gray_bg .flex_container{
    align-items: center;
}

 .cell_1_2.col-spacer-right.main_col_left:empty,
 .two-cols-setup .cell_1_2.main_col_right:empty{
    display: none !important;
 }



 /* Când main_col_left este gol, aplică stilul pe main_col_right */
 .cell_1_2.main_col_left:empty + .cell_1_2.main_col_right,
 .cell_1_2.main_col_left:empty ~ .cell_1_2.main_col_right {
     min-width: 100% !important;
     max-width: 100% !important;
     flex: 0 0 100% !important; /* util dacă folosești flexbox */
    }
.flex_container:has(.main_col_left:empty) .main_col_right {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
}
.flex_container:has(.main_col_left:empty) .main_col_right .product-options-dynamic,
.flex_container:has(.main_col_left:empty) .main_col_right .product-benefits--pdf {
    max-width: 100%;
}



/**********************************************/



.footer_tools {
    padding: 80px 20px;

}

.footer_tools .flex_container {
    /* gap: 40px; */
    justify-content: space-between;
}

.footer_tools .cell_1_3 {
    background-color: #6b8175;
    border: 2px solid #ffffff;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    min-width: calc(33.3% - 40px);
    max-width: calc(33.3% - 40px);
    padding: 30px;
}

.footer_tools .cell_1_3 img {
    max-width: 120px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.footer_tools .full-height {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_tools h2 p {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-family: var(--font-heading);

}

.footer_tools .description_content p {
    color: #fff;
    font-size: 23px;
    text-align: center;
}

.footer_tools .btn-custom {
    height: auto;
    min-width: 175px;
    border-radius: 5px;
    background-color: transparent;

    padding: 0 54px 0 0;
    color: #FFFFFF;
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    border: 0;
    transition: all .3s ease-in-out;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
    text-decoration: underline;
}

.footer_tools .btn-custom:after {
    content: '';
    background-image: url(../images/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 40px;
    width: 40px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 0.3s;

}

.footer_tools .btn-custom:hover:after {
    content: '';
    background-image: url(../images/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 40px;
    width: 40px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: 5px;
    transition: all 0.3s;
}

.technical_section_item{
    background: #FFFFFF;
    padding: 20px 32px;;
    margin: 20px 0;
    border: 3px solid #a6a6a6;
    border-radius: 10px;
}
.technical_section_item img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    /* border: 4px solid #a6a6a6; */
    border-radius: 10px;;
}

.help_boxes .img_cont {
    max-width: 160px;
    margin: 40px auto 0 auto;
}

.large-70-heading_dark h2 p {
    font-size: 70px !important;
    color: #000000 !important;
}
.help_boxes .cell_1_4 {
    padding: 20px 20px 20px 0;
    margin-right: 20px;
    position: relative;
    min-width: calc(24.9% - 20px);
    max-width: calc(24.9% - 20px);
}
.help_boxes .cell_1_4:after, .help_boxes .engineered_boxes .cell_1_2:after {
    content: '';
    border-right: 2px solid #cdcdcd;
    position: absolute;
    top: 50%;
    right: 0;
    height: 80%;
    transform: translateY(-50%);
}
.help_boxes .cell_1_4:last-child:after, 
.help_boxes .cell_1_2:last-child:after {
    border-right: 0px solid #cdcdcd;
}
.help_boxes h2 p{
    font-size: 40px;
}
.help_boxes .description_content p{
    font-size: 30px;
}
.need_help_footer{
    background: #000000;
    padding: 40px 0;
    max-width: 100%;
}
.need_help_footer .flex_container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 12px;
    align-items: center;
}
.need_help_footer h2 p{
    color: #ffffff !important;
    font-size: 50px !important;
    font-family: var(--font-heading) !important;
}
.need_help_footer .description_content {
    max-width: 1010px;
}
.need_help_footer h3 {
    color: var(--vicon-red) !important;
    font-size: 30px;
    line-height: 1.5;
    font-family: var(--font-body);
}
.need_help_footer .cell_1_3{
    text-align: center;
}
.need_help_footer .cell_1_3 .product-hero__cta-actions a{
    margin: 0 5px;
    font-size: 24px;
}
















/************************************************
####################################################################################################################################################################################################
####################################################################################################################################################################################################
####################################################################################################################################################################################################
************************************************/
@media (max-width: 1350px) {
    .engineered-performance.engineered_hp .regular_box_content h2::before {
        transform: translateX(-76%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::after {
        transform: translateX(76%);
    }
}

@media (max-width: 1199px) {
    .opportunities_box .cell_1_6 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    .two_cols_custom_container .containers {
        flex-direction: column !important;
    }

    .categories_template .cell_1_3,
    .categories_template .cell_2_3 {
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        width: 100% !important;
    }

    #machinery .two-cols-setup.engineered_boxes,
    .two_cols_custom_container .two-cols-setup.engineered_boxes {
        max-width: 100% !important;
        padding: 0 !important;

    }

    #machinery .two-cols-setup.engineered_boxes .flex_container,
    .two_cols_custom_container .two-cols-setup.engineered_boxes .flex_container {
        flex-direction: initial !important;
        padding: 0 20px;
    }

    #machinery .two-cols-setup.engineered_boxes .cell_1_4,
    .two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_4 {
        min-width: calc(24.9% - 20px) !important;
        max-width: calc(24.9% - 20px) !important;
        margin: 0;
    }


    .dld-container-left {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-right: 15px;
    }

    .dld-container-right {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .machinery-hub__grid.cont_dld_results {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .downloads-hero .box_background {
        position: relative;
    }

    .downloads-hero .container {
        max-width: 600px;
        position: relative;
        z-index: 2;
    }

    .downloads-hero h2:after {
        content: '';
        position: absolute;
        right: 30px;
        bottom: 27px;
        top: auto;
        width: 160px;
        height: 3px;
        background-color: rgb(210, 47, 76);
    }

    .downloads-hero .description_content p {
        font-size: 2rem;
        color: #ffffff;
    }

    .downloads-hero h2,
    .downloads-hero h2 p {
        font-size: 4.5rem;
    }

    .downloads-hero .description_content p br {
        display: none;
    }

    .downloads-hero .item_cont_links {
        width: auto;
        display: flex;
        justify-content: flex-start;
        gap: 20px;
        flex-direction: column;
    }

    .downloads-hero h3,
    .downloads-hero h3 p {
        font-size: 3rem;
    }

    .downloads-hero .box_background::after {
        content: '';
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
    }





    .engineered-performance.engineered_hp .regular_box_content h2::before {
        transform: translateX(-81%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::after {
        transform: translateX(81%);
    }

    .footer_tools .cell_1_3 {
        min-width: calc(49.9% - 40px);
        max-width: calc(49.9% - 40px);
        margin: 0 20px 40px 20px;
    }

    .footer_tools .flex_container {
        justify-content: center;
    }

    .two-cols-setup {
        padding: 0;
    }

    .engineered-performance .regular_box_content h2::before {
        transform: translateX(-64%);
    }

    .engineered-performance .regular_box_content h2::after {
        transform: translateX(64%);
    }

    .engineered_boxes .cell_1_4,
    .engineered_boxes .cell_1_2 {
        padding-left: 20px;
    }

    .product-video {
        padding-left: 00px;
    }

    .caption .itemtitle {
        font-size: 55px;
    }

    .caption .itemtext {
        font-size: 30px;
    }

    .categoryID_container .items .small_box_title h2 p,
    .categoryID_container .items .small_box_title h2 p a {
        font-size: 12px;
        line-height: 12px;
        color: #fff;
    }

    #machine_category_container ul li {
        font-size: 15px;
    }

    .multiplejobs {
        max-width: 31.3%;
    }

    .one_product_description .image_container img {
        max-width: 44%;
    }

    .container_machine_div .container {
        width: 100%;
    }

    .container_machine_div .items,
    .items {
        flex: 1;
        min-width: 24%;
        max-width: 24%;
    }

    .categoryID_container .items {
        min-width: 100%;
        max-width: 100%;
    }

    .categoryID_container .items .small_box_title h2 p {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline .cell_1_5 {
        min-width: 230px;
        max-width: 230px;
    }

    .timeline .description_content p {
        font-size: 19px;
        padding: 00px 0 0 15px;
        min-width: 300px;
    }

    .timeline .cell_2_5 {
        min-width: 300px;
    }

    .timeline .cell_2_5 .full-height {
        display: flex;
        height: 100%;
    }

    .timeline .img_cont {
        min-width: 300px;
    }

    .timeline .img_cont {
        padding: 0 0 20px 0;
    }

    .blue_contact_info .flex_container {
        flex-direction: column;
    }

    #contact .blue_contact_info .flex_container {
        flex-direction: row;
    }

    .blue_contact_info .cell_1_3 {
        min-width: 100%;
        max-width: 100%;
    }

    .blue_contact_info .cell_1_3 .description_content {
        display: flex;
        justify-content: space-between;
    }

    .blue_contact_info .cell_1_3 .description_content p {
        flex: 1;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .profile-container-v2 {
        flex-wrap: wrap;
    }

    .profile-image-box {
        order: 1;
    }

    .profile-center-content {
        order: 2;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .categoryID_container h2 {
        display: none !important;
    }

    .categoryID_container .small_box_title.optionen_title h2 {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .need_help_footer .cell_1_3,
    .need_help_footer .cell_2_3{
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .large-70-heading_ h2 p,
    .large-70-heading_dark h2 p {
        font-size: 55px !important;
        color: #000000 !important;
    }
    .help_boxes .cell_1_4 {
        min-width: calc(49.9% - 20px);
        max-width: calc(49.9% - 20px);
    }
    .help_boxes .cell_1_4:nth-child(2):after, 
    .help_boxes .cell_1_2:nth-child(2):after {
        border-right: 0px solid #cdcdcd;
    }
    .help_boxes h2 p {
        font-size: 33px;
        line-height: 1.35;
    }
    .help_boxes .description_content {
        font-size: 25px;
        line-height: 1.35;
    }
    .engineered_boxes.only_half .flex_container {
        position: relative;
        align-items: center;
        padding: 30px 0;
    }
    .engineered_boxes.only_half .flex_container:before,
    .engineered_boxes.only_half .flex_container:after {
        content: '';
        width: 100%;
    }
    .engineered_boxes.only_half .cell_2_4{
        min-width: 100%;
        max-width: 100%;
    }
    .resume_questions .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
    }

    .career_questions {
        margin-top: 20px;
        ;
    }

    #careeropportunities .support-panel>.section-title {
        justify-content: center;
        font-size: 35px;
    }

    .categ_image,
    .machinery-card__media {
        max-height: 280px;
        border-radius: 10px;
    }

    .each_categ_hero .item_cont_links .download_button,
    .item_cont_links .download_button.outlined,
    .item_cont_links .download_button {
        font-size: 2rem;
    }

    .profile-box-v2 {
        margin: 0 auto;
    }

    .product-intro--pdf .product-intro__text p {
        font-size: 1.8rem;
    }

    .why-vicon .regular_box_content h2 p::before {
        transform: translateX(-63%);
    }

    .why-vicon .regular_box_content h2 p::after {
        transform: translateX(63%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::before {
        transform: translateX(-84%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::after {
        transform: translateX(84%);
    }

    .product-intro__text .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .cell_1_2.main_col_left,
    .cell_1_2.main_col_right {
        min-width: 100%;
        max-width: 100%;
    }

    .cell_1_2.main_col_right {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }

    .engineered_boxes .cell_1_4 {
        min-width: calc(49.9% - 0px);
        max-width: calc(49.9% - 0px);
        margin-right: 0;
    }

    .engineered_boxes .cell_1_4 .description_content p br {
        display: none;
    }

    .product-video {
        padding-left: 20px;
        padding-right: 20px;
    }

    .engineered_boxes .cell_1_4:nth-child(2n+2):after {
        content: '';
        border-right: 0px solid #cdcdcd;
    }

    .product-benefits--pdf {
        box-sizing: border-box;
        max-width: 100%;
    }

    .blue_contact_info .cell_1_2 {
        padding: 30px 30px 30px 75px;
    }

    .blue_contact_info h2:before {
        left: -57px;
    }

    .navbar-nav>li>a.active:after {

        width: calc(100% - 12px);
        height: 1px;
        position: absolute;
        bottom: -3px;
        left: 6px;
        right: 0px;
    }

    .opportunities_box .cell_1_6 {
        margin-bottom: 40px;
        min-width: 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    .latest_news_box .container {
        width: 100%;

    }

    .latest_news_box .flex_container {
        justify-content: center;
    }

    .latest_news_box .cell_1_5,
    .latest_news_box .cell_3_5 {
        min-width: 35%;
        max-width: 35%;

    }

    .latest_news_box .cell_1_5:nth-child(4) {
        display: none;
    }

    .newletter_footer span {
        font-size: 18px;

    }

    #b0.container_machine_div {
        width: 100%;
        max-width: 97%;
    }

    .categoryID_container {
        min-width: 100%;
        max-width: 100%;
    }

    .categoryID_container h2 {
        min-width: 100%;
        max-width: 100%;
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .categoryID_container .item_category {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        min-width: 100%;
        max-width: 100%;
    }

    .categoryID_container .items {
        min-width: 19%;
        max-width: 19%;
    }

    .categoryID_container .items:nth-child(1) {
        margin-bottom: 7px;
    }

    .categoryID_container .items .small_box_title h2 p {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
    }

    .blue_contact_info .cell_1_3 h2 {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .blue_contact_info .cell_1_3 .description_content p {
        font-size: 16px;
    }

    .caption .itemtitle {
        color: #FFFFFF;
        font-family: var(--font-body);
        font-size: 40px;
    }

    .caption .itemtext {
        color: #FFFFFF;
        font-family: var(--font-body);
        font-size: 26px;
    }

    a .caption .itemtext {
        padding-bottom: 40px;
        line-height: 1.3;
    }

    a .caption .itemtext:after {
        width: 110px;
        height: 33px;
    }

    a .caption .itemtext:hover::after {
        width: 135px;
    }

    .languages_cont {
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 123456;
    }

    .navbar-nav>li>a {
        padding: 0 8px;
        font-size: 18px;
    }

    #machine_category_container ul {
        padding: 0 15px 10px 15px;
    }

    #machine_category_container ul li {
        font-size: 16px;
    }

    #machine_category_container ul li.active:after {
        height: 16px;
        -webkit-background-size: cover;
        background-size: cover;
        bottom: -26px;
    }

    .goto_products,
    .goto_products a,
    .featured_prod_machines {
        font-size: 20px;
    }

    .featured_prod_machines,
    .goto_products {
        padding: 0 20px 20px 20px;
    }

    /* .options h2,
    .options .description_content {
        padding: 0 25px;
    } */

    .options .btn-custom {
        margin-left: 15px;
        font-size: 17px;
    }

    .options .btn-custom:after {
        top: 1px;
    }

    .options h2 p {
        font-size: 18px;
    }

    .options .description_content p {
        font-size: 16px;
    }

    #facebook_posts li {
        min-width: 31%;
        max-width: 31%;
    }

    .optionen .items:nth-child(1) {
        min-width: 48%;
        max-width: 48%;
    }

    .optionen .items {
        min-width: 48%;
        max-width: 48%;
    }

    /* .items:nth-child(n+3) {
        min-width: 48%;
        max-width: 48%;
    }*/



    #submit_btn {
        position: absolute;
        top: 31px;
        right: 34px;
    }

    .is-sticky .languages_cont {
        position: absolute;
        right: 15px;
        top: -13px;
    }

    .languages_cont {
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .options .cell_1_2,
    .options .cell_1_4 {
        min-width: 47.9%;
        max-width: 47.9%;
    }

    .group_files {
        flex-direction: column;
    }

    .group_files .item,
    .group_files_single .item {
        min-width: 23%;
        max-width: 23%;
    }

    .downloads_category {
        margin-bottom: 20px;
    }

    .group_files .flex_container,
    .group_files_single .flex_container {
        flex: 1;
        min-width: 100%;
        max-width: 100%;
        flex-direction: initial;
    }

    .navbar-nav>li>a {
        padding: 0 6px;
    }

    .contact_info_footer .cell_1_3 {
        min-width: 50%;
        max-width: 50%;
        text-align: center;
    }

    .contact_info_footer .flex_container {
        justify-content: center;

    }

    .contact_info_footer .img_cont {
        margin: 0 auto;
    }
    .machinery-card__media,
    .machinery-card__body {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .machinery-card__link {
        flex-direction: column !important;
    }
}

@media (max-width: 800px) {
    .unique_features_container tr td {
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    .large-70-heading_ h2 p,
    .large-70-heading_dark h2 p {
        font-size: 40px !important;
        color: #000000 !important;
    }
    .explore_oportunities h2 p,
    .ready_to_build_career h2 {
        font-size: 50px;
    }

    #machinery .two-cols-setup.engineered_boxes .cell_1_4,
    .two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_4 {
        min-width: calc(49.9% - 20px) !important;
        max-width: calc(49.9% - 20px) !important;
    }



    .machinery-card__link {
        flex-direction: column !important;
    }

    .machinery-hub-cta__inner .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .machinery-hub-cta__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: flex-start;
    }

    .full-height.dld_item {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .full-height.dld_item img.dld_item_image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        ;
    }

    .item_cont_info {
        width: 100%;
        padding-right: 15px;
    }

    .item_cont_info h2 {
        margin-top: 0;
    }

    .two_cols_custom_container .two-cols-setup.engineered_boxes .flex_container {
        flex-direction: initial;
    }

    .dld-container-left {
        width: 100%;
        padding: 0 15px;
    }

    .two_cols_custom_container .two-cols-setup.engineered_boxes {
        max-width: calc(100% - 30px) !important;
        padding: 0 15px 20px 15px;
        margin: 0 auto;
    }

    .two_cols_custom_container .containers {
        flex-direction: column;
    }

    .two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_4 {
        min-width: calc(47.9% - 20px);
        max-width: calc(47.9% - 20px);
    }

    .breadcrumb-nav .breadcrumb {
        font-family: var(--font-heading);
        font-size: 16px;
        padding-left: 0;
    }

    .profile-container-v2 {
        flex-wrap: wrap;
    }

    .profile-image-box {
        order: 1;
    }

    .profile-center-content {
        order: 2;
        min-width: 100%;
        max-width: 100%;
    }

    .engineered-performance.engineered_hp .regular_box_content h2::before {
        transform: translateX(-93%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::after {
        transform: translateX(93%);
    }

    .footer_tools .cell_1_3 {
        min-width: 100%;
        max-width: 100%;
        margin: 0 20px 40px 20px;
    }

    .container .container {
        padding: 0 !important;
    }

    .cell_1_2.main_col_right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cell_1_2.col-spacer-right {
        margin-right: 0;
    }

    .engineered-performance .regular_box_content h2::before {
        transform: translateX(-70%);
    }

    .product-video {
        padding-left: 0;
        padding-right: 0;
    }

    .engineered-performance .regular_box_content h2::after {
        transform: translateX(70%);
    }

    .product-specs-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #contact .blue_contact_info .flex_container {
        flex-direction: column;
    }

    .blue_contact_info .cell_1_2 {
        background: #fbf1d9;
        min-width: 99%;
        max-width: 99%;
    }

    .navbar-nav>li>a.active:after {
        width: calc(100% - 12px);
        height: 1px;
        position: absolute;
        bottom: 7px;
        left: 6px;
        right: 0px;
    }

    .col-sm-12 {
        width: 100%;

    }

    .logo {
        min-width: 120px;
        max-width: 120px;
        display: flex;
        align-items: center;
    }

    .is-sticky .logo {
        min-width: 120px;
        max-width: 120px;
    }

    .memberships_box .cell_1_2 {
        min-width: 48%;
        max-width: 48%;
    }

    #machine_category_container ul li img {
        width: 18px;
        height: 18px;
    }

    .categoryID_container .items {
        margin-bottom: 10px !important;
    }

    .multiplejobs {
        max-width: 48%;
    }

    .conti_video {
        flex: 1;
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .video_multiple_sources_container {
        width: 100%;
        padding-top: 50%;
    }

    .video_multiple_sources_container video {
        width: 100%;
        top: 0%;
        transform: translateY(0%);
    }

    .cell_1_4 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    .cell_1_5 {
        min-width: 33%;
        max-width: 33%;
    }

    .row {
        margin: 0;
    }

    .cell_1_6 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    #main-navigation {
        position: absolute;
        z-index: 1223;
        width: 100%;
        height: auto;
        right: 0;
        top: 80px;
        padding: 15px;

        background: #f7f7f7;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0);
        /* IE6-9 */


    }

    .container_machine_div .items:nth-child(1),
    .container_machine_div .items {
        /* min-width: 100%;
        max-width: 100%;*/
        margin-bottom: 40px;
    }

    .navicont {
        justify-content: flex-end;
        align-items: flex-end !important;
    }

    .vicon-header-nav {
        flex: 0 0 auto;
        margin-left: auto;
        width: calc(100% - 130px);
    }

    .navbar-toggle {
        margin-right: 0;
        /* padding-right: 0;
        padding-bottom: 0; */
        margin-bottom: 0px;
        margin-top: 7px;

    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav>li>a {
        line-height: 2.5;
    }

    .regular_box_title h2 p {
        margin: 25px 0;
        font-size: 23px;
    }



    #facebook_posts li {
        min-width: 48%;
        max-width: 48%;
    }

    .helpline-info .cell_1_3 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    .dld_item a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .dld_item .img_cont {
        min-width: 100%;
        max-width: 100%;
    }

    .group_files h2,
    .group_files h3 {
        margin: 10px 0;
    }

    .group_files h2 p {
        font-size: 18px;
    }

    .group_files h3 p {
        font-size: 14px;
    }

    .caption .itemtitle {
        font-size: 23px;
    }

    .caption .itemtext {
        font-size: 16px;
        padding-bottom: 30px;
    }

    a .caption .itemtext:after {
        width: 90px;
        height: 27px;
    }

    a .caption .itemtext:hover::after {
        width: 110px;
    }

    .blue_contact_info .cell_1_3 .description_content {
        flex-direction: column;
    }

    h1.page_title {
        margin: 40px 0;
    }

    .video_multiple_sources_container {
        width: 100%;
        padding-top: 50%;
    }

    .video_multiple_sources_container video {
        width: 100%;
        top: 0%;
        transform: translateY(0%);
    }

    .cell_1_4 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    .cell_1_5 {
        min-width: 33%;
        max-width: 33%;
    }

    .row {
        margin: 0;
    }

    .cell_1_6 {
        min-width: 49.9%;
        max-width: 49.9%;
    }
}

@media (max-width: 640px) {
    .large-70-heading_dark h2 p,
    .large-70-heading h2 p {
        font-size: 45px !important;
        color: #000000 !important;
    }
    .help_boxes .cell_1_4 {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        padding-right: 0;
    }
    .help_boxes .cell_1_4:after, 
    .help_boxes .cell_1_2:after {
        content: '';
        border-right: 0px solid #cdcdcd !important;
        border-bottom: 2px solid #cdcdcd !important;
        width: 75%;
        bottom: -9px;
        height: 4px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .help_boxes .description_content{
        max-width: 80%;
        margin: 0 auto;
    }

    .help_boxes .cell_1_4:last-child:after,
    .help_boxes .cell_1_2:last-child:after {
        border-bottom: 0px solid #cdcdcd !important;
    }
    .item_container_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .item_cont_links {
        width: 100%;
    }

    .item_cont_info {
        width: 100%;
        padding-right: 15px;
    }

    .search_downloads_cont {
        max-width: 100%;
    }

    #search_downloads {
        width: calc(100% - 170px);
        padding-left: 15px;
        border: 2px solid #000;
    }

    #search_downloads_button {
        width: 135px;
        padding: 10px 20px;
    }

    .downloads-hero h2:after {
        content: '';
        width: 100px;
    }

    .downloads-hero h2 {
        position: relative;
        max-width: 100%;
    }

    .engineered-performance.engineered_hp .regular_box_content h2::before,
    .engineered-performance.engineered_hp .regular_box_content h2::after {
        display: none;
    }

    .why-vicon .regular_box_content h2 p::before {
        transform: translateX(-67%);
    }

    .why-vicon .regular_box_content h2 p::after {
        transform: translateX(67%);
    }

    .product-intro__text .cell_1_2:nth-child(2) {
        padding: 0 20px;
        text-align: center;
    }

    .latest_news_box .cell_1_5:nth-child(4) {
        display: block;
    }

    .latest_news_box .cell_1_5:nth-child(2),
    .latest_news_box .cell_1_5:nth-child(4) {
        min-width: 17%;
        max-width: 17%;
    }

    .machines-x2 .cell_1_2 {
        min-width: 98%;
        max-width: 98%;
        margin-bottom: 15px;
    }

    #machine_category_container ul li:nth-child(8) {
        min-width: 19%;
        max-width: 19%;
    }

    .donation_foundation {
        background-size: cover;
    }

    /* 
    .sticky-wrapper {
        height: 84px !important;
    } */

    #index .owl-carousel .owl-item img,
    #index-test .owl-carousel .owl-item img {
        /*min-height: 300px;*/
        width: 100%;
        object-fit: cover;
    }

    .options.options_sec .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .cell_1_2_1 {
        min-width: 100%;
        max-width: 100%;
    }

    .helpline-info .cell_2_3 {
        min-width: 100%;
        max-width: 100%;
    }

    .one_product_description .image_container img {
        max-width: 100%;
    }

    .options .cell_1_3 {
        min-width: 98%;
        max-width: 98%;
        margin: 15px 1%;
    }

    .options .cell_1_4 {
        min-width: 98%;
        max-width: 98%;
        margin: 15px 1%;
    }

    .latest_news_box .cell_1_5,
    .latest_news_box .cell_3_5 {
        min-width: 98%;
        max-width: 98%;
        margin: 15px 1%;
    }

    .marketplace_items .cell_1_3 {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .marketplace_items .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .marketplace_items img {
        max-width: 250px;

    }

    .gallery video {
        width: 100%;
        /*height: 100%;*/
        position: relative;
        top: 0%;
        transform: translateY(0%);
        left: 0;
        z-index: 999999;
        background: #000;
    }

    #index .owl-carousel .owl-item img,
    #index-test .owl-carousel .owl-item img {
        display: none;
    }

    .owl-dots {
        left: 42%;
        bottom: 0;
    }

    .owl-dot {
        width: 10px;
        height: 10px;
    }

    .logo {
        min-width: 120px;
        max-width: 120px;
        display: flex;
        align-items: center;
        /*margin-bottom: 20px;*/
    }

    #machine_category_container ul li {
        font-size: 14px;
    }

    .goto_products,
    .goto_products a,
    .featured_prod_machines {
        font-size: 15px;
    }

    .caption {
        margin-left: 5%;
        bottom: 10%;
        max-width: 94%;
    }

    #index .caption,
    #index-test .caption {
        bottom: 0;
    }

    #index .caption .itemtext,
    #index-test .caption .itemtext {
        padding-bottom: 8px;
    }

    /* .owl-carousel {
        min-height: 300px;
    } */

    /*.owl-carousel .owl-item img {
        width: auto;
        min-height: 170px;
        object-fit: cover;
    }*/

    .caption .itemtext {
        text-shadow: 1px 1px 6px black;
    }

    /* .container_machine_div img {
        width: auto;
        min-height: 220px;
        object-fit: cover;
        width: 100%;
    } */
    .categoryID_container .items img {
        min-height: 1px;
        object-fit: unset;
    }

    .newsletter_preview_img {
        min-width: 100px;
        max-width: 100px;
    }

    .newsletter_form {
        max-width: calc(100% - 100px);
        min-width: calc(100% - 100px);
    }

    #sendnewsletter,
    #sendnewsletter2 {
        height: 50px;
        width: 135px;
    }

    .newsletter_form input[type=text] {
        width: calc(100% - 135px);
    }

    #footer .flex_container {
        flex-direction: column;
    }

    .copyright {
        text-align: center;
        padding-top: 15px;
    }

    .search_container ul li {
        position: relative;
    }

    .search_container ul li a {
        padding: 15px 90px 15px 10px;
    }

    .results_number {
        padding-left: 10px;
    }

    .popup h2 {
        font-size: 20px;
    }

    .search_container ul li a p {
        font-size: 16px;
        line-height: 1.5;
    }

    .icon_pdf {
        min-width: 68px;
    }

    .icon_pdf img {
        width: 100%;
        max-width: 80px;
    }

    .dowload_icon_cont {
        min-width: 38px;
        max-width: 38px;
    }

    .icon_pdf {
        padding: 10px 0;
    }

    .dowload_icon:after,
    .dowload_icon:before {
        width: 38px;
        height: 38px;
    }

    .dowload_icon_cont {
        margin-top: 20px;
    }

    .file_name a,
    .file_name span {
        font-size: 20px;
    }

    .group_files .item,
    .group_files_single .item {
        min-width: 47.9%;
        max-width: 47.9%;
    }

    .dld_item .img_cont {
        min-width: 50px;
        max-width: 50px;
        padding: 30px 0;
    }

    .dld_item .text_cont {
        min-width: calc(100% - 50px);
        max-width: calc(100% - 50px);
    }

    .downloads_category {
        min-width: 100%;
        max-width: 100%;
    }

    .timeline-controls {
        display: none;
    }

    .timeline .cell_2_5 .full-height {
        flex-direction: column;
        min-height: 10px;
        height: auto;
    }

    .timeline .flex_container {
        flex-direction: column;
    }

    .timeline .cell_1_5 {
        min-width: 230px;
        max-width: 230px;
        padding-left: 0;
        margin-left: 0;
        padding-right: 15px;
    }

    .timeline .description_content p {
        font-size: 19px;
        min-width: 290px;
    }

    .timeline .cell_2_5 {
        min-width: 93%;
        margin: 0 15px;
        display: flex;
        /*flex-direction: column-reverse;*/
    }

    .timeline .cell_2_5 h2 {
        font-size: 20px;
        margin-top: 10px;
        min-width: 290px;
        min-height: auto;
    }

    .timeline h2.timeline_year {
        min-height: auto;
    }

    .timeline .description_content {
        margin-bottom: 10px;
    }

    .timeline .img_cont {
        min-width: 290px;
    }

    .timeline .img_cont {
        padding: 0 0 20px 0;
    }

    .timeline .img_cont img {
        position: relative;
        top: auto;
    }

    .contact_info_footer .cell_1_3 {
        min-width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .contact_info_footer .flex_container {
        justify-content: flex-start;

    }

    .contact_info_footer .img_cont {
        margin: 0;
    }

    .contact_info_footer .img_cont img {
        max-width: 170px;
    }

    .categoryID_container .items {
        min-width: 24% !important;
        max-width: 24% !important;
    }
}

@media (max-width: 560px) {
    #careeropportunities .support-panel>.section-title {
        justify-content: center;
        font-size: 25px;
    }

    .career_questions h2 p {
        font-size: 30px;
    }

    .career_questions .description_content a {
        font-size: 20px;
    }

    .career_questions img {
        max-width: 40px;
    }

    .downloads-hero .item_cont_links .download_button {
        width: auto;
        min-width: 170px;
    }

    .two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_4 {
        min-width: 100%;
        max-width: 100%;
    }

    .engineered_boxes .cell_1_2,
    .engineered_boxes .cell_1_2:nth-child(1),
    .engineered_boxes .cell_1_2:nth-child(2),
    .engineered_boxes .cell_1_4 {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .engineered_boxes .cell_1_4:after,
    .engineered_boxes .cell_1_2:after {
        content: '';
        border-right: 0px solid #cdcdcd;
        border-bottom: 2px solid #cdcdcd;
        left: 50%;
        position: absolute;
        top: auto;
        right: 0;
        height: auto;
        transform: translateY(-00%);
        transform: translateX(-50%);
        bottom: 10px;
    }

    .engineered_boxes .cell_1_2:last-child:after,
    .engineered_boxes .cell_1_4:last-child:after {
        border-bottom: 0px solid #cdcdcd;

    }

    .engineered-performance .regular_box_content h2::before {
        transform: translateX(-75%);
    }

    .engineered-performance .regular_box_content h2::after {
        transform: translateX(75%);
    }

    .blue_contact_info .cell_1_2 {
        padding: 30px 30px 30px 60px;
    }

    .multiplejobs {
        max-width: 98%;
        margin-bottom: 15px;
    }

    .container_machine_div .items,
    .container_machine_div .items:nth-child(1),
    .container_machine_div .items:nth-child(3),
    .items,
    .items:nth-child(1),
    .items:nth-child(n+3),
    .optionen .items,
    .optionen .items:nth-child(1),
    .optionen .items:nth-child(3) {
        min-width: 100%;
        max-width: 100%;
    }

    #helpline .img_cont img {
        width: 100%;
    }

    .group_files .item {
        min-width: 100%;
        max-width: 100%;
    }

    .group_files h2,
    .group_files h3 {
        margin: 10px 0;
    }

    .group_files h2 p {
        font-size: 20px;
    }

    .group_files h3 p {
        font-size: 18px;
    }

    .dld_item a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .dld_item .img_cont {
        min-width: 50px;
        max-width: 50px;
        padding: 30px 0;
    }

    .dld_item .text_cont {
        min-width: calc(100% - 50px);
        max-width: calc(100% - 50px);
    }

    .group_files h2,
    .group_files h3 {
        margin: 10px 0;
    }

    .group_files h2 p {
        font-size: 18px;
    }

    .group_files h3 p {
        font-size: 14px;
    }

    .helpline-info .cell_1_3 {
        min-width: 100%;
        max-width: 100%;
    }

    .options .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .helpline-info .small_box_title h2 p,
    .helpline-info .small_box_title .description_content p {
        padding-left: 0;
        padding-right: 0;

    }

    .tech-support .flex_container {
        flex-direction: column;
    }

    .tech-support .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        padding-bottom: 10px;
    }

    .blue_contact_info h2:before {
        width: 30px;
        height: 45px;
        left: -45px;
        top: 0px;
    }

    .blue_contact_info .cell_1_3 {
        padding-left: 60px;
        padding-right: 5px;
    }

    .blue_contact_info h2 p {
        font-size: 25px;
    }

}

@media (max-width: 480px) {

    #machinery .two-cols-setup.engineered_boxes .cell_1_4,
    .two_cols_custom_container .two-cols-setup.engineered_boxes .cell_1_4 {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .downloads-hero h3:before,
    .downloads-hero h2:after {
        content: '';
        width: 100px;
        display: none;
    }

    .downloads-hero h3 {
        padding-left: 0px;
        position: relative;
    }

    .why-vicon .regular_box_content h2 p::before {
        transform: translateX(-72%);
    }

    .why-vicon .regular_box_content h2 p::after {
        transform: translateX(72%);
    }

    .engineered_boxes p {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .black_section_bott .description_content p,
    .machinery-hub-cta__text {
        font-size: 1.6rem;
    }

    .why-vicon .description_content p {
        font-size: 1.6rem;
    }

    .opportunities_box .cell_1_6 {
        min-width: 100%;
        max-width: 100%;
    }

    .charities .cell_1_6 {
        position: relative;
    }

    .spiro_packages .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
    }

    .row.technical_data {
        margin: 0 auto;
    }

    .charities .cell_1_6:after {
        content: '';
        background: #cdcdcd;
        height: 1px;
        width: 50%;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 1;

    }

    .charities .cell_1_6:last-child:after {
        height: 0;
        width: 0;
    }

    .memberships_box .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        padding: 0 10px;

    }

    .newsletter_preview_img {
        display: none;
    }

    .newsletter_form {
        max-width: 100%;
        min-width: 100%;
    }

    .footer_newsletter_form input[type=text]#newsletter2 {
        float: left;
    }

    #machine_category_container ul li:nth-child(1),
    #machine_category_container ul li:nth-child(8) {
        min-width: initial;
        max-width: initial;
    }

    .categoryID_container .items {
        min-width: 49% !important;
        max-width: 49% !important;
    }

    .categoryID_container {

        padding: 0 10px;
    }

    .container_machine_div .container {
        width: 100%;
    }

    .container_machine_div .description_content_full p {
        font-size: 16px;
    }

    /*    .gallery video {
        width: 100%;
  
        position: absolute;
        top: 0%;
        transform: translateY(0%);
        left: 0;
        z-index: 999999;
        background: #000;
    }*/
    .cell_1_2:nth-child(1) .form-control {
        border-right: 1px solid #000000;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .cell_1_2:nth-child(2) .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .newsletter_form input[type=text] {
        width: 100%;
        float: none;
        border: 0;
        border-radius: 5px;
    }

    #sendnewsletter,
    #sendnewsletter2 {
        font-weight: 600;
        float: none;
        border: 0;
        display: block;
        margin: 10px 0;
    }

    #facebook_posts li {
        min-width: 98%;
        max-width: 98%;
    }

    #machine_category_container ul li {
        min-width: 31%;
        max-width: 31%;
        margin-bottom: 15px;
        border-bottom: 2px solid transparent;
    }

    #machine_category_container ul {
        padding: 0 7px 10px 7px;
    }

    #machine_category_container ul li.active {

        border-bottom: 2px solid #000000;
    }

    #machine_category_container ul li.active:after {
        content: '';
        background: transparent;
    }

    .cell_1_2,
    .cell_1_3,
    .cell_1_4,
    .cell_1_6,
    .cell_2_3 {
        min-width: 100%;
        max-width: 100%;
    }

}

@media (max-width: 420px) {
    .profile-image-box {
        position: relative;
        flex-shrink: 0;
        width: 100%;
        height: 100px;
        max-width: 100px;
    }

    .engineered-performance .regular_box_content h2::before {
        transform: translateX(-84%);
    }

    .engineered-performance .regular_box_content h2::after {
        transform: translateX(84%);
    }
}

@media (max-width: 380px) {
    .why-vicon .regular_box_content h2 p::before {
        transform: translateX(-75%);
    }

    .why-vicon .regular_box_content h2 p::after {
        transform: translateX(75%);
    }
}

/*****************************************************************
sterge de aici in jos, este pt IE
***********************************************************/
@media (min-width: 641px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .timeline .cell_2_5 .full-height {
        display: block;
    }

    .timeline .flex_container {
        flex-wrap: initial;

        overflow-x: initial;
        padding: 0 0 35px 0;
    }

    .timeline .description_content {
        min-height: 240px;
    }

    .timeline .cell_2_5 h2 {
        min-height: 75px;
    }
}

@media (max-width: 640px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .timeline .cell_2_5 .full-height {
        display: inline-block;
    }

    .timeline .flex_container {
        flex-wrap: initial;
        display: block;
        overflow-x: initial;
        padding: 0 0 35px 0;
    }

    .timeline .description_content {
        min-height: 10px;
    }

    .timeline .cell_2_5 {
        display: block;
    }

    .timeline .cell_2_5 h2 {
        min-height: 10px;
    }

    #footer .flex_container {
        display: block;
        text-align: center;
    }

    #footer .social_icons {
        text-align: center;
    }
}


/*---- machinary-new.php ----*/

/* 1. Umplem tot fundalul cu negru */
.special_header {
    background-color: #000000 !important;
    width: 100%;
    overflow: hidden;
}

/* 2. Suprascriem stilurile inline de pe box_background */
.special_header .box_background {
    background-image: url("https://viconmachinery.shapers.ch/uploads/page_boxes/box_293.png") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    /* Lipim poza de marginea din dreapta */
    background-size: contain !important;
    /* Păstrăm proporțiile pozei fără să o tăiem */
    padding-top: 60px !important;
    /* Anulăm padding-top: 36% din inline style */
    padding-bottom: 60px !important;
    min-height: 480px;
    display: flex;
    align-items: center;
}

/* 3. Reinițializăm containerul interior */
.special_header .box_background .container {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

/* 4. Blocul de text - îl limităm în stânga peste zona neagră */
.special_header .box_caption {
    max-width: 500px !important;
    padding: 0 !important;
    position: relative;
}

/* Linia roșie de accent */
.special_header .box_caption::before {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #d9232e;
    margin-bottom: 20px;
}

/* 5. Stilizare Titlu */
.special_header .box_caption h2 {

    margin-bottom: 20px !important;
}

.special_header .box_caption h2 p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 2.3rem !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
}

/* 6. Stilizare Paragraf */
.special_header .description_content p {
    font-size: 1.5rem !important;
    line-height: 1.5 !important;
    color: #cccccc !important;
    margin-bottom: 25px !important;
}

/* 7. Stilizare Bife (features_grid) */
.downloads-hero .features_grid,
.special_header .features_grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, max-content)) !important;
    gap: 12px 30px !important;
}

.downloads-hero .feature_item,
.special_header .feature_item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 2.3rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
}

.downloads-hero .check,
.special_header .check {
    width: 20px !important;
    height: 20px !important;
    background-color: #d9232e !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 2px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

.downloads-hero .box_caption,
.special_header .box_caption {
    max-width: 920px !important;
}

/*------vertical- boxes------*/
/* Containerul extern gri */
.vertical_boxes_wrapper {
    background-color: #f4f4f4;
    /* Fundalul gri deschis din imagine */
    padding: 30px 15px;
    width: 100%;
    max-width: 280px;
    /* Poți ajusta lățimea coloanei */
    margin: 0 auto;
}

.vertical_boxes_container {
    display: flex;
    flex-direction: column;
    gap: 35px;
    /* Spațierea verticală între boxuri */
    text-align: center;
}

/* Fiecare element */
.vertical_box_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Imaginea / Icoana circulară */
.vertical_box_item .img_cont {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
}

.vertical_box_item .img_cont img {
    width: 100%;
    height: auto;
    display: block;
}

/* Titlul */
.vertical_box_item .description_content h3 {
    font-weight: 800;
    font-size: 1.1rem;
    color: #000;
    margin: 0 0 6px 0;
    line-height: 1.2;
    text-transform: none;
}

/* Textul descriptiv */
.vertical_box_item .description_content p {
    font-size: 0.88rem;
    color: #000000;
    line-height: 1.35;
    margin: 0;
}



.downloads-hero h4 {
    font-size: 5.5rem;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
}

.downloads-hero h4 span {
    color: var(--vicon-red) !important;
}

#aboutus .downloads-hero h2::after {
    display: none;
}

@media (max-width: 1199px) {

    .downloads-hero .features_grid,
    .special_header .features_grid {
        display: grid !important;
        grid-template-columns: repeat(1, minmax(0, max-content)) !important;
        gap: 12px 30px !important;
    }
}

.category_on_columns .machinery-card--item {
    max-width: calc(33.3% - 20px);
    min-width: calc(33.3% - 20px);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.category_on_columns .machinery-card__body {
    display: flex;
    flex-direction: column;
    /* Așază titlul, textul și butonul unul sub altul */
    gap: 12px;
    /* Spațiu egal între elementele din interior */
    padding: 16px;
}

.category_on_columns .machinery-hub__grid--item {
    display: flex;
    flex-wrap: wrap;
    background: #f6f6f6;
}

.orizontal_boxes .engineered-performance.engineered_hp {
    background: #f6f6f6;
}

/* 1. Schimbă direcția pentru card */
.category_on_columns .machinery-card {
    border: 6px solid #000000;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    /* SHIMBAT DIN row ÎN column */
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    padding: 10px;
    background: #ffffff;
}

/* 2. Schimbă direcția pentru link-ul din interior */
.category_on_columns .machinery-card__link {
    color: #fff;
    display: flex;
    flex-direction: column;
    /* SHIMBAT DIN row ÎN column */
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.category_on_columns .machinery-card__media {
    min-width: 100%;
    max-width: 100%;
}


@media (max-width: 1100px) {

    .category_on_columns .machinery-card--item {
        max-width: calc(49.9% - 20px);
        min-width: calc(49.9% - 20px);
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width:600px) {

    .category_on_columns .machinery-card--item {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
}

.banner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    min-height: 220px;
    overflow: hidden;
}

.banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    
}



.banner-content {
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 30px 40px;
    text-align: center;
    box-sizing: border-box;
}

.banner-content h2 {
    margin: 0 0 7px;
    color: #fff;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 43px;
    line-height: 1.15;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-content p {
    max-width: 850px;
    margin: 0 auto 18px;
    color: #fff;
    font-family: "Inter", Arial, sans-serif;
    font-size: 33px;
    line-height: 1.35;
    font-weight: 400;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 310px;
    min-height: 40px;
    padding: 10px 30px;
    border: 0;
    border-radius: 10px;
    background: #d62b47;
    color: #fff;
    font-family: "Oswald", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.banner-btn:hover {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 1024px) {
 
    
    .banner {
        flex-direction: column;
        justify-content: center;
    }

    .banner-image {
        width: 100%;
        opacity: 0.4;
    }

    .banner-content {
        width: 100%;
        padding: 20px;
    }
    .banner-image img {
        opacity: 0.75;
    }
}

/* =========================================================
   START: vicon-assist-bar — 4-column black support strip
   HTML source: template/footer-cols-cms.html
   Layout: Help | Email | Coil-Fed phone | Laser/Plasma phone
   ========================================================= */
.assist_bar{
    max-width: 100%;
}
.assist_bar .flex_container{
    padding: 0;
}
.assist_bar .cell_1_1{
    min-width: 100%;
    max-width: 100%;
}
.vicon-assist-bar {
    --assist-red: #a6213a;
    --assist-white: #fff;
    --assist-divider: rgba(255, 255, 255, 0.85);
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 36px 24px;
    box-sizing: border-box;
    background: #000;
    color: var(--assist-white);
    font-family: var(--font-body, "Inter", sans-serif);
}

.vicon-assist-bar *,
.vicon-assist-bar *::before,
.vicon-assist-bar *::after {
    box-sizing: border-box;
}

.vicon-assist-bar__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.vicon-assist-bar__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 12px 28px;
    border-left: 1px solid var(--assist-divider);
}

.vicon-assist-bar__col:first-child {
    border-left: 0;
    padding-left: 8px;
}

.vicon-assist-bar__col--help {
    align-items: flex-start;
    text-align: left;
}

.vicon-assist-bar__col--email,
.vicon-assist-bar__col--support {
    align-items: center;
    text-align: center;
}

.vicon-assist-bar__title {
    margin: 0 0 14px;
    color: var(--assist-red);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
}

.vicon-assist-bar__text {
    margin: 0;
    color: var(--assist-white);
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.45;
    font-weight: 400;
}

.vicon-assist-bar__email {
    color: var(--assist-white);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    word-break: break-word;
}

.vicon-assist-bar__email:hover,
.vicon-assist-bar__email:focus {
    color: var(--assist-white);
    text-decoration: underline;
}

.vicon-assist-bar__heading {
    margin: 0 0 14px;
    color: var(--assist-white);
    font-family: var(--font-body, "Inter", sans-serif);
    font-size: clamp(16px, 1.2vw, 20px);
    line-height: 1.3;
    font-weight: 700;
    text-transform: none;
}

.vicon-assist-bar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    min-height: 56px;
}

.vicon-assist-bar__icon img {
    display: block;
    width: auto;
    max-width: 160px;
    max-height: 70px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.vicon-assist-bar__icon--dual img {
    max-width: 180px;
    max-height: 72px;
}

.vicon-assist-bar__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    color: var(--assist-white);
    font-size: clamp(14px, 1.05vw, 17px);
    line-height: 1.3;
    font-weight: 400;
}

.vicon-assist-bar__phone-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    color: var(--assist-white);
}

.vicon-assist-bar__phone a {
    color: var(--assist-white);
    text-decoration: none;
}

.vicon-assist-bar__phone a:hover,
.vicon-assist-bar__phone a:focus {
    text-decoration: underline;
}
@media(max-width: 1350px){
    .contact_twin_boxes .img_cont {
        grid-column: 1;
        grid-row: 1 / span 3;
        align-self: center;
        width: 170px;
        max-width: 170px;
    }
    .options .cell_1_3 {
        min-width: 48%;
        max-width: 48%;
        margin: 0 1% 20px 1%;
    }
    .options h2 p {
        font-size: 40px;
        line-height: 1.25;
    }
    .options .flex_container{
        justify-content: center !important;
    }
}
@media (max-width: 1199px) {
.categ_button a, 
.machinery-card__cta,
.categ_desc, 
.categ_desc p, 
.categ_desc span, 
.machinery-card__text, 
.machinery-card__text p, 
.machinery-card__text span,
.machinery-hub-cta__text,
.downloads-hero .description_content p,
.options .description_content p, 
.options2 .description_content p, 
.options2 .description_content li,
.contact_twin_boxes .description_content p,
.contact_twin_boxes .description_content li,
.contact_twin_boxes .description_content span,
.contact_twin_boxes .btn.btn-custom, .contact_twin_boxes a.btn.btn-custom,
.help_boxes .description_content p,
.product-options-dynamic li{
    font-size: 2rem !important;
    line-height: 1.4;
}
.contact_twin_boxes .full-height > h2{
    font-size: 3.5rem !important;
}
.contact_twin_boxes .btn.btn-custom, .contact_twin_boxes a.btn.btn-custom{
    text-align: center !important;
}
.why-vicon .regular_box_content h2 p, .engineered-performance .regular_box_content h2 p,
.optional_modules_head h2 p{
    font-size: 3.5rem !important;
}
.downloads-hero .description_content p{
    font-size: 2.5rem !important;
}
.contact_twin_boxes .row.flex_container, .contact_twin_boxes .flex_container,
    .contact_twin_boxes .full-height {
        display: grid !important;
        grid-template-columns: repeat(1, minmax(2, 1fr));
    }
    .contact_twin_boxes .full-height{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 20px !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .contact_twin_boxes .btn.btn-custom, 
    .contact_twin_boxes a.btn.btn-custom,
    .contact_twin_boxes .full-height > h2{
        align-self: center !important;
    }
    .contact_twin_boxes .description_content p{
        text-align: center !important;
    }




    .banner-content h2 {
        font-size: 35px;
    }
    .banner-content p {
        font-size: 25px;
    }






/* aicii */







    .vicon-assist-bar {
        padding: 28px 16px;
    }

    .vicon-assist-bar__col {
        padding: 12px 18px;
    }
}

@media (max-width: 991px) {
   
    
    .vicon-assist-bar__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vicon-assist-bar__col {
        border-left: 0;
        border-top: 1px solid var(--assist-divider);
        padding: 24px 16px;
    }

    .vicon-assist-bar__col:nth-child(1),
    .vicon-assist-bar__col:nth-child(2) {
        border-top: 0;
    }

    .vicon-assist-bar__col:nth-child(odd) {
        border-right: 1px solid var(--assist-divider);
    }
}
@media (max-width: 767px){
    .contact_twin_boxes .cell_1_4{
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .options .cell_1_3 {
        min-width: 98%;
        max-width: 98%;
        margin: 0 1% 20px 1%;
    }
}
@media (max-width: 575px) {
    .vicon-assist-bar__grid {
        grid-template-columns: 1fr;
    }

    .vicon-assist-bar__col,
    .vicon-assist-bar__col:nth-child(odd) {
        border-right: 0;
        border-top: 1px solid var(--assist-divider);
        padding: 22px 8px;
    }

    .vicon-assist-bar__col:first-child {
        border-top: 0;
    }

    .vicon-assist-bar__col--help {
        text-align: center;
        align-items: center;
    }
}

/* =========================================================
   END: vicon-assist-bar
   ========================================================= */

/* =========================================================
   START: soft-dld-cta — Software downloads banner (view_downloads?categ=1)
   HTML: software_downloads_info_box() in includes/functions.php
   BG: template/images/look-soft-dld.png
   ========================================================= */

.soft-dld-cta {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background-color: #000;
    background-image: var(--soft-dld-bg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    color: #fff;
    font-family: var(--font-body, "Inter", sans-serif);
    overflow: hidden;
}

.soft-dld-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 30%);
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 1920px;
    min-height: 280px;
    margin: 0 auto;
    padding: 48px 40px;
    box-sizing: border-box;
}

.soft-dld-cta__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.soft-dld-cta__title {
    margin: 0 0 16px;
    color: #fff;
    font-family: var(--font-heading, "Oswald", sans-serif);
    font-size: 60px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: none;
}

.soft-dld-cta__text {
    margin: 0 0 28px;
    color: #fff;
    font-size: 32px;
    line-height: 1.45;
    font-weight: 400;
}

.soft-dld-cta__btn {
    padding: 12px 36px;
    font-family: var(--font-heading, "Oswald", sans-serif);
    font-size: 30px;
    line-height: 1.2;
    text-underline-offset: 3px;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.soft-dld-cta__btn:hover,
.soft-dld-cta__btn:focus {

}

.soft-dld-cta__visual {
    display: block;
    min-height: 220px;
}

@media (max-width: 991px) {
    .soft-dld-cta {
        background-position: center bottom;
        background-size: min(520px, 90%) auto;
    }

    .soft-dld-cta__inner {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 40px 20px 220px;
        gap: 0;
    }

    .soft-dld-cta__visual {
        display: none;
    }
}

@media (max-width: 575px) {
    .soft-dld-cta__inner {
        padding: 32px 16px 180px;
    }

    .soft-dld-cta__btn {
        width: 100%;
        min-width: 0;
    }
}

/* =========================================================
   END: soft-dld-cta
   ========================================================= */
