<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.page-banner-arama {
    width: 100%;
    height: 150px;
    background: #515151;
}

.page-arama .title h1 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin: 15px 0px;
}

.page-arama .page-arama-list ul li {
    margin: 20px 0px;
}

    .page-arama .page-arama-list ul li a {
        font-size: 1em;
        font-weight: 600;
        color: #000;
    }

        .page-arama .page-arama-list ul li a svg {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin-right: 7px;
        }

            .page-arama .page-arama-list ul li a svg path {
                fill: red !important;
            }

.form-item-captcha {
    margin: 0;
    margin-top: 27px;
}

.brand-box {
    text-align: center;
    border: 1px solid #dddddd;
    transition: all .5s;
}

    .brand-box img {
        max-width: 100%;
    }

    .brand-box:hover {
        border-color: red;
    }

.page-kariyer .brand-box .brand-box__text {
    display: none;
}

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

    .header .header-logo .header-name,
    .mobil-menu-bottom-logo {
        font-size: 14px !important;
        padding: 17px 10px;
        line-height: 30px;
        display: inline-block;
        white-space: nowrap;
        font-weight: 600;
    }

        .header .header-logo .red,
        .mobil-menu-bottom-logo .red {
            color: #da0025;
        }

        .header .header-logo .gray,
        .mobil-menu-bottom-logo .gray {
            color: #595d60;
        }

.page-error {
    margin: 50px 0px;
}

    .page-error .page-error-img {
        margin-bottom: 25px
    }

        .page-error .page-error-img img {
            width: 100%
        }

    .page-error .page-error-txt {
        text-align: center;
    }

        .page-error .page-error-txt p,
        .page-error .page-error-txt a {
            font-size: 19px;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
        }

.page-success .page-success-title {
    text-align: center;
}

    .page-success .page-success-title h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 42px;
        line-height: 120%;
        color: #da0025;
    }

    .page-success .page-success-title p {
        margin: 24px 0;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #6B4F4F;
    }

.model-content li .fiyat-btn-icon:hover svg {
    fill: #fff;
}

.page-kampanya-content .page-kampanya-top {
    margin-top: 50px;
}

    .page-kampanya-content .page-kampanya-top h1 {
        font-size: 3rem;
        font-family: 'ToyotaType-Book';
        line-height: 1.2;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 1.6rem;
    }

    .page-kampanya-content .page-kampanya-top h2 {
        font-size: 2rem;
        font-family: 'ToyotaType-Book';
        line-height: 1.2;
        font-weight: 300;
        text-transform: none;
        margin-bottom: 1.6rem;
    }

