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

:root {
    --katli-orange: #f4461a;
    --katli-text-primary: #1e1e1e;
    --katli-h2: 35px;
    --katli-h3: 18px;
    --font-primary: "Poppins", sans-serif;
}

/* RESET START */

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

body {
    margin: 0;
    overflow-x: hidden !important;
    max-width: 100vw;
}

html {
    overflow-x: hidden !important;
    max-width: 100vw;
}

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%;

    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";

    content: none;
}

table {
    border-collapse: collapse;

    border-spacing: 0;
}

/* RESET END */

* {
    font-family: var(--font-primary);
}

a {
    color: var(--katli-orange);

    text-decoration: none;
}

p {
    font-weight: 400;

    font-size: 16px;

    line-height: 32px;

    color: var(--katli-text-primary);
}

h2 {
    font-size: 30px;

    line-height: 45px;

    font-weight: 900;

    color: var(--katli-text-primary);
}

h3 {
    font-size: 35px;

    font-weight: 900;

    line-height: 52px;

    color: var(--katli-text-primary);
}

h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--katli-text-primary);
    font-weight: 900;
}

h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: var(--katli-text-primary);
}

ul li {
    color: var(--katli-text-primary);

    font-weight: 400;

    font-size: 16px;

    line-height: 32px;

    margin-left: 30px;

    position: relative;
}

li:before {
    content: "";

    width: 11px;

    height: 11px;

    background: var(--katli-orange);

    border-radius: 50%;

    position: absolute;

    left: -30px;

    top: 10px;
}

.container,
.elementor-section-content_width {
    max-width: 1400px;

    margin: auto;
}

.katli__singleBlog {
    max-width: 1075px;

    margin: auto;
}

.katli__page .elementor-widget-text-editor h2 {
    font-size: 30px;

    line-height: 45px;

    font-weight: 900;

    color: var(--katli-text-primary);
}

.katli__page .elementor-widget-text-editor h3 {
    font-size: 20px;

    line-height: 30px;

    font-weight: 900;

    color: var(--katli-text-primary);
}

.katli__page .elementor-widget-text-editor p {
    font-size: 16px;

    line-height: 32px;

    font-weight: 400;

    color: var(--katli-text-primary);
}

.katli__page .elementor-widget-text-editor {
    font-size: 16px;

    line-height: 32px;

    font-weight: 400;

    color: var(--katli-text-primary);
}

.katli__btn-orange {
    padding: 22px 45px;

    background: var(--katli-orange);

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;
    transition: .2s linear;
}

.katli__btn-dark {
    padding: 22px 45px;

    background: #2f2d2d;

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;
}

.header__top-bg {
    background-color: #f4f4f4;
}

.katli__header {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.header__top {
    display: inline-flex;

    height: 47px;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    overflow: hidden;
}

.header__top-link-left {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--katli-text-primary);
    text-transform: uppercase;
    margin-right: 25px;
    transition: .2s linear;
}

.header__top-link-left:hover {
    cursor: pointer;
    color: var(--katli-orange);
    transition: .2s linear;
}

.header__top-link-left:last-child {
    margin-right: 0;
}

.header__top-link-phone {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--katli-text-primary);
    text-transform: uppercase;
    transition: .2s linear;
}

.header__top-link-phone:hover {
    cursor: pointer;
    transition: .2s linear;
    color: var(--katli-orange);
}

.header__top-link-right:first-child {
    background-color: #ff6c47;
}

.header__top-link-right:nth-child(2) {
    background-color: #e46645;
}

.header__top-link-right:nth-child(3) {
    background-color: #f4461a;
}

.header__right-btns {
    display: flex;

    align-items: center;
}

.header__top-link-right {
    display: flex;

    align-items: center;

    font-weight: 600;

    font-size: 13px;

    line-height: 19.5px;

    color: #fff;

    height: 47px;

    padding: 12px 18px;

    position: relative;
    text-transform: uppercase;
}

.header__top-link-right svg {
    height: 21px;

    width: 21px;

    margin-right: 8px;
}

.header__top-link-right .phone__icon-2 {
    width: 8px;

    height: 8px;

    position: absolute;

    top: 24px;

    left: 30px;
}

.header__bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 23px 0;
}

.navigation__homeBtn {
    margin-right: 45px;
}

.navigation__btn {
    font-weight: 600;
    font-size: 15px;
    color: var(--katli-text-primary);
    line-height: 22.5px;
    margin-right: 45px;
    text-transform: uppercase;
    transition: .2s linear;
}

.navigation__btn:hover {
    cursor: pointer;
    color: var(--katli-orange);
    transition: .2s linear;
}

.navigation__btn:last-child {
    margin-right: 0;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 !important;
}

.elementor-container {
    max-width: initial !important;
}

.katli__elementor-contactUs {
    background-color: var(--katli-orange);

    margin-top: 140px;
}

.contactUs__wrapper {
    position: relative;

    padding: 60px 0;
}

.contactUs__content svg {
    height: 24px;
}

.contactUs__right svg path {
    fill: #fff;
}

.contactUs__leftImg {
    position: absolute;

    left: 0;

    bottom: -3px;

    z-index: 5;
}

.contactUs__content {
    margin-left: 300px;

    display: flex;

    justify-content: space-between;

    align-items: center;
}

.contactUs__left h3 {
    font-weight: 900;

    font-size: 35px;

    line-height: 52px;

    color: #000;
}

.contactUs__left h3:first-child {
    color: #fff;
}

.contactUs__left {
    max-width: 690px;
}

.contactUs__phone,
.contactUs__email {
    font-size: 20px;

    font-weight: 600;

    line-height: 30px;

    display: flex;

    align-items: center;
}

.contactUs__email {
    margin-top: 20px;
}

.contactUs__phone svg,
.contactUs__email svg {
    margin-right: 15px;
}

.contactUs__spanBlack {
    color: #000;
}

.contactUs__spanWhite {
    color: #fff;
}

.contactUs__online-btn {
    display: inline-block;

    background-color: #000;

    padding: 20px 30px;

    margin-top: 30px;
}

.contactUs__online-btn a {
    font-weight: 600;

    font-size: 14px;

    color: #fff;

    display: flex;

    align-items: center;
}

.contactUs__online-btn svg {
    margin-right: 15px;
}

.katli__elementor-productCategories {
    margin: 30px 0 60px;
}

.productCategories__subtitle {
    font-weight: 900;

    color: var(--katli-orange);

    font-size: 18px;

    line-height: 27px;

    text-align: center;
}

.productCategories__title {
    font-weight: 900;

    font-size: 35px;

    line-height: 52px;

    text-align: center;

    color: var(--katli-text-primary);
}

.productCategories__categories {
    display: grid;

    grid-template-columns: repeat(5, minmax(0, 1fr));

    grid-column-gap: 35px;

    margin-top: 35px;
}

.productCategories__block {
    padding: 30px 7px 0;

    background-color: #fff;

    text-align: center;

    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;

    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;

    transition: 0.2s linear;
}

.productCategories__block img {
    max-height: 268px;
}

.productCategories__block:hover {
    cursor: pointer;

    transition: 0.2s linear;

    box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;

    -moz-box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;

    -webkit-box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
}

.productCategories__block:hover .productCategories__category-title {
    transition: 0.2s linear;

    color: var(--katli-orange);
}

.productCategories__btn {
    text-align: center;

    margin-top: 50px;

    position: relative;

    z-index: 10;
}

.productCategories__btn:hover {
    cursor: pointer;
}

.productCategories__btn a {
    padding: 22px 45px;

    background: var(--katli-orange);

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;
}

.productCategories__category-title {
    margin-top: 25px;

    margin-bottom: 50px;

    font-size: 18px;

    font-weight: 700;

    line-height: 27px;

    color: var(--katli-text-primary);

    transition: 0.2s linear;
}

.brandSlider {
    margin: 50px 0 20px;
}

.brandSlider .slick-slide {
    margin: 0 17px;

    border: 1px solid #dbdbdb;

    padding: 0 10px;

    filter: grayscale(1);

    transition: 0.2s linear;

    height: 57px;

    display: flex;

    align-items: center;

    justify-content: center;
    overflow: hidden;
}

.brandSlider .slick-slide:hover {
    filter: grayscale(0);

    transition: 0.2s linear;
}

.brandSlider .slick-list {
    margin: 0 -17px;
}

.katli__footer {
    margin-top: 60px;

    background: #2e2e2e;

    position: relative;
}

.katli__footer:before {
    content: "";

    display: block;

    position: absolute;

    height: 100%;

    left: 0;

    width: 615px;

    background-color: var(--katli-orange);
}

.katli__footer-wrapper {
    display: flex;
}

.footer__left {
    margin-right: 80px;

    background-color: var(--katli-orange);

    color: #fff;

    position: relative;

    z-index: 5;
}

.footer__logo svg {
    filter: brightness(1000);

    width: 320px;

    height: auto;
}

.footer__logo {
    margin-bottom: 35px;
}

.footer__leftBlock {
    padding-right: 80px;

    display: flex;
}

.footer__left {
    padding: 50px 0;
}

.footer__leftBlock-icon svg {
    width: 42px;

    height: auto;

    margin-right: 20px;
}

.footer__leftBlock-title {
    font-weight: 700;

    font-size: 20px;

    line-height: 32px;
}

