@font-face {
    font-family: SantanderMicroText;
    src: url(font/SantanderMicroText/SantanderMicroText.ttf);
}
@font-face {
    font-family: SantanderMicroText;
    src: url(font/SantanderMicroText/SantanderMicroTextBd.ttf);
    font-weight: 700;
}
@font-face {
    font-family: SantanderHeadline;
    src: url(font/SantanderHeadline/SantanderHeadline-Regular.ttf);
}
@font-face {
    font-family: SantanderHeadline;
    src: url(font/SantanderHeadline/SantanderHeadline-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: SantanderHeadline;
    src: url(font/SantanderHeadline/SantanderHeadlineLight.ttf);
    font-weight: 300;
}

@font-face {
    font-family: AvantGarITCDem;
    src: url(font/AvantGarITCDem.ttf);
}
@font-face {
    font-family: AvantGarITCBoo;
    src: url(font/AvantGarITCBoo.ttf);
}
@font-face {
    font-family: AvantGarMdITCBol;
    src: url(font/AvantGarMdITCBol.ttf);
}
@font-face {
    font-family: AvantGarMdITC;
    src: url(font/AvantGarMdITC.ttf);
}
@font-face {
    font-family: AvantGarExtLitITC;
    src: url(font/AvantGarExtLitITC.ttf);
}
@font-face {
    font-family: AllRoundGothic-XLig;
    src: url(font/AllRoundGothic-XLig.otf);
}
@font-face {
    font-family: AllRoundGothic-Medium;
    src: url(font/AllRoundGothic-Medium.otf);
}
@font-face {
    font-family: AllRoundGothic-Book;
    src: url(font/AllRoundGothic-Book.otf);
}
@font-face {
    font-family: AllRoundGothic-Demi;
    src: url(font/AllRoundGothic-Demi.otf);
}

/* call i toast */
.modal-dialog-call{
    max-width:744px;
    margin-top:50px;
    border-radius: 8px;
}

.modal-body{
    padding:0px;
}
.modal-content-call{
    border-radius: 8px;
    padding:24px;
    background:none;
    border:none;
}

.toast-box{
    padding: 10px 20px;
    /*width:300px;*/
    border-radius: 10px;
    background: #ffffff;
    position:fixed;/*absolute;*/
    display: none;
    top: 50vh;
    left: 50vw;
    margin-top: -150px;
    margin-left: -150px;
    z-index:1000
}

.toast-h{
    color:#000000;
    font-size:18px;
    text-align:center;
    font-weight: bold
}

.toast-t{
    color:#000000;
    font-size:14px;
    text-align:center;
    margin-top: 10px;
}

.call-tabs{
    width:150px;
    padding-top:40px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
    background:#e9ebeb;
    cursor: pointer;
}

.call-tabs-active{
    background:#ffffff;
}

.call-tabs-content{
    /*background:#ffffff;*/
    height:350px;
}

.call-header-text{
    font-size:18px;
    padding:20px 0px;
}

.call-text{
    font-size:16px
}

.call-input-box{
    border: 1px #eeeeee solid !important;
    border-radius: 10px;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
    max-width:225px;
    min-width:225px;
    margin: 10px auto;
	font-size:14px;
}

.call-input{
    border: none !important;
    font-size: 14px;
    margin: 0 5px;
    max-width:160px;
    outline: none;
}

.call-input:hover, .call-input:focus, .call-input:active{
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.call-textarea{
    border: none !important;
    font-size: 14px;
    width: 160px;
    height: 75px;
    resize: none;
}

.call-textarea:hover, .call-textarea:focus, .call-textarea:active{
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.call-btn {
    background-color: #ec0000;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 9px 30px;
    border: 1px #ec0000 solid !important;
    font-family: AvantGarITCBoo;
    margin: 10px auto;
    min-width:200px;
}

.call-btn:hover {
    border: 1px #ec0000 solid !important;
    color: #ec0000;
    background-color: #ffffff;
    box-shadow: none !important;
}

.call-discl {
    font-size: 14px;
}

.call-animation-m {
    top:15px;
    left: calc(100vw - 120px) !important;
    width: 40px;
    height: 40px;
    position: fixed;
    margin: 0 auto;
    border-radius: 100%;
    animation: play-m 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1000;
    background: none;
    display:none;
}
@keyframes play-m {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.4);
    }
    25% {
        box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.4), 0 0 0 5px rgba(255, 0, 0, 0.2);
    }
    35% {
        box-shadow: 0 0 0 5px rgba(255, 0, 0, 0.4), 0 0 0 7px rgba(255, 0, 0, 0.2);
    }
}
.call-img-m {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: none;
    }

.call-animation {
    bottom:40px;
    left: calc(100vw - 120px) !important;
    width: 60px;
    height: 60px;
    position: fixed;
    margin: 0 auto;
    border-radius: 100%;
    animation: play 3s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 998;
}

.call-img {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }
@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.4);
    }
    25% {
        box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.4);
    }
    35% {
        box-shadow: 0 0 0 9px rgba(255, 0, 0, 0.4);
    }
}

.modal-content-findCarForMe{
    border-radius: 0px;
    padding: 10px 0px;
    background:none;
    border:none;
}


.modal-call-body-top{
    background: rgba(39, 133, 255,1);
    width:100%;
    height: 204px;
}
.modal-call-body-top-text{
    font-family: AllRoundGothic-Book;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    color: white;
    padding-top: 72px;
    padding-bottom: 48px;
}