.page-kampanya-content .page-content-item p {
    color: #282830;
    font-family: 'ToyotaType-Book';
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.page-kampanya-content .kampanya-img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.link-btn-detay {
    justify-content: center;
}

    .link-btn-detay a {
        background-color: #282830;
        color: #fff;
        padding: 15px 60px;
        text-align: center;
        font-size: 14px;
        transition: all .5s;
    }

        .link-btn-detay a svg {
            width: 20px;
            height: auto;
            vertical-align: sub;
            margin-left: 7px;
        }

        .link-btn-detay a:hover {
            opacity: .8;
        }

.section2-right-swiper {
    margin-bottom: 25px;
}

.section1 {
    margin: 30px 0 25px !important;
}

.model-content-bottom-link i {
    position: relative;
    width: 25px;
    display: inline-block;
    height: 15px;
}

.model-content-bottom-link img {
    position: absolute;
    top: 2px;
    left: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.model-content-bottom-link .icon-bayi-white {
    opacity: 0;
    visibility: hidden;
}

.model-content-bottom-link:hover .icon-bayi-white {
    opacity: 1;
    visibility: visible;
}

.model-content-bottom-link:hover .icon-bayi-black {
    opacity: 0;
    visibility: hidden;
}

/*.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
    background-color:#fff;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:100%;
}
.loading-bg {
    position: absolute;
    top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loading .loading-bg  div {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 2vw;
    background-image: linear-gradient(145deg, rgba(255,255,255,0.5) 0%, rgba(0,0,0,0) 100%);
    animation: bounce 1.5s 0.5s linear infinite;
}*/
.section3-left .map-link:hover {
    color: #fff
}

.section2-right-item a::before, .section2-right-swiper .swiper-slide a::before {
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%)
}

.mobil-menu-top-list ul li svg {
    width: 40px;
    height: auto
}

@media (max-width:768px) {
    .page-kariyer .brand-box {
        border: none;
    }

        .page-kariyer .brand-box .brand-box__img {
            display: none;
        }

    .page-kariyer .brand-box__text {
        display: blok;
        padding-left: 25px;
        position: relative;
        font-size: 16px;
        color: #595d60;
    }

        .page-kariyer .brand-box__text::after {
            content: "\2022";
            color: #595d60;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            position: absolute;
            left: 15px;
        }

    .page-arama .page-kariyer-title .title h1 {
        font-size: 1rem !important;
    }

    .page-arama-list {
        padding-left: 15px;
    }

    .page-bizkimiz-title .title h1,
    .page-brosur .title h1,
    .page-haberler-title .title h1,
    .page-hibrit-title .title h1,
    .page-kariyer-title .title h1 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .section2-right-swiper .swiper-slide .img img,
    .section2-right-item .img img {
        height: 460px;
    }

    .section2-right-item {
        margin-bottom: 30px;
        height: auto;
    }

        .section2-right-item .text h3 {
            line-height: 20px;
            font-size: 17px;
        }

        .section2-right-item .text p {
            font-size: 18px;
            line-height: 24px;
        }

        .section2-right-item a {
            line-height: 0;
        }

    .page-kampanya-content .page-kampanya-top h1 {
        font-size: 20px;
        padding: 0px 15px;
    }

    .page-kampanya-content .page-kampanya-top h2 {
        font-size: 18px;
        padding: 0px 15px;
    }

    .page-kampanya-content .page-content-item p {
        font-size: 16px;
        line-height: 20px;
    }

    .header .header-logo .header-name,
    .mobil-menu-bottom-logo {
        padding: 17px 0px;
    }
}

.navbar-menu-left-bottom-model-list-item-drop li a {
    width: auto
}

.model-galeri {
    margin-top: 100px
}

.model-bnnr {
    width: 100%;
    height: 450px;
    overflow: hidden
}

    .model-bnnr img {
        width: 100%;
    }

.d-bnnr {
    display: block
}

.m-bnnr {
    display: none
}

.model-galeri-list .model-galeri-swiper .swiper-slide img {
    height: 220px
}

.brand-box__text {
    display: none;
}

@media only screen and (max-width: 768px) {
    .model-bnnr {
        /*height:200px*/
        height: auto;
    }

        .model-bnnr img {
            height: 224px;
            object-fit: cover;
        }

    .d-bnnr {
        display: none
    }

    .m-bnnr {
        display: block
    }

    .page-banner-bizkimiz .img-transform {
        transform: initial;
    }

    .brand-box__text {
        display: block;
    }

    .page-orjinal-yag .page-satis-sonrasi-item {
        padding: 0px 15px !important;
    }
}

.page-bizkimiz-content {
    padding-bottom: 50px
}

    .page-bizkimiz-content a {
        color: #282830;
        text-decoration: underline
    }

        .page-bizkimiz-content a:hover {
            color: #282830;
            text-decoration: underline
        }
/*.page-bizkimiz a {
    color: #282830;
    text-decoration: underline
}*/
.general-btn {
    padding: 21px 13px;
    position: relative;
    background-color: #e50000;
    border: #e50000 solid 1px;
    color: #fff;
    display: inline-block;
    margin: 0 15px;
    transition: all .3s ease;
    font-size: 16px;
    cursor: pointer
}

@media only screen and (max-width: 1100px) {
    .navbar-menu-right-bottom ul li a span {
        font-size: 14px
    }
}

.toyota-home-button {
    display: none !important
}

.section2-left-title .title h4 svg {
    width: 12px;
    height: auto;
    margin-left: 7px;
    fill: red;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section3-btn:hover {
    cursor: pointer
}

.section2-right-item .text h3, .section2-right-swiper .swiper-slide .text h3 {
    font-size: 14px
}

.section2-right-item .text {
    bottom: 20px
}

.section3-left .iletisim-list li p, footer .footer-item-copyrighh p {
    line-height: 24px
}

.section1-title h1 {
    font-size: 36px;
    line-height: 52px
}

.section2-right-item .text p {
    font-size: 18px
}

.form-control {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 1rem;
    padding: 0 0.75rem;
    font-size: 14px;
    margin: 5px 0 0 0;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.open-small-chat {
    height: 48px !important;
    cursor: pointer;
}

.btn-danger {
    cursor: pointer;
    display: block;
    width: 100%;
    -webkit-appearance: button;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

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

.author-name {
    font-size: 14px !important;
    padding-bottom: 10px;
    font-family: "ToyotaType-Regular"
}
/*error page*/
.page-error img {
    max-width: 100%
}

#small-chat {
    bottom: 60px !important
}

.page-kampanya-content .page-content-item .content-link li a {
    padding: 15px 25px;
}

@media only screen and (max-width: 768px) {
    .small-chat-box {
        right: 20px !important;
        bottom: 70px !important
    }
}

.navbar-menu-left-top ul li {
    margin-right: 2.2rem
}

    .navbar-menu-left-top ul li a {
        line-height: 20px;
        padding-top: 18px
    }

@media only screen and (min-width: 1500px) {
    .navbar-menu-left-top ul li {
        margin-right: 1.5rem
    }

    .navbar-menu-left {
        width: 80%;
        padding-right: 30px
    }

    .navbar-menu-right {
        width: 20%
    }
}

.table-style {
    width: 100%
}

    .table-style tr td {
        border: #222 solid 1px;
        padding: 10px
    }

    .table-style .table-title {
        font-weight: 700
    }

.btn-black {
    background: #282830;
    color: #fff;
    padding: 15px 60px;
    font-size: 16px;
    text-align: center;
    transition: all .5s;
    margin: 20px 0;
    width: 285px;
    display: block
}

.section2-left-list ul li.active_red a:hover, .section2-left-list ul li.active_red a {
    background-color: #e50000;
    border-color: #e50000;
    color: #fff;
}

.section2-left {
    height: auto;
}

@media only screen and (max-width: 1366px) {
    .section2-left {
        height: 71%;
    }

    .section2-left-title h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1200px) {
    .section2-left {
        height: 80%;
    }
}

.section1 .section1-swiper-bg .swiper-slide.disable,
.mobil-page-campain-slider .swiper-slide.disable .swiper-slide-link {
    background-color: #353535;
    border: 2px solid #bf0404;
}

.section1 .section1-swiper .swiper-slide-link-img {
    height: 162px
}

.section1 .section1-swiper .swiper-slide.disable .swiper-slide-link-img img,
.section1-swiper .swiper-slide.disable .swiper-slide-link-img img {
    display: none
}

.section2-left-list ul li a:hover, .section2-left-list ul li.active a {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.section2-left::after {
    display: none;
}

.section1-title h1 {
    border-bottom: 3px solid #f02;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1440px) {
    .section2-left {
        height: auto;
    }
}

@media only screen and (max-width: 1280px) {
    .section2-left {
        height: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .section2-left {
        height: auto;
    }
}

footer .footer-item-kvkk-list li {
    margin-bottom: 10px;
}

.feather-external-link {
    width: 16px;
    height: auto;
    vertical-align: top;
    margin-left: 7px;
}</pre></body></html>