﻿/** meyer css **/
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    /* padding: 0;
    border: 0; */
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
caption, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    padding: 0;
    border: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    position: relative;
}

   
a img, :link img, :visited img {
    border: 0;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}
/**           **/

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-BoldItalic.eot');
    src: url('font/SourceSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('font/SourceSansPro-BoldItalic.woff2') format('woff2'), url('font/SourceSansPro-BoldItalic.woff') format('woff'), url('font/SourceSansPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Bold.eot');
    src: url('font/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('font/SourceSansPro-Bold.woff2') format('woff2'), url('font/SourceSansPro-Bold.woff') format('woff'), url('font/SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-SemiBoldItalic.eot');
    src: url('font/SourceSansPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('font/SourceSansPro-SemiBoldItalic.woff2') format('woff2'), url('font/SourceSansPro-SemiBoldItalic.woff') format('woff'), url('font/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-SemiBold.eot');
    src: url('font/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'), url('font/SourceSansPro-SemiBold.woff2') format('woff2'), url('font/SourceSansPro-SemiBold.woff') format('woff'), url('font/SourceSansPro-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Italic.eot');
    src: url('font/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'), url('font/SourceSansPro-Italic.woff2') format('woff2'), url('font/SourceSansPro-Italic.woff') format('woff'), url('font/SourceSansPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Regular.eot');
    src: url('font/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('font/SourceSansPro-Regular.woff2') format('woff2'), url('font/SourceSansPro-Regular.woff') format('woff'), url('font/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Source Sans Pro";
    font-size: 16px;
    background: #fff;
}

.main {
    width: 1200px;
    margin: auto;
}
#slider2 {
    position: relative;
    margin-top: 56px;
    width: 130px;
    height: 368px;
    margin: 45px 13px;
    /*    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    margin-bottom: 40px;*/
}
.error-container {
    display: block;
    margin-bottom: 126px;
    margin-top: 28px;
}

.error {
    display: inline-block;
    position: relative;
    margin-left: 40%;
    margin-top: 6%;
}

.error-text {
    text-align: center;
    font-size: 18px;
    width: 68%;
    margin-left: -62px;
}

.error-header {
    font-size: 18px;
    color: #393939;
    font-weight: 700;
    text-align: center;
    margin-right: 41%;
}

.error-text.internet {
    width: 93%;
}

.error-header.internet2 {
    margin-right: 26%;
    margin-bottom: 20px;
}

.login-button.error {
    top: -103px;
}

.footer-top.error {
    margin-left: 0%;
    margin-top: 0%;
}
.cookies {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    z-index: 15;
    background-color: white;
    display: table;
}

.cookies-text {
    width: 100%;
    max-width: 1200px;
    margin-left: calc(50% - 600px);
    float: left;
    height: 80px;
    display: table;
    padding: 0 15px;
    text-align: center;
}

    .cookies-text p {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        color: #828282;
    }

    .cookies-text a {
        color: #e10d19;
        transition: .4s ease-in-out;
    }

        .cookies-text a:hover {
            color: #153b6a;
        }

.cookies-decision {
    float: right;
    display: table;
    width: 160px;
    height: 100%;
    margin-right: 40px;
}

.cookies-button {
    width: 100px;
    height: 35px;
    margin-right: 20px;
    float: left;
}

    .cookies-button a {
        width: 100%;
        display: block;
        line-height: 35px;
        font-weight: 600;
        color: white;
        text-align: center;
        border-radius: 40px;
        background-color: #153b6a;
        transition: 0.4s ease-in-out;
        margin-top: 22.5px;
    }

        .cookies-button a:hover {
            background-color: #e10d19;
        }

.cookies-close {
    width: 15px;
    height: 15px;
    margin-left: 25px;
    float: left;
    margin-top: 29.5px;
    display: table;
}

    .cookies-close a {
        display: table-cell;
        vertical-align: middle;
    }

    .cookies-close i {
        text-align: center;
        color: #e10d19;
        font-size: 21px;
        transition: .4s ease-in-out;
    }

    .cookies-close a:hover i {
        color: #393939;
    }

.page-content {
    width: 100%;
    margin-top: 130px;
}
.form-error {
    color: #db2b1d;
    position: absolute;
    right: 4px;
    top: 4px;
}
.header {
    position: fixed;
    display: table;
    width: 100%;
    padding: 0 calc((50% - 600px)/2);
    min-height: 130px;
    background-color: #f7f7f7;
    z-index: 14;
    top: 0;
}

    .header.fixed {
        -webkit-box-shadow: 0px 10px 10px -5px rgb(41 37 41 / 10%);
        box-shadow: 0px 10px 10px -5px rgb(41 37 41 / 10%);
        min-height: 130px;
    }
/* .header.fixed { -webkit-box-shadow: 0px 10px 10px -5px rgb(41 37 41 / 10%); box-shadow: 0px 10px 10px -5px rgb(41 37 41 / 10%); } */
.header-logo {
    display: table;
    width: 200px;
    height: 100%;
    float: left;
    min-height: inherit;
    /* margin-left: calc((50% - 600px) / 3 * 2); */
}

.header-logo-holder {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

    .header-logo-holder img {
        width: 130%;
        height: 100%;
        object-fit: contain;
    }

.header-right-side {
    float: right;
    /* width: calc(100% - 230px - (50% - 600px) / 3 * 2); */
    width: calc(100% - 203px);
    height: 100%;
    min-height: inherit;
}

.header-top {
    width: calc(600px + (50% - 600px));
    height: 40px;
    background-color: #db2b1d;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.header-top-slogan {
    width: fit-content;
    float: left;
    padding: 0 20px;
    line-height: 40px;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    letter-spacing: 2px;
}

.FormErrorStar {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 16px;
    color: red;
    float: right;
    bottom: 71px;
    right: 6px;
}
span#ContentPlaceHolder1_rfvContactMessage {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 16px;
    color: red;
    float: right;
    bottom: 148px;
    right: 6px;
}

span#ContentPlaceHolder1_reqContactMail {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 16px;
    color: red;
    float: left;
    bottom: 0px;
    right: 0px;
}
.FormError {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 16px;
    color: red;
    float: right;
    bottom: 45px;
    right: 6px;
}

.header-top-language {
    float: right;
    background-color: #f7f7f7;
    position: relative;
    z-index: 10;
    /* right: calc((100% - 600px) / 3 * 2); */ right: calc((100% - 600px) / 2);
}

    .header-top-language a {
        padding: 5px 12px 1px 12px;
        display: block;
    }

.header-top-language-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    color: #393939;
}

.header-bottom {
    clear: both;
    height: 100%;
    min-height: inherit;
}



/*.menu {
    width: calc(100% - 260px);
    float: left;
    display: block;
    height: 100%;
    min-height: inherit;
    padding-top: 70px;
    margin-right: 150px;
    width: calc(100% - 400px);
}*/

nav.primary-navigation {
    width: calc(100% - 260px);
    float: left;
    display: block;
    height: 47%;
    min-height: inherit;
    padding-top: 13px;
    margin-right: 50px;
    width: calc(100% - 257px);
    padding-left: 132px;
}




.dropdown li .list ul {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
}

    .dropdown li .list ul li {
        list-style: none;
        display: inline-block;
        color: #fff;
        margin-top: 63px;
        margin-left: 40px;
    }

.dropdown li .list li a {
    display: block;
    color: #153b6a;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

nav.primary-navigation ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-top: 63px;
    margin-left: 40px;
    position: relative;
}

nav.primary-navigation li a {
    display: block;
    color: #153b6a;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

nav.primary-navigation > ul > li > ul > li > ul > li > a {
    color: #393939;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    font-weight: unset;
    text-transform: capitalize;
}


nav.primary-navigation li a:hover {
    color: #e10d19;
}

nav.primary-navigation > ul > li > ul > li > ul > li > a:hover {
    color: #e10d19;
}

nav.primary-navigation li:hover {
    cursor: pointer;
}

nav.primary-navigation ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding-left: 0;
    left: 0;
    display: none;
    background: #fff;
    border-radius: 23px;
    margin-top: 20px;
    min-height: 250px;
}

    nav.primary-navigation ul li ul#markalar {
        width: 700px;
        min-height: 177px;
        padding-top: 20px;
        padding-left: 42px;
    }
/*yeni yazdığım*/
nav.primary-navigation > ul > li > ul > li > ul {
    visibility: visible;
    opacity: 1;
    background: none;
    left: inherit;
    top: inherit;
    border-radius: unset;
    box-shadow: none;
    margin-top: 6px;
    display: block;
    position: relative;
    min-height: auto;
}


nav.primary-navigation > ul > li:hover > ul,
nav.primary-navigation > ul > li > ul:hover {
    visibility: visible;
    opacity: 97%;
    display: block;
    min-width: 250px;
    text-align: left;
    padding-top: 20px;
    box-shadow: 0px 3px 5px -1px rgba(40 52 27 / 0.24);
    margin-left: -352px;
    width: 1187px;
    min-height: 250px;
    padding-bottom: 28px;
    position: absolute;
}

nav.primary-navigation ul li ul:after {
    content: '';
    position: absolute;
    /*bottom: 10px;*/
    left: 1.5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: 345px;
    margin-bottom: 343px;
    transform: rotate(181deg);
    top: -19px;
}

nav.primary-navigation ul li ul li.marka {
    width: 23%;
    margin-top: 34px;
}

nav.primary-navigation > ul > li > ul > li > ul:after {
    display: none;
    border: none;
}
/* 
nav.primary-navigation > ul > li > ul > li > ul:after{
     margin-left: 343px;
            margin-bottom: 343px;
}*/

nav.primary-navigation ul li ul li {
    clear: both;
    width: 21%;
    text-align: left;
    border-style: none;
    font-size: 16px;
    text-decoration: underline;
    color: #153b6a;
    margin-top: 30px;
    margin-left: 46px;
}

nav.primary-navigation > ul > li > ul > li .products-all a {
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #e10d19;
    font-weight: 600;
    text-transform: capitalize;
}

    nav.primary-navigation > ul > li > ul > li .products-all a:hover {
        color: #153b6a;
    }

nav.primary-navigation > ul > li > ul > li .products-all {
    display: table;
    text-decoration: none;
}

nav.primary-navigation ul li:nth-child(2) {
    margin-top: 10px;
    display: inline-block;
}

/*yeni yazdığım*/
nav.primary-navigation > ul > li > ul > li > ul > li {
    text-decoration: none;
    color: #393939;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    width: 102%;
    margin-bottom: 0;
    margin-left: 1px;
    margin-top: 9px;
}

nav.primary-navigation > ul > li > ul > li > ul:nth-child(2) {
    display: table;
    margin-top: 0px;
}

a {
    text-decoration: none;
}

/*.menu { width: calc(100% - ((50% + 115px) - 390px)); float: left; display: block; height: 100%; min-height: inherit; padding-top: 70px;
    width: calc(100% - ((50% + 115px) - 600px + 210px))  }*/
.header.fixed .menu {
    padding-top: 4px;
}
/* .menu ul { display: block; height: 100%; float: right; }
.menu li{ float: left; text-align: center; margin: 0 10px; overflow: hidden; }
.menu li i{ font-size: 20px; color: #153b6a;  }
.menu li a{ display: block; padding: 5px 10px; color: #393939; font-size: 18px; font-weight: 600; text-align: center; }
.menu li a span{ display: block; transition: 0.4s ease-in-out; position: relative; }
.menu li a span::before{ position: absolute; content: attr(data-hover); top: 150%; color: #153b6a; } */
.menu ul {
    display: table;
    height: 100%;
    float: right;
    margin-left: 146px;
}

.menu li {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    padding: 13px 6px 0 20px;
}

    .menu li i {
        font-size: 20px;
        color: #3c2a99;
    }

    .menu li a {
        display: block;
        color: #393939;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

    .menu li:first-child {
        padding: 5px 40px;
    }

    .menu li a span {
        display: block;
        transition: 0.4s ease-in-out;
        position: relative;
    }

        .menu li a span::before {
            position: absolute;
            content: attr(data-hover);
            top: 250%;
            color: #153b6a;
        }

    .menu li:first-child span::before {
        content: "\f015";
        font-family: "Font Awesome 5 Free";
        font-size: 20px;
        font-weight: 900;
    }

    .menu li a:hover span {
        transform: translate3d(0, -250%, 0);
    }

.header-bottom-search {
    float: right;
    width: 160px;
    position: relative;
    display: table;
    min-height: inherit;
    padding-top: 40px;
}
/*.header-bottom-search{ float: right; width: calc(50% - 275px); position: relative; display: table; min-height: inherit;
    width: calc((50% + 115px) - 600px + 210px)  }*/

.slider-content {
    height: calc(100vh - 140px);
    position: relative;
}

.slider {
    height: 100%;
    width: 100%;
}

.swiper-button-prev, .swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    top: calc(50% - 30px) !important;
    opacity: 0.25;
    position: relative;
}

    .swiper-button-prev::before, .swiper-button-next::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
        background-color: white;
        z-index: -1;
        border-radius: 50%;
    }

    .swiper-button-prev:hover, .swiper-button-next:hover {
        opacity: 1;
        color: #828282 !important;
        font-size: 14px !important;
    }

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-img {
    width: 100%;
    height: 100%;
}

.swiper-content {
    position: absolute;
    width: 670px;
    height: 310px;
    top: 0;
    right: 0;
    background-color: #547092;
    padding: 70px 0 0 40px;
    opacity: 60%;
}

.swiper-header {
    width: auto;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: white;
    margin-top: -24px;
}
    .swiper-header.active {
        margin-top: 10px;
    }


.swiper-link {
    padding-top: 50px;
    position: relative;
    width: fit-content;
}

    .swiper-link a {
        font-weight: 600;
        color: white;
        padding-right: 30px;
        position: relative;
        z-index: 1;
    }

    .swiper-link::before {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        color: white;
        position: absolute;
        right: 0;
        font-weight: 600;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
        transition-delay: 0.25s;
    }

    .swiper-link:hover::before {
        transform: translateX(45px);
        opacity: 0;
        transition-delay: 0s;
    }

    .swiper-link::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        color: white;
        position: absolute;
        right: 0;
        font-weight: 600;
        transform: translateX(-45px);
        opacity: 0;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
        transition-delay: 0s;
    }

    .swiper-link:hover::after {
        transform: translateX(0);
        opacity: 1;
        transition-delay: 0.25s;
    }

.swiper-pagination {
    width: 630px;
    top: 270px;
    right: 0;
    display:none;
}

.swiper-pagination-bullet {
    float: left;
    width: 45px;
    height: 10px;
    background-color: white;
    margin-right: 8px;
    bottom: 0px;
    margin-top: 30px;
    display:none;
}

    .swiper-pagination-bullet:hover {
        height: 20px;
        margin-top: 20px;
        display:none;
    }

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 30px;
    margin-top: 10px;
    display:none;
}

.main-corporate {
    display: table;
}

.main-corporate-img {
    /*    width: 50%;
    max-height: 710px;
    position: relative;
    display: table-cell;
    padding-right: 130px;
    float:right;*/

    width: 46%;
    position: relative;
    display: table-cell;
    float: right;
    max-height: 710px;
}
    .main-corporate-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: left bottom;
    }
    /* .main-corporate-img { width: calc(50% - 125px); max-height: 710px; margin-right: 160px; float: left; position: relative; } */
/*    .main-corporate-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/
/* .main-corporate-img-text { position: absolute; font-size: 33px; font-weight: 600; color: white; bottom: 30px; right: 0; transform: rotate(-90deg) translate3d( +50%, 0, 0); } */
.main-corporate-img-text {
    position: absolute;
    font-size: 33px;
    font-weight: 600;
    color: white;
    bottom: 30px;
    left: 67px;
    transform: rotate(-90deg);
    letter-spacing: 3px;
    transform-origin: 0 0;
}

    .main-corporate-img-text span {
        font-size: 45px;
        font-weight: bold;
    }

/* .main-corporate-content{ width: calc(50% - 385px); float: left; } */
.main-corporate-content {
    /* width: 45%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    float: left;
    padding-left: 350px;
    margin: 80px auto;*/
    /*yeni yazdığım*/
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-right: calc(50% - 1000px);
    float: left;
    padding-left: 350px;
    margin-top: 60px;
}


.main-corporate-content-hedaer {
    font-size: 36px;
    font-weight: bold;
    color: #3c2a99;
    margin-bottom: 25px;
}

.main-corporate-content-text {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #828282;
    padding-right: 50px;
    text-align: justify;
}

.main-corporate-content-link {
    display: block;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    margin-top: 110px;
    color: #3c2a99;
    padding: 25px 135px 25px 35px;
    border: 2px solid #3c2a99;
    border-radius: 40px;
    position: relative;
}

    .main-corporate-content-link::before {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        color: #db2b1d;
        position: absolute;
        right: 35px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
        transition-delay: 0.25s;
    }

    .main-corporate-content-link::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        color: #db2b1d;
        position: absolute;
        right: 35px;
        transform: translateX(-45px);
        opacity: 0;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
        transition-delay: 0s;
    }

    .main-corporate-content-link:hover::before {
        transform: translateX(45px);
        opacity: 0;
        transition-delay: 0s;
    }

    .main-corporate-content-link:hover::after {
        transform: translateX(0);
        opacity: 1;
        transition-delay: 0.25s;
    }

/*.main-corporate-content-link:hover::before { -webkit-animation: floatingArrow 0.75s;
    animation: floatingArrow 0.75s; animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-direction: normal;
}

@keyframes floatingArrow {
    0% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(45px); opacity: 0; }
    51% { transform: translateX(-45px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}  */
/* .corporate-abstract-content-left-header a:hover{ color: #5d9f9b; }
.corporate-abstract-content-left-header a:hover::after{ -webkit-animation: floatingArrow 0.75s; */
/* Chrome, Safari, Opera */
/* animation: floatingArrow 0.75s; animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-direction: normal; }
@keyframes floatingArrow {
    0% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(50px); opacity: 0; }
    51% { transform: translateX(-50px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
} */

.main-products {
    margin: 30px 0;
}

.main-products-header {
    font-size: 36px;
    font-weight: bold;
    color: #3c2a99;
    text-align: left;
    margin: 50px 0;
}

.slick-dots {
    position: absolute;
    top: -70px;
    right: 30px;
}

    .slick-dots li {
        position: relative;
        float: left;
        margin-left: 9px;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 10px;
            height: 10px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:before {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                text-align: center;
                background-color: #dadada;
            }

        .slick-dots li.slick-active button:before {
            background-color: #db2b1d;
        }

        .slick-dots li button:hover::before {
            background-color: #db2b1d;
        }
/* .slick-dots li:hover::before { content: ""; width: 14px; height: 14px; position: absolute;
    top: -2px; left: -2px; border: 1px solid #e10d19; border-radius: 50%; } */

.main-products-list {
    width: calc(100% + 60px);
    margin-left: -30px;
}

.main-products-list-content {
    width: calc(100% - 60px);
    margin: auto;
    width: 360px;
    height: 435px;
}

    .main-products-list-content a { /*border: 4px solid #f7f7f7;*/
        display: block;
        transition: 0.4s ease-in-out;
        position: relative;
    }

        .main-products-list-content a:hover {
            border-color: #e10d19;
        }

.main-products-list-content-img {
    width: 100%;
    height: 320px;
    display: table;
}

.img-cell {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.slick-slide .main-products-list-content-img img {
    max-width: 100%;
    max-height: 250px;
    display:inline-block;
}

.main-products-list-content-header {
    font-size: 18px;
    font-weight: 600;
    color: #393939;
    padding: 0 20px;
    text-align: center;
    margin: 30px 0;
}

.main-products-list-content-text {
    font-size: 14px;
    color: #db2b1d;
    padding: 0 20px;
    text-align: center;
    margin: 15px 0;
}

.main-usage {
    width: 100%;
    display: table;
    padding: 75px 0;
}
/* .main-usage-img { display: table-cell; width: 39%; height: 585px; opacity: 0.76; clip-path: polygon(100% 0, 75% 40%, 75% 100%, 35% 100%, 0 66% , 0 0); position: relative; }
.main-usage-img::before { content: ""; width: 40.4%; height: 59.8%; left: 34.7%; position: absolute; background-color: #153b6a;
    bottom: 2px; clip-path: polygon(100% 0, 100% 100%, 0 100%); opacity: 0.75; z-index: 1; filter: brightness(1.15); }
.main-usage-img img{ width: 100%; height: 100%; object-fit: none; object-position: left; filter: grayscale(); } */
.main-usage-img {
    display: table-cell;
    width: 39%;
    height: 585px;
    position: relative;
}

    .main-usage-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

.main-usage-header {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    color: white;
    position: absolute;
    bottom: 50px;
    right: 200px;
    width: 150px;
}

.main-usage-list {
    display: table-cell;
    width: 61%;
    padding-left: 30px;
    padding-right: calc(50% - 600px);
    vertical-align: middle;
}

    .main-usage-list ul {
        display: table;
        width: 104%;
    }

    .main-usage-list li {
        display: table;
        width: 46%;
        margin-right: 4%;
        margin-bottom: 4%;
        float: left;
        background-color: #f7f7f7;
        height: 90px;
    }

        .main-usage-list li a {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            position: relative;
            padding-left: 40px;
            padding-right: 70px;
            font-size: 22px;
            font-weight: 600;
            color: #393939;
        }

            .main-usage-list li a::before {
                content: "\f061";
                font-family: "Font Awesome 5 Free";
                color: #db2b1d;
                position: absolute;
                right: 35px;
                transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
                transition-delay: 0.25s;
            }

            .main-usage-list li a::after {
                content: "\f061";
                font-family: "Font Awesome 5 Free";
                color: #db2b1d;
                transition-delay: 0s;
                position: absolute;
                right: 35px;
                transform: translateX(-45px);
                opacity: 0;
                transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
            }

        .main-usage-list li:hover a::before {
            transform: translateX(45px);
            opacity: 0;
            transition-delay: 0s;
        }

        .main-usage-list li:hover a::after {
            transform: translateX(0);
            opacity: 1;
            transition-delay: 0.25s;
        }

.main-brands {
    margin: 30px 0;
}

.main-brands-header {
    max-width: 1200px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #3c2a99;
    margin: 60px auto;
}

.main-brands-list {
    margin: 0 6%;
}

    .main-brands-list ul {
        display: table;
        width: 100%;
    }

    .main-brands-list li {
        width: 14.6%;
        margin: 0 1%;
        float: left; /*border: 4px solid #f7f7f7;*/
        transition: .4s ease-in-out;
        width: 240px;
        height: 170px;
        margin: 0 calc((100% - 1440px)/12);
    }

        .main-brands-list li:hover {
            border-color: #e10d19;
        }

.main-brands-list-img {
    width: 100%;
    height: 170px;
    display: table;
}

    .main-brands-list-img img {
        max-width: 100%;
        max-height: 80px;
    }

.main-brands-link {
    width: fit-content;
    margin: 60px auto;
}

.default-link {
    display: block;
    width: fit-content;
    font-size: 20px;
    font-weight: 600;
    color: #3c2a99;
    min-width: 250px;
    padding: 25px 75px 25px 35px;
    border: 2px solid #3c2a99;
    border-radius: 40px;
    position: relative;
}

    .default-link::before {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        color: #db2b1d;
        position: absolute;
        right: 35px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
        transition-delay: 0.25s;
    }

    .default-link::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        color: #db2b1d;
        position: absolute;
        right: 35px;
        transform: translateX(-45px);
        opacity: 0;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
        transition-delay: 0s;
    }

    .default-link:hover::before {
        transform: translateX(45px);
        opacity: 0;
        transition-delay: 0s;
    }

    .default-link:hover::after {
        transform: translateX(0);
        opacity: 1;
        transition-delay: 0.25s;
    }

.Enews-sonuc {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #828282;
    margin-left: 59px;
}
span#lblSonuc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #228B22;
}
span#ContentPlaceHolder1_lblSonucIletisim {
    color: #fff;
}
span#lblNotSonuc {
    color: #e10d19;
}
span#ContentPlaceHolder1_lblNotSonuc1 {
    color: #e10d19;
}
span#ContentPlaceHolder1_lblHata {
    color: #e10d19;
}
.main-news {
    padding: 40px 0;
    display: table;
    width: 100%;
}

.main-news-content {
    width: 390px;
    height: 220px;
    display: table;
    float: left;
    background-color: #3c2a99;
    position: relative;
}

    .main-news-content::before {
        content: "";
        background-color: #3c2a99;
        position: absolute;
        width: 25vw;
        height: 100%;
        right: 100%;
    }

.main-news-content-header {
    font-size: 36px;
    font-weight: bold;
    color: white;
    margin-bottom: 25px;
}

.main-news-content-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: white;
    padding-right: 60px;
}

.main-news-list {
    width: calc(100% - 400px);
    height: 220px;
    float: left;
}

.main-news-list-content-img {
    width: 310px;
    height: 220px;
    float: left;
}

    .main-news-list-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-news-list-content-top {
    width: calc(100% - 310px);
    height: 180px;
    float: left;
    padding: 0 65px;
    overflow: auto;
}

.main-news-list-content-top-header {
    font-size: 20px;
    line-height: 48px;
    font-weight: 600;
    color: #3c2a99;
}

.main-news-list-content-top-text {
    line-height: 20px;
    font-weight: 600;
    color: #828282;
}

.main-news-list-content-top::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    border-radius: 3px;
}

.main-news-list-content-top::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px;
}

.main-news-list-content-top::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 3px;
}

.main-news-list .slick-dots {
    top: unset;
    bottom: 15px;
    right: 380px;
}

.news-all-link {
    float: right;
    position: relative;
    margin-top: -30px;
}

    .news-all-link a {
        font-weight: 600;
        color: #db2b1d;
        transition: 0.4s ease-in-out;
    }

        .news-all-link a:hover {
            color: #153b6a;
        }

.table-middle {
    display: table-cell;
    vertical-align: middle;
}

.main-newsletter {
    width: 100%;
    display: table;
    padding: 40px 0;
}

.main-newsletter-left {
    width: 510px;
    height: 605px;
    display: table;
    float: left;
    position: relative;
}

    .main-newsletter-left::before {
        content: "";
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background-image: url("../images/newsletter.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        filter: grayscale();
        z-index: -1;
    }

.main-newsletter-left-header {
    padding: 0 60px;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    color: #3c2a99;
    margin-bottom: 20px;
    text-align: center;
}

.main-newsletter-left-form {
    padding: 0 60px;
    position: relative;
}

    .main-newsletter-left-form input {
        width: 100%;
        padding: 25px;
        background-color: white;
    }

        .main-newsletter-left-form input::placeholder {
            color: #dadada;
        }

    .main-newsletter-left-form i {
        position: absolute;
        left: 340px;
        top: 0px;
        margin-right: 25px;
        cursor: pointer;
        font-size: 18px;
        color: #dadada;
        transition: 0.4s ease-in-out;
    }

        .main-newsletter-left-form i:hover { /*color: #153b6a;*/
            color: #e10d19;
        }

.main-newsletter-right {
    width: calc(100% - 510px);
    max-width: 505px;
    height: 605px;
    float: right;
    display: table;
}

.main-newsletter-right-header {
    font-size: 36px;
    font-weight: bold;
    color: #153b6a;
    text-align: center;
}

.main-newsletter-right-content {
    width: 100%;
    height: 315px;
    position: relative;
}

.main-newsletter-right-content-img {
    width: 100%;
    height: 100%;
}

    .main-newsletter-right-content-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.main-newsletter-right-content-header {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: white;
    position: absolute;
    width: 340px;
    margin-left: 80px;
    bottom: 90px;
    text-align: center;
}

.main-newsletter-right-link {
    width: fit-content;
    margin: auto;
    margin-top: 115px;
}

.footer {
    margin-top: 40px;
    border-top: 5px solid #3c2a99;
    min-height: 55px;
    position: relative;
}

    .footer::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f7f7f7;
        z-index: -2;
    }

    .footer::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../images/footer-background.png");
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: right;
        opacity: 0.025;
        z-index: -1;
    }

    .footer .main {
        position: relative;
    }

.login-button {
    position: absolute;
    right: 0;
    top: -30px;
    background-color: #3c2a99;
    z-index: 0;
}

    .login-button::before {
        content: "";
        position: absolute;
        right: -30px;
        width: 30px;
        height: 30px;
        top: 0;
        border-top: 30px solid transparent;
        border-left: 30px solid #251676;
        z-index: -1;
    }

    .login-button::after {
        content: "";
        position: absolute;
        left: -30px;
        width: 30px;
        height: 30px;
        top: 0;
        border-top: 30px solid transparent;
        border-right: 30px solid #251676;
        z-index: -1;
    }

    .login-button a {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: white;
        padding: 28px;
    }

    .login-button i {
        font-size: 24px;
        margin-right: 10px;
        transition: 0.4s ease-in-out;
    }

    .login-button a:hover i {
        transform: translateY(-10px);
    }

.router-block {
    width: 100%;
    height: 95px;
}

.router-img {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
}

    .router-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.router-content-header {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: white;
    top: calc(50% - 15px);
    left: calc(100% - 600px);
}

.breadcrumb {
    width: 600px;
    height: 100%;
    float: left;
    position: relative;
}

    .breadcrumb::before {
        content: "";
        width: 88%;
        height: 1px;
        right: 0;
        bottom: 0;
        background-color: #dadada;
        position: absolute;
    }

