.winea {
    display: flex;
    flex-direction: column;
    font-size: 15px;
}

.frm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.frm .frm-title {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.frm .frm-err {
    margin: 0 0 30px 0;
    padding: 0;
    color: #b11;
    font-weight: bold;
}
.frm .frm-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    min-width: 600px;
    padding-bottom: 15px;
}
.frm .frm-row.submit {
    margin-top: 40px;
}
.frm .frm-row label {
    width: 250px;
    padding-top: 5px;
    padding-right: 10px;
    font-weight: bold;
    text-align: right;
}
.frm .frm-row.sm label {
    width: 350px;
}
.frm .frm-row .frm-ctrls {
    flex-grow: 1;
    flex-shrink: 1;
}
.frm .frm-row .frm-ctrls input,
.frm .frm-row .frm-ctrls input.nr,
.frm .frm-row .frm-ctrls select,
.frm .frm-row .frm-ctrls select.nr,
.frm .frm-row .frm-ctrls textarea,
.frm .frm-row .frm-ctrls textarea.nr {
    width: 350px;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #aaa;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.frm .frm-row .frm-ctrls textarea,
.frm .frm-row .frm-ctrls textarea.nr {
    width: 450px;
    height: 200px;
}
.frm .frm-row .frm-ctrls input.sm,
.frm .frm-row .frm-ctrls select.sm  {
    width: 250px;
}
.frm .frm-row .frm-ctrls textarea.sm {
    width: 350px;
    height: 140px;
}
.frm .frm-row .frm-ctrls input:focus,
.frm .frm-row .frm-ctrls select:focus,
.frm .frm-row .frm-ctrls textarea:focus {
    outline:none;
    border-color: #06e;
    box-shadow: 0 2px 6px rgba(0, 100, 240, .2);
}

.frm .frm-row .frm-ctrls button {
    margin: 0;
    padding: 10px 40px;
    border-radius: 8px;
    border: 1px solid #0079E0;
    background: #0079E0;
    color: #fff;
}
.frm .frm-row.sm .frm-ctrls button {
    padding: 7px 30px;
}
.frm .frm-row .frm-ctrls button:focus,
.frm .frm-row .frm-ctrls button:active {
    background: #026CC7;
}

.frm .frm-cat {
    display: flex;
    flex-direction: column;
    width: 450px;
    margin: 30px 0 0 250px;
    background: #eee;
    box-sizing: border-box;
    border-radius: 8px;
}
.frm .frm-cat .cat-title {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    background: #ccc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.frm .frm-cat.genel {
    background: #D6F2FD;
}
.frm .frm-cat.genel .cat-title {
    color: #fff;
    background: #00acef;
}
.frm .frm-cat.ac_motor_suruculer {
    background: #D0EFE5;
}
.frm .frm-cat.ac_motor_suruculer .cat-title {
    color: #fff;
    background: #24775d;
}
.frm .frm-cat.servo_ve_hareket {
    background: #D1E7FF;
}
.frm .frm-cat.servo_ve_hareket .cat-title {
    color: #fff;
    background: #3070b5;
}
.frm .frm-cat.kontrol_urun_grubu {
    background: #FFE3E3;
}
.frm .frm-cat.kontrol_urun_grubu .cat-title {
    color: #fff;
    background: #ec5d61;
}
.frm .frm-cat .cat-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px;
}
.frm .frm-cat .cat-opt {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 5px 0;
    box-sizing: border-box;
}
.frm .frm-cat .cat-opt label,
.frm .frm-cat .cat-opt input {
    margin: 0 10px 0 0;
    cursor: pointer;
}
.frm .frm-cat .cat-opt.cat-opt-other {}
.frm .frm-cat .cat-opt.cat-opt-other input[type="text"] {
    width: 150px;
    margin: 0;
    padding: 2px 6px;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #aaa;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    cursor: text;
}

