/* Minification failed. Returning unminified contents.
(1909,44): run-time error CSS1046: Expect comma, found '0'
(1909,48): run-time error CSS1046: Expect comma, found '/'
(1910,41): run-time error CSS1046: Expect comma, found '0'
(1910,45): run-time error CSS1046: Expect comma, found '/'
(1911,36): run-time error CSS1046: Expect comma, found '0'
(1911,40): run-time error CSS1046: Expect comma, found '/'
 */
.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #555;
    font-size: 14px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #37424a;
    border-radius: 45px;
}
    .form-control:focus {
        outline: 0;
    }
    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

textarea.form-control {
    height: auto;
    border-radius: 25px;
}
.chkbox {
    position: relative;
    color: #343e47;
    padding-left: 25px;
    font-weight: normal;
    margin-bottom: 15px;
    cursor: pointer;
    min-height: 20px;
}

    .chkbox a {
        color: #343e47;
        text-decoration: underline;
    }

    .chkbox input[type=checkbox], .chkbox input[type=radio] {
        position: absolute;
    }

    .chkbox.disabled {
        opacity: .6;
        cursor: not-allowed;
    }

    .chkbox.error, .chkbox.error a {
        color: #eb1305;
    }

input[type=checkbox], input[type=radio] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    margin-top: 0;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #a5a5a5;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox] {
    border-radius: 5px;
}

    input[type=checkbox]:hover, input[type=radio]:hover {
        background: #f9f9f9;
    }

    input[type=checkbox]:disabled:hover, input[type=radio]:disabled:hover {
        background: #fff;
    }

    input[type=checkbox]:checked, input[type=radio]:checked {
        background-color: #3074FF;
        box-shadow: none;
        border-color: #3074FF;
    }

    input[type=checkbox]:after, input[type=radio]:after {
        content: "";
        display: none;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background: #fff;
    }

    input[type=checkbox]:after {
        width: 5px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: transparent;
        border-radius: 0;
        margin-top: -2px;
    }

    input[type=checkbox]:checked:after, input[type=radio]:checked:after {
        display: block;
    }

/* Chkbox img */
.chkbox-img{
    background-color: #f6f6f6;
    border-radius:5px;
}

.chkbox-img label {
    padding: 20px 5px 15px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 0;
    align-items: center;
    width: 200px;
    border: 2px solid transparent;
    height: 100%;
    justify-content: center;
    text-align: center;
}

    .chkbox-img label img {
        align-self: center;
        margin-bottom:10px;
        height:45px;
    }
    .chkbox-img label small {
        font-size:14px;
    }

.chkbox-img input {
    display: none;
}

    .chkbox-img input[type=checkbox]:checked + label, .chkbox-img input[type=radio]:checked + label {
        border: 2px solid #37424A;
        font-weight: bold;
        background-color: #fff;
    }
/* /Chkbox img */


.offer-form-wrapper .offer-form-container .form-policy-container {
    margin-top: 20px;
}

/* Offer Form */
.offer-form-wrapper .section-title {
    margin-bottom: 5px;
}

.offer-form-wrapper .offer-form-container .checkbox, .offer-form-wrapper .offer-form-container .radio {
    margin-top: 0;
    padding-top: 10px;
}

.offer-form-wrapper .offer-form-container .radio-container {
    max-width: 365px;
}

    .offer-form-wrapper .offer-form-container .radio-container .chkbox {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        font-size: 14px;
        margin: 15px 0;
    }

.offer-form-wrapper .offer-form-container .info-tooltip {
    top: 9px;
    right: 30px;
}

.offer-form-wrapper .offer-form-container .dask-type-radio .radio {
    width: auto;
}

.offer-form-wrapper .offer-form-container .dask-type-radio .exist-dask {
    float: right;
}



@media (max-width:767px) {
    .offer-form-wrapper .section-title {
        margin-bottom: 10px;
    }

    .offer-form-wrapper .offer-form-container .radio-container .chkbox {
        font-size: 12px;
    }

        .offer-form-wrapper .offer-form-container .radio-container .chkbox input {
            margin-top: -2px;
        }

    .offer-form-wrapper .offer-form-container .info-tooltip {
        right: 40px;
    }

        .offer-form-wrapper .offer-form-container .info-tooltip .tooltip-content {
            right: -15px;
            left: auto;
            font-size: 10px;
            top: auto;
            bottom: 22px;
            padding: 5px;
            width: 150px;
        }

            .offer-form-wrapper .offer-form-container .info-tooltip .tooltip-content:after {
                right: 0px;
                left: auto;
            }

    .offer-form-wrapper .offer-form-container .dask-type-radio .exist-dask {
        float: none;
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .offer-form-wrapper .offer-form-container .info-tooltip {
        right: 55px;
    }
}
/* End Offer Form */


html {
    scroll-behavior: smooth;
}

mt-20 {
    margin-top: 20px;
}

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tab-index-dummy {
    left: 0;
    height: 0;
    border: none;
    position: absolute;
    opacity: 0;
}

#stars_area {
    display: none;
}

