<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&amp;display=swap');

@media (max-width:930px) {
    html, body, #form1 {
        height: 100%;
    }

    .header {
        width: 100%;
    }

    .header_mid {
        width: 100%;
        padding: 0 0;
    }

    .navigation {
        display: none;
    }

    .header .header_top {
        width: 100%;
        padding: 15px 0px;
    }

    .header .header_mid .navbar {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: relative;
        padding: 35px 0;
        max-height: 165px;
        min-height: 74px;
    }

        .header .header_mid .navbar .mobil_menu .menu22 .menu-icon {
            font-size: 28px;
            color: #cdbd8d;
        }

        .header .header_mid .navbar .mobil_menu .menu22 .alt_mm2 {
            display: none;
            position: absolute;
            left: 0;
            top: 144px;
            width: 100%;
            z-index: 999;
            background-color: white;
        }

            .header .header_mid .navbar .mobil_menu .menu22 .alt_mm2 a {
                color: #cdbd8d;
                padding: 10px 0;
                display: flex;
                font-weight: 400;
                border-bottom: 1px solid rgba(0, 0, 0,.5);
            }

            .header .header_mid .navbar .mobil_menu .menu22 .alt_mm2 &gt; a {
                padding-left: 15px;
            }

                .header .header_mid .navbar .mobil_menu .menu22 .alt_mm2 &gt; a:first-child {
                    border-top: 1px solid rgba(0, 0, 0,.5);
                }

            .header .header_mid .navbar .mobil_menu .menu22 .alt_mm2 .alt_menu_secenek {
                display: none;
            }

                .header .header_mid .navbar .mobil_menu .menu22 .alt_mm2 .alt_menu_secenek a .arrow-right {
                    margin-left: 25px;
                    margin-right: 15px;
                }

        .header .header_mid .navbar .header_menu {
            display: none;
        }

    #transitionRoot {
        width: 100%;
    }

    /*footer*/

    
    .footer_bannerlar {
        width: 100%;
    }

    .footer_bar {
        width: 100%;
        height: auto;
    }
    .footer_ortalama {
        width: 100%;
        padding-bottom: 45px;
    }
    .footer_logo {
        margin: auto;
        margin-top: 30px;
    }
    .footer_table {
        float: none;
        margin: auto;
        font-size: 14px;
        color: #ffffff;
        width: auto;
        margin-top: 20px;
        font-size: 16px;
    }
    .footer_table_row {
        display: table-row;
        float: none;
        margin: auto;
    }
    .footer_table2 {
        display: none;
    }
    .footer_mid {
        margin-top: 0;
    }
    .footer_bottom {
        color: #59616d;
        font-size: 16px !important;
        width: 80%;
        margin-left: 30px;
        margin-right: auto;
    }
    .footer_table4 {
        display: table;
        width: 100%;
        float: right;
        font-size: 12px;
        margin-top: 5px;
    }
    .menuler_ust_secenekler3 {
        font-size: 16px;
        padding-right: 25px;
        cursor: pointer;
    }
    .brace {
        display: none;
    }



}</pre></body></html>