@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");

.entry-content img {
    margin: 0 0 1.5em 0
}

.alignleft,
img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.alignright,
img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.aligncenter,
img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px
}

.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left
}

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

:root {
    --color-text-light: $color-text-light;
    --color-text-dark: $color-text-dark;
    --color-primary: $color-primary;
    --color-body-dark: $color-body-dark;
    --color-body-light: $color-body-light
}

.color-primary {
    color: #d0112b !important
}

.color-secondary {
    color: #222 !important
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0px, -8px);
        transform: translate(0px, -8px)
    }

    50% {
        -webkit-transform: translate(0px, 8px);
        transform: translate(0px, 8px)
    }

    to {
        -webkit-transform: translate(0px, -8px);
        transform: translate(0px, -8px)
    }
}

@keyframes floating {
    from {
        -webkit-transform: translate(0px, -8px);
        transform: translate(0px, -8px)
    }

    50% {
        -webkit-transform: translate(0px, 8px);
        transform: translate(0px, 8px)
    }

    to {
        -webkit-transform: translate(0px, -8px);
        transform: translate(0px, -8px)
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.2;
    background-color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    max-width: 100vw;
    color: #d1d1d1
}

body.daymode {
    background-color: #f1f1f1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 10px;
    font-style: italic
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,
a:hover {
    text-decoration: none !important
}

img {
    max-width: 100%;
    height: auto
}

strong {
    font-weight: 700
}

p {
    font-weight: 400;
    margin-bottom: 1.2rem
}

p strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 1rem;
    font-weight: 400
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 40px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 25px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px
}

.h1 {
    font-size: 50px
}

.h2 {
    font-size: 40px
}

.h3 {
    font-size: 30px
}

.h4 {
    font-size: 25px
}

.h5 {
    font-size: 20px
}

.h6 {
    font-size: 18px
}

*::-webkit-scrollbar {
    width: 6px;
    height: 4px
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #d0112b;
    box-shadow: inset 0 0 1px #d0112b
}

*::-webkit-scrollbar-thumb {
    background-color: #d0112b;
    outline: transparent
}

:focus {
    outline: none !important
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.preloader-icon {
    border: 4px solid #222;
    border-top: 4px solid #eedace;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin .5s linear infinite;
    animation: spin .5s linear infinite
}

.page-preloader {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #222
}

svg.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#site-wrapper {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden
}

.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wp-pagenavi>a,
.wp-pagenavi>span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #d0112b;
    margin: 0 5px
}

.wp-pagenavi>a.current,
.wp-pagenavi>span.current {
    font-family: 'Nexa', 'Nexa-Book', sans-serif;
    font-weight: 800;
    background-color: #222;
    color: #fff
}

.wp-pagenavi>a:not(.current):hover,
.wp-pagenavi>a:not(.current):focus,
.wp-pagenavi>span:not(.current):hover,
.wp-pagenavi>span:not(.current):focus {
    background-color: #222;
    color: #fff !important
}

.card.collapse-content-card {
    border: none;
    border-radius: 0;
    background: transparent
}

.card.collapse-content-card .card-header {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 5px;
    border-bottom: solid 2px #d0112b
}

.card.collapse-content-card .card-header .btn.btn-collapse-toggle {
    position: relative;
    border-radius: 0;
    border: none;
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: left;
    font-weight: 800;
    font-size: 16px;
    background-color: transparent;
    color: #fff
}

body.daymode .card.collapse-content-card .card-header .btn.btn-collapse-toggle {
    color: #000
}

.card.collapse-content-card .card-header .btn.btn-collapse-toggle::after {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: block;
    content: '';
    width: 17px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 5px;
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    background-image: url("../images/caret-down-red.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.card.collapse-content-card .card-header .btn.btn-collapse-toggle:not(.collapsed)::after {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

.content-wrapper ul,
.content-wrapper ol {
    margin-bottom: 20px;
    margin-left: 20px
}

.content-wrapper ul li,
.content-wrapper ol li {
    display: list-item;
    list-style-position: inside !important
}

.content-wrapper ul li {
    list-style: disc
}

.content-wrapper ol li {
    list-style: decimal
}

form p,
form a {
    font-size: .85rem;
    color: #d1d1d1
}

body.daymode form p,
body.daymode form a {
    color: #111
}

form a {
    color: #ffffff;
    font-weight: 600
}

body.daymode form a {
    color: #000000
}

form a:hover {
    color: #d0112b !important
}

form small {
    font-size: .7rem
}

.custom-form-control {
    border-radius: 0;
    min-height: 60px;
    line-height: 60px;
    border: solid 1px #5e5e5e;
    background-color: #000;
    font-size: 1rem;
    padding: 1rem 2rem
}

.custom-form-control.wpcf7-checkbox {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: .5rem
}

body.daymode .custom-form-control {
    background-color: #f3f3f3
}

textarea.custom-form-control {
    line-height: 1rem
}

.form-note {
    border-left: solid 6px #d0112b
}

.form-note p {
    margin: 0
}

.btn-primary {
    background-color: #d0112b;
    min-height: 60px;
    line-height: 60px;
    padding: 0;
    border: none;
    border-radius: 0;
    font-weight: 600
}

.btn-primary:hover {
    background-color: #222
}

.btn-primary:disabled {
    background-color: #222;
    opacity: .5
}

select.select_type_01 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 0 1rem;
    -webkit-appearance: none;
    background: #d0112b url("../images/caret-down-white-svg.svg") no-repeat 97% center;
    background-size: 15px auto
}

select.select_type_02 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    border: none;
    color: #b6b6b6;
    font-size: 20px;
    font-weight: 700;
    padding: 0 1rem;
    -webkit-appearance: none;
    background: transparent url("../images/caret-down-white-svg.svg") no-repeat 97% center;
    background-size: 15px auto;
    border-bottom: solid 1px #ffffff
}

body.daymode select.select_type_02 {
    background: transparent url("../images/svg-icons/icon-arrow-down.svg") no-repeat 97% center;
    background-size: 15px auto;
    border-bottom: solid 1px #000000;
    color: #000000
}

header.site-header {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    position: relative;
    padding-top: 20px;
    z-index: 999
}

header.site-header .header-logo {
    width: auto;
    height: auto
}

