input[type=checkbox], input[type=radio] {
	vertical-align: middle;
	padding:0;
	margin:0 5px 0 0;
}
.yellow_info_p {
    font-size: 0.813em;
    color: #666666;
    padding-left: 17px;
    line-height: 16px;
}
.first_p {
	background: url(../images/sp_dealer_site.png) no-repeat 0 -1199px;
}
#contact_form {
    max-width: 640px;
    width: 100%;
	margin: 10px auto 40px auto;
}
#contact_form  label em {
	font-weight: normal;
}
#contact_form .star {
	color: #A8A8A8;
	font-size: 1.2em;
}
.col2{
    max-width: 640px;
    width:100%;
	float:left;
	margin-bottom: 12px;
}
.col2.bmm{
    margin-bottom: 25px;
}
.col_180 {
	width: 180px;
	float: left;
}
.col_180.tmm{
    padding: 8px 0 0 0;
}
.col_460 {
	width: 460px;
	float: left;
}
.col_236 {
    width: 236px;
    float: left;
    margin: 0 24px 0 0;
}
.col_200 {
    width: 200px;
    float: left;
}

.inp_120 {
	width:120px;
	margin-right: 6px;
}
.inp_200 {
	width:280px;
}
input[type="text"].inp_330{
    width: 330px;
}
input[type="text"].inp_200{
    width: 360px;
}
.inp_300 {
	width:300px;
}
#contact_form textarea {
	height: 100px;
}
.captcha_img_bgr{
    width: 120px;
}
a.btn_sm_1_ns:not([href]):not([tabindex]),
a.btn_sm_1_ns:not([href]):not([tabindex]):hover{
    color: #ffffff;
}
#cant_read{
    color: #2e7fb4;
    display: inline-block;
    float: right;
    font-size: 1.25em;
    margin-top: 9px;
    vertical-align: middle;
}
#cant_read:hover{
    color: #d31414;
}

#google_map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
#google_map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.list_capcha{
    padding-top:3px;
    padding-bottom: 3px;
    height: 41px;
}
.list_capcha img{
    margin:0;
    padding:0;
    float:left;
    height: 41px;
}
.error{
	color:red;
	font-size:0.7em;
}
#captcha_response {
    margin-bottom: 16px;
}
label{
    padding-top: 5px;
}
.info_icon {
    margin-left: 0;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #contact_form{
        margin: 10px 0 40px 0;
        max-width: 100%;
    }
    .col2{
        max-width: 100%;
    }
    .col_460{
        width:calc(100% - 180px);
    }
    input[type="text"].inp_330{
        width:calc(100% - 130px);
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    label{
        margin-bottom: 0;
    }
    .col_460, .col_180{
        width:100%;
    }
    #cant_read{
        float: unset;
    }
    .col2.tmm_btn .col_180{
        width: 180px;
    }
    .col2.tmm_btn .col_460{
        width: calc(100% - 180px);
    }
    .col_236, .col_200{
        width:50%;
        margin:0;
    }
    .captcha_img_bgr{
        margin-left:10px; 
    }

}
@media only screen and (max-width : 480px) {
    .col2.tmm_btn .col_180{
        width: 100%;
        margin-bottom: 6px;
    }
    .col_236, .col_200{
        width:100%;
    }

}
@media only screen and (max-width : 360px) {
    .inp_120{
        width: 100%;
        margin-bottom: 6px;
    }
    input[type="text"].inp_330{
        width: 100%;
    }

}