/* ---------------- Google fonts ------------------ */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

/* external font */
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/HelveticaRounded-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-Oblique.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-Compressed.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica";
    src: url("../fonts/Helvetica-BoldOblique.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* ---------------- Basic css ------------------ */
html {
    font-size: 62.5%;
}

:root {
    scroll-behavior: unset;
    --white: #ffffff;
    --black: #000000;
    --grey: #c4c4c4;
    --green: #08882f;
    --red: #88080b;
    --dark: #161a1d;

    --white_img: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
    --black_img: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%);

    --titleFont: "Poppins", sans-serif;
    --bodyFont: "Poppins", sans-serif;
    --helvetica: "Helvetica";

    --menu_one: 3.1rem;
    --menu_two: 9rem;

    --fullMenuHeight: calc(var(--menu_one) + var(--menu_two));
}

img {
    width: 100%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none !important;
    transition: 200ms;
    color: inherit;
}

.f-right {
    float: right;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

/* body */
body {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    overflow-x: hidden;
    font-family: var(--bodyFont);
    background: #0f0f0f;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

main {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.text_green {
    color: var(--green) !important;
}

section {
    padding: 9rem 0;
}

.figure img,
.figure {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-family: var(--titleFont);
    color: var(--white);
}

/* colros */
.text_orange {
    color: var(--orange) !important;
}

.bg_grey {
    background: #f9f9f9 !important;
}

/* image colros */
.white_img {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(67deg) brightness(112%) contrast(100%);
}

.black_img {
    -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(16%) hue-rotate(309deg) brightness(93%) contrast(107%);
}

/* Font Weights */
.f_300 {
    font-weight: 300 !important;
}

.f_400 {
    font-weight: 400 !important;
}

.f_500 {
    font-weight: 500 !important;
}

.f_600 {
    font-weight: 600 !important;
}

.f_700 {
    font-weight: 700 !important;
}

.f_800 {
    font-weight: 800 !important;
}

.f_900 {
    font-weight: 900 !important;
}

/* titles */
h1 {
    font-size: 3.8rem;
    line-height: 4.5rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 1.25;
}

h3 {
    font-size: 5.8rem;
    line-height: 1.05;
}

h4 {
    font-size: 3rem;
    line-height: 1;
}

h5 {
    font-size: 2.6rem;
    line-height: 1;
}

h6 {
    font-size: 2rem;
    line-height: 1;
}

/* texts */
.text_xl {
    font-size: 2rem;
    line-height: 3rem;
}

.text_lg {
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.text_md {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.text_sm {
    font-size: 1.4rem;
    line-height: 2.1rem;
}

.text_xsm {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.text_2xsm {
    font-size: 1.1rem;
    line-height: 1.21rem;
}

/* ============= hamburger_btn ============= */
.hamburger_btn {
    transform: translateX(0.2rem);
    overflow: hidden;
}

.hamburger_btn input {
    display: none;
}

.hamburger_btn .grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.hamburger_btn .grid > * {
    position: relative;
}

.hamburger_btn label {
    display: block;
    cursor: pointer;
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
}

.hamburger_btn svg {
    width: 9rem;
    height: 9rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.hamburger_btn circle {
    font-size: 5rem;
}

@media (min-aspect-ratio: 1) {
    .hamburger_btn label {
        width: 3.5rem;
        height: 3.5rem;
    }
}

.hamburger_btn .menu--1 label {
    bottom: 0;
}

.hamburger_btn .menu--1 label {
    right: 0;
}

.hamburger_btn path {
    fill: none;
    stroke: var(--black);
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger_btn circle {
    fill: rgba(255, 255, 255, 0);
    opacity: 0;
}

.hamburger_btn label:hover circle {
    opacity: 1;
}

.hamburger_btn .cross input:checked + svg .line--1,
.hamburger_btn .cross input:checked + svg .line--3 {
    --length: 22.627416998;
}

.hamburger_btn .cross input:checked + svg .line--2 {
    --length: 0;
}

.hamburger_btn .back input:checked + svg .line--1,
.hamburger_btn .back input:checked + svg .line--3 {
    --length: 8.602325267;
}

.hamburger_btn .menu--1 .line--1,
.hamburger_btn .menu--1 .line--3 {
    --total-length: 126.6418304443;
}

.hamburger_btn .menu--1 .line--2 {
    --total-length: 70;
}

.hamburger_btn .menu--1 input:checked + svg .line--1,
.hamburger_btn .menu--1 input:checked + svg .line--3 {
    --offset: -94.1149185097;
}

.hamburger_btn .menu--1 input:checked + svg .line--2 {
    --offset: -50;
}

/* -------------- preloader --------------- */
#preloader {
    position: fixed;
    background: var(--dark);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader3 {
    width: 5rem;
    height: 5rem;
    display: inline-block;
    padding: 0;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background: var(--white);
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@-webkit-keyframes loader3 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes loader3 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/* -------------- Back to top ------------ */
.back-to-top {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    border-radius: 50%;
    background: var(--red);
    z-index: 1000;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    width: 1.5rem;
}

.topbtn_hide {
    opacity: 1;
}

/* rounded */
.rounded_8 {
    border-radius: var(--radius8) !important;
}

/* =========== Buttons ========== */
.button {
    font-size: 1.5rem;
    font-weight: 400;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    transition: 0.25s ease;
    font-family: var(--bodyFont);
    background: var(--red);
    color: var(--white);
    white-space: nowrap;
    width: 18.3rem;
    gap: 0.5rem;
    border-radius: 1.6rem;
}

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

.button_white {
    background: var(--white);
    color: #000;
}

.button_full {
    width: 100%;
}

.button_white:hover {
    background: var(--red);
    color: var(--white);
}

/* -------------- Header Styles by Sahriar --------------- */
.site_header {
    padding: 0;
    position: fixed;
    z-index: 999999;
    width: 100%;
    background: transparent;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: transparent;
}

.site_header.sticky_menu {
    background: #000;
}

/* added styles */
.logo img {
    width: 19.5rem;
}

.menu_link:hover {
    color: var(--blue);
}

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

.icon_20 {
    width: 2rem;
}

.search_input_wrap input {
    height: 4.5rem;
    padding: 0 1.8rem;
    border: 0.1rem solid #efefef;
    border-radius: 0.5rem;
    width: 30rem;
}

.search_input_wrap input,
.search_input_wrap input::placeholder {
    font-size: 1.5rem;
    color: var(--black);
    font-weight: 400;
}

.search_input_wrap {
    position: absolute;
    right: 0;
    transform: translateY(4.5rem);
    display: none;
}

.header_right {
    gap: 1rem;
}

.primary_menu span {
    margin: 0 1rem;
    display: block;
}

.primary_menu span,
.primary_menu a {
    font-size: 1.6rem;
    color: #000;
}

.header_right a {
    display: grid;
    align-items: center;
}

.primary_menu .menu_link:hover {
    color: var(--green);
}

/* menu_top */
.menu_top {
    height: var(--menu_one);
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
}

.location_marker {
    width: 1.2rem;
}

.call_circle {
    width: 1.4rem;
}

.email {
    width: 1.4rem;
}

.menu_link {
    gap: 0.6rem;
    color: var(--white);
}

.menu_top .menu_link {
    font-size: 1.1rem;
    line-height: 1;
    gap: 0.6rem;
    display: flex;
    align-items: center;
}

.menu_top .menu_link:hover {
    text-decoration: underline !important;
}

.social_links a img {
    width: 1.4rem;
}

.social_menu_icons {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.social_links {
    gap: 0.65rem;
}

/* menu_bottom */
.menu_bottom {
    height: var(--menu_two);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.icon_16 {
    width: 1.6rem;
}

.logo img {
    width: 8.2rem;
}

.primary_menu {
    gap: 2.4rem;
}

.primary_menu a {
    color: #fff;
    font-weight: 500;
}

.header_select .nice-select {
    background: transparent;
    height: auto;
    padding: 0 1.3rem 0 0;
    line-height: 1;
    border: none;
}

.header_select {
    padding-left: 2.2rem;
}

.nice-select:after {
    border-bottom: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    display: block;
    height: 0.7rem;
    margin-top: -0.6rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.7rem;
}

.option {
    color: var(--dark);
}

.unfilled_heart {
    width: 2.1rem;
}

.header_select {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* ============== Hero area ================ */
.hero_area .container {
    padding-top: calc(var(--fullMenuHeight) + 10rem);
    padding-bottom: 29.6rem;
}

.las_hero_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.5);
    left: 0;
    top: 0;
}

/* ========== Slider ============== */
.owl-nav button img {
    width: 5.1rem;
}

.hero_slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.25s ease;
    z-index: 1;
    pointer-events: none;
}

.hero_slider .owl-nav button {
    pointer-events: auto;
}

.hero_slider .owl-prev {
    transform: translateX(-2.6rem);
}

.hero_slider .owl-next {
    transform: translateX(2.6rem);
}

.owl-nav button.disabled {
    opacity: 0;
    pointer-events: none;
}

.border_right {
    border-right: 0.1rem solid var(--red);
}

.border_left {
    border-left: 0.1rem solid var(--red);
}

.owl-item .hero_slide .content {
    opacity: 0;
    transform: translateX(5rem);
    transition: 0.5s ease;
    transition-delay: 0.6s;
}

.owl-item.active .hero_slide .content {
    transform: translateX(0);
    opacity: 1;
}

/* ================ Form area ============== */
.select_area {
    height: 8rem;
}

.select_form_wrap {
    position: relative;
    z-index: 9999;
    transform: translateY(-18rem);
}

.form_control {
    height: 4.5rem;
    width: 100%;
    background: transparent;
    border: 0.1rem solid #3c3c3c;
    border-radius: 1.6rem;
    padding: 0 1.6rem;
}

.form_control::placeholder,
.form_control {
    font-size: 1.4rem;
    color: var(--white);
    font-weight: 400;
}

.form_group.disabled > * {
    opacity: 0.5;
}

.form_group.disabled {
    pointer-events: none;
}

.w_20 {
    width: 20%;
}

.w_40 {
    width: 40%;
}

.form_colums {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -0.75rem;
    gap: 1.5rem 0;
}

.form_colums .form_group {
    padding: 0 0.75rem;
}

.edit {
    width: 2.4rem;
}

.sort_select .nice-select {
    background: transparent;
    padding: 0;
    line-height: 1;
    border: none;
    color: #afafaf;
    align-items: center;
    display: flex;
}

.sort_select .nice-select:after {
    display: none;
}

.list {
    background-color: #0f0f0f !important;
    color: var(--white);
    min-width: 15rem;
    max-width: 100%;
}

.option {
    color: var(--white);
}

.option:hover,
.option.selected {
    background-color: var(--red) !important;
}

.search_icon {
    width: 1.25rem;
}

.form_group .nice-select:after {
    right: 1.6rem;
}

.select_form .form_group .button {
    width: 25.4rem;
}

.select_form .form_group .button {
    width: 25.4rem;
}

.select_form {
    padding: 2.5rem 1.7rem 6.6rem 2rem;
    border: 0.1rem solid #7a7a7a;
    border-radius: 2rem;
}

.select_form_wrap {
    padding: 0.65rem;
    background: #151515;
    border-radius: 2rem;
}

.select_area .section_top p {
    color: #9b9b9b;
}

/* ================ Service area ============== */
.service_icon1 {
    width: 5.6rem;
}

.service_icon2,
.service_icon3 {
    width: 5.2rem;
}

.service_top h2 {
    padding: 2.3rem 0 1rem;
}

.service_top {
    padding-bottom: 2.5rem;
}

.service_box {
    height: 36rem;
    align-content: space-between;
    display: grid;
    padding-top: 5.6rem;
    padding-bottom: 5.5rem;
    border: 0.1rem solid #878787;
    border-radius: 0.8rem;
}

.service_box1 {
    padding-left: 4.1rem;
    padding-right: 8rem;
}

.service_box2 {
    padding-left: 6.2rem;
    padding-right: 5rem;
}

.service_box3 {
    padding-left: 5.4rem;
    padding-right: 1.6rem;
}

.service_area {
    padding: 5.5rem 0 5.5rem;
}

/* ================ Product area ============== */
.product_area {
    padding-bottom: 5.5rem;
}

.product_img {
    position: relative;
    overflow: hidden;
    border-radius: 0.8rem;
    height: 17.7rem; /* Fixed height to ensure consistency */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5; /* Light gray background when no image */
}

.product_img img {
    height: 100%;
    width: 100%;
    object-fit: cover; /* Maintain aspect ratio while covering container */
    border-radius: 0.8rem;
}

.product:hover .product_img img {
    transform: scale(1.03);
}

.favourite_btn img {
    width: 2.1rem;
}

.favourite_btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.badge {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 1.6rem;
    position: absolute;
    height: 2.8rem;
    padding: 0 2.1rem;
    left: 1rem;
    top: 1rem;
    display: flex;
    align-items: center;
    border-radius: 0;
}

.badge_green {
    background: var(--green);
}

.badge_red {
    background: var(--red);
}

.car_img {
    object-fit: cover;
    transition: 0.2s ease;
    border-radius: 0.8rem;
    max-height: 100%;
}

.product_mid {
    padding: 2.3rem 0 1.95rem;
    border-bottom: 0.1rem solid #b1b2b3;
    flex: 1; /* Take available space */
}

.product_mid ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_mid ul li p {
    line-height: 1.6;
}

.discount_price {
    position: relative;
    margin-left: 0.8rem;
}

.discount_price:after {
    height: 0.1rem;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
}

.product_bottom {
    padding-top: 2.7rem;
}

.product_bottom ul li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.product_bottom ul li img {
    width: 1.7rem;
}

.product_bottom ul {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.product_bottom ul li p {
    font-size: 1.1rem;
    font-weight: 500;
}

.product_bottom ul li .product_icon2 {
    width: 1.3rem;
}

.product {
    padding: 1.5rem 1rem 2.5rem 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 0.1rem solid var(--grey);
    border-radius: 0.8rem;
    text-decoration: none; /* Remove default link styling */
}

.product_type1 .badge,
.product_type1 .discount_price::after,
.product_type1 .current_price {
    /*display: none;*/
}

.current_price {
    font-size: 1.5rem;
}

.product_type1 .discount_price {
    margin-left: 0;
}

.right-arrow {
    width: 2.5rem;
}

.product_top_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.product_top_right:hover img {
    filter: var(--white_img);
}

/* ================ cta area ============== */
.cta_area {
    background: url(../img/cta_smoke.png) no-repeat scroll center / 136.6rem;
    margin-bottom: 9.8rem;
}

.cta_area .button {
    width: 16.4rem;
}

.text_red {
    color: var(--red);
}

/* ================ Blog area ============== */
.blog_area {
    padding-bottom: 10.5rem;
}

.blog_top h2 {
    font-weight: 900;
    line-height: 1.6;
    padding-top: 2.2rem;
    padding-bottom: 0.85rem;
}

.blog_top p {
    padding-bottom: 2.4rem;
    padding-right: 4rem;
}

.blog {
    display: grid;
    height: 51rem;
    align-content: space-between;
}

.blog_img {
    overflow: hidden;
}

.blog_img img {
    height: 26.5rem;
    object-fit: cover;
    transition: 0.25s ease;
}

.blog:hover .blog_img img {
    transform: scale(1.05);
}

/* ================ footer area ============== */
.footer_box1 h1 {
    font-size: 4.7rem;
    line-height: 5.7rem;
}

.footer_logo {
    position: absolute;
    right: 2rem;
    width: 10rem;
    bottom: -0.5rem;
}

.footer_box1 {
    position: relative;
    width: fit-content;
}

.footer_email input {
    background: transparent;
    border: 0;
    line-height: 1;
    border-bottom: 0.1rem solid #fff;
    width: 100%;
    padding: 0.5rem 0;
}

.footer_email input,
.footer_email input::placeholder {
    font-size: 1.4rem;
    color: #fff;
    font-family: var(--bodyFont);
    font-weight: 500;
}

.footer_email {
    margin-top: 4rem;
    position: relative;
}

.footer_email button {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--red);
    font-weight: 500;
}

.footer_email button:hover {
    color: var(--white);
}

.footer_section .container {
    padding-top: 9rem;
    padding-bottom: 13.5rem;
    border-top: 0.1rem solid #707070;
}

/* Ensure main content has space above the footer on mobile, so lists (e.g. auto catalog) don't visually stick to it */
@media (max-width: 991.98px) {
    .auto_katalogs_content_wrapper {
        padding-bottom: 1.5rem;
    }
    .ketalogs_tab_content {
        min-height: 705px;
    }
}

/* ============== Product slider area ================ */
.product_slider_area {
    padding-bottom: 5rem;
}

/* Vertical spacing between car cards in catalog lists */
.katalogs_tab_content .car-item {
    margin-bottom: 1rem;
}

/* Vertical gap between rows in catalog grids (desktop and mobile) */
.katalogs_tab_content .row.col_gap_24 {
    row-gap: 2.4rem;
}

/* Add bottom margin to catalog tab content to prevent overlap with footer */
.katalogs_tab_content {
    margin-bottom: 3rem;
}

.nav_slider {
    display: flex;
    flex-direction: column;
    width: 13.6rem;
    height: 44.5rem;
    overflow: auto;
    gap: 1.3rem;
}

.nav_slider::-webkit-scrollbar {
    display: none;
    scrollbar-width: 0;
}

.product_slider {
    display: grid;
    grid-template-columns: 13.6rem 1fr;
    gap: 1.9rem;
}

.Product_slider_main {
    width: 100%;
    overflow: hidden;
}

.slider_item img {
    height: 44.5rem;
    object-fit: cover;
}

.product_slider_area .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 0 1.4rem;
}

.red_text_bg {
    background: var(--red);
    padding: 1.1rem 1.3rem;
    line-height: 1.2;
    width: fit-content;
}

.product_right_btns .button {
    height: 3.5rem;
    font-size: 1.5rem;
    padding: 0 1.5rem;
}

.product_right_btns .button:not(.button_green) {
    width: 100%;
}

.product_right_btns .button.button_green {
    width: 100%;
}

.product_right_btns.d-flex.flex-column .button.button_green {
    width: 100%;
}

.product_right_btns.d-flex.flex-column .button.button_green {
    width: 100%;
}

.product_right_btns .eitem-btn,
.product_right .eitem-btn {
    width: 100%;
}

.whatsapp {
    width: 1.5rem;
}

.button_green {
    background: var(--green);
}

.product_right_forms input {
    background: transparent;
    border: 0;
    height: 4.3rem;
    padding: 0 1rem;
    border: 0.1rem solid #fff;
}

.product_right_forms {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.product_right_forms input,
.product_right_forms input::placeholder {
    font-size: 1.3rem;
    color: #ccc;
    font-weight: 700;
    font-family: var(--helvetica);
}

.product_right > .button {
    height: 5.2rem;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.product_right {
    padding: 3.45rem 2.9rem 4.2rem 2.9rem;
    border: 0.1rem solid #707070;
}

.product_right .red_text_bg {
    height: 3.9rem;
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* ============== Product slider area ================ */
.range {
    position: relative;
    height: 0.9rem;
    background: #c4c4c4;
    border-radius: 10rem;
    margin: 1.6rem 0 1rem 0;
}

.range_thumb {
    height: 0.9rem;
    background: var(--black);
    border-radius: 10rem 0 0 10rem;
    display: block;
    position: relative;
}

.range_thumb::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.7rem;
    height: 2.7rem;
    background-color: #fff;
    border-radius: 100rem;
    cursor: pointer;
    transition: background-color 0.2s;
    border: 0.7rem solid var(--black);
    right: -1.35rem;
    content: "";
}

.range_data p {
    font-size: 1.6rem;
    color: var(--black) !important;
}

.range_data .min,
.range_data .max {
    font-weight: bold;
}

.range_slides_wrap {
    background: #f2f2f2;
    padding: 5.5rem 5.8rem 17.2rem 5.8rem;
    border-radius: 0 0 0 17.1rem;
}

.range_top {
    display: flex;
    justify-content: space-between;
}

.range_slide p {
    color: var(--black);
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}

.range_form input {
    width: 100%;
    height: 4.7rem;
    background: #fff;
    padding: 0 2.5rem;
    border-radius: 0.8rem;
    border: 0;
}

.range_form input,
.range_form input::placeholder {
    font-size: 1.5rem;
    color: #5f5f5f;
    font-weight: 400;
}

.range_form .button {
    height: 5.2rem;
    background: #000000;
    width: calc(100% - 5rem);
    margin: 0 auto;
    border-radius: 0;
}

.range_form .button:hover {
    background: var(--grey);
    color: #000;
}

.range_form {
    padding: 8rem 4.3rem 8.5rem 5.3rem;
    background: var(--red);
}

.range_car {
    width: 61.295rem;
    position: absolute;
    right: -9.1rem;
    bottom: -16rem;
    pointer-events: none;
}

.range_area {
    padding-bottom: 6rem;
}

.range_slide1 {
    width: 40.7rem;
}

.range_slide2 {
    width: 31.7rem;
}

/* check box */
.checkbox {
    cursor: pointer;
    padding: 1rem 0 2.9rem;
    justify-content: center;
    display: flex;
    align-items: center;
}

.checkbox p {
    font-size: 1rem;
    font-weight: 400;
    padding-left: 0.4rem;
    text-align: left;
}

.exchange-car .checkbox.align-items-center {
    display: flex;
    align-items: center;
}

.exchange-car .checkbox.align-items-center label {
    display: flex;
    align-items: center;
    margin: 0;
}

.exchange-car .checkbox.align-items-center p {
    margin: 0;
    white-space: nowrap;
}

.exchange-car .checkbox.is-invalid p {
    color: #dc3545;
}

.check img {
    width: 1.5rem;
    opacity: 0;
}

.check {
    width: 1.7rem;
    height: 1.7rem;
    border: 0.1rem solid #aaaaaa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox.active .check img {
    opacity: 1;
}

/* ============== pardod savu page area ================ */
.pardod_hero_wrapper {
    padding-top: 14.7rem;
    padding-bottom: 7rem;
}

.pardod_hero_content h1 {
    max-width: 53rem;
    padding-bottom: 1.5rem;
}

.pardod_hero_content p {
    max-width: 46.4rem;
    font-weight: 500;
}

.pardod_hero_content .p1 {
    padding-top: 2rem;
}

.pardod_hero_img {
    position: relative;
}

.pardod_hero_img img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 70rem;
}

.pardod_service_area {
    padding-top: 0%;
}

.pardod_service_area .service_box {
    /* flex-based equal-height cards inside pardod_service_area */
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 6.5rem 1.5rem 5.5rem 3.5rem !important;
}

.pardod_service_area .service_box .service_top {
    padding-bottom: 0;
}

.pardod_service_area .service_box .service_top h2 {
    padding-top: 0;
}

.pardod_service_area .service_box .service_top p {
    font-weight: 500;
    min-height: 8.1rem;
    font-size: 1.5rem;
}

.pardod_service_area .service_box3 .service_top p {
    max-width: 23.8rem;
}

/* columns in pardod_service_area should stretch boxes to equal height */
.pardod_service_area .row {
    display: flex;
    flex-wrap: wrap;
}

.pardod_service_area .row > [class*="col-"] {
    display: flex;
}

.parfrom_heading h2 {
    padding-bottom: 1rem;
}

.pardod_input_box {
    padding-top: 1.5rem;
    line-height: 1;
}

.pardod_input_box textarea {
    height: 12.5rem;
    padding: 1.7rem 1.6rem;
    resize: none;
}

.pardod_input_box .up_label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0.1rem solid #3c3c3c;
    border-radius: 1.6rem;
    padding: 3.1rem;
    margin-top: 2rem;
}

.pardod_input_box input[type="file"] {
    display: none;
}

.pardod_input_box .up_label img {
    width: 3rem;
    margin-right: 1.25rem;
}

.pardod_form_btn {
    margin-top: 3rem;
}

.pardod_form_btn .btn_red {
    width: 12.5rem !important;
    height: 5rem !important;
    border-radius: 1.6rem;
    font-weight: 500;
}

.pardod_form_btn .btn_green {
    height: 5rem !important;
    width: 14.7rem !important;
    border-radius: 1.6rem;
    background-color: rgba(147, 209, 72, 0.85);
    font-weight: 500;
}

.pardod_form_btn .checkbox {
    padding: 0;
    margin-left: 1.6rem;
}

.pardod_form_btn .check {
    border-radius: 0.6rem;
}

.pardod_product_area {
    padding-bottom: 5.5rem;
}

/* ============== par-mums page area ================ */
.parmums_hero_wrapper {
    padding-top: 18rem;
}

.parmums_hero_content h2 {
    padding-left: 2rem;
    max-width: 43rem;
}

.parmums_kpec_wrapper {
    padding-top: 10.5rem;
}

.parmums_kpec_box {
    padding-top: 5rem;
    text-align: center;
}

.kpec_icon_wrap {
    display: flex;
    justify-content: center;
}

.kpec_icon {
    height: 8rem;
    width: 8.2rem;
    background-color: #88080b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pa2_img {
    width: 4.6rem;
}

.parmums_kpec_box h6 {
    padding: 1rem 0;
}

.parmums_kpec_box p {
    max-width: 27.5rem;
    margin-left: auto;
    margin-right: auto;
}

.parmums_kpec_box1 p {
    max-width: 29.7rem;
}

.pa3_img {
    width: 5.4rem;
}

.parmums_kpec_box2 p {
    max-width: 20.8rem;
}

.pa4_img {
    width: 5.1rem;
}

.pa5_img {
    width: 5.6rem;
}

.pa6_img {
    width: 5.2rem;
}

.pa7_img {
    width: 6.4rem;
}

.parmums_service_wrapper .service_icon1 {
    width: 3.4rem;
}

.parmums_service_wrapper .service_icon2 {
    width: 5.6rem;
}

.parmums_service_wrapper .service_area {
    padding-top: 16.7rem !important;
    padding-bottom: 0 !important;
}

.parmums_uztica_wrapper {
    padding: 17.7rem 0 23.6rem;
}

.parmums_uztica_content h2 {
    padding-bottom: 2.5rem;
}

.parmums_uztica_content p {
    max-width: 57.2rem;
}

.parmums_uztica_img1 {
    margin-left: 2.5rem;
}

.parmums_uztica_content1 {
    margin-left: 2.5rem;
}

.parmums_uztica_img2 {
    margin-top: 6rem;
}

/*kontaki page area*/
.kontaki_hero_wrraper {
    padding-top: 22rem;
}

.kontaki_content_box h2 {
    padding-bottom: 2.5rem;
}

.kontaki_tel_wrap {
    display: flex;
    align-items: center;
    padding-bottom: 2.5rem;
}

.kontaki_tel_left {
    margin-right: 3.5rem;
}

.kontaki_tel_left .k1_img {
    width: 2.1rem;
}

.k2_img {
    width: 2.3rem;
}

.kontaki_tel_left a,
.kontaki_tel_right a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    font-family: var(--bodyFont);
    display: inline-flex;
    align-items: center;
}

.kontaki_tel_left a img,
.kontaki_tel_right a img {
    margin-right: 1.7rem;
}

.kontaki_whts {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding: 1rem 2.3rem;
    background-color: rgba(147, 209, 72, 0.85);
    border-radius: 8rem;
    transition: 0.4s;
}

.kontaki_whts img {
    width: 1.4rem;
    margin-right: 0.4rem;
}

.kontaki_whts:hover {
    background: var(--red);
}

.kontaki_address {
    max-width: 35.5rem;
    width: 100%;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.46);
    padding-top: 3rem;
    margin-top: 3.2rem;
    display: flex;
    justify-content: space-between;
}

.kontaki_addres_wrap p {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    font-family: var(--bodyFont);
}

.kontaki_addres_wrap .p1 {
    padding-top: 2rem;
}

.kontaki_addres_img {
    display: flex;
    flex-direction: column;
}

.img_k4 {
    width: 5rem;
    margin-right: 1rem;
}

.img_k5 {
    margin-top: 1rem;
}

.kontaki_last_add {
    padding-top: 2.5rem;
}

.kontaki_last_add p {
    font-family: var(--bodyFont);
    font-weight: 300;
    font-size: 1.4rem;
    white-space: nowrap;
}

.kanota_addres_img {
    margin-left: 2rem;
}

.kanota_addres_img img {
    border-radius: 1.3rem;
}

.kontaki_amp {
    margin-top: 8rem;
    margin-bottom: 20rem;
}

.kontaki_amp iframe {
    height: 45rem;
    width: 100%;
    border-radius: 3.5rem;
}

/*karjera page area*/
.akrjera_hero_wrapper .pardod_hero_content h1 {
    max-width: 53.8rem;
}

.akrjera_hero_wrapper .pardod_hero_img img {
    max-width: 62.1rem;
}

.akrjera_hero_wrapper .pardod_hero_content {
    margin-top: 7.2rem;
}

.akrjera_hero_wrapper .pardod_hero_content p {
    max-width: 52.6rem;
}

.karjera_from_wrap {
    padding-bottom: 17rem;
    padding-top: 7rem;
}

.karjera_from_wrap .form_control {
    height: 5.2rem;
}

.karjera_from_wrap .pardod_input_box textarea {
    height: 13rem;
}

.karjera_from_wrap .product_right_btns .button {
    font-size: 1.5rem;
    padding: 0 6.8rem;
}

.karjera_from_wrap .checkbox .check {
    border-radius: 0.6rem;
}

.karjera_from_wrap .checkbox p {
    max-width: 20rem;
}

/*privatuma page area*/
.privatuma_heading_wrap {
    padding-top: 16rem;
}

.privatuma_heading_wrap h2 {
    padding-bottom: 2.5rem;
}

.privatuma_heading_wrap p {
    font-weight: 500;
}

.privatuma_content_box {
    padding-top: 2rem;
}

.privatuma_content_box .p1 {
    font-weight: 700;
    font-size: 1.6rem;
}

.privatuma_content_box p {
    font-weight: 500;
}

.p_top {
    padding-top: 1.6rem;
}

.p_top1 {
    padding-top: 6rem;
}

.privatuma_content_box1 {
    padding-bottom: 11rem;
}

/*testa beauciens page area*/
.testa_hero_warpper {
    padding-top: 18rem;
}

.testa_hero_content p {
    padding-top: 1rem;
}

.testa_row {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
}

.testa_row > div {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.testa_service_wrapper .service_box {
    height: 27.2rem;
    padding: 5.5rem 3.5rem;
    margin-top: 4rem;
}

.testa_service_wrapper .service_top h2 {
    padding-top: 0;
}

.testa_from_area {
    margin-top: 12.7rem;
    margin-bottom: 6.5rem;
}

.test_from_wrap {
    background-color: rgba(136, 8, 11, 0.67);
}

.testa_from_area .range_form {
    padding: 5.5rem 5rem 6.5rem 9rem;
    background-color: transparent;
}

.testa_from_area .range_form .button {
    padding: 1.6rem 3rem;
    font-size: 1.6rem;
    font-weight: 700;
}

.test_from_img {
    position: relative;
}

.test_from_img .img_ts {
    position: absolute;
    right: -3rem;
    top: -13.3rem;
    max-width: 65rem;
}

.testa_range_wrapper .range_area {
    padding-bottom: 12.6rem;
}

.img_ts2 {
    display: none;
}

/*pakalpojumi page area*/
.pakalpojumi_wrapper {
    padding-top: 26rem;
    padding-bottom: 36rem;
}

.pakalpojumi_heading {
    padding-left: 9.3rem;
    padding-bottom: 2.5rem;
}

.pakalpojumi_main_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 6rem;
}

.pakalpojumi_wrap {
    flex-basis: 25%;
}

.pakalpojumi_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
}

.pakalpojumi_img {
    height: 8rem;
    width: 8.2rem;
    background-color: #88080b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pakalpojumi_box h6 {
    padding-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.pakalpojumi_box p {
    font-weight: 500;
}

.pak1_img {
    width: 4.7rem;
}

.pak2_img {
    width: 5.2rem;
}

.pak3_img {
    width: 6.3rem;
}

.pak4_img {
    width: 6rem;
}

.pak5_img {
    width: 5.3rem;
}

.pak6_img {
    width: 5.3rem;
}

/*parliecinies kadu page area*/
.parliecinies_wrapper .cta_area {
    margin-bottom: 12rem;
    margin-top: 20rem;
}

/*lizing page area*/
.lizing_hero_wrapper {
    padding-top: 21rem;
    padding-bottom: 10.2rem;
}

.lizing_hero_img {
    position: relative;
}

.lizing_hero_img .li1_img {
    position: absolute;
    right: 0;
    top: -4.3rem;
    width: 59.2rem;
}

.lizing_hero_content h1 {
    padding-bottom: 2rem;
}

.lizing_hero_content p {
    max-width: 37.3rem;
    padding-bottom: 1.9rem;
}

.lizing_accordion_wrapper .accordion_box {
    padding: 3.2rem 3.7rem 3.2rem 4rem;
    border: 0.1rem solid rgba(196, 196, 196, 0.67);
    border-radius: 0.8rem;
    background-color: transparent;
    margin-top: 3.5rem;
}

.lizing_accordion_wrapper .accordion_box .accordion-header {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.lizing_hide_btn {
    width: 20rem;
    height: 4.9rem;
    padding: 1.6rem 7rem;
    border-radius: 1.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    display: none;
    line-height: 1;
}

.img_ic1 {
    display: none;
    width: 3.5rem;
}

.lizing_show_btn {
    display: block;
}

.lizing_accordion_wrapper .accordion_box .accordion-header .button {
    background-color: var(--green);
}

.lizing_accordion_wrapper .accordion_box .accordion-header button {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 2rem;
    color: #fff;
    font-weight: 800;
    font-family: var(--titleFont);
}

.lizing_accordion_wrapper .accordion_box .accordion-header button .sp1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    height: 3.9rem;
    width: 3.9rem;
    border-radius: 50%;
    background-color: #88080b;
    font-family: var(--bodyFont);
    font-weight: 500;
    line-height: 1;
    padding-bottom: 1rem;
    margin-right: 0.7rem;
}

.lizing_accordion_wrapper .accordion_box .accordion-header button:focus {
    box-shadow: none;
}

.lizing_accordion_wrapper
.accordion_box
.accordion-header
.accordion-button::after {
    display: none;
}

.lizing_accordion_wrapper .accordion {
    --bs-accordion-border-width: 0rem !important;
}

.lizing_form .form_control {
    height: 5.2rem;
}

.lizing_form .pardod_input_box .nice-select {
    float: none;
    height: 5.2rem;
    line-height: 3.6;
}

.lizing_form .pardod_input_box .nice-select:hover {
    border-color: rgba(112, 112, 112, 0.43);
}

.lizing_form .nice-select:after {
    height: 1.1rem;
    width: 1.1rem;
    right: 2.1rem;
}

.lizing_form .pardod_form_btn .product_right_btns {
    justify-content: flex-end;
}

.lizing_form .pardod_form_btn {
    margin-top: 4.8rem;
}

.lizing_form .pardod_form_btn .product_right_btns .button {
    width: 20.1rem !important;
    font-weight: 700 !important;
    font-size: 1.4rem;
}

.lizing_accordion_wrapper .accordion-body {
    padding: 1rem 0rem 0rem 0rem;
}

.lizing_form_text {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    padding-top: 1rem;
}

.acc_item_check_wrap {
    display: flex;
    align-items: center;
    padding: 3.5rem 0;
}

.acc_select_box .nice-select {
    background-color: transparent;
    border: none;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
}

.acc_select_box .nice-select::after {
    right: 1.1rem;
}

.acc_item_check {
    margin-left: 4rem;
}

.acc_item_check .checkbox {
    padding: 0;
}

.acc_item_check p {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
}

.acc_item_check .check {
    height: 2.3rem;
    width: 2.3rem;
    margin-left: 1rem;
    border-radius: 0.2rem;
}

.lizing_form .pardod_form_btn .btn1 {
    width: 20.1rem;
    background: #c4c4c4;
    height: 5rem;
    color: #000000;
}

.lizing_form1 .pardod_form_btn .product_right_btns {
    justify-content: space-between;
}

.acc_item3_check_wrap_main {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 0.7rem;
}

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

.acc_item3_check_wrap .lizing_form_text {
    padding-top: 0;
    padding-right: 1.2rem;
}

.acc_item3_check_wrap .checkbox {
    padding: 0;
}

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

.acc_item3_check p {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
}

.acc_item3_check .check {
    height: 1.9rem;
    width: 1.9rem;
    margin-left: 1rem;
    position: relative;
    margin-right: 3rem;
}

.acc_item3_check .check::before {
    position: absolute;
    content: "/";
    right: -2.4rem;
    top: 0.2rem;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.acc_item3_check .checkbox1 .check::before {
    display: none;
}

.acc_item3_check_wrap1 {
    margin-left: 2.5rem;
}

.lizing_accordion_wrapper {
    padding-bottom: 12.3rem;
}

.lizing_accordion_wrapper1 {
    padding-bottom: 6.2rem !important;
}

.lizing_form_row {
    margin-left: -1.35rem;
    margin-right: -1.35rem;
}

.lizing_form_row > div {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
}

.lizing_form .up_label {
    margin-top: 0;
    padding: 1.5rem;
    height: 5.2rem;
    color: #fff;
    font-weight: 700;
}

.lizing_footer_section {
    border-top: none;
    padding: 0;
}

.lizing_form .up_label span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 600;
}

.lizing_range_wrap {
    margin-top: 2rem;
}

.lizing_range_wrap .range_slides_wrap {
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
}

.lizing_range_wrap .range_slide p {
    color: #fff !important;
}

.lizing_range_wrap .range_thumb {
    background-color: #88080b !important;
}

.lizing_range_wrap .range_thumb::before {
    border-color: #88080b !important;
}

.lizing_range_wrap .range_slide2 {
    width: 38.3rem;
    margin-left: 8rem;
}

.lizing_from_btn p {
    color: #fff;
}

.lizing_from_btn .check {
    border-radius: 0.6rem;
    height: 2.1rem;
    width: 2.1rem;
}

.lizing_from_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lizing_from_btn .checkbox {
    margin-top: 1.2rem;
}

.lizing_accordion_wrapper1 {
    padding-bottom: 6.2rem !important;
}

.lizing_text_wrap {
    padding-bottom: 10.9rem;
}

.lizing_text_wrap h1 {
    max-width: 95rem;
}

.lizing_btn1 {
    padding-bottom: 2.8rem;
}

.lizing_btn2 {
    margin-top: 6rem !important;
    padding-bottom: 4.8rem;
}

.lizing_btn3 {
    padding-bottom: 1.8rem;
}

.lizing_btn4 {
    margin-top: 7.7rem !important;
    padding-bottom: 5.8rem;
}

.lizing_btn5 .product_right_btns {
    align-items: flex-start !important;
    padding-bottom: 3.8rem;
}

/*rezults page area*/
.rezults_hero_wrapper {
    padding-top: 19rem;
}

.rezults_hero_wrapper .product {
    margin-top: 3.7rem;
}

.result_product_btn {
    padding-top: 2.7rem;
}

.result_product_btn a {
    width: 100% !important;
    margin-left: 0;
}

.result_product_btn .button_green {
    background: rgba(147, 209, 72, 0.85);
    margin-bottom: 1.3rem;
}

.results_add_box {
    height: 46.5rem;
    border: 0.1rem solid var(--grey);
    border-radius: 0.8rem;
    margin-top: 3.4rem;
    padding: 7.3rem 3rem 3rem 4rem;
    position: relative;
}

.results_add_box h2 {
    padding-bottom: 2.5rem;
}

.results_add_box .img_cr1 {
    position: absolute;
    right: 0;
    bottom: 3.3rem;
    width: 24.6rem;
}

.results_range_area {
    margin-top: 11.2rem;
}

.red_btn1 {
    margin-top: 1.3rem;
}

/*auto piegade page area*/
.auto_hero_wrapper {
    padding-top: 17rem;
}

.auto_hero_content_wrap {
    position: relative;
}

.auto_hero_content_wrap .img_au1 {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 59.5rem;
}

.auto_hero_content {
    padding-top: 7rem;
}

.auto_hero_content h1 {
    max-width: 48.2rem;
    padding-bottom: 1.6rem;
}

.auto_hero_content p {
    max-width: 46.3rem;
}

.auto_katas_wrapper {
    padding-top: 15rem;
}

.auto_katas_box {
    margin-top: 4.5rem;
}

.auto_katas_icon {
    height: 6.5rem;
    width: 6.5rem;
    background-color: #88080b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8rem;
}

.auto_katas_icon p {
    font-size: 4.4rem;
    color: #fff;
    font-family: var(--titleFont);
    font-weight: 800;
}

.auto_katas_content span {
    font-size: 1.6rem;
    font-weight: 800;
}

.auto_katas_content p {
    font-size: 1.4rem;
    font-weight: 500;
    max-width: 23.7rem;
}

.auto_tab_wrapper {
    padding-top: 10rem;
}

.auto_nav_pills_wrap ul {
    margin-top: 2rem;
}

.auto_nav_pills_wrap ul li a {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 700;
    font-family: var(--bodyFont);
    position: relative;
    padding: 0 0 0 3.9rem;
    cursor: pointer;
}

.auto_nav_pills_wrap ul li a::before {
    position: absolute;
    content: "";
    height: 2.7rem;
    width: 2.7rem;
    border-radius: 50%;
    border: 0.2rem solid #88080b;
    left: 0;
    top: 0;
    background-color: #fff;
}

.auto_nav_pills_wrap ul li a:hover {
    color: #fff !important;
}

.auto_nav_pills_wrap ul li a.active {
    background-color: transparent !important;
    color: #fff !important;
}

.auto_nav_pills_wrap ul li:first-child {
    margin-right: 4rem;
}

.auto_nav_pills_wrap ul li a.active:after {
    position: absolute;
    content: "";
    height: 1.7rem;
    width: 1.7rem;
    background-color: #88080b;
    border-radius: 50%;
    left: 0.5rem;
    top: 0.5rem;
}

.auto_tab_content {
    padding-top: 3.4rem;
}

.auto_tab_heading1 {
    padding-bottom: 7.8rem;
}

.auto_tab_form .pardod_input_box .nice-select:after {
    right: 1.7rem;
}

.auto_tab_form .pardod_input_box input,
.auto_tab_form .pardod_input_box .nice-select {
    height: 5.2rem;
    line-height: 3.5;
}

.auto_form_btn {
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
}

.auto_form_btn .button {
    height: 4.9rem !important;
    width: 18.2rem !important;
    font-weight: 700;
    font-size: 1.4rem;
}

.auto_form_btn .checkbox .check {
    border-radius: 0.6rem;
    height: 2.1rem;
    width: 2.1rem;
}

.auto_form_btn .checkbox p {
    font-size: 1.2rem;
}

.auto_tab_row {
    margin-left: -1.8rem;
    margin-right: -1.8rem;
}

.auto_tab_row > div {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

.auto_product_area {
    padding-top: 12rem;
    padding-bottom: 0;
}

.auto_accordion_wrapper .accordion_box {
    padding: 1.6rem 2.6rem 0.8rem 1.7rem !important;
}

.auto_accordion_wrapper .accordion_box button .sp1 {
    font-size: 4rem !important;
    line-height: 1 !important;
    margin-right: 1.1rem !important;
}

.auto_accordion_wrapper .accordion_box button .sp_lizing {
    font-size: 1.6rem;
    font-weight: 800;
    font-family: var(--titleFont);
}

.auto_accordion_content P {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding-top: 1.3rem;
    max-width: 30.7rem;
    padding-bottom: 1.2rem;
}

.auto_accordion_wrapper button::before {
    position: absolute;
    content: "";
    background-image: url(../img/au2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 1rem;
    width: 1.8rem;
    right: 0rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.auto_accordion_wrapper button[aria-expanded="true"]::before {
    background-image: url(../img/au3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*pasuti savu auto page area*/
.pasuti_hero_wrapper {
    padding-top: 14rem;
}

.pasuti_hero_content_wrap {
    position: relative;
}

.pasuti_hero_content_wrap .pv1_img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 54.1rem;
}

.pasuti_content {
    padding-top: 6.8rem;
}

.pasuti_content h1 br {
    display: none;
}

.pasuti_content h1 {
    max-width: 47rem;
}

.pasuti_tab_wrapper {
    margin-top: 6rem;
}

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

.pasuti_link {
    display: inline-flex;
    align-items: center;
}

.pasuti_link img {
    width: 2.55rem;
    margin-left: 0.85rem;
}

.pasuti_tab_nav_wrap ul li a {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    border-radius: 1.6rem !important;
    background-color: #88080b !important;
    text-align: center;
    height: 7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
}

.pasuti_tab_nav_wrap ul li a.active,
.pasuti_tab_nav_wrap ul li a:hover {
    background-color: #fff !important;
    color: #000000 !important;
}

.pasuti_tab_nav_wrap ul li:first-child {
    margin-right: 3rem;
}

.pasuti_tab_nav_wrap ul li:first-child a {
    width: 41.5rem;
}

.pasuti_tab_nav_wrap ul li:last-child a {
    width: 40.5rem;
}

.pasuti_tab_content .pardod_input_box textarea {
    height: 12.4rem;
    border: 0.1rem solid rgba(112, 112, 112, 0.43);
    border-radius: 1.6rem;
    width: 100%;
    background-color: transparent;
    color: #fff;
}

.pasuti_tab_content .pardod_input_box textarea::placeholder {
    color: #fff;
}

.pasuti_form_btn {
    margin-top: 2.5rem !important;
}

.pasuti_form_btn .button {
    font-size: 1.4rem;
    font-weight: 700 !important;
}

.pasuti_form_btn p {
    max-width: 21rem;
}

.pasuti_tab_content {
    padding-top: 7rem;
}

.pasuti_range_area {
    padding-bottom: 16rem;
}

.pasuti_service_area .service_area {
    padding-top: 0 !important;
}

.pasuti_service_area .service_box {
    height: 27.23rem;
}

.pasuti_service_area .service_box1 {
    padding: 4.5rem 1.7rem 5.5rem 3.5rem;
}

.pasuti_service_area .service_box1 p {
    max-width: 31rem;
}

.pasuti_service_area .service_icon2 {
    width: 5.4rem;
}

.pasuti_service_area .service_icon2 p {
    max-width: 31rme;
}

.pasuti_service_area .service_box2 {
    padding: 4.5rem 1.5rem 5.5rem 2.5rem;
}

.pasuti_service_area .service_box3 {
    padding: 4.5rem 2.8rem 5.5rem 4.8rem;
}

.pasuti_service_area .service_box3 p {
    max-width: 22.8rem;
}

.pasuti_contact_area {
    padding-top: 9.7rem;
    padding-bottom: 7.2rem;
}

/*auto maina page area*/
.maina_hero_area {
    padding-top: 17.8rem;
}

.main_hero_content_wrap {
    position: relative;
}

.ma1_img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 63.8rem;
}

.maina_hero_content h1 {
    max-width: 57.2rem;
}

.maina_hero_content p {
    max-width: 46.4rem;
    padding-top: 1.6rem;
}

.maina_auto_katas_area {
    padding-top: 9rem !important;
}

.maina_form_area {
    padding-top: 14.9rem;
}

.maina_product_area {
    padding-bottom: 5.5rem !important;
}

.maina_range_area {
    padding-bottom: 12.1rem;
}

/*upload img*/

.upload__inputfile {
    /* width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;*/
}

.upload__btn {
    /*display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;*/
}

.upload__btn:hover {
    /*background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;*/
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

.upload__img-box {
    height: 8.7rem;
    width: 12.2rem;
    margin: 0 1rem 1.2rem 0;
}

.upload__img-close {
    position: absolute;
    top: 0.5rem;
    right: 0.6rem;
    z-index: 1;
    cursor: pointer;
    background-image: url(../img/ma3.svg);
    height: 2.8rem;
    width: 2.8rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 8.7rem;
    width: 12.2rem;
    border-radius: 0.8rem !important;
}

/*kads tips area*/
.kads_tips_wrapper {
    padding-top: 20.5rem;
    padding-bottom: 17.5rem;
}

.tips_item_row {
    display: flex;
}

.tips_item_col1 {
    max-width: 73.4rem;
    width: 100%;
}

.tips_item_col2 {
    max-width: 41rem;
    width: 100%;
}

.kads_tips_img {
    width: 100%;
}

.kads_tips_img img {
    width: 73.4rem !important;
    height: 50.6rem;
    object-fit: cover;
}

.tips_list {
    display: flex;
    align-items: center;
    width: 100%;
}

.kads_tips_content {
    padding: 7rem 3.2rem 3rem 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tips_list li {
    margin-top: 1.2rem;
    margin-right: 1.2rem;
}

.tips_list li:last-child {
    margin-right: 0;
}

.tips_list li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 9.5rem;
    background-color: rgba(255, 255, 255, 0.19);
    padding: 0.8rem;
    transition: 0.4s;
    font-size: 1.4rem;
    font-weight: 600;
    height: 3.3rem;
}

.tips_btn_list .a1:hover,
.tips_list li a:hover {
    background-color: #88080b;
}

.tips_lisg_bg {
    width: 12.4rem !important;
}

.tips_row {
    background-color: rgba(22, 26, 29, 0.68);
}

.kads_tips_content h2 {
    text-align: center;
    max-width: 21rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
    padding-bottom: 2rem;
}

.tips_btn_list {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tips_btn_list .a1 {
    background-color: rgba(255, 255, 255, 0.17);
    padding: 0.8rem;
    display: inline-flex;
    text-align: center;
    width: 100%;
    color: #fff;
    justify-content: center;
    transition: 0.4s;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1.5rem;
    transition: 0.4s;
}

.tips_btn_list .button {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 3rem;
}

.tips_btn_list .a3 {
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 600;
}

.tips_btn_list .a3 img {
    margin-right: 1.2rem;
    width: 2.5rem;
}

.tips_carousel .owl-dots {
    position: absolute;
    right: 5.7rem;
    top: 2.5rem;
}

.tips_carousel .owl-dot {
    height: 0.6rem;
    width: 6.7rem;
    background: #353535;
    border-radius: 1rem;
    margin-right: 0.6rem;
}

.tips_carousel .owl-dot:last-child {
    margin-right: 0;
}

.tips_carousel .owl-dot.active {
    background-color: #88080b;
}

.tips_range_box .range_thumb {
    background: #fff !important;
}

.tips_range_box .range_thumb::before {
    background-color: #000 !important;
    border-color: #fff !important;
}

.tips_range_box .range_slide {
    width: 31rem !important;
}

.tips_range_box .range_slide p {
    color: #fff !important;
    font-size: 1.6rem;
    color: #fff !important;
}

.tips_h2 {
    max-width: 33rem !important;
    padding-bottom: 3rem !important;
}

.tips_item_two {
    text-align: center;
    padding-top: 1.5rem;
}

.tips_item_two p {
    font-size: 1.6rem;
    font-weight: 500;
}

.kads_tips_content1 .tips_btn_list .button {
    margin-top: 2.3rem;
}

.tips_range_box .update_num {
    display: none !important;
}

.tips_range_box .pl_5 {
    display: none;
}

.kads_tips_content2 h2 {
    max-width: 59.2rem;
}

.item3_p {
    width: 100%;
    text-align: left;
    padding-top: 2rem;
}

.item3_p p {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 800;
    line-height: 1.2;
    font-family: var(--titleFont);
}

.tips_list_wrap {
    height: 17.1rem;
    overflow: auto;
}

.tips_list_wrap ul li a {
    text-align: center;
    line-height: 1;
}

.tips_list_wrap .simplebar-scrollbar::before {
    background-color: #fff;
    opacity: 1;
    width: 0.8rem;
    height: 4.4rem;
    right: 0;
    left: auto;
}

.tips_list_wrap .simplebar-track.simplebar-vertical {
    width: 0.6rem !important;
    background-color: #353535 !important;
    border-radius: 0.3rem !important;
}

/*single auto page area*/
.single_auto_hero_wrapper {
    padding-top: 20rem;
}

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

.single_auto_heading a {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.img_sin1 {
    width: 2.5rem;
    margin-right: 1.2rem;
}

.single_auto_heading a:hover .img_sin1 {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(6723%) hue-rotate(238deg) brightness(131%) contrast(93%);
}

.single_auto_hero_wrapper .product_bottom {
    padding-top: 1.5rem;
}

.single_auto_slider {
    padding-top: 5rem;
}

.single_auto_slider .product_slider {
    display: flex !important;
    flex-direction: column !important;
}

.single_auto_slider .product_slider .nav_slider {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    height: 100px !important;
    width: auto !important;
    gap: 1.4rem;
}

.single_auto_slider .slider_item img {
    height: 52.6rem;
}

.single_auto_slider .nav_slider a img {
    width: 18rem;
}

.single_auto_slider .Product_slider_main .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.35rem;
}

.single_auto_slider .Product_slider_main .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.35rem;
}

.single_auto_tab_nav {
    display: flex;
    justify-content: space-between;
    margin-top: 4.5rem;
}

.single_auto_tab_nav ul li {
    margin-right: 1.8rem;
}

.single_auto_tab_nav ul li a {
    font-size: 1.5rem;
    color: #000000 !important;
    font-weight: 300;
    width: 16.1rem;
    background-color: rgba(255, 255, 255, 0.87) !important;
    height: 3.5rem;
    border-radius: 8rem !important;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
}

.single_auto_tab_nav ul li a:hover,
.single_auto_tab_nav ul li a.active {
    background-color: #88080b !important;
    color: #fff !important;
}

.img_sin5 {
    width: 3.2rem;
}

.auto_oprak_box {
    background-color: rgba(22, 26, 29, 0.67);
    border: 0.1rem solid #c4c4c4;
    border-radius: 0.8rem;
    padding: 5.5rem 2.5rem 9rem 4rem;
    margin-top: 3rem;
    height:319px;
}

.auto_oprak_box p {
    max-width: 71.4rem;
    padding-top: 1.5rem;
}

.aprik_check_box {
    background-color: rgba(22, 26, 29, 0.67);
    border: 0.1rem solid #c4c4c4;
    padding: 4rem 3rem 8.4rem 3.5rem;
    border-radius: 0.8rem;
    margin-top: 3.4rem;
}

.aprik_heading h6 {
    padding-bottom: 2rem;
}

.aprik_checkbox_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.aprik_checkbox_wrap .checkbox {
    margin-top: 1.2rem;
    padding: 0;
}

.aprik_checkbox_wrap .checkbox p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
}

.aprik_checkbox_wrap .checkbox .check {
    border-color: #08882f;
    border-radius: 0.3rem;
}

.aprik_checkbox_wrap .checkbox.active .check {
    background: #08882f;
}

.single_eur_box .product_right {
    border-radius: 2.1rem;
    background-color: rgba(22, 26, 29, 0.67);
    margin-top: 5rem;
}

.single_eur_box .button_green {
    background-color: #93d148 !important;
}

.single_left_btn {
    margin-top: 1rem;
}

.single_left_btn a {
    height: 4.5rem;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 1.5rem;
}

.single_left_btn .a1 {
    margin-top: 2.7rem !important;
}

.single_kopsa_box_wrap {
    padding: 2.5rem 2.8rem 2.5rem;
    border-radius: 0.87rem;
    background-color: rgba(22, 26, 29, 0.67);
    border: 0.1rem solid #c4c4c4;
    margin-top: 3.5rem;
}

.single_kopsa_box {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

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

.single_kopsa_icon {
    margin-right: 0.75rem;
    width: 1.9rem;
}

.img_sin6 {
    width: 1.9rem;
}

.single_kopsa_box_left p {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    min-width: 11.7rem;
    margin-right: 2.5rem;
}

.single_kopsa_box_right p {
    font-size: 1.4rem;
    font-weight: 500;
}

.img_sin8 {
    width: 1.8rem;
}

.img_sin9 {
    width: 1.4rem;
}

.img_sin11 {
    width: 1.75rem;
}

.single_kopsa_box_right p {
    display: flex;
    align-items: center;
}

.single_kopsa_box_right p img {
    width: 1.3rem;
    margin-left: 0.5rem;
}

.single_car_box .results_add_box {
    height: 42.8rem;
}

.single_auto_lapa_range_area {
    margin-top: 6rem !important;
    padding-bottom: 21.4rem;
}

.sin_row {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.sin_row > div {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.single_car_box .results_add_box img {
    right: auto;
    left: 3.2rem;
    width: 24.6rem;
}

.single_car_box .results_add_box a {
    border-radius: 8rem;
}

/*auto katalogs page area*/
.auto_katalogs_hero_wrapper {
    padding-top: 18.5rem;
}

.auto_katalogs_hero_content {
    position: relative;
}

.auto_katalogs_hero_content .img_kt1 {
    position: absolute;
    right: 0;
    top: -4.7rem;
    max-width: 55.4rem;
}

.auto_katalogs_content_wrapper {
    padding-top: 8rem;
}

.katalogs_accordion_box {
    padding: 1.5rem 1.6rem;
    border-radius: 1.6rem !important;
    border: 0.1rem solid rgba(255, 255, 255, 0.16) !important;
    background-color: transparent;
    margin-top: 1.3rem;
}

.katalogs_accordion_box button {
    background-color: transparent !important;
    padding: 0;
    font-size: 1.4rem !important;
    color: #fff !important;
    font-weight: 300 !important;
    border-bottom: none;
    box-shadow: none !important;
}

.katalogs_accordion_box button:focus {
    box-shadow: none;
}

.katalogs_accordion_box button::after {
    color: #fff !important;
    height: 1rem !important;
    width: 1.4rem !important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(102%) contrast(104%) !important;
}

.katalogs_accordion_box .accordion-body {
    padding: 0;
}

.katalogs_accordion_content {
    margin-top: 1.2rem;
    padding-bottom: 0.5rem;
    border-top: 0.1rem solid #707070;
}

.katalogs_acc_box {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.katalogs_acc_box1 {
    margin-top: 2rem;
}

.katalogs_acc_box p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.katalogs_acc_box .p2 {
    font-weight: 300;
}

.red_p {
    color: #88080b !important;
}

.katalogs_check_box {
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
}

.katalogs_check_box .checkbox {
    padding: 0;
}

.katalogs_check_box .checkbox .check {
    border-radius: 0.4rem;
}

.katalogs_check_box .checkbox.active .check {
    background-color: #88080b;
    border-color: #88080b;
}

.katalogs_check_box .checkbox p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.katalogs_check_box .p1 {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
}

.katalogs_acc_a a {
    font-size: 1.4rem;
    color: #88080b;
    font-weight: 700;
    text-decoration: underline !important;
    line-height: 1;
    margin-top: 1rem;
    display: inline-block;
}

.katalogs_acc_a a:hover {
    color: #fff;
}

.katalogs_accordion_box button[aria-expanded="true"] {
    font-weight: 700 !important;
}

.katalogs_main_tab_wrap .single_auto_tab_nav ul li a {
    width: 40.5rem !important;
    height: 7rem;
    border-radius: 1.6rem !important;
    font-size: 2rem !important;
    font-weight: 600;
}

.katalogs_tab_content .product {
    background-color: rgba(22, 26, 29, 0.65);
}

.katalogs_tab_box {
    background-color: rgba(22, 26, 29, 0.65);
    border: 0.1rem solid var(--grey);
    border-radius: 0.8rem;
    height: 35.5rem;
    padding: 7.3rem 1.7rem 0 2.3rem;
}

.katalogs_tab_box h2 {
    max-width: 22.9rem;
    padding-bottom: 2rem;
}

.katalogs_tab_box .button {
    height: 3.5rem;
    width: 16rem !important;
}

.katalogs_product_wrap .product {
    position: relative;
}

.katalogs_product_wrap .product::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(22, 26, 29, 0.44) !important;
    left: 0;
    top: 0;
    z-index: 1;
}

.katalogs_product_wrap .product_img span {
    z-index: 2;
    background: #c4c4c4 !important;
    color: #000 !important;
}

.kaktalogs_carbox .results_add_box {
    height: 35.5rem !important;
    margin-top: 0 !important;
    padding: 3.5rem 2rem 0 3rem;
}

.kaktalogs_carbox .results_add_box .button {
    height: 3.5rem !important;
    width: 16rem !important;
}

.kaktalogs_carbox .results_add_box img {
    right: 0;
    bottom: 0;
    width: 24.6rem;
}

.katalogs_product_btn {
    text-align: center;
    margin-top: 5.2rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.kaktalogs_carbox .results_add_box,
.katalogs_tab_box,
.katalogs_tab_content .product {
    margin-top: 2.3rem !important;
}

.katalogs_nice_select .nice-select {
    width: 10rem;
    border-radius: 8rem;
    height: 3.5rem;
    line-height: 2.5;
}

.autokatalogs_testa_form_area {
    margin-top: 19rem;
    margin-bottom: 14rem;
}

.autokatalogs_testa_form_area .test_from_wrap {
    height: 26.9rem;
    background-color: #88080b;
    padding: 4.5rem 0 0 8rem;
}

.autokatalogs_testa_form_area .test_from_wrap h4 {
    max-width: 43rem;
}

.autokatalogs_testa_form_area .test_from_wrap .button {
    background: #000;
    color: #fff;
    height: 5.2rem;
    width: 27.6rem;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 1.7rem;
    transition: 0.4s;
}

.autokatalogs_testa_form_area .test_from_wrap .button:hover {
    background-color: #fff;
    color: #000;
}

.autokatalogs_testa_form_area .test_from_img .img_ts {
    max-width: 65rem;
}

.autokatalogs_testa_form_area .test_from_img .img_ts {
    max-width: 66rem;
    top: -17.3rem;
}

/* ========= Update ========== */
.formfields {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
}

.formfields input:hover, .formfields input:focus {
    border-color: #fff;
}

.formfields .nice-select::after {
    right: 1.5rem;
    opacity: 0.75;
}

.formfields .current {
    color: #fff;
}

.list {
    width: 100%;
}

/* Special Offer Section */
.special-offer-section {
    padding: 40px 0;
    background-color: #f8f9fa;
    margin-bottom: 40px;
}

.special-offer-car {
    display: flex;
    gap: 30px;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.car-image {
    flex: 0 0 40%;
}

.car-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.car-details {
    flex: 1;
}

.car-details h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.car-details .year {
    color: #666;
    margin-bottom: 15px;
}

.car-details .price {
    margin-bottom: 20px;
}

.car-details .original-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
}

.car-details .special-price {
    color: #e74c3c;
    font-size: 24px;
    font-weight: bold;
}

.countdown-timer {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.time-block {
    background: #333;
    color: white;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    min-width: 80px;
}

.time-block span {
    display: block;
}

.time-block .hours,
.time-block .minutes,
.time-block .seconds {
    font-size: 24px;
    font-weight: bold;
}

.time-block .label {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}

.countdown-timer .expired {
    color: #e74c3c;
    font-size: 18px;
    font-weight: bold;
}

/* Hero slider buttons z-index fix */
.hero_slide .content .button {
    position: relative;
    z-index: 10;
}