header.site-header .header-logo-inner img {
    width: auto;
    height: 45px;
}

header.site-header .header-call-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto
}

header.site-header .header-call-center .call-center-icon svg.icon {
    width: 55px;
    height: 60px;
    color: #fff
}

header.site-header .header-call-center .number {
    text-align: right;
    margin-left: 15px
}

header.site-header .header-call-center .number h5 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px
}

header.site-header .header-call-center .number h6 {
    font-size: .75rem;
    font-weight: 500;
    color: #d0112b;
    line-height: 1;
    margin-bottom: 0
}

header.site-header .navbar-toggler {
    padding: 0
}

header.site-header .navbar-toggler svg.icon {
    width: 40px;
    height: 40px
}

button.navbar-toggler svg.icon {
    stroke: #fff;
    fill: #fff;
}

header.site-header .navbar-container {
    position: unset !important
}

@media (max-width: 991.98px) {
    header.site-header .navbar-container {}
}

header.site-header .navbar-nav {
    position: unset !important
}

header.site-header .navbar-nav>.nav-item>a {
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff
}

header.site-header .navbar-nav>.nav-item>.seperator {
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    transform: translateY(-2px);
}

header.site-header .navbar-nav>.nav-item>a:hover,
header.site-header .navbar-nav>.nav-item>a:focus {
    color: #d0112b !important
}

header.site-header .navbar-nav>.nav-item.current-menu-item a,
header.site-header .navbar-nav>.nav-item.active a {
    color: #d0112b !important
}

header.site-header .navbar-nav>.nav-item.dropdown,
header.site-header .navbar-nav>.nav-item.dropleft,
header.site-header .navbar-nav>.nav-item.dropright,
header.site-header .navbar-nav>.nav-item.dropup {
    position: unset
}

header.site-header .navbar-nav>.nav-item>ul.dropdown-menu {
    border-radius: 0;
    border: none;
    width: 100vw;
    padding: 50px 40px;
    margin-bottom: 50px;
    background-color: transparent;
    background-image: url("../images/header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    -ms-grid-columns: (350px)[2];
    grid-template-columns: repeat(2, 350px)
}

header.site-header .navbar-nav>.nav-item>ul.dropdown-menu:after {
    position: absolute;
    display: block;
    content: '';
    top: 10%;
    right: 0;
    width: 50%;
    height: 80%;
    z-index: -1;
    background-image: url("../images/nav-images/top-menu.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain
}

@media (max-width: 991.98px) {
    header.site-header .navbar-nav>.nav-item>ul.dropdown-menu {
        background-image: none;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767.98px) {
    header.site-header .navbar-nav>.nav-item>ul.dropdown-menu {
        background-image: none;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

header.site-header .navbar-nav>.nav-item>ul.dropdown-menu a {
    color: #555555;
    font-size: .85rem;
    font-weight: 500;
    background-color: transparent;
    padding: .75rem 1.5rem
}

header.site-header .navbar-nav>.nav-item>ul.dropdown-menu a:after {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    background-image: url("../images/nav-caret.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    vertical-align: middle;
    margin-left: 10px;
    opacity: 0
}

header.site-header .navbar-nav>.nav-item>ul.dropdown-menu a:hover {
    background-color: transparent;
    color: #d0112b
}

header.site-header .navbar-nav>.nav-item>ul.dropdown-menu a:hover:after {
    opacity: 1
}

header.site-header .navbar-nav>.nav-item>ul.dropdown-menu>li {
    border-left: solid 1px #c2c2c2
}

header.site-header .navbar-nav>.nav-item>ul.dropdown-menu.show {
    display: -ms-grid;
    display: grid
}

header.site-header .header-right>* {
    margin-left: 25px
}

header.site-header .header-right a {
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: #868686
}

header.site-header .header-right a:hover {
    color: #d0112b !important
}

header.site-header .header-right a.katalog-link {
    display: inline-block;
    min-width: 115px
}

header.site-header .header-right .mode-switcher input#modeswitcher {
    display: none
}

header.site-header .header-right .mode-switcher label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

header.site-header .header-right .mode-switcher label svg.icon {
    color: #868686
}

header.site-header .header-right .mode-switcher label .modedisplay {
    position: relative;
    width: 30px;
    height: 1px;
    background-color: #868686;
    margin: 0 5px
}

header.site-header .header-right .mode-switcher label .modedisplay:before {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    position: absolute;
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    background-color: #868686;
    border-radius: 8px;
    top: -4px;
    left: 22px
}

header.site-header .header-right .mode-switcher label:hover .modedisplay {
    background-color: #d0112b !important
}

header.site-header .header-right .mode-switcher label:hover .modedisplay:before {
    background-color: #d0112b !important
}

header.site-header .header-right .mode-switcher label:hover svg.icon {
    color: #d0112b !important
}

header.site-header .header-right .mode-switcher input#modeswitcher:checked+label .modedisplay:before {
    left: 0
}

header.site-header .header-right .qtranxs_widget ul.language-chooser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header.site-header .header-right .qtranxs_widget ul.language-chooser>li {
    margin-right: 10px
}

header.site-header .header-right .qtranxs_widget ul.language-chooser>li::after {
    display: inline-block;
    content: '/';
    margin-left: 10px;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: -1px;
    color: #868686
}

header.site-header .header-right .qtranxs_widget ul.language-chooser>li:last-child {
    margin-right: 0
}

header.site-header .header-right .qtranxs_widget ul.language-chooser>li:last-child::after {
    display: none
}

header.site-header .header-right .qtranxs_widget ul.language-chooser>li.active a {
    color: #d0112b
}

header.site-header.home-header {
    position: relative;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    border-bottom: solid 2px #d0112b;
    width: 100%;
}

header.site-header.page-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

body.daymode header.site-header.page-header {
    background-color: #000
}

header.site-header.page-header .header-call-center {
    display: none
}

header.site-header.page-header .navbar-nav>.nav-item>a {
    font-weight: 500;
    color: #ffffff
}

body.daymode header.site-header.page-header .navbar-nav>.nav-item>a {
    color: #ffffff
}

header.site-header.page-header .navbar-nav>.nav-item>ul.dropdown-menu {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.75)
}

header.site-header.page-header .header-right>* {
    margin-left: 25px
}

header.site-header.page-header .header-right a {
    color: #a7a7a7
}

header.site-header.page-header .header-right .mode-switcher input#modeswitcher {
    display: none
}

header.site-header.page-header .header-right .mode-switcher label svg.icon {
    color: #a7a7a7
}

header.site-header.page-header .header-right .mode-switcher label .modedisplay {
    background-color: #a7a7a7
}

header.site-header.page-header .header-right .mode-switcher label .modedisplay:before {
    background-color: #a7a7a7
}

header.site-header.page-header .header-right .qtranxs_widget ul.language-chooser>li::after {
    color: #a7a7a7
}

header.site-header.header-fix {
    padding-top: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000
}

header.site-header.header-fix .navbar {
    margin-top: .5rem !important
}

header.site-header.header-fix+.site-content {
    margin-top: 140px
}

@media (max-width: 991.98px) {
    header.site-header .header-call-center .call-center-icon {
        width: 24px;
        height: 27px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: auto;
    }

    header.site-header .navbar-nav {
        max-height: 90vh;
        overflow-y: auto;
        max-width: 90vw;
        overflow-x: hidden
    }

    header.site-header .navbar-nav>.nav-item>a {
        font-size: 1.5rem
    }

    header.site-header .navbar-nav>.nav-item>ul.dropdown-menu {
        padding: 0 0
    }

    header.site-header .navbar-nav>.nav-item>ul.dropdown-menu a {
        font-size: 1rem
    }

    header.site-header .navbar-nav>.nav-item>ul.dropdown-menu>li {
        width: auto;
        border: none
    }
}

@media (max-width: 767.98px) {
    header.site-header .header-call-center .number h5 {
        font-size: 1.5rem
    }

    header.site-header .header-call-center .number h6 {
        display: none
    }

    header.site-header .header-right>* {
        margin-left: 0
    }
}

@media (max-width: 575.98px) {
    header.site-header .header-call-center .number h5 {
        font-size: 1rem
    }
}

#search_field_back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #111;
    opacity: .8;
    z-index: 999
}

#search_field {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1000;
    max-width: 800px;
    width: 90vw;
    height: 100%;
    max-height: 80px;
    padding: 20px;
    text-align: center
}

