*, :before, :after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    min-width: 320px;
    line-height: 1.4;
    color: #6B6B6B
}

a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

:before {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

body, div, span, applet, h1, h2, h3, h4, h5, h6, p, a, img, strong, sub, sup, center, dl, dt, dd, ol, ul, li, table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    display: block
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .3em;
    line-height: 1.2;
    color: #393939;
    position: relative;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    letter-spacing: -.05em;
}

    h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
        font-family: 'Jost', sans-serif;
        letter-spacing: 4px;
        color: #C20344;
        text-transform: uppercase;
        font-weight: 500;
        position: absolute;
        top: -25px;
        left: 40px;
        content: attr(data-text);
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 1; /* İstenilen satır sayısı */
        text-overflow: ellipsis;
    }

    h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
        content: '';
        width: 30px;
        height: 2px;
        background: #C20344;
        position: absolute;
        top: -17px;
        left: 0;
    }

.text-center h1:before, .text-center h2:before, .text-center h3:before, .text-center h4:before, .text-center h5:before, .text-center h6:before {
    text-align: center;
    width: 100%;
}

h1 {
    font-size: 38px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #5E5E5E;
    font-weight: 400
}

ul, ol {
    font-size: 16px;
    list-style: inside;
    color: #5E5E5E
}

small, .text_small {
    font-size: .8em
}

section, .center {
    position: relative
}

.center {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px
}

a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none
}

[style*="float: left"] {
    margin: 0 40px 20px 0
}

[style*="float: right"] {
    margin: 0 0 20px 40px
}

[style*="float:left"] {
    margin: 0 40px 20px 0
}

[style*="float:right"] {
    margin: 0 0 20px 40px
}

img {
    max-width: 100%;
    vertical-align: top
}

#back-to-top {
    font-size: 20px;
    visibility: hidden;
    text-decoration: none;
    color: #fff;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #222;
    cursor: pointer;
    border: 0;
    border-radius: 2px
}

    #back-to-top:hover {
        background: #C20344
    }

    #back-to-top.show {
        opacity: 1;
        visibility: visible
    }

table {
    width: 100% !important;
    font-size: 18px;
    color: #121212;
}

    table thead tr th {
        padding: 15px 20px
    }

    table p {
        font-size: 14px
    }

thead {
    text-align: left;
    background: #E6E6E6
}

table tbody tr td {
    padding: 15px 20px;
}

table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

table tbody tr:last-child td {
    border-bottom: none
}

.btn {
    border: 1px solid #C20344;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    background: #C20344;
    border-radius: 3px;
}

    .btn:hover {
        background: #343434;
        border: 1px solid #343434;
        color: #fff;
    }