.breadcrumb-list {
    display: table;
    height: 100%;
    float: right;
}

    .breadcrumb-list ul {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        padding-left: 20px;
    }

    .breadcrumb-list li {
        float: left;
        margin-right: 40px;
        position: relative;
    }

        .breadcrumb-list li::before {
            content: "\f0a9";
            position: absolute;
            font-size: 10px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            top: 4px;
            right: -25px;
            color: #db2b1d;
        }

        .breadcrumb-list li a {
            font-size: 14px;
            line-height: 18px;
            color: #828282;
            transition: .4s ease-in-out;
        }

        .breadcrumb-list li:last-child {
            margin-right: 0;
        }

            .breadcrumb-list li:last-child::before {
                content: none;
            }

            .breadcrumb-list li:last-child a {
                font-weight: 600;
            }

        .breadcrumb-list li a:hover {
            color: #153b6a;
        }

.corporate {
    width: 100%;
    display: table;
    padding-bottom: 60px;
}

.corporate-sub-menu {
    margin: 50px 0;
    display: table;
    width: 100%;
}

    .corporate-sub-menu li {
        min-width: 180px;
        height: 50px;
        margin-right: 35px;
        float: left;
    }

        .corporate-sub-menu li a {
            display: block;
            width: 100%;
            height: 100%;
            border: 2px solid #f7f7f7;
            transition: .4s ease-in-out;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            line-height: 50px;
            text-align: center;
            color: #828282;
        }

        .corporate-sub-menu li.active a {
            border-color: #3c2a99;
            
        }

.product-category-list-main-category a.active {
    color: #db2b1d;
}

.corporate-sub-menu li a:hover {
    border-color: #3c2a99;
    color: #3c2a99;
}

.corporate-content {
    width: 100%;
    display: table;
}
/* .corporate-content.m { width: 105.35%; } */
/* .corporate-multiple-content { width: 45%; display: table; margin-right: 5%; float: left; } */
.corporate-multiple-content {
    width: 100%;
    display: table;
}

.corporate-multiple-content-col {
    width: 44%;
    display: table;
    margin-right: 6%;
    float: left;
}

.corporate-content-header {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #3c2a99;
    padding: 10px 0;
}

.corporate-content-text {
    font-size: 18px;
    line-height: 30px;
    color: #828282;
    padding: 20px 0;
    text-align: justify;
}

.corporate-content-img {
    width: 300px;
    padding-left: 20px;
    height: 100%;
}

    .corporate-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.corporate-multiple-content-col .corporate-content-img {
    width: 275px;
    padding-left: 45px;
}

.corporate-fast-access {
    display: table;
    width: 100%;
}

    .corporate-fast-access ul {
        display: table;
        width: 100%;
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .corporate-fast-access li {
        width: 360px;
        height: 340px;
        margin-right: 25px;
        float: left;
    }

        .corporate-fast-access li:first-child {
            width: calc(50% - 160px);
        }

.corporate-fast-access-img {
    width: 100%;
    height: 100%;
}

    .corporate-fast-access-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-bottom-right-radius: 24px;
        border-top-right-radius: 24px;
        object-position: left;
    }

.corporate-fast-access li a {
    width: 100%;
    height: 100%;
    display: table;
    border-radius: 24px;
    background-color: #f7f7f7;
}

.corporate-fast-access-icon {
    width: 145px;
    height: 110px;
    margin: 50px auto;
}

    .corporate-fast-access-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: contrast(0) sepia(1) hue-rotate(300deg) saturate(50) brightness(0.875);
    }

.corporate-fast-access-header {
    width: min-content;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #153b6a;
    text-align: center;
    padding: 0 20px;
    margin: auto;
}

.corporate-gallery {
    display: table;
    width: 100%;
    margin: 40px 0;
    overflow: hidden;
}

    .corporate-gallery ul {
        display: table;
        width: 104%;
    }

    .corporate-gallery li {
        width: 22%;
        margin-right: 3%;
        margin-bottom: 3%;
        float: left;
    }

.corporate-gallery-img {
    width: 100%;
    height: 180px;
}

    .corporate-gallery-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product {
    margin: 45px 0;
}

.product-container {
    display: table;
    width: calc((200% + 1200px)/3);
    margin-left: calc((50% - 600px)/3);
}

.product-category-list {
    width: 380px;
    margin-right: 60px;
    float: left;
}

    .product-category-list li {
        margin-bottom: 30px;
        overflow: hidden;
    }

    .product-category-list > ul > li {
        background-color: #f7f7f7;
    }

.product-category-list-main-category {
    position: relative;
    z-index: 2;
    background-color: #f7f7f7;
}

.product-category-list li a {
    display: block;
    width: calc(100% - 60px);
    height: 100%;
    padding: 35px;
    padding-right: 10px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #393939;
    z-index: 1;
}

.product-category-list i {
    float: right;
    color: #db2b1d;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 30px;
    transition: .4s ease-in-out;
    font-size: 22px;
    cursor: pointer;
}

.product-category-list li.active i {
    transform: rotate(90deg);
}

.product-category-list-sub-category {
    display: block;
    width: 100%;
    height: 0;
    transform: translateY(-100%);
    transition: .8s ease-in-out;
}

.product-category-list li.active .product-category-list-sub-category {
    height: 100%;
    transform: translateY(0);
}

.product-category-list-sub-category-background {
    display: table;
    width: 100%;
    background-color: #f7f7f7;
}

.product-category-list-sub-category ul {
    display: table;
    width: calc(100% - 105px);
    background-color: white;
    margin: 45px;
    margin-top: 0;
    margin-right: 30px;
    padding: 30px 10px 5px 20px;
}

.product-category-list-sub-category li {
    background-color: transparent;
    margin-bottom: 20px;
}

    .product-category-list-sub-category li a {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        color: #393939;
        padding: 0;
        margin: 0;
        transition: .4s ease-in-out;
    }

        .product-category-list-sub-category li a:hover {
            color: #db2b1d;
        }

.product-list-category {
    width: calc(100% - 440px);
    float: left;
}

    .product-list-category ul {
        display: table;
        width: 101%;
    }

    .product-list-category li {
        width: 24%;
        margin-right: 1%;
        margin-bottom: 25px;
        float: left;
    }
        .product-list-category li.three {
            margin-right: 6%;
        }

.product-list-category-content-img {
    width: 100%;
    height: 230px;
}

    .product-list-category-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-list-category-content-header {
    display: table;
    width: 100%;
    text-align: center;
    padding: 20px 40px;
    min-height: 100px;
    background-color: white;
}

    .product-list-category-content-header span {
        display: table-cell;
        vertical-align: middle;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        color: #393939;
    }

.product-list {
    width: calc(100% - 440px);
    float: left;
}

    .product-list ul {
        display: table;
        width: 106.5%;
        width: 100%;
    }

    .product-list li {
        width: 28%;
        margin-right: 5%;
        margin-bottom: 5%;
        float: left; /*border: 4px solid #f7f7f7;*/
        transition: .4s ease-in-out;
        width: 360px;
        height: 435px;
        margin-right: calc((100% - 1080px)/2);
    }

        .product-list li:nth-child(3n) {
            margin-right: 0;
        }

        .product-list li:hover {
            border-color: #e10d19;
        }

.product-list-content {
    position: relative;
}

    .product-list-content a {
        display: table;
        width: 100%;
    }

.product-list-content-img {
    width: 100%;
    height: 330px;
    display: table;
}

    .product-list-content-img img {
        max-width: 100%;
        max-height: 200px;
    }

.product-list-content-header {
    width: 100%;
    height: 45px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #393939;
    padding: 0 45px;
    text-align: center;
}

.product-list-content-brand {
    font-size: 14px;
    color: #db2b1d;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0 45px;
    text-align: center;
}

.product-detail {
    display: table;
    width: 100%;
    margin: 45px 0;
}

.router-background {
    display: table;
    width: 100%;
    height: 60px;
    background-color: #f7f7f7;
    padding: 10px 30px;
}

.product-detail-header-container {
    width: 50%;
    float: right;
    background-color: #f7f7f7;
}

.product-detail-header {
    font-size: 36px;
    line-height: 45px;
    height: 90px;
    text-align: center;
    color: #3c2a99;
    padding: 0 20px;
    font-weight: bold;
}

.product-detail-brand {
    font-size: 18px;
    color: #db2b1d;
    margin-bottom: 15px;
    text-align: center;
    padding: 0 20px;
}

.product-detail-gallery-container {
    width: 50%;
    float: left;
    border: 4px solid #f7f7f7;
}

.product-detail-gallery {
    width: 150px;
    height: calc(510px - 130px);
    float: left;
    margin: 65px 0;
}

    .product-detail-gallery ul {
        width: 100px;
        margin: auto;
    }

    .product-detail-gallery li {
        margin-bottom: 15px;
        border: 2px solid #f7f7f7;
    }

.product-detail-gallery-img {
    width: 100%;
    height: 75px;
    display: table;
}

    .product-detail-gallery-img img {
        max-width: 100%;
        max-height: 90px;
    }
.img-cell {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}
.product-detail-img {
    width: 73%;
    height: 510px;
    display: table;
    float:right;
}

    .product-detail-img img {
        max-width: 100%;
        max-height: 490px;
        cursor: pointer !important;
    }

.product-detail-fast-access {
    width: 50%;
    float: right;
}

.product-detail-fast-access-list {
    width: calc(100% - 100px);
    height: 50px;
    border: 4px solid #f7f7f7;
    border-radius: 50px;
    margin: 0 50px;
    margin-top: 150px;
}

    .product-detail-fast-access-list ul {
        display: table;
        width: 100%;
        height: 100%;
    }

    .product-detail-fast-access-list li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #393939;
        cursor: pointer;
    }

        .product-detail-fast-access-list li i {
            font-size: 18px;
            margin-right: 5px;
            color: #828282;
            transition: .4s ease-in-out;
        }

        .product-detail-fast-access-list li:hover i {
            color: #db2b1d;
        }

.product-detail-fast-access-offer {
    width: 100%;
    height: 50px;
    margin-top: 65px;
}

    .product-detail-fast-access-offer a {
        display: block;
        width: 175px;
        border-radius: 50px;
        background-color: #db2b1d;
        color: white;
        font-size: 20px;
        line-height: 50px;
        font-weight: 600;
        text-align: center;
        margin: auto;
    }

.product-detail-list {
    clear: both;
}

    .product-detail-list ul {
        display: table;
        width: 100%;
    }

    .product-detail-list li {
        padding: 50px 0;
        border-bottom: 1px solid #dadada;
    }

        .product-detail-list li:last-child {
            border: unset;
        }

.product-detail-list-content-header {
    font-size: 20px;
    font-weight: 600;
    color: #3c2a99;
    margin: 20px 0;
}

    .product-detail-list-content-header i {
        font-size: 18px;
        color: #db2b1d;
        margin-right: 5px;
    }

.product-detail-list-content-text {
    font-size: 18px;
    line-height: 30px;
    color: #828282;
}
    .product-detail-list-content-text table {
        width: auto;
        text-align: left;
        border-collapse: collapse;
    }

        .product-detail-list-content-text table thead:first-child {
            background-color: #f5f5f5;
        }

        .product-detail-list-content-text table tbody tr:nth-child(2n+1) {
            background-color: #f5f5f5;
        }

        .product-detail-list-content-text table td {
            vertical-align: top;
            line-height: 24px;
            padding: 2px 0 2px 5px;
        }
/* .product-detail-list-content-document { font-size: 18px; line-height: 30px; color: #393939; } */
.product-detail-list-content-document ul {
    margin-left: 25px;
}

.product-detail-list-content-document li {
    padding: 0;
    border: unset;
}

    .product-detail-list-content-document li a {
        font-size: 18px;
        line-height: 30px;
        color: #393939;
    }

.product-detail-list-content-media-gallery {
}

    .product-detail-list-content-media-gallery li {
        padding: 0;
        border: unset;
        margin-left: 2%;
        margin-bottom: 2%;
        width: 14.33%;
        float: left;
        border: 2px solid #f7f7f7;
    }

.product-detail-list-content-media-gallery-img {
    width: 100%;
    height: 115px;
    position: relative;
}

    .product-detail-list-content-media-gallery-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-detail-list-content-media-gallery-circle {
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(50% - 73px);
    left: calc(50% - 18px);
    text-align: center;
    display: table;
}
.news-detail-list-content-media-gallery-circle i {
    font-size: 18px;
    color: #e10d19;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

    .product-detail-list-content-media-gallery-circle::before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: "";
        background-color: white;
        border-radius: 50%;
        opacity: .4;
    }

    .product-detail-list-content-media-gallery-circle i {
        font-size: 18px;
        color: #e10d19;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        z-index: 1;
    }

.sales-point {
    display: table;
    width: 100%;
    margin: 50px 0;
}

.sales-point-map {
    padding: 0 110px;
    position: relative;
    margin: 70px 0;
    padding: 0 60px;
}

.city {
    fill: #153b6a;
    fill: #2E2E2E;
    fill: #383838;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: not-allowed;
}
    .city:hover {
        fill: #153b6a !important;
    } 
.show-city-name {
    background-color: #e10d19;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    padding: 15px 25px;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
}

.show-city-name--active {
    opacity: 1;
    visibility: visible;
}

.sales-point-container {
    display: table;
    width: 100%;
    max-width: 460px;
    height: 100%;
    padding: 50px;
    margin: auto;
}

.sales-point-img {
    width: 100%;
    height: 160px;
    background-color: white;
    border-radius: 8px;
    padding: 40px;
    margin: auto;
    margin-bottom: 10px;
}

    .sales-point-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.sales-point-detail-list {
    padding: 20px 19px;
}
.firma-adi {
    font-family: 'Source Sans Pro';
    color: #393939;
    font-weight: bold;
    display: block;
    margin: 0 0px 15px 15px;
    text-align: center;
}

    .sales-point-detail-list ul li {
        margin-bottom: 11px;
        clear: none;
        color: #393939;
    }

        .sales-point-detail-list ul li a {
            color: #393939;
        }

            .sales-point-detail-list ul li a:hover {
                color: #153b6a;
            }

    .sales-point-detail-list li:last-child {
        margin-bottom: 0;
    }

    .sales-point-detail-list li i {
        font-size: 12px;
        color: #3c2a99;
        margin-right: 10px;
    }

    .sales-point-detail-list li .fa-map-marker-alt {
        font-size: 16px;
    }

    .sales-point-detail-list li .fa-phone-volume {
        font-size: 16px;
    }

.sales-point-list-container {
    display: table;
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: auto;
}

.sales-point-list-img {
    width: 200px;
    height: 150px;
    padding: 10px;
    float: left;
    background-color: white;
    border-radius: 8px;
    margin-right: 30px;
}

    .sales-point-list-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.sales-point-list li {
    margin-bottom: 50px;
    clear: both;
}

    .sales-point-list li:last-child {
        margin-bottom: 0;
    }

.brands {
    display: table;
    width: 100%;
    margin: 50px 0;
}

.brands-list {
    display: table;
    width: 105%;
    width: 100%;
}

    .brands-list li {
        width: 20%;
        margin-right: 5%;
        margin-bottom: 5%;
        float: left;
        width: 240px;
        height: 170px;
        margin-right: calc((100% - 960px)/3);
    }

        .brands-list li:nth-child(4n) {
            margin-right: 0;
        }

.brands-list-img {
    width: 100%;
    height: 170px;
    display: table;
}

    .brands-list-img a {
        display: block;
        width: 100%;
        height: 100%; /*border: 4px solid #f7f7f7;*/
        padding: 15px;
        transition: .4s ease-in-out;
        position:relative;
    }

        .brands-list-img a:hover {
            border-color: #e10d19;
        }

    .brands-list-img img {
        max-width: 100%;
        max-height: 150px;
        margin:30px auto;
    }

.brands-detail {
    display: table;
    width: 100%;
    margin: 45px 0;
}
/* .brands-detail-content { width: calc((100% - 1200px)/3*2 + 1200px); margin-left: calc((50% - 600px)/3); } */
.brands-detail-container {
    width: calc((200% + 1200px)/3);
    margin-left: calc((50% - 600px)/3);
}

.brands-detail-sub-menu {
    width: 380px;
    margin-right: 60px;
    float: left;
}

    .brands-detail-sub-menu li {
        width: 100%;
        height: 90px;
        display: table;
        margin-bottom: 25px;
    }

        .brands-detail-sub-menu li a {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            height: 100%;
            border: 4px solid #f7f7f7;
            padding: 0 40px;
            font-size: 22px;
            font-weight: 600;
            color: #153b6a;
            transition: .4s ease-in-out;
        }

            .brands-detail-sub-menu li a:hover {
                background-color: #e10d19;
                border-color: #e10d19;
                color: white;
            }

        .brands-detail-sub-menu li.active a {
            background-color: #db2b1d;
            border-color: #db2b1d;
            color: white;
        }

.brands-detail-list {
    width: calc(100% - 440px);
    float: left;
}

.brands-detail-header {
    font-size: 36px;
    font-weight: bold;
    color: #db2b1d;
    margin-bottom: 30px;
}

.brands-detail-text {
    font-size: 18px;
    line-height: 30px;
    color: #828282;
    margin-bottom: 30px;
    text-align: justify;
}

.brands-detail-list ul {
    display: table;
    width: 104.5%;
    width: 100%;
}

.brands-detail-list li {
    width: 29%;
    margin-right: 4.3%;
    margin-bottom: 4.3%;
    float: left;
    width: 360px;
    margin-right: calc((100% - 1080px)/2);
}

    .brands-detail-list li a {
        display: block;
        width: 100%;
        height: 100%; /*border: 4px solid #f7f7f7;*/
        transition: .4s ease-in-out;
    }

        .brands-detail-list li a:hover {
            border-color: #e10d19;
        }

    .brands-detail-list li:nth-child(3n) {
        margin-right: 0;
    }

.brands-detail-list-content {
    position: relative;
}

.brands-detail-list-content-img {
    width: 100%;
    height: 324px;
    display: table;
}

    .brands-detail-list-content-img img {
        max-width: 100%;
        max-height: 150px;
    }

.brands-detail-list-content-header {
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 40px;
    text-align: center;
    color: #393939;
    margin-bottom: 30px;
}

.brands-detail-list-content-text {
    font-size: 14px;
    color: #db2b1d;
    padding: 0 40px;
    text-align: center;
    margin-bottom: 20px;
}

.human-resource {
    padding-top: 80px;
    padding-bottom: 120px;
}

.human-resource-content {
    width: 100%;
    max-width: 660px;
    margin: auto;
}

.human-resource-content-header {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #3c2a99;
    text-align: center;
}

.human-resource-content-text {
    font-size: 18px;
    line-height: 30px;
    color: #828282;
    text-align: center;
}

.human-resource-content-icon {
    height: 150px;
    position: relative;
}

    .human-resource-content-icon img {
        width: 200px;
        object-fit: cover;
        position: absolute;
        bottom: -6px;
        right: calc(50% - 100px);
        z-index: -1;
    }

.human-resource-content-file-upload-area {
    width: 100%;
    max-width: 600px;
    height: 200px;
    background-color: #fcfcfc;
    margin: auto;
    border: 2px dashed #dadada;
    border-radius: 10px;
    text-align: center;
}

.validate {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #db2b1d;
    margin: 10px 35px;
}

    .human-resource-content-file-upload-area i {
        font-size: 50px;
        margin-bottom: 20px;
        color: #dadada;
    }

    .human-resource-content-file-upload-area p {
        font-size: 18px;
        font-weight: 600;
        color: #153b6a;
    }

.human-resource-content-validate-area {
    display: table;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}

.human-resource-content-rechaptca {
    float: left;
}

    .human-resource-content-rechaptca img {
        border-radius: 2px;
    }

.human-resource-content-send-button {
    float: right;
}

.file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: table;
}

    .file-upload input {
        position: absolute;
        width: 120%;
        height: 100%;
        margin-left: -20%;
        top: 0;
        left: 0;
        cursor: pointer;
        opacity: 0;
    }

.contact {
    display: table;
    width: 100%;
    margin-top: 50px;
    margin-bottom: -45px;
}

.contact-container {
    position: relative;
}

.contact-map-container {
    width: 100%;
    height: 1200px;
    overflow: hidden;
}
/* .contact-map-container iframe { height: 181%; transform: translateY(-45%); } */
.contact-form {
    display: table;
    width: 100%;
    max-width: 1200px;
    height: 650px;
    position: absolute;
    top: calc(50% - 325px);
}

.contact-form-left {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: #3c2a99;
    text-align: center;
    padding: 70px;
}

    .contact-form-left li {
        margin-bottom: 50px;
    }

.contact-form-left-icon {
    display: table;
    width: 45px;
    height: 45px;
    margin: auto;
    background-color: white;
    border-radius: 50%;
    margin-bottom: 10px;
}

.contact-form-left li i {
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    color: #153b6a;
}

.contact-form-left li .fa-map-marker-alt {
    font-size: 24px;
}

.contact-form-left li .fa-phone-volume {
    font-size: 24px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.contact-form-left li:last-child {
    margin-bottom: 0;
}

.contact-form-left li p {
    font-size: 18px;
    line-height: 24px;
    color: white;
}

.contact-form-left li a {
    font-size: 18px;
    line-height: 24px;
    color: white;
    transition: .4s ease-in-out;
}

    .contact-form-left li a:hover {
        font-size: 18px;
        line-height: 24px;
        color: #e10d19;
    }

.contact-form-right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: #db2b1d;
    padding: 50px 70px;
    padding-bottom: 15px;
}

.contact-form-right-form {
    width: 100%;
    margin-bottom: 10px;
    position:relative;
}

    .contact-form-right-form input {
        width: 100%;
        background-color: white;
        border-radius: 4px;
        padding: 20px 25px;
        color: #828282;
    }

        .contact-form-right-form input::placeholder {
            color: #828282;
        }

    .contact-form-right-form textarea {
        width: 100%;
        height: 160px;
        background-color: white;
        border-radius: 4px;
        padding: 20px 25px;
        color: #828282;
        resize: none;
    }

        .contact-form-right-form textarea::placeholder {
            color: #828282;
        }

.contact-form-right-form-rechaptca {
    width: fit-content;
    margin: auto;
}

    .contact-form-right-form-rechaptca img {
        border-radius: 2px;
    }

.contact-form-right-form-send-button {
    width: fit-content;
    margin: 15px auto;
}

    .contact-form-right-form-send-button a {
        display: block;
        font-size: 18px;
        color: white;
        font-weight: 600;
        padding: 15px 30px;
        border: 1px solid;
        border-radius: 50px;
        padding-right: 60px;
        position: relative;
        min-width: 190PX;
    }

        .contact-form-right-form-send-button a::before {
            content: "\f061";
            font-family: "Font Awesome 5 Free";
            font-size: 15px;
            line-height: 18px;
            position: absolute;
            right: 25px;
            transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
            transition-delay: 0.25s;
        }

        .contact-form-right-form-send-button a::after {
            content: "\f061";
            font-family: "Font Awesome 5 Free";
            font-size: 15px;
            line-height: 18px;
            position: absolute;
            right: 25px;
            transform: translateX(-35px);
            opacity: 0;
            transition: cubic-bezier(0.075, 0.82, 0.165, 1) .5s;
            transition-delay: 0s;
        }

        .contact-form-right-form-send-button a:hover::before {
            transform: translateX(35px);
            opacity: 0;
            transition-delay: 0s;
        }

        .contact-form-right-form-send-button a:hover::after {
            transform: translateX(0);
            opacity: 1;
            transition-delay: 0.25s;
        }

.Enews-sonuc span#ContentPlaceHolder1_lblSonuc {
    color: #008000;
}
span#ContentPlaceHolder1_lblSonuc {
    color: #fff;
}

span#ContentPlaceHolder1_lblNotSonuc1 {
    color: #e10d19;
}

span#lblNotSonuc {
    color: #e10d19;
}

span#ContentPlaceHolder1_lblHata {
    color: #e10d19;
}

.news {
    display: table;
    width: 100%;
    margin: 70px 0;
}

.news-list li {
    display: table;
    margin-bottom: 40px;
}

.news-list-content-img {
    width: 420px;
    height: 300px;
    float: left;
}

    .news-list-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-list-content-right {
    width: calc(100% - 420px);
    height: 300px;
    position: relative;
    padding: 25px 10px 60px 80px;
    float: left;
}

.news-list-content-right-header {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #393939;
}

.news-list-content-right-text {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #828282;
}

.news-list-content-right-link {
    font-weight: 600;
    color: #db2b1d;
    position: absolute;
    bottom: 3px;
}

.go-back {
    display: table;
    cursor: pointer;
}

    .go-back i {
        display: table-cell;
        vertical-align: middle;
        color: #db2b1d;
        overflow: hidden;
        position: relative;
        width: 20px;
        padding-left: 2px;
    }

        .go-back i::before {
            display: block;
            transition: .4s ease-in-out;
            transition: .6s cubic-bezier(0.38,-0.26, 0.62, 0.21);
        }

        .go-back i::after {
            content: "\f060";
            display: block;
            position: absolute;
            position: absolute;
            transform: translateX(30px);
            transition: .4s ease-in-out;
            transition: .6s cubic-bezier(0.38,-0.26, 0.62, 0.21);
            top: 0;
        }

    .go-back:hover i::before {
        transform: translateX(-30px);
    }

    .go-back:hover i::after {
        transform: translateX(0);
    }

    .go-back span {
        display: block;
        font-size: 14px;
        margin-left: 10px;
        color: #153b6a;
    }

.news-detail {
    display: table;
    width: 100%;
    margin: 65px 0;
}

.news-detail-container {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 0 20px;
}

.news-detail-header {
    font-size: 36px;
    font-weight: bold;
    color: #153b6a;
    margin: 30px 0;
    padding: 0 20px;
    text-align: center;
}

