@font-face{
    font-family: toyotadisplay_bd;
    src: url('/css/fonts/toyotadisplay_bd.woff');
}

@font-face{
    font-family: toyotadisplay;
    src: url('/css/fonts/toyotadisplay_rg.woff');
}

@font-face{
    font-family: toyotatext_bd;
    src: url('/css/fonts/toyotatext_bd.woff');
}

@font-face{
    font-family: toyotatext;
    src: url('/css/fonts/toyotatext_rg.woff');
}

body {
    font-family: toyotadisplay, sans-serif;
    font-size: 17px;
    color: #000;
    background:#E5E5E5;
}
@media (min-width: 650px) {
    .content-page {
        width: 650px !important;
    }
    .selectdiv {
        width: 60% !important;
    }
    .bl-3-item {
        width: 33.3% !important;
    }
    .f-phone {
        padding-right: 10px !important;
    }
    .f-gosnomer {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .f-date-service {
        padding-left: 10px !important;
    }
    .pdg-lr {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .pdg-lr2 {
        padding-left: 50px !important;
        padding-right: 22px !important;
    }
    .header {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
    }
    .content {
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }
    .radio-rat {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important;
    }
    .radio-rat.active {
        border: 2px solid #CF142B;
        color: #CF142B;
        font-family: toyotadisplay_bd;
        line-height: 37px !important;
    }
}

a {
    color: #B3B3B3;
}
a:hover {
    color: #B3B3B3;
}
.container {
    background: #eee;
}
.content-page {
    width: 100%;
    background: #fff;
}
.pdg-lr {
    padding-left: 20px;
    padding-right: 20px;
}
.pdg-lr2 {
    padding-left: 20px;
    padding-right: 12px;
}
.pdg-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #FFFFFF;
}
.content {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #FFFFFF;
}
.header-text {
    font-family: toyotadisplay_bd;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 22px;
    line-height: 25px;
}
.bl-3-item {
    width: 100%;
}
.f-phone {
    padding-right: 0px;
}
.f-gosnomer {
    padding-right: 0px;
    padding-left: 0px;
}
.f-date-service {
    padding-left: 0px;
}
.field {
}
.field .label {
    padding-top: 10px;
    font-family: toyotadisplay_bd;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding-bottom: 4px;
}
.field .item {
    padding-bottom: 10px;
}
.label .req {
    color: rgb(229, 0, 0);
    padding-left: 4px;
}
.field .item input {
    border: 1.2px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 14px;
}

 
/*To remove button from IE11, thank you Matt */
select::-ms-expand {
    display: none;
}
.selectdiv {
    position: relative;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.selectdiv:after {
    content: ' >';
    font: 18px "Consolas", monospace;
    color: red;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 13px;
    /*Adjust for position however you want*/
    
    top: 11px;
    padding: 0 0 2px;
    border-bottom: 0px;
    /*left line */
    
    position: absolute;
    pointer-events: none;
}
.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #333;
    background-color: #dfe1e2;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
}
.field .item select {
    text-align: center;
    text-align-last: center;
    background-color: rgb(240, 240, 240); 
    height: 44px; 
    width: 100%; 
    border-radius: 21px; 
    color: rgb(32, 32, 32); 
    margin-bottom: 0px; 
    border: none; 
    padding: 7px 6px 9px 16px;
    font-size: 18px;
    outline-offset:0px;
    outline-width: 0px;
}
.field .item textarea {
    font-size: 14px;
    line-height: 19px;
    outline-offset:0px;
    outline-width:0px;
    height: 165px; 
    width: 100%;
    margin-top: 7px; 
    padding: 18px 20px;
    resize: none;
    border: 1.2px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 5px;
}
.radio-rat {
    border-radius: 32px;
    height: 30px;
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border: 1.2px solid #BDBDBD;
    box-sizing: border-box;
    color: #B3B3B3;
    text-decoration: none;
}
.radio-rat.active {
    border: 2px solid #CF142B;
    color: #CF142B;
    font-family: toyotadisplay_bd;
    line-height: 27px;
}
.radio-rat:hover {
    text-decoration: none;
}
.radio-btn {
    width: 100px;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1.2px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 20px;
    color: #B3B3B3;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    margin-right: 20px;
}
.radio-btn.active {
    background: #CF142B;
    border: 1.2px solid #CF142B;
    color: #fff;
}
.radio-btn:hover {
    text-decoration: none;
}
.send-form {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #CF142B;
    padding: 10px 40px; 
    border: 1.4px solid #CF142B;
    box-sizing: border-box;
    border-radius: 20px;
    text-transform: uppercase;
}
.send-form:hover {
    text-decoration: none;
    color: #CF142B;
}
.send-form.active {
    background: #CF142B;
    border: 1.4px solid #CF142B;
    color: #fff;
}
.send-form span {
    font-size: 18px; 
    font-weight: bold; 
}
.agree-text {
    display: none;
    color: rgb(112, 112, 112);
    font-size: 9px; 
    line-height: 9px; 
    background-color: rgb(255, 255, 255);
}
.checkbox-label {
    color: #b4b4b4;
    font-size: 12px;
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.link-agree {
    color: #b4b4b4; 
    text-decoration: underline;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #B3B3B3;
}
.field input:checked ~ .checkmark:after {
    display: block;
}
.field .checkmark:after {
    left: 11px;
    top: 4px;
    width: 13px;
    height: 20px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
.f-agree {
    border-top: 0;
}

.logo {
    padding: 16px 23px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 6px;
}
.field .comment textarea {
    height: 100px;
    margin-top: 0px; 
}
input::placeholder {
    color: #B3B3B3;
    font-size: 14px;
}
input:focus::placeholder {
    color: transparent;
}
textarea::placeholder {
    color: #B3B3B3;
    font-size: 14px;
}
textarea:focus::placeholder {
    color: transparent;
}
.start-q {
    margin-bottom: 20px;
}
.errors-f {
    outline: 2px dashed red;
}
.error-alert {
    display: none;
    color: red;
    font-size: 12px;
    margin-bottom: -15px;
}
.error-alert::before {
    content: '\26A0';
    font-size: 18px;
    margin-right: 4px;
}
.mrbn {
    margin-bottom: 0px;
}
.danger-f .item textarea {
    border: 1px solid red !important;
}