#search_field input.search-field {
    display: block;
    float: left;
    width: 100%;
    border: none;
    border-bottom: solid 1px #d0112b;
    background-color: transparent;
    margin: 0;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #fff
}

#search_field input.search-field::-webkit-input-placeholder {
    color: #b3b3b3;
    opacity: 1
}

#search_field input.search-field:-ms-input-placeholder {
    color: #b3b3b3;
    opacity: 1
}

#search_field input.search-field::-ms-input-placeholder {
    color: #b3b3b3;
    opacity: 1
}

#search_field input.search-field::placeholder {
    color: #b3b3b3;
    opacity: 1
}

#search_field input.search-field:-ms-input-placeholder {
    color: #b3b3b3
}

#search_field input.search-field::-ms-input-placeholder {
    color: #b3b3b3
}

#search_field input.search-field:focus {
    outline: none
}

#search_field input[type="submit"],
#search_field #search_close {
    display: inline-block;
    width: 10%;
    height: 40px;
    margin: 0;
    border: solid 1px #d0112b;
    background-color: #d0112b;
    color: #ffffff;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 400;
    cursor: pointer
}

#search_field input[type="submit"]:hover,
#search_field #search_close:hover {
    background-color: #222;
    color: #d1d1d1
}

@media (max-width: 900px) {
    #search_field input[type="submit"] {
        width: auto
    }

    #search_field input.search-field {
        font-size: 24px
    }
}

@media (max-width: 768px) {
    #search_field input.search-field {
        font-size: 18px
    }
}




div#megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fafafa;
    border-top: 2px solid #d0222b;
    border-bottom: 2px solid #d0222b;
    margin-top: 10px;
    padding-top: 80px;
    padding-bottom: 60px;
    display: none;
}

div#megamenu .main-categories {}

div#megamenu .main-categories a.single {
    margin-bottom: .375rem;
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    font-family: Bebas Neue, Segoe UI, Helvetica Neue, Arial, sans-serif;
    overflow-wrap: break-word;
    color: #08101a;
}

div#megamenu .main-categories a.single.active,
div#megamenu .main-categories a.single:hover {
    color: #d0222b;
}

div#megamenu div#suubcontent {}

div#megamenu div#suubcontent div.submenu {
    display: none;
    gap:80px
}

div#megamenu div#suubcontent div.submenu.active {
    display: flex;
}

div#megamenu div#suubcontent div.submenu ul {}

div#megamenu div#suubcontent div.submenu ul a {

    color: #08101a;
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration-line: none;
    word-break: break-word;
    line-height: 28px;
    margin-bottom: 8px;
    font-family: Inter, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

div#megamenu div#suubcontent div.submenu ul a.active,
div#megamenu div#suubcontent div.submenu ul a:hover {
    color: #d0222b;
}




footer {
    background-color: #000000;
    border-top: solid 1px #d0112b;
    padding: 4rem 0
}

body.daymode footer {
    background-color: #f1f1f1
}

footer .footer-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px
}

footer .footer-col.end-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-col h5 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 30px
}

body.daymode footer .footer-col h5 {
    color: #000000
}

footer .footer-col ul.footer-menu {
    margin-bottom: 20px
}

footer .footer-col ul.footer-menu li {
    margin-bottom: 10px
}

footer .footer-col ul.footer-menu li a {
    font-size: 1rem;
    color: #d1d1d1
}

body.daymode footer .footer-col ul.footer-menu li a {
    color: #111
}

footer .footer-col ul.footer-menu li a:hover {
    color: #d0112b !important
}

footer .footer-col .footer-call-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px 0;
}

footer .footer-col .footer-call-center .call-center-icon svg.icon {
    width: 45px;
    height: 50px;
    color: #ffffff
}

body.daymode footer .footer-col .footer-call-center .call-center-icon svg.icon {
    color: #000000
}

footer .footer-col .footer-call-center .number {
    text-align: right;
    margin-left: 15px
}

footer .footer-col .footer-call-center .number h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 5px
}

