/**
 * GLOBAL VARIABLES
 */
:root {
    /** UNIVERSAL **/
    --space-60: 60px;
    --space-50: 50px;
    --space-40: 40px;
    --space-25: 25px;

    --font-80: clamp(40px, 4.3vw, 80px);
    --font-70: clamp(30px, 3.9vw, 70px);
    --font-60: clamp(25px, 3.2vw, 60px);
    --font-48: clamp(24px, 2.5vw, 48px);
    --font-40: clamp(22px, 2.1vw, 40px);
    --font-36: clamp(20px, 2.2vw, 36px);
    --font-32: clamp(19px, 1.7vw, 32px);
    --font-30: clamp(18px, 1.6vw, 30px);
    --font-24: clamp(16px, 1.3vw, 24px);
    --font-20: clamp(16px, 1.2vw, 20px);

    --font-18: 1.125rem;
    --font-16: 1rem;
    --font-14: 0.875rem;

    --container-padding: 40px;

    --submenu-gap: 12px;

    /** FORMS **/
    --row-gap: 6px;
    --form-border-radius: 5px;
    --form-background: #fff;
    --form-border-color: transparent;


    /** SPECIFIC **/
    --gradient-primary: linear-gradient(45deg, rgba(83, 83, 83, 1) 0%, rgba(0, 0, 0, 1) 100%);
    --color-primary: #E30613;
    --color-secondary: #000;
    --color-default: #000;
    --square-radius: 5px;
    --square-size: 43px;
}

body {
    color: #000;
    font-family: 'Poppins', sans-serif;
}

/**
 * BASIC
 */
#container-page {
    overflow: hidden;
}

#page #content {
    flex-grow: 1;
    padding-top: calc((var(--space-25) * 2) + 82px);
    width: 100%;
}

body.sticky-footer #page {
    margin: 0;
    padding: 0;
    flex-grow: 1;
    min-height: unset;
}

#container-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#container-page > footer {
    margin-top: auto;
    width: 100%;
    position: relative;
}


.error-template {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-template h2 {
    font-size: var(--font-48);
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--color-primary);
}

#page #content:has(.error-template) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.error-template .error-details {
    font-size: calc(var(--font-24) - 2px);
}

.error-template .row + .row {
    margin-top: 10px;
}


a, input, select, textarea, option, button {
    outline: none !important;
}

em {
    padding-right: 2px;
}

.text h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: var(--space-25);
}

.text h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: calc(var(--space-25) + 10px);
}

.text h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;

    line-height: 1.5;
    margin-bottom: var(--space-25);
}

.text h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: var(--space-25);
}

.text h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
}


a {
    color: inherit;
}

a:hover, a:focus {
    color: inherit;
}

.text a {
    color: var(--color-primary);
}

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

.img-wrapper img {
    max-width: 100%;
    display: block;
}


.page-header .text {
    text-align: left;
}

.page-header {
    text-align: center;
    padding: 0;
    margin: var(--space-60) 0;
    border-bottom: none;
}

.page-title {
    font-size: var(--font-40);
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.slick-slider .slick-slide {
    height: unset;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    display: flex;
    width: 100%;
    margin: 0;
    align-items: stretch;
}

/**
 * EXTRA
 */
/* Animations lib */
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* Mourning class added to body */
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.grayscale {
    filter: grayscale(1);
}

.grayscale-fade {
    transition: filter 0.2s;
}

.grayscale-fade:hover,
.grayscale-fade:focus {
    filter: grayscale(0);
}

/**
 * PAGE
 */


.container {
    clear: both;
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 1720px;
    width: 100%;
}

.container-max {
    padding: 0;
    max-width: 1920px;
}

.container-small {
    max-width: 1440px;
}

.container--noClear {
    clear: none;
}

.container--noClear::before,
.container--noClear::after {
    display: none;
}

/**
 * ICONS
 */
.icon-wrapper,
.icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper img,
.icon-wrapper svg,
.icon img,
.icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.icon *[fill]:not([fill="none"]) {
    fill: currentColor;
}

.icon *[stroke]:not([stroke="none"]) {
    stroke: currentColor;
}


.icon-mask.icon-mask {
    -webkit-mask-size: contain;
    -mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: currentColor;
}

.icon-user {
    -webkit-mask-image: url('../images/icons/user.svg');
    mask-image: url('../images/icons/user.svg');
}

.icon-register {
    -webkit-mask-image: url('../images/icons/register.svg');
    mask-image: url('../images/icons/register.svg');
}

.icon-logout {
    -webkit-mask-image: url('../images/icons/logout.svg');
    mask-image: url('../images/icons/logout.svg');
}

.icon-loupe {
    -webkit-mask-image: url('../images/icons/loupe.svg');
    mask-image: url('../images/icons/loupe.svg');
}

.icon-form {
    -webkit-mask-image: url('../images/icons/form.svg');
    mask-image: url('../images/icons/form.svg');
}

.icon-question {
    -webkit-mask-image: url('../images/icons/question.svg');
    mask-image: url('../images/icons/question.svg');
}

.icon-question-mark {
    -webkit-mask-image: url('../images/icons/question-mark.svg');
    mask-image: url('../images/icons/question-mark.svg');
}

.icon-arrow-left {
    -webkit-mask-image: url('../images/icons/arrow-left.svg');
    mask-image: url('../images/icons/arrow-left.svg');
}

.icon-arrow-right {
    -webkit-mask-image: url('../images/icons/arrow-right.svg');
    mask-image: url('../images/icons/arrow-right.svg');
}

.icon-arrow-down {
    -webkit-mask-image: url('../images/icons/arrow-down.svg');
    mask-image: url('../images/icons/arrow-down.svg');
}

.icon-pin {
    -webkit-mask-image: url('../images/icons/pin.svg');
    mask-image: url('../images/icons/pin.svg');
}


.icon-phone {
    -webkit-mask-image: url('../images/icons/phone.svg');
    mask-image: url('../images/icons/phone.svg');
}

.icon-play {
    -webkit-mask-image: url('../images/icons/play.svg');
    mask-image: url('../images/icons/play.svg');
}

.icon-email {
    -webkit-mask-image: url('../images/icons/email.svg');
    mask-image: url('../images/icons/email.svg');
}

.icon-newsletter {
    -webkit-mask-image: url('../images/icons/newsletter.svg');
    mask-image: url('../images/icons/newsletter.svg');
}

/**
 * THEMES
 */

.btn {
    border-radius: 6px;
    transition: all 0.2s;
}

.btn .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: currentColor;
}

.btn .icon.icon-arrow {
    width: 10px;
    height: 10px;
    display: inline-block;
    color: currentColor;
}

.btn-arrow .icon {
    width: 11px;
    height: 18px;
    display: block;
}

.btn-arrow:focus,
.btn-arrow:hover {
    color: inherit;
}

@media screen and (min-width: 1140px) {
    .btn-arrow-prev:hover {
        padding-right: 20px;
        margin-left: -20px;
    }

    .btn-arrow-next:hover {
        padding-left: 20px;
        margin-right: -20px;
    }
}

.btn-arrow {
    box-shadow: none !important;
    padding: 10px;
    margin: -10px;
    color: inherit;
    background-color: transparent;
    border: 0;
}


.btn-square .icon {
    height: 10px;
    display: block;
    color: currentColor;
    transition: transform 300ms;
    width: 10px;
}