section#traffic-offer {
    position: relative;
    min-height:1100px;
}

#casco-offer {
    position: relative;
    min-height: 1100px;
}

section.cover-kasko {
    position: relative;
}

section .container-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

    section .container-center .img-bg {
        width: 65px;
        height: 66px;
        margin: 0 58px 4px 55px;
        padding: 12px 12px 15px;
        background-color: #ffffff;
        border-radius: 99px;
    }

    section .container-center .offer-container {
        margin-left: 50px;
        margin-right: 50px;
        max-width: 973px;
        padding: 0;
    }

    section .container-center .brand-rtb {
        width: 200px;
        height: 800px;
        padding: 20px 18px;
        background-color: #f3f3f3;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        section .container-center .brand-rtb .rtb-last-item {
            justify-content: center;
            align-items: end;
            display: flex;
            flex-direction: column;
            margin: -20px;
            margin-top: 0;
        }

        section .container-center .brand-rtb .rtb-item {
            justify-content: center;
            align-items: center;
            display: flex;
            flex-direction: column;
        }

            section .container-center .brand-rtb .rtb-item span {
                font-size: 13px;
                font-weight: bold;
                text-align: center;
                color: #30434d;
            }

            section .container-center .brand-rtb .rtb-item img {
                height: 40px;
            }

            section .container-center .brand-rtb .rtb-item .rtb-line {
                height: 1px;
                width: 100%;
                background-image: linear-gradient(to right, #ffffff, #cacaca, #a5a5a5, #a5a5a5, #a5a5a5, #a5a5a5, #a5a5a5, #a5a5a5, #a5a5a5, #a5a5a5, #cacaca, #ffffff);
            }

    section .container-center .rtb-img {
        width: 200px;
        height: 800px;
    }

.new-form {
    padding-bottom: 50px;
}

    .new-form[v-cloak] {
        visibility: hidden;
    }

    .new-form .new-form-info {
        font-size: 13px;
        font-weight: 600;
        display: block;
        margin-top: 5px;
        color: #5b5b5b;
    }

        .new-form .new-form-info.bold {
            font-weight: 700;
            color: black;
        }

        .new-form .new-form-info.warn {
            color: #d91600;
            border-radius: 5px;
            padding: 15px;
            margin-top: 15px;
            margin-bottom: 15px;
            border: 1px solid #d91600;
            box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
        }

            .new-form .new-form-info.warn::before {
                content: '!';
                margin-right: 5px;
                font-size: 20px;
                margin-left: -10px;
                margin-top: -5px;
                position: absolute;
            }

    .new-form .new-form-label {
        margin-top: 15px;
    }

    .new-form > .new-form-section {
        padding-top: 0;
        position: relative;
        max-height: 50px;
        margin-bottom: 10px;
        transition: all .25s ease;
        overflow: hidden;
        padding-right: 20px;
        z-index: 1;
        border-bottom-left-radius: 15px;
    }

        .new-form > .new-form-section + .section-separator {
            height: 35px;
            margin-left: 44px;
            margin-bottom: 10px;
            position: relative;
            border-left: solid 2px #bd3632;
        }

            .new-form > .new-form-section + .section-separator:before {
                content: ' ';
                display: block;
                width: 95%;
                height: 60px;
                box-shadow: #ccc 4px 4px 6px 0px;
                right: 0;
                position: absolute;
                top: -65px;
                margin-right: 6px;
                border-top-right-radius: 15px;
                border-bottom-right-radius: 15px;
            }

        .new-form > .new-form-section:not(.active) > .form-section-row:not(.form-title) {
            display: none;
        }

        .new-form > .new-form-section.active {
            padding-top: 15px;
            max-height: 1500px;
            border-radius: 15px;
            background-color: #fff;
            box-shadow: 0 5px 15px #ddd;
        }

            .new-form > .new-form-section.active + .section-separator,
            .new-form > .new-form-section.active ~ .new-form-section + .section-separator {
                border-left-color: #808080;
            }

                .new-form > .new-form-section.active + .section-separator:before,
                .new-form > .new-form-section.active ~ .new-form-section + .section-separator:before {
                    display: none;
                }

            .new-form > .new-form-section.active > .form-section-row.form-title > button,
            .new-form > .new-form-section.active ~ .new-form-section > .form-section-row.form-title > button {
                display: none;
            }

            .new-form > .new-form-section.active ~ .new-form-section > .form-section-row.form-title > h4 {
                color: #808080;
            }

            .new-form > .new-form-section.active ~ .new-form-section > .form-section-row.form-title > .row-status {
                background-color: #808080;
            }



/*#region .form-section-row*/
.form-section-row {
    padding-left: 90px;
    padding-bottom: 15px;
    position: relative;
}

    .form-section-row:before,
    .form-section-row:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 44px;
        width: 2px;
        height: 100%;
        max-height: 400px;
        transition: all .2s linear;
    }

    .form-section-row:after {
        background-color: #34a502;
    }

    .form-section-row.long:before, .form-section-row.long:after {
        max-height: 100%;
    }

    .form-section-row:before {
        background-color: lightgray;
    }

        .form-section-row:before

        .form-section-row:after {
            background-color: #bd3632;
        }

    .form-section-row:last-child {
        padding-bottom: 40px;
        margin-bottom: 8px;
    }

    .form-section-row > .row-status {
        background-color: lightgray;
        position: absolute;
        top: 12px;
        left: 33px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        z-index: 1;
        padding: 2px;
    }

    .form-section-row.loading > .row-status, .form-section-row.success > .row-status {
        background-color: #fff;
    }

    .form-section-row > .row-status > .class-icon, .form-section-row > .row-status > .gif-icon {
        display: none;
    }

    .form-section-row.active > .row-status > .class-icon {
        display: none;
    }

    .form-section-row.loading > .row-status > .class-icon {
        display: none !important;
    }

    .form-section-row.success > .row-status > .class-icon {
        display: block;
    }

    .form-section-row.success.active > .row-status > .class-icon {
        display: none;
    }

    .form-section-row.active > .row-status:before,
    .form-section-row.active > .row-status:after {
        content: ' ';
        position: absolute;
        display: block;
        border: solid 3px white;
        border-left: none;
        border-top: none;
        transform: rotateZ(45deg);
        left: 8px;
        top: 5px;
        width: 7px;
        height: 12px;
        transition: all 0.15s ease;
        opacity: 1;
        visibility: visible;
    }

    .form-section-row > .row-status:after {
        opacity: 0;
        visibility: hidden;
    }

    .form-section-row > .row-status > picture {
        width: 250%;
        height: 250%;
        display: none;
        position: relative;
        top: 0px;
        left: 0px;
    }

    /*Active*/
    .form-section-row.active:after {
        height: 20px;
        transition-delay: .2s;
        transition-duration: .1s;
    }

    .form-section-row.active > .row-status {
        background-color: #bd3632;
    }

        .form-section-row.active > .row-status:before {
            transform: rotateZ(90deg);
            border-bottom-width: 0;
            top: 4px;
        }

        .form-section-row.active > .row-status:after {
            opacity: 1;
            visibility: visible;
            top: 7px;
            transform: rotateZ(-45deg);
            height: 10px;
            width: 10px;
            left: 9px;
        }

    .form-section-row.active ~ .form-section-row:after {
        height: 0;
        max-height: 0;
    }