.footer__leftBlock-text {
    font-size: 16px;

    font-weight: 400;

    line-height: 32px;
}

.firstBlock {
    margin-bottom: 35px;
}

.footer__right {
    flex: 1;

    position: relative;
}

.footer__right-upper {
    display: flex;

    justify-content: space-between;

    margin-top: 85px;
}

.footer__rightBlock {
    display: flex;

    flex-direction: column;
}

.footer__rightBlock a {
    line-height: 35px;

    font-size: 14px;

    font-weight: 500;

    color: #d0bbb6;
}

.footer__social svg {
    width: 26px;

    height: auto;

    margin-right: 15px;
}

.footer__social svg * {
    fill: rgb(208, 187, 182);
}

.footer__social {
    line-height: 40px;

    display: flex;

    align-items: center;

    margin-bottom: 3px;
}

.footer__copyright {
    font-size: 12px;

    line-height: 20px;

    font-weight: 400;

    color: #736865;
}

.footer__right-lower {
    position: absolute;

    bottom: 50px;
}

#katli__scrollTop {
    position: absolute;

    right: 0;

    bottom: 50px;
}

#katli__scrollTop svg path {
    transition: .2s linear;
}

#katli__scrollTop:hover {
    cursor: pointer;
}

#katli__scrollTop:hover svg path {
    transition: .2s linear;
    fill: var(--katli-orange);
}

#katli__scrollTop svg {
    width: 77px;

    height: auto;
}

.katli__elementor-benefits {
    background-color: #121214;

    background-repeat: no-repeat;

    background-position: left;

    background-size: contain;

    padding: 100px 0;
}

.benefits__title {
    font-size: 35px;

    color: #fff;

    line-height: 52px;

    font-weight: 900;

    text-align: center;

    max-width: 900px;

    margin: 0 auto;

    text-transform: uppercase;
}

.benefits__subtitle {
    font-size: 16px;

    line-height: 32px;

    color: #fff;

    font-weight: 500;

    max-width: 1000px;

    text-align: center;

    margin: 25px auto 0;
}

.benefits__points {
    margin-top: 50px;

    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    grid-column-gap: 90px;
}

.benefit__block {
    text-align: center;

    color: #fff;
}

.benefit__block img {
    height: 80px !important;

    width: auto;

    margin-bottom: 30px;
}

.benefit__title {
    font-size: 20px;

    line-height: 32px;

    font-weight: 600;
}

.benefit__subtitle {
    font-size: 16px;

    line-height: 32px;

    font-weight: 600;
}

.benefits__btn {
    text-align: center;

    margin: 60px 0 0;
}

.benefits__btn a {
    padding: 22px 45px;

    background: var(--katli-orange);

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;
}

.katli__elementor-faq {
    background-color: #121214;

    background-repeat: no-repeat;

    background-position: left;

    background-size: cover;

    padding: 50px 0 75px;
}

.faq__title {
    font-weight: 900;

    font-size: 35px;

    line-height: 52px;

    text-transform: uppercase;

    color: #fff;

    text-align: center;
}

.faq__subtitle {
    font-size: 16px;

    line-height: 32px;

    font-weight: 500;

    color: #fff;

    text-align: center;
}

.faq__point-content {
    display: none;
    background: #fff;
    padding: 15px 25px 15px 42px;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--katli-text-primary);
}

.faq__point {
    margin-bottom: 30px;
}

.faq__point-header {
    font-size: 18px;

    line-height: 27px;

    font-weight: 700;

    color: var(--katli-text-primary);

    background: #fff;

    padding: 22px 70px 22px 42px;

    position: relative;
    display: flex;
    align-items: center;
}

.faq__point-header:hover {
    cursor: pointer;
}

.faq__point-header:before {
    content: "";

    width: 12px;

    height: 100%;

    display: block;

    background-color: var(--katli-orange);

    position: absolute;

    left: 0;

    top: 0;
}

.faq__btn {
    text-align: center;

    margin-top: 50px;
}

.faq__btn a:nth-child(2) {
    padding: 22px 45px;

    background: #fff;

    color: var(--katli-text-primary);

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;
}

.faq__btn a:first-child {
    padding: 22px 45px;

    background: var(--katli-orange);

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;

    margin-right: 20px;
}

.faq__points {
    margin-top: 50px;
}

.faq__point-plus {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 25px;
}

.faq__point-minus {
    position: absolute;
    display: none;
    right: 25px;
    width: 30px;
    height: 30px;
}

.katli__elementor-chooseUs {
    background-color: #121214;

    background-repeat: no-repeat;

    background-position: left;

    background-size: cover;
}

.chooseUs__title {
    color: #fff;

    font-size: 35px;

    line-height: 52px;

    font-weight: 900;

    text-transform: uppercase;

    margin-bottom: 20px;
}

.chooseUs__subtitle {
    font-size: 16px;

    color: #c6c6c6;

    line-height: 32px;

    font-weight: 500;
}

.chooseUs__wrapper {
    display: grid;

    grid-template-columns: 860px 1fr;

    padding: 85px 0;

    grid-column-gap: 60px;
}

/* .chooseUs__right {
    display: none;
} */

.chooseUs__hidden {
    display: none;
}

.chooseUs__right-title {
    font-size: 18px;

    color: #fff;

    font-weight: 600;

    line-height: 27px;

    margin-bottom: 25px;

    text-transform: uppercase;

    display: inline-block;

    margin-left: 15px;
}

.chooseUs__right > img {
    width: 25px;

    display: inline-block;

    position: relative;

    top: 4px;
}

.chooseUs__right-content {
    font-size: 16px;

    color: #c6c6c6;

    line-height: 32px;

    font-weight: 500;

    margin-bottom: 35px;
}

.chooseUs__right-content * {
    color: #C6C6C6;
}

.chooseUs__btn {
    padding: 22px 45px;

    background: var(--katli-orange);

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;
}

.chooseUs__icons {
    margin-top: 80px;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    grid-column-gap: 35px;
}

.chooseUs__icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .2s linear;
}

.chooseUs__icon-text {
    font-size: 14px;

    font-weight: 600;

    line-height: 20px;

    text-align: center;

    color: #c6c6c6;

    margin-top: 35px;
}

.chooseUs__left-wrapper {
    display: grid;

    grid-template-columns: 175px 1fr;

    grid-column-gap: 45px;
}

.katli__elementor-reviewSlider {
    background-size: cover;

    background-repeat: no-repeat;

    background-position: top center;
}

.reviewSlider__wrapper {
    padding: 80px 0;
}

.reviewSlider__icon {
    text-align: center;

    margin-bottom: 25px;
}

.reviewSlider__icon svg {
    width: 65px;
}

.reviewSlider__orange-title {
    color: var(--katli-orange);

    font-weight: 900;

    font-size: 18px;

    line-height: 27px;

    text-transform: uppercase;

    margin-bottom: 15px;

    text-align: center;
}

.reviewSlider__title {
    color: var(--katli-text-primary);

    font-weight: 900;

    font-size: 35px;

    line-height: 52px;

    text-align: center;
}

.reviewSlider__text {
    font-weight: 400;

    font-size: 16px;

    line-height: 32px;

    color: var(--katli-text-primary);

    text-align: center;

    margin-top: 35px;

    margin-bottom: 35px;
}

.reviewSlider__review {
    padding: 45px 50px 80px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 20px 17px;
    position: relative;
}

.reviewSlider__reviews .slick-list {
    margin: 0 -17px;
}

.review__title {
    font-weight: 500;

    font-size: 20px;

    line-height: 23px;

    text-align: center;

    color: var(--katli-text-primary);
}

.review__company {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #8c8c8c;
}

.review__quote {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-style: italic;
    margin-top: 35px;
    color: var(--katli-text-primary);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 84px;
}

.review__stars {
    text-align: center;
    margin-top: 5px;
}

.review__star {
    font-weight: 900;

    font-size: 18px;

    color: #8c8c8c;
}

.star__active {
    color: var(--katli-orange);
}

.slider__arrow {
    background: none;

    border: none;

    outline: none;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);
}

.slider__arrow:hover {
    cursor: pointer;

    filter: invert(35%) sepia(38%) saturate(7435%) hue-rotate(354deg) brightness(106%) contrast(91%);
}

.slider__arrow-prev {
    left: -75px;
}

.slider__arrow-next {
    right: -75px;
}

.slider__dot {
    display: flex;

    justify-content: center;

    align-items: center;

    margin: 30px 0 40px;
}

.slider__dot li:before {
    content: none;
}

.slider__dot button {
    background: none;

    border: 2px solid #d0bbb6;

    border-radius: 50%;

    width: 15px;

    height: 15px;

    font-size: 0px;

    color: transparent;

    line-height: 0;

    padding: 0;

    margin: 0 7px;
}

.slider__dot .slick-active button {
    background: var(--katli-orange);

    border-color: var(--katli-orange);
}

.reviewSlider__btns {
    display: flex;

    align-items: center;

    justify-content: center;
}

.reviewSlider__btn-orange {
    padding: 22px 45px;

    background: var(--katli-orange);

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;

    margin-right: 20px;
}

.reviewSlider__btn-dark {
    padding: 22px 45px;

    background: #2f2d2d;

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;
}

.about__title {
    text-align: center;

    margin-bottom: 15px;

    margin-top: 50px;
}

.about__text p {
    line-height: 32px;
}

