
.component {
    margin: 0 auto;
    position: relative;
    margin-bottom: 40px;
    max-width: 100%;
}

    .component nav {
        position: absolute;
        z-index: 9999;
        right: 18px;
        top: 116px;
    }

.component-small {
    width: 650px;
    height: 290px;
}

.component-fullwidth {
    width: 100%;
    height: 405px;
    margin-bottom: 0;
    background: #333;
}

.component-transparent {
    width: 900px;
    height: 500px;
}

.component > ul {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.component-small > ul {
    width: 450px;
}

.component-fullwidth > ul {
    overflow: hidden;
}

.component-transparent > ul {
    width: 112px;
}

.component li {
   width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.component-fullwidth li {
    overflow: hidden;
}

.component .current {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}

.component li img {
    display: block;
    max-width: 100%;
}

.component-fullwidth li img {
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


@media screen and (max-width: 35.5em) {
    .component-small nav a {
        top: 100%;
        margin-top: 10px;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

        .component-small nav a.prev {
            left: 50%;
            margin-left: -80px;
        }

        .component-small nav a.next {
            margin-left: 20px;
            right: auto;
            left: 50%;
        }
}

#prodebsa,#prodebsa2 {
    width: 100%;
    background-color: #3f3a3a;
    height: 117px;
}
#bsares,#bsares2 {
    width: 121px;
    float: left;
}

#bsainputs,#bsainputs2 {
    width: 60%;
    float: left;
}

.bsatextbox {
    width: 47.5%;
    height: 44px;
    float: left;
    margin-right: 5%;
    margin: 0;
    margin-top: 9px;
    font-family: Arial;
    font-size: 15px;
    color: #969292;
    padding-left: 13px;
}

.holder::-webkit-input-placeholder {
    color: #969292;
}

#bsacheck,#bsacheck2 {
    width: 21%;
    float: left;
}

.chkon {
    width: 25px;
    height: 22px;
    background: url("/Content/img/tik_ok.png") no-repeat;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 5px;
    position:absolute;
    z-index:3;
}

.chkof {
    width: 25px;
    height: 22px;
    background: url("/Content/img/tik_no.png") no-repeat;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 5px;
    position:absolute;
    z-index:3;
}

#chk1 span,#chk2 span {
    position: absolute;
    font-size: 13px;
    padding-left: 32px;
    color: #e1dfe0;
    text-align: left;
    line-height: 13px;
    padding-top: 5px;
}

    #chk1 span a,#chk2 span a {
        color: #fff;
        text-decoration: underline;
    }

.btnGonder,.btnGonder2 {
    width: 24%;
    height: 45px;
    float: left;
    margin-right: 0%;
    margin-top: 61px;
    margin-left: 5px;
    background-color: #292323;
    color: #a39f9e;
    text-align: center;
    padding: 0px;
    padding-top: 10px;
    padding-left: 0px;
    font-size: 16px;
    position: absolute;
    cursor:pointer;
    box-sizing: border-box;
}
