/* button */
.btn {position:relative; cursor:pointer; background:#fff; border:0; font-family:"NotoSans";}
.btn:active {opacity:.6;}
.btn_menu {-webkit-border-radius:0px; display:none; width:64px; height:64px; background:url("../images/common/icon_menu.png") no-repeat center #13498c; background-size:24px; color:#fff; position:absolute; right:0; top:0; font-size:0; text-indent:-999999px;}



/* text */
.text_form {position:relative; transition:.3s; border:0; vertical-align:middle; font-family:"NotoSans";}
.text_form:focus {background:#fafafa;}
.text_contact {width:100%; height:46px; line-height:43px; margin-bottom:20px; background:#fff; border-radius:3px; border:1px solid #e1e1e1; padding:0 20px; font-size:15px; color:#113d72;}
textarea.text_contact {height:146px; padding:15px 20px; line-height:1.2;}


/* select */
.select_form {width:100%; height:50px; font-family:"NotoSans"; font-size:15px; border:1px solid #e1e1e1; padding:0 20px; background: url("../images/common/icon_select.png") no-repeat 94% center #fff; vertical-align:middle; -webkit-appearance: none; -moz-appearance: none;appearance:none;}
.select_form::-ms-expand { display: none;}

/* placeholder */
input::-webkit-input-placeholder {color:#dddddd;}
input:-ms-input-placeholder {color:#dddddd;}
textarea::-webkit-input-placeholder {color:#dddddd;}
textarea:-ms-input-placeholder {color:#dddddd;}