.about__blocks {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    grid-column-gap: 35px;

    grid-row-gap: 35px;

    margin-top: 45px;
}

.about__block {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

    background: #fff;

    text-align: center;

    padding: 40px 27px;
}

.about__block img,
.about__block svg {
    height: 60px !important;
    width: auto !important;
}


.about__icon-title {
    font-size: 18px;

    font-weight: 700;

    line-height: 27px;

    text-align: center;

    margin-bottom: 15px;

    margin-top: 25px;
}

.about__icon-text {
    font-size: 16px;

    font-weight: 400;

    line-height: 32px;
}

.about__btn {
    margin-top: 50px;

    text-align: center;
}

.about__btn a {
    padding: 22px 45px;

    background: var(--katli-orange);

    color: #fff;

    font-size: 14px;

    font-weight: 700;

    display: inline-flex;
}

._404__page {
    min-height: 320px;
}

._404__page {
    display: inline-flex;

    align-items: center;
}

._404__left {
    font-size: 150px;

    font-weight: 900;

    line-height: 225px;

    margin-right: 60px;
}

._404__text {
    font-size: 16px;

    font-weight: 400;

    line-height: 32px;
}

._404__text a {
    font-weight: 700;

    color: var(--katli-orange);
}

.katli__header-banner {
    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;
}

.katli__banner-content {
    min-height: 175px;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

.katli__banner-title {
    font-size: 35px;

    font-weight: 900;

    line-height: 52px;

    color: #fff;

    text-transform: uppercase;
}

.productCategory__description {
    font-size: 16px;

    font-weight: 400;

    line-height: 32px;

    margin-top: 25px;

    margin-bottom: 60px;
}

.product__filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    margin-top: 40px;
}

.product__filter-header {
    background-color: #736865;

    font-size: 14px;

    font-weight: 700;

    line-height: 22px;

    color: #fff;

    padding: 7px 0 7px 15px;

    position: relative;

    transition: 0.2s linear;
    text-transform: uppercase;
}

.product__filter-header:hover {
    cursor: pointer;

    transition: 0.2s linear;

    background-color: #5c5351;
}

.product__filter-header svg {
    position: absolute;

    right: 10px;

    top: 50%;

    transform: translateY(-50%);
}

.product__list {
    display: grid;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    grid-column-gap: 15px;

    grid-row-gap: 15px;

    margin-top: 40px;
}

.product__card {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    transition: 0.2s linear;

    padding: 20px 35px;

    color: var(--katli-text-primary);
}

.product__card:hover {
    cursor: pointer;

    transition: 0.2s linear;

    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.product__card-manufacturer {
    display: flex;
    justify-content: center;
}

.product__card-manufacturer img {
    max-width: 120px !important;

    height: 50px !important;

    object-fit: contain;
}

.product__card-category {
    color: var(--katli-orange);

    font-size: 13px;

    text-align: center;

    line-height: 20px;

    font-weight: 500;
}

.product__card-title {
    font-weight: 600;

    font-size: 18px;

    line-height: 25px;

    text-align: center;

    color: var(--katli-text-primary);

    min-height: 50px;
}

.product__card-image {
    text-align: center;

    margin: 20px 0 15px;
}

.product__card-image img {
    height: 230px !important;
    display: inline-block;
    width: auto;
    /* ADDED */
    max-width: 100%;
    object-fit: cover;
}

.product__card-attribute {
    font-weight: 400;

    font-size: 12px;

    line-height: 20px;

    text-align: center;
}

.product__attribute-title {
    font-weight: 700;
}

.product__card-fuels {
    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;
}

.product__fuel {
    margin: 15px 0;

    width: 60px;

    text-align: center;

    font-size: 10px;

    line-height: 15px;

    font-weight: 400;
}

.product__card-fuels .product__fuel:last-child {
    margin-right: 0;
}

.product__fuel-img {
    display: flex;
    justify-content: center;
}

.product__fuel-img img {
    width: 55px;

    height: 55px;
    box-shadow:  0px 4px 4px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow:  0px 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
}

.product__card-price {
    font-size: 18px;

    line-height: 27px;

    font-weight: 600;

    color: var(--katli-text-primary);

    text-align: center;
}

.faq__simple {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

    transition: 0.2s linear;
}

.faq__simple:hover {
    cursor: pointer;

    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);

    transition: 0.2s linear;
}

.askUs__title {
    margin-top: 30px;

    margin-bottom: 50px;
}

.askUs__content {
    display: inline-flex;
}

.askUs__block {
    display: inline-flex;
}

.askUs__left {
    margin-right: 20px;
}

.askUs__left svg {
    width: 42px;
}

.askUs__block-title {
    font-size: 20px;

    font-weight: 700;

    line-height: 32px;
}

.askUs__content .askUs__block:first-child {
    margin-right: 50px;
}

.askUs__online {
    margin-top: 50px;
}

.askUs__online-btn {
    background-color: #000;

    padding: 20px 30px;

    display: inline-flex;

    align-items: center;

    font-weight: 700;

    font-size: 14px;

    color: #fff;

    line-height: 22px;
}

.askUs__online-btn svg {
    margin-right: 17px;
}

.askUs__block-text p {
    line-height: 32px;
}

.katli__banner-buttons {
    margin-top: 50px;
}

.katli__banner-buttons a {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    background: #fff;

    color: var(--katli-text-primary);

    font-size: 15px;

    font-weight: 600;

    line-height: 22px;

    padding: 13px 15px;

    margin-right: 15px;

    transition: 0.2s linear;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.katli__banner-buttons a:hover {
    transition: 0.2s linear;

    cursor: pointer;

    background: var(--katli-orange);

    color: #fff;
}

.katli__banner-buttons a:last-child {
    margin-right: 0;
}

.katli__banner-btns {
    padding-top: 75px;

    padding-bottom: 40px;
}

.katli__banner-buttons .katli__banner-active {
    background: var(--katli-orange);

    color: #fff;
}

.productSlider__title {
    text-align: center;

    margin-top: 50px;

    margin-bottom: 30px;

    text-transform: uppercase;
}

.productSlider__button {
    margin-top: 35px;

    text-align: center;

    margin-bottom: 60px;
}

.productSlider__products .slick-slide {
    margin: 0 10px;
}

.productSlider__products .slick-list {
    margin: 0 -10px;
}

.productSlider__products .product__card {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    margin-top: 10px !important;

    margin-bottom: 10px !important;
}

.productSlider__products .product__card:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);

    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.katli__blog {
    margin-top: 40px;

    margin-bottom: 40px;
}