.btn-square {
    width: 41px;
    height: 41px;
    font-size: 18px;
    border-radius: var(--square-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn .caption {
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-md {
    min-height: 46px;
    padding: 5px 10px;
    min-width: 173px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 10px;
}

.btn-lg {
    min-height: 46px;
    padding: 5px 12px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    min-width: 196px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 10px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:focus:active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.active:focus,
.btn-white:hover:focus,
.btn-white:hover:active,
.btn-white:focus:active {
    background-color: #fff;
    color: #000;
}

.btn-white.active {
    background-color: var(--color-primary);
}

.btn-primary.active {
    background-color: #fff;
    color: var(--color-primary);
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.active:focus,
.btn-secondary:hover:focus,
.btn-secondary:hover:active,
.btn-secondary:focus:active {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
}


.btn-border-white,
.btn-border-white:hover,
.btn-border-white:focus,
.btn-border-white:active,
.btn-border-white:active,
.btn-border-white:active:focus,
.btn-border-white:hover:focus,
.btn-border-white:hover:active,
.btn-border-white:focus:active {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-border-white.active {
    background-color: #fff;
    color: #000;
}

.btn-border-black,
.btn-border-black:hover,
.btn-border-black:focus,
.btn-border-black:active,
.btn-border-black:active,
.btn-border-black:active:focus,
.btn-border-black:hover:focus,
.btn-border-black:hover:active,
.btn-border-black:focus:active {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 1);
    color: #000;
}

.btn-border-black.active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.btn-secondary.active {
    background-color: #fff;
    color: var(--color-secondary);
}

.btn-secondary[disabled],
.btn-secondary[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.active:focus,
.btn-default:hover:focus,
.btn-default:hover:active,
.btn-default:focus:active {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: #000;
}

.btn-default.active {
    background-color: #000;
    color: #fff;
}

.btn-default[disabled],
.btn-default[disabled]:hover {
    opacity: 0.2;
    cursor: not-allowed;
}

@media screen and (min-width: 1140px) {
    .btn-primary:not([disabled]):hover,
    .btn-primary:not([disabled]).active:hover {
        background-color: #fff;
        color: var(--color-primary);
    }

    .btn-secondary:not([disabled]):hover,
    .btn-secondary:not([disabled]).active:hover {
        background-color: #fff;
        color: var(--color-secondary);
    }

    .btn-default:not([disabled]):hover,
    .btn-default:not([disabled]).active:hover {
        background-color: #000;
        color: #fff;
    }

    .btn-border-black:not([disabled]):hover,
    .btn-border-black:not([disabled]).active:hover {
        background-color: var(--color-primary);
        border-color: var(--color-primary);
        color: #fff;
    }

    .btn-white:not([disabled]):hover,
    .btn-white:not([disabled]).active:hover {
        background-color: var(--color-primary);
        color: #fff;
    }

    .btn-border-white:not([disabled]):hover,
    .btn-border-white:not([disabled]).active:hover {
        background-color: #fff;
        color: #000;
    }
}


/**
 * BOOTSTRAP
 */
.panel,
.panel-heading,
.modal-content,
.alert,
.popover {
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.panel-default {
    border-color: #e5e5e5;
}

.row {
    margin-left: calc(-1 * var(--row-gap));
    margin-right: calc(-1 * var(--row-gap));
    display: flex;
    flex-wrap: wrap;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,
.col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5,
.col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12,
.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: var(--row-gap);
    padding-right: var(--row-gap);
}

.modal-footer[style="display: block;"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal-footer:after, .modal-footer:before {
    content: none;
}

/**
 * TEXT
 */

.text {
    overflow: visible;
    font-size: 16px;
    line-height: 36px;
}

/** Text list custom dots **/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}

.text ul > li,
.text ol > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text ul > li::before {
    content: "•";
    position: relative;
    display: inline-block;
    width: 10px;
    left: -10px;
    margin-left: -10px;
    line-height: 1em;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 18px;
}

.text ol > li::marker {
    word-spacing: 3px;
}

/** Text table **/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}

/**
 * HEADER
 */

header .logo {
    width: 176px;
    margin-right: 20px;
    transition: width 300ms;
}

.header-left {
    display: flex;
    align-items: center;
    width: 40%;
}

.header-slogan {
    max-width: 320px;
    font-size: 15px;
    margin: 0 auto;
    font-weight: 700;
    font-style: italic;
}


header .form .alert-block .error {
    position: absolute;
}

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: box-shadow 300ms;
}

header.sticky .header-inner {
    padding: 5px 0;

}

header.sticky .logo {
    width: 100px;
}

header.sticky .header-bottom {
    padding: 10px 0;
}

header.sticky, .subpage header {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.header-inner {
    padding: 11px 0;
    transition: padding 300ms;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-center #main-menu ul li.active > a,
.header-center #main-menu ul a:hover {
    -webkit-text-stroke-color: var(--color-default);
}

.header-center #main-menu ul a {
    transition: background-color 300ms, -webkit-text-stroke 300ms;
    -webkit-text-stroke: 0.5px transparent;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    color: #000;
    display: block;
    font-size: 14px;
}

.header-center #main-menu > ul {
    margin: -10px;
    display: flex;
    align-items: center;

    gap: calc(var(--space-25) + 5px);
}

.header-center #main-menu {
    min-width: 62%;
}

.header-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    padding: 0 20px

}

.header-bottom {
    padding: calc(var(--space-25) - 5px) 0;
    transition: padding 300ms;
}

.header-top {
    transition: padding 300ms;
    background-color: #fff;
}

.header-top-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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


.header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 20px;
    justify-content: center;
}

.header-right * {
    gap: inherit;
}

.header-right .btn-md {
    gap: 10px;
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo a img {
    display: block;
    max-width: 100%;
}


#main-menu ul li a {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    display: block;
    transition: -webkit-text-stroke 300ms;
    -webkit-text-stroke: 1px transparent;
    padding: 8px;
}


#main-menu li.active > a, #main-menu li > a:hover {
    -webkit-text-stroke-color: currentColor;
}

#main-menu ul {
    display: flex;
    margin: -8px;
    align-items: center;
    gap: 20px;
}

#main-menu li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

#main-menu li > ul:before {
    content: "";
    display: block;
    background-color: transparent;
    top: calc(var(--submenu-gap) * -1);
    position: absolute;
    height: calc(var(--submenu-gap) + 5px);
    width: 100%;
    left: 0;
}

#main-menu > ul > li > ul {
    margin-top: var(--submenu-gap);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 300ms;

}

header.sticky #main-menu > ul > li > ul {
    margin-top: 2px;
}

#main-menu li > ul {
    display: none;
    flex-direction: column;
    max-height: calc(90vh - 150px);
    background-color: #000;
    min-width: 320px;
    text-align: center;
    flex-wrap: wrap;
    gap: 0 !important;
    position: absolute;
    /*box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);*/
    top: 100%;
    left: 0;
}

#main-menu ul li li.active > a,
#main-menu ul li li a:hover {
    color: #fff;
    background-color: var(--color-primary);
}

/*#main-menu ul li li a:after {*/
/*    margin-left: auto;*/
/*    transition: all 300ms;*/
/*    content: "\f105";*/
/*    font-family: FontAwesome;*/
/*    font-size: 12px;*/
/*    color: #000;*/

/*}*/

#main-menu ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#main-menu ul li li {
    width: 100%;
    background-color: #000;
}

#main-menu ul li li a {
    padding: 5px 20px;
    min-height: 65px;
    display: flex;
    color: #fff;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    -webkit-text-stroke-width: 0 !important;
    text-align: left;
}

#main-menu li > ul > li > ul {
    top: 0;
    left: 100%;
}

#main-menu li:hover > ul {
    display: flex;
}

.mainsearch.rwdPanel {
    display: block;
}

.mainsearch:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    content: "";
    height: 16px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}

.mainsearch {
    float: left;
    position: relative;
    width: max(43%, 200px);
    max-width: 100%;
}

.mainsearch-submit:hover {
    color: var(--color-primary);
}

.mainsearch-submit {
    background-color: transparent;
    border: none;
    transition: color 300ms;
}

.mainsearch-search {
    display: flex;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    align-items: stretch;
}

.header-right .mainsearch {
    padding-left: min(2.5vw, 45px);

}

.header-right .mainsearch-search {
    gap: 0;
}

.header-right .icon-loupe {
    width: 20px;
    height: 20px;
    display: block;
}

.mainsearch {
    margin-right: auto;
}

.mainsearch .form-element-container {
    flex-grow: 1;
}

.mainsearch input.form-control {
    display: block;
    height: 46px;
    padding: 5px 15px;
    border-right: none;
    box-shadow: none;
}

.main-menu-button {
    width: var(--square-size);
    height: var(--square-size);
    border: 1px solid var(--color-primary);
    color: #fff;
    background: var(--color-primary);
    border-radius: var(--square-radius);
    position: relative;
}


.main-menu-button span:nth-child(1) {
    bottom: 16px;
}

.main-menu-button span:nth-child(3) {
    top: 16px;
}

.main-menu-button.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
    bottom: 0;

}

.main-menu-button.active span:nth-child(2) {
    transform: rotate(45deg);
    opacity: 0;
}

.main-menu-button.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 0;
    top: 0;
}