body.daymode footer .footer-col .footer-call-center .number h5 {
    color: #000000
}

footer .footer-col .footer-call-center .number h6 {
    font-size: .75rem;
    font-weight: 500;
    color: #d0112b;
    line-height: 1;
    margin-bottom: 0
}

@media (max-width: 1199.98px) {
    footer .footer-col.footer-col-large {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    footer .footer-col .footer-call-center {
        margin-right: auto
    }

    footer .footer-col h5 {
        text-align: center
    }

    footer .footer-col ul.footer-menu {
        text-align: center
    }
}

footer .footer-logo {
    width: auto;
    height: auto;
    max-width: 300px;
}

footer .footer-logo-inner img {
    width: auto;
    height: 55px;
    -webkit-filter: grayscale(1) brightness(-1) invert(1);
    filter: grayscale(1) brightness(-1) invert(1)
}

body.daymode footer .footer-logo-inner img {
    -webkit-filter: grayscale(0) brightness(1) invert(0);
    filter: grayscale(0) brightness(1) invert(0)
}

footer .footer-contact {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
    margin-right: 20px
}

footer .footer-contact p,
footer .footer-contact a {
    font-size: .85rem;
    font-weight: 500;
    color: #ffffff
}

body.daymode footer .footer-contact p,
body.daymode footer .footer-contact a {
    color: #000000
}

footer .footer-contact p {
    margin-right: 15px
}

footer .footer-contact a:hover {
    color: #d0112b !important
}

@media (max-width: 991.98px) {
    footer .footer-contact {
        margin-right: 0
    }
}

footer .footer-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 285px
}

footer .footer-sm a {
    font-size: 2rem;
    color: #ffffff
}

body.daymode footer .footer-sm a {
    color: #000000
}

footer .footer-sm a:hover {
    color: #d0112b !important
}

footer .footer-info {
    font-size: .8rem;
    font-weight: 400;
    color: #d1d1d1
}

footer .footer-app-links a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 120px;
    flex: 0 1 120px
}

footer .footer-app-links a:not(:first-child) {
    margin-left: 15px
}

footer .footer-app-links a img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.product-slider-wrapper {
    background-image: url("../images/slider-bg-logo.png");
    background-repeat: no-repeat;
    background-position: center 5%;
    background-size: auto
}

@media (max-width: 991.98px) {
    .product-slider-wrapper {
        background-size: contain
    }
}

.slider-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 80vh;
    padding: 15rem 0
}

.slider-wrapper #main-product-slider .owl-item {
    z-index: 5
}

.slider-wrapper #main-product-slider .owl-item.active.center {
    z-index: 9
}

.slider-wrapper #main-product-slider .item .item-image {
    position: relative;
    width: 100%;
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-wrapper #main-product-slider .item .item-image img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

.slider-wrapper #main-product-slider .item .item-image::before {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    display: block;
    content: '';
    width: 90%;
    height: 200px;
    top: 50%;
    left: 5%;
    z-index: -5;
    background-color: #d0d0d0;
    opacity: 0.15;
    border-radius: 100%;
    -webkit-filter: blur(2rem);
    filter: blur(2rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-wrapper #main-product-slider .item .item-content {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    pointer-events: none;
    width: 90vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%
}

.slider-wrapper #main-product-slider .item .item-content h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px
}

body.daymode .slider-wrapper #main-product-slider .item .item-content h4 {
    color: #111
}

.slider-wrapper #main-product-slider .item .item-content div.sub-links {
    width: 100%;
    padding: 0 4rem;
    font-size: 1rem;
    line-height: 1.5
}

.slider-wrapper #main-product-slider .item .item-content div.sub-links a {
    color: #d1d1d1;
    cursor: pointer
}

body.daymode .slider-wrapper #main-product-slider .item .item-content div.sub-links a {
    color: #111
}

.slider-wrapper #main-product-slider .item .item-content div.sub-links a:hover {
    color: #d0112b !important
}

.slider-wrapper #main-product-slider .item .item-content div.sub-links span {
    padding: 0 15px
}

.slider-wrapper #main-product-slider .item .item-content div.sub-links span:last-of-type {
    display: none
}

.slider-wrapper #main-product-slider .active.center .item .item-image img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.slider-wrapper #main-product-slider .active.center .item .item-image::before {
    opacity: 0.25
}

.slider-wrapper #main-product-slider .active.center .item .item-content {
    opacity: 1;
    pointer-events: all
}

.slider-wrapper #main-product-slider .owl-nav>button {
    position: absolute;
    top: 50%;
    width: auto;
    height: 30px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    margin: 0;
    background-color: transparent;
    opacity: .5
}

body.daymode .slider-wrapper #main-product-slider .owl-nav>button {
    color: black
}

.slider-wrapper #main-product-slider .owl-nav>button svg.icon {
    width: 30px;
    height: 30px
}

.slider-wrapper #main-product-slider .owl-nav>button:hover,
.slider-wrapper #main-product-slider .owl-nav>button:focus {
    background-color: transparent;
    opacity: 1
}

.slider-wrapper #main-product-slider .owl-nav .owl-prev {
    left: 15px
}

.slider-wrapper #main-product-slider .owl-nav .owl-prev svg.icon {
    margin-right: 15px
}

.slider-wrapper #main-product-slider .owl-nav .owl-prev span.arrow-text {
    -webkit-transform-origin: left;
    transform-origin: left
}

.slider-wrapper #main-product-slider .owl-nav .owl-next {
    right: 15px
}

.slider-wrapper #main-product-slider .owl-nav .owl-next svg.icon {
    margin-left: 15px
}

.slider-wrapper #main-product-slider .owl-nav .owl-next span.arrow-text {
    -webkit-transform-origin: right;
    transform-origin: right
}

.main-slider {
    position: relative
}

.main-slider .static {
    position: static
}

.main-slider .cover {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat
}

.main-slider .owl-carousel .owl-slide {
    position: relative;
    min-height: 85vh;
    padding-top: 25vh
}

.main-slider .owl-carousel .owl-slide .owl-slide-text {
    position: absolute;
    bottom: 20%;
    left: 50px;
    opacity: .7
}

.main-slider .owl-carousel .owl-slide .owl-slide-text p {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1
}