.blog__featured-post {
    display: grid;

    grid-template-columns: 40% 1fr;

    grid-column-gap: 50px;

    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.featured__post-left img {
    width: 100%;

    height: 100%;

    object-fit: cover;
}

.featured__post-right {
    padding: 40px;

    padding-left: 0;
}

.featured__post-date {
    font-size: 10px;

    line-height: 18px;

    font-weight: 400;

    color: #5e504c;

    display: flex;

    align-items: center;

    margin-bottom: 10px;
}

.featured__post-date svg {
    margin-right: 10px;
}

.featured__post-date strong {
    font-weight: 700;
}

.featured__post-category {
    color: var(--katli-orange);

    font-weight: 500;

    font-size: 15px;

    line-height: 20px;

    margin-bottom: 25px;

    text-transform: uppercase;
}

.featured__post-title {
    color: var(--katli-text-primary);

    font-weight: 900;

    font-size: 27px;

    line-height: 40px;

    text-transform: uppercase;

    margin-bottom: 25px;
}

.featured__post-short {
    margin-bottom: 40px;
}

.featured__post-short p {
    font-size: 16px;

    font-weight: 400;

    line-height: 32px;

    color: var(--katli-text-primary);
}

.blog__post-row {
    display: grid;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    grid-column-gap: 30px;

    margin-top: 40px;
}

.blog__post {
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 80px;
}

.blog__post-content {
    padding: 30px 30px 50px;
}

.blog__featured img {
    width: 100%;

    height: 340px;

    object-fit: cover;
}

.blog__date {
    font-size: 10px;

    font-weight: 400;

    line-height: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #5e504c;

    margin-bottom: 10px;
}

.blog__date svg {
    margin-right: 10px;
}

.blog__date strong {
    font-weight: 700;
}

.blog__category {
    font-weight: 500;

    font-size: 15px;

    line-height: 20px;

    text-align: center;

    text-transform: uppercase;

    color: var(--katli-orange);

    margin-bottom: 15px;
    padding: 0 50px;
    min-height: 40px;
}

.blog__title {
    font-weight: 900;

    font-size: 18px;

    line-height: 32px;

    text-align: center;

    color: var(--katli-text-primary);

    text-transform: uppercase;

    margin-bottom: 20px;
}

.blog__description * {
    color: var(--katli-text-primary);

    font-size: 16px;

    font-weight: 400;

    line-height: 32px;

    text-align: center;

    /* overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 6;

    line-clamp: 6;

    -webkit-box-orient: vertical; */
}


.blog__btn {
    margin-top: 25px;

    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.katli__fullWidth {
    width: 100vw;

    position: relative;

    left: 50%;

    transform: translateX(-50%);
}

.blog__posts-pagination {
    text-align: center;

    margin-top: 60px;
}

.page-numbers {
    font-size: 20px;

    line-height: 30px;

    font-weight: 700;

    color: #fff;

    width: 60px;

    height: 60px;

    display: inline-flex;

    background: var(--katli-text-primary);

    align-items: center;

    justify-content: center;

    margin: 0 6px;
}

.page-numbers.current {
    background: var(--katli-orange);
}

.singleBlog__content {
    background: #ffffff;

    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

    padding: 40px;
}

.katli__singleBlog-upper {
    display: flex;

    margin-top: 30px;

    margin-bottom: 40px;

    align-items: center;

    justify-content: space-between;
}

.singleBlog__back {
    font-size: 12px;

    line-height: 18px;

    font-weight: 700;

    color: var(--katli-text-primary);
}

.singleBlog__category {
    font-size: 12px;

    line-height: 18px;

    font-weight: 600;

    color: #fff;

    padding: 3px 17px;

    background: var(--katli-orange);
}

.singleBlog__share {
    color: #1976d2;

    font-size: 12px;

    line-height: 18px;

    font-weight: 500;

    display: flex;

    align-items: center;
}

.singleBlog__share svg {
    width: 26px;

    margin-left: 10px;
}

.singleBlog__share svg path {
    fill: #1976d2;
}

.singleBlog__date {
    color: #5e504c;

    font-size: 12px;

    line-height: 18px;

    font-weight: 400;

    display: flex;

    align-items: center;

    margin-bottom: 35px;
}

.singleBlog__date strong {
    font-weight: 700;

    margin-right: 5px;
}

.singleBlog__date svg {
    margin-right: 7px;
}

.singleBlog__title {
    font-weight: 900;

    font-size: 35px;

    line-height: 52px;

    color: var(--katli-text-primary);

    text-transform: uppercase;

    margin-bottom: 15px;
}

.singleBlog__featured-image {
    margin: 25px -40px 25px;
}

.singleBlog__featured-image img {
    width: 100%;

    max-height: 568px;

    object-fit: cover;

    object-position: center;
}

.singleBlog__elementor-content h2 {
    color: var(--katli-text-primary);

    font-weight: 900;

    font-size: 30px;

    line-height: 45px;
}

.singleBlog__elementor-content h3 {
    font-weight: 900;

    color: var(--katli-text-primary);

    font-size: 20px;

    line-height: 30px;
}

.blog__gallery-hidden {
    display: none;
}

.blog__gallery-images {
    display: grid;

    grid-template-columns: 25% 25% 25% 25%;

    grid-column-gap: 8px;
}

.blog__gallery-overlay {
    position: absolute;

    bottom: 8px;

    right: 8px;

    color: #fff;

    font-weight: 700;

    font-size: 20px;
}

.blog__gallery-images img {
    height: 230px !important;

    width: 100%;

    object-fit: cover;

    transition: 0.2s linear;
    filter: brightness(0.95);
}

.blog__gallery-images a:hover img {
    filter: brightness(0.85);

    cursor: pointer;

    transition: 0.2s linear;
}

.blog__gallery-images a {
    position: relative;
}

.katli__blog-gallery h3 {
    margin-bottom: 20px;

    margin-top: 40px;
}

.katli__blog-documents h3 {
    margin-bottom: 20px;

    margin-top: 40px;
}

.blog__documents-file a {
    font-weight: 400;

    color: var(--katli-text-primary);

    font-size: 16px;

    line-height: 40px;

    display: flex;

    align-items: center;

    transition: 0.2s linear;
}

.blog__documents-file a:hover {
    cursor: pointer;

    color: var(--katli-orange);

    transition: 0.2s linear;
}

.blog__documents-file svg {
    margin-right: 8px;
}

.katli__blog-video h3 {
    margin-top: 40px;

    margin-bottom: 20px;
}

.katli__blog-imagetext {
    display: flex;

    margin-top: 40px;
}

.imageText__img {
    width: 40%;

    text-align: center;
}

.imageText__img img {
    height: 100%;
    width: auto;
}

.imageText__text {
    width: 60%;
}

.katli__blog-imagetext h3 {
    margin-bottom: 20px;
}

.imageText-align-right {
    flex-direction: row-reverse;
}

.katli__singleProduct-header {
    background-repeat: no-repeat;
}

#katli__breadcrumbs {
    padding-top: 20px;
    padding-bottom: 50px;
}

#katli__breadcrumbs a {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #939393;
}

#katli__breadcrumbs span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #939393;
}

.katli__singleProduct-main {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-column-gap: 45px;
}

.katli__singleProduct-main  img {
    width: 100%;
}

.singleProduct__manufacturer img {
    width: auto;
    max-height: 70px;
}

.singleProduct__title {
    font-weight: 600;
    font-size: 40px;
    color: #0F0F0F;
    margin-top: 23px;
    line-height: 100%;
}

.singleProduct__short-description p {
    font-weight: 500;
    color:#0F0F0F;
}

.singleProduct__short-description {
    margin: 20px 0 30px;
}

.singleProduct__btns a:first-child {
    margin-right: 15px;
}

.singleProduct__btns a {
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 600;
}

.singleProduct__lower-block {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.singleProduct__icons img {
    width: 75px;
    height: auto;
    margin-right: 15px;
}

.singleProduct__price {
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    color: var(--katli-text-primary);
}

.singleProduct__getOffer {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
}

.katli__singleProduct-navigation {
    background-color: var(--katli-text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.katli__singleProduct-navigation > .container {
    display: inline-flex;
    width: 100%;
    align-items: center;
    height: 37px;
}

.katli__singleProduct-navigation a {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    color: #fff;
    padding: 0px 20px;
    transition: 0.2s linear;
    white-space: nowrap;
    height: 37px;
    display: flex;
    align-items: center;
}

.katli__singleProduct-navigation a:hover {
    cursor: pointer;
    transition: 0.2s linear;
    background-color: var(--katli-orange);
}

.katli__singleProduct-navigation .navigation__active-item {
    background-color: var(--katli-orange);
}

.singleProduct__main-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 630px;
    grid-column-gap: 70px;
    padding-bottom: 60px;
}

.singleProduct__maininfo-logo img {
    height: 55px !important;
    width: auto;
}

.singleProduct__right-offer {
    display: flex;
    justify-content: flex-end;
}

.singleProduct__attribute-title {
    font-weight: 900;
    font-size: 18px;
    line-height: 27px;
    min-width: 200px;
}

.singleProduct__right-attributes {
    margin-top: 70px;
}

.singleProduct__application {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.singleProduct__application svg {
    margin-right: 10px;
}

.attributes__application-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 50px;
    margin-bottom: 20px;
}

.singleProduct__power {
    border: 1px solid var(--katli-text-primary);
    padding: 2px 10px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: var(--katli-text-primary);
    margin-top: 15px;
}

.singleProduct__attributes-power {
    margin-bottom: 35px;
}

.singleProduct__fuel {
    display: inline-flex;
    align-items: center;
    margin-right: 30px;
    margin-top: 15px;
}

.singleProduct__fuel img {
    width: 55px;
    height: auto;
    margin-right: 10px;
}

.singleProduct__fuel .fuel__wrap span {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
}

.singleProduct__fuel .fuel__wrap div {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}

.singleProduct__attributes-fuel {
    margin-bottom: 35px;
}

.efficiency__upper {
    font-size: 30px;
    font-weight: 700;
    line-height: 68px;
    color: var(--katli-orange);
}

.efficiency__upper svg {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.efficiency__percent {
    font-weight: 700;
    font-size: 50px;
    color: var(--katli-text-primary);
    line-height: 68px;
}

.efficiency__lower {
    color: var(--katli-orange);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
}

.efficiency__lower svg {
    margin-right: 10px;
}

.katli__singleProduct-elementor .imageText__text h3 {
    font-size: 20px;
    line-height: 30px;
}

.katli__singleProduct-elementor .imageText__img {
    width: 32%;
    text-align: left;
}

.singleProduct__tables-tabs {
    overflow-x: auto;
    display: flex;
    align-items: center;
}

/* width */
.singleProduct__tables-tabs::-webkit-scrollbar {
    height: 4px;
}
  
  /* Track */
.singleProduct__tables-tabs::-webkit-scrollbar-track {
    background-color: #eaeaea;
}
   
  /* Handle */
.singleProduct__tables-tabs::-webkit-scrollbar-thumb {
    background: var(--katli-orange) 
}

.tables__nav {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 25px;
    background-color: #d4d4d4;
    color: var(--katli-text-primary);
    margin-left: 15px;
    transition: 0.2s linear;
}

.tables__nav:hover {
    cursor: pointer;
    transition: 0.2s linear;
    background-color: var(--katli-orange);
    color: #fff;
}

.table__nav-active {
    background-color: var(--katli-orange);
    color: #fff;
}

.tablepress {
    border-collapse: collapse;
}

.tablepress thead tr th {
    background-color: var(--katli-text-primary);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 25px;
    border-right: 1px solid rgba(217, 217, 217, 0.5);
}

.tablepress thead tr th:last-child {
    border-right: none;
}

.tablepress thead tr th:first-child {
    text-align: left;
}

.tablepress tbody tr td {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: var(--katli-text-primary);
    text-align: center;
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
    border-right: 1px solid rgba(217, 217, 217, 0.5);
}

.tablepress tbody tr td:first-child {
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    padding-left: 25px;
}

.tablepress tbody tr td:last-child {
    border-right: none;
}

.tables__table {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.dataTables_scrollFoot {
    display: none;
}

.dataTables_scrollHeadInner {
    width: 100%;
}

.singleProduct__tables-full a {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    float: right;
}

.singleProduct__tables-full svg {
    margin-right: 10px;
}

.gallery__nav {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 25px;
    background-color: #d4d4d4;
    color: var(--katli-text-primary);
    transition: 0.2s linear;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 25px;
}

.gallery__nav:hover {
    cursor: pointer;
    transition: 0.2s linear;
    background-color: var(--katli-orange);
    color: #fff;
}

.gallery__nav-active {
    background-color: var(--katli-orange);
    color: #fff;
}

.gallery__images {
    text-align: center;
}

.gallery__images a {
    margin: 0 12px;
    display: inline-block;
    width: calc(33% - 24px);
    height: 300px;
    margin-bottom: 13px;
}

.gallery__images img {
    border: 1px solid #dbdbdb !important;
}

.singleProduct__documents {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 35px;
    grid-row-gap: 25px;
    margin-top: 15px;
}

.singleProduct__document {
    padding: 25px 32px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--katli-text-primary);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
    justify-content: space-between;
}

.singleProduct__document-wrapper {
    display: grid;
    grid-template-columns: 92px 1fr;
    width: calc(100% - 16px);
}

.singleProduct__document-wrapper svg {
    width: 32px;
    height: auto;
    margin-right: 50px;
}

.singleProduct__document-title {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding-right: 80px;
}

.relatedPosts__slider .slick-slide {
    margin: 0 13px;
}

.relatedPosts__slider .slick-list {
    margin: 0 -13px;
}

.relatedPosts__slider .blog__post {
    margin-bottom: 20px;
}

.katli__singleProduct-related {
    margin-top: 65px;
    margin-bottom: 30px;
}

.katli__singleProduct-iconsBlock {
    background-repeat: no-repeat;
    background-position: left bottom;
}

.iconsBlock__content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.iconsBlock {
    display: flex;
    margin-bottom: 50px;
}

.iconsBlock:last-child {
    margin-bottom: 0;
}

.iconsBlock__left {
    margin-right: 40px;
}

.iconsBlock__left img {
    width: 65px;
    max-width: none !important;
}

.iconsBlock__title {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 45px;
    margin-bottom: 10px;
}

.iconsBlock__right p {
    font-weight: 400;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

.singleProduct__contactUs .katli__elementor-contactUs {
    margin-top: 0;
    min-height: 410px;
    display: flex;
}

.singleProduct__contactUs .contactUs__leftImg {
    top: -50px;
    left: -30px;
}

.product__filter-content select {
    width: calc(100% - 10px);
    padding: 5px;
    color: var(--katli-text-primary);
    font-weight: 600;
}

.product__filter-content {
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    display: none;
}

.select2-container {
    width: 100% !important;
}

.select2-results__option:before {
    content: none;
}

.select2-results__option {
    margin-left: 0;
}

#katli__search {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    right: -1500px;
    height: 100vh;
    display: none;
    transition: 0.3s linear;
}

/* #katli__search:before,
#katli__getCall:before {
    content: "";
    width: 45px;
    height: 100%;
    background-color: var(--katli-orange);
    display: block;
    position: absolute;
    left: -45px;
} */

#katli__search.popup__visible,
#katli__askQuestion.popup__visible,
#katli__getCall.popup__visible {
    animation: slide-in 0.4s forwards;
    -webkit-animation: slide-in 0.4s forwards;
    display: block;
}

#katli__search.popup__hidden,
#katli__askQuestion.popup__hidden,
#katli__getCall.popup__hidden {
    animation: slide-out 0.4s forwards;
    -webkit-animation: slide-out 0.4s forwards;
    display: block;
}

.search__inner {
    padding: 30px 50px;
}

#close__search,
#close__askQuestion,
#close__askQuestion_s,
#close__getCall,
#close__getCall_s {
    border: 2px solid var(--katli-text-primary);
    background-color: unset;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: var(--katli-orange);
}

