/*COLOR*/
/*.orderto__modules-btn {*/
    /*border: 1px solid #E40C25;*/
    /*background: #E40C25;*/
/*}*/
/*.orderto__modules-btn:hover{*/
    /*border: 1px solid #E40C25;*/
    /*color: #E40C25;*/
/*}*/
/*.orderto__questions-block-contacts a{*/
    /*color: #E40C25;*/
/*}*/
/*.orderto__questions-block-contacts a:hover{*/
    /*color: #E40C25;*/
/*}*/
/*END COLOR*/
/*NEW STYLE*/
.orderto__modules{
    padding: 47px 0 64px;
    /*background: #FAFAFA;*/
}
.orderto__modules-title {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 14px;
    color: #2F2F2F;
}
.orderto__modules-label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 16px;
    display: block;
    color: #2F2F2F;
}
.orderto__modules .form-group {
    margin-bottom: 0;
}
.orderto__modules .form-control{
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-appearance: none;
    height: auto;
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 24px;
    color: #2F2F2F;
    padding: 10px 15px 9px;
    width: 100%;
    margin-bottom: 30px;
}
.orderto__modules .form-control:focus{
    border-color: #000;
    color: #000;
    outline: none;
    box-shadow: none;
}
.orderto__modules select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACLSURBVHgBhVDbCcMwDLxkoo4Qj2D6XUo36AaRJzGmfy3F7W/7oUzm5BwIeeAQwfkh3UmHAIZ//RschH/+TvmufNSmBpSQizWuRA5fbZEgCbD1zZqOD0fII7KwQyYcuZ95ZFQJUfulKJNzLrxVply18kkRrbXZXuIxdb6eTVmwFI2fDXl/IxQR91JtAEi3QatgSdjqAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 94%;
}



.orderto__modules-btn {
    width: 100%;
    border-radius: 3px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 31px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 37px 7px;
    display: inline-block;
    cursor: pointer;
}
.orderto__modules-btn:hover{
    background: transparent;
}


/*QUESTIONS FORM BLOCK*/
.orderto__questions-block{
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 25px 0 26px;
}
.orderto__questions-block-title{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #2F2F2F;
    text-align: right;
    display: block;
    margin-bottom: 16px;
}
.orderto__questions-block-contacts-wrap{
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    text-align: right;
}
.orderto__questions-block-contacts span{
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 35px;
    text-align: right;
    color: #2F2F2F;
    display: block;
    margin-bottom: 2px;
}
.orderto__questions-block-contacts-phone{
    margin-right: 29px;
}
.orderto__questions-block-contacts a{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    display: block;
    margin-bottom: 8px;
    text-decoration: none;
}
.orderto__questions-block-contacts a:hover{
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .orderto__questions-block {
        margin-top: 20px;
    }
    .orderto__questions-block-contacts-wrap {
        flex-direction: row;
        text-align: left;
        justify-content: flex-start;
    }
    .orderto__questions-block-contacts span, .orderto__questions-block-contacts a, .orderto__questions-block-title{
        text-align: left;
    }
}
@media (max-width: 768px) {
    .orderto__modules{
        padding: 28px 0;
    }
    .orderto__questions-block {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .orderto__questions-block-contacts-wrap {
        justify-content: flex-start;
    }
}
@media (max-width: 479.98px) {
    .orderto__questions-block-contacts-wrap {
        flex-direction: column;
    }
}
/*END NEW STYLE*/



/*OLD STYLE*/
.signin .form-group {
    width: 100%;
}

@media (min-width: 992px) {
    .signin__form {
        padding-right: 2.625rem
    }
}

.signin__form-text {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 100;
}


.signin__fieldset{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}
.ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ico_note:before {
    background-image: url(../../img/toyota/ico-note.4b735adf.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.ico_note:before{background-image:url(../../img/toyota/ico-note.4b735adf.svg);background-repeat:no-repeat;background-size:contain}
/*OLD STYLE*/

/*
.btn-service {
    color: #fff;
    background-color: #c03;
    border-radius: 20px;
}

*/
/*CUSTOM CHECKBOX Service*/
#servicePrivacy input{
    margin-right: 10px;
}
#servicePrivacy input[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    content: "";
    background: #FFF;
    cursor: pointer;
}
#servicePrivacy input[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 0px;
    top: -20px;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
#servicePrivacy input[type="checkbox"]:checked:after{
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC');
    background-size: 8px;
}