.main-slider .owl-carousel .owl-slide .owl-slide-text h4 {
    font-size: 3rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1
}

.main-slider .owl-carousel .owl-slide-animated {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateX(20px) perspective(400px) rotateY(-15deg);
    transform: translateX(20px) perspective(400px) rotateY(-15deg);
    opacity: 0;
    visibility: hidden
}

.main-slider .owl-carousel .owl-slide-animated.is-transitioned {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible
}

.main-slider .owl-carousel .owl-slide-title.is-transitioned {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.main-slider .owl-carousel .owl-slide-content.is-transitioned {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.main-slider .owl-carousel .owl-slide-btn.is-transitioned {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.main-slider .owl-carousel .owl-nav>button {
    position: absolute;
    top: 50%;
    width: auto;
    height: 30px;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    margin: 0;
    background-color: transparent;
    opacity: .5
}

.main-slider .owl-carousel .owl-nav>button svg.icon {
    width: 18px;
    height: 13px
}

.main-slider .owl-carousel .owl-nav>button:hover,
.main-slider .owl-carousel .owl-nav>button:focus {
    background-color: transparent;
    opacity: 1
}

.main-slider .owl-carousel .owl-nav .owl-prev {
    left: 15px
}

.main-slider .owl-carousel .owl-nav .owl-prev svg.icon {
    margin-right: 15px
}

.main-slider .owl-carousel .owl-nav .owl-prev span.arrow-text {
    -webkit-transform-origin: left;
    transform-origin: left
}

.main-slider .owl-carousel .owl-nav .owl-next {
    right: 15px
}

.main-slider .owl-carousel .owl-nav .owl-next svg.icon {
    margin-left: 15px
}

.main-slider .owl-carousel .owl-nav .owl-next span.arrow-text {
    -webkit-transform-origin: right;
    transform-origin: right
}

.main-slider .slider-logo {
    position: absolute;
    bottom: 30px;
    left: 10%;
    z-index: 5
}

.main-slider .slider-logo img {
    width: 120px;
    height: 30px
}

.home-sections {
    width: 100%;
    height: auto;
    display: block
}

.home-sections .section-heading h3 {
    position: relative;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 500;
    border-bottom: solid 2px #d1d1d1;
    padding-bottom: 30px
}

.home-sections .section-heading h3 span {
    font-weight: 600
}

body.daymode .home-sections .section-heading h3 {
    color: #111;
    border-bottom: solid 2px #111
}

.home-sections .section-heading h3::after {
    position: absolute;
    display: block;
    content: '';
    border-bottom: solid 2px #d0112b;
    bottom: -2px;
    left: 0;
    width: 100%;
    max-width: 330px
}

.home-sections .section-heading h3 svg.icon {
    color: #808080;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-right: 30px
}

.home-sections.home-about-section {
    background-image: url("../images/home-about-bg-dark.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

body.daymode .home-sections.home-about-section {
    background-image: none
}

.home-sections.home-about-section .home-about-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home-sections.home-about-section .home-about-images>div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin: 0 1%;
    height: auto
}

.home-sections.home-about-section .home-about-images>div img {
    max-width: 100%;
    height: auto
}

.home-sections.home-about-section .home-about-images>div:nth-child(1) {
    margin-left: 0;
    padding-top: 15%
}

.home-sections.home-about-section .home-about-images>div:nth-child(3) {
    margin-right: 0;
    padding-top: 10%
}

.home-sections.home-about-section .about-content h3 {
    font-size: 2.15rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px
}

body.daymode .home-sections.home-about-section .about-content h3 {
    color: #111
}

.home-sections.home-about-section .about-content p {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 30px
}

.home-sections.home-about-section .about-cetificates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.home-sections.home-about-section .about-cetificates img {
    margin: 0 30px
}

.home-sections.home-content-section {
    background-image: url("../images/home-section-bg-dark.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

body.daymode .home-sections.home-content-section {
    background-image: none
}

.home-sections>.home-news-section {
    margin-bottom: 5rem
}

.home-sections>.home-news-section .news-card {
    background-color: #000;
    border-color: #2b2b2b;
    border-radius: 0
}

body.daymode .home-sections>.home-news-section .news-card {
    background-color: #eeeeee;
    border-color: #e7e7e7
}

.home-sections>.home-news-section .news-card .card-img-top {
    min-height: 250px;
    margin-bottom: 10px
}

.home-sections>.home-news-section .news-card .card-img-top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-sections>.home-news-section .news-card .card-body h4 {
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 500;
    min-height: 3rem;
    margin-bottom: 15px;
    color: #ffffff;
    min-height: 60px
}

body.daymode .home-sections>.home-news-section .news-card .card-body h4 {
    color: #111
}

.home-sections>.home-news-section .news-card .card-body p {
    font-size: .95rem;
    line-height: 1.5
}

.home-sections>.home-news-section .news-card .card-footer {
    border: none;
    padding: 0
}

.home-sections>.home-news-section .news-card .card-footer a {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    color: #d1d1d1;
    padding: 1.5rem;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600
}

body.daymode .home-sections>.home-news-section .news-card .card-footer a {
    color: #111
}

.home-sections>.home-news-section .news-card .card-footer a span {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: inline-block;
    width: auto;
    text-align: right;
    max-width: 33%
}

.home-sections>.home-news-section .news-card .card-footer a span i.fa {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-size: 1.25rem;
    vertical-align: middle;
    opacity: 0
}

.home-sections>.home-news-section .news-card .card-footer a:hover {
    background-color: #d0112b !important;
    color: #ffffff !important
}

.home-sections>.home-news-section .news-card .card-footer a:hover span {
    width: 100%;
    max-width: 100%
}

.home-sections>.home-news-section .news-card .card-footer a:hover span i.fa {
    opacity: 1
}

.home-sections.home-contents .bg-black {
    background-color: rgba(0, 0, 0, 0.5)
}

body.daymode .home-sections.home-contents .bg-black {
    background-color: rgba(0, 0, 0, 0.2)
}

.home-sections.home-contents .content-box {
    max-width: 80%;
    border-left: solid 2px #d0112b;
    padding-left: 30px
}

.home-sections.home-contents .content-box h3 {
    position: relative;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 500
}

body.daymode .home-sections.home-contents .content-box h3 {
    color: #111
}

.home-sections.home-contents .content-box p {
    font-size: 1rem;
    line-height: 1.5
}

.home-sections.home-contents .content-image {
    min-height: 100%
}

.home-sections.home-contents .content-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home-sections.home-contents .content-bordered-wrapper {
    border-top: solid 2px #d0112b;
    border-bottom: solid 2px #d0112b
}

.home-sections.home-contents .content-bordered-wrapper .content-box {
    border-left: none;
    padding-left: 0
}

.home-sections.home-contact-section {
    background-color: #000000;
    padding: 5rem 0
}

.home-sections.home-contact-section .section-heading h3 {
    border: none;
    padding-bottom: 10px
}

.home-sections.home-contact-section .section-heading h3::after {
    display: none
}

body.daymode .home-sections.home-contact-section {
    background-color: #f1f1f1
}

.page-sections {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 60px;
}

.page-sections .section-heading {
    position: relative
}

.page-sections .section-heading h3 {
    position: relative;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 500;
    border-bottom: solid 2px #d0112b;
    padding-bottom: 20px
}

.page-sections .section-heading h3 span {
    font-weight: 600
}

body.daymode .page-sections .section-heading h3 {
    color: #111;
    border-bottom: solid 2px #111
}

.page-sections .section-heading h3 svg.icon {
    color: #808080;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-right: 30px
}

.page-sections .section-heading .dealers-heading-btns {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.page-sections .section-heading .dealers-heading-btns a {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.page-sections .section-heading .dealers-heading-btns a svg.icon {
    vertical-align: middle;
    margin-left: 10px
}

body.daymode .page-sections .section-heading .dealers-heading-btns a {
    color: #000000
}

.page-sections .section-heading .dealers-heading-btns a:hover {
    color: #d0112b !important
}

.page-sections .section-heading .dealers-heading-btns a:hover svg {
    fill: #d0112b !important
}

@media (max-width: 991.98px) {
    .page-sections .section-heading .dealers-heading-btns {
        position: relative;
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }

    .page-sections .section-heading .dealers-heading-btns a {
        margin-left: 0;
        margin-right: 15px
    }
}

.page-sections .section-heading.section-heading-reverse {
    text-align: right
}

.page-sections .section-heading.section-heading-reverse .dealers-heading-btns {
    right: auto;
    left: 0
}

.page-sections .section-heading.section-heading-reverse .dealers-heading-btns a {
    margin-left: 0;
    margin-right: 15px
}

.page-sections .section-heading.section-heading-reverse .dealers-heading-btns a svg.icon {
    vertical-align: middle;
    margin-right: 10px
}

.page-sections.page-header-intro-section .intro-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.page-sections.page-header-intro-section .intro-bg .header-text {
    position: absolute;
    bottom: 15px;
    left: 50px;
    opacity: .7
}

.page-sections.page-header-intro-section .intro-bg .header-text p {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1
}

.page-sections.page-header-intro-section .intro-bg .header-text h4 {
    font-size: 3rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1
}

.page-sections.page-header-intro-section .intro-bg .intro-front {
    position: absolute;
    bottom: 0px;
    right: 10%;
    max-width: 470px
}

@media (max-width: 991.98px) {
    .page-sections.page-header-intro-section .intro-bg {
        max-height: 220px
    }
}

.page-sections.cat-select-grid-section .cat-select-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    grid-gap: 0
}

.page-sections.cat-select-grid-section .cat-select-grid>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.page-sections.cat-select-grid-section .cat-select-grid>a h3 {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
    z-index: 5;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center
}

.page-sections.cat-select-grid-section .cat-select-grid>a img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.01) rotateZ(0);
    transform: scale(1.01) rotateZ(0);
    z-index: 1;
    -webkit-filter: brightness(1) contrast(0.4);
    filter: brightness(1) contrast(0.4)
}

.page-sections.cat-select-grid-section .cat-select-grid>a:hover h3,
.page-sections.cat-select-grid-section .cat-select-grid>a.active h3 {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
}

.page-sections.cat-select-grid-section .cat-select-grid>a:hover img,
.page-sections.cat-select-grid-section .cat-select-grid>a.active img {
    -webkit-transform: scale(1.25) rotateZ(3deg);
    transform: scale(1.25) rotateZ(3deg);
    -webkit-filter: brightness(0.25) contrast(1);
    filter: brightness(0.25) contrast(1)
}

@media (max-width: 991.98px) {
    .page-sections.cat-select-grid-section .cat-select-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }

    .page-sections.cat-select-grid-section .cat-select-grid>a h3 {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1;
        font-size: 1.1rem
    }
}

@media (max-width: 575.98px) {
    .page-sections.cat-select-grid-section .cat-select-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

.page-sections.page-content-section {
    background-color: #000000
}

body.daymode .page-sections.page-content-section {
    background-color: #fff
}

.page-sections.page-content-section h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #d1d1d1;
    line-height: 1
}

.page-sections.page-content-section .content-box {
    padding: 10px 0 10px 30px;
    border-left: solid 3px #d0112b
}

.page-sections.page-content-section .content-box p {
    margin-bottom: 0
}

body.daymode .page-sections.product-select-section {
    background-image: none !important
}

.page-sections.product-select-section h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff
}

body.daymode .page-sections.product-select-section h3 {
    color: #000000
}

.page-sections.product-select-section p {
    font-size: 1rem
}

body.daymode .page-sections.page-dealers-section {
    background-image: none !important
}

.page-sections.page-dealers-section #svg_map_turkey {
    fill: #363636;
    stroke: none
}

body.daymode .page-sections.page-dealers-section #svg_map_turkey {
    fill: #888888
}

.page-sections.page-dealers-section #svg_map_turkey path {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.page-sections.page-dealers-section #svg_map_turkey path:hover {
    fill: #d0112b
}