.main-menu-button span {
    background-color: currentColor;
    width: 28px;
    height: 2px;
    display: block;
    transition: all 300ms;
    position: absolute;
    inset: 0;
    margin: auto;
}


/*
* USER NAV
*/

.header-top .user-nav {
    display: flex;
    align-items: stretch;
}

.header-top .user-nav-item {
    display: flex;
    align-items: stretch;
    position: relative;
}

.header-top .user-nav-item-inner {
    display: flex;
    align-items: center;
    color: #fff;
}

.header-top .user-nav-item + .user-nav-item {
    padding-left: 20px;
    margin-left: 20px;
}

.header-top .user-nav-item + .user-nav-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
}

.header-top .user-nav-item .icon {
    width: 26px;
    height: 26px;
}

/**
 * FOOTER
 */
.footer-top {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: calc(var(--space-50) + 5px) 0;
}

.footer-top-content {
    display: flex;
    align-items: center;
}

.footer-contact ul a:hover {
    color: var(--color-primary);
}

.footer-contact ul a:hover .icon-wrapper {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.footer-contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px var(--space-50);
    align-items: center;
}

.footer-left .logo img {
    max-width: 100%;
    display: block;
}

.footer-left .logo {
    max-width: 41%;
    padding-right: 10px;
}

.footer-left {
    display: flex;
    align-items: center;
    width: 40%;
    flex-shrink: 0;
}

.footer-address {
    margin-left: auto;
}

.footer-contact ul li a {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    transition: color 300ms;
    white-space: nowrap;
}

.footer-contact .icon {
    width: 17px;
    height: 17px;
}

.footer-contact {
    margin-left: auto;
    gap: var(--space-50);
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.footer-contact .icon-wrapper {
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 400ms;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: var(--square-size);
    height: var(--square-size);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--square-radius);
}

.footer-top .text strong {
    font-size: 22px;
}

.footer-top .text {
    font-size: 15px;
    text-transform: uppercase;
}

.footer-mid {
    position: relative;
    padding: var(--space-60) 0;
}

.footer-mid-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    color: #fff;
    gap: 10px;
}

.footer-social {
    flex-shrink: 0;
    margin-left: auto;
}

.footer-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.footer-bg:after {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
    background: var(--gradient-primary);
    opacity: 0.7;
}

.footer-bg {
    position: absolute;
    inset: 0;
}

/* FOOTER BAR */
.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    font-weight: 300;
    font-size: 13px;
    background-color: #000;
    color: #fff;
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both;
}

.footer-bar-content > * {
    float: left;
}

.footer-bar-links {
    margin-left: -5px;
    font-size: 0;
    margin-right: 8px;
}

.footer-bar-links:has(li) + .copyright:before {
    content: "|";
    color: #fff;

    margin-right: 10px;
    display: inline-block;
}

.footer-bar-links > li + li:before {
    content: "|";
    color: #fff;
    margin-right: 16px;
    display: inline-block;
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 8px;
    font-size: 13px;
    line-height: 2;
    font-weight: 300;
}

.footer-bar-links a:hover {
    text-decoration: underline;
}

.footer-bar-links a {
    color: inherit;
}


.copyright-undicom img {
    filter: invert(1);
    margin-right: 5px;
}

.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

.copyright-undicom svg {
    max-width: 15px;
    fill: currentColor;
}

/**
 * FORM
 */
form.form {
    /* padding: 15px 0; */
}

/* INPUTY */
.form-control,
.form .form-control {
    font-size: 16px;
    box-shadow: none;
    height: 46px;
    background: var(--form-background);
    border: 1px solid var(--form-border-color);
    border-radius: var(--form-border-radius);
}

.shop-quantity-box .qty-down {
    border-top-left-radius: var(--form-border-radius);
    border-bottom-left-radius: var(--form-border-radius);
}

.shop-quantity-box .qty-up {
    border-top-right-radius: var(--form-border-radius);
    border-bottom-right-radius: var(--form-border-radius);
}

.btn-file.btn {
    border-radius: var(--form-border-radius);
}


.form .form-element-text {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary);
}

.form .form-element-name {
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 600;
}

/* TEXTAREA */
.form textarea.form-control:not([rows]) {
    /* height: 130px; */
}

/* KLAUZULE I ZGODY */
.form .form-element-option-text,
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}

.form .consent-row .error {
    /* font-size: 12px; */
    /* letter-spacing: 0; */
}

/* CAPTCHA */
.form .captcha-image-wrapper,
.form .form-group-sm .captcha-image-wrapper,
.form .form-group-lg .captcha-image-wrapper {
    border-radius: var(--form-border-radius);
    box-shadow: none;
}

/* KOLOR GWIAZDKI WYMAGANEGO POLA */
.form .form-required-mark {
    /* color: #a94442; */
}

.form-element-select .form-control-feedback,
.form-element-country .glyphicon {
    display: none;
}

.form button.captcha-refresh {
    right: var(--row-gap);
    color: var(--color-secondary);
    border-radius: 0 var(--form-border-radius) var(--form-border-radius) 0;
    background-color: transparent;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
}

.form button.captcha-refresh .fa.fa-spin {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@media screen and (min-width: 1140px) {
    .form button.captcha-refresh:hover {
        border-color: var(--color-secondary);
        color: #fff;
        background: var(--color-secondary);
    }

    .form button.captcha-refresh:hover .fa.fa-spin {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running
    }
}

.form-control-feedback {
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

/*---- SELECT 2 -----*/

.select2-dropdown {
    z-index: 100;
    border-radius: var(--form-border-radius);
    overflow: hidden;
}

.select2-selection.form-control {
    padding: 0;
}

.select2-container--below.select2-container--open .select2-selection__rendered {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.select2-container--above.select2-container--open .select2-selection__rendered {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.select2 > input,
.select2 > select,
.select2-selection__rendered {
    height: 46px;
    /*background: var(--form-background);*/
    border-color: var(--form-border-color);
    border-radius: var(--form-border-radius);
    text-align: left;
    padding: 0;
}

.select2 > input,
.select2 > select {
    padding: 0 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    padding-left: 12px;
    font-size: 14px;
    padding-right: 44px;
    color: #555;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
    line-height: 44px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 24px;
    display: inline-block;
    float: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px;
}

.has-feedback .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 68px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    transition: all 0.4s;
    right: 16px;
    color: #000;
    text-align: center;
    font-size: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 16px;
    vertical-align: middle;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -moz-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    -o-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow > b {
    display: none;
}

.select2-results__option[aria-selected] {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    padding: 6px 22px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--color-primary);
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .form-element-multiselectCheckbox .select2-results__option:not([role="group"]):not(.select2-results__message)::before {
        -webkit-background-size: 200px 20px !important;
        background-size: 200px 20px !important;
    }
}

/**
 * MAP POINTS
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/**
 * BREADCRUMB
 */

.breadcrumb-container {
    margin: 20px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb > li {
    position: relative;
    display: inline;
    color: #6d6e71;
}

.breadcrumb > li > a {
    font-size: 12px;
}

.breadcrumb > li > a:not([href]),
.breadcrumb > li > a:not(:hover) {
    color: inherit;
}

.breadcrumb > li + li:before {
    content: '>';
    font-size: 12px;
    padding: 0 15px;
    color: inherit;
}

.breadcrumb > li > a.last {
    color: var(--color-primary);
}

/**
 * ANIMATABLE ICON
 */


.animIcon::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.animIcon:not(.main-menu-button) span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: gray;
    transition: all .4s ease;
}

/* Close */
.animIcon.animIcon--close span {
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
}

.animIcon.animIcon--close span:nth-child(1) {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.animIcon.animIcon--close span:nth-child(2) {
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
}


/**
 * LOGOTYPES SLIDER
 */
.logotypes-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(var(--space-50) * 2);
}

.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: calc(var(--space-50) * 2);
}

.logotypes .section-header {
    margin-top: calc(var(--space-50) * 2);
    margin-bottom: var(--space-60);
}

.logotype {
    width: 11.1111%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: var(--space-40);
}

.logotype img {
    max-width: 100%;
    display: block;
}

.logotype-slider {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: calc(var(--space-40) * -1);
}


/**
 * SOCIALS
 */
.social-list > ul {
    margin: -5px;
    font-size: 0;
}

.social-list > ul:not(:has(:nth-child(n + 4):last-child)) {
    margin-right: var(--space-60);
}

.social-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    font-size: 1rem;
}

header .social-list > ul {
    display: flex;
    align-items: center;
    margin: 0;
}

header .social-list > ul > li {
    padding: 0;
}

.social-icon:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-primary);
}