.news-detail-img {
    width: 100%;
    height: 680px;
    position: relative;
    margin-bottom: 70px;
}

    .news-detail-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-detail-content {
    width: calc(100% - 100px);
    margin-left: 50px;
    padding: 35px;
    padding-bottom: 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.news-detail-content-text {
    font-size: 18px;
    line-height: 30px;
    color: #828282;
}

.news-detail-gallery {
    width: 100%;
    display: table;
    margin: 70px 0;
}

    .news-detail-gallery ul {
        width: 103%;
        display: table;
        margin: 70px 0;
    }

    .news-detail-gallery li {
        width: 17%;
        margin-right: 3%;
        margin-bottom: 3%;
        float: left;
    }

.news-detail-gallery-img {
    width: 100%;
    height: 125px;
}

    .news-detail-gallery-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-detail-other-news {
    width: 100%;
    background-color: #f7f7f7;
}

.news-detail-other-news-container {
    display: table;
    width: 100%;
    max-width: 1040px;
    margin: auto;
    padding: 0 20px;
}

.news-detail-other-news-header {
    margin: 25px 0;
}

    .news-detail-other-news-header a {
        color: #e10d19;
    }

.news-detail-other-news-list {
    display: table;
    width: 103.5%;
}

    .news-detail-other-news-list li {
        width: 30%;
        margin-right: 3.3%;
        margin-bottom: 3.3%;
        float: left;
    }

.news-detail-other-news-list-content-img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

    .news-detail-other-news-list-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.news-detail-other-news-list-content-header {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    min-height: 50px;
    color: #393939;
}

.personal {
    display: table;
    width: 100%;
    margin: 65px 0;
}

.personal-document-list-content {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

    .personal-document-list-content a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 50px;
        background-color: #fff;
        position: relative;
        cursor: pointer;
        border: 4px solid #f7f7f7;
        border-radius: 40px;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        color: #393939;
        z-index: 1;
    }

        .personal-document-list-content a i {
            float: right;
            color: #e10d19;
            background-color: #f7f7f7;
            border-radius: 50%;
            top: calc(50% - 15px);
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            position: absolute;
            right: 30px;
            transition: .4s ease-in-out;
            font-size: 15px;
        }

.personal-document-list li.active a i {
    transform: rotate(90deg);
}

.personal-document-list li a:hover i {
    transform: rotate(90deg);
}

.personal-document-list li.active a:hover i {
    transform: rotate(0);
}

.personal-document-list-content ul {
    display: table;
    width: 100%;
    padding: 100px 50px;
    padding-bottom: 60px;
    display: block;
    margin-top: -70px;
    background-color: #f7f7f7;
    border-radius: 40px;
    transform: translateY(-100%);
    transition: .4s ease-in-out;
}

.personal-document-list-content li {
    width: 14%;
    height: 155px;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
    background-color: #fff;
    border-radius: 8px;
}

.personal-document-list-content-document {
    padding: 30px;
}

.personal-document-list-content-document-icon {
    text-align: center;
}

    .personal-document-list-content-document-icon svg {
        width: 24px;
        height: 32px;
    }

.personal-document-list-content-document-header {
    line-height: 20px;
    color: #393939;
    text-align: center;
    margin-top: 15px;
}

.personal-document-list-content-document a {
    padding: 0;
    border: unset;
    color: unset;
    font-size: unset;
    line-height: unset;
    font-weight: unset;
}

.personal-document-list li.active .personal-document-list-content ul {
    transform: translateY(0);
    display: table;
}

.menu-wrapper {
    display: -ms-grid;
    display: -ms-grid;
    display: grid;
    display: flex;
    height: 0;
    transition: .4s;
}

.personal-document-list li.active .menu-wrapper {
    height: 100%;
}

.footer-top {
    display: table;
    padding-top: 55px;
    width: 100%;
}

.footer-top-left {
    width: 440px;
    float: left;
}

    .footer-top-left a {
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
        color: #828282;
        transition: 0.4s ease-in-out;
    }

        .footer-top-left a:hover {
            color: #3c2a99;
        }

    .footer-top-left span {
        font-weight: 600;
        color: #3c2a99;
        margin-bottom: 6px;
        display: block;
    }

.footer-top-left-usage {
    width: 200px;
    margin-right: 20px;
    float: left;
}

.footer-top-left-Menu {
    width: 200px;
    margin-right: 20px;
    float: left;
}

.footer-top-middle {
    width: 350px;
    float: left;
    margin-right: 20px;
}

.footer-top-middle-newsletter {
    width: 100%;
    height: 200px;
    background-color: white;
    display: table;
    text-align: center;
}

    .footer-top-middle-newsletter i {
        font-size: 42px;
        color: #dadada;
    }

.footer-top-middle-newsletter-header {
    line-height: 24px;
    font-weight: 600;
    color: #3c2a99;
    margin: 10px 0;
    padding: 0 20px;
}

.footer-top-middle-newsletter-form {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
    position: relative;
}

    .footer-top-middle-newsletter-form input {
        width: 100%;
        font-size: 14px;
        padding: 15px 50px 15px 20px;
        background-color: #f7f7f7;
    }

        .footer-top-middle-newsletter-form input::placeholder {
            font-size: 14px;
            color: #dadada;
        }

    .footer-top-middle-newsletter-form i {
        position: absolute;
        top: 2px;
        left: 280px;
        font-size: 18px;
        cursor: pointer;
        margin-right: 15px;
        transition: 0.4s ease-in-out;
    }

        .footer-top-middle-newsletter-form i:hover { /*color: #153b6a;*/
            color: #e10d19;
        }

.footer-top-middle.left {
    float: none;
}
.footer-top-right.right {
    margin-top: -98px;
}
.footer-top-middle-logo {
    margin: auto;
    margin-top: 35px;
    width: 230px;
    height: 80px;
}
    .footer-top-middle-logo img {
        width: 239px;
    }
    .footer-top-right {
        width: 390px;
        float: right;
        padding: 0 75px;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #828282;
    }

    .footer-top-right a {
        transition: 0.4s ease-in-out;
    }

        .footer-top-right a:hover {
            color: #3c2a99;
        }

.footer-top-right-header {
    font-size: 16px;
    color: #3c2a99;
}

.footer-top-right-adress {
    margin-top: 20px;
    margin-bottom: 4px;
}

.footer-top-right-phone {
    line-height: 30px;
}

    .footer-top-right-phone a {
        color: #828282;
    }

.footer-top-right-fax {
    line-height: 30px;
}

.footer-top-right-E-mail {
    line-height: 30px;
}

    .footer-top-right-E-mail a {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        color: #828282;
    }

.footer-top-right span {
    color: #393939;
}

.footer-bottom {
    display: table;
    width: 100%;
    padding: 20px 0;
}

.footer-bottom-left {
    float: left;
    padding-bottom: 15px;
}

    .footer-bottom-left li {
        float: left;
        margin-right: 25px;
    }

        .footer-bottom-left li a {
            font-size: 14px;
            font-weight: 600;
            color: #db2b1d;
            text-decoration: underline;
            -ms-text-underline-position: under;
            text-underline-position: under;
            transition: 0.4s ease-in-out;
        }

            .footer-bottom-left li a:hover {
                color: #153b6a;
            }

.footer-bottom-right {
    width: 315px;
    float: right;
}

    .footer-bottom-right p {
        font-size: 14px;
        font-weight: 600;
        float: left;
        color: #828282;
    }

    .footer-bottom-right a {
        font-size: 14px;
        font-weight: 600;
        float: left;
        margin-left: 8px;
        color: #828282;
        transition: 0.4s ease-in-out;
    }

        .footer-bottom-right a:hover {
            color: #153b6a;
        }

.search-page {
    margin: 30px 0;
}

.search-page-header {
    font-size: 36px;
    font-weight: bold;
    color: #e10d19;
    margin-bottom: 20px;
}

.search-page-text {
    font-size: 18px;
    line-height: 30px;
    color: #828282;
    margin-bottom: 30px;
}

.search-page-content {
    width: 100%;
    display: table;
    margin-bottom: 25px;
}

    .search-page-content li {
        margin-bottom: 20px;
    }

    .search-page-content a {
        display: block;
        font-size: 18px;
        color: #828282;
        padding: 20px 30px;
        border: 2px solid #153b6a;
        border-radius: 50px;
        transition: .4s ease-in-out;
    }

        .search-page-content a:hover {
            background-color: #153b6a;
            color: white;
        }

.search-page-content-header {
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #153b6a;
    padding: 15px 0;
    margin-bottom: 20px;
}

.search-page-gallery {
    width: 100%;
    display: table;
    margin-bottom: 25px;
}

    .search-page-gallery ul {
        display: table;
        width: 104.25%;
    }

    .search-page-gallery li {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 3%;
        float: left;
    }

    .search-page-gallery a {
        border: 4px solid #f7f7f7;
        display: block;
        width: 100%;
        margin: auto;
        transition: 0.4s ease-in-out;
    }

        .search-page-gallery a:hover {
            border-color: #e10d19;
        }

.search-page-gallery-img {
    width: 100%;
    height: 280px;
    display: table;
}

    .search-page-gallery-img img {
        max-width: 100%;
        max-height: 270px;
    }

.search-page-gallery-header {
    font-size: 18px;
    font-weight: 600;
    color: #393939;
    padding: 0 20px;
    text-align: center;
    margin: 30px 0;
}

.search-page-gallery-text {
    font-size: 14px;
    color: #e10d19;
    padding: 0 20px;
    text-align: center;
    margin: 15px 0;
}

.hide {
    display: none;
}

.employee-sign-in {
    width: 100%;
    height: 100%;
    display: table;
    background-color: #f7f7f7;
    border-radius: 20px;
}

.employee-sign-in-img {
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
    margin: 60px auto;
}

    .employee-sign-in-img i {
        font-size: 200px;
        color: #153b6a;
    }

.employee-sign-in-header {
    position: absolute;
    width: 100%;
    top: 35px;
}

    .employee-sign-in-header p {
        width: min-content;
        font-size: 20px;
        line-height: 22px;
        color: white;
        margin: auto;
    }

.employee-sign-in-form {
    width: 100%;
    max-width: 315px;
    height: 55px;
    margin: auto;
    margin-bottom: 25px;
}

    .employee-sign-in-form input {
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: white;
    }

        .employee-sign-in-form input::placeholder {
            color: #828282;
        }

.employee-sign-in-button {
    width: 100%;
    max-width: 190px;
    height: 55px;
    background-color: #e10d19;
    border-radius: 50px;
    display: table;
    margin: auto;
}
    .employee-sign-in-button div#btnLogin {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }

    .employee-sign-in-button .sonuc {
        position: absolute;
        display: block;
        top: 94%;
        left: 31%;
        color: crimson;
    }
    .employee-sign-in-button a {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.fancybox-skin ::-webkit-scrollbar {
    width: 26px;
    background-color: transparent;
    border-radius: 3px;
    border-radius: 20px;
    padding: 10px;
}

.fancybox-skin ::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 3px;
    border-top: 55px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 45px solid transparent;
    background-clip: content-box;
}

.fancybox-skin ::-webkit-scrollbar-thumb {
    background-color: #dadada;
    border-radius: 3px;
    border-top: 55px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 45px solid transparent;
    background-clip: content-box;
}

#cog img {
    transition: .4s ease-in-out;
}

#cog:hover img {
    -webkit-animation: rotate 3s;
    animation: rotate 3s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-direction: normal;
    filter: contrast(0) sepia(1) hue-rotate( 300deg) saturate(50) brightness(0.875);
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

#mark img {
    transition: .6s ease-in-out;
}

#mark:hover img {
    -webkit-animation: greeting 1.5s;
    animation: greeting 1.5s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.15,.65,.85,.35);
    animation-timing-function: ease-in-out;
    animation-direction: normal;
}

@keyframes greeting {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}




.box-tab {
    margin: 10px 0
}

.effect.effect-six .tab-text:before {
    background-color: rgba(255, 255, 255, .4);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    transition: all .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    -webkit-transition: all .6s;
}

.effect.effect-seven .tab-text:after, .effect.effect-six .tab-text:before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}



.effect.effect-six {
    /* background-color: #3498db; */
    background-color: #153b6a;
    position: relative;
    overflow: hidden;
}

    .effect.effect-six img {
        transition: all .35s;
        /* transform: translate3d(0, 0, 0) scale(1.05); */
        -webkit-transition: all .35s;
        /* -webkit-transform: translate3d(0, 0, 0) scale(1.05) */
    }

.product-list-category-content-header {
    transition: all .35s;
    -webkit-transition: all .35s;
}

.effect-six:hover a .product-list-category-content-header {
    opacity: .8;
}

.product-list-category li:hover .effect.effect-six img {
    opacity: .4;
    /* transform: translate3d(-50px, 0, 0) scale(1);
	-webkit-transform: translate3d(-50px, 0, 0) scale(1) */
}

.effect.effect-six .tab-text:before {
    background-color: rgba(255, 255, 255, .4);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    transition: all .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
    -webkit-transition: all .6s
}

.product-list-category li:hover .effect.effect-six .tab-text:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}

.effect.effect-six p {
    max-width: 130px;
    padding: 0 10px;
    margin: 30px;
    text-align: right;
    font-size: .9rem;
    line-height: 1.1;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #e10d19;
    border-right: 3px solid #fff;
    opacity: 0;
    transition: all .35s;
}

.effect.effect-six:hover p {
    opacity: 1
}


.offer-container {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 540px;
    margin: auto;
    background-color: #f7f7f7;
    border-radius: 20px;
    overflow: hidden;
}

.offer-product {
    width: 40%;
    max-width: 400px;
    float: left;
    background-color: white;
    padding: 50px;
    position: relative;
}

    .offer-product::before {
        content: "";
        position: absolute;
        width: 30px;
        height: 60px;
        right: -30px;
        top: calc(50% - 30px);
        border: 30px solid transparent;
        border-left-color: white;
        border-right-width: 0;
    }

.offer-product-header {
    font-size: 36px;
    font-weight: bold;
    color: #3c2a99;
    text-align: center;
}

.offer-product-img {
    width: 100%;
    height: 404px;
}

    .offer-product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.offer-form-container {
    width: 100%;
    max-width: 600px;
    float: right;
    padding: 40px 60px 0 60px;
}

.offer-form {
    width: 100%;
    margin-bottom: 15px;
}

    .offer-form input {
        width: 100%;
        padding: 15px 25px;
        background-color: white;
        border-radius: 8px;
        color: #828282;
    }

        .offer-form input::placeholder {
            color: #828282;
        }

    .offer-form textarea {
        width: 100%;
        padding: 15px 25px;
        background-color: white;
        border-radius: 8px;
        color: #828282;
        resize: none;
        height: 110px;
    }

        .offer-form textarea::placeholder {
            color: #828282;
        }

.offer-form-bottom-product-count {
    float: left;
}

.offer-form-bottom-product-count-select {
    width: 150px;
    height: 40px;
    background-color: white;
    border-radius: 8px;
    margin-top: 10px;
}

    .offer-form-bottom-product-count-select input {
        float: left;
        padding-left: 20px;
        line-height: 40px;
        width: 70px;
        color: #828282;
        background-color: white;
    }

.offer-form-bottom-product-count-select-icons {
    float: right;
    height: 40px;
}

    .offer-form-bottom-product-count-select-icons i {
        margin-right: 10px;
        line-height: 40px;
        font-size: 12px;
        position: relative;
        width: 28px;
        z-index: 1;
        text-align: center;
        cursor: pointer;
        color: #393939;
    }

        .offer-form-bottom-product-count-select-icons i:after {
            content: "";
            width: 28px;
            height: 28px;
            background-color: #f7f7f7;
            position: absolute;
            right: 0;
            top: 6px;
            z-index: -1;
            border-radius: 50%;
        }

.offer-form-bottom-button {
    float: right;
    margin-top: 11px;
}

    .offer-form-bottom-button a {
        display: block;
        width: 200px;
        height: 55px;
        border-radius: 40px;
        background-color: #db2b1d;
        color: #fff;
        text-align: center;
        line-height: 55px;
    }


.box {
    /* width:300px;
    height:380px; */
    position: relative;
    background: rgba(255,255,255,1);
    /* display: inline-block; */
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 3px #2c3e50;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
    /* float:left; */
}

.content_block.liste .box {
    margin-right: 10px
}

.box:hover {
    background: rgba(255,255,255,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.box h3 {
    font-family: "Ruthie", cursive;
    font-size: 180px;
    line-height: 370px;
    margin: 0;
    font-weight: 400;
    width: 100%;
}

.box span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 5px;
    position: relative
}

.box h3,
.box span {
    -webkit-transition: color 0.4s 0.5s;
    transition: color 0.4s 0.5s;
}

.box:hover h3,
.box:hover span {
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.box svg {
    position: absolute;
    top: 0;
    left: 0;
}

    .box svg line {
        stroke-width: 3;
        stroke: #f5f5f5;
        fill: none;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.box:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
    stroke-dasharray: 330 240;
}

.box svg line.left,
.box svg line.right {
    stroke-dasharray: 410 320;
}

.box:hover svg line.top {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
}

.box:hover svg line.bottom {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
}

.box:hover svg line.left {
    -webkit-transform: translateY(760px);
    transform: translateY(760px);
}

.box:hover svg line.right {
    -webkit-transform: translateY(-760px);
    transform: translateY(-760px);
}

/* Alternatives */

/* Color */
.demo-2 .box {
    box-shadow: inset 0 0 0 8px #fff;
}

    .demo-2 .box:hover h3,
    .demo-2 .box:hover span {
        color: #616161;
    }

    .demo-2 .box svg line {
        stroke-width: 3;
    }

    .demo-2 .box:hover svg line {
        stroke: #976a09;
    }




.box {
    /* width:300px;
    height:380px; */
    position: relative;
    background: rgba(255,255,255,1);
    /* display: inline-block; */
    cursor: pointer;
    color: #2c3e50;
    box-shadow: inset 0 0 0 3px #2c3e50;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
    /* float:left; */
    /* width: 100%; */
    /* height: 100%; */
    /* height: 435px; */
}

.content_block.liste .box {
    margin-right: 10px
}

.box:hover {
    background: rgba(255,255,255,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.box h3 {
    font-family: "Ruthie", cursive;
    font-size: 180px;
    line-height: 370px;
    margin: 0;
    font-weight: 400;
    width: 100%;
}

.box span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 5px;
    position: relative
}

.box h3,
.box span {
    -webkit-transition: color 0.4s 0.5s;
    transition: color 0.4s 0.5s;
}

.box:hover h3,
.box:hover span {
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.box svg {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 7px;
}

    .box svg line {
        stroke-width: 3;
        stroke: #f5f5f5;
        fill: none;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.box:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
    stroke-dasharray: 330 240;
    stroke-dasharray: 370 160;
    stroke-dasharray: 400 130;
}

.box svg line.left,
.box svg line.right {
    stroke-dasharray: 410 320;
    stroke-dasharray: 440 320;
    stroke-dasharray: 440 320;
}

.box:hover svg line.top {
    -webkit-transform: translateX(-600px);
    transform: translateX(-530px);
}

.box:hover svg line.bottom {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    transform: translateX(500px);
}

.box:hover svg line.left {
    -webkit-transform: translateY(760px);
    transform: translateY(760px);
}

.box:hover svg line.right {
    -webkit-transform: translateY(-760px);
    transform: translateY(-760px);
}

/* Alternatives */

/* Color */
.demo-2 .box {
    box-shadow: inset 0 0 0 8px #fff;
}

    .demo-2 .box:hover h3,
    .demo-2 .box:hover span {
        color: #616161;
    }

    .demo-2 .box svg line {
        stroke-width: 3;
    }

    .demo-2 .box:hover svg line {
        stroke: #976a09;
        stroke: #153b6a;
        stroke: #e10d19;
    }

#menu {
    display: none;
}

#header {
    display: none;
}

#content {
    display: none;
}
/*mobile menu */
:root {
    --mm-sidebar-expanded-size: 300px;
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened #header a {
    display: none;
}

.mm-navbar--tabs span {
    display: inline-block;
    margin-left: 8px;
}

/*mobile menu */

@media (max-width: 450px) {
    .mm-navbar--tabs span {
        display: none;
    }
}



/* width 1280 */
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .swiper-content {
        height: 250px;
    }
    .main-corporate-content {
        padding-left: calc(50% - 600px);
        margin: 20px auto;
    }
    .main-corporate-img-text {
        bottom: 10px;
        left: 37px;
    }
    .main-corporate-content-hedaer {
        margin-bottom: 15px;
    }
    .main-corporate-content-link {
        margin-top: 50px;
    }
    .search-page-gallery ul {
        width: 103%;
    }
    .cookies-text {
        margin-left: 0;
        max-width: calc(100% - 200px);
    }

    .menu li {
        padding: 5px 9px;
    }
    .menu {
        margin-right: 80px;
        width: calc(100% - 272px);
    }
    .menu li a {
        font-size: 16px;
    }
    .header-bottom-search {
        width: 150px;
    }
    .cookies-decision {
        width: 160px;
        margin-right: 20px;
    }

    .cookies-button {
        margin-right: 20px;
    }


    .brands-detail-sub-menu {
        width: 294px;
        margin-right: 10px;
    }

    .brands-detail-list {
        width: calc(100% - 350px);
    }
  
    .product-category-list {
        width: 340px;
        margin-right: 10px;
    }

    .product-list-category-content-header {
        min-height: 135px;
    }

    .product-list {
        width: calc(100% - 350px);
    }

        .product-list li {
            width: 40%;
            margin-left: 76px;
            margin-right: 0px;
        }

        .product-list .box svg {
            display: block;
        }
        .brands-detail-list-content-img img {
            max-height: 100px;
        }
        .brands-detail-list .box svg {
            display: block;
        }
    .brands-detail-list li {
        width: 40%;
        margin-left: 60px;
        margin-right: 0px;
    }

    .brands-detail-header {
        margin-left: 60px;
    }

    .brands-detail-text {
        margin-left: 60px;
    }
    .main-brands-list li {
        margin: 0 calc((100% - 960px)/12);
        margin-bottom: 20px;
    }
    nav.primary-navigation ul li {
        margin-left: 15px;
    }

    nav.primary-navigation {
        margin-right: 32px;
        width: calc(100% - 235px);
        padding-left: 130px;
    }
}

/* width 1366 */
@media only screen and (min-width:1281px) and (max-width:1366px) {
    .swiper-content {
        height: 250px;
    }
    .main-corporate-content {
        margin: 20px auto;
        padding-left: calc(50% - 610px);
    }
    .main-corporate-img-text {
        bottom: 10px;
        left: 45px;
    }
    .main-corporate-content-hedaer {
        margin-bottom: 15px;
    }
    .main-corporate-content-link {
        margin-top: 30px;
    }
    .cookies-text {
        margin-left: 0;
        max-width: calc(100% - 200px);
    }

    .menu li {
        padding: 5px 7px;
    }

        .menu li a {
            font-size: 16px;
        }
    .header-bottom-search {
        width: 150px;
    }
    .menu {
        margin-right: 100px;
        width: calc(100% - 324px);
    }

    .cookies-decision {
        width: 160px;
        margin-right: 20px;
    }

    .cookies-button {
        margin-right: 20px;
    }


    .brands-detail-sub-menu {
        width: 310px;
        margin-right: 10px;
    }

    .brands-detail-list {
        width: calc(100% - 350px);
    }

    .product-category-list {
        width: 340px;
        margin-right: 10px;
    }

    .product-list {
        width: calc(100% - 350px);
    }
    .product-list-category-content-header {
        min-height: 138px;
    }
    .product-list li {
        width: 37.6%;
        margin-left: 92px;
        margin-right: 0px;
    }

        .product-list .box svg {
            display: block;
        }

    .brands-detail-list li {
        width: 29%;
        margin-right: 4.3%;
    }
    .brands-detail-list li {
        width: 37.5%;
        margin-left: 60px;
        margin-right: 0px;
    }

    .brands-detail-header {
        margin-left: 60px;
    }

    .brands-detail-text {
        margin-left: 60px;
    }
    .brands-detail-list .box svg {
        display: block;
    }

    .main-brands-list li {
        margin: 0 calc((100% - 960px)/12);
        margin-bottom: 25px;
    }
    nav.primary-navigation {
        margin-right: 36px;
        width: calc(100% - 262px);
        padding-left: 69px;
    }

        nav.primary-navigation ul li {
            margin-left: 25px;
        }
}

/* width 1440 */
@media only screen and (min-width:1367px) and (max-width:1440px) {
    .swiper-content {
        height: 250px;
    }
    .main-corporate-content {
        margin: 20px auto;
        padding-left: calc(50% - 610px);
    }
    .main-corporate-img-text {
        bottom: 5px;
        left: 45px;
    }
    .main-corporate-content-link {
        margin-top: 30px;
    }
    .menu li:first-child {
        padding: 5px 20px;
    }

    .cookies-text {
        margin-left: calc(50% - 700px);
    }

    .menu li {
        padding: 5px 10px;
    }
    .menu {
        margin-right: 100px;
        width: calc(100% - 314px)
    }
    .header-bottom-search {
        width: 180px;
    }
    .cookies-decision {
        width: 160px;
        margin-right: 20px;
    }

    .cookies-button {
        margin-right: 20px;
    }


    .brands-detail-sub-menu {
        width: 320px;
        margin-right: 10px;
    }

    .brands-detail-list {
        width: calc(100% - 350px);
    }
    .product-list-category-content-header {
        min-height: 131px;
    }
    .product-category-list {
        width: 340px;
        margin-right: 10px;
    }

    .product-list {
        width: calc(100% - 350px);
    }
        .product-list li {
            width: 35.7%;
            margin-left: 107px;
            margin-right: 0px;
        }

        .product-list .box svg {
            display: block;
        }

    .brands-detail-list li {
        width: 29%;
        margin-right: 4.3%;
    }
    .brands-detail-list li {
        width: 35.7%;
        margin-left: 60px;
        margin-right: 0px;
    }

    .brands-detail-header {
        margin-left: 60px;
    }

    .brands-detail-text {
        margin-left: 60px;
    }
    .brands-detail-list .box svg {
        display: block;
    }

    .main-brands-list li {
        margin: 0 calc((100% - 1200px)/12);
        margin-bottom: 5px;
    }
    nav.primary-navigation {
        width: calc(100% - 210px);
        padding-left: 45px;
        margin-right: 25px;
    }
}

/* width 1500 */
@media only screen and (min-width:1441px) and (max-width:1550px) {
    .swiper-content {
        height: 250px;
    }
    .main-corporate-content {
        margin: 20px auto;
        padding-left: calc(50% - 610px);
    }
    .main-corporate-img-text {
        bottom: 5px;
        left: 50px;
    }
    .main-corporate-content-link {
        margin-top: 30px;
    }


    .menu li:first-child {
        padding: 5px 20px;
    }

    .cookies-text {
        margin-left: calc(50% - 700px);
    }

    .menu li {
        padding: 5px 15px;
    }
    .menu {
        margin-right: 80px;
        width: calc(100% - 322px);
    }
    .header-bottom-search {
        width: 100px;
    }
    .cookies-decision {
        width: 160px;
        margin-right: 20px;
    }

    .cookies-button {
        margin-right: 20px;
    }


    .brands-detail-sub-menu {
        width: 340px;
        margin-right: 10px;
    }

    .brands-detail-list {
        width: calc(100% - 350px);
    }
    .product-list-category-content-header {
        min-height: 130px;
    }

    .product-category-list {
        width: 340px;
        margin-right: 10px;
    }

    .product-list {
        width: calc(100% - 350px);
    }

        .product-list li {
            width: 33.8%;
            margin-left: 120px;
            margin-right: 0px;
        }
        .product-list .box svg {
            display: block;
        }

    .brands-detail-list li {
        width: 33.8%;
        margin-left: 60px;
        margin-right: 0px;
    }

    .brands-detail-header {
        margin-left: 60px;
    }

    .brands-detail-text {
        margin-left: 60px;
    }
    .brands-detail-list .box svg {
        display:block;
    }

    .main-brands-list li {
        margin: 0 calc((100% - 1200px)/12);
        margin-bottom: 25px;
    }
    nav.primary-navigation {
        width: calc(100% - 263px);
        padding-left: 82px;
    }
}

/* width 1600 */
@media only screen and (min-width:1551px) and (max-width:1600px) {
 
    .main-corporate-content-link {
        margin-top: 30px;
    }

    .cookies-text {
        margin-left: calc(50% - 610px);
    }

    .menu li {
        padding: 5px 10px;
    }
    .menu {
        margin-right: 100px;
        width: calc(100% - 377px);
    }
    .header-bottom-search {
        width: 180px;
    }
    .cookies-decision {
        width: 160px;
        margin-right: 20px;
    }

    .cookies-button {
        margin-right: 20px;
    }

    .brands-detail-sub-menu {
        width: 340px;
        margin-right: 10px;
    }

    .brands-detail-list {
        width: calc(100% - 350px);
    }
        .brands-detail-list li {
            width: 32.3%;
            margin-left: 60px;
            margin-right: 0px;
        }
    .product-list-category-content-header {
        min-height: 100px;
    }
    .product-list li {
        width: 32.3%;
        margin-left: 11px;
        margin-right: 0px;
    }
    .brands-detail-header {
        margin-left: 60px;
    }

    .brands-detail-text {
        margin-left: 60px;
    }
    .product-category-list {
        width: 340px;
        margin-right: 10px;
    }

    .product-list {
        width: calc(100% - 350px);
    }

    .main-brands-list li {
        margin: 0 calc((100% - 1200px)/12);
        margin-bottom: 25px;
    }
    nav.primary-navigation {
        width: calc(100% - 274px);
        padding-left: 80px;
        margin-right: 25px;
    }
}

@media only screen and (min-width:1601px) and (max-width: 1680px) {
    .swiper-content {
        height: 250px;
    }
    .brands-detail-sub-menu {
        width: 360px;
        margin-right: 20px;
    }

    .brands-detail-list {
        width: calc(100% - 380px);
    }
        .brands-detail-list li {
            width: 31.6%;
            margin-left: 60px;
            margin-right: 0px;
        }

    .brands-detail-header {
        margin-left: 60px;
    }

    .brands-detail-text {
        margin-left: 60px;
    }
    .product-category-list {
        width: 360px;
        margin-right: 20px;
    }
    .product-list li {
        width: 31.6%;
        margin-left: -1px;
    }
    .product-list {
        width: calc(100% - 380px);
    }
    /* .product-list li { width: 28%; margin-right: 5%; margin-bottom: 5%; }
    .product-list .box svg { display: none!important; }
    .brands-detail-list li { width: 29%; margin-right: 4.3%; }
    .brands-detail-list .box svg { display: none!important; } */
    .main-brands-list li {
        margin: 0 calc((100% - 1200px)/12);
        margin-bottom: 25px;
    }
    nav.primary-navigation {
        width: calc(100% - 328px);
        padding-left: 76px;
        margin-right: 25px;
    }
}

@media only screen and (min-width:1599px) and (max-width: 1680px) {
    .main-corporate-content {
        margin: 20px auto;
        padding-left: calc(50% - 610px);
    }
    .main-corporate-img-text {
        bottom: 5px;
        left: 55px;
    }
    nav.primary-navigation {
        width: calc(100% - 274px);
        padding-left: 80px;
        margin-right: 25px;
    }
}


@media only screen and (max-width: 1260px) {
    .main-products-list-content {
        width: calc(100% - 60px);
    }

    .main-products-list .box svg {
        display: none !important;
    }
}