.active .page-sections.page-dealers-section #svg_map_turkey path {
    fill: #d0112b
}

.page-sections.page-dealers-section .salers-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border: solid 1px #6b6b6b;
    background-color: #000;
    margin-bottom: 20px
}

.page-sections.page-dealers-section .salers-card .salers-card-left,
.page-sections.page-dealers-section .salers-card .salers-card-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.page-sections.page-dealers-section .salers-card .salers-card-left {
    padding: 0 20px
}

.page-sections.page-dealers-section .salers-card .salers-card-left h3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #ffffff
}

body.daymode .page-sections.page-dealers-section .salers-card .salers-card-left h3 {
    color: #000000
}

.page-sections.page-dealers-section .salers-card .salers-card-left .saler-contact p {
    font-size: .95rem;
    line-height: 2;
    margin-bottom: 15px
}

.page-sections.page-dealers-section .salers-card .salers-card-right iframe {
    width: 100% !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.page-sections.page-dealers-section .salers-card[rel="empty"] {
    display: block;
    padding: 5rem
}

body.daymode .page-sections.page-dealers-section .salers-card {
    background-color: #e1e1e1;
    border: solid 1px #e5e5e5
}

@media (max-width: 991.98px) {
    .page-sections.page-dealers-section .salers-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-sections.page-dealers-section .salers-card .salers-card-left,
    .page-sections.page-dealers-section .salers-card .salers-card-right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

body.daymode .page-sections.page-contact-section {
    background-image: none !important
}

.page-sections.page-contact-section .contact-fabs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

@media (max-width: 767.98px) {
    .page-sections.page-contact-section .contact-fabs-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.page-sections.page-contact-section .contact-fabs-grid .fab-item {
    text-align: center
}

.page-sections.page-contact-section .contact-fabs-grid .fab-item img.fab-img {
    margin-bottom: 10px
}

.page-sections.page-contact-section .contact-fabs-grid .fab-item .fab-info h4 {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 300
}

body.daymode .page-sections.page-contact-section .contact-fabs-grid .fab-item .fab-info h4 {
    color: #111
}

.page-sections.page-contact-section .contact-info h4 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 400
}

body.daymode .page-sections.page-contact-section .contact-info h4 {
    color: #111
}

.page-sections.page-contact-section .contact-info a {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500
}

body.daymode .page-sections.page-contact-section .contact-info a {
    color: #000000
}

.page-sections.page-contact-section .contact-info a:hover {
    color: #d0112b !important
}

.page-sections.product-list-section .product-list-sidebar {
    border: solid 1px #5e5e5e;
    padding: 1rem 1.5rem
}

.page-sections.product-list-section .product-list-sidebar a {
    line-height: auto;
    color: #ffffff
}

body.daymode .page-sections.product-list-section .product-list-sidebar a {
    color: #595959
}

.page-sections.product-list-section .product-list-sidebar a:hover,
.page-sections.product-list-section .product-list-sidebar a:focus {
    color: #d0112b !important
}

.page-sections.product-list-section .product-list-sidebar .nav-item {
    padding: .7rem 0
}

.page-sections.product-list-section .product-list-sidebar .nav-item .nav-opener {
    position: relative;
    padding-right: 1rem;
    cursor: pointer
}

.page-sections.product-list-section .product-list-sidebar .nav-item .nav-opener a {
    font-size: 1rem;
    font-weight: 700
}

.page-sections.product-list-section .product-list-sidebar .nav-item .nav-opener a::after {
    display: block;
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 2rem;
    font-weight: 600;
    color: inherit
}

.page-sections.product-list-section .product-list-sidebar .nav-item .nav-opener a[aria-expanded="true"],
.page-sections.product-list-sidebar .nav-item .nav-opener a.active {
    color: #d0112b
}

.page-sections.product-list-section .product-list-sidebar .nav-item .nav-opener a[aria-expanded="true"]::after,
.page-sections.product-list-sidebar .nav-item .nav-opener a.active::after {
    content: '-';
    right: 3px
}

.page-sections.product-list-section .product-list-sidebar .nav-item ul.sub_categories li {
    margin-bottom: .5rem
}

.page-sections.product-list-section .product-list-sidebar .nav-item ul.sub_categories li a {
    font-size: .95rem;
    font-weight: 600
}

.page-sections.product-list-section .product-list-sidebar .nav-item ul.sub_categories li a.active {
    color: #d0112b
}

.page-sections.product-list-section .grid-head {
    background-color: #d0112b;
    text-align: right;
    padding: .5rem;
    margin-bottom: 20px
}

.page-sections.product-list-section .grid-content {
    font-size: 1rem;
    margin-bottom: 40px
}

.page-sections.product-list-section .grid-content h1.tax-header-01 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #d0112b;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: solid 2px #d0112b
}

.page-sections.product-list-section .grid-content h1.tax-header-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 1rem;
    font-weight: 600;
    text-align: right;
    margin-bottom: 40px;
    color: #ffffff
}

