#form{text-align:initial;}.form_groups{position:relative;margin-bottom:25px}.form_groups input[type=tel],.form_groups input[type=text]{font-size:14px;padding: 5px 5px 10px 5px;display:block;width:100%;border:none;border-bottom:1px solid #757575;border-radius:0}.form_groups input[type=tel]:focus,.form_groups input[type=text]:focus{outline:0}.form_groups input[type=tel]~label,.form_groups input[type=text]~label{color:#999;font-size:14px;font-weight:400;position:absolute;pointer-events:none;left:5px;top:10px;transition:.2s;-moz-transition:.2s;-webkit-transition:.2s}.form_groups input[type=tel]:focus~label,.form_groups input[type=tel]:valid~label,.form_groups input[type=text]:focus~label,.form_groups input[type=text]:valid~label{top:-16px;font-size:12px;color:#ff7a96}.bar{position:relative;display:block;width:100%}.bar:after,.bar:before{content:'';height:2px;width:0;bottom:1px;position:absolute;background:#ff7a96;transition:.2s;-moz-transition:.2s;-webkit-transition:.2s}.bar:before{left:50%}.bar:after{right:50%}.form_groups input[type=tel]:focus~.bar:after,.form_groups input[type=tel]:focus~.bar:before,.form_groups input[type=text]:focus~.bar:after,.form_groups input[type=text]:focus~.bar:before{width:50%}.highlight{position:absolute;height:60%;width:100px;top:25%;left:0;pointer-events:none;opacity:.5}.form_group input[type=tel]:focus~.highlight,.form_group input[type=text]:focus~.highlight{-webkit-animation:.3s inputHighlighter;-moz-animation:.3s inputHighlighter;animation:.3s inputHighlighter}@-webkit-keyframes inputHighlighter{from{background:#5264ae}to{width:0;background:0 0}}@-moz-keyframes inputHighlighter{from{background:#5264ae}to{width:0;background:0 0}}@keyframes inputHighlighter{from{background:#5264ae}to{width:0;background:0 0}}.checkboxes-form-group{margin-bottom:5px;text-align:left;font-size:14px;letter-spacing:1px}.checkboxes-form-group h4{margin:5px 0;font-size:12px;font-weight:bolder}.form-control{border-radius:0;padding:0 10px;height:36px;margin:10px 0;-webkit-box-shadow:none;box-shadow:none}.send_button{background:#ff7a96;border:none;width:120px;margin:20px auto;letter-spacing:1px;transition:.5s}.send_button:active,.send_button:focus,.send_button:hover{background:#00b9bc}.checkboxes-form-group input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.checkboxes-form-group input[type=checkbox],.checkboxes-form-group input[type=radio]{z-index:0;position:absolute;opacity:0}.checkboxes-form-group label{position:relative;display:inline-block;line-height:22px;cursor:pointer;margin-bottom:3px;padding:4px 10px 4px 24px;font-weight:400;color:#333}.checkboxes-form-group label:first-child{padding-left:0;color:#aaa;font-weight:500}.checkboxes-form-group label::before{content:" ";position:absolute;display:block;border-radius:2px;left:0;top:5px;border:1px solid #cfcfcf;height:18px;width:18px}.checkboxes-form-group label:first-child::before{display:none;padding-left:0}.checkboxes-form-group input[type=radio]+label::before{border-radius:18px}.checkboxes-form-group input[type=checkbox]:checked+label,.checkboxes-form-group input[type=radio]:checked+label{z-index:1;color:#fff;font-weight:300;padding: 5px 10px}.checkboxes-form-group input[type=checkbox]:checked+label::before,.checkboxes-form-group input[type=radio]:checked+label::before{top:0;width:100%;height:100%;background:#ff7a96;border-color:#ff7a96;z-index:-1}.checkboxes-form-group label,.checkboxes-form-group label::before{-webkit-transition:.25s;-o-transition:.25s}@media screen and (min-width:992px){.input_boxes_group{margin-bottom:30px}}