﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'SVN-Optima';
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'SVN-Optima';
    letter-spacing: .3px;
    font-style: normal;
    color: #5C4A45;
}

html, body {
    width: 100%;
    height: 100%;
     font-family: 'SVN-Optima';

}

a {
    text-decoration: none;
     font-family: 'SVN-Optima';
    font-size: 16px;
    letter-spacing: 0px; /* transition: all .5s ease-out; */
}

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

b, strong {
    font-weight: 600;
}

ol, ul {
    list-style: none;
    margin: 0;
}

body {
    line-height: 1;
     font-family: 'SVN-Optima';
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



p {
    line-height: 26px;
    margin-bottom: 11px;
    font-size: calc(20px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
    line-height: calc(26px + (26 - 20) * ((100vw - 300px) / (1600 - 300)));
}

.temizle {
    clear: both;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}


.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.no-margin {
    margin: 0 !important;
}

.ds-effect {
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,.1);
    transition: .22s ease-out;
    transition-property: transform,box-shadow;
}

    .ds-effect:hover {
        transform: translate3d(0,-.1875rem,0);
        box-shadow: 5px 15px 30px 0 rgba(0,0,0,.15);
    }

.mt0 {
    margin-top: 0px !important
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt25 {
    margin-top: 25px
}

.mt45 {
    margin-top: 45px
}
.mt50 {margin-top: 45px !important}

.bg30, .bg50, .bg60,.bg70, .bglogo{    width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;}
.bg30 {background: rgb(28 16 8 / 37%);}
.bg60 {background: rgb(0 0 0 / 50%);}
.bg50 {background: rgb(0 0 0 / 50%);}
.bg70 {background: rgba(0, 0, 0, .7);}


.grdbg {width: 100%;position: absolute;height: 25vh;top: 0;z-index: 2;background: rgb(0,0,0);background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 0%) 100%);}
.grdbgbottom {width: 100%;position: absolute;   height: 25vh;bottom: 0;z-index: 2;background: rgb(0 0 0);background: linear-gradient(0deg, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 0%) 100%);}

.table {display: table;width: 100%}
.table > .row {display: table-row}
.table > .row > div {display: table-cell;vertical-align: middle}
.td2.table > .row > div {width: calc(100% / 2)}
.td3.table > .row > div {width: calc(100% / 3)}
.td4.table > .row > div {width: calc(100% / 4)}
.td5.table > .row > div {width: calc(100% / 5)}

.main {width: 100%;padding-bottom: 20vh;}
.alink {margin-top: -50px;position: absolute;}
.ust-colud {background: url(/img/ust-colud.png) no-repeat;background-size: 100% auto;}
.kapla {position: relative}
.txtmain {width: calc(100% - 25px);padding-right: 25px;}
.rtl {flex-direction: row-reverse;}
.leftcolum {padding: 0;padding-left: 50px;}
.twon {font-weight: 300}

    .twon a {
        font-weight: bold
    }

    .twon a, .twon {
        font-size: 12px;
    }

        .twon a:hover {
            color: #7b5f48;
        }

.icortala {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}

h1, h2 {
    font-weight: normal;
    letter-spacing: .1px
}

.colum {
    width: 100%; /* padding-top: 7vh; */
    text-align: center;
    margin-bottom: 3vh;
}

.beyaz {
    color: #fff !important
}


form:focus {
    outline: 0;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

body.no-scroll, html.no-scroll {
    overflow: hidden;
}

body.homepage, html.homepage {
    padding-top: calc(100vh - 210px);
}

textarea {
    overflow: auto;
    resize: none;
}

    textarea::placeholder {
        color: #BFB5B2 !important
    }

::-webkit-input-placeholder {
    color: #BFB5B2 !important
}

:-ms-input-placeholder {
    color: #BFB5B2 !important;
}

::placeholder {
    color: #BFB5B2 !important;
}

.toplink {
    position: absolute;
    margin-top: -60px
}


.opentab {
    width: 100%;
}

    .opentab > h2 {
        border: 1px solid rgba(144, 142, 143, 0.25);
        font-weight: 600;
        padding: 15px 10px;
        margin: 3px 0;
        cursor: pointer;
        text-align: center;
        color: #c8c7c7;
        font-family: 'futura_light_trlight';
        line-height: 20px;
        font-size: 16px;
    }

        .opentab > h2 > span {
            font-family: sans-serif
        }

    .opentab > div > h3 {
        font-weight: 600;
        color: #00a550;
        padding-bottom: 20px;
        font-size: 34px;
    }

    .opentab > div {
        display: none;
        padding: 20px 20px; /* border: 1px solid rgba(144, 142, 143, 0.25); */
        color: #c8c7c7;
        text-align: center;
        line-height: 20px;
    }

        .opentab > div > a {
            text-decoration: none;
            color: #8f8d8d;
            border-bottom: 1px dotted rgba(25, 25, 25, 0.28);
            width: 100%;
            display: block;
            line-height: 33px;
            font-size: 13px;
        }

    .opentab > .active {
        background: #545454 !important;
        color: #fff !important;
        font-size: 19px;
        font-weight: 600;
    }

.ricon {
    font-size: 21px; /* border-left: 1px solid #e5e5e5; */
    padding-left: 15px;
    float: right;
}

/*List dizayn*/

.opentab > div > ul {
    list-style-type: square;
}

    .opentab > div > ul > li {
        margin: 10px;
    }


.opentab .fa {
    padding-right: 5px;
}


#loading-wrap {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 10000;background-color: rgba(0,0,0,.2);display: none}
#loading {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 55px;height: 55px;border-radius: 50%;border: 5px solid rgb(255 255 255 /50%);border-top-color: var(--color);animation: icon-spin 1s ease-in-out infinite;}
@keyframes icon-spin {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg)}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg)}
}


