/* Section - Slider  {START} */

.video-slider {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}
@media(min-width:1630px){
    .container,.myContainer,.wrapper,.about-container{
        max-width:1600px !important;
    }
    .new-products+div .blog-rightCard{max-width:48% !important;}
    .new-masthead h1{font-size:min(6vw, 99px) !important;}
    .nav-links a,.lang-select,.lang-select+p{font-size:16px !important;}
    .ok-mail{font-size:18px !important ;}
    .serviceBg .blog-rightCard{max-width:32.6% !important;}
    .PartnyorA{width:25% !important;}
    .myContainerServices{max-width:1365px !important;}
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* karartma efekti */
    z-index: 0;
}

.slides-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    position: absolute;
    top: 35%;
    left: 10%;
    color: white;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}

.content h1 {
    font-size: 3em;
}

.content p {
    font-size: 1.5em;
    margin-top: 10px;
}

.arrow {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    user-select: none;
    transform: translateY(-50%);
}

.arrow.left {
    left: 20px;
}

.arrow.right {
    right: 20px;
}

.dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 100;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    opacity: 0.5;
    cursor: pointer;
}

.dot.active {
    opacity: 1;
    background: #0046ad;
}

/* Section - Slider  {END} */




/* Section - Üstünlüklər */

.Title h1 {
    font-weight: 700;
}

.advantages_bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
    border-radius: 0px 0px 70px 70px;
}
.advantages_cardsMain{justify-content:center;}


.advantages_card {
    max-width: 264px;
    width: 100%;
    border-radius: 1rem;
    flex-direction:column;
    
}

.advantages_img {
    background-color: #092F53;
    padding: 11px;
    border-radius: 15px;

}

.advantages_title {
    width: 100%;
    max-width: 221px;

    h1 {

        font-size: 19px !important;
        font-weight: 700;
        text-align:center;
    }

    p {
        font-size: 14px;
        color: #454f5b;
        text-align:center;
    }
}




/* Section - Üstünlüklər */






/* Section - Məhsul kateqoriyaları  - {START} */

.tab {
    max-width: 395px;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    transition: background 0.3s;

    h6 {
        font-weight: 500;
        font-size: 30px;
    }
}

.active {
    border-radius: 8px;
    background-color: #dadada;
}




.tabRelationImageContainer {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease-in-out;
}



/* Section - Məhsul kateqoriyaları  - {END} */






/* Section - Haqqimizda {START} */

.aboutTopMain {
    h1 {
        padding: 0px 0px 34px;
        position: relative;
    }

    h1:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0px;
        width: 50px;
        background: #8497A9;
        height: 3px;
    }
}

.aboutLeft {
    max-width: 395px;
}

@media (max-width: 768px) {
.aboutLeft
 {
    max-width: 100%;
}


}

.aboutLeftButton {
    width: 172px !important;
    border: 1px solid #092F53;
    padding: 10px 20px;
    background-color: transparent !important;
    color: #092F53;
    transition: all 0.3s ease;
}

.aboutLeftButton:hover{
    transition: all 0.3s ease;
    i{
        margin-left:10px;
        transition: all 0.3s ease;
    }
}

.aboutRight {
    max-width: 800px;
}

.aboutImageTop {
    max-width: 500px;
    max-height: 300px;
    width: 100%;
    height: 100%;
}

.image-card {
    height: 100%;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    position: relative;
}





.image-card img {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease, filter 0.3s ease;
    transform: scale(1);
    object-fit: cover;
}

.image-card:hover img {
    transform: scale(1.05);
    filter: brightness(0.7);
}


.image-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* Hafif dış gölge */
}


.image-card .label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #e60023;
    color: white;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}





/* Section - Haqqimizda {END} */


/* Section - Blog {START} */

.bloqTitle h1 {
    font-size: 30px !important;
    font-weight: 700;
}

.bloqButton {
    padding: 10px 20px;
    border-radius: 40px;
    color: white;
    background-color: black;
}

.blog-LeftCard {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    max-width: 352px;
    width: 100%;

    picture {
        height: 430px;
    }

    img {
        max-width: 100%;
        border-radius: 16px;
        height: 100%;
        object-fit: cover;
    }

    h2 {
        font-size: 1.5rem;
        letter-spacing: -0.72px;
        font-weight: 600;
    }
}