.btn-t {
    color: #221B63;
    font-size: 12px;
    font-weight: 600;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.v-box {
    align-self: center
}

.breadcrumbs {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 20px 0;
    text-align: left;
    background: #393939;
}

    .breadcrumbs ul {
        list-style: none
    }

        .breadcrumbs ul li {
            display: inline-block;
            text-transform: uppercase;
        }

            .breadcrumbs ul li a {
                text-decoration: none;
                color: #999;
                font-size: 11px;
                display: block;
                font-weight: 500;
                font-family: 'Jost', sans-serif;
            }

                .breadcrumbs ul li a:after {
                    content: '•';
                    margin: 0 6px
                }

            .breadcrumbs ul li:last-child a {
                color: #E20E56
            }

                .breadcrumbs ul li:last-child a:after {
                    content: ''
                }

            .breadcrumbs ul li a:hover {
                opacity: .5;
            }

input, textarea, select {
    border-radius: 0px;
    font-family: 'Roboto',sans-serif;
    background-clip: padding-box;
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    margin: 0 0 10px;
    outline: none;
    font-size: 14px;
    color: #333;
}

label {
    font-size: 12px;
    display: block;
    color: #333
}

    label select {
        margin-top: 10px
    }

select {
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative-webkit-appearance:none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 50%
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=date] {
    padding-left: 100px
}

button {
    background: #ddd;
    cursor: pointer;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

    button.btn {
        width: 100%;
    }

textarea {
    height: 120px
}

label.error {
    font-size: 12px;
    display: block;
    margin: 10px 20px
}

.checkbox input {
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    overflow: hidden;
}

.checkbox span {
    height: 20px;
    min-width: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    position: relative;
}

.checkbox input[type=checkbox]:checked + span i {
    background: #003a9a;
    border-radius: 2px;
    margin: 2px;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox label {
    display: flex;
}

.checkbox a {
    display: inline-block;
    margin-right: 3px;
    color: #333;
    text-decoration: underline;
}

input[type="checkbox"] {
    padding: 0 !important;
    background: #fff;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-bottom: 0
}

.m-1-120 {
    margin-top: 120px !important
}

.m-1-80 {
    margin-top: 80px !important
}

.m-1-60 {
    margin-top: 60px !important
}

.m-1-40 {
    margin-top: 40px !important
}

.m-1-20 {
    margin-top: 20px !important
}

.m-1-10 {
    margin-top: 10px !important
}

.m-2-120 {
    margin-right: 120px !important
}

.m-2-80 {
    margin-right: 80px !important
}

.m-2-60 {
    margin-right: 60px !important
}

.m-2-40 {
    margin-right: 40px !important
}

.m-2-20 {
    margin-right: 20px !important
}

.m-2-10 {
    margin-right: 10px !important
}

.m-3-120 {
    margin-bottom: 120px !important
}

.m-3-80 {
    margin-bottom: 80px !important
}

.m-3-60 {
    margin-bottom: 60px !important
}

.m-3-40 {
    margin-bottom: 40px !important
}

.m-3-20 {
    margin-bottom: 20px !important
}

.m-3-10 {
    margin-bottom: 10px !important
}

.m-4-120 {
    margin-left: 120px !important
}

.m-4-80 {
    margin-left: 80px !important
}

.m-4-60 {
    margin-left: 60px !important
}

.m-4-40 {
    margin-left: 40px !important
}

.m-4-20 {
    margin-left: 20px !important
}

.m-4-10 {
    margin-left: 10px !important
}

.m-x-120 {
    margin: 120px !important
}

.m-x-80 {
    margin: 80px !important
}

.m-x-60 {
    margin: 60px !important
}

.m-x-40 {
    margin: 40px !important
}

.m-x-20 {
    margin: 20px !important
}

.m-x-10 {
    margin: 10px !important
}

.p-1-120 {
    padding-top: 120px !important
}

.p-1-80 {
    padding-top: 80px !important
}

.p-1-60 {
    padding-top: 60px !important
}

.p-1-40 {
    padding-top: 40px !important
}

.p-1-20 {
    padding-top: 20px !important
}

.p-1-10 {
    padding-top: 10px !important
}

.p-2-120 {
    padding-right: 120px !important
}

.p-2-80 {
    padding-right: 80px !important
}

.p-2-60 {
    padding-right: 60px !important
}

.p-2-40 {
    padding-right: 40px !important
}

.p-2-20 {
    padding-right: 20px !important
}

.p-2-10 {
    padding-right: 10px !important
}

.p-3-120 {
    padding-bottom: 120px !important
}

.p-3-80 {
    padding-bottom: 80px !important
}

.p-3-60 {
    padding-bottom: 60px !important
}

.p-3-40 {
    padding-bottom: 40px !important
}

.p-3-20 {
    padding-bottom: 20px !important
}

.p-3-10 {
    padding-bottom: 10px !important
}

.p-4-120 {
    padding-left: 120px !important
}

.p-4-80 {
    padding-left: 80px !important
}

.p-4-60 {
    padding-left: 60px !important
}

.p-4-40 {
    padding-left: 40px !important
}

.p-4-20 {
    padding-left: 20px !important
}

.p-4-10 {
    padding-left: 10px !important
}

.p-x-120 {
    padding: 120px !important
}

.p-x-80 {
    padding: 80px !important
}

.p-x-60 {
    padding: 60px !important
}

.p-x-40 {
    padding: 40px !important
}

.p-x-30 {
    padding: 30px !important
}

.p-x-20 {
    padding: 20px !important
}

.p-x-10 {
    padding: 10px !important
}

.col-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr)
}

.col-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr)
}

.col-4 {
    display: grid;
    grid-template-columns: repeat(4,1fr)
}

.col-5 {
    display: grid;
    grid-template-columns: repeat(5,1fr)
}

.col-6 {
    display: grid;
    grid-template-columns: repeat(6,1fr)
}

.col-7 {
    display: grid;
    grid-template-columns: repeat(7,1fr)
}

.col-8 {
    display: grid;
    grid-template-columns: repeat(8,1fr)
}

.col-9 {
    display: grid;
    grid-template-columns: repeat(9,1fr)
}

.col-10 {
    display: grid;
    grid-template-columns: repeat(10,1fr)
}