/*TEBCETELEM-ALJ-PSA*/
.tebcetelem-subtitle {
    width: 50%;
    margin: auto;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 736px) {
    .tebcetelem-subtitle {
        width: initial;
        font-size: 13px;
        text-align: center;
        background-color: #fafafa;
        padding: 15px 30px;
        border-radius: 5px;
    }
}

#alj-form .form-section-row > .row-status,
#psa-form .form-section-row > .row-status,
#tebcetelem-form .form-section-row > .row-status {
    left: 10px;
}


#alj-form .form-section-row:before,
#alj-form .form-section-row:after,
#psa-form .form-section-row:before,
#psa-form .form-section-row:after,
#tebcetelem-form .form-section-row:before,
#tebcetelem-form .form-section-row:after {
    left: 20px;
}

#alj-form .form-section-row,
#psa-form .form-section-row,
#tebcetelem-form .form-section-row {
    padding-left: 50px;
    padding-right: 15px;
}

#alj-info .form-section-row > p
#psa-info .form-section-row > p
#tebcetelem-info .form-section-row > p {
    display: block;
}

#tebcetelemBirthDate {
    color: transparent;
}

.vfl-label-on-input + #tebcetelemBirthDate,
.vfl-label-on-input + #tebcetelemCity,
.vfl-label-on-input + #tebcetelemDistrict {
    color: black;
}

#tebcetelemBirthDate.form-control {
    line-height: 19px;
    height: 42.6px;
}

#alj-info .icon-absolute,
#psa-info .icon-absolute,
#tebcetelem-info .icon-absolute {
    position: absolute;
    left: 0;
    top: -1px;
    background-color: white;
    border-radius: 50%;
    z-index: 1;
}

/*.form-section-row.active ~ .form-section-row > .row-status {
        background-color: lightgray;
    }*/
#dask-info .form-section-row.active ~ .form-section-row > .row-status:before {
    opacity: 1;
    visibility: visible;
}

.form-section-row.active ~ .form-section-row > .row-status:before {
    opacity: 0;
    visibility: hidden;
}

.form-section-row.active ~ .form-section-row label, .form-section-row.active ~ .form-section-row .new-form-info, .form-section-row.active ~ .form-section-row .errorMessage {
    opacity: 0.4;
}

    .form-section-row.active ~ .form-section-row label.vfl-label {
        opacity: 1;
    }

