.ana-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    display: none;
    align-items: center;
    justify-content: center;
}

    .ana-popup.goster {
        display: flex;
    }

    .ana-popup::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        background: rgba(0,0,0,.8);
    }

.ana-popup-kapa-sagda {
    display: block;
    font-size: 0;
    line-height: normal;
    text-align: right;
}

.ana-popup-kapa {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background: #fff;
}

    .ana-popup-kapa::after,
    .ana-popup-kapa::before {
        content: "";
        position: absolute;
        background: #000;
        display: block;
        width: 25px;
        height: 1px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: 0.1s all ease-in;
    }

    .ana-popup-kapa::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .ana-popup-kapa::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .ana-popup-kapa:hover::after,
    .ana-popup-kapa:hover::before {
        height: 3px;
    }

.ana-popup-ortala {
    position: relative;
    max-width: 75%;
    height: 75%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .ana-popup-ortala img {
        max-height: 100%;
        max-width: 100%;
    }

@media (max-width:1000px) {
    .ana-popup-ortala {
        max-width: 100%;
    }
}




.bt-flabels__wrapper {
    position: relative
}

    .bt-flabels__wrapper.bt-flabels__error input, .bt-flabels__wrapper.bt-flabels__error textarea {
        border: 1px solid #e74c3c;
    }

    .bt-flabels__wrapper small {
        color: red;
        position: absolute;
        top: 40px;
        bottom: auto;
        font-size: 10px;
        right: 10px;
        left: auto;
        line-height: normal;
        user-select: none;
        visibility: hidden;
    }

    .bt-flabels__wrapper.bt-flabels__error small {
        visibility: visible;
    }






img[src="/Content/img/load.gif"] {
    object-fit: none !important;
}

.cookieinfo-close {
    background: #009640 !important;
    color: #fff !important;
}




#st-1.st-hidden {
    opacity: 1 !important;
}