.modal-call-body-top-tab-box{
    background: rgba(217, 232, 252,1);
    font-family: AllRoundGothic-Book;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    text-align:center;
    margin: 0px auto;
    max-width:425px;
    cursor: pointer;
}

.modal-call-body-top-tab{
    display:inline-block;
    width: 210px;
    height:48px;
    padding: 12px;
}
.modal-call-body-top-tab-active{
    margin-top:-4px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
    border-radius: 8px 8px 0px 0px;
    color: #222222;
    border-top: 4px solid #ffffff;
}

.modal-call-body-content{
    background: #FFFFFF;
    font-family: AvantGarITCBoo;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}

.modal-call-body-content-kt{
    padding: 40px 48px 0px 48px;
    z-index:1;
    position: relative;
    height: 424px;
}
.modal-call-body-content-kt-text-1{
    font-family: AllRoundGothic-Book;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
}
.modal-call-body-content-kt-text-2{
    font-family: AvantGarITCBoo;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.modal-call-body-content-kt-text-dt{
    font-family: AllRoundGothic-Book;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 52px;
    color: #368eff;
}
.modal-call-body-content-kt-text-gd{
    font-family: AvantGarITCBoo;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #444444;
}

.callpage_kons_img_td{
    width:60px;
}
.modal-call-body-content-kons-left{
    display: inline-block;
}

.modal-call-body-content-kons-right{
    display: inline-block;
}

.modal-call-body-content-zw{
    padding: 24px 48px 24px 48px;
    z-index:1;
    position: relative;
    text-align:center;
    height: 424px;
    overflow-y:auto;
}

.modal-call-body-content-zw-input-box{
    width: 100%;
    max-width:372px;
    margin:0px auto;
    text-align:left;
}

.modal-call-body-content-zw-input{
    /*background: #F5F9FB;*/
    border: 1px solid #DEEDF2;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid black;
    outline: none;
    font-family: AvantGarITCBoo;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
    padding:12px 16px;
    width: 100%;
    margin-top:24px;
}

.modal-call-body-content-zw-input-fixer{
    margin-top:24px;
    padding:12px 16px;
    width: 100%;

}

.modal-call-body-content-zw-barswitch_btn, .modal-call-body-content-zw-barswitch_btn:hover {
    padding: 6px 0px;
    cursor: pointer;
    width: 248px;
    text-align: center;
    border-radius: 8px;
    padding:6px 6px;
    width: 33.333333%;
    font-family: AllRoundGothic-Book;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #222222;
}

.modal-call-body-content-zw-barswitch_btn_active, .modal-call-body-content-zw-barswitch_btn_active:hover {
    background: #ec0000;
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
    font-weight: 700;
    color: #222222;
}
.modal-call-body-content-zw-hour{

}
.modal-call-body-content-zw-cb + label{
    background: rgba(217, 232, 252,1);
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    padding: 6px;
    width: 132px;
    font-family: AvantGarITCBoo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #222222;
    margin: 8px 24px 0px 0px;
    cursor: pointer;
}

.modal-call-body-content-zw-cb:checked + label{
    background: #FFFFFF;
    color: #222222;
    font-weight: 700;
    box-shadow: 0px 1px 6px rgba(68, 68, 68, 0.2);
}

.modal-call-body-content-zw-zgoda + label{
    background-image: url('/static/gfx2/callpage/Checkbox_disselect.svg');
    background-repeat: no-repeat;
    background-position: left 0px top 0px;
    margin-bottom: 16px;
    margin-top:26px;
    padding-left: 30px;
    font-size:14px;
}
.modal-call-body-content-zw-zgoda:checked + label{
    background-image: url('/static/gfx2/callpage/Checkbox_check.svg');
}
.modal-call-body-content-zw-zgoda a, .modal-call-body-content-zw-zgoda a:hover{
    color: #2785ff;

}
/*
.findCarForMe-text1{
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #222222;
    padding: 48px 24px 0px 24px;
}

.findCarForMe-text2{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #444444;
    padding: 16px 24px 0px 24px;
}

.findCarForMe-form{
    padding: 0px 24px 24px 24px;
}

.findCarForMe-form-text{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #767676;
    margin: 20px 5px 2px 5px;
    text-align:left;
}

.findCarForMe-form-button{
    background: #EC0000;
    border-radius: 22px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 36px 0px 24px 0px;
    color:#FFFFFF;
    padding: 10px;
    width: 100%;
    max-width: 220px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border: none;
}
*/

@media (max-width: 767px){
    .modal-dialog-call{
        margin: 0px;
    }
    .modal-content-call{
        padding:0px;
    }
    .modal-call-body-top-text {
        font-size: 24px;
        line-height: 32px;
        padding-top: 56px;
        padding-bottom: 24px;
    }
    .modal-call-body-top-tab-box {
        font-size: 18px;
        line-height: 24px;
    }
    .modal-call-body-top-tab {
        display: inline-block;
        width: 49%;
        height: 48px;
        padding: 12px;
    }
    .modal-call-body-top{
        height: 156px;
    }
    .modal-call-body-content-kt {
        height:auto;
        padding: 40px 24px 60px 16px;
    }
    .modal-call-body-content-kt-text-dt{
        font-size: 32px;
        line-height: 36px;
    }
    .modal-call-body-content-kt-text-gd{
        font-size: 16px;
        line-height: 24px;
    }
    .callpage_kons_img_td{
        width:40px;
    }
    .callpage_kons_img{
        width:40px;
        height:40px;
    }
    .modal-call-body-content-zw {
        height:auto;
      padding: 24px 16px 60px 16px;
    }
}

/* end call i toast */