.form-section-row.active ~ .form-section-row .ruhsat-info {
    display: none;
}

.form-section-row.active ~ .form-section-row .contrast-maker {
    display: none;
}

.btn-open-uavt {
    text-decoration: underline;
    padding: 0;
    text-transform: none;
}

.uavt-address {
    margin-top: 10px;
    padding: 15px;
    background: #f2f2f2;
    border-radius: 15px;
    max-width: 363px;
}

#no-offer-dummy {
    display: none;
}

    #no-offer-dummy.active + .form-section-row:after {
        height: 20px;
        transition-delay: .2s;
        transition-duration: .1s;
        max-height: 20px;
    }

/*Fail*/
.form-section-row.fail > .row-status {
    background-color: #e10514 !important;
}

    .form-section-row.fail > .row-status:before,
    .form-section-row.fail > .row-status:after {
        content: ' ';
        position: absolute;
        display: block;
        border: solid 3px white;
        border-left: none;
        border-top: none;
        transform: rotateZ(45deg);
        left: 8px;
        top: 4px;
        width: 8px;
        height: 8px;
        transition: all 0.15s ease;
        opacity: 1 !important;
        visibility: visible !important;
    }


    .form-section-row.fail > .row-status:before {
        border-bottom-width: 3px;
        transform: rotateZ(45deg);
    }

    .form-section-row.fail > .row-status:after {
        transform: rotateZ(-135deg);
        top: 11px;
    }


/*Loading*/
.form-section-row.loading > .row-status > .gif-icon {
    display: block;
    background-color: white;
    width: 250%;
    height: 125%;
    position: relative;
    left: -2px;
    top: -3px;
}

.form-section-row.loading > .row-status:after,
.form-section-row.loading > .row-status:before {
    display: none;
}


/*.form-title*/
.form-section-row.form-title {
    padding-top: 15px;
    min-height: 69px;
    /*background: rgba(238, 238, 238, 0.32941176470588235);*/
    border-radius: 15px;
}

    .form-section-row.form-title > h4 {
        display: inline-block;
        margin: 0;
        color: #bd3632;
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .form-section-row.form-title > p {
        display: none;
        color: #37424a;
        margin-bottom: 15px;
        font-weight: bold;
    }

.new-form-section.active .form-section-row.form-title > p {
    display: block;
}

.form-section-row.form-title > button {
    float: right;
}

.form-section-row.form-title > .row-status {
    background-color: #bd3632;
    color: white;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    transition: top .25s ease;
}

    .form-section-row.form-title > .row-status:before,
    .form-section-row.form-title > .row-status:after {
        display: none;
    }

/*#endregion .form-section-row*/


/*#region buttons*/
.button-update {
    color: #ffffff;
    border: solid 1px #FF6F00;
    border-radius: 5px;
    background-color: #FF6F00;
    padding: 2px;
    min-width: 123px;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

    .button-update#send-sms,
    .button-update#resend-sms,
    #remaining-time {
        margin-top: 3px;
        /*margin-left: 20px;*/
        z-index: 1;
        max-width: 150px;
        padding: 10px;
    }

    .button-update > svg {
        margin: 0 4px -2px 4px;
        fill: #ffffff;
        transition-property: fill;
        transition-duration: 0.3s;
    }

    .button-update:hover > svg,
    .button-update:focus > svg {
        fill: white !important;
    }

.button-form {
    color: #ffffff;
    border: solid 1px #FF6F00;
    border-radius: 5px;
    background-color: #FF6F00;
    padding: 10px;
    min-width: 150px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}

button:disabled {
    opacity: 0.4;
    color: slategray;
    border-color: slategray;
    background-color: #ffffff;
}

    button:disabled:hover {
        color: slategray;
    }

    button:disabled::before {
        display: none;
    }

/*#endregion buttons*/

/*#region formItem*/
#psa-form .textbox label, #psa-form .textbox .arrow, #tebcetelem-form .textbox label, #tebcetelem-form .textbox .arrow {
    display: none !important;
}
.formItem {
    margin-bottom: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

    .formItem .id_area {
        display: flex;
        align-items: center;
    }

        .formItem .id_area > .input {
            width: calc(100% - 2em);
            max-width: 363px !important;
            padding-top: 5px;
        }

        .formItem .id_area .vfl-has-label {
            display: flex;
        }

        .formItem .id_area .info-tooltip {
            position: inherit;
            height: 100%;
            width: 0;
        }

.formItem > .input {
    width: calc(100% - 2em);
    max-width: 363px;
    padding-top: 5px;
}

.formItem.inlined-form-item > .input {
    float: left;
    margin-right: 2em;
    width: calc((100% / 3) - 2em);
    max-width: 115.5px;
}

.formItem.inlined-form-item.dual > .input {
    width: calc((100% / 2) - 2em);
    max-width: 375px;
}

.formItem .input__field--hoshi {
    margin-top: 0;
    font-size: 14px;
    color: #111111;
    border: 1px solid #37424a;
    border-radius: 45px;
    padding-left: 20px;
    font-weight: 400;
}

.formItem input#email {
    text-transform: lowercase !important;
}