body.daymode .page-sections.product-list-section .grid-content h1.tax-header-02 {
    color: #595959
}

.page-sections.product-list-section .grid-content h1.tax-header-02::before {
    display: block;
    content: '';
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    height: 2px;
    background-color: #d0112b
}

.page-sections.product-list-section .product-cat-grid {
    display: -ms-grid;
    display: grid;
    gap: 50px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

.page-sections.product-list-section .product-cat-grid .grid-item .item-img {
    position: relative;
    border: solid 1px #5e5e5e;
    margin-bottom: 20px
}

.page-sections.product-list-section .product-cat-grid .grid-item .item-img::after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.page-sections.product-list-section .product-cat-grid .grid-item .item-img img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0
}

body.daymode .page-sections.product-list-section .product-cat-grid .grid-item .item-img.item-product-img {
    background-color: #fff
}

.page-sections.product-list-section .product-cat-grid .grid-item .item-img.item-product-img img {
    -o-object-fit: contain;
    object-fit: contain
}

.page-sections.product-list-section .product-cat-grid .grid-item .item-title {
    text-align: center
}

.page-sections.product-list-section .product-cat-grid .grid-item .item-title h5 {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: transparent;
    margin: 0;
    min-height: 60px
}

.page-sections.product-list-section .product-cat-grid .grid-item a {
    color: #d1d1d1
}

body.daymode .page-sections.product-list-section .product-cat-grid .grid-item a {
    color: #222 !important
}

.page-sections.product-list-section .product-cat-grid .grid-item a:hover,
.page-sections.product-list-section .product-cat-grid .grid-item a:focus {
    color: #fff !important
}