.close {width: 32px;height: 32px;opacity: 0.3; cursor:pointer;position:relative}
.close:hover {opacity: 1;}
.close:before, .close:after {position: absolute;left: 15px;content: ' ';height: 33px;width: 2px;background-color: #333;}
.close:before {transform: rotate(45deg);}
.close:after {transform: rotate(-45deg);}

.nexticon{width: 11px;height: 11px;position: relative;display: flex;align-items: center;justify-content: center;}
.nexticon:before, .nexticon:after {position: absolute;content: ' ';height: 7px;width: 2px;bottom: 0;right: 0;background-color: #000;}
.nexticon:before {transform: rotate(45deg);}
.nexticon:after {transform: rotate(-45deg);top: 0;height: 7px;}

.backicon{width: 11px;height: 11px;position: relative;display: flex;align-items: center;justify-content: center; transform: rotateY(180deg);}
.backicon:before, .backicon:after {position: absolute;content: ' ';height: 7px;width: 2px;bottom: 0;left: 0;background-color: #000;}
.backicon:before {transform: rotate(45deg);}
.backicon:after {transform: rotate(-45deg);top: 0;height: 7px;}

.downicon{position:relative;width: 20px;height: 10px;display: flex;justify-content: center;align-items: center;transform: rotate(0deg);transition: 0.5s;}
.downicon:before, .downicon::after {position: absolute;content: ' ';height: 8px;width: 2px;background-color: var(--color);}
.downicon:before {transform: rotate(45deg);right: 0;bottom: 0;}
.downicon:after {transform: rotate(-45deg);bottom: 0;right: 4;}

.upicon{position:relative;width: 20px;height: 10px;display: flex;justify-content: center;align-items: center;transition: 0.5s;}
.upicon:before, .upicon::after {position: absolute;content: ' ';height: 8px;width: 2px;background-color: var(--color);}
.upicon:before {transform: rotate(45deg);left: 4px;bottom: 0;}
.upicon:after {transform: rotate(-45deg);bottom: 0;}

.radio-button, .checkbox{display: flex;align-items: center;cursor: pointer;}
.radio-button>.check, .checkbox>.check{width: 14px;height: 14px;border: 1px solid #D3D3D3;margin-right: 5px;border-radius: 3px;position: relative;display: flex;justify-content: center;align-items: center;}
.radio-button>.check{border-radius: 100%;}
.checkbox.active>.check:before,.checkbox.active>.check:after {position: absolute;content: ' ';height: 8px;width: 2px;bottom: 2px;background-color: #fff;}
.checkbox>.check:before {transform: rotate(45deg);right: 3px;}
.checkbox>.check:after {transform: rotate(-45deg);bottom: 3px;height: 5px !important;left: 3px;}
.checkbox>.check:hover, .checkbox.active>.check {background: var(--color);border: 1px solid var(--color);}

.radio-button.active>.check:before,.radio-button.active>.check:after {position: absolute;content: ' ';height: 8px;width: 2px;bottom: 2px;background-color: #fff;}
.radio-button>.check:before {transform: rotate(45deg);right: 3px;}
.radio-button>.check:after {transform: rotate(-45deg);bottom: 3px;height: 5px !important;left: 3px;}
.radio-button>.check:hover, .radio-button.active>.check {background: var(--color);border: 1px solid var(--color);}




@media (min-width:319px) and (max-width:768px) {
    body.homepage, html.homepage {
        padding-top: calc(100vh - 317px);
    }
}