.formItem .input-info, .form-group .input-info {
    display: block;
    padding-left: 15px;
    font-size: 12px;
}

    .formItem .input-info.disabled {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }

.formItem select.input__field--hoshi {
    padding-right: 30px;
}

.formItem .input--hoshi.validateError {
    color: #d91600;
}

    .formItem .input--hoshi.validateError ~ .errorMessage {
        display: block;
        margin-top: 2px;
        clear: both;
        opacity: 1;
        padding-top: 5px;
    }

    .formItem .input--hoshi.validateError > .input__label--hoshi::before {
        border-color: #d91600;
    }

.formItem.validateError .input__label--hoshi::before {
    border-color: #d91600;
}

.formItem.validateError input.input__field--hoshi::-webkit-input-placeholder { /* Edge */
    opacity: 0.6;
}

.formItem.validateError input.input__field--hoshi:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.6;
}

.formItem.validateError input.input__field--hoshi::placeholder {
    opacity: 0.6;
}

.formItem.validateError .errorMessage {
    display: inline;
}

.formItem .errorMessage {
    bottom: -1px;
    color: #e10514;
}

.formItem .glyphicon-chevron-right {
    position: absolute !important;
    font-size: 20px !important;
    top: 10px !important;
    right: 10px !important;
}

/*#endregion formItem*/

/*#region checkbox*/

.policyRadios {
    padding-top: 15px;
}

.form-section-row h3 {
    font-size: 16px;
    font-weight: 300;
}

.policyRadios > .radioItem {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

    .policyRadios > .radioItem a {
        color: #000;
        text-decoration: underline;
    }

    .policyRadios > .radioItem > .css-radiobox.readonly + label {
        pointer-events: none;
    }

    .policyRadios > .radioItem > .css-radiobox + label::after {
        border-radius: 50%;
        left: 1px;
        top: 1px;
        width: 17px;
        height: 17px;
    }

    .policyRadios > .radioItem > .css-checkbox + label::after {
        top: 1px;
        left: 0;
        width: 19px;
        height: 19px;
    }

    .policyRadios > .radioItem > .css-radiobox:not(:disabled):hover + label::after,
    .policyRadios > .radioItem > .css-radiobox:not(:disabled):focus + label::after,
    .policyRadios > .radioItem > .css-checkbox:not(:disabled):hover + label::after,
    .policyRadios > .radioItem > .css-checkbox:not(:disabled):focus + label::after {
        content: ' ';
        position: absolute;
        display: block;
        z-index: 1;
        transition: all .5s ease;
    }

    .policyRadios > .radioItem > label {
        font-size: 15px !important;
    }

.policyRadios.small > .radioItem > label {
    font-size: 13px !important;
    margin-bottom: 25px;
}

    .policyRadios.small > .radioItem > label[for='marketing-text'] {
        margin-bottom: 15px;
    }

/*#endregion checkbox*/

.ruhsat-info {
    top: 9px;
    border: solid 1px black;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: black;
    z-index: 1000;
    position: absolute;
    outline: none;
    cursor: pointer;
    right: 10px;
}

@media screen and (max-width: 1199px) {
    .policyRadios > .radioItem > label {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1024px) {
    .policyRadios > .radioItem > label {
        font-size: 13px !important;
    }
}

.ruhsat-info:hover + .ruhsat-img,
.ruhsat-info:focus + .ruhsat-img {
    display: inline-block;
}

.ruhsat-img {
    background-color: #f5f5f5;
    padding: 10px 15px 15px;
    display: none;
    color: black;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: #cccccc 5px 5px 10px;
    transition: all .2s ease;
    width: 100%;
}

    .ruhsat-img::before {
        content: ' ';
        border: solid 12px transparent;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        border-right-color: #bd3632;
        top: 50%;
        transform: translate( calc(-100% - 15px), -50%);
    }

    .ruhsat-img img {
        width: 100%;
    }

    .ruhsat-img > span {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

.new-form-info a {
    color: #000;
    text-decoration: underline;
}

.formItem #plateCity {
    float: left;
    margin-right: 2px;
    text-align: right;
    padding-right: 20px;
    border-radius: 0;
}

.formItem #plateTr {
    opacity: 0.4;
    display: flex;
    height: 42.6px;
    float: left;
    background: blue;
    color: white;
    padding: 4px;
    text-align: center;
    border: 1px solid #37424a;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    padding-left: 8px;
    align-items: center;
}

.form-section-row.active .formItem #plateTr, .form-section-row.success .formItem #plateTr {
    opacity: 1;
}