/* iphone 5/5s dikey */
@media only screen and (max-width:359px) {

    .error {
        margin-left: 11%;
        margin-top: 15%;
    }

    .error-img img {
        max-width: 80%;
    }

    .error-header {
        margin-bottom: 28px;
        margin-right: 16%;
    }

    .error-text {
        width: 69%;
        margin-left: 15px;
    }

    .footer-top-right.right {
        margin-top: -8px;
        padding-left: 46px;
    }

    .footer-top-middle.left {
        width: 90%;
    }

    nav.primary-navigation {
        display: none;
    }
    /*Ana Sayfa*/

    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }

    .header .fixed {
        min-height: 120px;
    }

    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 4px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .header-logo-holder {
        display: inline-block;
        margin-top: 29px;
    }
        .header-logo-holder a {
            z-index: 11;
        }

    .header-right-side {
        width: 0;
    }

    .header-logo-holder img {
        width: 170px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 30px;
        text-align: center;
        margin: 0px 0 0 34px;
        font-size: 14px;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 0;
        width: 13%;
    }

    .header-bottom-search {
        display: table;
        position: relative;
        padding: 88px 65px 0 0;
    }

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: none;
    }

    .main-corporate-content {
        width: 100%;
        display: table;
        padding: 0 0 0 0;
        margin: 10px auto;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: center;
        width: 100%;
    }

    .main-corporate-content-text {
        line-height: 21px;
        padding-right: 10px;
        font-size: 15px;
        margin-left: 10px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        margin-bottom: 20px;
        height: 190px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 30px auto 0 auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: block;
        margin: 10px 0;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin:20px;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }

    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 100px;
    }

    .main-products-list-content-img img {
        max-width: 100%;
        max-height: 90px;
    }

    .main-products-list-content {
        width: 88%;
        display: inline-block;
        height: auto;
        margin: 0px 0px 15px 0px;
    }
    /*
    .main-products-list .box svg{

    }*/

    .news-all-link {
        display: inline-block;
        margin-top: 134px;
        position: unset;
        margin-right: 26px;
    }

    /* .main-products-list .slicl-slide{
        width:400px;
    }*/

    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: none;
        padding: 0px;
        margin-left: 4px;
        width: 95%;
        height: 150px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }


    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        display: inline-block;
        margin: 20px 20px;
    }

    .main-brands-list-img img {
        max-width: 100%;
        max-height: 80px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .main-brands-link {
        display: block;
        margin: 30px auto 10px auto;
    }

    .default-link {
        padding: 9px 15px 9px 15px;
        display: block;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: none;
        /* margin: 0px 0px 0px 3px; */
        text-align: center;
        display: table;
        width: 100%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        margin-left: 19px;
        display: inline-block;
        font-size: 19px;
        width: 92%;
        text-align: left;
        margin-top: 20px;
        padding: 0;
    }

    .main-news-list {
        float: none;
        width: 100%;
        height: 250px;
    }

    .main-news-list-content-img {
        display: inline-block;
        float: none;
    }

        .main-news-list-content-img img {
            float: left;
            width: 103.5%;
        }

    .main-news-list-content-top-header {
        font-size: 16px;
        position: relative;
        margin-left: 10px;
        width: 81%;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 17px;
        display: inline-block;
        margin-left: 11px;
        width: 92%;
    }

    .main-news-list .slick-dots {
        left: 6px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .main-newsletter-left {
        display:none;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }


    .main-newsletter-right {
        float: none;
        display: inline-block;
        height: 400px;
        width: 100%;
        margin-top: 12px;
    }

    .main-newsletter-right-content {
        width: 97%;
        height: 279px;
        left: 10px;
    }

    .main-newsletter-right-header {
        font-size: 32px;
        margin-top: 15px;
    }

    /*  .main-newsletter-right-content-img {
        width:0;
        height:0;
    }*/

    /*       .main-newsletter-right-content-img img {
        width: 89%;
        height: 60%;
        margin-left: 23px;
        margin-top: 44px;
    }*/

    .main-newsletter-right-content-header {
        width: 241px;
        font-size: 14px;
        text-align: center;
        margin-left: 23px;
    }

    .main-newsletter-right-link {
        display: block;
        margin: 10px auto 10px auto;
    }

    .footer {
        position: relative;
        margin-top: 9px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 100%;
        display: inline-block;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 11px;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/

    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/

    .footer-top-middle-newsletter-form {
        margin-top: 30px;
    }

        .footer-top-middle-newsletter-form i {
            font-size: 22px;
            top: 1px;
            left: 251px;
        }

    .footer-top-middle-logo {
        width: 100%;
        text-align: center;
    }

    .footer-top-right {
        float: none;
        padding-left: 56px;
        width: 100%;
        text-align: left;
    }

    .footer-top-right-adress {
        margin-top: 11px;
        margin-bottom: 2px;
    }

    .footer-top-right-header {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: none;
        margin: 13px auto 13px auto;
        width: 64%;
        display: block;
    }

    .footer-bottom-right {
        width: 100%;
        margin: 10px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin-left: 14px;
        }

        .footer-bottom-right a {
            font-size: small;
        }

    .cookies {
        width: 100%;
        display: inline-block;
        height: 135px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 15px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 100%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
        margin-right: 0px;
    }

    .cookies-button {
        display: table;
        margin: 0px 120px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 96%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
        margin-left: 6px;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 13px;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }
    .corporate-fast-access-icon {
        margin: 0px;
        display: inline-block;
        margin-top: 5px;
        height: auto;
    }

        .corporate-fast-access-icon img {
            height: auto;
            width: 80%;
            margin-left: 88px;
        }

    .corporate-fast-access-header {
        font-size: 16px;
        line-height: 14px;
        margin-top: 16px;
        /* width: 202px;
        font-size: 22px;
        line-height: 22px;*/
    }

    .corporate-fast-access li:nth-child(2) {
        margin: 0px auto 20px auto;
        padding: 0 10px 0 10px;
        display: table;
        float: none;
    }

    .corporate-fast-access li:nth-child(3) {
        margin: 0px auto 20px auto;
        padding: 0 10px 0 10px;
        display: table;
        float: none;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            float: none;
            width: auto;
            margin-bottom: 15px;
            width: 23%;
        }

    /*Misyon ve Vizyon*/

    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        display: inline-block;
        float: none;
        width: 94%;
    }

    .corporate-content-header {
        text-align: left;
        margin-top: 15px;
        margin-left: 11px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        width: 300px;
        padding-left: 18px;
    }

    /*Ürünler sayfası*/
    #slider2 {
        margin: 45px 7px;
    }
    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 100%;
            margin: 0 auto;
            float: none;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    .product-list-category-content-img {
        width: auto;
        margin: 3px 15px 0px 15px;
    }

    /* Ürün Detay Sayfası*/

    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        float: none;
        width: 100%;
    }

    .product-detail-header {
        font-size: 25px;
        line-height: 25px;
        height: 50px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 100%;
    }
    .product-detail-img {
        height: 200px;
        width: 51%;
        margin-top: 130px;
    }
        .product-detail-img img {
            max-height: 220px;
        }

    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }



    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 98%;
        margin: 24px 3px;
        padding: 5px 0 5px 25px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            font-size: 14px;
            width: 47%;
            float: left;
            margin: 5px 0 10px 0;
            text-align: left;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 12px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 47%;
            margin: 10px 8px 0 0;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .product-list li {
            float: none;
            width: 88%;
            border: 3px solid #f5f5f5;
            margin: 5px 20px;
        }

        /*Marka Sayfası*/
        .brands .main {
            width: 100%;
        }

    .brands-list li {
        float: none;
        margin: 15px auto 0 auto;
        display: table;
    }
    .brands-list-img img {
        margin: 30px auto;
    }
    /*Marka Detay Sayfası*/
    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 17px 17px;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        float: none;
        width: 88%;
        border: 3px solid #f5f5f5;
        margin: 5px 20px;
    }
      .brands-detail-list-content-img {
        height: 250px;
    }
    .brands-detail-list-content-img img {
        max-height: 130px;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        float: none;
        width: 170px;
        height: 130px;
        margin-left: 7px;
    }

    .sales-point-detail-list {
        padding: 9px 6px;
        margin: 10px 0px 10px 2px;
        line-height: 23px;
    }

    .sales-point-img {
        float: none;
        width: 170px;
        height: 130px;
        margin-left: 13px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 290px;
        height: 170px;
    }
    .validate {
        margin: 10px 15px;
    }
    .human-resource-content-validate-area {
        display: inline-block;
        max-width: 230px;
        margin: 30px 10px;
    }

    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-send-button {
        margin: 35px 15px;
    }

    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }

    .search-page-content-header {
        width: 100%;
        text-align: center;
    }
    .search-page-gallery-img {
        height: 120px;
    }
        .search-page-gallery-img img {
            max-height: 90px;
        }
        .search-page-content li {
            padding: 0px 25px 0px 25px;
        }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        float: none;
        width: 81%;
        margin-left: 33px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        float: none;
        display: table;
        width: 92%;
        height: 200px;
        margin: 0 auto;
    }

    .news-list-content-right {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
        height: 150px;
    }

    .news-list-content-right-header {
        font-size: 16px;
        margin: 0 10px;
    }

    .news-list-content-right-text {
        line-height: 20px;
        font-size: 16px;
        display: inline-block;
        margin-left: 10px;
        width: 97%;
    }

    .news-list-content-right-link {
        left: 10px;
        top: 10px;
        position: inherit;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        width: auto;
        height: 50%;
        padding: 0px 0;
        margin: 0;
        display: block;
        position: relative;
        top: 10px;
    }

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 45.8%;
            margin: 9px 6px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            float: none;
            width: 100%;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 20px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            float: none;
            width: 100%;
            height: auto;
            min-height: 150px;
            margin-bottom: 20px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }

    .contact-form-left {
        display: inline-table;
        padding: 20px 71px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .contact-form-left li {
            margin: 0px 0 15px 0px;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        display: inline-table;
        margin-left: 10px;
        top: initial;
        padding: 10px 0px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(0.93);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        width: 89%;
        float: none;
        padding: 15px;
        margin: 10px auto;
    }

    .offer-product-header {
        font-size: 18px;
    }

    .offer-product-img {
        height: 100px;
    }

    .offer-form-container {
        float: none;
        width: 100%;
        padding: 0px 10px 0 10px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 10px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 10px auto 10px auto;
        float: left;
    }

        .offer-form-bottom-button a {
            width: 147px;
        }
}

/*Samsung S3 dikey  */
@media only screen and (min-width:360px) and (max-width:369px) {
    /*Ana Sayfa*/
    nav.primary-navigation {
        display: none;
    }
    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }


    /*404.aspx*/
    .error {
        margin-left: 22%;
    }

    .error-header {
        margin-right: 35%;
    }

    .error-text {
        margin-left: -9px;
        margin-top: 44px;
    }

    .error-img img {
        max-width: 79%;
        margin-top: 26px;
    }

    .footer-top-right.right {
        margin-top: -1px;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .header-logo-holder {
        display: inline-block;
        margin-top: 27px;
        margin-left: 0px;
    }

        .header-logo-holder a{
            z-index:11;
        }

        .header-right-side {
            width: 0;
        }

    .header-logo-holder img {
        width: 180px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 30px;
        text-align: center;
        margin: 0px 0 0 34px;
        font-size: 14px;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 0;
        width: 13%;
    }

    .header-bottom-search {
        display: table;
        position: relative;
        padding: 88px 69px 0 0;
    }

    /*  .menu {
        display: none;
    }*/

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }

    .swiper-img {
        /*   width:105%;*/
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: none;
    }

    .main-corporate-content {
        width: 100%;
        display: table;
        padding: 0 0 0 0;
        margin: 20px auto;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .main-corporate-content-text {
        line-height: 20px;
        font-size: 19px;
        padding: 15px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
        margin-bottom: 20px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 25px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin: 20px;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }

    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 100px;
    }
    .main-products-list-content {
        width: 100%;
        display: inline-block;
        height: auto;
    }


    .news-all-link {
        display: inline-block;
        position: unset;
        margin: 138px 23px 0 0;
    }

    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: none;
        padding: 0px;
        margin-left: 4px;
        width: 95%;
        height: 150px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }

    .main-products-list-content-img img {
        max-height: 90px;
    }

    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        float: none;
        margin: 20px auto 0 auto;
        display: table;
    }

    .main-brands-list-img img {
        max-width: 100%;
        max-height: 80px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 50px auto 10px auto;
    }

    .main-brands-link {
        display: inline-block;
        margin: 30px 100px;
        text-align: left;
    }

    .default-link {
        padding: 9px 14px 8px 15px;
        display: inline-block;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: none;
        text-align: center;
        display: block;
        position: relative;
        width: 100%;
    }

    .main-news-content-header {
        display: inline-block;
        margin: 20px auto;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 18px;
        width: 94%;
        text-align: left;
        padding: 0;
        margin: 30px 10px;
    }

    .main-news-list {
        float: none;
        width: 100%;
        height: 250px;
    }

    .main-news-list-content-img {
        display: inline-block;
        float: none;
        width: 100%;
    }

        .main-news-list-content-img img {
            float: left;
            width: 103.5%;
        }

    .main-news-list-content-top-header {
        font-size: 16px;
        position: relative;
        margin-left: 10px;
        width: 81%;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 17px;
        display: inline-block;
        margin-left: 11px;
        width: 96%;
    }

    .main-news-list .slick-dots {
        left: 6px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .main-newsletter-left {
        display:none;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }

    .main-newsletter-right {
        float: none;
        display: inline-block;
        height: 400px;
        width: 100%;
        margin-top: 12px;
    }

    .main-newsletter-right-content {
        width: 94%;
        height: 279px;
        left: 10px;
    }

    .main-newsletter-right-header {
        font-size: 32px;
        margin-top: 15px;
    }

    /*  .main-newsletter-right-content-img {
        width:0;
        height:0;
    }*/

    /*       .main-newsletter-right-content-img img {
        width: 89%;
        height: 60%;
        margin-left: 23px;
        margin-top: 44px;
    }*/

    .main-newsletter-right-content-header {
        display: inline-block;
        margin: 0px 0px;
        font-size: 17px;
        line-height: 22px;
    }

    .main-newsletter-right-link {
        margin: 0px 100px;
        display: inline-block;
    }

    .footer {
        position: relative;
        margin-top: 9px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 100%;
        display: inline-block;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 11px;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/

    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/

    .footer-top-middle-newsletter-form {
        margin-top: 30px;
    }

        .footer-top-middle-newsletter-form i {
            font-size: 23px;
            top: 0px;
            right: 19px;
        }

    .footer-top-middle-logo {
        width: 100%;
        text-align: center;
    }

    .footer-top-right {
        float: none;
        /* padding-left: 56px; */
        width: 100%;
        display: table;
    }

    .footer-top-right-adress {
        margin-top: 11px;
        margin-bottom: 2px;
    }

    .footer-top-right-header {
        width: 100%;
        display: inline-block;
        margin-top: 32px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: none;
        margin: 13px auto 13px auto;
        width: 61%;
        display: block;
    }

    .footer-bottom-right {
        width: 100%;
        margin: 10px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin-left: 30px;
        }

        .footer-bottom-right a {
            font-size: small;
        }

    .cookies {
        width: 100%;
        display: inline-block;
        height: 140px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        margin-top: 15px;
        display: table;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 100%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
        margin-right: 0px;
    }

    .cookies-button {
        display: table;
        margin: 0px 140px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 96%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
        margin-left: 5px;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 15px;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin: 10px auto 20px auto;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }
    .corporate-fast-access-icon {
        margin: 0px 10px;
        display: inline-block;
        margin-top: 5px;
        height: auto;
    }

        .corporate-fast-access-icon img {
            height: auto;
            width: 81%;
            margin: 0px 90px;
        }

    .corporate-fast-access-header {
        font-size: 16px;
        line-height: 14px;
        margin-top: 16px;
    }

    .corporate-fast-access li:nth-child(2) {
        margin: 0px auto 18px auto;
        display: table;
        float: none;
    }

    .corporate-fast-access li:nth-child(3) {
        margin: 0px auto 18px auto;
        display: table;
        float: none;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            float: none;
            width: auto;
            margin-bottom: 15px;
            width: 26%;
        }

    /*Misyon ve Vizyon*/

    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        display: inline-block;
        float: none;
        width: 94%;
    }

    .corporate-content-header {
        text-align: left;
        margin-top: 25px;
        margin-left: 14px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: table;
        margin: 0 20px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 100%;
            margin: 0 3px;
            float: none;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    .product-list-category-content-img {
        width: auto;
        margin: 3px 15px 0px 15px;
    }

    /* Ürün Detay Sayfası*/

    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        float: none;
        width: 100%;
    }

    .product-detail-header {
        font-size: 25px;
        line-height: 25px;
        height: 52px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .product-detail-img {
        height: 300px;
        width:59%;
    }
        .product-detail-img img {
            max-height: 250px;
        }
        .product-detail-gallery-container {
            width: 100%;
        }

    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }

    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 98%;
        margin: 24px 3px;
        padding: 5px 0 5px 25px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            font-size: 14px;
            width: 47%;
            float: left;
            margin: 5px 0 10px 0;
            text-align: left;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 12px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 47%;
            margin: 10px 8px 0 0;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
    }

        .product-list li {
            float: none;
            width: 89%;
            border: 3px solid #f5f5f5;
            margin: 10px 20px;
        }
           
    /*Marka Sayfası*/
    .brands .main {
        width: 100%;
    }

    .brands-list li {
        float: none;
        margin: 20px auto 0 auto;
        display: table;
    }
    .brands-list-img img {
        margin: 30px auto;
    }
    /*Marka Detay Sayfası*/
    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 17px 17px;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        float: none;
        width: 89%;
        border: 3px solid #f5f5f5;
        margin: 10px 20px;
    }
    .brands-detail-list-content-img img {
        max-height: 130px;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        float: none;
        width: 220px;
        height: 130px;
        margin: 0 auto;
        padding: 0;
    }

    .sales-point-detail-list {
        padding: 8px 25px;
        margin: 10px auto 10px auto;
        line-height: 23px;
    }

    .sales-point-img {
        float: none;
        width: 210px;
        height: 130px;
        margin-left: 13px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 290px;
        height: 170px;
    }

    .human-resource-content-validate-area {
        display: inline-block;
        max-width: 230px;
        margin: 10px 10px;
    }

    .human-resource-content-rechaptca {
        float: none;
        margin: 5px 20px;
    }

        .human-resource-content-rechaptca img {
            transform: scale(0.96);
        }

    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-text {
        font-size: 17px;
    }

    .human-resource-content-send-button {
        margin: 30px 0px;
    }

        .human-resource-content-send-button .default-link {
            padding: 9px 20px 9px 20px;
            display: inline-block;
            font-size: 16px;
            min-width: 150px;
            text-align: left;
        }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }

    .search-page-gallery-img img {
        max-height: 100px;
    }

    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        float: none;
        width: 81%;
        margin-left: 33px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        float: none;
        display: table;
        width: 92%;
        height: 200px;
        margin: 0 auto;
    }

    .news-list-content-right {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
        height: 150px;
    }

    .news-list-content-right-header {
        font-size: 16px;
        margin: 0 10px;
    }

    .news-list-content-right-text {
        line-height: 20px;
        font-size: 16px;
        display: inline-block;
        margin-left: 10px;
        width: 97%;
    }

    .news-list-content-right-link {
        left: 10px;
        top: 10px;
        position: inherit;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        width: auto;
        height: 50%;
        padding: 0px 0;
        margin: 0;
        display: block;
        position: relative;
        top: 10px;
    }

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 46.3%;
            margin: 9px 6px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            float: none;
            width: 100%;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 20px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            float: none;
            width: 100%;
            height: auto;
            min-height: 150px;
            margin-bottom: 20px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 210px;
    }

    .contact-form-left {
        display: inline-table;
        position: initial;
        top: initial;
        padding: 10px 71px;
        margin-left: 34px;
        margin-bottom: 10px;
    }

        .contact-form-left li {
            margin: 0px auto 15px auto;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        display: inline-table;
        margin-left: 33px;
        top: initial;
        padding: 10px 0px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(0.93);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        width: 93%;
        float: none;
        padding: 10px 25px 0 25px;
        margin: 10px auto;
    }

    .offer-product-header {
        font-size: 18px;
    }

    .offer-product-img {
        height: 150px;
    }

    .offer-form-container {
        float: none;
        width: 100%;
        padding: 0px 10px 0 10px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 10px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-product-count {
        margin: 0 5px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 10px 7px 10px;
        float: left;
    }

        .offer-form-bottom-button a {
            width: 147px;
        }
}

/* iphone 6/6s dikey */
@media only screen and (min-width:370px) and (max-width:399px) {
    .error {
        margin-left: 4%;
    }

    .error-img img {
        max-width: 88%;
        margin-top: 31px;
    }

    .error-header {
        margin-right: 10%;
        margin-bottom: 34px;
    }

    .error-text {
        width: 90%;
        margin-left: 0px;
    }

    .footer-top.hata3 {
        margin-left: -6%;
        margin-top: 0%;
    }

    .footer-top-middle.left {
        float: none;
        margin-bottom: 94px;
        margin-left: -8px;
    }

    nav.primary-navigation {
        display: none;
    }

    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .header-logo-holder {
        display: inline-block;
        margin-top: 29px;
    }
        .header-logo-holder a {
            z-index: 11;
        }

    .header-right-side {
        width: 0;
    }

    .header-logo-holder img {
        width: 190px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 30px;
        text-align: center;
        margin: 0px 0 0 34px;
        font-size: 14px;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 0;
        width: 13%;
    }

    .header-bottom-search {
        display: table;
        position: relative;
        padding: 88px 69px 0 0;
    }


    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
    }

    .slider-content .link .link__line {
        width: 43px;
    }

    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: none;
    }

    .main-corporate-content {
        width: 100%;
        display: table;
        padding: 0 0 0 0;
        margin: 20px auto;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .main-corporate-content-text {
        line-height: 20px;
        font-size: 19px;
        padding: 15px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
        margin-bottom: 20px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 25px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }
    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin-left: 0;
        margin: 25px 0;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }



    .main-products-list-content {
        width: 100%;
        display: inline-block;
        height: auto;
    }

    .news-all-link {
        display: inline-block;
        position: unset;
        margin: 138px 23px 0 0;
    }

    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: none;
        padding: 0px;
        margin-left: 4px;
        width: 95%;
        height: 150px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }

    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 100px;
    }

    .main-products-list-content-img img {
        max-width: 100%;
        max-height: 90px;
    }

    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        float: none;
        margin: 25px auto 0 auto;
        display: table;
    }

    .main-brands-list-img img {
        max-width: 100%;
        max-height: 70px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 40px auto 20px auto;
    }

    .main-brands-link {
        display: inline-block;
        margin: 30px 100px;
        text-align: left;
    }

    .default-link {
        padding: 9px 14px 8px 15px;
        display: inline-block;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: none;
        text-align: center;
        display: block;
        position: relative;
        width: 100%;
    }

    .main-news-content-header {
        display: inline-block;
        margin: 20px auto;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 18px;
        width: 94%;
        text-align: left;
        padding: 0;
        margin: 30px 10px;
    }

    .main-news-list {
        float: none;
        width: 100%;
        height: 250px;
    }

    .main-news-list-content-img {
        display: inline-block;
        float: none;
        width: 100%;
    }

        .main-news-list-content-img img {
            float: left;
            width: 103.5%;
        }

    .main-news-list-content-top-header {
        font-size: 16px;
        position: relative;
        margin-left: 10px;
        width: 81%;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 17px;
        display: inline-block;
        margin-left: 11px;
        width: 96%;
    }

    .main-news-list .slick-dots {
        left: 6px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .main-newsletter-left {
       display:none;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }


    .main-newsletter-right {
        float: none;
        display: inline-block;
        height: 400px;
        width: 100%;
        margin-top: 12px;
    }

    .main-newsletter-right-content {
        width: 94%;
        height: 279px;
        left: 10px;
    }

    .main-newsletter-right-header {
        font-size: 32px;
        margin-top: 15px;
    }

    .main-newsletter-right-content-header {
        display: inline-block;
        margin: 0px 0px;
        font-size: 17px;
        line-height: 22px;
    }

    .main-newsletter-right-link {
        margin: 0px 100px;
        display: inline-block;
    }

    .footer {
        position: relative;
        margin-top: 9px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 100%;
        display: inline-block;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 11px;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
    }


    .footer-top-middle-newsletter-form {
        margin-top: 30px;
    }

        .footer-top-middle-newsletter-form i {
            font-size: 22px;
            top: 0px;
            left: 302px;
        }

    .footer-top-middle-logo {
        width: 100%;
        text-align: center;
    }

    .footer-top-right {
        float: none;
        width: 100%;
        display: table;
    }

    .footer-top-right-adress {
        margin-top: 11px;
        margin-bottom: 2px;
    }

    .footer-top-right-header {
        width: 100%;
        display: inline-block;
        margin-top: 32px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: none;
        margin: 10px auto 13px auto;
        width: 60%;
        display: block;
    }

    .footer-bottom-right {
        width: 100%;
        margin: 10px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin-left: 45px;
        }

        .footer-bottom-right a {
            font-size: small;
        }

    .cookies {
        width: 100%;
        display: inline-block;
        height: 140px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 15px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 18px;
            line-height: 20px;
            width: 100%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
        margin-right: 0px;
    }

    .cookies-button {
        display: table;
        margin: 5px 150px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 96%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
        margin-left: 3px;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 15px;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin: 10px auto 20px auto;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 340px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }
    .corporate-fast-access-icon {
        margin: 0px 20px;
        display: inline-block;
        margin-top: 5px;
        height: auto;
    }

        .corporate-fast-access-icon img {
            height: auto;
            width: 81%;
            margin: 0px 90px;
        }

    .corporate-fast-access-header {
        font-size: 16px;
        line-height: 14px;
        margin-top: 16px;
    }

    .corporate-fast-access li:nth-child(2) {
        margin: 0px auto 18px auto;
        display: table;
        float: none;
    }

    .corporate-fast-access li:nth-child(3) {
        margin: 0px auto 18px auto;
        display: table;
        float: none;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 27.5%;
            margin: 20px 2px;
            float: none;
        }

    .corporate-gallery-img {
        height: 120px;
    }
    /*Misyon ve Vizyon*/
    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        display: inline-block;
        float: none;
        width: 94%;
    }

    .corporate-content-header {
        text-align: left;
        margin-top: 25px;
        margin-left: 15px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: table;
        margin: 0 30px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 100%;
            margin: 0 4%;
            float: none;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    .product-list-category-content-img {
        width: auto;
        margin: 3px 15px 0px 15px;
    }

    /* Ürün Detay Sayfası*/

    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        float: none;
        width: 100%;
    }

    .product-detail-header {
        font-size: 24px;
        line-height: 21px;
        height: 45px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 100%;
    }
    .product-detail-img {
        height: 240px;
        width: 56%;
        margin-top: 110px;
    }

        .product-detail-img img {
            max-height: 230px;
        }
    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }


    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 98%;
        margin: 24px 3px;
        padding: 5px 0 5px 25px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            font-size: 14px;
            width: 50%;
            float: left;
            margin: 5px 0 10px 0;
            text-align: left;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 12px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 47%;
            margin: 10px 8px 0 0;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
    }

        .product-list li {
            float: none;
            width: 88%;
            border: 3px solid #f5f5f5;
            margin: 20px 26px;
        }

    .product-list-content-header {
        padding: 0;
    }
        .product-list-content-img img {
            max-height: 150px;
        }
        /*Marka Sayfası*/
        .brands .main {
            width: 100%;
        }

    .brands-list li {
        float: none;
        margin: 20px auto 0 auto;
        display: table;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 15px 15px;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        float: none;
        width: 88%;
        border: 3px solid #f5f5f5;
        margin: 20px 20px;
    }

    .brands-detail-list-content-img {
        height: 300px;
    }

    .brands-detail-list-content-header {
        padding: 0;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        float: none;
        width: 220px;
        height: 130px;
        margin: 0 auto;
        padding: 0;
    }

    .sales-point-detail-list {
        padding: 8px 25px;
        margin: 10px auto 10px auto;
        line-height: 23px;
    }

    .sales-point-img {
        float: none;
        width: 210px;
        height: 130px;
        margin-left: 13px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 330px;
        height: 180px;
    }
    .validate {
        margin: 10px 26px;
    }
    .human-resource-content-header {
        font-size: 19px;
    }

    .human-resource-content-validate-area {
        display: inline-block;
        max-width: 230px;
        margin: 30px 10px;
    }

    .human-resource-content-rechaptca {
        float: none;
        margin: 0 28px;
    }

        .human-resource-content-rechaptca img {
            transform: scale(1.09);
        }

    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-text {
        font-size: 17px;
    }

    .human-resource-content-send-button {
        margin: 40px 0 0px 100px;
        display: table;
        float: none;
    }

        .human-resource-content-send-button .default-link {
            padding: 9px 20px 9px 20px;
        }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }

    .search-page-gallery-img {
        height: 100px;
    }
        .search-page-gallery-img img {
            max-height: 60px;
        }
        .search-page-gallery-header {
            padding: 0 10px;
            margin: 10px 0;
        }

    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: table;
        width: 100%;
    }

    .search-page-gallery li {
        width: 44%;
        margin: 4px 10px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        float: none;
        display: table;
        width: 92%;
        height: 200px;
        margin: 0 auto;
    }

    .news-list-content-right {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
        height: 150px;
    }

    .news-list-content-right-header {
        font-size: 16px;
        margin: 0 15px;
    }

    .news-list-content-right-text {
        line-height: 20px;
        font-size: 16px;
        display: inline-block;
        margin-left: 15px;
        width: 95%;
    }

    .news-list-content-right-link {
        left: 15px;
        top: 10px;
        position: inherit;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        width: auto;
        height: 50%;
        padding: 0px 0;
        margin: 0;
        display: block;
        position: relative;
        top: 10px;
    }

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 46.5%;
            margin: 9px 6px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            float: none;
            width: 100%;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 20px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            float: none;
            width: 100%;
            height: auto;
            min-height: 150px;
            margin-bottom: 20px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 210px;
    }

    .contact-form-left {
        display: inline-table;
        position: initial;
        top: initial;
        padding: 10px 71px;
        margin-left: 33px;
        margin-bottom: 10px;
    }

        .contact-form-left li {
            margin: 0px auto 15px auto;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        display: inline-table;
        margin-left: 33px;
        top: initial;
        padding: 10px 0px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(0.93);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
    }

    .offer-product {
        width: 93%;
        float: none;
        padding: 15px;
        margin: 10px auto;
    }

    .offer-product-header {
        font-size: 24px;
    }

    .offer-product-img {
        height: 100px;
    }

    .offer-form-container {
        float: none;
        width: 100%;
        padding: 0px 10px 0 10px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 5px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-product-count {
        margin: 0 5px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 10px 7px 10px;
        float: left;
    }

        .offer-form-bottom-button a {
            width: 147px;
        }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        width: 93%;
        float: none;
        padding: 10px 25px 0 25px;
        margin: 20px auto;
    }

    .offer-product-header {
        font-size: 18px;
    }

    .offer-product-img {
        height: 150px;
    }

    .offer-form-container {
        float: none;
        width: 100%;
        padding: 0px 10px 0 10px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 10px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-product-count {
        margin: 0 5px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 10px 7px 10px;
        float: left;
    }

        .offer-form-bottom-button a {
            width: 147px;
        }
}

