<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* KaydÃ„Â±rma Ãƒâ€¡aubuÃ„Å¸u */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

body {
    background-color: white;
    font-family: 'Sora', sans-serif;
    color: black;
    font-size: 16px;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a {
    color: #333;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
    }

.no-gutters {
    padding: 0;
}

/*navbar*/

.navbar-brand img {
    height: 50px;
}

.top-nav {
    background-color: #0168b3;
    padding: 10px 0;
}

.sosyal ul {
    display: inline-flex;
    margin: 0;
}

    .sosyal ul li a {
        color: #fff;
        padding: 0 10px;
    }

.top-menu {
    float: right;
    display: inline-flex;
}

.arama {
    background-color: #08558e;
    border-radius: 5px;
    margin: 0 10px;
}

.dil ul {
    display: inline-flex;
    margin: 0;
}

    .dil ul li a {
        color: #fff;
        padding: 0 5px;
        font-size: 14px;
    }

    .dil ul li .aktif {
        color: #ccc;
    }

.search-box {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #0168b3;
    height: 100%;
    width: 100%;
    font-size: 18px;
    display: none;
    z-index: 99;
}

    .search-box h3 {
        color: #fff;
        font-size: 26px;
        margin: 0px 5px 40px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .search-box .form {
        width: 50%;
        margin: 0 auto;
        position: relative;
        top: 40%;
        padding: 40px 20px;
        border-radius: 10px;
    }

        .search-box .form label {
            position: relative;
            width: 100%;
            display: inline-block;
        }

    .search-box input[type="text"] {
        width: 100%;
        height: 50px;
        padding: 5px 65px 5px 10px;
        border: none;
        border-bottom: 2px solid #fff;
        font-size: 16px;
        box-sizing: border-box;
        background: transparent;
        color: #fff;
    }

        .search-box input[type="text"]:focus {
            outline: none;
        }

    .search-box input::placeholder {
        color: #9ac7f9;
    }

    .search-box button.submit-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 50px;
        width: 80px;
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

button.search-open {
    float: right;
    background-color: transparent;
    border: none;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    padding: 2px 5px 0px 5px;
    font-size: 14px;
}

button.search-close {
    font-size: 19px;
    color: #fff;
    position: absolute;
    cursor: pointer;
    right: 50px;
    top: 50px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #fff;
    height: 35px;
    width: 35px;
}

button:focus {
    outline: 1px dotted #fff;
    outline: 0;
}

/*--Small Devices CSS--*/
@media (max-width: 767px) {
    .search-box form {
        width: 90%;
        padding: 20px 10px;
    }
}

.animate__animated.animate__fadeInDown {
    --animate-duration: .5s;
}

.animate__animated.animate__fadeOutUp {
    --animate-duration: .5s;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    font-weight: 700;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #0168b3;
    min-width: 17rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .4rem 1.5rem;
    clear: both;
    font-weight: 300;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: 0.5s;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #035998;
        padding-left: 15px;
    }


/* tree */

.tree-card {
    padding: 50px 40px;
    text-align: center;
    background-position: center;
}

    .tree-card::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255, 0.8);
        transition: 0.5s;
    }

    .tree-card:hover::after {
        background-color: rgba(0,0,0, 0.5);
    }

    .tree-card:hover {
        color: #fff;
    }

    .tree-card .card-txt {
        position: relative;
        z-index: 3;
    }

    .tree-card .title {
        font-size: 24px;
    }

    .tree-card .txt {
        font-size: 14px;
        margin-top: 20px;
        font-weight: 300;
    }

/* step 3 */

.step3 {
    margin: 100px 0px;
}

.uretim-card {
    height: 100%;
}

.uretim-title {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 600;
}

.uretim-txt {
    font-weight: 300;
	  overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        font-size: 14px;
}

.pro-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 25px;
}

.rp-img {
    position: relative;
}

.rp-txt {
    position: absolute;
    bottom: 0;
    padding: 10px;
    color: #fff;
    transition: .5s;
    font-size: 14px;
}
.rp-txt a{ 
    color: #fff;
    font-size: 14px;
}

.rp-img:hover .rp-txt {
    background-color: #0168b3;
}

.step3 .owl-dots {
    position: absolute;
    top: -50px;
    right: 0;
}

/* Parallax */