.formItem #plateTr span {
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin-top: 14px;
}

.formItem #plateLetters {
    float: left;
    margin-right: 2px;
    text-align: center;
    padding-right: 20px;
    border-radius: 0;
}

.formItem #plateCode {
    float: left;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.formItem .ruhsatInfo {
    display: flex;
    max-width: 363px;
}

.formItem .licenseSerial {
    margin-right: 2px;
    flex-basis: 40%;
}

    .formItem .licenseSerial input {
        text-align: right;
        padding-right: 20px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.formItem .licenseNo {
    flex-basis: 60%;
}

    .formItem .licenseNo input {
        text-align: left;
        padding-right: 20px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.formItem .ruhsat-info-container {
    display: flex;
    opacity: .4;
    margin-top: 15px;
}

    .formItem .ruhsat-info-container .ruhsat-info-text {
        align-self: end;
        font-size: 12px;
        max-width: 300px;
        position: relative;
        line-height: 16px;
        margin-left: 15px;
        margin-bottom: -8px;
    }

    .formItem .ruhsat-info-container .ruhsat-info-img {
        position: relative;
    }

        .formItem .ruhsat-info-container .ruhsat-info-img:after {
            font-family: "FontAwesome";
            content: '\f0da';
            color: #ccc;
            position: absolute;
            right: -10px;
            bottom: -2px;
            font-size: 18px;
        }

.form-section-row.active .formItem .ruhsat-info-container, .form-section-row.success .formItem .ruhsat-info-container {
    opacity: 1;
}

.policy-no-info {
    margin-top: 5px;
    max-width: 363px;
    margin-left: 20px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .takeOfferContainer {
        padding: 0;
    }

        .takeOfferContainer .titleIcon {
            display: none;
        }

    .new-form {
        padding: 0 1px 50px;
    }

        .new-form > .new-form-section {
            padding-right: 5px;
        }

    .policyRadios > .radioItem > label {
        font-size: 13px !important;
    }

    .policyRadios > .radioItem > #broker-confirm ~ label {
        margin-bottom: 50px !important;
    }

    .formItem.inlined-form-item > .input {
        margin-right: 1em;
        width: calc((100% / 3) - 1em);
    }

    input[type="checkbox"].css-checkbox + label.css-label-check {
        line-height: 15px;
    }

    .policyRadios > .radioItem {
        margin-right: 1em;
    }

    .button-update#send-sms,
    #remaining-time {
        /*margin: 10px 15px;*/
    }

    .form-title h4 {
        white-space: nowrap;
        width: 50%;
    }

    .form-title .button-update {
        min-width: 0;
        padding: 4px;
        margin-right: 10px;
        margin-top: -5px;
        box-shadow: grey 1px 1px 2px 0px;
        border-width: 0;
    }

        .form-title .button-update > svg {
            fill: #00a1e1;
        }

        .form-title .button-update > span {
            display: none;
        }

    .ruhsat-info-container {
        position: static;
    }

    .ruhsat-img {
        left: calc(50% - 42px);
        transform: translateX(-50%);
        top: unset;
        bottom: 120%;
    }

        .ruhsat-img::before {
            border-right-color: transparent;
            border-top-color: #bd3632;
            top: 100%;
            left: 50%;
            transform: translate(-50%, 0);
        }

    #vehicle-license-info.active, #insurer-info.active {
        padding-right: 25px;
    }

    .formItem #plateCity, .formItem #plateLetters, .formItem #plateCode {
        padding: 10px 10px;
    }

    .policy-no-info {
        font-size: 10px;
    }

    .formItem .ruhsat-info-container {
        flex-direction: column;
    }

        .formItem .ruhsat-info-container .ruhsat-info-text {
            align-self: start;
            margin-bottom: 0;
            margin-top: 10px;
            margin-left: 0;
        }

        .formItem .ruhsat-info-container .ruhsat-info-img:after {
            content: '\f0d7';
            left: 177px;
            bottom: -18px;
            top: auto;
        }
}

@media screen and (max-width: 736px) {
    .policyRadios > .radioItem > label {
        font-size: 15px !important;
    }
}

.vfl-label {
    text-transform: uppercase;
    color: #000;
    left: 20px;
}

    .vfl-label:active {
        opacity: 1;
    }

.tcId .vfl-label-on-focus, .tcId .vfl-label-on-input {
    left: 20px;
}

.plateCityPos .vfl-label-on-focus, .plateCityPos .vfl-label-on-input {
    top: -15px;
    left: 82px;
}

.plateLettersPos .vfl-label-on-focus, .plateLettersPos .vfl-label-on-input {
    top: -15px;
    left: 164px;
}

.plateCodePos .vfl-label-on-focus, .plateCodePos .vfl-label-on-input {
    top: -15px;
    left: 264px;
}