.blog-leftCardFooter {
    display: flex;
    justify-content: space-between;


}

.blog-detail {
    position: relative;
    font-weight: 500;

}

.blog-detail::after {
    content: "";
    position: absolute;
    background: url(/assets/img/arrow-red.svg) no-repeat 50% 50%;
    background-color: #fff;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    right: -3.5rem;
    transition: all 0.3s ease;
    transform: translateY(-50%);

}


.blog-date {
    color: #B5B5B5;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.blog-rightCard {
    position: relative;
    max-width: 389px;
    height: 303px;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    box-shadow: inset 1000px 20px 20px 20px #00000085;
    background-position: center;
    transition: .5s all ease;

    h3 {
        color: white;
        transition: color 0.3s ease;
    }


    .blog-detail {
        color: white;
    }

    &:hover h3 {
        color: #000000;
    }

    &:hover .blog-detail {
        color: #000000;
    }

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        transition: background-color 0.5s ease;
        z-index: 1;

    }

    &:hover::before {
        background-color: #F5F5F5;

        h3 {
            color: black;
        }
    }

    * {
        position: relative;
        z-index: 2;
    }
}



@media only screen and (max-width: 830px) {
    .blogMain {
        flex-wrap: wrap;
    }

    .blog-LeftCard {
        max-width: 100% !important;
    }

    .blog-rightCard {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1252px) {

    .blog-rightCard {
        max-width: 100%;
    }
}

/* Section 5 - Blog {END} */




/* Section 6 - Partnyorlar {START} */

.partnerCard {
    max-width: 280px;
    width: 100%;
    padding: 20px;
    border: 1px solid #E6E7E7;
    background-color: #FBFCFC;
}

.partnerCard:hover {
    box-shadow: 0px 0px 10px 0px #00000085;

}

.partnerCard img {
    width: 50px;
    object-fit: contain;
}

.partnerDate {
    color: #A6A6A6;
    font-size:12px;
}

.partnerText {
    min-height: 70px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
}



.PartnyorA{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-top: -1px;
    position: relative;
    border: 1px solid rgba(40, 40, 40, .1);
    height: 138px;
    width: 288px;
}

.PartnyorA img{
    filter: grayscale(100%);
    margin: 0 16px;
    max-height: 90px;
    max-width: 130px;
    transition: .2s ease-in-out;
    object-fit: contain;
}

.PartnyorA:hover img {
    filter: grayscale(0);
    opacity: 1;
}

/* Section 6 - Partnyorlar {END} */



/* Section 7 - FAQ {START} */



.faqAccordion-item {
    border: none;
    border-bottom: 1px solid #ddd !important;
}

.accordion-header {
    cursor: pointer;
    padding: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.accordion-header:hover {
    background-color: #f9f9f9;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    background-color: #fafafa;
}

.accordion-content p {
    padding: 20px 0;
    margin: 0;
}

.faqAccordion-item.active .accordion-content {
    max-height: 200px;
    /* İçeriğe göre artırabilirsiniz */
}

.accordion-arrow {
    transition: transform 0.3s ease;
    color: #000000;
}

.faqAccordion-item.active .accordion-arrow {
    transform: rotate(180deg);
}

/* Section 7 - FAQ {END} */




/* elave tasklar */

.nav-links {
    display: flex;
    gap: 20px;
    position: relative;
    align-items: center;
}

.dropdown {
    position: relative;
}

    .sfsfsdf{
    font-weight: bold;
    font-size: 14px;
}
.dropdown a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: black;
    position: relative;
}

.icon {
    display: inline-block;
    transition: transform 0.3s ease;
}

.dropdown:hover .icon {
    transform: rotate(180deg);
    /* fırlanma */
}

.dropdown-content {
    display: none;
    
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 250px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    flex-direction: column;
}

.dropdown-content a {
    padding: 10px;
    display: block;
    text-decoration: none;
    color: black;
}

.dropdown-content a:hover {
    background-color: #f0f0f0;
}

.dropdown:hover .dropdown-content {
    display: flex;
}


/* Responsive dropdown içerikleri gizli başlasın */
.responsive-dropdown-content {
    display: none;
    flex-direction: column;
    padding-left: 10px;
}

.responsive-dropdown-content a {
    padding: 5px 0;
}

.responsive-dropdown.active3 .responsive-dropdown-content {
    display: flex;
}


.responsive-dropdown.active3 .icon {
    transform: rotate(180deg);
    /* fırlanma */

}



/*xidmetler*/

.servicesPage{
    background-color: #F5F5F5;
}
.xidmetlerCard{
max-width: 440px;
}

.serviceleft{
    background-color: #313131;
    color: white;
    padding: 15px;
    border-radius: 20px;
}


.tab-icon{
    p{height:50px;}
    br{display:none;}
    img{
        width:50px;
        height:50px;
    }
}






/*Elaqe*/


*:not(i) {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

p {
    margin: 0;
}

/*automobile series modal*/
/* innercontent */

:root {
    --color-primary: #008859;
    --color-primary-1: #006d47;
    --color-primary-2: #4dac8b;
    --color-primary-3: #005f3e;
    --color-primary-light: #d8f8e7;
    --color-primary-light-2: #c2ebd5;
    --color-secondary: #ff9f00;
    --color-secondary-1: #ffb335;
    --color-secondary-2: #f2b450;
    --color-white: #fff;
    --color-white-1: #f0f5f5;
    --color-white-2: #f4f4f4;
    --color-black: #000;
    --color-black-1: #232323;
    --color-black-light: #273435;
    --color-black-light-2: #181818;
    --color-black-light-3: #2c2c2c;
    --color-gray-dark: #4f6266;
    --color-gray: #96a8aa;
    --color-gray-1: #939193;
    --color-gray-2: #8f8f8f;
    --color-gray-light: #ccc;
    --color-gray-light-1: #cacaca;
    --color-gray-light-2: #e7e7e7;
    --color-gray-light-3: #ddd;
    --color-gray-light-4: #dee7e7;
    --color-gray-light-5: #f3f3f3;
    --color-gray-light-6: #dedede;
    --color-gray-light-7: #e8e8e8;
    --color-gray-light-8: #9b9b9b;
    --color-gray-light-9: #f1f1f1;
    --color-gray-light-10: #607b80;
    --color-gray-light-11: #f0f5f5;
    --color-gray-light-12: #f0f5f5;
    --color-gray-light-13: #909090;
    --color-red: #e82700;
    --color-red-2: #c53434;
    --color-red-light: #fad7d7;
    --color-red-light-1: #fad7d7;
    --color-red-light-2: #ffd2d2;
    --color-red-light-3: #f6e6e7;
    --color-green: #008f29;
    --color-green-1: #00ad00;
    --color-green-2: #00a264;
    --color-green-light: #e6f6ed;
    --color-green-light-1: #e6f9ef;
    --color-green-light-2: #ebf3f4;
    --color-green-light-3: #e6f9ef;
    --color-green-light-4: #d8f8e7;
    --color-yellow: #fe0;
    --color-yellow-1: #f7bf52;
    --color-yellow-2: #ffc555;
    --color-yellow-3: #f5ba48;
    --color-purple: #26479b;
    --color-purple-1: #4528d7;
    --color-purple-2: #27509b;
    --color-blue-light: #deecee;
    --color-brown: #695327;
    --color-info: var(--color-gray-light-4);
    --color-info-light: var(--color-gray-light-12);
    --color-info-light-1: #96a8aa;
    --color-info-light-2: #dee7e7;
    --color-info-light-3: #f5f9f9;
    --color-info-dark: #96a8aa;
    --color-info-dark-1: #606060;
    --color-info-dark-2: #414141;
    --color-info-grey: #3a484a;
    --color-placeholder: #95aab0;
    --color-alert: var(--color-red-2);
    --color-alert-1: #952d2d;
    --color-alert-light: var(--color-red-light-1);
    --color-alert-warning: #c53434;
    --color-declined: #e64646;
    --color-declined-light: var(--color-red-light-3);
    --color-header-bg: #2e3e41;
    --color-header-bg-light: #546b71;
    --color-euro-green: var(--color-green);
    --color-euro-green-1: var(--color-green-1);
    --color-euro-green-light: var(--color-green-light-3);
    --color-euro-yellow: var(--color-yellow);
    --color-euro-yellow-1: #c7d300;
    --color-euro-orange: #ffba00;
    --color-euro-orange-dark: #ff6900;
    --color-euro-red: var(--color-alert-1);
    --padding-default: 24px;
    --padding-mobile: 16px;
    --border-radius-default: 4px;
    --border-radius-midlle: 8px;
    --border-default: 1px solid var(--color-info);
    --font-size-extra-small: 12px;
    --font-size-small: 14px;
    --font-size-base: 16px;
    --font-size-large: 20px;
    --font-size-extra-large: 24px;
    --font-size-extra-extra-large: 28px
}

.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-e2a7411e]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

@media (min-width: 768px) {

    .header-search__input:not(:-moz-placeholder-shown)+.header-search__clean-btn {
        display: flex
    }

    .header-search__input:not(:-ms-input-placeholder)+.header-search__clean-btn {
        display: -ms-flexbox;
        display: flex
    }
}

.header-new .header-search__input:focus:not(:disabled) {
    border-color: var(--color-info-dark)
}

.header-new .header-search__input:focus:not(:disabled)+.header-search__clean-btn+.header-search__btn {
    border-color: var(--color-info-dark);
    border-left-color: transparent
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.kd-input input:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-input_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.kd-phone input:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-phone_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@supports (display: grid) {
}

.kd-textarea__field:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-textarea__field_error:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.kd-textarea_error textarea:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-81909bbc]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-2fb29608]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled)+.subscribe-button {
    border-color: var(--color-info-dark)
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

/* product yeni */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

svg:not(:root) {
    overflow: hidden
}

input {
    color: inherit;
    font: inherit;
    margin: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

:root {
    --color-primary: #008859;
    --color-primary-1: #006d47;
    --color-primary-2: #4dac8b;
    --color-primary-3: #005f3e;
    --color-primary-light: #d8f8e7;
    --color-primary-light-2: #c2ebd5;
    --color-secondary: #ff9f00;
    --color-secondary-1: #ffb335;
    --color-secondary-2: #f2b450;
    --color-white: #fff;
    --color-white-1: #f0f5f5;
    --color-white-2: #f4f4f4;
    --color-black: #000;
    --color-black-1: #232323;
    --color-black-light: #273435;
    --color-black-light-2: #181818;
    --color-black-light-3: #2c2c2c;
    --color-gray-dark: #4f6266;
    --color-gray: #96a8aa;
    --color-gray-1: #939193;
    --color-gray-2: #8f8f8f;
    --color-gray-light: #ccc;
    --color-gray-light-1: #cacaca;
    --color-gray-light-2: #e7e7e7;
    --color-gray-light-3: #ddd;
    --color-gray-light-4: #dee7e7;
    --color-gray-light-5: #f3f3f3;
    --color-gray-light-6: #dedede;
    --color-gray-light-7: #e8e8e8;
    --color-gray-light-8: #9b9b9b;
    --color-gray-light-9: #f1f1f1;
    --color-gray-light-10: #607b80;
    --color-gray-light-11: #f0f5f5;
    --color-gray-light-12: #f0f5f5;
    --color-gray-light-13: #909090;
    --color-red: #e82700;
    --color-red-2: #c53434;
    --color-red-light: #fad7d7;
    --color-red-light-1: #fad7d7;
    --color-red-light-2: #ffd2d2;
    --color-red-light-3: #f6e6e7;
    --color-green: #008f29;
    --color-green-1: #00ad00;
    --color-green-2: #00a264;
    --color-green-light: #e6f6ed;
    --color-green-light-1: #e6f9ef;
    --color-green-light-2: #ebf3f4;
    --color-green-light-3: #e6f9ef;
    --color-green-light-4: #d8f8e7;
    --color-yellow: #fe0;
    --color-yellow-1: #f7bf52;
    --color-yellow-2: #ffc555;
    --color-yellow-3: #f5ba48;
    --color-purple: #26479b;
    --color-purple-1: #4528d7;
    --color-purple-2: #27509b;
    --color-blue-light: #deecee;
    --color-brown: #695327;
    --color-info: var(--color-gray-light-4);
    --color-info-light: var(--color-gray-light-12);
    --color-info-light-1: #96a8aa;
    --color-info-light-2: #dee7e7;
    --color-info-light-3: #f5f9f9;
    --color-info-dark: #96a8aa;
    --color-info-dark-1: #606060;
    --color-info-dark-2: #414141;
    --color-info-grey: #3a484a;
    --color-placeholder: #95aab0;
    --color-alert: var(--color-red-2);
    --color-alert-1: #952d2d;
    --color-alert-light: var(--color-red-light-1);
    --color-alert-warning: #c53434;
    --color-declined: #e64646;
    --color-declined-light: var(--color-red-light-3);
    --color-header-bg: #2e3e41;
    --color-header-bg-light: #546b71;
    --color-euro-green: var(--color-green);
    --color-euro-green-1: var(--color-green-1);
    --color-euro-green-light: var(--color-green-light-3);
    --color-euro-yellow: var(--color-yellow);
    --color-euro-yellow-1: #c7d300;
    --color-euro-orange: #ffba00;
    --color-euro-orange-dark: #ff6900;
    --color-euro-red: var(--color-alert-1);
    --padding-default: 24px;
    --padding-mobile: 16px;
    --border-radius-default: 4px;
    --border-radius-midlle: 8px;
    --border-default: 1px solid var(--color-info);
    --font-size-extra-small: 12px;
    --font-size-small: 14px;
    --font-size-base: 16px;
    --font-size-large: 20px;
    --font-size-extra-large: 24px;
    --font-size-extra-extra-large: 28px
}

.reg-sign-in-modal__accept-btn[data-v-e2a7411e]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-e2a7411e]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

@media (min-width: 768px) {

    .header-search__input:not(:-moz-placeholder-shown)+.header-search__clean-btn {
        display: flex
    }

    .header-search__input:not(:-ms-input-placeholder)+.header-search__clean-btn {
        display: -ms-flexbox;
        display: flex
    }
}

.header-new .header-search__input:focus:not(:disabled) {
    border-color: var(--color-info-dark)
}

.header-new .header-search__input:focus:not(:disabled)+.header-search__clean-btn+.header-search__btn {
    border-color: var(--color-info-dark);
    border-left-color: transparent
}

.submenu:not(:hover) .submenu_list__item_with-childs .submenu {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

/*.swiper-slide {*/
/*    text-align: center*/
/*}*/

:root {
    --swiper-theme-color: #007aff
}

:root {
    --swiper-navigation-size: 44px
}

.kd-input input:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-input_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.kd-phone input:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-phone_error input:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

@supports (display: grid) {
}

@supports (display: grid) {
}

@supports (display: grid) {
}

.kd-textarea__field:focus:not(:disabled) {
    border-color: var(--color-primary)
}

.kd-textarea__field_error:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.kd-textarea_error textarea:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.reg-sign-in-modal__accept-btn[data-v-81909bbc]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-81909bbc]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.reg-sign-in-modal__accept-btn[data-v-2fb29608]:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

.reg-sign-in-modal__form--code .kd-input_error input[data-v-2fb29608]:focus:not(:disabled) {
    border-color: var(--color-alert-warning)
}

.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled),.subscribe-new .subscribe__form .kd-input__field:focus:not(:disabled)+.subscribe-button {
    border-color: var(--color-info-dark)
}

