INPUT.inputError,
SELECT.inputError,
TEXTAREA.inputError {
    border-bottom: 2px solid red !important;
}

::-webkit-input-placeholder {
    color: #cbcbcb
}

:-moz-placeholder {
    color: #cbcbcb;
    opacity: 1
}

::-moz-placeholder {
    color: #cbcbcb;
    opacity: 1
}

:-ms-input-placeholder {
    color: #cbcbcb
}

#Telefon placeholder {
    color: #ffffff !important
}

.input-group-addon {
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #484848;
    border: 1px solid #CCC;
    border-radius: 4px
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    height: 1px;
    position: absolute
}

input[type=checkbox]:not(old)+label,
input[type=radio]:not(old)+label {
    display: inline-block;
    padding-left: 27px;
    background: url(../images/form/checks.png) no-repeat 0 0;
    line-height: 17px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    margin-right: 12px
}

input[type=checkbox]:not(old):checked+label {
    background: url(../images/form/checks-active.png) no-repeat 0 0
}

input[type=radio]:not(old):checked+label {
    background: url(../images/form/checks-active.png) no-repeat 0 0
}

.con_contact_type input[type=radio]:not(old)+label {
    font-size: 16px;
    letter-spacing: -.05em
}

.con_contact_type .labelCont input[type=radio]:not(old)+label {
    margin-right: 0
}

.ajaxloader {
    width: 80px;
    text-align: center;
    margin: auto
}

.bubblingG {
    text-align: center;
    width: 80px;
    height: 50px
}

.bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 25px auto;
    background: #173c6e;
    -moz-border-radius: 50px;
    -moz-animation: bubblingG 1.3s infinite alternate;
    -webkit-border-radius: 50px;
    -webkit-animation: bubblingG 1.3s infinite alternate;
    -ms-border-radius: 50px;
    -ms-animation: bubblingG 1.3s infinite alternate;
    -o-border-radius: 50px;
    -o-animation: bubblingG 1.3s infinite alternate;
    border-radius: 50px;
    animation: bubblingG 1.3s infinite alternate
}

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

#bubblingG_2 {
    -moz-animation-delay: 0.39s;
    -webkit-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s
}

#bubblingG_3 {
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s
}

.radiovalidate {
    POSITION: ABSOLUTE;
    right: -3px;
    top: 6px;
    width: 24px
}

.izin {
    margin: 5px auto;
    width: 140px
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        -moz-transform: translateY(0)
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        -moz-transform: translateY(-21px)
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        -webkit-transform: translateY(0)
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        -webkit-transform: translateY(-21px)
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        -ms-transform: translateY(0)
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        -ms-transform: translateY(-21px)
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        -o-transform: translateY(0)
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        -o-transform: translateY(-21px)
    }
}

@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
        background-color: #173c6e;
        transform: translateY(0)
    }

    100% {
        width: 24px;
        height: 24px;
        background-color: #579bcd;
        transform: translateY(-21px)
    }
}

.contact_form LABEL a {
    color: #cbcbcb;
    text-decoration: underline
}

select#Ulke {
    width: 100px;
    float: left;
    background: #17246a;
    text-align: center;
    padding-left: 5px;
    box-sizing: border-box;
    color: #fff
}

input#Telefon {
    width: calc(95% - 100px);
    margin-left: 5%
}

.form-holder2 {
    text-align: center;
    position: fixed;
    right: -450px;
    padding: 0 45px;
    box-sizing: border-box;
    bottom: 0;
    display: table;
    width: 400px;
    height: auto;
    background-color: #000;
    box-shadow: 0 5px 29px 0 rgb(0 0 0/.3);
    transition: all .6s cubic-bezier(.42, 0, .07, .99);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.form-holder2.active {
    right: 0
}

.form-holder2 .form-submit {
    background-image: none;
    background-color: #8b6f4c;
    color: #fff
}

.form-holder2 h2 {
    font-size: 25px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 1
}

.form-title2 {
    font-size: 15px;
    text-align: center;
    margin: 5px 0 15px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Kelson Sans';
    font-weight: 700;
    display: inline-block;
    width: 100%
}

.kapatForm2 {
    width: 60px;
    height: 60px;
    position: absolute;
    left: -30px;
    top: 25px;
    background-color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Kelson Sans';
    box-shadow: 0 5px 29px 0 rgb(0 0 0/.3)
}

.formBtn2 {
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 4;
    cursor: pointer;
    transition: all .2s ease-in-out;
    width: 55px
}

.secim {
    display: none
}

#div-loading {
    width: 22%;
    height: 100vh;
    float: right;
    right: 0;
    background: #fff
}
.keyVisual .ajaxloader {margin-top: 180px;}
@media screen and (max-width:1366px) {

    #contact_form .agree,
    #contact_form .agree:last-child {
        padding-right: 20px
    }
}

p.inputError label {
    color: red !important;
}