.col-11 {
    display: grid;
    grid-template-columns: repeat(11,1fr)
}

.col-12 {
    display: grid;
    grid-template-columns: repeat(12,1fr)
}

.gap-120 {
    gap: 120px 120px
}

.gap-100 {
    gap: 100px 100px
}

.gap-80 {
    gap: 80px 80px
}

.gap-60 {
    gap: 60px 60px
}

.gap-50 {
    gap: 50px 50px
}

.gap-40 {
    gap: 40px 40px
}

.gap-30 {
    gap: 30px 30px
}

.gap-20 {
    gap: 20px 20px
}

.gap-10 {
    gap: 10px 10px
}

img.s-desktop {
    display: block !important
}

img.s-mobile {
    display: none !important
}

@media only screen and (max-width:992px) {
    .col-3 {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .col-4 {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .col-5 {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }

    .col-6 {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }

    .col-7 {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }

    .col-8 {
        display: grid;
        grid-template-columns: repeat(4,1fr)
    }

    .col-9 {
        display: grid;
        grid-template-columns: repeat(5,1fr)
    }

    .col-10 {
        display: grid;
        grid-template-columns: repeat(5,1fr)
    }

    .col-11 {
        display: grid;
        grid-template-columns: repeat(6,1fr)
    }

    .col-12 {
        display: grid;
        grid-template-columns: repeat(6,1fr)
    }

    [style*="float: left"] {
        margin: 0 0 40px;
        width: 100%
    }

    [style*="float: right"] {
        margin: 0 0 40px;
        width: 100%
    }

    [style*="float:left"] {
        margin: 0 0 40px;
        width: 100%
    }

    [style*="float:right"] {
        margin: 0 0 40px;
        width: 100%
    }

    img.s-desktop {
        display: none !important
    }

    img.s-mobile {
        display: block !important
    }
}

@media only screen and (max-width:660px) {
    .col-2 {
        display: grid;
        grid-template-columns: repeat(1,1fr)
    }

    .col-3 {
        display: grid;
        grid-template-columns: repeat(1,1fr)
    }

    .col-4 {
        display: grid;
        grid-template-columns: repeat(1,1fr)
    }

    .col-5 {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .col-6 {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .col-7 {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .col-8 {
        display: grid;
        grid-template-columns: repeat(2,1fr)
    }

    .col-9 {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }

    .col-10 {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }

    .col-11 {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }

    .col-12 {
        display: grid;
        grid-template-columns: repeat(3,1fr)
    }
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .col-2 > div {
        display: inline-block;
        width: calc(50% - 40px);
        margin-right: 20px
    }

    .col-3 > div {
        display: inline-block;
        width: 33.333% - 40px);
        margin-right: 20px
    }

    .col-4 > div {
        display: inline-block;
        width: 25% - 40px);
        margin-right: 20px
    }

    .col-5 > div {
        display: inline-block;
        width: 20% - 40px);
        margin-right: 20px
    }

    .col-6 > div {
        display: inline-block;
        width: 16.666% - 40px);
        margin-right: 20px
    }

    .col-7 > div {
        display: inline-block;
        width: 14.285% - 40px);
        margin-right: 20px
    }

    .col-8 > div {
        display: inline-block;
        width: 12.5% - 40px);
        margin-right: 20px
    }

    .col-9 > div {
        display: inline-block;
        width: 11.111% - 40px);
        margin-right: 20px
    }

    .col-10 > div {
        display: inline-block;
        width: 10% - 40px);
        margin-right: 20px
    }

    .col-11 > div {
        display: inline-block;
        width: 9.09% - 40px);
        margin-right: 20px
    }

    .col-12 > div {
        display: inline-block;
        width: 8.333% - 40px);
        margin-right: 20px
    }
}

@media screen\9 {
    .col-2 > div {
        display: inline-block;
        width: calc(50% - 40px);
        margin-right: 20px
    }

    .col-3 > div {
        display: inline-block;
        width: 33.333% - 40px);
        margin-right: 20px
    }

    .col-4 > div {
        display: inline-block;
        width: 25% - 40px);
        margin-right: 20px
    }

    .col-5 > div {
        display: inline-block;
        width: 20% - 40px);
        margin-right: 20px
    }

    .col-6 > div {
        display: inline-block;
        width: 16.666% - 40px);
        margin-right: 20px
    }

    .col-7 > div {
        display: inline-block;
        width: 14.285% - 40px);
        margin-right: 20px
    }

    .col-8 > div {
        display: inline-block;
        width: 12.5% - 40px);
        margin-right: 20px
    }

    .col-9 > div {
        display: inline-block;
        width: 11.111% - 40px);
        margin-right: 20px
    }

    .col-10 > div {
        display: inline-block;
        width: 10% - 40px);
        margin-right: 20px
    }

    .col-11 > div {
        display: inline-block;
        width: 9.09% - 40px);
        margin-right: 20px
    }

    .col-12 > div {
        display: inline-block;
        width: 8.333% - 40px);
        margin-right: 20px
    }
}