.page-sections.product-list-section .product-cat-grid .grid-item a:hover .item-title h5,
.page-sections.product-list-section .product-cat-grid .grid-item a:focus .item-title h5 {
    background-color: #d0112b;
    color: #fff !important
}

.page-sections.single-product-section .breadcrumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.page-sections.single-product-section .breadcrumbs-wrapper::after {
    display: block;
    content: '';
    -webkit-box-flex: 1;
    -ms-flex: 1 1 5px;
    flex: 1 1 5px;
    height: 2px;
    background-color: #d0112b;
    margin-left: 15px
}

.page-sections.single-product-section .breadcrumbs-wrapper .breadcrumbs {
    font-size: .85rem;
    font-weight: 600;
    color: #d1d1d1
}

.page-sections.single-product-section .breadcrumbs-wrapper .breadcrumbs>span a,
.page-sections.single-product-section .breadcrumbs-wrapper .breadcrumbs>span span.current-item {
    color: #d1d1d1
}

body.daymode .page-sections.single-product-section .breadcrumbs-wrapper .breadcrumbs {
    color: #595959
}

body.daymode .page-sections.single-product-section .breadcrumbs-wrapper .breadcrumbs>span a,
body.daymode .page-sections.single-product-section .breadcrumbs-wrapper .breadcrumbs>span span.current-item {
    color: #595959
}

.page-sections.single-product-section .product-info h2 {
    font-size: 2.5rem;
    font-weight: 700
}

.page-sections.single-product-section .product-info h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #fff
}

body.daymode .page-sections.single-product-section .product-info h3 {
    color: #000000
}

.page-sections.single-product-section .product-info .product-links a {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    cursor: pointer
}

body.daymode .page-sections.single-product-section .product-info .product-links a {
    color: #000000
}

.page-sections.single-product-section .product-info .product-links a:hover {
    color: #d0112b !important
}

.page-sections.single-product-section .product-info .tsek-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-sections.single-product-section .product-info .tsek-info img {
    margin-right: 15px
}

.page-sections.single-product-section .product-info .tsek-info p {
    font-size: .75rem;
    margin-bottom: 0
}

.page-sections.single-product-section .product-technique-details table.table-bordered td,
.page-sections.single-product-section .product-technique-details table.table-bordered th {
    border-color: #5a5a5a;
    text-align: center;
    font-size: .85rem;
    font-weight: 700;
    color: #d1d1d1;
    border-color: #d0112b;
    padding: 25px 15px;
    vertical-align: middle
}

body.daymode .page-sections.single-product-section .product-technique-details table.table-bordered td,
body.daymode .page-sections.single-product-section .product-technique-details table.table-bordered th {
    color: #111
}

.page-sections.single-product-section .product-technique-details table.table-bordered tbody>tr:first-child {
    background: #d0112b
}

.page-sections.single-product-section .product-technique-details table.table-bordered tbody>tr:first-child * {
    color: white !important
}

.page-sections.single-product-section .product-technique-details table.table-bordered thead td,
.page-sections.single-product-section .product-technique-details table.table-bordered thead th {
    font-weight: 600;
    background-color: #d0112b;
    color: #fff !important;
    border-color: #d0112b
}

.product-parallax {
    width: 100%;
    min-height: 50vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    margin: 75px 0
}

/* --- Main Slider Owl Carousel Arrow Styles: Demo Match --- */
.main-slider .owl-carousel .owl-nav>button,
.main-slider .owl-carousel .owl-nav>div {
    position: absolute;
    top: 50%;
    width: auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0.5;
    padding: 0;
    z-index: 10;
    transform: translateY(-50%);
    transition: opacity 0.2s;
}

.main-slider .owl-carousel .owl-nav>button:hover,
.main-slider .owl-carousel .owl-nav>button:focus,
.main-slider .owl-carousel .owl-nav>div:hover,
.main-slider .owl-carousel .owl-nav>div:focus {
    opacity: 1;
}

.main-slider .owl-carousel .owl-nav .owl-prev {
    left: 15px;
}

.main-slider .owl-carousel .owl-nav .owl-next {
    right: 15px;
}

.main-slider .owl-carousel .owl-nav .icon {
    width: 30px;
    height: 30px;
    display: block;
}

/* --- End Main Slider Owl Carousel Arrow Styles: Demo Match --- */
/*# sourceMappingURL=main.css.map */

nav.breadcrumb-nav {
    margin-bottom: 40px;
}

nav.breadcrumb-nav ol.breadcrumb {
    background: transparent;
    padding: 0;
}

nav.breadcrumb-nav ol.breadcrumb li.breadcrumb-item {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

nav.breadcrumb-nav ol.breadcrumb li.breadcrumb-item:first-child:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%235b6770' width='16' height='16' role='img'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'%3E%3C/path%3E%3Ctitle%3Ehome%3C/title%3E%3C/svg%3E");

}

nav.breadcrumb-nav ol.breadcrumb li.breadcrumb-item a {
    color: #5b6770;
    text-decoration: unset;
    letter-spacing: 0.5px;
}

nav.breadcrumb-nav ol.breadcrumb li.breadcrumb-item:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%235b6770' width='20' height='20' role='img'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'%3E%3C/path%3E%3Ctitle%3Echevron-right%3C/title%3E%3C/svg%3E");
    line-height: .5;
}

nav.breadcrumb-nav ol.breadcrumb li.breadcrumb-item.active {}

section#search_section {
    padding: 120px 0;
}

section#search_section .search-box {}

section#search_section .search-box input#liveSearch {
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 11px 16px;
    border:0;
    border-bottom: 1px solid #fff;
    margin-bottom: 32px;
    outline: unset;
    box-shadow: unset;
}

section#search_section .search-box ul#searchResults {
    background: transparent !important;
    border: unset !important;
    max-height: 400px;
    overflow: hidden scroll;
    margin-top: 32px;
}

section#search_section .search-box ul#searchResults li {
    margin-bottom: 17px;
}

section#search_section .search-box ul#searchResults li a {
    text-align: center;
    display: block;
    color: #fff;
}

section.search-header {
    background: #fafafa;
    padding-top: 120px;
}

section.search-header .head {}

section.search-header .head h1 {
    color: #08101a;
    font-family: Bebas Neue, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: 4rem;
    font-weight: 500;
    margin: 0;
}