@keyframes slide-in {
    0% {
        right: -100vw;
    }
    100% {
        right: 0;
    }
}

@-webkit-keyframes slide-in {
    0% {
        right: -100vw;
    }
    100% {
        right: 0;
    }
}

@keyframes slide-out {
    0% {
        right: 0;
    }
    100% {
        right: -100vw;
    }
}

@-webkit-keyframes slide-out {
    0% {
        right: 0;
    }
    100% {
        right: -100vw;
    }
}

.search__title {
    margin-top: 35px;
    margin-bottom: 25px;
}

#katli__getCall .search__title {
    display: flex;
    align-items: center;
}

#katli__search .search__title {
    display: flex;
    align-items: center;
}

.search__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--katli-text-primary);
}

.search__form-inner {
    border: 2px solid #a8a8a8;
    width: 775px;
    height: 73px;
    display: flex;
    align-items: center;
    margin: 70px 0;
    position: relative;
}

.search__form-inner > svg {
    margin-left: 30px;
}

.search__form-inner input {
    border: none;
    background: unset;
    color: #808080;
    font-weight: 400;
    line-height: 32px;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 30px;
    width: 500px;
}

.search__form-submit {
    position: absolute;
    right: 0;
    height: 65px;
    background-color: var(--katli-orange);
    border: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 0 26px;
    margin-right: 4px;
}

.search__form-submit:hover {
    cursor: pointer;
}

.search__form-inner input:focus {
    outline: none;
}

.search__form-contact-icon svg {
    width: 42px;
    height: auto;
}

.search__form-contacts {
    display: flex;
}

.search__form-contact {
    display: flex;
}

.search__form-contact:first-child {
    margin-right: 50px;
}

.search__form-contact-title {
    font-weight: 700;
    font-size: 20px;
    color: var(--katli-text-primary);
    margin-bottom: 7px;
}

.search__form-contact-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: var(--katli-text-primary);
}

.search__form-contact-icon {
    margin-right: 20px;
}

#close__search:hover,
#close__askQuestion:hover,
#close__getCall:hover {
    cursor: pointer;
}

#katli__askQuestion {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    right: -100vw;
    height: 100vh;
    display: none;
    transition: 0.3s linear;
}

.katli__askQuestion-wrapper {
    display: grid;
    grid-template-columns: 530px 45px 1fr;
    min-height: 100vh;
}

.askQuestion__right {
    position: relative;
    background-image: url(/wp-content/uploads/pellets-surface-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow-y: auto;
    max-height: 100vh;
}

.askQuestion__right:before {
    content: "";
    width: 45px;
    height: 100%;
    background-color: var(--katli-orange);
    display: block;
    position: absolute;
    left: -45px;
}

.askQuestion__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#katli__getCall {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    right: -1500px;
    height: 100vh;
    display: none;
    transition: 0.3s linear;
}

.askQuestion__inner {
    padding: 30px 50px;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
}

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

.askQuestion__title svg {
    margin-right: 15px;
}

.askQuestion__content {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 735px 335px;
    grid-column-gap: 55px;
}

.askQuestion__form {
    width: 735px;
    position: relative;
}

.askQuestion__form-2rows {
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-column-gap: 25px;
}

.askQuestion__form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}

.katli__form input[type="text"],
.katli__form input[type="tel"],
.katli__form input[type="email"],
.katli__form input[type="number"],
.katli__form input[type="date"],
.katli__form select,
.review__add-form input[type="text"] {
    height: 58px;
    padding: 0 10px;
    border: 2px solid #a8a8a8;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.katli__form select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
  
.katli__form select::-ms-expand {
    display: none;
}

.katli__form label,
.review__add-form label {
    color: #808080;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
}

.askQuestion__form-row textarea,
.review__add-form textarea {
    height: 125px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    border: 2px solid #a8a8a8;
}

.katli__form input:focus,
.katli__form select:focus,
.katli__form textarea:focus,
.review__add-form input:focus,
.review__add-form select:focus,
.review__add-form textarea:focus {
    outline: none;
    border: 2px solid var(--katli-orange);
}

.askQuestion__form-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.askQuestion__form-privacy {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

#askQuestion__submit {
    border: none;
    height: 58px;
    padding: 0 45px;
    align-items: center;
    font-size: 15px;
}

#askQuestion__submit:hover {
    cursor: pointer;
}

.askQuestion__gdpr {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.askQuestion__form-privacy input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

.askQuestion__content .search__form-contact:first-child {
    margin-bottom: 35px;
}

.askQuestion__content .askQuestion__form-contacts {
    padding-top: 30px;
    position: relative;
}

.close__popup-right {
    bottom: 50px;
    position: absolute;
    right: 0;
}

.tab__content-hidden {
    display: none;
}

.review__form-title {
    font-size: 35px;
    line-height: 52px;
    font-weight: 900;
    margin-top: 45px;
}

#open-review-form {
    margin-top: 25px;
}

.review__form-subtitle {
    font-size: 30px;
    line-height: 45px;
    font-weight: 900;
    margin-top: 70px;
    margin-bottom: 25px;
}

.review__add-form {
    width: 735px;
    margin-top: 25px;
    margin-bottom: 60px;
    display: none;
    position: relative;
}

#open-review-form:hover {
    cursor: pointer;
}

.review__form-radio {
    display: inline-flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #808080;
    align-items: center;
}