.footer-title {
    font-size: calc(var(--font-24) - 2px);
    font-weight: 600;
    margin-bottom: var(--space-60);
}

.social-icon {
    transition: all 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.social-icon svg *[stroke] {
    stroke: currentColor;
}

.social-icon svg *[fill] {
    fill: currentColor;
}


.social-icon img {
    display: block;
}

.social-icon .fa {
    font-size: 20px;
}


/**
 * LANGUAGES MENU
 */
.langs-menu {
    position: relative;
    margin: 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    transition: all 0.3s;
}


.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}


.langs-menu a {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 300;
    border-radius: var(--square-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: color 300ms, background-color 300ms, border-color 300ms;
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lang {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: 46px;
    font-size: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}


.lang .langs-menu-long,
.lang .langs-menu-icon {
    display: none;
}

.lang-button-wrapper .arrow {
    width: 9px;
    transition: all 400ms;
    color: #000;
    height: 5px;
}

.lang-button-wrapper {
    padding: 0;
    width: unset;
    background-color: transparent;
    border: transparent;
}

.lang-button {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    height: 46px;
    width: 46px;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--square-radius);
    transition: color 300ms, border-color 300ms, background-color 300ms;
    border: 1px solid rgba(0, 0, 0, 0.15);
}


.langs-menu-icon img {
    max-width: 100%;
}

@media screen and (min-width: 1140px) {
    a.lang:hover,
    a.lang:focus {
        border-color: var(--color-primary);
        color: #fff;
        background-color: var(--color-primary);
    }


    .langs-menu:not(.langs-menu--list):not(:hover):not(:focus):not(:focus-within) ul {
        pointer-events: none;
        opacity: 0;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
    }

    .langs-menu:focus-within .lang-button-wrapper .arrow,
    .langs-menu:hover .lang-button-wrapper .arrow,
    .langs-menu:focus .lang-button-wrapper .arrow {
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
    }
}

.flag-icon {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.langs-menu--list .lang-button {
    display: none;
}

.langs-menu.langs-menu--list ul {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    border: none;
    background: none;
}

.langs-menu.langs-menu--list li {
    margin: 0;
    border: none;
}

.langs-menu.langs-menu--list a {
    height: auto;
    padding: 5px;
    border: none;
}

.langs-menu--list .lang {
    background: none;
}

.langs-menu--list .langs-menu-icon {
    margin: 0;
}

/**
 * ARTICLE
 */
.article {
    overflow: hidden;
}

.article-content::after {
    content: "";
    display: table;
    clear: both;
}

.article-image {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
}

.article-image img {
    display: block;
    max-width: 100%;
}

.article-subtitle {
    padding-bottom: 30px;
}

.article-date {
    font-weight: bold;
}

.article-text {
    margin-bottom: 30px;
}

/**
 * GALLERY
 */

.gallery {
    clear: both;
}

.gallery-list {
    margin: -2px;
    font-size: 0;
}

.gallery-list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 2px;
}

.gallery-picture {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.gallery-picture > img {
    display: block;
    width: 100%;
    border-radius: 10px;

}

.gallery-picture-hover span:nth-child(2) {
    transform: rotate(90deg);
}

.gallery-picture-hover span {
    position: absolute;
    inset: 0;
    width: min(65px, 15%);
    height: 1px;
    margin: auto;
    background: #fff;
    display: block;
}

.gallery-picture-hover {
    opacity: 0;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s;
}

@media screen and (min-width: 1140px) {
    .gallery-picture:hover .gallery-picture-hover {
        opacity: 1;
    }
}

.icheckbox_minimal-custom,
.iradio_minimal-custom {
    background-image: url(../images/minimal.png);
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal-custom,
    .iradio_minimal-custom {
        background-image: url(../images/minimal@2x.png);
    }
}


/**
 * PAGINATION
 */
.pagination-wrapper {
    padding: 0;
    margin: var(--space-60) auto;
}

.pagination-wrapper ul {
    display: flex;
    align-items: center;
    gap: var(--space-40);
    justify-content: center;
    flex-wrap: wrap;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    width: 46px;
    height: 46px;
}

.pagination-wrapper ul li a {
    font-size: 15px;
    line-height: normal;
}

.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    padding: 0;
}

.pagination-wrapper ul li.prev {
    margin-right: 20px;
}

.pagination-wrapper ul li.next {
    margin-left: 20px;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-wrapper ul li a:not(.btn) {
    color: #000;
    -webkit-text-stroke: 0.5px transparent;
    transition: all 0.3s;
}

.pagination-wrapper ul li.active a {
    color: #000;
    -webkit-text-stroke-color: currentColor;
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: #000;
        -webkit-text-stroke-color: currentColor;
    }
}

/* newsletter modal */

.modal-header {
    background: var(--color-primary);
    color: #fff;
    display: flex;
    border-bottom: none;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.modal-title {
    font-weight: 700;
    padding: 0 var(--space-25);
    font-size: var(--font-40);
}

.modal-content {
    color: #fff;
    background: url(../images/contact-bg.webp) no-repeat center / cover;;
}

.modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header button.close {
    border: 1px solid transparent;
    text-shadow: none;
    border-radius: 50%;
    background: #fff !important;
    color: var(--color-primary) !important;
    transition: 300ms;
    opacity: 1;
    right: 20px;
    margin-top: -20px;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    font-size: 40px;
    font-weight: 400;
}
.modal-header{
    padding-right: 40px;
}
.modal-header button.close:hover {
    color: #fff !important;
    background: var(--color-primary) !important;
    border-color: #fff;
}

/* custom scroll */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 2px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}


@-moz-document url-prefix() {
    .custom-scrollbar {
        scrollbar-width: thin;
        scrollbar-color: var(--color-primary) transparent;
    }
}


/* mainSlider */
.mainSlider-section {
    margin-bottom: calc(var(--space-50) + var(--space-25));
}

.mainSlider {
    display: flex;
    overflow: hidden;
}

.mainSlider-slide {
    flex-shrink: 0;
    width: 100%;
    height: unset;
    position: relative;
    background: center center /cover;
    display: flex;
    align-items: center;

}

.mainSlider-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainSlider-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/background.webp') top center;
    background-size: 100% auto;
    mix-blend-mode: color-burn;
    z-index: 2;
}

.mainSlider-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/mainSlider-mask.webp') center center /cover;
}


.mainSlider-bg {
    position: absolute;
    inset: 0;
}

.mainSlider-content {
    aspect-ratio: 1920/636;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    color: #fff;
}

.mainSlider-inner {
    max-width: 800px;
    margin-left: auto;
    display: flex;
    gap: var(--space-25);
    align-items: flex-start;
    padding: var(--space-60) 0 144px;
    flex-direction: column;
    justify-content: center;
}

.mainSlider-title {
    font-weight: 200;
    letter-spacing: 0.05em;
    overflow: visible;
    text-transform: uppercase;
    line-height: 1;
    font-size: calc(10px + var(--font-70));
}

.mainSlider-text {
    font-size: var(--font-24);
    line-height: 1.25;
    font-weight: 100;
}

.mainSlider-inner .btn {
    margin-top: 20px;
}

.mainSlider-slide iframe, .mainSlider-slide video {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920/636;
    object-fit: cover;
}

.mainSlider-section {
    color: #fff;
    position: relative;
}

.mainSlider-nav-wrapper {
    position: absolute;
    bottom: var(--space-40);
    left: 0;
    width: 100%;
}

.line {
    z-index: 2;
    width: 0;
    transition-property: width, left;
    transition-duration: 500ms;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    bottom: -1px;
    height: 3px;
    background: #fff;
}

.mainSlider-dots button:hover,
.mainSlider-dots button.active > button {
    -webkit-text-stroke-color: currentColor;
}

.mainSlider-dots button.active:after {
    opacity: 1;
}

.mainSlider-dots button:after {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: calc(var(--space-40) * -1);
    left: 0;
    display: block;
    height: 3px;
    transition: opacity 300ms;
    background: #fff;
    width: 100%;
}