.parallax {
    /* The image used */
    background-image: url("../images/img/img_parallax.jpg");
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .parallax::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

.parallax-txt {
    position: absolute;
    background-color: white;
    top: 16%;
    padding: 50px;
    max-width: 400px;
    z-index: 2;
    right: 0;
    animation-delay: 0.3s;
}

    .parallax-txt span {
        font-size: 30px;
        font-weight: 900;
        color: black;
    }

.parallaxx {
    height: 500px;
    position: relative;
}

.parallax p {
    padding-top: 10px;
}

.pad {
    height: 300px;
}

/* referanslar */

.referanslar {
    margin: 100px 0;
}

.ref-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 40px;
}

.referanslar .owl-dots {
    padding-top: 30px;
}

.referanslar .owl-nav .owl-prev span {
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #0168b375;
    padding: 0 10px;
    color: #fff;
    font-size: 28px;
}

.referanslar .owl-nav .owl-next span {
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #0168b375;
    padding: 0 10px;
    color: #fff;
    font-size: 28px;
}

.urunler {
    margin: 100px 0;
}

    .urunler .owl-nav .owl-prev span {
        position: absolute;
        left: 0;
        top: 72px;
        background-color: #0168b3;
        padding: 10px;
        color: #fff;
        font-size: 28px;
    }

    .urunler .owl-nav .owl-next span {
        position: absolute;
        right: 0;
        top: 72px;
        background-color: #0168b3;
        padding: 10px;
        color: #fff;
        font-size: 28px;
    }

    .referanslar .owl-dots, .urunler .owl-dots {
        display: none;
    }

    .urunler .item-name {
        margin-top: 15px;
        line-height: 22px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .urunler a {
        color: black;
    }

        .urunler a:hover {
            color: #0168b3;
        }

/* two-content */

.two-content {
    margin: 100px 0;
    background-color: #f7f7f7;
    padding: 50px 0;
}

.kariyer {
    position: relative;
}

.kariyer-txt {
    position: absolute;
    bottom: 10px;
    padding: 30px;
    color: #fff;
}

.kariyer-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.k-btn {
    padding-top: 10px;
}

    .k-btn .kbtn {
        color: #fff;
    }

        .k-btn .kbtn i {
            font-size: 18px;
        }

.haber-title {
    font-weight: 600;
    padding-bottom: 15px;
}

    .haber-title a {
        color: #0168b3;
    }

.haber-txt {
    font-weight: 300;
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* footer */

.footer {
    background-color: gray;
    padding-top: 50px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.footer-logo img {
    height: 50px;
}

.adres-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.adres ul li {
    list-style: none;
    padding-bottom: 10px;
    display: flex;
}

    .adres ul li span {
        font-size: 18px;
        padding-right: 10px;
    }

.ana-menu {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.fmenu ul li {
    list-style: none;
    padding-bottom: 5px;
}

    .fmenu ul li a {
        color: #fff;
    }

        .fmenu ul li a:hover {
            color: #ccc;
        }

.site-bottom {
    font-size: 14px;
    font-weight: 200;
    border-top: 1px solid #a7a7a7;
    color: #b2b2b2;
    padding: 10px 0;
    background-color: gray;
}

.ttr {
    text-align: right;
}

/* ÃƒÂ¼rÃƒÂ¼nler */

.urun-banner {
}

.urun-banner-img {
    background-image: url(../images/img/urunbg.jpg);
    height: 300px;
}

.content {
    margin: 30px 0;
}

.sidebar {
}

    .sidebar li {
        display: contents;
    }

.accordion {
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 5px;
        color: #4D4D4D;
        font-size: 16px;
        font-weight: 400;
        border-bottom: 1px solid #CCC;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion .link:hover {
            color: #0168b3;
        }

    .accordion li:last-child .link {
        border-bottom: 0;
    }

    .accordion li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #595959;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordion li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordion li.open .link {
        color: #0168b3;
    }

        .accordion li.open .link a {
            color: #0168b3;
        }

    .accordion li.open i {
        color: #0168b3;
    }

        .accordion li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .accordion li.default .submenu {
        display: block;
    }
/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #0168b3;
    font-size: 14px;
}

    .submenu li {
        border-bottom: 1px solid #4b4a5e;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #d9d9d9;
        padding: 6px;
        padding-left: 8px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .submenu a:hover {
            background: #035998;
            color: #FFF;
        }


    .submenu .active {
        background: #035998;
        color: #FFF;
    }

.urun-name {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
    color: #0168b3;
}

    .urun-name p {
        font-size: 16px;
        font-weight: 300;
        color: gray;
    }

.urun-contain {
    font-weight: 300;
}

    .urun-contain .title {
        font-weight: 600;
    }

.urun-tab {
    margin-top: 40px;
}

.tab-txt {
    font-weight: 300;
    padding: 30px 10px;
}

    .tab-txt li {
        list-style: inside;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    font-weight: 600;
}

.urun-list li {
    border: 1px solid #f7f7f7;
    padding: 25px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    position: relative;
}

    .urun-list li::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0%;
        top: 0;
        left: 0;
        background-color: #0168b3;
        transition: .5s;
    }

    .urun-list li:hover::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #0168b3;
    }

.ugo {
    display: none;
}

.urun-list li:hover .ugo {
    display: block;
    position: absolute;
    z-index: 2;
    color: white;
    top: 15px;
    left: 0;
    font-size: 15px;
		line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#navbarDropdownMenuLink{
cursor:pointer;
}
.urun-ara {
    margin: 20px 0;
}

    .urun-ara .card {
        padding: 10px;
    }

.form-control-borderless {
    border: none;
}

    .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

.btn-success:not([href]):not([tabindex]) {
    color: #fff;
    background-color: #0168b3;
    border-color: #0168b3;
}

    .btn-success:hover {
        color: #fff;
        background-color: #045996;
        border-color: #045996;
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 0.2rem #e0efff;
    }

    .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem #bcd7f5;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show &gt; .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #0168b3;
        border-color: #0168b3;
    }