/*
iphone Plus dikey
*/
@media only screen and (min-width:400px) and (max-width:479px) {
    /*404.aspx*/
    .error {
        margin-left: 4%;
    }

    .error-img img {
        max-width: 96%;
        margin-top: 23px;
    }

    .error-header {
        margin-right: 9%;
        margin-bottom: 30px;
    }

    .error-text {
        width: 95%;
        margin-left: -1px;
    }

    .footer-top-middle.left {
        width: 86%;
        margin-bottom: 96px;
    }
    /*Anasayfa*/
    nav.primary-navigation {
        display: none;
    }
    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .header-logo-holder {
        display: inline-block;
        margin-top: 29px;
        margin-left: 0px;
    }
       .header-logo-holder a{
            z-index:11;
        }

    .header-right-side {
        width: 0;
    }

    .header-logo-holder img {
        width: 200px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 30px;
        text-align: center;
        margin: 0px 0 0 34px;
        font-size: 14px;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 0;
        width: 13%;
    }

    .header-bottom-search {
        display: table;
        position: relative;
        padding: 88px 96px 0 0;
    }

    /*  .menu {
        display: none;
    }*/

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }

    .swiper-img {
        /*   width:105%;*/
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: none;
    }

    .main-corporate-content {
        width: 100%;
        display: table;
        padding: 0 0 0 0;
        margin: 20px auto;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .main-corporate-content-text {
        line-height: 22px;
        font-size: 21px;
        padding: 15px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
        margin-bottom: 20px;
    }

    .main-corporate-content-link {
        padding: 14px 62px 14px 28px;
        font-size: 16px;
        margin: 25px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin: 25px 0;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }



    .main-products-list-content {
        width: 100%;
        display: inline-block;
        height: auto;
    }
    /*
    .main-products-list .box svg{

    }*/

    .news-all-link {
        display: inline-block;
        position: unset;
        margin: 138px 23px 0 0;
    }

    /* .main-products-list .slicl-slide{
        width:400px;
    }*/



    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: none;
        padding: 0px;
        margin-left: 4px;
        width: 95%;
        height: 150px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 100px;
    }
    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }


    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        float: none;
        margin: 25px auto 0 auto;
        display: table;
    }



    .main-brands-list-img img {
        max-width: 100%;
        max-height: 70px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 50px auto 20px auto;
    }

    .main-brands-link {
        display: inline-block;
        margin: 30px 130px;
        text-align: left;
    }

    .default-link {
        padding: 8px 10px 8px 10px;
        display: inline-block;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: none;
        text-align: center;
        display: block;
        position: relative;
        width: 100%
    }

    .main-news-content-header {
        display: inline-block;
        margin: 20px auto;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 18px;
        width: 94%;
        text-align: left;
        padding: 0;
        margin: 30px 10px;
    }

    .main-news-list {
        float: none;
        width: 100%;
        height: 250px;
    }

    .main-news-list-content-img {
        display: inline-block;
        float: none;
        width: 100%;
    }

        .main-news-list-content-img img {
            float: left;
            width: 103.5%;
        }

    .main-news-list-content-top-header {
        font-size: 16px;
        position: relative;
        margin-left: 10px;
        width: 81%;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 19px;
        display: inline-block;
        margin-left: 11px;
        width: 97%;
    }

    .main-news-list .slick-dots {
        left: 6px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .main-newsletter-left {
    display:none;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }

    .main-newsletter-right {
        float: none;
        display: inline-block;
        height: 400px;
        width: 100%;
        margin-top: 12px;
    }

    .main-newsletter-right-content {
        width: 94%;
        height: 279px;
        left: 10px;
    }

    .main-newsletter-right-header {
        font-size: 32px;
        margin-top: 15px;
    }

    /*  .main-newsletter-right-content-img {
        width:0;
        height:0;
    }*/

    /*       .main-newsletter-right-content-img img {
        width: 89%;
        height: 60%;
        margin-left: 23px;
        margin-top: 44px;
    }*/

    .main-newsletter-right-content-header {
        display: inline-block;
        margin: 0px 18px;
        font-size: 19px;
        line-height: 24px;
    }

    .main-newsletter-right-link {
        margin: 0px 130px;
        display: table;
    }

    .footer {
        position: relative;
        margin-top: 9px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 100%;
        display: inline-block;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 11px;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/

    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/

    .footer-top-middle-newsletter-form {
        margin-top: 30px;
    }

        .footer-top-middle-newsletter-form i {
            font-size: 22px;
            top: 0px;
            left: 335px;
        }

    .footer-top-middle-logo {
        width: 100%;
        text-align: center;
    }

    .footer-top-right {
        float: none;
        /* padding-left: 56px; */
        width: 100%;
        display: table;
    }

    .footer-top-right-adress {
        margin-top: 11px;
        margin-bottom: 2px;
    }

    .footer-top-right-header {
        width: 100%;
        display: inline-block;
        margin-top: 32px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: none;
        margin: 10px auto 10px auto;
        width: 43%;
        display: block;
    }

    .footer-bottom-right {
        width: 100%;
        margin: 10px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin-left: 60px;
        }

        .footer-bottom-right a {
            font-size: small;
        }

    .cookies {
        width: 100%;
        display: inline-block;
        height: 140px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 15px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 18px;
            line-height: 20px;
            width: 100%;
            text-align: left;
            margin: 0;
        }


    .cookies-decision {
        display: table;
        margin-right: 0px;
    }

    .cookies-button {
        display: table;
        margin: 5px 170px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 96%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 15px;
        width: 100%;
        float: left;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin: 10px auto 20px auto;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 340px;
    }

        /*   .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }*/

        .corporate-fast-access li:first-child {
            display:none;
        }


    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 5px auto;
        text-align: center;
    }

        .corporate-fast-access-icon img {
            width: 68%;
        }

    .corporate-fast-access-header {
        font-size: 17px;
        line-height: 21px;
        margin-top: 17px;
    }

    .corporate-fast-access li:nth-child(2) {
        width: 42%;
        margin-right: 19px;
        margin-left: 21px;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 42%;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 30%;
            margin: 15px 8px;
        }

    .corporate-gallery-img {
        height: 150px;
    }
    /*Misyon ve Vizyon*/
    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        width: 100%;
        float: left;
    }

    .corporate-content-header {
        text-align: left;
        width: 94%;
        display: table;
        margin: 10px 13px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: block;
        padding-left: 0;
        width: 190px;
        margin: 25px 15px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 48%;
            margin-inline: 1%;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    .product-list-category-content-header span {
        font-size: 16px;
        line-height: 17px;
        width: 100%;
        display: table;
    }

    .product-list-category-content-img {
        width: auto;
        margin: 0px 10px 0px 10px;
    }

    .product-list-category-content-header {
        min-height: 74px;
        display: table;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        float: none;
        width: 100%;
    }

    .product-detail-header {
        font-size: 25px;
        line-height: 25px;
        height: 40px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 100%;
    }
    .product-detail-img {
        height: 200px;
        width: 55%;
        margin-top: 130px;
    }

        .product-detail-img img {
            max-height: 250px;
        }
    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }


    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 99%;
        margin: 24px 3px;
        padding: 5px 0 5px 25px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            font-size: 14px;
            width: 25%;
            margin: 10px 0 5px 0;
            text-align: left;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 12px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
        height: 100px;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 31%;
            margin: 10px 4px;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
        margin: 0px 0px;
    }

        .product-list li {
            width: 55%;
            margin: 10px 12px;
            border: 3px solid #f5f5f5;
        }
            .product-list li:nth-child(3n) {
                margin-right: 12px;
            }
    .product-list-content-header {
        padding: 0;
    }
    .product-list-content-img {
        height: 309px;
    }
    .product-list-content-img img {
        max-height: 100px;
    }
        /*Marka Sayfası*/
        .brands .main {
            width: 100%;
        }

    .brands-list li {
        float: none;
        margin: 20px auto 0 auto;
        display: table;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 15px 15px;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        width: 44%;
        margin: 10px 12px;
        border: 3px solid #f5f5f5;
    }

        .brands-detail-list li:nth-child(3n) {
            margin-right: 12px;
        }
    .brands-detail-list-content-img {
        height: 250px;
    }

    .brands-detail-list-content-header {
        padding: 0;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        float: none;
        width: 250px;
        height: 150px;
        margin: 0 auto;
        padding: 0;
    }

    .sales-point-detail-list {
        padding: 8px 33px;
        margin: 10px auto 10px auto;
        line-height: 25px;
    }

    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
        margin-left: 27px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 370px;
        height: 180px;
    }

    .human-resource-content-header {
        font-size: 17px;
    }

    .human-resource-content-validate-area {
        display: inline-block;
        max-width: 230px;
        margin: 30px 10px;
    }

    .human-resource-content-rechaptca {
        float: none;
        margin: 0 47px;
    }

        .human-resource-content-rechaptca img {
            transform: scale(1.2);
        }

    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-text {
        font-size: 17px;
    }

    .human-resource-content-send-button {
        margin: 40px 0 0px 100px;
        display: table;
        float: none;
    }

        .human-resource-content-send-button .default-link {
            padding: 9px 20px 9px 20px;
        }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }
    .search-page-gallery-img {
        height: 200px;
    }
    .search-page-gallery-img img {
        max-height: 90px;
    }

    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-gallery-header {
        padding: 0 10px;
        margin: 10px 0;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 45%;
        margin: 5px 10px
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        float: none;
        display: table;
        width: 92%;
        height: 200px;
        margin: 0 auto;
    }

    .news-list-content-right {
        float: none;
        width: 100%;
        padding: 0 0 0 0;
        height: 150px;
    }

    .news-list-content-right-header {
        font-size: 16px;
        margin: 0 20px;
    }

    .news-list-content-right-text {
        line-height: 20px;
        font-size: 15px;
        display: inline-block;
        margin-left: 20px;
        width: 94%;
    }

    .news-list-content-right-link {
        left: 20px;
        top: 10px;
        position: inherit;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        width: auto;
        height: 50%;
        padding: 0px 0;
        margin: 0;
        display: block;
        position: relative;
        top: 10px;
    }

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 46.8%;
            margin: 9px 6px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 46.7%;
            margin: 10px 6px;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 10px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 47%;
            height: auto;
            min-height: 150px;
            margin: 0px 8px 15px 2px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }

    .contact-form-left {
        display: inline-table;
        position: initial;
        top: initial;
        padding: 10px 91px;
        margin: 10px 35px;
    }

        .contact-form-left li {
            margin: 0px auto 15px auto;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        display: inline-table;
        top: initial;
        padding: 10px 20px;
        margin: 0 35px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(0.93);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        width: 93%;
        float: none;
        padding: 11px 25px 0 25px;
        margin: 30px auto;
    }

    .offer-product-header {
        font-size: 18px;
    }

    .offer-product-img {
        height: 150px;
    }

    .offer-form-container {
        float: none;
        width: 100%;
        padding: 0px 10px 0 10px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 15px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-product-count {
        margin: 0 5px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 10px 7px 10px;
        float: left;
    }

        .offer-form-bottom-button a {
            width: 147px;
            height: 42px;
            line-height: 43px;
        }
}

/*tablet dikey */
@media only screen and (min-width:760px) and (max-width:810px) {
    /*404.aspx*/
    .error {
        margin-left: 15%;
        margin-top: 12%;
    }

    .error-header {
        margin-right: 33%;
        margin-bottom: 27px;
        font-size: 22px;
    }

    .error-text {
        width: 98%;
    }

    .footer-top.hata3 {
        margin-top: 6%;
    }

    .footer.hata {
        margin-top: 0px;
    }

    nav.primary-navigation {
        display: none;
    }
    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: 0;
            left: 15px;
            width: 80px;
            height: 44px;
            padding: 12px 25px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 3px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 3px;
                margin: 7px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
        padding: 0;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: left;
        display: inline-block;
        width: 50%;
    }

    .header-logo-holder {
        display: block;
        margin: 27px auto 0 auto;
    }

    .header-right-side {
        width: 50%;
    }

    .header-logo-holder img {
        width: 210px;
        margin: 20px 20px;
    }

    .header-top {
        width: 100%;
        height: 40px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        width: 100%;
    }


    .header-top-language {
        position: absolute;
        top: 3px;
        right: 15px;
    }

    .header-bottom-search {
        right: 12px;
    }

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
    }
   
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: block;
        padding-right: 0;
        width: 54%;
        height:400px;
    }

    .main-corporate-img-text {
        display: inline-block;
        width: 100%;
        left: 40px;
        bottom: 0px;
    }

    .main-corporate-content {
        width: 46%;
        display: table;
        padding-left: calc(50% - 800px);
        margin: 0;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: left;
        width: 100%;
        margin: 10px 13px;
    }

    .main-corporate-content-text {
        line-height: 25px;
        padding-right: 15px;
        margin-left: 15px;
        font-size: 19px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 300px;
    }

    .main-corporate-content-link {
        padding: 15px 102px 15px 29px;
        font-size: 24px;
        margin: 20px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }

    .main-products-header {
        font-size: 50px;
        text-align: center;
        padding: 0 15px;
        width: 100%;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: 20px;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }

    .main-products-list-content {
        width: 100%;
        display: inline-block;
        height: auto;
    }

    .news-all-link {
        display: inline-block;
        margin-right: 15px;
        margin-top: 0px;
    }

    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        margin: 0px auto 50px auto;
    }
    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 100px;
    }

    .main-products-list-content-img img {
        max-width: 100%;
        max-height: 90px;
    }

    .main-news-list-content-top {
        padding: 0px;
        width: 43%;
        height: 220px;
        margin-left: 10px;
    }

    .main-products-list-content-header {
        display: inline-block;
        float: none;
        width: 180px;
        margin: 0px 15px;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 16px;
        font-size: 20px;
    }



    .main-usage {
        display: none;
    }

    .main-brands {
        margin: 60px 0;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        margin: 31px 48px;
        display: table;
    }


    .main-brands-list-img {
        width: 100%;
        height: 170px;
        display: table;
    }

        .main-brands-list-img img {
            max-width: 100%;
            max-height: 150px
        }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
        font-size: 50px;
    }

    .main-brands-link {
        display: table;
        margin: 30px auto;
    }

    .default-link {
        padding: 15px 55px 15px 33px;
        display: inline-block;
        font-size: 21px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: left;
        margin: 0px 0px 1px 0px;
        text-align: center;
        display: table;
        width: 34%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 19px;
        text-align: left;
        padding: 0;
        margin: 30px 30px;
    }

    .main-news-list {
        float: left;
        width: 66%;
    }

    .main-news-list-content-img {
        width: 52%;
        height: 224px;
    }

        .main-news-list-content-img img {
            float: left;
            /*width: 103.5%;*/
        }

    .main-news-list-content-top-header {
        width: 100%;
        line-height: 22px;
    }

    .main-news-list-content-top-text {
        display: inline-block;
        width: 100%;
    }

    .main-news-list .slick-dots {
        left: 6px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .main-newsletter-left {
        width: 51%;
        height: 300px;
        margin-top: 5px;
    }

    .main-newsletter .main {
        width: 100%;
        height: 240px;
    }

    .main-newsletter-left-header {
        line-height: 32px;
        margin-top: 30px;
        width: 100%;
    }

    .main-newsletter-left-form {
        padding: 15px;
    }

        .main-newsletter-left-form i {
            display: inline-block;
            margin: 3px 16px;
            left: 313px;
        }

        .main-newsletter-left-form input {
            width: 100%;
            padding: 15px;
            background-color: white;
        }

    .main-newsletter-right {
        display: inline-block;
        height: 350px;
        width: 47%;
    }

    .main-newsletter-right-content {
        width: 100%;
        height: 240px
    }

    .main-newsletter-right-header {
        width: 96%;
        text-align: center;
        margin-left: 0;
        line-height: 18px;
        bottom: 43px;
    }

    .main-newsletter-right-content-header {
        font-size: 18px;
        line-height: 24px;
        margin-left: 0;
        bottom: 70px;
    }

    .main-newsletter-right-link {
        display: table;
        margin-top: 0px;
    }

    .footer {
        position: relative;
        margin-top: 353px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 47%;
        display: inline-block;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 25px auto;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 250px;
        margin-left: 15px;
    }

    .footer-top-middle-logo {
        display: table;
        margin-left: 20px;
    }
        .footer-top-middle-logo img {
            width: 300px;
        }
        .footer-top-middle-newsletter i {
            font-size: 50px;
        }

    .footer-top-middle-newsletter-header {
        font-size: 30px;
        margin: 20px 0;
    }

    .footer-top-middle-newsletter-form {
        margin-top: 40px;
    }

        .footer-top-middle-newsletter-form input {
            font-size: 20px;
            padding: 15px 40px 15px 10px;
        }

        .footer-top-middle-newsletter-form i {
            font-size: 25px;
            top: 0px;
            right: 19px;
        }

    .footer-top-right {
        width: 46%;
        display: table;
        text-align: left;
        padding: 10px 10px;
        font-size: 18px;
    }

    .footer-top-right-adress {
        margin-top: 8px;
    }

    .footer-top-right-header {
        width: 100%;
        display: inline-block;
        margin-top: 32px;
        font-size: 20px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: right;
        display: table;
        margin-right: 10px;
    }

        .footer-bottom-left ul {
            margin: -26px auto;
            display: table;
        }

        .footer-bottom-left li {
            margin-right: 14px;
        }

            .footer-bottom-left li a {
                font-size: 19px;
            }

    .footer-bottom-right {
        margin: 10px auto 10px auto;
        width: 100%;
    }

        .footer-bottom-right p {
            font-size: 17px;
            margin-left: 200px;
        }

        .footer-bottom-right a {
            font-size: 17px;
        }

    .cookies {
        width: 100%;
        display: table;
        height: 140px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 15px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 19px;
            line-height: 29px;
            width: 100%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
        width: 100%;
    }

    .cookies-button {
        float: none;
        margin: 0px auto;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 98%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list li a {
        font-size: 19px;
    }

    .breadcrumb-list li::before {
        font-size: 15px;
        top: 2px;
    }

    .breadcrumb-list {
        float: none;
        margin-left: 13px;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 40px;
    }

    .corporate-content-text {
        line-height: 29px;
        padding: 10px 28px;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin: 10px auto 0px auto;
    }

    .corporate-fast-access li {
        height: 250px;
        margin-right: 0px;
        display: inline-block;
        width: 340px;
    }

        /*   .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }*/

        .corporate-fast-access li:first-child {
            width: auto;
            margin: 0px 20px 50px 20px;
            float: none;
        }

    .corporate-fast-access-img img {
        object-fit: contain;
        width: 100%;
        height: auto;
        border-bottom-left-radius: 24px;
        border-top-left-radius: 24px;
    }

    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 30px auto;
        text-align: center;
    }
    /*
        .corporate-fast-access-icon img {
            width: 68%;
        }*/

    .corporate-fast-access-header {
        font-size: 23px;
        line-height: 27px;
        margin-top: 16px;
    }

    .corporate-fast-access li:nth-child(2) {
        width: 46%;
        margin-right: 19px;
        margin-left: 24px;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 45%;
    }

    .corporate-gallery {
        width: 100%;
        display: table;
    }
        .corporate-gallery .main{
            width:auto;
        }
        .corporate-gallery li {
            width: 63%;
            margin: 6px 129px;
        }

    /*Misyon ve Vizyon*/


    .corporate-multiple-content-col {
        display: inline-block;
        width: 100%;
    }

    .corporate-multiple-content {
        width: 100%;
        margin: 30px 0;
    }

        .corporate-multiple-content .table-middle {
            display: inherit;
        }
    .corporate-content-header {
        text-align: left;
        margin: 10px 25px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        padding-left: 20px;
        display: table;
        margin-top: 30px;
    }

    .corporate-multiple-content-col .corporate-content-text {
        line-height: 29px;
        padding: 10px 20px;
        float: left;
        width: 59%;
    }
    /*Ürünler sayfası*/
    .product-container {
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .product-category-list {
        display: block;
        width: 220px;
        margin-right: 10px;
    }
        .product-category-list li {
            margin-bottom: 13px;
        }
            .product-category-list li a {
                margin-left: 2px;
                width: 92%;
                padding: 24px;
            }
            .product-list-category {
                float: right;
                width: 70%;
            }

        .product-list-category li {
            width: 43%;
            margin: 0px 14px;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    .product-list-category-content-header span {
        font-size: 16px;
        line-height: 17px;
        width: 100%;
        display: table;
    }

    .product-list-category-content-img {
        width: auto;
        margin: 0px 10px 0px 10px;
    }

    .product-list-category-content-header {
        min-height: 74px;
        display: table;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        width: 50%;
    }

    .product-detail-header {
        font-size: 35px;
        line-height: 27px;
        height: 69px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 50%;
    }
    .product-detail-img {
        height: 300px;
        width: 59%;
    }

        .product-detail-img img {
            max-height: 320px;
        }
    .product-detail-gallery {
        height: auto;
        float: none;
    }


    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 99%;
        margin: 29px 5px;
        padding: 9px 0 9px 25px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            font-size: 21px;
            width: 26%;
            margin: 10px 0 10px 0;
            text-align: center;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }

    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }


    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
        text-align: center;
        width: 100%;
        font-size: 27px;
    }

        .product-detail-list-content-header i {
            font-size: 25px;
            margin-right: 10px;
        }

    .product-detail-list-content-text {
        line-height: 25px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 17px !important;
        line-height: 18px;
        padding: 5px;
    }

    .product-detail-list-content-document li a {
        font-size: 25px;
        line-height: 34px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
        height: 200px;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 8px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 30.8%;
            margin: 10px 8px;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        float: none;
        margin: 19px 230px;
    }
        .product-list ul {
            width: 163%;
        }
        .product-list li {
            width: 38%;
            margin: 10px 13px;
            border: 3px solid #f5f5f5;
        }
            .product-list li:nth-child(3n) {
                margin-right: 18px;
            }
    .product-list-content-header {
        font-size: 21px;
    }

    .product-list-content-header {
        padding: 0;
    }

    .product-list-content-brand {
        font-size: 20px;
        padding: 0;
    }
    /*Marka Sayfası*/
    .brands .main {
        width: 100%;
    }

    .brands-list li {
        margin: 30px 0px 0 12px;
        display: table;
        width: 31.2%;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        width: 257px;
        display: inline-block;
        margin-right: 34px;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: 9px;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 30px auto;
    }

    .brands-detail-text {
        font-size: 23px;
        line-height: 28px;
        padding: 15px 20px;
        text-align: left;
        margin-bottom: 10px;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        width: 30%;
        margin: 15px 7px 0 2px;
        border: 3px solid #f5f5f5;
    }
    .brands-detail-list .demo-2 {
        width: 57%;
        float: right;
        margin-right: 38px;
    }
    .brands-detail-list li:nth-child(3n) {
        margin-right: 15px;
    }

    .brands-detail-list-content-img {
        height: 300px;
    }

    .brands-detail-list-content-header {
        padding: 0 7px;
        margin-bottom: 52px;
    }

    .brands-detail-list-content-text {
        font-size: 18px;
        padding: 0;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 50px 0px 5px 17px;
    }
    .sales-point-list li {
        margin-bottom: 0;
    }
    .sales-point-list-img {
        width: 250px;
        height: 150px;
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
    }

    .sales-point-detail-list {
        text-align: end;
        float: right;
    }

        .sales-point-detail-list ul {
            display: table;
            font-size: 21px;
            line-height: 24px;
            margin: 27px 0px 0 0;
            text-align: left;
        }

            .sales-point-detail-list ul li {
                margin-left: 20px;
            }

    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
        width: 250px;
        display: table;
        right: 0;
        margin-right: 195px;
    }

    .human-resource-content-file-upload-area {
        height: 280px;
    }

    .human-resource-content-header {
        font-size: 25px;
    }

    .human-resource-content-validate-area {
        display: table;
        margin: 30px 16px;
    }

    .human-resource-content-rechaptca {
        margin: 0 47px;
    }

        .human-resource-content-rechaptca img {
            transform: scale(1.2);
        }

    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-text {
        font-size: 21px;
        line-height: 40px;
    }

    .human-resource-content-send-button {
        margin: 10px auto 20px auto;
        display: table;
    }

        .human-resource-content-send-button .default-link {
            /*padding: 15px 20px 15px 20px;*/
            display: table;
            font-size: 21px;
            min-width: 150px;
            text-align: left;
        }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }



    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-content li {
        float: none;
        width: 91%;
        margin-left: 33px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 28%;
        margin-left: 33px;
        margin: 5px 18px;
    }

    .search-page-gallery-text {
        font-size: 18px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        display: table;
        width: 48%;
        float: left;
        margin: 0 22px;
    }

    .news-list-content-right {
        width: 46%;
        float: right;
        padding: 0;
    }

    .news-list-content-right-header {
        width: 100%;
        line-height: 30px;
    }

    .news-list-content-right-text {
        display: inline-block;
        width: 93%;
    }

    .news-list-content-right-link {
        font-size: 20px;
        display: block;
        bottom: 0px;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        padding: 15px;
    }

    .news-detail-content-text {
        width: 100%;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 31.7%;
            margin: 9px 6px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 47.2%;
            margin: 10px 10px;
        }

    .news-detail-other-news-list-content-header {
        font-size: 22px;
    }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 25px 0px 25px;
    }

        .personal-document-list-content ul {
            padding: 100px 10px 25px 30px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 22%;
            height: auto;
            min-height: 150px;
            margin: 0 20px 15px 0;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    /*    .contact-form {
        display: inline-block;
        width: 100%;
        height: auto;
        top: 195px;
    }*/

    .contact-form-left {
        padding: 0 0 90px 0px;
    }

        .contact-form-left li {
            margin: 0px auto 15px auto;
        }

            .contact-form-left li .fa-map-marker-alt {
                font-size: 20px;
            }

            .contact-form-left li p {
                font-size: 21px;
                line-height: 21px;
            }

    .contact-form-right {
        padding: 50px 45px;
    }

    .contact-form-right-form {
        width: 100%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(1);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
    }

    .offer-product {
        float: left;
        width: 36%;
    }

    .offer-form-container {
        width: 56%;
        padding: 15px 10px 0 5px;
        margin: 40px 15px;
    }


    .offer-form textarea {
        padding: 5px 15px;
        height: 80px;
    }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin-top: 23px;
    }

        .offer-form-bottom-button a {
            width: 147px;
            height: 42px;
            line-height: 43px;
        }

    .offer-product::before {
        display: block;
    }
}