.mainSlider-dots button {
    background: transparent;
    position: relative;
    transition: all 300ms;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    -webkit-text-stroke: 0.4px transparent;
}

.mainSlider-dots .slick-list {
    overflow: visible;
}

.mainSlider-dot {
    padding: 0 10px;
    width: 16.67%;
    flex-shrink: 0;
}

.mainSlider-dots {
    display: flex;
    overflow: hidden;
    margin: 0 -10px;
    padding-bottom: var(--space-40);
    margin-bottom: -2px;
    align-items: center;
}

.mainSlider-dots-wrapper {
    width: calc(100% - 80px);
    padding-right: 10px;
}

.mainSlider-nav {
    display: flex;
    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mainSlider-arrows {
    display: flex;
    align-items: center;
    margin-bottom: var(--space-40);
    gap: var(--space-25);
}

/* pop up */

.fancybox-modal-wrapper .fancybox-modal {
    max-width: unset;
}

.fancybox-modal-wrapper.fancybox-modal-wrapper {
    padding-top: 40px;
    max-width: min(900px, 100vw - var(--container-padding) * 2);
    min-width: calc(50% - var(--container-padding) * 2);
}

.fancybox-close-small:hover {
    background-color: #000;
    color: var(--color-primary);
}

.fancybox-close-small {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: #000;
    color: #000;
    transition: all 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox-modal-wrapper.fancybox-modal-wrapper:has(.fancybox-modal-image) {
    padding-top: 0;
}

.fancybox-modal-wrapper.fancybox-modal-wrapper:has(.fancybox-modal-video) {
    min-width: unset;
    padding-top: 0;
}

.fancybox-modal-wrapper .fancybox-close-small:after {
    width: unset;
    height: unset;
    color: inherit;
    inset: 0;
    margin: auto;
    background-color: transparent;
}


/* faq */

.toggle-bottom:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/background-small.webp") top center repeat-y;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
    opacity: 0.2;
}

.toggle-bottom .text {
    font-size: 15px;
    line-height: 2;
}

.toggle-bottom {
    display: none;
    position: relative;
    background-size: 100% auto;
    padding: var(--space-40);
}

.toggle-item.active {
    border-color: transparent;
}

.toggle-item {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.toggle-item.active .toggle-top {
    background: #000;
    color: #fff;
}

.toggle-top {
    cursor: pointer;
    transition: all 400ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-25);
    position: relative;
    z-index: 2;
    padding: 10px;
    padding-left: var(--space-40);

}

.toggle-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.toggle-item + .toggle-item {
    margin-top: 20px;
}

.toggle-top:hover .toggle-btn {
    background-color: var(--color-primary);
    color: #fff;
}


.toggle-item .toggle-btn {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    color: #000;
    transition: all 300ms;
    box-shadow: none;
}

.toggle-item.active .toggle-btn .icon {
    transform: scale(-1);
}

.toggle-item.active .toggle-top:before {
    opacity: 1;
    transform: none;
}

.toggle-list {
    margin-bottom: calc(var(--space-60) + 10px);
}


/* grid items */

.grid-row-left .img-wrapper {
    border-radius: 15px;
    display: inline-block;
    overflow: hidden;
}

.grid-row-left .item-photo-slider .item-photo-slide {
    flex-shrink: 0;
    width: 100%;
}

.grid-row-left .item-photo-slider {
    display: flex;
    overflow: hidden;
}

.grid-row-left .item-photo-slide-inside img:hover {
}

.grid-row-left .item-photo-slide-inside img {
    width: 100%;
    border-radius: 15px;
    transition: all 300ms;
    display: block;
}

.grid-row-left {
    width: 45%;
    flex-shrink: 0;
}

.grid-row-right {
    width: 55%;
    max-width: 536px;
}

.grid-row {
    gap: calc(var(--space-50) + var(--space-25) + 10px);
    align-items: center;
    display: flex !important;
}

.grid-title {
    font-size: calc(var(--font-24) + 2px);
    font-weight: 300;
    line-height: 1.54;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: calc(var(--space-25) + 7px);
}

.grid-row:nth-child(2n) {
    flex-direction: row-reverse;
}

.grid-row + .grid-row {
    margin-top: calc(var(--space-60) + var(--space-25));
}

.grid-row-left a {
    display: block;
}

.grid-row-left {
    position: relative;
}

.item-photo-nav {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    right: 30px;
    bottom: 30px;
}

.grid-row-right .btn {
    margin-top: calc(var(--space-25) + 13px);
}

.news-list {
    margin-bottom: var(--space-60);
}

/* main bananer */

.main-bananer {
    color: #fff;
    margin-bottom: var(--space-50);
}

.main-bananer-bg img {
    display: block;
    inset: 0;
    object-fit: cover;
    mix-blend-mode: luminosity;
    width: 100%;
    height: 100%;
}

.main-bananer-bg:after {
    display: block;
    inset: -1px;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    background: url("../images/bananer-bg.webp") center center /cover;
}

.main-bananer-bg {
    position: absolute;
    inset: 0;
}

.main-bananer {
    position: relative;
}

.main-bananer-title::first-letter {
    margin-left: -19%;
}

.main-bananer-title {
    position: relative;
    font-size: calc(var(--font-70) + 10px);
    font-weight: 200;
    color: #fff;
    line-height: 1.36;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: var(--space-40) 0;
    padding-left: 23.2%;

    z-index: 2;
}

.main-bananer-content {
    aspect-ratio: 1920/631;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: flex-end;
}

/* aboutUs page */

.tiles-title {
    font-size: var(--font-30);
    font-weight: 300;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: var(--space-25);
}

.tiles-description {
    margin-bottom: calc(var(--space-50) + var(--space-25));
}

.tiles-section {
    margin-bottom: var(--space-60);
}

.tiles-section .grid-row-left {
    width: 54.5%;
}

.tiles-section .grid-row-right {
    width: unset;
    max-width: unset;
    flex-grow: 1;
}

.tiles-section .grid-row-left img:hover {
}

.tiles-section .grid-title {
    font-size: 16px;
    line-height: 2.25;
    font-weight: 600;
    letter-spacing: 0;
}

.grid-row-left:hover img {
    transform: scale(1.1);
}

.grid-row-left {
    border-radius: 15px;
    overflow: hidden;
}

.tiles-section .grid-row-left img {
    width: 100%;
    transition: all 300ms;
    display: block;
    border-radius: 15px;

}

.section-header {
    color: #fff;
    background: url("../images/section-header-bg.webp") center center /cover;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1920/250;
    padding: var(--space-25) 0;
    text-align: center;
    margin-bottom: var(--space-60);
}

.section-title {
    font-weight: 600;
    font-size: calc(var(--font-24) + 2px);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
    margin: calc((var(--space-25) - 5px) * -1);
}

.link-box {
    padding: calc(var(--space-25) - 5px);
    width: 50%;
    display: block;
}

.link-box-inner .btn {
    margin-left: auto;
}

.link-box-inner:hover .btn {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.link-box-inner {
    display: flex;
    border-radius: 10px;
    align-items: center;
    gap: var(--space-25);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: calc(var(--space-25) + 5px) calc(var(--space-25) + 5px) calc(var(--space-25) + 5px) var(--space-40);
}

.link-box-title {
    display: block;
    max-width: 330px;
    line-height: 1.875;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.links-section {
    margin-bottom: var(--space-60);
}

/* numbers section */

.numbers-section {
    margin-bottom: calc(var(--space-60) * 2);
}

.numbers-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: calc(var(--space-40) * -1);
}

.number-box:nth-child(3n + 3) {
    align-content: flex-end;
}

.number-box:nth-child(3n + 1) {
    align-content: flex-start;
}

.number-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    width: 33.333%;
    text-align: center;
    padding: var(--space-40);
}

.number-box-title {
    font-size: 20px;
    max-width: 400px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.number-box-number:before {
    position: absolute;
    content: "+";
    left: -43%;
    top: -40%;
    font-weight: 400;
    font-size: calc(var(--font-60) - 5px);
    display: block;
}

.number-box-number {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    margin: 0 auto;
    font-size: calc(var(--font-70) + 10px);
    font-weight: 300;
    line-height: 0.75;
    margin-bottom: var(--space-40);
}

section + .numbers-section {
    margin-top: calc(var(--space-60) + var(--space-60));
}

.gallery-section {
    margin-bottom: calc(var(--space-60) + var(--space-25));
}

.solution-list-section {
    margin-bottom: calc(var(--space-60) + 10px);
}

.solution-list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.solution-box {
    width: 25%;
    padding: 5px;
    color: #fff;
}

.solution-box-inner .solution-box-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.solution-box-inner .solution-box-background:after {
    content: "";
    inset: 0;
    position: absolute;
    opacity: 0.8;
    display: block;
    background: linear-gradient(125deg, #535353 0%, rgba(0, 0, 0, 1) 100%);
}

.solution-box-inner .solution-box-background {
    position: absolute;
    z-index: -1;
    transition: opacity 300ms;
    inset: 0;
}

.solution-box-inner .icon-wrapper img {
    max-width: 100%;
    display: block;
}

.solution-box-inner:hover .solution-box-background {
    opacity: 0;
}

.solution-box-inner .icon-wrapper svg *[fill] {
    fill: currentColor;
}

.solution-box-inner .icon-wrapper svg *[stroke] {
    stroke: currentColor;
}

.solution-box-inner .img-wrapper {
    overflow: hidden;
    opacity: 0;
    transform-origin: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 300ms;
    aspect-ratio: 1;
}

.solution-box-inner:hover .img-wrapper {
    opacity: 1;
}

.solution-box-inner .img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.solution-box-inner:hover .icon-wrapper {
    height: 50px !important;
    margin-bottom: 0;
}

.solution-box-inner .icon-wrapper svg {
    height: unset !important;
}

.solution-box-inner .icon-wrapper {
    width: 103px;
    transition: height 300ms, margin 300ms, width 300ms;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto 27px;
    height: 84px;
}

.mainpage .solution-box-inner .icon-wrapper {
    width: 124px;
    height: 100px;
}

.solution-box-title {
    text-align: center;
    font-size: 18px;
    transition: transform 300ms;
    letter-spacing: 0.05em;
    text-transform: uppercase;

}

.solution-box-inner:hover .solution-box-title {
    transform: scale(1.1);
}

.solution-box-inner:hover .btn-wrapper {
    height: 46px;
    margin-top: calc(var(--space-25) + 10px);
}

.solution-box-inner .btn {
    margin: 0 auto;
}

.solution-box-inner .btn-wrapper {
    overflow: hidden;
    height: 0;
    object-position: bottom;
    transition: height 300ms, margin 300ms;
}

.solution-box-inner:hover {
    color: #000;
    padding-bottom: var(--space-40);
}

.solution-box-inner {
    height: 100%;
    border-radius: 13px;
    padding: var(--space-50) 20px var(--space-60);
    overflow: hidden;
    display: flex;
    color: #fff;
    transition: color 300ms, padding 300ms;
    z-index: 2;
    flex-direction: column;
    align-items: center;

    position: relative;
}


/* solution page */

.main-bananer .icon-wrapper svg *[fill] {
    fill: currentColor;
}

.main-bananer .icon-wrapper svg *[stroke] {
    stroke: currentColor;
}

.solution-bananer-title {
    font-size: var(--font-30);
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 300;
}


.solution-bananer-content .icon-wrapper {
    max-width: 132px;
}

.solution-bananer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-25);
    padding: var(--space-60) 0;
}

.text-section {
    margin-bottom: var(--space-50);
}

.parts-list {
    margin: -12px;
    display: flex;
    flex-wrap: wrap;
}

a.parts-box-inner:hover {
    border-color: var(--color-primary);

}

.parts-box {
    padding: 12px;
    width: 25%;
}

.parts-box-inner img {
    max-width: 100%;
    display: block;
}

.parts-image {
    margin-bottom: var(--space-40);
    display: block;
}

.parts-title {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.parts-box-inner {
    height: 100%;
    background: #fff;
    transition: border 300ms;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    padding: calc(var(--space-40) + 5px);

}

.parts-section {
    background: #f9f9f9;
}

.parts-section .section-header {
    margin-bottom: 0;
}

.parts-section-content {
    padding: var(--space-50) 0;
}

/* offer tiles section content */

.offer-tiles-section .section-header {
    margin-bottom: 0;
}

.offer-tiles-section {
    background: #F8F8F8 !important;

}

.offer-tiles-section-content {
    padding: var(--space-50) 0;
}

.offer-tiles-list {
    margin: -8px;
    display: flex;
    flex-wrap: wrap;
}

.offer-tile {
    padding: 8px;
    width: 50%;
}

.offer-tile-inner {
    padding: var(--space-60) var(--space-40) var(--space-60) var(--space-60);
    background: #fff;
    border-radius: 15px;
    gap: var(--space-50);
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.offer-tile-image img {
    max-width: 100%;
    display: block;
}

.offer-tile-image {
    flex-shrink: 0;
    width: 35%;
}

.offer-tile-content {
    flex-grow: 1;
}

.offer-tile-title {
    font-size: 14px;
    font-weight: 400;
}

.offer-tile-model {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.offer-tile-top {
    margin-bottom: var(--space-25);
}

.offer-tile-description {
    font-size: 14px;
    margin-bottom: calc(var(--space-25) + 10px);
    line-height: 2;

}

.icons-rows-section .section-header {
    margin-bottom: var(--space-50);
}

.icon-row + .icon-row {
    margin-top: var(--space-50);
}

.icon-row {
    display: flex;
    padding-bottom: var(--space-50);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.icons-rows-section {
    margin-bottom: var(--space-50);
}

.icon-row-icon svg, .icon-row-icon img {
    max-width: 100%;
    display: block;
}

.icon-row-icon {
    display: block;
    width: 70px;
    flex-shrink: 0;
    margin-right: calc(var(--space-60) + 10px);
}

.icon-row-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.icon-row-description {
    line-height: 30px;
}

.recommended-section .section-header {
    margin-bottom: 0;
}

.recommended-section-content {
    background: #f9f9f9;
    padding: var(--space-40) 0 var(--space-50);
}

.cta-content-wrapper {
    width: 100%;
}

.cta-content {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--space-50) 0;
    color: #fff;
    z-index: 2;
}

.cta-actions .btn-lg .icon {
    width: 29px;
    height: 29px;
}

.cta-actions .btn-lg .caption {
    gap: 20px;
}

.cta-actions .btn-lg {
    min-width: 278px;
    font-weight: 600;
    min-height: 66px;
    border-radius: 7px;
    font-size: 20px;
}

.cta-actions {
    margin-left: auto;
}

.cta-bg img {
    mix-blend-mode: luminosity;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-bg:before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(90deg, rgb(180 180 180) 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
    opacity: 0.65;
}

.cta-bg:after {
    position: absolute;
    content: "";
    inset: 0;
    background: url("../images/cta-mask.webp") center center /cover;
    mix-blend-mode: multiply;
    z-index: 1;
}

.cta-bg {
    position: absolute;
    inset: 0;

}

.cta-section {
    position: relative;
    display: flex;
    align-items: center;
    aspect-ratio: 1920/432;

}

.cta-text {
    text-transform: uppercase;
    font-size: var(--font-36);
    letter-spacing: 0.05em;
}

.cta-text-wrapper .icon {
    width: 116px;
    height: 119px;
    display: block;
    color: #FFF;
}

.cta-text-wrapper {
    display: flex;
    align-items: center;
    gap: var(--space-50);
}

/* shop categories section */

.shop-categories-section {
    position: relative;
    aspect-ratio: 1920/808;
    display: flex;
    align-items: flex-end;
}

.shop-categories-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

.shop-categories-bg:after {
    position: absolute;
    content: "";
    inset: 0;
    background: url("../images/categories-mask.webp") center center /cover;
    z-index: 1;
    mix-blend-mode: multiply;
}

.shop-categories-bg {
    position: absolute;
    inset: 0;
}

.shop-categories-content-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: var(--space-60) 0 calc(var(--space-60) * 2 + var(--space-25) + 5px);
    color: #fff;
}

.categories-list:hover + .shop-categories-section-title {
    opacity: 0;
}

.categories-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    pointer-events: none;
}

.category-box {
    width: 25%;
    flex-shrink: 0;
}

.category-box-inner:hover {
    pointer-events: auto;
}

.category-box-inner:hover .category-box-top:after {
    opacity: 1;
}

.category-box-inner:hover .category-box-bottom {
    pointer-events: auto;
    opacity: 1;
    transform: none;
}

.category-box-inner {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.category-box-bottom .btn {
    margin-top: var(--space-40);
}

.category-box-top:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 133px;
    height: 3px;
    background: #fff;
    opacity: 0;
    transition: opacity 300ms;
}

.category-box-top {
    position: relative;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.category-box-bottom {
    transition: opacity 300ms, transform 300ms;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    min-height: 194px;
    margin-top: var(--space-50);
    display: flex;
    flex-direction: column;
    align-items: center;

}

.category-teaser {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    line-height: 2.25;
}

.shop-categories-section-title .line2 {
    padding-left: min(294px, 20%);
}

.shop-categories-section-title .line1 {
    font-size: calc(var(--font-60) * 2);
}

.shop-categories-section-title {
    position: absolute;
    right: 10%;
    bottom: var(--space-60);
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    pointer-events: none;
    font-size: calc(var(--font-70) + 11px);
    left: 13%;
    transition: opacity 300ms;

}

.category-box-title {
    font-weight: 600;

    font-size: 20px;
    max-width: 220px;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 1.25;
    margin-top: auto;
    margin-bottom: var(--space-25);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(2em * 1.25);
    text-align: center;
}

.category-box-img img,
.category-box-img svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.category-box-img {
    display: flex;
    height: 65px;
    width: 65px;
    align-items: center;
    margin: 0 auto var(--space-25);
    justify-content: center;
}

/* menu box*/

.menu-box {
    max-width: 100%;
    margin: 0 auto 61px;
    background: url("../images/menu-bg.webp") center center /cover;
    transition: background-color .2s linear, padding .2s linear;
}

.menu-box-inner {
    padding: var(--space-25) 0;
    transition: padding 300ms;
}

.menu-box.sticky .menu-box-inner {
    padding: 10px 0;
}

.menu-box.sticky {
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 999;
    position: fixed;
}

.menu-box ul {
    display: flex;
    gap: var(--space-25) var(--space-40);
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.menu-box ul li {
    text-align: center;
}

.menu-box ul li a {
    padding: 5px var(--space-25);
    position: relative;
    transform-style: preserve-3d;
    font-weight: 400;
    font-size: 15px;
    min-height: 46px;
    min-width: 178px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.menu-box ul li a.active {
    color: #fff;
    box-shadow: none;
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.menu-box ul li.active a {
    color: #fff;
    background: var(--color-primary);
}

@media screen and (min-width: 1140px) {
    .menu-box ul li a:hover {
        color: #fff;
        box-shadow: none;
        border-color: var(--color-primary);
        background: var(--color-primary);
    }

    .menu-box-toggle {
        display: none;
    }
}

html {
    scroll-behavior: smooth;
}

.product-tab-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: calc(var(--space-40));
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.scroll-section {
    margin: var(--space-50) 0;
}

.link-box .icon-wrapper {
    flex-shrink: 0;
    width: 41px;
    height: 41px;
}

.product-tab-specification .text > .table-responsive-wrapper:last-child table {
    margin-bottom: 0;
}

.product-tab-specification .text > .table-responsive-wrapper:first-child table {
    margin-top: 0;
}

.product-tab-specification table tr td:nth-child(2) {
    font-weight: 600;
}

.product-tab-specification table tr td {
    font-size: 16px;
    letter-spacing: 0.05em;
    height: 60px;
    vertical-align: middle;
    padding: 5px calc(var(--space-25) + 5px);
    text-transform: uppercase;
}

.text table tr:nth-child(odd) td {
    background: #f1f1f1;
}

.text table tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
}

.text table tr td:last-child {
    border-top-right-radius: 10px;
    text-align: right;
    border-bottom-right-radius: 10px;
}

.text table tr {
    border-radius: 10px;
    background: #fff !important;
    overflow: hidden;
}

.product-tab-specification table tr,
.product-tab-specification table td,
.product-tab-specification table th {
    border: none;
}

.product-tab-specification table {
    width: 100% !important;
    border: none;
}

.videos-list {
    margin: -18px;
    display: flex;
    flex-wrap: wrap;
}

.videos-list-item .video-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    transition: filter 300ms;
    filter: grayscale(1);
}

.videos-list-item .video-wrapper .video-hover .icon {
    width: 77px;
    height: 77px;
    display: block;
    color: #fff;
}

.videos-list-item .video-wrapper .video-hover {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    justify-content: center;
    transition: opacity 300ms;
    align-items: center;
}

.videos-list-item .video-wrapper:hover .video-hover {
    opacity: 0;
}

.videos-list-item .video-wrapper:hover img {
    filter: unset;
}

.videos-list-item .video-wrapper {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.videos-list-item {
    padding: 18px;
    width: 50%;
}

.shop-product-slider .shop-product-box {
    padding: 14px;
    flex-shrink: 0;
    width: 25%;
}

.shop-product-slider .slick-list {
    overflow: visible;
}

.shop-product-slider > div {
    display: flex;
    overflow: hidden;
    margin: -10px;
    padding: 10px;
}

.shop-product-slider {
    margin: -14px;
}


.product-top {
    margin-bottom: var(--space-50);
    margin-top: calc(var(--space-60) + 10px);
    display: flex;
}

.product-left {
    width: 50%;
    flex-shrink: 0;
}

.product-right {
    padding-left: var(--space-50);
    flex-grow: 1;
}

.product-view-title span {
    font-size: 18px;
    display: block;
    letter-spacing: 0;
    font-weight: 400;

}

.product-view-title {
    font-size: var(--font-40);
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: calc(var(--space-25) + 10px);
}

.product-slider {
    overflow: hidden;
    display: flex;
}

.product-slide-image img {
    max-width: 100%;
    display: block;
}

.product-slider .product-slide {
    width: 100%;
    flex-shrink: 0;
}

.product-slider .product-slide-image {
    aspect-ratio: 680/570;
    padding: calc(var(--space-50) + 5px) var(--space-60);

}

.product-nav-slider .slick-current .product-slide-image {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.product-nav-slider {
    display: flex;
    margin: -5px;
    overflow: hidden;
    margin-top: 5px;

}


.product-nav-slider .product-slide {
    width: 33.3333%;
    padding: 5px;
    flex-shrink: 0;
}

.product-nav-slider .product-slide-image:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);

}

.product-nav-slider .product-slide-image {
    padding: 18px;
    aspect-ratio: 220/190;
    transition: box-shadow 300ms;
}

.product-slide-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.product-slider-wrapper {
    position: relative;
}

.product-photo-nav .btn {
    width: 46px;
    height: 46px;
}

.product-photo-nav {
    bottom: calc(var(--space-25) + 5px);
    display: flex;
    gap: 10px;
    align-items: center;
    right: calc(var(--space-25) + 5px);
    position: absolute;
}

.question-form-box .question-form-box-left {
    flex-shrink: 0;
}

.question-form-box .icon-question {
    width: 58px;
    height: 58px;
    display: block;
}

.question-form-box-right {
    flex-grow: 1;
}

.question-form-box-subtitle {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}

.question-form-box-title {
    font-size: calc(var(--font-24) + 2px);
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.question-form-box {
    margin-top: var(--space-40);
    background: url('../images/question-box-bg.webp') center center /cover;
    color: #fff;
    display: flex;
    gap: calc(var(--space-40) + 3px);
    padding: calc(var(--space-25) + 5px) calc(var(--space-40) + 5px) calc(var(--space-25) + 8px);
    border-radius: 15px;
}

/* index */

.shop-categories-section .page-header {
    margin-top: 0;
}

.mainpage .shop-categories-content .categories-list {
    margin-top: auto;
}

.mainpage .shop-categories-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mainpage .shop-categories-section .container {
    height: 100%;
}

.mainpage .shop-categories-section .shop-categories-content-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.mainpage .shop-categories-section {
    margin-bottom: calc(var(--space-60) + var(--space-25));
    aspect-ratio: 1920/900;
    flex-direction: column;
}

.mainpage .shop-categories-bg:after {
    background: linear-gradient(125deg, #535353 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.8;
}

.main-section-header .main-section-title {
    font-size: var(--font-40);
    font-weight: 300;
    letter-spacing: 0.05em;
    max-width: min(780px, 75%);
    margin: 0 auto;
    grid-column-start: 2;
    grid-column-end: 3;
    text-transform: uppercase;
    text-align: center;
}

.main-section-header {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 300px 1fr 300px;
    margin-bottom: calc(var(--space-60) + 15px);
}

.main-news-top .main-news-arrows {
    display: flex;
    gap: var(--space-25);
    align-items: center;
}

.main-news-top {
    display: flex;
    padding-left: 58.5%;
    justify-content: flex-end;
    align-items: center;
    gap: var(--space-50);
    position: relative;
    z-index: 2;
}

.starred-news-content {
    display: flex;
    align-items: center;
}

.starred-news-right .btn {
    margin-top: var(--space-50);
}

.starred-news-right {
    margin: 0 auto;
    padding: 0 0 var(--space-60);
    max-width: 674px;
}

.starred-news-title {
    font-size: calc(var(--font-48) + 2px);
    letter-spacing: 0.05em;
    font-weight: 300;
    margin-left: 16.5%;
    margin-top: calc(-1.2em);
    line-height: 1.2;
    margin-bottom: var(--space-60);
    text-transform: uppercase;
    max-width: 42%;
}

.starred-news-left .item-photo-slide-inside img {
    max-width: 100%;
    display: block;
}

.starred-news-left {
    width: 42%;
    align-self: flex-start;
    flex-shrink: 0;
    padding-right: 10px;
    position: relative;
}

.starred-news-box {
    width: 100%;
    flex-shrink: 0;
}

.main-news-slider .slick-list {
    overflow: visible;
}

.main-news-slider {
    display: flex;
    overflow: hidden;
    padding-top: 100px;
    margin-top: -100px;
}

.starred-news-right .text {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.main-news-section {
    margin-bottom: var(--space-50);
}

.main-section-header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: var(--space-50);
}

.main-solutions-arrows {
    display: flex;
    align-items: center;
    gap: var(--space-25);
}

.solutions-slider .solution-box {
    flex-shrink: 0;
}

.solutions-slider {
    display: flex;
    overflow: hidden;
}

.main-solution-section {
    margin-bottom: calc(var(--space-50) + var(--space-25));
}

.main-icons-section {
    margin-bottom: calc(var(--space-50) * 2);
}

.main-icons-list {
    display: flex;
    flex-wrap: wrap;
}

.icon-col .icon-row-content {
    margin-top: -0.2em;
}

.icon-col {
    width: 50%;
    margin-right: -1px;
    margin-top: -1px;
    display: flex;

    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

    padding: var(--space-40) var(--space-50) calc(var(--space-60) + var(--space-25));
}

.icon-col:nth-child(n + 3) {
    padding-top: calc(var(--space-60) + var(--space-25));
}

.icon-col:last-child, .icon-col:nth-last-child(2):not(:nth-child(2n + 2)) {
    padding-bottom: var(--space-40);
    border-bottom: none;
}

.icon-col:nth-child(2n + 1) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.main-bottom-news-slider:not(.slick-initialized) .grid-row:nth-child(n + 3) {
    display: none;
}

.main-bottom-news-slider .slick-slide > div + div {
    margin-top: calc(var(--space-50) + var(--space-40));
}

.main-bottom-news-slider .slick-slide > div + div .grid-row {
    flex-direction: row-reverse;
}

.main-news-bottom-arrows {
    display: flex;
    align-items: center;
    gap: var(--space-25);
}

.footer-menu-wrapper .footer-title {
    margin-bottom: var(--space-50);
}

.footer-menu-wrapper ul li {
    margin-bottom: 20px;
    line-height: 1.2;
}

.footer-menu-wrapper {
    flex-grow: 1;
}

.footer-menu-wrapper ul li a:hover {
    color: var(--color-primary);
}

.footer-menu-wrapper ul li.active > a {
    -webkit-text-stroke-color: currentColor;
}

.footer-menu-wrapper ul li a {
    -webkit-text-stroke: 0.5px transparent;
    break-after: avoid-column;
    font-size: 15px;
    transition: all 300ms;
    text-transform: uppercase;
}

.footer-menu-wrapper ul {
    columns: 3;
    column-gap: var(--space-40);
}

.main-page-content {
    position: relative;
    z-index: 2;
}

.main-news {
    margin-bottom: calc(var(--space-50) + var(--space-40));
}

.newsletter-box {
    position: relative;
    display: flex;
    align-items: center;
    aspect-ratio: 1920/500;
}

.newsletter-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    mix-blend-mode: luminosity;
}

.newsletter-bg:after {
    display: block;
    inset: -1px;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    background: url("../images/newsletter-mask.webp") center center /cover;
}

.newsletter-bg {
    position: absolute;
    inset: 0;
}

.newsletter-box-content-wrapper {
    width: 100%;

}

.newsletter-box-left {
    display: flex;
    gap: var(--space-60);
    max-width: 780px;
    align-items: center;
}

.newsletter-box-content .newsletter-form {
    width: 37%;
    flex-shrink: 0;
    margin-left: auto;
}

.newsletter-box-left .icon {
    width: 114px;
    flex-shrink: 0;
    height: 114px;
}

.newsletter-box-content {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 2;
}

.newsletter-title {
    font-size: var(--font-36);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.newsletter-form-content {
    display: flex;
    align-items: flex-start;
}

.newsletter-form-content .btn {
    min-height: 60px;
    z-index: 2;
    font-size: 16px;
}

.newsletter-form-content .form-element-container .element-row {
    margin-right: -10px;

}

.newsletter-form-content .form-element-container .form-control {
    min-height: 60px;
    padding-right: 40px;
}

.has-error .form-control-feedback {
    color: var(--color-primary);
}

.newsletter-form-content .form-element-container .form-control-feedback {
    right: 10px;
}

.newsletter-form-content .form-element-container {
    flex-grow: 1;
}

.main-page-bg-wrapper {
    position: relative;
}

.main-page-bg-wrapper:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: url('../images/background.webp') top center repeat-y;
    background-size: 100% auto;
    bottom: -500px;
    mix-blend-mode: luminosity;
}

.form .alert-block .error {
    background: var(--color-primary);
    margin-top: 0;
    padding: 5px !important;
    z-index: 2;
    display: block;
    border-radius: 5px;
    color: #fff !important;
}

@media screen and (min-width: 768px) {
    .modal-content .captcha-container .col-sm-4 {
        width: 50%;
    }
}

.search-group-heading {
    margin-bottom: var(--space-60);
}

section.search-group .category-box-top {
    border-bottom: none;
}

section.search-group {
    padding: 20px 0;
    color: #fff;
    background: url("../images/categories-mask.webp") center center /cover;
}

.search-boxes {
    margin: -10px;
    align-items: unset;
}

.search-boxes .category-box .category-box-inner {
    border-radius: 15px;
    padding: var(--space-50) var(--space-25) var(--space-25);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.search-boxes .category-box {
    padding: 10px;
}

.shop-category-list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.shop-manufacturer-box-inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: var(--space-25);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--space-25);
}

.shop-manufacturer-box {
    width: 20%;
    padding: 10px;
}

.news-view-content .slick-slider .slick-list, .news-view-content .slick-slider .slick-track {
    height: 100%;
}

.news-view-content .item-photo-slider {
    height: 100%;
}

.news-form-box .btn {
    font-weight: 700;
    justify-content: flex-start;
    padding: 5px 18px;
    font-size: 14px;
    gap: 18px;
}

.news-form-box {
    position: relative;
    margin-top: var(--space-40);
}

.news-form-box-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.news-form-box-bg {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    overflow: hidden;
}

.news-form-title {
    font-size: calc(var(--font-24) - 2px);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.news-form-box-content {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--space-40);
    z-index: 2;
    padding: calc(var(--space-25) + 2px) var(--space-40);
}

.news-form-container .form-element-option-text {
    color: #000;
}


.news-form-container {
    scroll-margin-top: 80px;
    padding-bottom: var(--space-50);
    background: #F8F8F8;
    --form-border-color: rgba(0, 0, 0, 0.15);
}

.news-form-container .news-form-button-wrapper {
    margin-top: var(--space-25);
}

.news-form-container .form {
    max-width: 1090px;
    margin: 0 auto;
}

.news-form-container .form .form-element-text,
.news-form-container .form .form-element-name {
    color: #000;
}

.modal-wide .modal-dialog {
    max-width: calc(100% - var(--container-padding) - var(--container-padding));
}