.review__form-radio:first-child {
    margin-right: 30px;
}

.review__form-radio input {
    width: 26px;
    height: 26px;
}

.review__form-row,
.review__form-row2 {
    margin-bottom: 10px;
}

.review__form-row2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 15px;
}

.review__form-row-inner {
    display: flex;
    flex-direction: column;
}

.review__form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stars__label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

.review__star:hover {
    cursor: pointer;
}

#review__submit-btn {
    height: 58px;
    align-items: center;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.review__star-active path,
.review__star-selected path {
    fill: var(--katli-orange);
    stroke: var(--katli-orange);
}

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

.aboutUs__benefit-icon {
    margin-right: 35px;
}

.aboutUs__benefit-uppertitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--katli-text-primary);
}

.aboutUs__benefit-lowertitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: var(--katli-text-primary);
}

.aboutUs__benefit-content {
    margin-top: 30px;
    margin-bottom: 50px;
}

.katli__btn-orange:hover {
    transition: .2s linear;
    cursor: pointer;
    background-color: #d33c16;
}

.form__error {
    margin-top: 5px;
    color: red;
    font-size: 13px;
    text-transform: uppercase;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--katli-orange) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
  
.form__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .75);
}

.btn__disabled {
    pointer-events: none;
}

.form__success {
    padding: 30px 50px;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    display: none;
}

.form__success svg {
    width: 150px;
    height: auto;
}

.katli__aboutUs-values {
    margin-bottom: 25px;
}

.aboutUs__values-subtitle {
    margin-top: 20px;
    margin-bottom: 55px;
}

.aboutUs__values-wrapper {
    display: flex;
}

.aboutUs__values-left {
    margin-right: 130px;
    width: 100%;
}

.aboutUs__values-menuitem {
    display: flex;
    align-items: center;
    color: #808080;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: .2s linear;
    margin-bottom: 35px;
    width: 330px;
}

.aboutUs__values-menuitem:hover {
    transition: .2s linear;
    color: var(--katli-text-primary);
    cursor: pointer;
}

.aboutUs__values-menuitem:hover svg path {
    fill: var(--katli-orange);
    transition: .2s linear;
}

.aboutUs__values-activemenu {
    color: var(--katli-text-primary);
}

.aboutUs__values-menuitem svg {
    margin-right: 22px;
    width: 30px;
    height: auto;
}

.aboutUs__values-menuitem svg path {
    fill: #DB775E;
    transition: .2s linear;
}

.aboutUs__values-activemenu svg path {
    fill: var(--katli-orange);
    transition: .2s linear;
}

.aboutUs__values-tab {
    display: none;
}

.aboutUs__values-activetab {
    display: block;
}

.image__pos-left img {
    float: left;
    margin-right: 22px;
    margin-bottom: 5px;
}

.image__pos-right img {
    float: right;
    margin-left: 22px;
    margin-bottom: 5px;
}

.image-around-text h3 {
    margin-bottom: 22px;
}

.katli__blog-video-with-text {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-top: 60px;
}

.katli__blog-video-with-text .video__with-text {
    width: 50%;
}

.katli__blog-video-with-text .blog__video-embed {
    width: 50%
}

.video__with-text h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: var(--katli-text-primary);
    margin-bottom: 15px;
}

.video__text-right {
    flex-direction: row-reverse;
}

.slider__percent {
    color: var(--katli-orange) !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-family: "Open Sans";
}

.chooseUs__icon-block:hover {
    cursor: pointer;
}

.chooseUs__icon-block:hover img {
    transition: .2s linear;
    filter: contrast(1);
}

.chooseUs__icon-block img {
    height: 70px !important;
    width: auto;
    transition: .2s linear;
    filter: contrast(0.6);
}

.chooseUs__icon-active img {
    filter: contrast(1);
}

.chooseUs__right-active {
    display: block;
}

.katli__elementor-projects {
    margin-top: 70px;
}

.projects__title {
    text-align: center;
    margin-bottom: 15px;
}

.projects__description {
    margin-bottom: 30px;
}

.projects__gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.projects__gallery a {
    height: 360px;
}

.projects__gallery a img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    transition: .2s linear;
    filter: brightness(1);
}

.project__img-hidden {
    display: none;
}

.projects__btn {
    text-align: center;
    margin-top: 35px;
}

.projects__btn a {
    padding: 22px 45px;
    background: var(--katli-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    margin-right: 20px;
}

.projects__gallery a:hover img {
    transition: .2s linear;
    filter: brightness(.75);
    cursor: pointer;
}

.contactUs__phone-img {
    height: 32px !important;
}

.product__card-category {
    text-transform: uppercase;
}

.product__fuel-category {
    height: 15px;
    font-weight: 700;
}

.product__fuel-class {
    min-height: 30px;
    margin-top: 13px;
}

.mobile__header-upper {
    height: 85px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 10;
    background-color: #FFF;
}

.mobile__header-upper .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 12px;
}

.mobile__header-call svg {
    width: 36px;
    height: auto;
}

.mobile__header-burger svg {
    width: 41px;
    height: auto;
}

.mobile__header-lower {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    position: relative;
    display: none;
}

.mobile__header-lower a {
    text-align: center;
    color: #FFF;
    padding: 13px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}

.mobile__header-lower a svg {
    margin-right: 7px;
}

.mobile__header-getcall {
    background-color: #FF6C47;
}

.mobile__header-search {
    background-color: #E46645;
}

.mobile__header-ask {
    background-color: #F4461A;
}

.katli__mobile-header {
    display: none;
}

.sticky__header {
    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

@-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}
@keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
}
  
.company__name {
    display: none;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.slick-dots li:before {
    content: none;
}

.slick-dots li {
    margin-left: 0;
    width: 100%;
}

.slick-dots button {
    background-color: #D9D9D9;
    border: none;
    font-size: 0;
    height: 8px;
    width: 100%;
}

.slick-dots li:first-child button {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.slick-dots li:last-child button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slick-dots li.slick-active button {
    background-color: #1E1E1E;
    border-radius: 5px;
}

.katli__mobile-menu {
    position: fixed;
    display: none;
    width: 90vw;
    top: 0;
    z-index: 100;
    background-color: #FFF;
    min-height: 100vh;
    overflow-y: auto;
    height: 100%;
    right: 0;
    overflow-x: hidden;
}

.katli__mobile-menu.menu__visible {
    animation: slide-in 0.4s forwards;
    -webkit-animation: slide-in 0.4s forwards;
    display: block;
}

.mobile__menu-close {
    height: 75px;
    text-align: right;
}

.mobile__menu-close svg {
    width: 37px;
    height: 37px;
    position: relative;
    top: 19px;
    right: 15px;
}

.mobile__header-burger:hover {
    cursor: pointer;
}

.mobile__menu-getcall {
    background-color: #FF6C47;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}

.mobile__menu-search {
    background-color: #E46645;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}

.mobile__menu-ask {
    background-color: #F4461A;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}

.mobile__menu-getcall svg,
.mobile__menu-search svg,
.mobile__menu-ask svg {
    margin-right: 10px;
}

.mobile__menu-getcall:hover,
.mobile__menu-search:hover,
.mobile__menu-ask:hover {
    cursor: pointer;
}

.mobile__menu-nav {
    display: flex;
    flex-direction: column;
    padding: 7px 35px 15px 30px;
}

.mobile__nav-btn {
    font-size: 15px;
    line-height: 55px;
    font-weight: 600;
    color: var(--katli-text-primary);
    text-transform: uppercase;
}

.mobile__menu-divider {
    background-color: #D9D9D9;
    height: 1px;
    margin: 15px 0;
}

.mobile__menu-footer .footer__logo {
    margin-bottom: 0;
}

.mobile__menu-footer .footer__logo svg {
    width: 220px;
    height: auto;
}

.mobile__menu-footer {
    background-color: var(--katli-orange);
    padding: 40px 30px;
}

.katli__menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99;
    display: none;
}

.fade-in {
	-webkit-animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 0.3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

@keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.mobile__menu-close-btn svg:hover {
    cursor: pointer;
}

.menu__hidden {
    -webkit-animation: slide-out-right 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-right 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
}
  
.fade-out {
	-webkit-animation: fade-out 0.3s ease-out both;
	        animation: fade-out 0.3s ease-out both;
}

@-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}

@keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
  
.mobile__menu-footer .footer__leftBlock.firstBlock {
    margin-top: 35px;
}

.mobile__menu-footer .footer__leftBlock {
    padding-right: 0;
}

.mobile__menu-footer .footer__leftBlock-title {
    color: #FFF;
}

.mobile__menu-footer .footer__leftBlock-text {
    color: #FFF;
}

.chooseUs__mobile {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.chooseUs__mobile-logo svg {
    max-width: 66px;
    height: auto;
    margin-bottom: 12px;
}

.chooseUs__mobile .chooseUs__title {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 36px;
    color: #FFF;
    margin-bottom: 22px;
}

.chooseUs__mobile .chooseUs__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #c6c6c6;
    margin-bottom: 50px;
}

.chooseUs__mobile-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.chooseUs__mobile-content {
    display: none;
}

.chooseUs__mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(217, 217, 217, .5);
    padding-bottom: 18px;
    margin-bottom: 11px;
}

.chooseUs__header-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    padding: 0 50px;
}

.chooseUs__btn-close {
    display: none;
}

.chooseUs__header-icon img {
    max-width: 47px !important;
    height: auto;
    filter: contrast(0.6);
}

.chooseUs__mobile-header-active .chooseUs__header-icon img {
    filter: contrast(1);
}

.scale-in-top {
	-webkit-animation: scale-in-top 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-top 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-out-top {
	-webkit-animation: scale-out-top 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: scale-out-top 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes scale-in-top {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      opacity: 1;
    }
}

@keyframes scale-in-top {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      opacity: 1;
    }
}

@-webkit-keyframes scale-out-top {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      opacity: 1;
    }
}

@keyframes scale-out-top {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      opacity: 1;
    }
}
  