@media \0screen {
    .col-2 > div {
        display: inline-block;
        width: 50% - 40px);
        margin-right: 20px
    }

    .col-3 > div {
        display: inline-block;
        width: 33.333% - 40px);
        margin-right: 20px
    }

    .col-4 > div {
        display: inline-block;
        width: 25% - 40px);
        margin-right: 20px
    }

    .col-5 > div {
        display: inline-block;
        width: 20% - 40px);
        margin-right: 20px
    }

    .col-6 > div {
        display: inline-block;
        width: 16.666% - 40px);
        margin-right: 20px
    }

    .col-7 > div {
        display: inline-block;
        width: 14.285% - 40px);
        margin-right: 20px
    }

    .col-8 > div {
        display: inline-block;
        width: 12.5% - 40px);
        margin-right: 20px
    }

    .col-9 > div {
        display: inline-block;
        width: 11.111% - 40px);
        margin-right: 20px
    }

    .col-10 > div {
        display: inline-block;
        width: 10% - 40px);
        margin-right: 20px
    }

    .col-11 > div {
        display: inline-block;
        width: 9.09% - 40px);
        margin-right: 20px
    }

    .col-12 > div {
        display: inline-block;
        width: 8.333% - 40px);
        margin-right: 20px
    }
}

@media \0screen\,screen\9 {
    .col-2 > div {
        display: inline-block;
        width: 50% - 40px);
        margin-right: 20px
    }

    .col-3 > div {
        display: inline-block;
        width: 33.333% - 40px);
        margin-right: 20px
    }

    .col-4 > div {
        display: inline-block;
        width: 25% - 40px);
        margin-right: 20px
    }

    .col-5 > div {
        display: inline-block;
        width: 20% - 40px);
        margin-right: 20px
    }

    .col-6 > div {
        display: inline-block;
        width: 16.666% - 40px);
        margin-right: 20px
    }

    .col-7 > div {
        display: inline-block;
        width: 14.285% - 40px);
        margin-right: 20px
    }

    .col-8 > div {
        display: inline-block;
        width: 12.5% - 40px);
        margin-right: 20px
    }

    .col-9 > div {
        display: inline-block;
        width: 11.111% - 40px);
        margin-right: 20px
    }

    .col-10 > div {
        display: inline-block;
        width: 10% - 40px);
        margin-right: 20px
    }

    .col-11 > div {
        display: inline-block;
        width: 9.09% - 40px);
        margin-right: 20px
    }

    .col-12 > div {
        display: inline-block;
        width: 8.333% - 40px);
        margin-right: 20px
    }
}

@media screen and (min-width:0\0) {
    .col-2 > div {
        display: inline-block;
        width: calc(50% - 40px);
        margin-right: 20px
    }

    .col-3 > div {
        display: inline-block;
        width: 33.333% - 40px);
        margin-right: 20px
    }

    .col-4 > div {
        display: inline-block;
        width: 25% - 40px);
        margin-right: 20px
    }

    .col-5 > div {
        display: inline-block;
        width: 20% - 40px);
        margin-right: 20px
    }

    .col-6 > div {
        display: inline-block;
        width: 16.666% - 40px);
        margin-right: 20px
    }

    .col-7 > div {
        display: inline-block;
        width: 14.285% - 40px);
        margin-right: 20px
    }

    .col-8 > div {
        display: inline-block;
        width: 12.5% - 40px);
        margin-right: 20px
    }

    .col-9 > div {
        display: inline-block;
        width: 11.111% - 40px);
        margin-right: 20px
    }

    .col-10 > div {
        display: inline-block;
        width: 10% - 40px);
        margin-right: 20px
    }

    .col-11 > div {
        display: inline-block;
        width: 9.09% - 40px);
        margin-right: 20px
    }

    .col-12 > div {
        display: inline-block;
        width: 8.333% - 40px);
        margin-right: 20px
    }
}