.kd-callback-modal__accept-btn button:hover:not(:disabled) {
    background-color: var(--color-primary-1)
}

/* about */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #000;
}

/* innerPage codes */

/* speedbar */

/* about codes */
.blog-full-story ul li::marker{
    color:#baba00;
}

/* feedback */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

/* innerSections */

.contact-icon-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-icon-header svg {
    width: 30px;
    height: 30px;
}

.contact-icon-header h3 {
    font-size: 1.75rem;
}

.contact-address {
    padding: 40px 0;
}

.contact-address p span {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 15px;
}

.contact-body {
    padding-top: 10px;
}

.cont-border {
    border-bottom: 1px solid #000;
    transition: all .3s ease;
    color: #000;
}

.corporative-mail {
    padding: 20px 0;
}

.contact-social-media {
    display: flex;
    gap: 10px;
    padding: 14px 0 20px 0;
}

.contact-icon {
    width: 34px;
    height: 34px;
    background-color: #696969;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border: 1px solid #454749;
    transition: .3s;
}

.contact-social-media a {
    color: #fff;
}

.contact-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.input-box {
    position: relative;
    width: 100%;
}

.elaqe-formu .input-box input, .elaqe-formu .input-box textarea {
    background: #fff;
}

.elaqe-formu input.text {
    height: 50px;
}