.chooseUs__mobile-content {
    margin-bottom: 25px;
}

.chooseUs__mobile-content * {
    color: #c6c6c6;
}

.chooseUs__mobile-content .chooseUs__learnMore {
    margin-top: 15px;
}

.chooseUs__mobile-content .chooseUs__btn {
    color: #FFF;
}

.singleBlog__related-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 26px;
    margin-top: 30px;
}

.related__posts-title {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.blog__post-content {
    padding: 30px;
}

.blog__post-related {
    padding-bottom: 0px;
}

.blog__post-related .blog__title {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 27px;
}

.blog__post-related {
    transition: .2s linear;
}

.blog__post-related .blog__title {
    transition: .2s linear;
}

.blog__post-related:hover .blog__title {
    color: var(--katli-orange);
    transition: .2s linear;
}

.product__pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 90px;
}

.nav__current-item {
    color: var(--katli-orange);
}

.product__container {
    position: relative;
}

.catalog__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .85);
    display: none;
    align-items: center;
    justify-content: center;
}

.katli__catalog-upper-cats {
    display: grid;
    grid-column-gap: 37px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 52px;
}

.katli__catalog-upper-cats a {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
    height: 425px;
    display: block;
    padding: 30px 20px 45px;
    text-align: center;
    transition: 0.2s linear;
}

.katli__catalog-upper-cats a:hover {
    cursor: pointer;
    transition: 0.2s linear;
    box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
    -moz-box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
}

.katli__catalog-upper-cats a:hover .katli__catalog-category-title {
    transition: 0.2s linear;
    color: var(--katli-orange);
}

.katli__catelog-category-img {
    height: 268px;
}

.katli__catelog-category-img img {
    max-height: 268px;
}

.katli__catalog-category-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--katli-text-primary);
    text-transform: uppercase;
    margin-top: 30px;
    transition: 0.2s linear;
}

.katli__catalog-showmore {
    color: var(--katli-orange);
}

.katli__catalog-showmore:hover {
    cursor: pointer;
}

.katli__catalog_more {
    display: none;
}

.katli__catalog-title {
    margin-top: 28px;
    margin-bottom: 20px;
}

.katli__catalog-single-cat {
    display: grid;
    grid-template-columns: 453px 1fr;
    grid-column-gap: 50px;
    background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    padding: 40px 33px 50px;
    margin-top: 47px;
}

.catalog__cat-left {
    text-align: center;
}

.catalog__cat-left img {
    width: auto;
    height: auto;
    max-height: 512px;
}

.catalog__cat-title {
    font-weight: 900;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.catalog__cat-btn {
    margin-top: 17px;
}

.askQuestion__form-3rows {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 25px;
}

#search-notfound__submit {
    border: none;
}

.notfound__content .search__form-contacts {
    margin-top: 55px;
}

.search__result-post {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 28px;
    transition: .2s linear;
}

.search__result-post:hover {
    cursor: pointer;
    box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
    -moz-box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
    transition: .2s linear;
}

.search__result-left {
    height: 154px;
    width: 154px;
}

.search__result-left img {
    width: 154px;
    height: 154px;
    object-fit: cover;
}

.search__result-right {
    padding: 28px 112px 28px 37px;
}

.search__result-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
}

.search__result-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search__query {
    display: flex;
    gap: 102px;
    font-weight: 900;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    margin-top: 28px;
}

.search__results-products {
    margin-bottom: 35px;
}

.search__search-again .search__form-inner {
    margin: 35px 0 50px;
}

.category__showmore,
.category__lower-showmore {
    margin-left: 5px;
    color: var(--katli-orange);
}

.category__showmore:hover,
.category__lower-showmore:hover {
    cursor: pointer;
}

.category__long-description {
    display: none;
}

.category__related-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 27px;
    grid-row-gap: 37px;
}

.category__related-posts-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 52px;
    font-weight: 900;
}

.category__lower-readmore-content {
    display: none;
}

.category__lower-content-block {
    margin-bottom: 55px;
}

.category__lower-header {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.category__lower-header img {
    max-height: 50px;
    height: auto;
    width: auto;
    margin-right: 25px;
}

.category__lower-header h2 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 52px;
    font-weight: 900;
}

.filter__close {
    display: none;
}

.blog__description {
    margin-bottom: 20px;
}

.inline__images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.inline__images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aligncenter {
    position: relative;
    left:50%;
    transform: translateX(-50%);
}

.e-preview--show-hidden-elements .tab__content-hidden {
    display: block !important;
}

.direction__column {
    flex-direction: column !important;
}

.katli__review-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 37px;
}

.katli__review-list .reviewSlider__review {
    margin: 0;
}

.review__column {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.katli__review-list .reviewSlider__review .review__quote {
    overflow: initial;
    display: block;
    line-clamp: initial;
    -webkit-line-clamp: initial;
}

.katli__review-list-pagination {
    margin-top: 85px;
    text-align: center;
}

.review__type {
    top: 16px;
    left: 20px;
    position: absolute;
}

.review__type img {
    width: 26px;
    height: auto;
}

.katli__text-image  {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 35px;
}

.text-image__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.text-image-align-right .text-image__img {
    order: 2;
}

.text-image__text h2,
.h2__title * {
    font-size: 35px;
    font-weight: 900;
    line-height: 52px;
}

.text-image__text h4 {
    font-size: 25px;
    line-height: 37px;
    font-weight: 900;
}

.katli__elementor-text-image {
    margin-bottom: 80px;
}

.katli__provide {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 47px;
}

.provide__block {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    padding: 45px 27px 28px;
    text-align: center;
    transition: .2s linear;
}

.provide__block:hover {
    box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
    -moz-box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4) !important;
    -webkit-box-shadow: 0px 0px 15px rgba(244, 70, 26, 0.4);
    transition: .2s linear;
}

.provide__text {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.provide__text img {
    max-height: 95px;
    width: auto;
    max-width: 100%;
}

.provide__icon {
    height: 95px;
}

.katli__elementor-provide {
    margin-bottom: 60px;
}

.reviewSlider__review.review__hasVideo {
    height: 355px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transition: background-size .2s ease;
}

.review__hasVideo:hover {
    cursor: pointer;
    transition: background-size .2s ease;
    background-size: 125%;
}

.review__hasVideo:after {
    content: '';
    display: block;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.65) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.review__video-content {
    position: absolute;
    bottom: 28px;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0 50px;
    z-index: 2;
}

.review__video-content .review__title {
    color: #FFF;
}

.review__video-content .review__company {
    color: #FFF;
    min-height: initial;
}

.review__video-play {
    position: absolute;
    z-index: 2;
    bottom: 28px;
    right: 30px;
}

.katli__modal {
    max-width: 90vw !important;
    max-height: 90vh;
    height: 100%;
}

.katli__modal iframe {
    width: 100%;
    height: 100%;
}

.jquery-modal {
    z-index: 100 !important;
}

.shorten__quote {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.showmore__quote,
.showless__quote {
    font-size: 12px;
    color: var(--katli-orange);
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

.showmore__quote:hover,
.showless__quote:hover {
    cursor: pointer;
}

.showless__quote {
    display: none;
}

.popupForm__divider {
    background-color: var(--katli-orange);
}

.form__calendar-icon {
    position: absolute;
    right: 18px;
    top: 52px;
}

.form__select-wrapper {
    display: grid;
    position: relative;
}

.form__select-wrapper:after {
    content: '';
    background: url('/wp-content/uploads/Vector-9-1.svg');
    display: block;
    width: 19px;
    height: 12px;
    background-size: 19px 12px;
    position: absolute;
    right: 20px;
    top: 26px;
}

.form__success-close {
    text-align: right;
    margin-right: 100px;
}

.form__success-icon {
    text-align: center;
}

.form__success-title {
    text-align: center;
    margin-top: 10px;
}

.form__success-description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 15px;
}

.form__success-description-lower {
    text-align: center;
    margin-top: 35px;
    font-size: 15px;
    line-height: 25px;
}

.form__success-team {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}

.form__success-btn {
    text-align: center;
    margin-top: 45px;
}

.form__success-icon svg {
    width: 100px;
}

.katli__form-success-wrapper {
    width: 650px;
    margin-left: 100px;
    margin-top: 100px;
}

.katli__form-success {
    width: 100%;
}

.katli__btn-orange-success {
    padding: 20px 35px !important;
    background: var(--katli-orange) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700;
    display: inline-flex;
    border: none !important;
}

.katli__btn-orange-success:hover {
    cursor: pointer;
}

.search__title-icon {
    width: 42px;
    height: auto;
}

.faq__buttons {
    margin-top: 50px;
}

.faq__nav-btn {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: var(--katli-text-primary);
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    padding: 13px 15px;
    margin-right: 15px;
    transition: 0.2s linear;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.faq__nav-btn:hover {
    transition: 0.2s linear;
    background-color: var(--katli-orange);
    color: #FFF;
    cursor: pointer;
}

.faq__btn-active {
    background-color: var(--katli-orange);
    color: #FFF;
}

.singlePower__power-item {
    border: 1px solid #0F0F0F;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    justify-content: center;
    padding: 0 12px;
    margin-right: 13px;
    font-size: 12px;
    font-weight: 500;
    color: #0F0F0F;
    line-height: 27px;
    align-items: flex-end;
}

.singlePower__power-item span {
    font-size: 16px;
    color: #0F0F0F;
    font-weight: 500;
    line-height: 27px;
    margin-right: 5px;
}

.singleProduct__power-title {
    color: #0F0F0F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
}

.singleProduct__breadcrumbs #katli__breadcrumbs * {
    color: #898989;
    font-weight: 500;   
}

.singleProduct__breadcrumbs #katli__breadcrumbs span span:first-child a {
    color: var(--katli-orange);
}

.singleProduct__power-list {
    margin-bottom: 43px;
}

.singleProduct__bottom-icons {
    display: block;
    max-width: 420px;
}

.singleProduct__bottom-icons img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.singleProduct__bottom-info {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}

.singleProduct__bottom-price {
    font-size: 20px;
    font-weight: 600;
}

.singleProduct__bottom-price div:first-child {
    color: #FFF;
    margin-bottom: 10px;
}

.singleProduct__bottom-price div:nth-child(2) {
    color: var(--katli-orange);
}

.singleProduct__bottom-efficiency .efficiency__percent {
    color: #262626;
}

.singleProduct__bottom-efficiency .efficiency__upper svg {
    margin-right: 5px;
}

.singleProduct__bottom-efficiency .efficiency__lower svg path {
    fill: #262626;
}

.singleProduct__bottom-efficiency .efficiency__upper {
    line-height: 100%;
}

.singleProduct__bottom-efficiency .efficiency__lower {
    position: relative;
    top: -10px;
}

.katli__singleProduct-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.katli__underlined-title {
    display: inline-block;
}

.katli__underlined-title:after {
    content: '';
    display: block;
    height: 6px;
    position: relative;
    bottom: -3px;
    width: 100%;
    background-color: var(--katli-orange);
}

.katli__underlined-title {
    margin-bottom: 30px;
}

.placement__attribute {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 23px;
    position: relative;
}

.placement__attribute:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--katli-orange);
}

