/* / [COKKIE]  */

body .cc-window.in-active {
    opacity: 0;
    visibility: hidden;
}

body .cc-window {
    bottom: 50px !important;
    left: 80px !important;
    max-width: 420px !important;
    height: 93px;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(34, 41, 48, 0.8) !important;
    padding: 0 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1;
    visibility: visible;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

body .cc-window .cc-message {
    font-size: 15px;
    color: #fff;
    line-height: normal;
    margin: 0 !important;
    padding-right: 40px;
}

body .cc-window .cc-message a {
    opacity: 1;
    outline: none;
    text-decoration: none;
    text-transform: capitalize !important;
}

body .cc-compliance a.cc-btn.cc-dismiss {
    width: 56px;
    height: 56px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #3d3d65;
    border-radius: 100px;
    position: relative;
    padding: 0;
    color: transparent;
    display: block;
    outline: none;
}

.cc-theme-edgeless.cc-window {
    margin: auto;
}

body .cc-compliance a.cc-btn.cc-dismiss:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/svg/check-icon.svg");
    width: 20px;
    height: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 !important;
}

@media (hover: hover) {
    body .cc-compliance a.cc-btn.cc-dismiss:hover {
        background: #3d3d65;
    }

    body .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
        color: #3d3d65;
    }
}

@media only screen and (max-width: 991px) {
    body .cc-window {
        left: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    body .cc-window {
        width: 100%;
        max-width: 100% !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 50% !important;
        right: auto !important;
        -webkit-transform: translateX(-50%) scale(0.9);
        transform: translateX(-50%) scale(0.9);
        bottom: 30px !important;
        height: 100px;
        padding: 0 30px !important;
    }

    .cc-floating.cc-theme-edgeless .cc-message {
        margin: 0 !important;
        padding-right: 0;
    }
}

/* CONTACT START */
.contact.contact1 .contact-kvkk {
    font-size: 13px;
}

.contact.contact1 form .form-group .submit input {
    width: auto;
}

/* CONTACT END */

/* / [COKKIE]  */

/* CAREER START */
.page.career .kvkk-btn .submit {
    flex: 0 0 34%;
}

/* CAREER END */

/* DEVICES START */

@media screen and (max-width:1440px) {}

@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {
    .footer .footer-contact-information ul li .text p,.footer.footer-type-2 .footer-top .footer-top-upper .footer-contact-information ul li:nth-child(1) .text a{
        font-size: 13px;
    }
    .footer.footer-type-2 .footer-bottom .biltek a:nth-last-child(1){
        text-align: center;
    }
    .contact.contact1 form .form-group .contact-form-left-item{
        display: none;
    }
    .contact.contact1 form .form-group input::placeholder{
        opacity: 1!important;
        font-size: 12px;
    }
    .contact.contact1 .contact-kvkk{
        font-size: 11px;
    }
}

@media screen and (max-width:767px) {}

/* DEVICES END */