.elaqe-formu input.text, .elaqe-formu textarea {
    transition: all .3s ease;
    width: 100%;
    border: 2px solid #eaeaea;
    padding: 12px ;
    border-radius: 3px ;
    font-size: 14px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
}

.elaqe-formu textarea {
    height: 140px;
}

.contact-icon-header svg path {
    fill: #092F53;
}

.contact-icon:hover {
    background: transparent;
}

.contact-icon:hover a {
    color: #454749 !important;
}

.submit-button {
    display: block;
    display: flex;
    justify-content: end;
}

.btn-submit {
    color: #ffffff;
    border: none;
    margin-top: 20px;
    padding: 18px 70px;
    font-size: 15px;
    border-radius: 3px;
    transition: .3s;
    background: #092F53;
}

.btn-submit:hover {
    background-color: #746904b4;
    color: #fff;
}

/* innerfull */

/* modal */

/*****exampleModal START*****/

:root {
    --btn-search-size: 1rem
}

/* header end */

/* slider start */

body {
    position: relative
}

:root {
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.footer_right .social a:not(:hover) path {
    fill: #b3b9c5
}

@media screen and (max-width: 1024px) {

    .footer_right .social a:not(:hover) path {
        fill: #fff
    }
}

/* filter */

.footer_right .social a:not(:hover) path {
    fill: #b3b9c5
}

@media screen and (max-width: 1024px) {

    .footer_right .social a:not(:hover) path {
        fill: #fff
    }
}

/* advantages */

/* adv end */

/* products */

/* video section */

/* video end */

/* yenilikler */

.style_tab__header__menu__mg4Im:focus-visible {
    border-radius: 4px;
    box-shadow: inset 0 0 0 2px var(--neutral_950);
    padding-left: 8px;
    padding-right: 8px
}

@supports not (aspect-ratio: 1/1) {
}

@media only screen and (min-width: 992px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 1440px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@supports not (aspect-ratio: 1/1) {
}

@media only screen and (min-width: 992px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 1440px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@supports not (aspect-ratio: 1/1) {
}

@media only screen and (min-width: 992px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@supports not (aspect-ratio: 1/1) {
}

@media only screen and (min-width: 768px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 992px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 1300px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

@media only screen and (min-width: 768px) {

    @supports not (aspect-ratio: 1/1) {
    }
}

.style_linkContainer__iqyMK:focus-visible .style_CardHome___Pj5u {
    outline-offset: 2px;
    outline-style: solid
}

.style_linkContainer__iqyMK.style_bgdark__qdjZN:focus-visible .style_CardHome___Pj5u {
    outline-color: #fff
}

.style_cta-primary__yh1uX:focus-visible {
    outline-offset: 2px;
    outline-style: solid
}

.style_cta-primary__yh1uX.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-primary__yh1uX.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px
}

.style_cta-primary__yh1uX.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-primary__yh1uX.style_cta__bgelect__FWupx:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-primary__yh1uX.style_cta__bgevent__sb_AU:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-secondary__sy1V1:focus-visible {
    outline-offset: 2px;
    outline-style: solid
}

.style_cta-secondary__sy1V1.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-secondary__sy1V1.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fcfcfc;
    outline-offset: 2px
}

.style_cta-secondary__sy1V1.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-ghost__Kak_O:focus-visible {
    outline-offset: 2px;
    outline-style: solid
}

.style_cta-ghost__Kak_O.style_cta__bglight__Q8lDX:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta-ghost__Kak_O.style_cta__bgdark__kBdyF:focus-visible {
    outline: 2px solid #fcfcfc;
    outline-offset: 2px
}

.style_cta-ghost__Kak_O.style_cta__bgyellow__eOAHA:focus-visible {
    outline: 2px solid #1f1f1f;
    outline-offset: 2px
}

.style_cta__bgimg__rY0vQ:focus-visible {
    outline-offset: 2px;
    outline: 2px solid #fcfcfc
}



@media (min-width: 1600px) {
    .container {
        max-width: 1620px;
    }
    
}

.lang-select{
        text-transform: uppercase;

}

.lang-select a:nth-child(1):after{
content:"|";
margin-inline:5px;
}