/* iphone 5/5s yatay */
@media only screen and (min-width:560px) and (max-width:639px) {
    .error {
        margin-left: 0%;
    }

    .error-img {
        margin-left: 23px;
    }

        .error-img img {
            max-width: 89%;
            margin-top: 15px;
        }

    .error-header {
        margin-right: 10%;
        margin-bottom: 23px;
    }

    .error-text {
        width: 70%;
        margin-left: 57px;
    }

    .footer-top.error {
        padding-top: 65px;
    }

    .footer-top-middle.left {
        float: none;
        margin-top: -47px;
    }
    /*Ana Sayfa*/
    nav.primary-navigation {
        display: none;
    }
    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: -1px;
            left: 6px;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
        padding: 0px;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: left;
        display: inline-block;
        width: 44%;
    }

    .header-logo-holder {
        display: block;
        margin: 45px auto 0 auto;
    }

    .header-right-side {
        width: 55%;
        margin: 0px auto 0px auto;
    }

    .header-logo-holder img {
        width: 170px;
        margin: 0px 20px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 32px;
        text-align: center;
        font-size: 17px;
        width: 100%;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 13px;
    }

    .header-bottom-search {
        right: 12px;
    }
    /*  .menu {
        display: none;
    }*/
    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: none;
    }

    .main-corporate-content {
        width: 100%;
        display: table;
        padding: 0 0 0 0;
        margin: 20px auto;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: center;
        width: 100%;
        margin: 10px auto 20px 0;
    }

    .main-corporate-content-text {
        line-height: 21px;
        padding-right: 15px;
        margin-left: 15px;
        font-size: 19px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 40px auto 0 auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 90px; 
    }
    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/
    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin:20px;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }



    .main-products-list-content {
        width: 88%;
        display: inline-block;
        height: auto;
        margin: 0px 0px 15px 0px;
    }
    /*
    .main-products-list .box svg{

    }*/

    .news-all-link {
        display: inline-block;
        margin-top: 134px;
        position: unset;
        margin-right: 26px;
    }

    /* .main-products-list .slicl-slide{
        width:400px;
    }*/

    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: none;
        padding: 0px;
        margin-left: 4px;
        width: 95%;
        height: 150px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }

    .main-products-list-content-img {
        height: 200px;
    }


        .main-products-list-content-img img {
            max-width: 100%;
            max-height: 90px;
        }

    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        margin: 20px 4.9px;
        display: table;
    }


    .main-brands-list-img img {
        max-width: 100%;
        max-height: 80px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .main-brands-link {
        display: table;
        margin: 20px auto;
    }

    .default-link {
        padding: 9px 15px 7px 15px;
        display: table;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: none;
        margin: 0px 0px 40px 6px;
        text-align: center;
        display: table;
        width: 99%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 19px;
        text-align: left;
        padding: 0;
        margin: 30px 30px;
    }

    .main-news-list {
        float: none;
        width: 100%;
        height: 250px;
    }

    .main-news-list-content-img {
        display: table;
        margin-left: 130px;
    }

        .main-news-list-content-img img {
            float: left;
            width: 103.5%;
        }

    .main-news-list-content-top-header {
        font-size: 16px;
        position: relative;
        margin-left: 20px;
        width: 81%;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 17px;
        display: inline-block;
        margin-left: 20px;
        width: 95%;
    }

    .main-news-list .slick-dots {
        left: 20px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .main-newsletter-left {
       display:none;
    }

    .main-newsletter .table-middle {
        display: block;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }



    .main-newsletter-right {
        display: inline-block;
        height: 400px;
        width: 100%;
        float: none;
        max-width: inherit;
    }

    .main-newsletter-right-content {
        width: 100%;
    }

    .main-newsletter-right-header {
        font-size: 32px;
        margin:20px auto;
    }
    .main-newsletter-right-content-header {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-left: 0px;
        bottom: 100px;
    }

    .main-newsletter-right-link {
        display: table;
        margin: 40px auto;
    }

    .footer {
        position: relative;
        margin-top: 60px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 46%;
        display: inline-block;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 25px auto;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 250px;
        margin-left: 15px;
    }


    .footer-top-middle-newsletter-header {
        font-size: 24px;
        margin: 20px 0;
    }
    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/
    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/
    .footer-top-middle-newsletter-form {
        margin-top: 40px;
    }

        .footer-top-middle-newsletter-form input {
            font-size: 20px;
            padding: 15px 40px 15px 10px;
        }

        .footer-top-middle-newsletter-form i {
            font-size: 23px;
            top: 0px;
            left: 189px;
        }
    .footer-top-right.right {
        margin-top: -50px;
    }
    .footer-top-right {
        width: 46%;
        display: table;
        text-align: left;
        padding: 10px 0px;
    }

    .footer-top-right-adress {
        margin-top: 8px;
    }

    .footer-top-right-header {
        width: 100%;
        display: inline-block;
        margin-top: 32px;
        font-size: 20px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: right;
        display: table;
        padding-bottom: 0;
    }

        .footer-bottom-left ul {
            margin: -40px auto;
            display: table;
        }

    .footer-bottom-right {
        float: none;
        margin: 0px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin: 10px auto 10px auto;
        }

        .footer-bottom-right a {
            font-size: small;
            margin: 10px auto 10px auto;
            margin-left: 8px;
        }

    .cookies {
        width: 100%;
        display: block;
        height: 120px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 99%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
        margin-right: 180px;
    }

    .cookies-button {
        float: left;
        margin: 0 auto;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 96%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 24px;
        width: 100%;
        float: left;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }

    .corporate-fast-access-img img {
        object-fit: contain;
        width: 100%;
        height: auto;
        border-bottom-left-radius: 24px;
        border-top-left-radius: 24px;
    }

    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 5px auto;
        text-align: center;
    }

        .corporate-fast-access-icon img {
            width: 68%;
        }

    .corporate-fast-access-header {
        font-size: 17px;
        line-height: 21px;
        margin-top: 17px;
    }

    .corporate-fast-access li:nth-child(2) {
        width: 45%;
        margin-right: 9px;
        margin-left: 24px;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 45%;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 10%;
            margin: 4px 5px;
        }

    /*Misyon ve Vizyon*/

    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        width: 100%;
        float: left;
    }

    .corporate-content-header {
        text-align: left;
        width: 94%;
        display: table;
        margin: 20px 20px 10px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: block;
        padding-left: 0;
        width: 190px;
        margin-top: 50px;
        margin-right: 20px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 46%;
            margin: 10px 11px;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    .product-list-category-content-img {
        width: auto;
        margin: 0px 10px 0px 10px;
    }

    .product-list-category-content-header {
        display: table;
        padding: 5px;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        width: 50%;
    }

    .product-detail-header {
        font-size: 23px;
        line-height: 20px;
        height: 40px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 50%;
    }

    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }

    .product-detail-img {
        width: 49%;
        height: 100px;
        margin-top: 150px;
    }

        .product-detail-img img {
            max-height: 200px;
        }
    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 99%;
        margin: 27px 2px;
        padding: 9px 0 9px 4px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            width: 26%;
            margin: 10px 0 10px 0;
            text-align: center;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        line-height: 23px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 12px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 30%;
            margin: 10px 8px;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .product-list li {
            width: 57%;
            margin: 10px 28px;
            border: 3px solid #f5f5f5;
        }
    .product-list-content-img {
        height: 314px;
    }
    .product-list li:nth-child(3n) {
        margin-right: 28px;
    }
    .product-list-content-header {
        padding: 0;
    }

    /*Marka Sayfası*/
    .brands .main {
        width: 100%;
    }

    .brands-list li {
        float: none;
        margin: 20px 160px;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 17px 17px;
        margin-bottom: 0;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        width: 40%;
        margin: 10px 28px;
        border: 3px solid #f5f5f5;
    }

        .brands-detail-list li:nth-child(3n) {
            margin-right: 28px;
        }
    .brands-detail-list-content-img {
        height: 200px;
    }

    .brands-detail-list-content-header {
        padding: 0;
        margin-bottom: 20px;
    }

    .brands-detail-list-content-text {
        padding: 0;
    }
    .brands-detail-list-content-img img {
        max-height: 130px;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        padding: 0;
        margin-right: auto;
        margin-bottom: 14px;
    }

    .sales-point-detail-list {
        text-align: left;
        float: right;
        padding: 25px 9px;
    }

        .sales-point-detail-list ul {
            display: table;
            text-align: left;
        }

            .sales-point-detail-list ul li {
                margin-left: 0px;
                margin-bottom: 8px px;
                width: 100%;
                margin-right: -77px;
            }
    /*   .sales-point-detail-list {
        padding: 9px 6px;
        margin: 10px 0px 10px 2px;
        line-height: 23px;
    }*/
    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 450px;
        height: 250px;
    }
    .validate {
        margin: 10px 60px;
    }
    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-rechaptca {
        display: table;
        margin: 0 0 0 58px;
    }

        .human-resource-content-rechaptca img {
            transform: scale(0.98);
        }

    .human-resource-content-send-button {
        margin: 12px 56px 0 0;
    }

        .human-resource-content-send-button .default-link {
            padding: 15px 15px 15px 15px;
            display: table;
            font-size: 16px;
            min-width: 150px;
        }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }

    .search-page-gallery-img {
        height: 110px;
    }

        .search-page-gallery-img img {
            max-height: 80px;
        }

    .search-page-content-header {
        height: 100px;
        padding: 20px;
        margin-bottom: 0px;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 27%;
        margin: 5px 17px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        display: table;
        width: 48%;
        float: left;
        margin: 0 22px;
    }

    .news-list-content-right {
        width: 44%;
        float: right;
        padding: 0;
    }

    .news-list-content-right-header {
        width: 100%;
        line-height: 30px;
        font-size: 22px;
    }

    .news-list-content-right-text {
        display: inline-block;
        width: 93%;
        font-size: 21px;
    }

    .news-list-content-right-link {
        font-size: 20px;
        display: block;
        bottom: 0px;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        width: auto;
        height: 50%;
        padding: 0px 0;
        margin: 0;
        display: block;
        position: relative;
        top: 10px;
    }

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 29%;
            margin: 10px 11px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 46%;
            margin: 10px 10px;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 90px 0px 0px 22px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 30%;
            height: auto;
            margin-bottom: 20px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }

    .contact-form-left {
        display: inline-table;
        position: initial;
        top: initial;
        padding: 15px 80px;
        margin-left: 120px;
        margin-bottom: 10px;
    }

        .contact-form-left li {
            margin: 0px 0 15px 0px;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        display: inline-table;
        margin-left: 120px;
        top: initial;
        padding: 10px 10px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(0.93);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        width: 100%;
        float: none;
        padding: 10px;
        margin: 25px auto;
    }

    .offer-product-header {
        font-size: 25px;
    }

    .offer-product-img {
        height: 150px;
    }

    .offer-form-container {
        float: none;
        width: 100%;
        padding: 0px 20px 0 25px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 15px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 10px auto 10px auto;
    }

        .offer-form-bottom-button a {
            width: 147px;
        }
}
/* iphone 4 yatay */
@media only screen and (min-width:480px) and (max-width:559px) {
    /*404.aspx*/
    .error {
        margin-left: 20%;
        margin-top: 13%;
    }

    .error-img img {
        max-width: 79%;
    }

    .error-header {
        margin-right: 31%;
        margin-bottom: 22px;
    }

    .error-text {
        width: 80%;
        margin-left: -14px;
        margin-top: 27px;
    }

    .error-container {
        margin-top: 28px;
    }

    .footer-top-middle.left {
        width: 59%;
    }

    .footer-top-right.right {
        margin-top: -17px;
        padding-left: 40px;
    }

    router-img.img {
        width: 74%;
    }
    /*Ana Sayfa*/
    nav.primary-navigation {
        display: none;
    }
    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: -1px;
            left: 5px;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: left;
        display: inline-block;
        width: 45%;
    }

    .header-logo-holder {
        display: block;
        margin: 45px auto 0 auto;
    }

    .header-right-side {
        width: 55%;
        margin: 0px auto 0px auto;
    }

    .header-logo-holder img {
        width: 170px;
        margin: 0px 20px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 32px;
        text-align: center;
        font-size: 17px;
        width: 100%;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 13px;
    }

    .header-bottom-search {
        right: 12px;
    }

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: none;
    }

    .main-corporate-content {
        width: 100%;
        display: table;
        padding: 0 0 0 0;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: center;
        width: 100%;
        margin: 10px auto 20px 0;
    }

    .main-corporate-content-text {
        line-height: 21px;
        padding-right: 0px;
        margin-left: 15px;
        font-size: 19px;
        text-align: left;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 20px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin-left: 0;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }



    .main-products-list-content {
        width: 88%;
        display: inline-block;
        height: auto;
        margin: 0px 0px 15px 0px;
    }
    /*
    .main-products-list .box svg{

    }*/

    .news-all-link {
        display: inline-block;
        margin-top: 134px;
        position: unset;
        margin-right: 26px;
    }

    /* .main-products-list .slicl-slide{
        width:400px;
    }*/

    .main-products-list-content-img {
        display: inline-block;
        float: none;
        width: 164px;
        height: 160px;
        padding: 0 30px;
    }

    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: none;
        padding: 0px;
        margin-left: 4px;
        width: 95%;
        height: 150px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }

    .main-products-list-content-img img {
        width: 100%;
        max-height: 150px;
    }

    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        margin: 20px 88px;
        display: table;
    }


    .main-brands-list-img {
        width: 100%;
        height: 170px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .main-brands-link {
        display: table;
        margin: 20px auto;
    }

    .default-link {
        padding: 9px 15px 7px 15px;
        display: table;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: none;
        margin: 0px 0px 40px 4px;
        text-align: center;
        display: table;
        width: 99%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 19px;
        text-align: left;
        padding: 0;
        margin: 30px 30px;
    }

    .main-news-list {
        float: none;
        width: 100%;
        height: 250px;
    }

    .main-news-list-content-img {
        display: table;
        margin-left: 90px;
    }

        .main-news-list-content-img img {
            float: left;
            width: 103.5%;
        }

    .main-news-list-content-top-header {
        font-size: 16px;
        position: relative;
        margin-left: 20px;
        width: 81%;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 17px;
        display: inline-block;
        margin-left: 20px;
        width: 92%;
    }

    .main-news-list .slick-dots {
        left: 20px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .main-newsletter-left {
        width: 100%;
        height: 240px;
        display: inline-block;
        margin-top: 12px;
    }

    .main-newsletter .table-middle {
        display: block;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }

    .main-newsletter-left-header {
        line-height: 32px;
        margin-top: 15px;
        width: 100%;
    }

    .main-newsletter-left-form {
        margin: 70px 0px;
    }

        .main-newsletter-left-form i {
            display: inline-block;
            margin: 3px 16px;
            left: 308px;
        }

        .main-newsletter-left-form input {
            width: 100%;
            padding: 15px;
            background-color: white;
        }

    .main-newsletter-right {
        float: none;
        display: inline-block;
        height: 400px;
        width: 100%;
        margin-top: 12px;
    }

    .main-newsletter-right-content {
        width: 100%;
        height: 279px;
    }

    .main-newsletter-right-header {
        font-size: 32px;
        margin-top: 15px;
    }

    /*  .main-newsletter-right-content-img {
        width:0;
        height:0;
    }*/

    /*       .main-newsletter-right-content-img img {
        width: 89%;
        height: 60%;
        margin-left: 23px;
        margin-top: 44px;
    }*/

    .main-newsletter-right-content-header {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-bottom: 0;
    }

    .main-newsletter-right-link {
        display: table;
        margin: 20px 160px;
    }

    .footer {
        position: relative;
        margin-top: 9px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 100%;
        display: inline-block;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin-top: 11px;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/

    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/

    .footer-top-middle-newsletter-form {
        margin-top: 30px;
    }

        .footer-top-middle-newsletter-form i {
            font-size: 23px;
            top: 1px;
            left: 400px;
        }

    .footer-top-middle-logo {
        width: 100%;
        text-align: center;
    }

    .footer-top-right {
        float: none;
        padding-left: 56px;
        width: 100%;
    }

    .footer-top-right-adress {
        margin-top: 11px;
        margin-bottom: 2px;
    }

    .footer-top-right-header {
        width: 100%;
        display: inline-block;
        margin-top: 32px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }


    .footer-bottom-left {
        float: none;
        display: table;
        margin: 5px auto 0 auto;
    }

    .footer-bottom-right {
        float: none;
        margin: 0px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin: 10px auto 10px auto;
        }

        .footer-bottom-right a {
            font-size: small;
            margin: 10px auto 10px auto;
            margin-left: 8px;
        }

    .cookies {
        width: 100%;
        display: block;
        height: 120px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 99%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
    }

    .cookies-button {
        display: table;
        margin: 8px 160px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 96%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 0px 24px;
        width: 100%;
        float: left;
        margin: 20px auto;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }

    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 5px auto;
        text-align: center;
    }

        .corporate-fast-access-icon img {
            width: 68%;
        }

    .corporate-fast-access-header {
        font-size: 17px;
        line-height: 21px;
        margin-top: 17px;
    }

    .corporate-fast-access li:nth-child(2) {
        width: 46%;
        margin-right: 8px;
        margin-left: 16px;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 46%;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 8%;
            margin: 5px 6px;
        }

    /*Misyon ve Vizyon*/

    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        width: 100%;
        float: left;
    }

    .corporate-content-header {
        text-align: left;
        width: 94%;
        display: table;
        margin: 20px 20px 5px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: block;
        padding-left: 0;
        width: 190px;
        margin-top: 50px;
        margin-right: 15px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 47%;
            margin: 6px 7px;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    .product-list-category-content-img {
        width: auto;
        margin: 0px 10px 0px 10px;
    }

    .product-list-category-content-header {
        display: table;
        padding: 5px;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        float: none;
        width: 100%;
    }

    .product-detail-header {
        font-size: 25px;
        line-height: 25px;
        height: 40px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 100%;
    }

    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }

    .product-detail-img {
        height: auto;
        width: 125px;
        margin-top: 159px;
        margin-right: 85px;
    }

    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 99%;
        margin: 27px 2px;
        padding: 9px 0 9px 4px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            width: 26%;
            margin: 10px 0 10px 0;
            text-align: center;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        line-height: 23px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 12px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 30.6%;
            margin: 10px 12px 0 0;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .product-list li {
            width: 42%;
            margin: 5px 19px;
            height: 350px;
        }

    .product-list-content-img {
        height: 200px;
        padding: 30px 15px;
    }

    .product-list-content-header {
        padding: 0;
    }
    /*Marka Sayfası*/
    .brands .main {
        width: 100%;
    }

    .brands-list li {
        float: none;
        margin: 20px 120px;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 17px 17px;
        text-align: left;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        width: 30%;
        margin: 5px 6px;
    }

    .brands-detail-list-content-img {
        height: 200px;
    }

    .brands-detail-list-content-header {
        padding: 0;
        margin-bottom: 30px;
    }

    .brands-detail-list-content-text {
        padding: 0;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }
    .sales-point-list li{
        margin-bottom:0;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 36px 0px 5px 9px;
    }

    .sales-point-list-img {
        padding: 0;
        margin-right: 0;
        width: 150px;
        margin-bottom: 14px;
    }

    .sales-point-detail-list {
        text-align: left;
        float: right;
        padding: 11px 9px;
    }

        .sales-point-detail-list ul {
            display: table;
        }

            .sales-point-detail-list ul li {
                margin-left: 0px;
                margin-bottom: 8px;
                width: 100%;
                margin-right: -88px;
            }
    /*   .sales-point-detail-list {
        padding: 9px 6px;
        margin: 10px 0px 10px 2px;
        line-height: 23px;
    }*/
    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 350px;
        height: 200px;
    }

    .human-resource-content-validate-area {
        display: table;
        max-width: 0;
    }

    .human-resource {
        padding-bottom: 0px;
    }


    .human-resource-content-send-button {
        margin: 110px 80px 0 80px;
        float: none;
    }

    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }

    .search-page-gallery-img {
        height: 180px;
        padding: 25px;
    }

    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 42%;
        margin: 5px 19px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        display: table;
        width: 46%;
        float: left;
        margin: 0 17px;
    }

    .news-list-content-right {
        width: 46%;
        float: right;
        padding: 0;
    }

    .news-list-content-right-header {
        width: 100%;
        line-height: 25px;
        font-size: 19px;
    }

    .news-list-content-right-text {
        display: inline-block;
        width: 93%;
        font-size: 16px;
    }

    .news-list-content-right-link {
        font-size: 20px;
        display: block;
        bottom: 0px;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        width: auto;
        height: 50%;
        padding: 0px 0;
        margin: 0;
        display: block;
        position: relative;
        top: 10px;
    }

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 30.2%;
            margin: 8px 7px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 45%;
            margin: 10px 11px;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 9px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 46.1%;
            height: auto;
            min-height: 150px;
            margin: 0px 14px 15px 2px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }

    .contact-form-left {
        display: inline-table;
        position: initial;
        top: initial;
        padding: 15px 80px;
        margin-left: 80px;
        margin-bottom: 10px;
    }

        .contact-form-left li {
            margin: 0px 0 15px 0px;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        display: inline-table;
        margin-left: 80px;
        top: initial;
        padding: 10px 10px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(0.93);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
    }

    .offer-product {
        width: 100%;
        float: none;
        padding: 0px;
        margin: 20px 25px;
    }

    .offer-product-header {
        font-size: 30px;
    }

    .offer-product-img {
        height: 150px;
    }

    .offer-form-container {
        float: none;
        width: 100%;
        padding: 0px 20px 0 25px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 5px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 10px auto 10px auto;
    }

        .offer-form-bottom-button a {
            width: 147px;
        }
}