.singleProduct__attributes-fuel .product__fuel {
    align-items: center;
    gap: 10px;
}

.singleProduct__attributes-fuel img {
    width: 35px;
    height: 35px !important;
}

.singleProduct__attributes-fuel .product__fuel-class {
    display: inline-flex;
    gap: 3px;
}

.singleProduct__attributes-fuel .product__fuel-class div {
    font-size: 16px;
    text-transform: lowercase;
}

.singleProduct__attributes-fuel .product__fuel-class div::first-letter {
    text-transform: uppercase;
}

.singleProduct__attributes-fuel .product__fuel-category {
    font-size: 16px;
    font-weight: 700;
}

.singleProduct__attributes-fuel .singleProduct__attribute-title {
    margin-bottom: 15px;
}

.singleProduct__attributes-fuel .product__fuel {
    margin-bottom: 0;
    margin-top: 0;
}

.area__attributes {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 15px;
    grid-row-gap: 12px;
}

.singleProduct__attribute-area {
    padding-left: 23px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
/* 
.singleProduct__attribute-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--katli-orange);
} */

.katli__singleProduct-elementor {
    background-color: #F8F8F8;
}

/* .katli__singleProduct-elementor h2 {
    display: inline-block;
    margin-top: 15px;
}

.katli__singleProduct-elementor h2:after {
    content: '';
    display: block;
    height: 6px;
    position: relative;
    bottom: -3px;
    width: 100%;
    background-color: var(--katli-orange);
} */

.katli__singleProduct-technical-benefits {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 25px;
}

.technical__benefits-block {
    display: grid;
    grid-template-columns: 85px minmax(0, 1fr);
    grid-column-gap: 32px;
    margin-bottom: 50px;
}

.technical__benefits-block-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 23px;
}

.technical__benefits-title {
    margin-bottom: 20px;
}

.contactUs__no-padding {
    margin-top: 0;
    padding-top: 115px;
}

.contactUs__no-padding .contactUs__content {
    position: relative;
    top: -57px;
}

.elementor-widget-text-editor h2.katli__underlined-title {
    margin-top: 45px;
}

.v-align-top {
    vertical-align: top;
}

.gallery__images img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-width: initial !important;
}

.singleProduct__related-title {
    margin-bottom: 40px;
}

.katli__singleProduct-related .blog__featured img {
    height: 340px !important;
}

.filter__search input {
    width: calc(100% - 15px);
    box-sizing: border-box;
    border: 2px solid #A8A8A8;
    height: 43px;
    font-size: 12px;
    color: #9C9C9C;
    font-weight: 400;
    padding: 0 18px;
}

.filter__search {
    margin-bottom: 18px;
}

.filter__search input:focus {
    outline: none;
}

.filter__opened {
    background-color: var(--katli-orange);
}

/* The container */
.katli__checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 35px;
}
  
/* Hide the browser's default checkbox */
.katli__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #FFF;
    border: 2px solid #A8A8A8;
}
  
/* On mouse-over, add a grey background color */
.katli__checkbox:hover input ~ .checkmark {
    background-color: #FFF;
}
  
/* When the checkbox is checked, add a blue background */
.katli__checkbox input:checked ~ .checkmark {
    background-color: var(--katli-orange);
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
/* Show the checkmark when checked */
.katli__checkbox input:checked ~ .checkmark:after {
    display: block;
}
  
/* Style the checkmark/indicator */
.katli__checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter__checkboxes {
    max-height: 280px;
    overflow: auto;
}

.filter__checkboxes::-webkit-scrollbar {
    width: 5px;
  }

.filter__checkboxes::-webkit-scrollbar-track {
    background: #FFF; 
}

.filter__checkboxes::-webkit-scrollbar-thumb {
    background: #736865; 
}

.filter__checkboxes::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.active__filter-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.active__filter-single {
    display: inline-block;
    background-color: #D9D9D9;
    position: relative;
    padding: 11px 40px 11px 11px;
    font-size: 12px;
    margin-bottom: 12px;
    margin-right: 6px;
    transition: .3s ease;
}

.active__filter-single:after {
    content: '';
    background-image: url('/wp-content/uploads/fi_3416079.svg');
    display: inline-block;
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
    position: absolute;
    right: 8px;
    top: 8px;
}

.active__filter-single:hover {
    transition: .3s ease;
    cursor: pointer;
    background-color: #c5c5c5;
}

.singleProduct__header-lower {
    background-color: #262626;
}

.singleProduct__header-lower-title {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    line-height: 55px;
}

.singleProduct__header-lower-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.singleProduct__bottom-price {
    color: #000;
    font-weight: 700;
}

.singleProduct__bottom-price {
    font-size: 25px;
}

.singleProduct__price-bottom-text {
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
}

.singleProduct__header-lower-right {
    display: flex;
    align-items: center;
    gap: 60px;
}

.elementor-widget-container:has(.sticky__header) {
    margin-bottom: 87px;
}

.singleProduct__fuel-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 15px;
}

.singleProduct__fuel-wrapper .product__fuel {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    width: 100%;
}

.katli__singleProduct-maininfo {
    background-color: #F6F2F0;
    padding-top: 60px;
}

sup {
    vertical-align: super;
    font-size: 12px;
}

.singleProduct__attribute-area {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0 13px;
    border: 1px solid #0F0F0F;
    justify-content: center;
    height: 32px;
}

.singleProduct__attribute-area .variation__power {
    font-size: 12px;
}

.singleProduct__attribute-area svg {
    margin: 0 5px;
}

.singleProduct__attribute-flex {
    display: flex;
    align-items: center;
    gap: 35px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.efficiency__value {
    font-weight: 700;
    font-size: 18px;
    color: var(--katli-orange);
}

.singleProduct__attributes-efficiency {
    margin-bottom: 15px;
}

.singleProduct__bottom-right {
    display: flex;
    align-items: center;
    gap: 90px;
}

.product__card-attribute.powers-attribute {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
}

.product__card-attribute.powers-attribute .product__power-item {
    border: 1px solid #000;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 400;
}

.product__card-attribute.powers-attribute .product__power-item span {
    color: var(--katli-orange);
    font-weight: 600;
}

.singleProduct-power-attr {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top:10px;
}

.singleProduct-power-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
}

.product__power-item {
    border: 1px solid #000;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 400;
    flex-shrink: 0;
    min-width: 39px;
    box-shadow: 0px 2px 10px 0px #00000026;
}

.singleProduct-power-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.product__power-item-from-to {
    border: 1px solid #000;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 400;
    background-color: #F8ECE9;
    flex-shrink: 0;
}

.efektivitates_grupa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.product__power-item span.power-unit {
    font-size: 12px;
    color: #000 !important;
    font-weight: 400 !important;
}

.product__card-models-and-powers {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #1E1E1E;
    padding: 10px 0;
}