.export-records {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.export-records > h3 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.export-records > a {
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background: linear-gradient(to bottom, #f0ad4e, #eb9316);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
    border-radius: 3px;
    border: 1px solid #eb9316;
}
.export-records > a:active {
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .1);
    background: linear-gradient(to bottom, #eb9316, #eb9316);
}

table.records {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #bbb;
}
table.records th {
    padding: 5px 10px;
    font-weight: normal;
    color: #fff;
    background: #bbb;
}
table.records td {
    padding: 5px 10px;
    border-bottom: 1px solid #bbb;
}

.record {
    display: flex;
    flex-direction: column;
}
.record .record-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.record .record-row:nth-child(2n-1) {
    background: #f3f3f3;
}
.record .rkey {
    flex-grow: 0;
    flex-shrink: 0;
    width: 200px;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    /*text-align: right;*/
    box-sizing: border-box;
}
.record .rval {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 8px;
    font-size: 16px;
    box-sizing: border-box;
}
.record-catalogs {
    margin-top: 20px;
    padding: 10px;
    background: #f6f6f6;
}
.record-catalog {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.record-catalog h4 {
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.record-catalog ul {
}
.record-catalog ul li {
}

.kvkk {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kvkk .banner {}
.kvkk .banner img {
    display: block;
    width: 100%;
    height: auto;
}
.kvkk form.onay {
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.kvkk form.onay .onay {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 10px;
}
.kvkk form.onay .onay input {
    margin: 0;
}
.kvkk form.onay .onay label {
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: normal;
    font-size: 17px;
}
.kvkk form.onay .onay label a {
    color: #0079D7;
    text-decoration: underline;
}
.kvkk form.onay .onay-error {
    display: none;
    color: #d22;
}
.kvkk form.onay .onay-error.visible {
    display: block;
}
.kvkk form.onay .onay-submit {
    padding-top: 10px;
}
.kvkk form.onay .onay-submit button {
    margin: 0;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #0079E0;
    background: #0079E0;
    color: #fff;
}

.download {
    display: flex;
    flex-direction: column;
}
.download .link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.download .link:first-child {
    border-top: 1px solid #eee;
}
.download .link span {
    display: block;
    width: 200px;
    font-size: 15px;
}
.download .link .files {
    display: flex;
    flex-direction: row;
}
.download .link .files a {
    margin-right: 10px;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background: linear-gradient(to bottom, #f0ad4e, #eb9316);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .3);
    border-radius: 3px;
    border: 1px solid #eb9316;
}
.download .link .files a:last-child {
    margin-right: 0;
}
.download .link .files a:active {
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, .1);
    background: linear-gradient(to bottom, #eb9316, #eb9316);
}
.download .link .files a:focus {
    border: 1px solid #804F0B;
}
.download .link .files a i {
    margin-right: 4px;
}

@media (max-width: 920px) {
    .frm .frm-row {
        flex-direction: column;
        width: 100%;
        min-width: 0;
    }
    .frm .frm-row.sm {
        flex-direction: row;
    }
    .frm .frm-row label {
        width: auto;
        padding-right: 0;
        text-align: left;
    }
    .frm .frm-row.sm label {
        width: 180px;
        padding-right: 0;
        text-align: left;
    }
    .frm .frm-row .frm-ctrls {
        width: 100%;
    }

    .frm .frm-row .frm-ctrls input,
    .frm .frm-row .frm-ctrls input.nr,
    .frm .frm-row .frm-ctrls select,
    .frm .frm-row .frm-ctrls select.nr,
    .frm .frm-row .frm-ctrls textarea,
    .frm .frm-row .frm-ctrls textarea.nr {
        display: block;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    .frm .frm-row .frm-ctrls textarea,
    .frm .frm-row .frm-ctrls textarea.nr {
        width: 100%;
        height: 200px;
    }
    .frm .frm-row .frm-ctrls input.sm,
    .frm .frm-row .frm-ctrls select.sm  {
        width: 100%;
    }
    .frm .frm-row .frm-ctrls textarea.sm {
        width: 100%;
        height: 140px;
    }
    .frm .frm-cat {
        width: 100%;
        margin-left: 0;
    }
    .frm .frm-cat .cat-opt label {
        font-size: 13px;
        margin-right: 0;
    }
    .frm .frm-cat .cat-opt.cat-opt-other input[type="text"] {
        width: 100%;
    }
    table.records {}
    table.records th.unvan,
    table.records th.telefon,
    table.records th.ulke_sehir {
        display: none;
    }
    table.records td.unvan,
    table.records td.telefon,
    table.records td.ulke_sehir {
        display: none;
    }
    .record .rkey {
        width: 150px;
        font-size: 14px;
    }
    .record .rval {
        font-size: 14px;
    }
    .kvkk form.onay {
        padding: 40px 10px;
    }
    .kvkk form.onay .onay {
        align-items: flex-start;
    }
    .kvkk form.onay .onay input {
        margin-top: 5px;
    }
    .kvkk form.onay .onay label {
        font-size: 14px;
    }
}

@media (max-width: 376px) {
    .frm .frm-row {
        min-width: 0;
    }
}