/* Samsung S3 yatay */
@media only screen and (min-width:640px) and (max-width:659px) {
    /*404.aspx*/
    .error {
        margin-left: 5%;
    }

    .error-img img {
        max-width: 83%;
    }

    .error-container {
        margin-top: 82px;
    }

    .error-header {
        margin-right: 3%;
    }

    .error-text {
        width: 100%;
        margin-left: 0px;
    }

    .footer-top-right.right {
        margin-top: -15px;
    }

    /*Ana Sayfa*/
    nav.primary-navigation {
        display: none;
    }

    #slider2 {
        margin: 45px 5px;
    }
    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: -1px;
            left: 5px;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: left;
        display: inline-block;
        width: 44%;
    }

    .header-logo-holder {
        display: block;
        margin: 45px auto 0 auto;
    }

    .header-right-side {
        width: 55%;
        margin: 0px auto 0px auto;
    }

    .header-logo-holder img {
        width: 170px;
        margin: 0px 20px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 32px;
        text-align: center;
        font-size: 17px;
        width: 100%;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 13px;
    }

    .header-bottom-search {
        right: 12px;
    }

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: block;
        padding-right: 0;
        width: 54%;
        height: 310px;
    }

    .main-corporate-img-text {
        display: inline-block;
        width: 100%;
        font-size: 19px;
        left: 25px;
        bottom: 0px;
    }
    .main-corporate-content {
        width: 46%;
        display: table;
        padding-left: calc(50% - 800px);
        margin: 0;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: left;
        width: 100%;
        margin: 10px 0 10px 12px;
    }

    .main-corporate-content-text {
        line-height: 18px;
        padding-right: 18px;
        margin-left: 15px;
        font-size: 17px;
        text-align: justify;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 20px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin-left: 0;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }

    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 90px;
    }

    .main-products-list-content {
        width: 88%;
        display: inline-block;
        height: auto;
        margin: 0px 0px 15px 0px;
    }

    .news-all-link {
        display: inline-block;
        margin-top: 10px;
        margin-right: 20px;
    }

    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: none;
        padding: 0px;
        margin-left: 4px;
        width: 44%;
        height: 250px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }

    .main-products-list-content-img img {
        max-width: 100%;
        max-height: 90px;
    }

    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        margin: 20px 20px;
        display: table;
    }

    .main-brands-list-img img {
        max-width: 100%;
        max-height: 80px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .main-brands-link {
        display: table;
        margin: 20px auto;
    }

    .default-link {
        padding: 9px 15px 7px 15px;
        display: table;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }


    .main-news-content {
        float: left;
        text-align: center;
        display: table;
        width: 33%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 19px;
        text-align: left;
        padding: 0;
        margin: 30px 30px;
    }

    .main-news-list {
        float: left;
        width: 67%;
    }

    .main-news-list-content-img {
        float: left;
        width: 56%;
        height: 250px;
    }

        .main-news-list-content-img img {
            float: left;
        }

    .main-news-list-content-top-header {
        font-size: 18px;
        position: relative;
        margin-left: 10px;
        width: 81%;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 18px;
        display: inline-block;
        margin-left: 10px;
        width: 87%;
    }

    .main-news-list .slick-dots {
        left: -7px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 40px auto 0 auto;
    }

    .main-newsletter-left {
        display:none;
    }

    .main-newsletter .table-middle {
        display: block;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }



    .main-newsletter-right {
        display: inline-block;
        height: 400px;
        width: 100%;
        float: none;
        max-width: inherit;
    }

    .main-newsletter-right-content {
        width: 100%;
    }

    .main-newsletter-right-header {
        font-size: 32px;
    }

    .main-newsletter-right-content-header {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-left: 0px;
        bottom: 100px;
    }

    .main-newsletter-right-link {
        display: table;
        margin: 40px auto;
    }

    .footer {
        position: relative;
        margin-top: 60px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 49%;
        display: inline-block;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 25px auto;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 250px;
        margin-left: 15px;
    }

    .footer-top-middle-logo {
        display: table;
        margin-left: 20px;
        height: 0;
    }

    .footer-top-middle-newsletter-header {
        font-size: 24px;
        margin: 20px 0;
    }
    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/
    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/
    .footer-top-middle-newsletter-form {
        margin-top: 40px;
    }

        .footer-top-middle-newsletter-form input {
            font-size: 20px;
            padding: 15px 40px 15px 10px;
        }

        .footer-top-middle-newsletter-form i {
            left: 244px;
            font-size: 22px;
            top: 0px
        }

    .footer-top-right {
        width: 45%;
        display: table;
        text-align: left;
        padding: 20px 0px;
        margin: 20px auto;
    }

    .footer-top-right-header {
        font-size: 20px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: right;
        display: table;
        padding-bottom: 0;
    }

        .footer-bottom-left ul {
            margin: -30px auto;
            display: table;
        }

    .footer-bottom-right {
        float: none;
        margin: 15px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin: 10px auto 10px auto;
        }

        .footer-bottom-right a {
            font-size: small;
            margin: 10px auto 10px auto;
            margin-left: 8px;
        }

    .cookies {
        width: 100%;
        display: block;
        height: 120px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 99%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
    }

    .cookies-button {
        display: table;
        margin: 0 230px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 96%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 24px;
        width: 100%;
        float: left;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin: 0px auto 20px auto;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }

    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 0 55px;
        text-align: center;
    }

        .corporate-fast-access-icon img {
            margin: 2px 17px;
            width: 100%;
        }

    .corporate-fast-access-header {
        font-size: 17px;
        line-height: 21px;
        margin-top: 17px;
    }

    .corporate-fast-access-img {
        margin: 14px 25px;
        width: 97%;
    }

    .corporate-fast-access li:nth-child(2) {
        width: 45%;
        margin-right: 10px;
        margin-left: 24px;
        height: 100%;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 45%;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 11.4%;
            margin: 5px 6px;
        }

    .corporate-gallery-img {
        height: 140px;
    }
    /*Misyon ve Vizyon*/
    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        width: 100%;
        float: left;
    }

    .corporate-content-header {
        text-align: left;
        width: 94%;
        display: table;
        margin: 10px 22px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: block;
        padding-left: 0;
        width: 190px;
        margin-top: 50px;
        margin-right: 20px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 45%;
            margin: 10px 16px;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    .product-list-category-content-img {
        width: auto;
        margin: 0px 10px 0px 10px;
    }

    .product-list-category-content-header {
        display: table;
        padding: 5px;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        width: 50%;
    }

    .product-detail-header {
        font-size: 25px;
        line-height: 22px;
        height: 50px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 50%;
    }
    .product-detail-img {
        width: 56%;
        height: 100px;
        margin-top: 167px;
    }
        .product-detail-img img {
            max-height: 200px;
        }
        .product-detail-gallery {
            height: auto;
            float: none;
            margin: 10px;
            width: 100px;
        }

    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 89%;
        margin: 30px 35px;
        padding: 9px 0 9px 4px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            width: 26%;
            margin: 10px 0 10px 0;
            text-align: center;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        line-height: 23px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 12px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 28%;
            margin: 10px 15px;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .product-list li {
            width: 51%;
            margin: 10px 28px;
            border: 3px solid #f5f5f5;
        }
            .product-list li:nth-child(3n) {
                margin-right: 28px;
            }
    .product-list-content-header {
        padding: 0;
    }

    .product-list-content-brand {
        padding: 0;
    }
 
        /*Marka Sayfası*/
        .brands .main {
            width: 100%;
        }

    .brands-list li {
        margin: 25px auto auto 63px;
        width: 37.6%;
        display: table;
    }
    .brands-list-img img {
        margin: 30px auto;
    }
    /*Marka Detay Sayfası*/
    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 17px 22px;
        margin-bottom: 0;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        width: 41%;
        margin: 10px 28px;
        border: 3px solid #f5f5f5;
    }
        .brands-detail-list li:nth-child(3n) {
            margin-right: 28px;
        }
    .brands-detail-list-content-img {
        height: 200px;
    }

    .brands-detail-list-content-header {
        padding: 0 20px;
        margin-bottom: 30px;
    }

    .brands-detail-list-content-text {
        padding: 0;
    }
    .brands-detail-list-content-img img {
        max-height: 130px;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        padding: 0;
        margin-right: 0;
        margin-bottom: 14px;
    }

    .sales-point-detail-list {
        text-align: left;
        float: right;
        padding: 16px 7px;
        margin-top: 25px;
    }

        .sales-point-detail-list ul {
            display: table;
            text-align: left;
        }

            .sales-point-detail-list ul li {
                margin-left: 0px;
                margin-bottom: 8px;
            }
    /*   .sales-point-detail-list {
        padding: 9px 6px;
        margin: 10px 0px 10px 2px;
        line-height: 23px;
    }*/
    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 500px;
        height: 250px;
    }
    .human-resource-content-validate-area {
        margin: 20px auto 30px;
    }
    .validate {
        margin: 10px 70px;
    }
    .human-resource {
        padding-bottom: 0px;
    }


    .human-resource-content-rechaptca {
        display: table;
        margin: 0 0 0 50px;
    }

        .human-resource-content-rechaptca img {
            transform: scale(0.98);
        }

    .human-resource-content-send-button {
        margin: 12px 49px 0 0;
    }

        .human-resource-content-send-button .default-link {
            padding: 15px 15px 15px 15px;
            display: table;
            font-size: 16px;
            min-width: 150px;
        }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }

    .search-page-gallery-img {
        height: 140px;
    }

        .search-page-gallery-img img {
            max-height: 80px;
        }

    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 29%;
        margin: 5px 13px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        display: table;
        width: 48%;
        float: left;
        margin: 0 22px;
    }

    .news-list-content-right {
        width: 44%;
        float: right;
        padding: 0;
    }

    .news-list-content-right-header {
        width: 100%;
        line-height: 30px;
        font-size: 22px;
    }

    .news-list-content-right-text {
        display: inline-block;
        width: 93%;
        font-size: 21px;
    }

    .news-list-content-right-link {
        font-size: 20px;
        display: block;
        bottom: 0px;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        height: 34%;
        padding: 7px;
    }

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 22%;
            margin: 10px 9px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 30%;
            margin: 10px 10px;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 20px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 28%;
            height: auto;
            min-height: 150px;
            margin: 10px 15px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    /*  .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }
*/
    .contact-form-left {
        padding: 0 0 126px 0px;
    }

        .contact-form-left li {
            margin: 0px 0 15px 0px;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        padding: 50px 21px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(0.93);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        width: 100%;
        float: none;
        padding: 10px;
        margin: 30px auto;
    }

    .offer-product-header {
        font-size: 25px;
    }

    .offer-product-img {
        height: 150px;
    }

    .offer-form-container {
        float: none;
        width: 93%;
        padding: 0px 20px 0 60px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 15px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 22px auto 20px auto;
    }

        .offer-form-bottom-button a {
            width: 147px;
            height: 45px;
            line-height: 43px;
        }
}
/* iphone 6/6s yatay */
@media only screen and (min-width:660px) and (max-width:699px) {
    .error {
        margin-left: 9%;
    }

    .error-img img {
        max-width: 84%;
        margin-top: 22px;
    }

    .error-header {
        margin-right: 19%;
        margin-bottom: 29px;
    }

    .error-text {
        width: 76%;
        margin-left: -1px;
    }

    .footer-top.hata3 {
        margin-top: 12%;
    }

    .footer-top-middle.left {
        margin-top: -62px;
    }
    nav.primary-navigation {
        display: none;
    }
    /*Ana Sayfa*/

    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: -1px;
            left: 5px;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: left;
        display: inline-block;
        width: 40%;
    }

    .header-logo-holder {
        display: block;
        margin: 45px auto 0 auto;
    }

    .header-right-side {
        width: 55%;
        margin: 0px auto 0px auto;
    }

    .header-logo-holder img {
        width: 190px;
        margin: 0px 20px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-slogan {
        float: none;
        line-height: 32px;
        text-align: center;
        font-size: 17px;
        width: 100%;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 13px;
    }

    .header-bottom-search {
        right: 12px;
    }

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: block;
        padding-right: 0;
        width: 54%;
        height: 310px;
    }

    .main-corporate-img-text {
        display: inline-block;
        width: 100%;
        font-size: 19px;
        left: 24px;
        bottom: 0px;
    }

    .main-corporate-content {
        width: 45%;
        display: table;
        padding-left: calc(50% - 800px);
        margin: 0;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: left;
        width: 100%;
        margin: 10px 13px;
    }

    .main-corporate-content-text {
        line-height: 19px;
        padding-right: 18px;
        margin-left: 15px;
        font-size: 17px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 20px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin-left: 0;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }



    .main-products-list-content {
        width: 88%;
        display: inline-block;
        height: auto;
        margin: 0px 0px 15px 0px;
    }
    /*
    .main-products-list .box svg{

    }*/

    .news-all-link {
        display: inline-block;
        margin-top: 10px;
        margin-right: 20px;
    }


    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: none;
        padding: 0px;
        margin-left: 4px;
        width: 46%;
        height: 250px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }
    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 100px;
    }

    .main-products-list-content-img img {
        max-width: 100%;
        max-height: 90px;
    }

    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        margin: 20px 26px;
        display: table;
    }

    .main-brands-list-img img {
        max-width: 100%;
        max-height: 80px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .main-brands-link {
        display: table;
        margin: 20px auto;
    }

    .default-link {
        padding: 9px 15px 7px 15px;
        display: table;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: left;
        margin: 0px 0px 1px 0px;
        text-align: center;
        display: table;
        width: 33%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 19px;
        text-align: left;
        padding: 0;
        margin: 30px 30px;
    }

    .main-news-list {
        float: left;
        width: 67%;
    }

    .main-news-list-content-img {
        float: left;
        width: 54%;
        height: 250px;
    }

        .main-news-list-content-img img {
            float: left;
        }

    .main-news-list-content-top-header {
        font-size: 18px;
        position: relative;
        margin-left: 10px;
        width: 81%;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 18px;
        display: inline-block;
        margin-left: 10px;
        width: 84%;
    }

    .main-news-list .slick-dots {
        left: -7px;
        position: inherit;
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 40px auto 0 auto;
    }

    .main-newsletter-left {
       display:none;
    }

    .main-newsletter .table-middle {
        display: block;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }

    .main-newsletter-right {
        display: inline-block;
        height: 400px;
        width: 100%;
        float: none;
        max-width: inherit;
    }

    .main-newsletter-right-content {
        width: 100%;
    }

    .main-newsletter-right-header {
        font-size: 32px;
    }



    .main-newsletter-right-content-header {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-left: 0px;
        bottom: 100px;
    }

    .main-newsletter-right-link {
        display: table;
        display: table;
        margin: 40px auto;
    }

    .footer {
        position: relative;
        margin-top: 60px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 49%;
        display: inline-block;
    }

    .footer-top-middle-logo {
        margin: 30px 20px 10px;
        height: 50px;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 25px auto;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 250px;
        margin-left: 15px;
    }


    .footer-top-middle-newsletter-header {
        font-size: 24px;
        margin: 20px 0;
    }
    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/
    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/
    .footer-top-middle-newsletter-form {
        margin-top: 40px;
    }

        .footer-top-middle-newsletter-form input {
            font-size: 20px;
            padding: 15px 40px 15px 10px;
        }

        .footer-top-middle-newsletter-form i {
            font-size: 22px;
            top: 0px;
            left: 250px;
        }



    .footer-top-right {
        width: 43%;
        display: table;
        text-align: left;
        padding: 20px 0px;
        margin: 20px auto;
    }

    .footer-top-right-header {
        font-size: 20px;
    }

    .footer-top-right-adress {
        margin-top: 10px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: right;
        display: table;
        padding-bottom: 0;
    }

        .footer-bottom-left ul {
            margin: -30px auto;
            display: table;
        }

    .footer-bottom-right {
        float: none;
        margin: 15px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin: 10px auto 10px auto;
        }

        .footer-bottom-right a {
            font-size: small;
            margin: 10px auto 10px auto;
            margin-left: 8px;
        }

    .cookies {
        width: 100%;
        display: block;
        height: 120px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 99%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
    }

    .cookies-button {
        display: table;
        margin: 10px 260px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 97%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
        margin-left: 3px;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 24px;
        width: 100%;
        float: left;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }

    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 5px auto;
        text-align: center;
    }

        .corporate-fast-access-icon img {
            width: 68%;
        }

    .corporate-fast-access-header {
        font-size: 17px;
        line-height: 21px;
        margin-top: 17px;
    }

    .corporate-fast-access-img {
        margin: 0px 22px;
        width: 97%;
    }

    .corporate-fast-access li:nth-child(2) {
        width: 45%;
        margin-right: 19px;
        margin-left: 21px;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 45%;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 11%;
            margin: 10px 10px;
        }

    .corporate-gallery-img {
        height: 130px;
    }
    /*Misyon ve Vizyon*/
    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        width: 100%;
        float: left;
    }

    .corporate-content-header {
        text-align: left;
        width: 94%;
        display: table;
        margin: 15px 20px 5px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: block;
        padding-left: 0;
        width: 190px;
        margin-top: 50px;
        margin-right: 20px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 43%;
            margin: 6px 23px;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }

    /*    .product-list-category-content-img {
        width: auto;
        margin: 0px 10px 0px 10px;
    }*/

    .product-list-category-content-header {
        display: table;
        padding: 5px;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        width: 51%;
    }

    .product-detail-header {
        font-size: 24px;
        line-height: 23px;
        height: 47px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 49%;
    }
    .product-detail-img {
        width: 53%;
        height: 100px;
        margin-top: 150px
    }

        .product-detail-img img {
            max-height: 220px;
        }

    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }


    .product-detail-fast-access {
        width: 100%;
    }

    .product-detail-fast-access-list {
        width: 99%;
        margin: 27px 2px;
        padding: 9px 0 9px 4px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            width: 26%;
            margin: 10px 0 10px 0;
            text-align: center;
        }

    .product-detail-fast-access-offer {
        width: 100%;
        margin-top: 10px;
        height: 30px;
    }
    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        line-height: 23px;
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 14px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 28%;
            margin: 10px 16px;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .product-list li {
            width: 53%;
            margin: 10px 30px;
            border: 3px solid #f5f5f5;
        }
            .product-list li:nth-child(3n) {
                margin-right: 30px;
            }
    .product-list-content-img {
        height: 310px;
    }
    .product-list-content-header {
        padding: 0;
    }

        .product-list-content-img img {
            max-height: 130px;
        }
        /*Marka Sayfası*/
        .brands .main {
            width: 100%;
        }

    .brands-list li {
        margin: 20px 45px;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 17px 22px;
        margin-bottom: 0;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        width: 41%;
        margin: 10px 30px;
        border: 3px solid #f5f5f5;
    }

        .brands-detail-list li:nth-child(3n) {
            margin-right: 30px;
        }

    .brands-detail-list-content-img {
        height: 200px;
    }

    .brands-detail-list-content-header {
        padding: 0;
        margin-bottom: 30px;
    }

    .brands-detail-list-content-text {
        padding: 0;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        padding: 0;
        margin-right: 0;
        margin-bottom: 14px;
    }

    .sales-point-detail-list {
        text-align: left;
        text-align: left;
        float: right;
        padding: 23px 14px;
    }

        .sales-point-detail-list ul {
            display: table;
            text-align: left;
        }

            .sales-point-detail-list ul li {
                margin-left: 8px;
                margin-bottom: 8px;
            }
    /*   .sales-point-detail-list {
        padding: 9px 6px;
        margin: 10px 0px 10px 2px;
        line-height: 23px;
    }*/
    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 530px;
        height: 250px;
    }
    .validate {
        margin: 10px 70px;
    }
    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-rechaptca {
        margin: 0 0 0 34px;
    }

    .human-resource-content-send-button {
        margin: 13px 34px 0px 0px;
    }

        .human-resource-content-send-button .default-link {
            padding: 15px 15px 15px 26px;
            display: table;
            font-size: 16px;
            min-width: 190px;
        }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }


    .search-page-content-header {
        width: 100%;
        text-align: center;
    }
    .search-page-gallery-img {
        height: 130px;
    }
    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery-img img {
        max-height: 90px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 29%;
        margin: 5px 14px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        display: table;
        width: 48%;
        float: left;
        margin: 0 22px;
    }

    .news-list-content-right {
        width: 44%;
        float: right;
        padding: 0;
    }

    .news-list-content-right-header {
        width: 100%;
        line-height: 30px;
        font-size: 22px;
    }

    .news-list-content-right-text {
        display: inline-block;
        width: 93%;
        font-size: 21px;
    }

    .news-list-content-right-link {
        font-size: 20px;
        display: block;
        bottom: 0px;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    .news-detail-content {
        height: 34%;
        padding: 7px;
    }

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 23.1%;
            margin: 10px 6px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 30%;
            margin: 10px 10px;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 20px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 28%;
            height: auto;
            min-height: 150px;
            margin: 5px 15px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    /*  .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }
*/
    .contact-form-left {
        padding: 0 0 126px 0px;
    }

        .contact-form-left li {
            margin: 0px 0 15px 0px;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        padding: 50px 21px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

        .contact-form-right-form input {
            padding: 10px 15px;
        }

        .contact-form-right-form textarea {
            height: 100px;
            padding: 15px;
        }

    .contact-form-right-form-send-button {
        margin: 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(0.93);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        width: 100%;
        float: none;
        padding: 10px;
        margin: 25px auto;
    }

    .offer-product-header {
        font-size: 25px;
    }

    .offer-product-img {
        height: 150px;
    }

    .offer-form-container {
        float: none;
        width: 91%;
        padding: 0px 20px 0 69px;
    }

    .offer-form {
        margin-bottom: 5px;
    }

        .offer-form input {
            padding: 15px 15px;
        }

        .offer-form textarea {
            padding: 5px 15px;
            height: 80px;
        }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin: 22px auto 20px auto;
    }

        .offer-form-bottom-button a {
            width: 147px;
            height: 45px;
            line-height: 43px;
        }
}
/*iphone Plus yatay*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .error {
        margin-left: 18%
    }

    .error-header {
        margin-right: 27%;
        margin-bottom: 38px;
    }

    .error-text {
        width: 96%;
    }

    .footer-top.hata3 {
        margin-top: 11%;
    }

    .footer-top-middle.left {
        margin-top: -62px;
    }
    nav.primary-navigation {
        display: none;
    }
    /*Ana Sayfa*/

    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: -1px;
            left: 5px;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: left;
        display: inline-block;
        width: 45%;
    }

    .header-logo-holder {
        display: block;
        margin: 45px auto 0 auto;
    }

    .header-right-side {
        width: 45%;
    }

    .header-logo-holder img {
        width: 200px;
        margin: 0px 20px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 32px;
        text-align: center;
        font-size: 17px;
        width: 100%;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 13px;
    }

    .header-bottom-search {
        right: 12px;
    }

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
    }
  
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: block;
        padding-right: 0;
        width: 54%;
        height: 350px;
    }

    .main-corporate-img-text {
        display: inline-block;
        width: 100%;
        font-size: 19px;
        left: 32px;
        bottom: 0px;
    }

    .main-corporate-content {
        width: 46%;
        display: table;
        padding-left: calc(50% - 800px);
        margin: 0;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: left;
        width: 100%;
        margin: 10px 13px
    }

    .main-corporate-content-text {
        line-height: 21px;
        padding-right: 15px;
        margin-left: 15px;
        font-size: 19px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 20px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin-left: 0;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }



    .main-products-list-content {
        width: 88%;
        display: inline-block;
        height: auto;
        margin: 0px 0px 15px 0px;
    }
    /*
    .main-products-list .box svg{

    }*/

    .news-all-link {
        display: inline-block;
        margin-right: 12px;
        margin-top: 9px;
    }


    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: right;
        padding: 0px;
        width: 47%;
        height: 224px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }
    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 90px;
    }

    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        margin: 20px 41px;
        display: table;
    }

    .main-brands-list-img img {
        max-width: 100%;
        max-height: 80px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .main-brands-link {
        display: table;
        margin: 20px auto;
    }

    .default-link {
        padding: 9px 15px 7px 15px;
        display: table;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: left;
        margin: 0px 0px 1px 0px;
        text-align: center;
        display: table;
        width: 34%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 19px;
        text-align: left;
        padding: 0;
        margin: 30px 30px;
    }

    .main-news-list {
        float: left;
        width: 66%;
    }

    .main-news-list-content-img {
        display: table;
        width: 52%;
        height: 224px;
    }

        .main-news-list-content-img img {
            float: left;
        }

    .main-news-list-content-top-header {
        font-size: 18px;
        line-height: 23px;
        margin: 0 5px;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 17px;
        display: inline-block;
        margin-left: 5px;
    }

    .main-news-list .slick-dots {
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 40px auto 0 auto;
    }

    .main-newsletter-left {
        display:none;
    }

    .main-newsletter .table-middle {
        display: block;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }



    .main-newsletter-right {
        display: inline-block;
        height: 400px;
        width: 100%;
        float: none;
        max-width: inherit;
    }

    .main-newsletter-right-content {
        width: 100%;
    }

    .main-newsletter-right-header {
        font-size: 32px;
    }

    .main-newsletter-right-content-header {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-left: 0px;
        bottom: 100px;
    }

    .main-newsletter-right-link {
        display: table;
        margin: 40px auto;
    }

    .footer {
        position: relative;
        margin-top: 60px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 49%;
        display: inline-block;
    }

    .footer-top-middle-logo {
        margin: 30px 25px 10px;
        height: 50px;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 25px auto;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 250px;
        margin-left: 25px;
    }


    .footer-top-middle-newsletter-header {
        font-size: 24px;
        margin: 20px 0;
    }
    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/
    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/
    .footer-top-middle-newsletter-form {
        margin-top: 40px;
    }

        .footer-top-middle-newsletter-form input {
            font-size: 20px;
            padding: 15px 40px 15px 10px;
        }

        .footer-top-middle-newsletter-form i {
            font-size: 22px;
            top: 0px;
            left: 285px;
        }

    .footer-top-right {
        width: 43%;
        display: table;
        text-align: left;
        padding: 20px 0px;
        margin: 20px auto;
    }

    .footer-top-right-header {
        font-size: 20px;
    }

    .footer-top-right-adress {
        margin-top: 10px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: right;
        display: table;
        padding-bottom: 0;
    }

        .footer-bottom-left ul {
            margin: -30px auto;
            display: table;
        }

    .footer-bottom-right {
        float: none;
        margin: 15px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin: 10px auto 10px auto;
        }

        .footer-bottom-right a {
            font-size: small;
            margin: 10px auto 10px auto;
            margin-left: 8px;
        }

    .cookies {
        width: 100%;
        display: block;
        height: 120px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 99%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
    }

    .cookies-button {
        display: table;
        margin: 10px 300px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }


    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 97%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
        margin-left: 1px;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 23px;
        width: 100%;
        float: left;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }


    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 5px auto;
        text-align: center;
    }

        .corporate-fast-access-icon img {
            width: 68%;
        }

    .corporate-fast-access-header {
        font-size: 17px;
        line-height: 21px;
        margin-top: 17px;
    }

    .corporate-fast-access-img {
        margin: 1px 20px;
        width: 100%;
    }

    .corporate-fast-access li:nth-child(2) {
        width: 45%;
        margin-right: 19px;
        margin-left: 22px;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 45%;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 12.5%;
            margin: 5px 10px;
        }

    .corporate-gallery-img {
        height: 140px;
    }
    /*Misyon ve Vizyon*/
    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        width: 100%;
        float: left;
    }

    .corporate-content-header {
        text-align: left;
        width: 94%;
        display: table;
        margin: 10px 20px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: block;
        padding-left: 0;
        width: 190px;
        margin-top: 50px;
        margin-right: 20px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 28%;
            margin: 10px 19px;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }


    .product-list-category-content-header {
        display: table;
        padding: 5px;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }


    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        width: 54%;
    }

    .product-detail-header {
        font-size: 25px;
        line-height: 25px;
        height: 40px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 46%;
    }
    .product-detail-img {
        width: 64%;
        height: 250px;
        margin-top: 130px;
    }

        .product-detail-img img {
            max-height: 220px;
        }
    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }

    .product-detail-fast-access {
        width: 54%;
    }

    .product-detail-fast-access-list {
        width: 99%;
        margin: 20px 2px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            width: 26%;
            margin: 10px 0 10px 0;
            text-align: center;
        }

    .product-detail-fast-access-offer {
        margin-top: 0px;
        height: 30px;
    }

        .product-detail-fast-access-offer a {
            line-height: 40px;
        }

    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 14px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
        height: 150px;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 31%;
            margin: 10px 7px;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .product-list li {
            width: 55%;
            margin: 10px 22px;
            border: 3px solid #f5f5f5;
        }
    .product-list-content-img {
        height: 316px;
    }
    .product-list li:nth-child(3n) {
        margin-right: 22px;
    }
    .product-list-content-header {
        padding: 0;
    }
 
    .product-list-content-img img {
            max-height: 130px;
        }
        /*Marka Sayfası*/
        .brands .main {
            width: 100%;
        }

    .brands-list li {
        margin: 30px 0px 0 4px;
        display: table;
        width: 32.6%;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        line-height: 25px;
        padding: 17px 22px;
        margin-bottom: 0;
    }

    .brands-detail-list .box svg {
        display: none;
    }
    .brands-detail-list li {
        width: 44%;
        margin: 10px 22px;
        border: 3px solid #f5f5f5;
    }

        .brands-detail-list li:nth-child(3n) {
            margin-right: 22px;
        }

    .brands-detail-list-content-header {
        padding: 0;
        margin-bottom: 30px;
    }

    .brands-detail-list-content-text {
        padding: 0;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        padding: 0;
        margin-right: 0;
        margin-bottom:14px;
    }

    .sales-point-detail-list {
        text-align: left;
        float: left;
    }
    .sales-point-list li{
        margin-bottom:0px;
    }
    .sales-point-detail-list ul {
        display: table;
        text-align: left;
    }

            .sales-point-detail-list ul li {
                margin-left: 0px;
                margin-bottom: 8px;
            }
    /*   .sales-point-detail-list {
        padding: 9px 6px;
        margin: 10px 0px 10px 2px;
        line-height: 23px;
    }*/
    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 600px;
    }

    .human-resource-content-send-button {
        margin: 8px 0px 0px 0px;
    }

    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-send-button .default-link {
        padding: 15px 99px 15px 24px;
        display: table;
        margin: 9px auto;
    }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }
    .search-page-gallery-img {
        height: 200px;
    }
    .search-page-gallery-img img {
        max-height: 90px;
    }

    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 29%;
        margin: 5px 15px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        display: table;
        width: 48%;
        float: left;
        margin: 0 22px;
    }

    .news-list-content-right {
        width: 44%;
        float: right;
        padding: 0;
    }

    .news-list-content-right-header {
        width: 100%;
        line-height: 24px;
        font-size: 22px;
    }

    .news-list-content-right-text {
        display: inline-block;
        width: 93%;
        font-size: 21px;
    }

    .news-list-content-right-link {
        font-size: 20px;
        display: block;
        bottom: 0px;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }
    /*
    .news-detail-content {
        width: auto;
        height: 50%;
        padding: 0px 0;
        margin: 0;
        display: block;
        position: relative;
        top: 10px;
    }*/

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 22.1%;
            margin: 10px 10px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 46%;
            margin: 10px 12px;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 20px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 29%;
            height: auto;
            min-height: 150px;
            margin: 5px 14px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    /*  .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }
*/
    .contact-form-left {
        padding: 0 0 250px 0px;
    }

        .contact-form-left li {
            margin: 0px 0 15px 0px;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        padding: 50px 21px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        float: left;
        width: 35%;
        padding: 25px;
        max-width: initial;
        margin: 15px;
    }

    .offer-product-header {
        font-size: 16px;
    }

    .offer-form-container {
        width: 56%;
        padding: 15px 10px 0 5px;
        margin: 40px 5px;
    }


    .offer-form textarea {
        padding: 5px 15px;
        height: 80px;
    }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin-top: 23px;
    }

        .offer-form-bottom-button a {
            width: 147px;
            height: 42px;
            line-height: 43px;
        }

    .offer-product::before {
        display: block;
    }
}
/*iphone x yatay*/
@media only screen and (min-width:811px) and (max-width:999px) {
    .error {
        margin-left: 21%;
    }

    .error-header {
        margin-right: 29%;
        margin-bottom: 50px;
    }

    .error-text {
        width: 94%;
    }

    .footer-top.hata3 {
        margin-top: 10%;
    }

    .footer-top-middle.left {
        margin-top: -70px;
    }

    nav.primary-navigation {
        display: none;
    }
    .menu {
        display: none;
    }

    #menu {
        display: block;
    }

    #panel-menu {
        background-color: #153b6a;
        font-family: 'Source Sans Pro';
        font-size: 16px;
        font-weight: 600;
    }



    #header {
        display: block;
    }

    #content {
        display: block;
    }

    #header {
        position: absolute;
        height: 44px;
        top: -3px;
        left: -18px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 44px;
        text-align: center;
        z-index: 999;
    }

        #header a {
            display: block;
            position: absolute;
            top: -1px;
            left: 5px;
            width: 80px;
            height: 44px;
            padding: 12px 30px;
        }

            #header a:before,
            #header a:after {
                content: "";
                display: block;
                background: #fff;
                height: 2px;
            }

            #header a span {
                background: #fff;
                display: block;
                height: 2px;
                margin: 5px 0;
            }

    #content {
        /*     padding: 150px 50px 50px 50px;*/
        text-align: center;
    }

    .header {
        position: absolute;
        display: inline-block;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        text-align: left;
        display: inline-block;
        width: 45%;
    }

    .header-logo-holder {
        display: block;
        margin: 45px auto 0 auto;
    }

    .header-right-side {
        width: 40%;
    }

    .header-logo-holder img {
        width: 200px;
        margin: 0px 20px;
    }

    .header-top {
        width: 100%;
        height: 34px;
    }

    .header-top-language-text {
        line-height: 12px;
    }

    .header-top-language-img {
    }

    .header-top-slogan {
        float: none;
        line-height: 32px;
        text-align: center;
        font-size: 17px;
        width: 100%;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 13px;
    }

    .header-bottom-search {
        right: 12px;
    }

    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: block;
        padding-right: 0;
        width: 54%;
        height:350px;
    }

    .main-corporate-img-text {
        display: inline-block;
        width: 100%;
        font-size: 19px;
        left: 35px;
        bottom: 0px;
    }

    .main-corporate-content {
        width: 46%;
        display: table;
        padding-left: calc(50% - 800px);
        margin: 0;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: left;
        width: 100%;
        margin: 10px 13px;
    }

    .main-corporate-content-text {
        line-height: 24px;
        padding-right: 18px;
        margin-left: 15px;
        font-size: 19px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 190px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 20px auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin-left: 0;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }



    .main-products-list-content {
        width: 88%;
        display: inline-block;
        height: auto;
        margin: 0px 0px 15px 0px;
    }
    /*
    .main-products-list .box svg{

    }*/

    .news-all-link {
        display: inline-block;
        margin-right: 15px;
        margin-top: 9px;
    }

    /* .main-products-list .slicl-slide{
        width:400px;
    }*/

    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: right;
        padding: 0px;
        width: 46%;
        height: 224px;
        margin-left: 5px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }
    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 90px;
    }

    .main-products-list-content-img img {
        max-width: 100%;
        max-height: 90px;
    }

    .main-usage {
        display: none;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        margin: 20px 58px;
        display: table;
    }


    .main-brands-list-img img {
        max-width: 100%;
        max-height: 80px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .main-brands-link {
        display: table;
        margin: 20px auto;
    }

    .default-link {
        padding: 9px 15px 7px 15px;
        display: table;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        float: left;
        text-align: center;
        display: table;
        width: 32%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 19px;
        text-align: left;
        padding: 0;
        margin: 30px 30px;
    }

    .main-news-list {
        float: left;
        width: 68%;
    }

    .main-news-list-content-img {
        float: left;
        width: 53%;
        height: 224px;
    }

        .main-news-list-content-img img {
            float: left;
            /*width: 103.5%;*/
        }

    .main-news-list-content-top-header {
        font-size: 19px;
        position: relative;
        width: 100%;
        line-height: 23px;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 17px;
        display: inline-block;
        width: 100%;
    }

    .main-news-list .slick-dots {
        width: auto;
        right: inherit;
        margin: 0;
        top: 15px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 40px auto 0 auto;
    }

    .main-newsletter-left {
       display:none;
    }

    .main-newsletter .table-middle {
        display: block;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }

    .main-newsletter-right {
        display: inline-block;
        height: 400px;
        width: 100%;
        float: none;
        max-width: inherit;
    }

    .main-newsletter-right-content {
        width: 100%;
    }


    .main-newsletter-right-header {
        font-size: 32px;
    }

    .main-newsletter-right-content-header {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-left: 0px;
        bottom: 100px;
    }

    .main-newsletter-right-link {
        display: table;
        margin: 40px auto;
    }

    .footer {
        position: relative;
        margin-top: 60px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: none;
    }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: none;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin-left: 17px;
    }

    .footer-top-middle {
        width: 45%;
        display: inline-block;
    }

    .footer-top-middle-logo {
        margin: 30px 35px 10px;
        height: 50px;
    }
        .footer-top-middle-logo img {
            width: 250px;
        }
        .footer-top-middle-newsletter .table-middle {
            display: inline-block;
            text-align: center;
            width: 100%;
            margin: 25px auto;
        }

    .footer-top-middle-newsletter {
        display: inline-block;
        width: 100%;
        text-align: center;
        height: 250px;
        margin-left: 30px;
    }


    .footer-top-middle-newsletter-header {
        font-size: 24px;
        margin: 20px 0;
    }
    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/
    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/
    .footer-top-middle-newsletter-form {
        margin-top: 40px;
    }

        .footer-top-middle-newsletter-form input {
            font-size: 20px;
            padding: 15px 40px 15px 10px;
        }

        .footer-top-middle-newsletter-form i {
            font-size: 22px;
            top: 0px;
            left: 290px;
        }

    .footer-top-right {
        width: 45%;
        display: table;
        text-align: left;
        padding: 20px 0px;
        margin: 20px auto;
    }

    .footer-top-right-header {
        font-size: 20px;
    }

    .footer-top-right-adress {
        margin-top: 10px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        float: right;
        display: table;
        padding-bottom: 0;
    }

        .footer-bottom-left ul {
            margin: -30px auto;
            display: table;
        }

    .footer-bottom-right {
        float: none;
        margin: 15px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin: 10px auto 10px auto;
        }

        .footer-bottom-right a {
            font-size: small;
            margin: 10px auto 10px auto;
            margin-left: 8px;
        }

    .cookies {
        width: 100%;
        display: block;
        height: 120px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 100%;
        display: table;
        margin-top: 20px;
        height: 50px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 99%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
    }

    .cookies-button {
        display: table;
        margin: 10px 300px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }


    /*Kurumsal Sayfası*/

    .router-block {
        display: inline-block;
        width: auto;
    }


    .router-img {
        width: 100%;
        float: none;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        position: relative;
        width: 97.5%;
        height: auto;
        text-align: center;
        top: 10px;
    }

        .breadcrumb::before {
            display: none;
        }

    .breadcrumb-list {
        float: none;
        margin-left: 3px;
    }

        .breadcrumb-list ul {
            display: inline-block;
            padding-left: 0px;
        }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 30px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 20px 23px;
        width: 100%;
        float: left;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: none;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .corporate-fast-access li {
        height: 140px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display:none;
        }

    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 5px auto;
        text-align: center;
    }

        .corporate-fast-access-icon img {
            width: 68%;
        }

    .corporate-fast-access-header {
        font-size: 17px;
        line-height: 21px;
        margin-top: 17px;
    }

    .corporate-fast-access-img {
        margin: 3px 24px;
        width: 100%;
    }

    .corporate-fast-access li:nth-child(2) {
        width: 45%;
        margin-right: 26px;
        margin-left: 24px;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 45%;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 14%;
            margin: 5px 10px;
        }

    .corporate-gallery-img {
        height: 150px;
    }
    /*Misyon ve Vizyon*/
    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        width: 100%;
        float: left;
    }

    .corporate-content-header {
        text-align: left;
        width: 94%;
        display: table;
        margin: 10px 20px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: block;
        padding-left: 0;
        width: 190px;
        margin-top: 50px;
        margin-right: 20px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: none;
    }

    .product-list-category {
        float: none;
        width: 100%;
    }

        .product-list-category li {
            width: 28%;
            margin: 10px 21px;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }


    .product-list-category-content-header {
        display: table;
        padding: 5px;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }


    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        width: 54%;
    }

    .product-detail-header {
        font-size: 25px;
        line-height: 25px;
        height: 40px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 46%;
    }
    .product-detail-img {
        width: 64%;
        height: 200px;
        margin-top: 150px;
    }

        .product-detail-img img {
            max-height: 230px;
        }
    .product-detail-gallery {
        height: auto;
        float: none;
        margin: 10px;
        width: 100px;
    }

    .product-detail-fast-access {
        width: 54%;
    }

    .product-detail-fast-access-list {
        width: 99%;
        margin: 20px 2px;
        height: auto;
    }

        .product-detail-fast-access-list li {
            width: 26%;
            margin: 10px 0 10px 0;
            text-align: center;
        }

    .product-detail-fast-access-offer {
        margin-top: 0px;
        height: 30px;
    }

        .product-detail-fast-access-offer a {
            line-height: 40px;
        }


    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: center;
        width: 100%;
    }

    .product-detail-list-content-text {
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    td {
        font-size: 17px !important;
        line-height: 13px;
        padding: 5px;
    }

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 23%;
            margin: 10px 7px;
            padding: 0;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .product-list li {
            width: 62%;
            margin: 10px 22px;
            border: 2px solid #e10d19;
        }
    .product-list-content-img {
        height: 316px;
    }
    .product-list li:nth-child(3n) {
        margin-right: 22px;
    }
    .product-list-content-header {
        padding: 0;
    }

        .product-list-content-img img {
            max-height: 150px;
        }
        /*Marka Sayfası*/
        .brands .main {
            width: 100%;
        }

    .brands-list li {
        margin: 30px 0px 0 24px;
        display: table;
        width: 29.5%;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        display: none;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }

    .brands-detail-text {
        font-size: 18px;
        padding: 16px 30px;
        margin-bottom: 0;
    }

    .brands-detail-list .box svg {
        display: none;
    }

    .brands-detail-list li {
        width: 44%;
        margin: 10px 22px;
        border: 3px solid #f5f5f5;
    }

        .brands-detail-list li:nth-child(3n) {
            margin-right: 22px;
        }

    .brands-detail-list-content-img {
        height: 200px;
 
    }

    .brands-detail-list-content-header {
        padding: 0;
        margin-bottom: 40px;
        line-height: 20px;
    }

    .brands-detail-list-content-text {
        padding: 0;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }

    .sales-point-list-container {
        width: 100%;
        display: inline-block;
        padding: 38px 0px 5px 19px;
    }

    .sales-point-list-img {
        padding: 0;
        margin-right: 0;
        margin-bottom: 14px;
    }

    .sales-point-detail-list {
        text-align: left;
        float: left;
        padding: 35px 19px;
    }

        .sales-point-detail-list ul {
            display: table;
            text-align: left;
        }

            .sales-point-detail-list ul li {
                margin-left: 0px;
                margin-bottom: 8px;
            }
    /*   .sales-point-detail-list {
        padding: 9px 6px;
        margin: 10px 0px 10px 2px;
        line-height: 23px;
    }*/
    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 600px;
    }

    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-send-button .default-link {
        padding: 15px 99px 15px 24px;
        display: table;
        margin: 9px auto;
    }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }
    .search-page-gallery-img {
        height: 140px;
    }
    .search-page-gallery-img img {
        max-height: 70px;
    }

    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 28%;
        margin: 5px 21px;
    }


    /* .brands-list li:nth-child(4n) {
        margin-right: 16px;
    }*/
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        display: table;
        width: 48%;
        float: left;
        margin: 0 22px;
    }

    .news-list-content-right {
        width: 44%;
        float: right;
        padding: 0;
    }

    .news-list-content-right-header {
        width: 100%;
        line-height: 24px;
        font-size: 22px;
    }

    .news-list-content-right-text {
        display: inline-block;
        width: 93%;
        font-size: 21px;
    }

    .news-list-content-right-link {
        font-size: 20px;
        display: block;
        bottom: 0px;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }


    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 22.3%;
            margin: 10px 10px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 30%;
            margin: 10px 12px;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 10px 25px 30px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 22%;
            height: auto;
            min-height: 150px;
            margin: 0px 22px 15px 0px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    /*  .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }
*/
    .contact-form-left {
        padding: 0 0 260px 0px;
    }

        .contact-form-left li {
            margin: 0px 0 15px 0px;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        padding: 50px 21px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(1.11);
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
        max-height: initial;
    }

    .offer-product {
        float: left;
        width: 35%;
        padding: 25px;
        max-width: initial;
        margin: 15px;
    }

    .offer-form-container {
        width: 56%;
        padding: 15px 10px 0 5px;
        margin: 40px 5px;
    }


    .offer-form textarea {
        padding: 5px 15px;
        height: 80px;
    }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin-top: 23px;
    }

        .offer-form-bottom-button a {
            width: 147px;
            height: 42px;
            line-height: 43px;
        }

    .offer-product::before {
        display: block;
    }
}
/*tabley yatay*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .error {
        margin-left: 26%;
    }

    .error-header {
        margin-right: 39%;
        margin-bottom: 26px;
    }

    .error-text {
        width: 82%;
    }

    .footer-top-middle.left {
        float: left;
        right: 220px;
        top: -74px;
    }

    .footer-top.hata3 {
        padding-top: 165px;
    }

    .footer-top-right.right {
        margin-top: -170px;
        margin-right: 64px;
    }

    nav.primary-navigation {
        margin-right: 1px;
        width: calc(100% - 188px);
        padding-left: 1px;
    }

        nav.primary-navigation ul li {
            margin-left: 9px;
        }
    .menu {
        display: block;
        width: 86%;
        margin-right: 0;
    }

        .menu ul {
            float: none;
        }

        .menu li:first-child {
            padding: 0px 20px;
        }

        .menu li {
            padding: 0px 6px;
            display: table-cell;
        }

    .search input {
        margin: 0 0;
    }

    .search-close {
        top: -10px;
    }

    .header {
        position: absolute;
        display: inline-block;
        padding: 0px 0px;
    }



    .list-item {
        z-index: 99;
        font-family: "Source Sans Pro";
        font-size: 16px;
    }

    .header-logo {
        margin-left: 15px;
    }

    .header-logo-holder {
        display: inline-block;
        margin-top: 29px;
        margin-left: 0px;
    }

    .header-right-side {
        width: 76%;
        min-height: 0px;
    }

    .header-logo-holder img {
        width: 100%;
    }


    .header-top-slogan {
        width: 100%;
    }


    .header-top-language {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .header-bottom-search {
        padding: 0;
        display: table;
        margin: 0;
        width: 120px;
    }

        .header-bottom-search .table-middle {
            display: block;
        }
    /*  .menu {
        display: none;
    }*/
    .page {
        width: 100%;
    }

    .page-content {
        width: 100%;
        /* margin-top: 160px;*/
    }
    /*    .slider-content {
        width: 100%;
    }

    .slider {
        width: 100%;
    }

    .slider-content .link {
        height: 43px;
    }*/
    .slider-content .link .link__line {
        width: 43px;
    }
    .swiper-content{
        display:none;
    }
    .main-corporate {
        padding: 0px;
    }

    .main-corporate-img {
        display: block;
        padding-right: 0;
        width: 54%;
    }

    .main-corporate-img-text {
        display: inline-block;
        width: 100%;
        left: 40px;
        bottom: 0px;
    }

    .main-corporate-content {
        width: 46%;
        display: table;
        padding-left: calc(50% - 800px);
        margin: 0;
    }

    .main-corporate-content-hedaer {
        font-size: 33px;
        text-align: left;
        width: 100%;
        margin: 10px 13px;
    }

    .main-corporate-content-text {
        line-height: 28px;
        padding-right: 18px;
        margin-left: 15px;
        font-size: 20px;
    }

    .slider-content .link {
        display: none;
    }

    .slider-content .slider {
        background-size: cover;
        width: 100%;
        height: 100%;
    }

    .slider-content {
        height: 450px;
    }

    .main-corporate-content-link {
        padding: 10px 30px 10px 23px;
        font-size: 16px;
        margin: 50px auto 0 auto;
        display: table;
        position: relative;
    }

        .main-corporate-content-link::before {
            float: right;
            right: 5px;
        }

    .main-products {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
    }


    /*.main {*/
    /*    width: 100%;*/
    /*display: inline-block;
    }*/


    .main-products-header {
        font-size: 34px;
        text-align: center;
        padding: 0 15px;
        margin-left: 0;
    }

    .slick-dots {
        margin: 0 auto;
        width: auto;
        left: inherit;
        top: inherit;
        right: inherit;
        position: inherit;
        display: table !important;
    }

    .main-products-list {
        width: 100%;
        margin: 0 auto;
    }



    .main-products-list-content {
        width: 88%;
        display: inline-block;
        height: auto;
        margin: 0px 0px 15px 0px;
    }
    /*
    .main-products-list .box svg{

    }*/

    .news-all-link {
        display: inline-block;
        margin-right: 15px;
        margin-top: 5px;
    }

    /* .main-products-list .slicl-slide{
        width:400px;
    }*/



    .main-news {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
    }

    .main-news-list-content-top {
        float: right;
        padding: 0px;
        width: 52%;
        height: 220px;
    }

    .main-products-list-content-header {
        font-size: 15px;
        text-align: center;
        margin: 0 auto;
        padding-left: 18px;
        font-style: normal;
    }

    .main-products .main {
        display: inline-block;
        width: 100%;
    }

    .main-products-list-content-text {
        margin: 10px 30px;
    }
    .main-products-list-content-img {
        height: 240px;
    }
    .slick-slide .main-products-list-content-img img {
        max-height: 100px;
    }

    .main-products-list-content-img img {
        max-width: 100%;
        max-height: 190px;
    }

    .main-usage {
        display: block;
        width: 97%;
    }

    .main-usage-img {
        width: 46%;
    }

    .main-brands-list ul {
        width: 100%;
        display: inline-block;
    }

    .main-brands-list li {
        margin: 20px 30px;
        display: table;
    }


    .main-brands-list-img img {
        max-width: 100%;
        max-height: 100px;
    }

    .main-brands-list .box svg line {
        width: 100%;
        display: inline-block;
    }

    .main-brands-header {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }

    .main-brands-link {
        display: table;
        margin: 20px auto;
    }

    .default-link {
        padding: 9px 15px 7px 15px;
        display: table;
        font-size: 16px;
        min-width: 150px;
    }

        .default-link::before {
            right: 15px;
        }

    .main-news .main {
        width: 100%;
        display: inline-block;
    }

    .main-news-content {
        text-align: center;
        display: table;
        width: 36%;
    }

    .main-news-content-header {
        display: inline-block;
        margin-top: 25px;
    }

    .main-news-content-text {
        line-height: 26px;
        display: inline-block;
        font-size: 19px;
        text-align: left;
        padding: 0;
        margin: 30px 30px;
    }

    .main-news-list {
        float: left;
        width: 64%;
    }

    .main-news-list-content-img {
        display: table;
        height: 220px;
        width: 46%;
    }

        .main-news-list-content-img img {
            float: left;
            /*width: 103.5%;*/
        }

    .main-news-list-content-top-header {
        font-size: 19px;
        position: relative;
        width: 100%;
        line-height: 23px;
    }

    .main-news-list-content-top-text {
        line-height: 20px;
        font-size: 17px;
        display: inline-block;
        width: 100%;
    }

    .main-news-list .slick-dots {
        width: auto;
        right: inherit;
        margin: 0 0px;
        top: 8px;
    }

    .main-newsletter {
        width: 100%;
        display: inline-block;
        padding: 0;
        margin: 40px auto 0 auto;
    }

    .main-newsletter-left {
        width: 39%;
        height: 400px;
        margin: 10px 55px 40px 40px;
    }

    .main-newsletter .table-middle {
        display: block;
    }

    .main-newsletter .main {
        width: 100%;
        display: inline-block;
    }

    .main-newsletter-left-header {
        line-height: 32px;
        margin-top: 102px;
        width: 100%;
    }

    .main-newsletter-left-form {
        margin: 70px 0px;
        padding: 0 20px;
    }

        .main-newsletter-left-form i {
            display: inline-block;
            top: 0px;
            left: 320px;
        }

        .main-newsletter-left-form input {
            width: 100%;
            padding: 15px;
            background-color: white;
        }

    .main-newsletter-right {
        display: inline-block;
        height: 400px;
        width: 52%;
        margin-right: 20px;
    }

    .main-newsletter-right-content {
        width: 100%;
    }

    .main-newsletter-right-content-img img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }

    .main-newsletter-right-header {
        font-size: 32px;
        margin-top: 0;
    }

    /*  .main-newsletter-right-content-img {
        width:0;
        height:0;
    }*/

    .main-newsletter-right-content-header {
        width: 90%;
        text-align: center;
        margin-left: 20px;
        line-height: 19px;
        bottom: 120px;
    }

    .main-newsletter-right-link {
        display: table;
        margin: 20px auto 20px auto;
    }

    .footer {
        position: relative;
        margin-top: 9px;
        width: 100%;
    }

        .footer .main {
            width: 100%;
            display: inline-block;
        }

        .footer::after {
            background-size: cover;
            background-position: top;
            display: inline-block;
        }

    .login-button {
        display: block;
        right: 30px;
    }

        .login-button::before {
            border-left: 30px solid #09203c;
        }

    .footer-top {
        padding-top: 23px;
        display: inline-block;
    }

    .footer-top-left {
        display: block;
        width: 33%;
        margin: 0 auto;
    }

    .footer-top-left-usage {
        display: table;
        width: 38%;
        margin: 0 0 0 36px;
    }

    .footer-top-left-Menu {
        width: 100px;
        margin: 0 0 0 30px;
    }

    .footer-top-middle {
        width: 33%;
        display: table;
        float: left;
        position: relative;
        margin: 0 auto;
    }

    .footer-top-middle-newsletter .table-middle {
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 25px auto;
    }

    .footer-top-middle-newsletter {
        display: inline-block;
        text-align: center;
        height: 250px;
    }


    .footer-top-middle-newsletter-header {
        font-size: 24px;
        margin: 20px 0;
    }
    /*  .footer-top-middle-newsletter i {
        font-size: 38px;
        display: inline-block;
        margin-right: 30px;
    }*/
    /* .footer-top-middle-newsletter-header {
        width: 91%;
    }*/
    /*  .footer-top-middle-newsletter-form {
        width: 100%;
        padding: 0 15px;
        margin-top: 20px;
        position: relative;
    }*/

    /*  .footer-top-middle-newsletter-form input {
            width: 100%;
            font-size: 14px;
            padding: 15px 50px 15px 20px;
            background-color: #f7f7f7;
        }*/

    /*     .footer-top-middle-newsletter-form i {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 18px;
            cursor: pointer;
            margin-right: 15px;
            transition: 0.4s ease-in-out;
        }*/

    .footer-top-middle-logo {
        display: table;
        text-align: center;
    }

    .footer-top-right {
        width: 33%;
        display: table;
        text-align: left;
        padding: 0 15px;
        margin: 60px 0;
    }

    .footer-top-right-header {
        font-size: 20px;
    }

    .footer-top-right-adress {
        margin-top: 10px;
    }

    .footer-bottom {
        width: 100%;
        display: inline-block;
        padding: 0;
    }

    .footer-bottom-left {
        display: table;
        margin: 10px 25px;
    }

    .footer-bottom-right {
        margin: 0px auto 10px auto;
    }

        .footer-bottom-right p {
            font-size: small;
            margin: 10px auto 10px auto;
        }

        .footer-bottom-right a {
            font-size: small;
            margin: 10px auto 10px auto;
            margin-left: 8px;
        }

    .cookies {
        width: 100%;
        display: block;
        height: 70px;
    }

    .cookies-text {
        margin-left: 0;
        max-width: 87%;
        display: table;
        margin-top: 20px;
        height: 50px;
    }

        .cookies-text p {
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
            width: 99%;
            text-align: left;
            margin: 0;
        }

    .cookies-decision {
        display: table;
    }

    .cookies-button {
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 80px;
    }

        .cookies-button a {
            margin-top: 0;
        }

    .cookies-close {
        float: right;
        display: inline-block;
        margin: auto;
        position: absolute;
        top: 20px;
        right: 10px;
    }


    /*Kurumsal Sayfası*/

    .router-block {
        display: block;
    }


    .router-img {
        width: 54%;
    }

    .router-content-header {
        left: 0;
        font-size: 26px;
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .breadcrumb {
        float: right;
        width: 450px;
    }

    .breadcrumb-list {
        margin: 0 20px;
    }

    .breadcrumb::before {
        display: block;
    }

    .corporate {
        padding-bottom: 20px;
    }

        .corporate .main {
            width: 100%;
            display: inline-block;
        }

    .corporate-content {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .corporate-content-text {
        font-size: 16px;
        line-height: 23px;
        padding: 0px 33px;
        width: 100%;
        float: left;
    }

    .corporate-fast-access {
        display: inline-block;
        position: relative;
    }

    .corporate-sub-menu {
        display: block;
        margin: 50px 29px;
        width: 97%;
    }

    .corporate-fast-access ul {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }

    .corporate-fast-access li {
        height: 150px;
        margin-right: 0px;
        display: inline-block;
        width: 317px;
    }

        .corporate-fast-access li a {
            display: inline-block;
            width: 100%;
        }

        .corporate-fast-access li:first-child {
            display: inline-block;
            width: calc(43% - 60px);
            margin-left: 33px;
        }

    .corporate-fast-access-img img {
        object-fit: contain;
        width: 100%;
        height: auto;
        border-bottom-left-radius: 24px;
        border-top-left-radius: 24px;
    }

    .corporate-fast-access-icon {
        display: block;
        height: auto;
        margin: 5px auto;
        text-align: center;
    }

        .corporate-fast-access-icon img {
            width: 68%;
        }

    .corporate-fast-access-header {
        font-size: 17px;
        line-height: 21px;
        margin-top: 17px;
    }

    /*.corporate-fast-access-img {
        margin: 10px 28px;
        width: 90%;
    }*/

    .corporate-fast-access li:nth-child(2) {
        width: 26%;
        margin-right: 17px;
        margin-left: 17px;
    }

    .corporate-fast-access li:nth-child(3) {
        display: table;
        width: 26%;
    }

    .corporate-gallery {
        width: 100%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px 0 15px;
    }

        .corporate-gallery li {
            width: 19.5%;
            margin: 5px 2px;
        }

    .corporate-gallery-img {
        height: 140px;
    }
    /*Misyon ve Vizyon*/
    .corporate-multiple-content {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

    .corporate-multiple-content-col {
        float: left;
    }

    .corporate-content-header {
        text-align: left;
        width: 94%;
        display: table;
        margin: 10px 31px;
    }

    .corporate-multiple-content-col .corporate-content-img {
        display: block;
        padding-left: 0;
        width: 190px;
        margin-top: 50px;
        margin-right: 20px;
    }

    /*Ürünler sayfası*/

    .product-container {
        width: auto;
        margin-left: 0 auto;
        display: inline-block;
        margin-left: 0;
    }

    .product-category-list {
        display: block;
        width: 261px;
        margin-right: 10px;
    }

    .product-list-category {
        float: right;
        width: 72%;
    }

        .product-list-category li {
            width: 27%;
            margin: 5px 11px;
        }

        .product-list-category ul {
            display: inline-block;
            width: 100%;
        }



    .product-list-category-content-header {
        display: table;
        padding: 5px;
    }
    /* Ürün Detay Sayfası*/
    .product-detail {
        display: inline-block;
        width: 100%;
        margin-top: 55px;
    }

        .product-detail .main {
            width: 100%;
        }

    .router-background {
        width: 100%;
        height: 35px;
        padding: 10px;
    }

    .thumbelina-but.vert.bottom {
        top: 389px;
    }
    .go-back i {
        font-size: 12px;
        display: inline-block;
    }

    .go-back span {
        margin-left: 0px;
    }

    .product-detail-header-container {
        width: 54%;
    }

    .product-detail-header {
        font-size: 25px;
        line-height: 25px;
        height: 40px;
    }

    .product-detail-brand {
        margin-bottom: 0;
        padding-bottom: 10px;
    }

    .product-detail-gallery-container {
        width: 46%;
    }
    .product-detail-img {
        width: 64%;
        height: 395px;
    }

        .product-detail-img img {
            max-height: 310px;
        }

    .product-detail-gallery {
        height: 150px;
        margin: 2px 0;
    }

    .product-detail-fast-access {
        width: 54%;
    }

    .product-detail-fast-access-list {
        width: 99%;
        margin: 100px 5px;
    }

        .product-detail-fast-access-list li {
            width: 26%;
            text-align: center;
            padding: 15px 6px 15px 0px;
        }


    /* .product-detail-list-content-headers {
        width: 83%;
        text-align: center;
    }*/
    .product-detail-list ul {
        width: 92%;
        display: block;
        margin: 0 auto;
    }

    /* .product-detail-list li {
        padding: 15px 0;
    }*/
    .product-detail-list-content-header {
        text-align: left;
        width: 100%;
    }

    .product-detail-list-content-text {
        padding: 18px 0;
        text-align: left;
    }

        .product-detail-list-content-text table {
            max-width: 100% !important;
            width: auto !important;
        }

    /*
    td {
        font-size: 17px !important;
        line-height: 13px;
        padding: 5px;
    }*/

    .product-detail-list-content-media-gallery-img {
        width: 100%;
        display: inline-block;
    }

    .product-detail-list-content-media-gallery {
        width: 100%;
        margin: 12px 0px 0px 5px;
    }

        .product-detail-list-content-media-gallery ul {
            width: 100%;
        }

        .product-detail-list-content-media-gallery li {
            width: 19%;
            margin: 10px 28px;
        }

    .product-list .box svg {
        display: none;
    }

    .product-list {
        width: 66%;
    }

        .product-list li {
            width: 38%;
            border: 3px solid #f5f5f5;
            margin: 15px 18px 0 38px;
        }
            .product-list li:nth-child(3n) {
                margin-right: 23px;
            }
    .product-list-content-header {
        padding: 0;
    }
   

     
    /*Marka Sayfası*/
    .brands .main {
        width: 100%;
    }

    .brands-list ul {
        margin-left: 10px;
    }

    .brands-list li {
        margin: 20px 5px;
    }

    /*Marka Detay Sayfası*/

    .brands-detail-sub-menu {
        width: 300px;
        display: inline-block;
        margin-right: 40px;
    }
    /* .brands-detail {
        display: inline-block;
    }*/

    .brands-detail-list {
        width: 100%;
        float: none;
    }
        .brands-detail-list .demo-2 {
            width: 63%;
            float: right;
            margin-right: 38px;
        }

    .brands-list li:nth-child(4n) {
        margin-right: auto;
    }

    .brands-detail-container {
        width: 100%;
        margin-left: 0px;
    }

    .brands-detail-header {
        width: 100%;
        text-align: center;
        margin: 10px auto 10px auto;
    }


    .brands-detail-text {
        font-size: 18px;
        padding: 16px 40px;
        margin-bottom: 0;
    }

    .brands-detail-list .box svg {
        display: none;
    }


    .brands-detail-list li {
        width: 27%;
        margin: 15px 18px 0 38px;
        border: 3px solid #f5f5f5;
    }
    .brands-detail-list .demo-2 li {
        width: 30%;
        margin: 15px 7px 0 2px;
        border: 3px solid #f5f5f5;
    }

        .brands-detail-list li:nth-child(3n) {
            margin-right: 18px;
        }
    .brands-detail-list-content-img {
        height: 288px;
    }
    /*Satış Noktaları*/
    .sales-point .main {
        width: 100%;
    }

    .sales-point {
        display: inline-block;
    }

    .sales-point-map {
        margin: 15px 0px 0 0px;
        padding: 15px;
    }

    .sales-point-container {
        padding: 25px;
    }
    .sales-point-list-img {
        margin-bottom: 35px;
    }
    .sales-point-img {
        float: none;
        width: 250px;
        height: 150px;
    }

    /*İnsan Kaynakları*/
    .human-resource .main {
        width: 100%;
    }

    .human-resource-content-icon img {
        bottom: 25px;
    }

    .human-resource-content-file-upload-area {
        max-width: 600px;
    }

    .human-resource {
        padding-bottom: 0px;
    }

    .human-resource-content-send-button .default-link {
        padding: 15px 99px 15px 24px;
        display: table;
        margin: 8px auto;
    }
    /*Arama Sayfası*/
    .search-page {
        margin-top: 50px;
    }

        .search-page .main {
            width: 100%;
        }

    .search-page-content {
        margin-bottom: 0px;
    }

    .search-page-header {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .search-page-text {
        width: 100%;
        text-align: center;
    }


    .search-page-content-header {
        width: 100%;
        text-align: center;
    }

    .search-page-content li {
        padding: 0px 25px 0px 25px;
    }

    .search-page-gallery ul {
        display: inline-block;
        width: 100%;
    }

    .search-page-gallery li {
        width: 30%;
        margin: 5px 17px;
    }

    .brands-list li:nth-child(4n) {
        margin-right: 16px;
    }
    /*Haberler Sayfası*/
    .news .main {
        width: 100%;
    }

    .news-list-content-img {
        display: table;
        float: left;
        margin: 0 22px;
    }

    .news-list-content-right {
        width: 52%;
        float: right;
        padding: 0;
    }

    .news-list-content-right-header {
        width: 100%;
        line-height: 30px;
    }

    .news-list-content-right-text {
        display: inline-block;
        width: 93%;
        font-size: 21px;
    }

    .news-list-content-right-link {
        font-size: 20px;
        display: block;
        bottom: 0px;
    }

    /*Haber Detay Sayfası*/

    .news-detail .main {
        width: 100%;
        display: inline-block;
    }

    .go-back {
        padding: 10px;
    }

    .news-detail-container {
        margin-bottom: 20px;
    }

    .news-detail-header {
        width: 100%;
        font-size: 25px;
        margin: 20px 0;
    }

    .news-detail-img {
        float: none;
        display: inline-block;
        width: auto;
        height: auto;
    }

    /*    .news-detail-content {
        width: auto;
        height: 50%;
        padding: 0px 0;
        margin: 0;
        display: block;
        position: relative;
        top: 10px;
    }*/

    .news-detail-content-text {
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 23px;
    }

    .news-detail-gallery {
        margin: 0;
        display: inline-block;
    }

        .news-detail-gallery ul {
            margin: 0;
            display: inline-block;
            width: 100%;
        }

        .news-detail-gallery li {
            width: 17%;
            margin: 10px 14px;
        }

    .news-detail-gallery-img {
        height: auto;
    }

    .news-detail-other-news-list {
        width: 100%;
    }

        .news-detail-other-news-list li {
            width: 30%;
            margin: 10px 16px;
        }

    .news-detail-other-news-list-content-img {
        height: 180px;
    }
    /*Personel Sayfası*/
    .personal .main {
        width: 100%;
    }

    .personal-document-list-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

        .personal-document-list-content ul {
            padding: 100px 20px 25px 20px;
        }

        .personal-document-list-content a i {
            right: 10px;
        }

        .personal-document-list-content a {
            font-size: 18px;
            line-height: 22px;
            padding: 9px 8px;
        }

        .personal-document-list-content li {
            width: 22%;
            height: auto;
            min-height: 150px;
            margin: 10px 14px;
        }

    /*İletişim Sayfası*/
    .contact-map-container .main {
        width: 100%;
    }

    .contact .main {
        width: 100%;
    }

    .contact {
        width: 100%;
        display: inline-block;
    }

    /*  .contact-form {
        display: inline-block;
        width: 100%;
        max-width: 0;
        height: auto;
        top: 195px;
    }
*/
    .contact-form-left {
        padding: 0 0 200px 0px;
    }

        .contact-form-left li {
            margin: 0px 0 15px 0px;
        }

    .contact-form-left-icon {
        width: 35px;
        height: 35px;
    }

    .contact-form-left li .fa-map-marker-alt {
        font-size: 20px;
    }

    .contact-form-left li p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact-form-right {
        padding: 50px 21px;
    }

    .contact-form-right-form {
        width: 93%;
        margin: 0 auto 10px auto;
    }

    .contact-form-right-form-rechaptca {
        transform: scale(1.45);
        margin: 25px auto;
    }
    /*Teklif Al*/
    .offer-container {
        width: 100%;
        height: auto;
    }

    .offer-product {
        float: left;
        width: 36%;
    }

    .offer-form-container {
        width: 56%;
        padding: 15px 10px 0 5px;
        margin: 30px 30px;
    }


    .offer-form textarea {
        padding: 5px 15px;
        height: 80px;
    }

    .offer-product::before {
        display: none;
    }

    .offer-form-bottom-product-count-select input {
        border-radius: 8px;
    }

    .offer-form-bottom-button {
        display: table;
        position: relative;
        margin-top: 23px;
    }

        .offer-form-bottom-button a {
            width: 147px;
            height: 42px;
            line-height: 43px;
        }

    .offer-product::before {
        display: block;
    }
}