.form-section-row.active ~ .form-section-row .plakaOn label {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row .ruhsatBilgisiOn label {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row .usage-type label {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row .brandOn label {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row .modelOn-year label {
    opacity: 0;
}

.form-section-row.active ~ .form-section-row .modelOn label {
    opacity: 0;
}

.vfl-label-on-input {
    top: -1em;
}

.vfl-label-on-focus {
    color: #000;
}

.vfl-has-label {
    flex-basis: 50%;
    max-width: 363px;
}

.offer-form-container .formItem > .input {
    overflow: hidden;
    padding-top: 0;
}

.offer-form-container .form-control, .offer-form-container .input__field {
    width: 100%;
}

    .offer-form-container .input__field::-webkit-input-placeholder {
        color: transparent;
    }

.offer-form-container .twitter-typeahead {
    display: block !important;
}

.offer-form-container .formItem .form-control:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opc2)";
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

#vehicle-license-info.active, #dask-info.active {
    overflow: visible;
}

#vehicle-license-info .formItem, #insurer-info .formItem {
    margin-top: -12px;
}

#vehicle-license-info .form-section-row, #insurer-info .form-section-row {
    padding-bottom: 30px;
}

#insurer-info .input__field {
    float: none;
}

div.input-with-button-right {
    width: 70%;
    display: inline-block;
}

    div.input-with-button-right .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

button.input-with-button-right {
    min-width: auto;
    width: 19%;
    display: inline-block;
    height: 42px;
    margin-left: -5px;
    border-left: 0;
    border-radius: 45px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


@media (max-width:767px) {

    button.input-with-button-right {
        width: 30%;
    }

    #dask-offer .offer-form-container .row {
        margin-right: 0px;
        margin-left: -15px;
    }

    #dask-offer .offer-form-container .form-group {
        padding-left: 0;
        padding-right: 0;
    }

    #stars_area {
        display: block;
    }

    .offer-container .partners-logo {
        display: none;
    }
}

.left-sider .vfl-label {
    left: 35px !important;
}

.drop-label .vfl-has-label {
    padding-top: 15px !important;
}

.drop-label .vfl-label {
    top: 25px !important;
}

.drop-label .vfl-label-on-focus, .drop-label .vfl-label-on-input {
    top: 15px !important;
}


@media (min-device-width:1024px) and (max-device-width:1440px) and (-webkit-min-device-pixel-ratio: 2) {
    .vfl-has-label {
        flex-basis: 100%;
        max-width: 363px;
    }
}

@media (min-device-width:568px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio: 2) {
    section .container-center .offer-container {
        margin-left: auto;
        margin-right: auto;
    }

    section .container-center .rtb-img {
        display: none;
    }

    .vfl-has-label, .birthday-dropdown-container {
        flex-basis: 100%;
        max-width: 240px;
    }

    .formItem .ruhsatInfo {
        max-width: 240px;
    }

    .ruhsat-img {
        width: 100%;
    }

        .ruhsat-img img {
            width: 100%;
        }
}

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    /*#region rtb*/
    section .container-center .offer-container {
        margin: 20px 5px;
    }

    section .container-center .brand-rtb {
        display: none;
    }

    section .container-center .rtb-img {
        display: none;
    }
    /*#endregion rtb*/

    .vfl-has-label {
        flex-basis: 100%;
        max-width: 363px;
    }

    .ruhsat-img {
        width: 100%;
    }

        .ruhsat-img img {
            width: 100%;
        }
}


hr {
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

/* #region Form Nav */
.form-nav-container {
    text-align: center;
    color: #37424a;
    font-weight: bold;
    margin: 25px 0;
}

    .form-nav-container .form-nav {
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

        .form-nav-container .form-nav div {
            font-size: 17px;
            font-weight: bold;
            color: #fff;
            background: #00a1e1;
            padding: 7px 30px;
            border-radius: 15px;
        }

            .form-nav-container .form-nav div:nth-child(n+1) {
                background: #0baae4;
                z-index: 3;
            }

            .form-nav-container .form-nav div:nth-child(n+2) {
                background: #37b8e9;
                margin-left: -25px;
                z-index: 2;
                padding-left: 45px;
            }

            .form-nav-container .form-nav div:nth-child(n+3) {
                background: #7bcff0;
                z-index: 1;
            }

@media (max-width:767px) {
    .form-nav-container .form-nav div {
        font-size: 12px;
        padding: 7px 15px;
    }

        .form-nav-container .form-nav div:nth-child(n+2) {
            padding-left: 33px;
        }
}
/* #endregion Form Nav */


section#traffic-offer form .hider {
    display: none;
}

.traffic-banner {
    display: none;
}

@media (max-width:767px) {
    .traffic-banner {
        display: block;
    }
}

#dask-offer .offer-form-wrapper {
    position:relative;
    max-width: 973px;
    margin: auto;
    min-height:660px;
}

#dask-offer .section-title {
    margin-bottom: 25px;
}