/* Sticky Navbar */

/* Style the navbar */
#navbar {
    z-index: 5;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}


.sayfabaslik {
    font-size: 23px;
    color: #000000;
    display: block;
    margin: 15px 0px;
    text-align: left;
    font-weight: 600;
}

.sektorBaslik {
    display: block;
    padding: 5px;
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 60px;
    color: #0168b3;
    cursor: pointer;
    font-size: 13px;
}


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

.cerceve {
    border: 1px solid #efefef;
    padding: 8px 12px;
}

.sayfaBaslik {
    font-size: 23px;
    color: #000000;
    display: block;
    margin-bottom: 22px;
    text-align: left;
    font-weight: 600;
}

.sagIcerik ul {
    margin: 15px;
    list-style: disc;
}



/*Haberler*/


.haberler {
    margin-bottom: 300px;
}

.hbr-text p {
    margin: 0;
    margin-top: 10px;
}

.hbr-text i {
    color: #ACACAC;
    transition: ease-in-out .3s;
}

.hbr-kps a {
    padding: 30px 15px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    margin: 0 15px;
    transition: ease-in-out .3s;
}

    .hbr-kps a:hover {
        border: 1px solid #E31E24;
    }

        .hbr-kps a:hover i {
            color: #E31E24;
        }

.haberler .haber-btn {
    text-align: center;
    margin-top: 50px;
}

    .haberler .haber-btn a {
        padding: 12px 20px;
        border: 1px solid #A39A9A;
        color: #333333;
        font-size: 16px;
        transition: ease-in-out .3s;
    }

        .haberler .haber-btn a:hover {
            background-color: #333333;
            color: #fff;
            border: 1px solid transparent;
        }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2B3990;
}

.owl-theme .owl-dots .owl-dot span {
    background: #94a0e9;
}

.haberler .title {
    font-size: 34px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding-top: 115px;
    margin-bottom: 80px;
    position: relative;
}

    .haberler .title::after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        width: 68px;
        height: 2px;
        background-color: #E31E24;
    }

.hbr-img {
    display: inline-block;
}

.hbr-text {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding-right: 15px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.haber-sfs .title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 80px;
    position: relative;
}

    .haber-sfs .title::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 68px;
        height: 1px;
        transform: translate(-50%, -50%);
        background-color: #2B3990;
    }

.haber-sfs .hbr-kps a:hover {
    border: 1px solid #2B3990;
}

    .haber-sfs .hbr-kps a:hover i {
        color: #2B3990;
    }

.haber-sfs .hbr-kps a {
    margin-bottom: 75px;
}



element.style {
}

.haber-sfs .hbr-kps a:hover {
    border: 1px solid #2B3990;
}

.haber-sfs .hbr-kps a {
    margin-bottom: 75px;
}

.hbr-kps a:hover {
    border: 1px solid #E31E24;
}