#dask-offer .form-group {
    margin-bottom: 15px;
    padding: 0 15px;
    width:50%;
}
@media (max-width:767px) {
    #dask-offer .form-group {
        width: 100%;
        padding: 0;
    }
}
.mt-3rem {
    margin-top: 3rem;
}
.mt-2rem {
    margin-top: 2rem;
}

/*-----FORM TOOLTİPS----------*/
.info-tooltip {
	 display: block;
     text-align: center;
     position: absolute;
     z-index:1;
}
.fa-info-circle{
    font-size:24px;
}
 .tooltip-container {
	 position: relative;
}
 .tooltip-container:hover .tooltip-content {
	 visibility: visible;
	 opacity: 1;
	 transition: 0.25s all ease;
	 transition-delay: 0s;
	 top: -90px;
}
 .tooltip-content {
	 visibility: hidden;
	 opacity: 0;
	 position: absolute;
	 background: #d2d2d2;
	 left: -30px;
	 top: -100px;
	 padding: 0 15px;
	 margin: 16px;
	 font-size: 15px;
	 width: 250px;
	 transition: 0.25s all ease;
	 transition-delay: 0.25s;
	 z-index: 2;
	 color: #000;
}
	.tooltip-content.right {
		right: -30px;
		left: auto;
	}
 .tooltip-content:after {
	 content: "";
	 position: absolute;
	 border-width: 10px;
	 border-style: solid;
	 top: 100%;
	 left: 16px;
	 border-color: #d2d2d2 transparent transparent transparent;
}
	.tooltip-content.right:after {
		right: 16px;
		left:auto;
	}
 .aut-oto{
     left:91%;
     top:42%;
 }
 .contrast-maker{
     top:-3px;
     left:107%;
 }

.tebcetelem-error-message {
    color: #e10514;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    left: 21px;
    bottom: -1px;
}

.offer-item .logo {
    justify-content: center;
}

.offer-item .company {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.offer-item .date {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.detail-container .left-side {
    display: flex;
    flex-direction: column;
}

.detail-container .detail-table {
    display: table;
}

    .detail-container .detail-table .amount {
        display: flex;
        justify-content: center;
    }

.twitter-typeahead .tt-menu {
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
    z-index: 9999 !important;
    max-height: 150px;
    overflow-y: auto;
}

    .twitter-typeahead .tt-menu .empty-message {
        font-size: 12px;
        padding: 0 15px;
    }

.twitter-typeahead .tt-suggestion {
    padding: 4px 10px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #71818D;
}

    .twitter-typeahead .tt-suggestion:hover {
        cursor: pointer;
        background-color: rgba(48, 116, 255, 0.1);
    }

    .twitter-typeahead .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .twitter-typeahead .tt-suggestion p {
        margin: 0;
    }

    .twitter-typeahead .tt-suggestion img {
        width: 25px;
        margin-right: 5px;
    }

#tebcetelem-list .offer-item .buttons {
    flex-direction: row;
    align-items: center;
}

    #tebcetelem-list .offer-item .buttons .btn-buy {
        margin-left: 15px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.panel {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-group {
    overflow: hidden;
    margin-bottom: 15px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 15px;
        overflow: hidden;
    }

.panel-title {
    margin-top: 0;
    font-size: 16px;
}

.panel .panel-title a {
    display: table;
    width: 100%;
    padding: 5px 0;
    color: #30434d;
    font-weight: bold;
}
.panel-primary .panel-title a .teminat-icon {
    margin-right: 10px;
}
.panel-primary .panel-title a .minus-icon, .panel-primary .panel-title a .plus-icon {
    float: right;
    display: none;
    margin-top: 5px;
}
.panel-primary .panel-title a .minus-icon {
    display: block;
}
.panel-primary .panel-title a .plus-icon {
    display: none;
}
.panel-primary .panel-title a.collapsed .minus-icon {
    display: none;
}
.panel-primary .panel-title a.collapsed .plus-icon {
    display: block;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
}
#coverageList .col-lg-6 {
    width: 50%;
    padding: 0 15px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .offer-item .price {
        order: 2;
        width: auto;
        flex-direction: column;
        align-items: end;
        margin-left: auto;
    }

        .offer-item .price .header {
            width: auto;
            margin-bottom: 5px;
        }

        .offer-item .price .gross {
            width: auto;
        }
}


*, :after, :before {
    box-sizing: border-box;
}

header .desktop-header .logo {
    width: 100%;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}

.row {
    display: flex;
}

.alj-logo {
    margin-left: auto;
}

.alj-page .radio-container {
    display: flex;
}

.tebcetelem-logo {
    margin-left: auto;
}

@media (min-width:768px) {
    .row.hidden-xs {
        display: flex;
    }

    .hidden-xs {
        display: block;
    }

    .hidden-lg {
        display: none;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none;
    }

    .row.hidden-lg {
        display: flex;
    }

    .hidden-lg {
        display: block;
    }
}