.pagination {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .pagination li {
        margin-right: 10px;
    }

.page-item.disabled .page-link {
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.page-link {
    color: #005AA3;
    background-color: #fff;
    border: 1px solid #C0C0C0;
}

.pagination .active a {
    color: #005AA3 !important;
    border-color: #005AA3;
    background-color: #fff;
    background-color: #fff;
    border-radius: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #005AA3 !important;
    border-color: #005AA3;
    background-color: #fff;
    background-color: #fff;
    border-radius: 0;
}

.haber-lw .titles span {
    font-size: 14px;
    font-weight: 400;
    color: #797979;
}

.haber-lw .titles p {
    font-size: 16px;
    font-weight: 600;
    color: #2B3990;
}

.haber-lw .texts {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
}

.habers-owl .dg-title {
    margin-top: 140px;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    position: relative;
    margin-bottom: 60px;
}

    .habers-owl .dg-title::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 3%;
        width: 68px;
        height: 1px;
        transform: translate(-50%, -50%);
        background-color: #2B3990;
    }

#habers-carousel {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .haber-lw {
        margin-top: 40px;
    }

    .habers-owl .hbr-text {
        color: #333333;
        font-size: 16px;
        font-weight: 600;
        display: block;
        padding-right: 0px;
        max-width: 350px;
        margin: 20px auto;
        padding: 0 20px;
    }

    .habers-owl .hbr-img {
        display: inline-block;
        width: 100%;
        text-align: center;
        max-width: 240px;
    }

    .habers-owl .hbr-kps a {
        padding: 20px 0px;
        max-width: 330px;
        margin: 20px auto;
    }

    .habers-owl .dg-title::after {
        left: 5%;
    }
}

@media (max-width: 768px) {
    .habers-owl .dg-title::after {
        left: 7%;
    }
}

@media (max-width: 500px) {
    .habers-owl .dg-title::after {
        left: 10%;
    }
}

@media (max-width: 320px) {
    .habers-owl .hbr-kps a {
        padding: 20px 0px;
        max-width: 275px;
        margin: 20px auto;
    }

    .habers-owl .dg-title::after {
        left: 12%;
    }
}




/**/

.ks-menu {
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 4;
    border-bottom: 1px solid #f1f1f1;
    margin: auto;
    margin-bottom: 30px;
}

    .ks-menu .menu-xxx {
        position: absolute;
        z-index: 19;
    }

        .ks-menu .menu-xxx ul {
            margin: 18px 0px;
        }

        .ks-menu .menu-xxx li {
            display: inline-block;
        }

            .ks-menu .menu-xxx li a {
                color: #A0A0A0;
                font-size: 18px;
                font-weight: 300;
                padding: 5px;
            }

                .ks-menu .menu-xxx li a:hover {
                    background-color: #efefef;
                }

        .ks-menu .menu-xxx .activation a {
            color: #7C7C7C;
        }

        .ks-menu .menu-xxx li i {
            color: #a0a0a0;
            font-size: 16px;
        }


/*iletiÅŸim*/
.form-control {
    font-size: 14px;
}

/*Kaqriyer */
.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    color: white;
}

.label-cv {
    width: 100%;
    margin-top: 15px;
    border: solid 1px #D1D1D1;
    color: #636363 !important;
    background: #F7F7F7;
    padding: 5px;
    display: inline-block;
    font-size: 18px;
    border-radius: 0;
    font-weight: 500;
}

.formbtn:active {
    border-radius: 0;
    border: solid 1px #0168b3 !important;
    color: #636363 !important;
    background: transparent !important;
}

.formbtn {
    margin: auto;
    margin-top: 15px !important;
    border: solid 1px #0168b3 !important;
    color: #FFFFFF !important;
    background: #0168b3 !important;
    padding: 7px !important;
    display: inline-block;
    border-radius: 0;
    float: right;
    font-size: 18px !important;
    cursor: pointer;
    font-weight: 500 !important;
}

.form-control:focus {
    border-radius: 0;
    border-color: initial;
    box-shadow: initial;
}

#custom-button {
    font-size: 13px;
    border-radius: 0;
    background-color: #0168b3;
    color: #ffffff;
    border: 0;
}


/*iletisim*/
.hrt-text {
    height: 100%;
    background-color: #f1f1f1;
}

#formgonder {
    float: right;
    background-color: #0168b3;
    margin-top: 15px;
    padding: 8px 12px;
    color: #ffffff;
    cursor: pointer;
}



.form-bg {
    padding: 30px 0px;
    background-color: #f1f1f1;
}

.hrt-text ul {
    padding: 30px 15px;
}

    .hrt-text ul li {
        padding-bottom: 15px;
        border-bottom: 1px solid #e8e8e8;
    }


.sayfaBaslik {
    font-size: 23px;
    color: #000000;
    display: block;
    margin: 20px 0px;
    text-align: left;
    font-weight: 600;
}

.katalogList {
    margin-top: 15px;
}

    .katalogList li {
        border: 1px solid #f8f9fa;
        padding: 5px;
        margin-bottom: 5px;
    }

    .katalogList .pdfDown {
        float: right;
    }</pre></body></html>