﻿button{
    appearance: none;
    margin: auto;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
button {
  position: relative;
  display: block;
  padding: 1em 2em 1em 1em;
  width: 175px;
  width: 80%;
  font-size: 14px;
  color: #fff;
  text-align: center;
    line-height: 1;
  background: #5bbee5;
  background: linear-gradient(to right, #5bbee5, #52ddae);
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  border-radius: 1.5em;
}

button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  margin: auto;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
}

button:hover:after{
  right: 1em;
}



textarea {
  resize:none;
  width:100%;
  height:10rem;
    padding: 0.5rem;
}
input[type=text]  {
  width:100%;
  height:2rem;
    padding: 0.5rem;
}
input[type=file] {
  width:100%;
	font-size: 1em;
	color: #666666;
	outline: none;
/*    display: none;*/
}
input[type=button] {
  width:100%;
	font-size: 1em;
	color: #666666;
	outline: none;
/*    display: none;*/
}
.cp_form .cp_group {
	position: relative;
	max-width: 600px;
	max-width: 100%;
	margin: 0px auto;
/*	box-shadow:0px 0px 3px 2px #ededed;*/
}
.cp_form .cp_group > div, .cp_group > .title {
	margin: 8px;
}
.cp_form .cp_group .column {float: left;}
.cp_form .cp_group .column1 {width: 100%;}
.cp_form .cp_group .column2 {width: 50%;}
.cp_form .cp_group .column3 {width: 33%;}
.cp_form .cp_group .column4 {width: 25%;}
.cp_form .cp_group .column5 {width: 20%;}
.cp_form .cp_group .large {width: 100%;}
.cp_form .cp_group .medium {width: 50%;}
.cp_form .cp_group .small {width: 25%;}
.cp_form .cp_group textarea.large {
	width: 100%;
	height: 2em;
}
.cp_form .cp_group textarea.medium {
	width: 100%;
	height: 10em;
}
.cp_form .cp_group textarea.small {
	width: 100%;
	height: 5.5em;
}
.cp_form .clearfix {
	*zoom: 1;
}
.cp_form .clearfix:before, .cp_form .clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.cp_form .cp_group {
	font-size: 1em;
	line-height: 1.231;
	border: 2px solid rgba(127, 140, 141, 0);
	border-radius: 6px;
}
.cp_form .cp_group label.title {
	font-size: 1em;
	font-weight: 500;
	width: auto;
}
.cp_form .cp_group input[type=button] {
	font-size: 1em;
	color: #666666;
	outline: none;
}
.cp_form .cp_group input[type=submit] {
	font-size: 1.2em;
	color: #666666;
	outline: none;
}
.cp_form .cp_group > div {
	position: relative;
	margin-right: 25px;
	margin-left: 20px;
}
.cp_form .cp_group h2 {
	font-size: 1.7em;
	margin: 0px 1em 0px 0px;
	color: #ffffff;
    text-align: center
}
.cp_form .cp_group h3.title {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.cp_form .cp_group label {
	display: block;
	clear: both;
	margin-bottom: 3px;
	margin-left: -10px;
}
.cp_form .cp_group div, .cp_form .cp_group span,
.cp_form .cp_group label, .cp_form .cp_group input,
.cp_form .cp_group textarea, .cp_form .cp_group select,
.cp_form .cp_group button, .cp_form .cp_group ul,
.cp_form .cp_group li, .cp_form .cp_group a {
	font-family: inherit;
	color: inherit;
}
/* submit + title */
.cp_form .cp_group div.submit,
.cp_form .cp_group div.title {
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}
.cp_form .cp_group div.submit {
	text-align: right;
	text-align: center;
	vertical-align: middle;
/*	border-top: 2px solid #bdc3c7;*/
	border-radius: 0 0 6px 6px;
}
.cp_form .cp_group div.title {
	background-color: rgba(72, 178, 162, 0.82);
}
.cp_form .cp_group div.title h2 {
	margin-left: 27px;
}
/* element-submit + element-text */
.cp_form .cp_group > .submit,
.cp_form .cp_group > .title {
	background-color: rgba(188, 195, 202, 0);
}
.cp_form .cp_group > .submit {
	background-color: rgba(236, 240, 241, 0);
}
/* Button & submit*/
.cp_form .cp_group input[type=button],
.cp_form .cp_group input[type=submit] {
	display: inline-block;
	margin-bottom: 1px;
	padding: 4px 12px;
	cursor: pointer;
	-webkit-transition: border-color 0.6s;
	        transition: border-color 0.6s;
	text-align: left;
	vertical-align: middle;
	color: #666666;
	border: 2px solid #bdc3c7;
	border-radius: 6px;
	background: #ffffff;
	-webkit-appearance: none;
	        appearance: normal;
}
.cp_form .cp_group input[type=button][disabled] {
	cursor: default;
	opacity: 0.65;
}
.cp_form .cp_group input[type=submit] {
	right: 20px;
	margin-right: 27px;
	padding: 7px 15px;
	-webkit-transition: background-color 0.25s;
	        transition: background-color 0.25s;
	text-align: center;
	opacity: 1;
	color: #ffffff;
	border: none;
}
.cp_form .cp_group input[type=submit]:hover {
	text-decoration: none;
}
/* File input */
.cp_form .cp_group .cp_file label {
	position: relative;
}
.cp_form .cp_group .cp_file .title {
	position: static;
}
.cp_form .cp_group .cp_file .button {
	font-size: 1em;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	float: none;
	padding: 1.8% 1.2em 0 1.2em;
	cursor: pointer;
	-webkit-transition: background-color 0.25s;
	        transition: background-color 0.25s;
	color: #ffffff;
	border-radius: 0 6px 6px 0;
}
.cp_form .cp_group .cp_file .file_text {
	overflow: hidden;
	-webkit-transition: border-color 0.25s;
	        transition: border-color 0.25s;
}
.cp_form .cp_group .cp_file .file_input {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
/* Radio & checkbox */
.cp_form .cp_group div.cp_ipcheck,
.cp_form .cp_group div.cp_ipradio {
	overflow: hidden;
}
.cp_form .cp_group input[type=checkbox],
.cp_form .cp_group input[type=radio] {
	font-size: 1em;
	position: absolute;
	z-index: 1;
	float: left;
	width: 1em;
	height: 1em;
	margin: 0;
	cursor: pointer;
	opacity: 0.01;
}
.cp_form .cp_group input[type=radio] + span,
.cp_form .cp_group input[type=checkbox] + span {
	height: 19px;
	margin-right: -19px;
	padding-top: 0;
	z-index: 0;
	position: relative;
	left: 0;
	top: 0;
	vertical-align: top;
	font-size: 1em;
	line-height: 0.8;
	cursor: pointer;
}
.cp_form .cp_group input[type=radio] + span:before,
.cp_form .cp_group input[type=checkbox] + span:before {
	font-family: 'FontAwesome';
	font-size: 1em;
	line-height: 1;
	position: relative;
	display: inline-block;
	width: 1em;
	margin: 0 0.2em;
	vertical-align: top;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox] + span:before {
	content: '\f096';
	-webkit-transition: color 0.5s;
	        transition: color 0.5s;
}
.cp_form .cp_group input[type=checkbox]:hover + span:before {
	content: '\f046';
}
.cp_form .cp_group input[type=checkbox]:checked + span:before {
	content: '\f046';
}
/* radio */
.cp_form .cp_group input[type=radio] + span:before {
	content: '\f096';
	-webkit-transition: color 0.5s;
	        transition: color 0.5s;
}
.cp_form .cp_group input[type=radio]:hover + span:before {
	content: '\f0c8';
}
.cp_form .cp_group input[type=radio]:checked + span:before {
	content: '\f0c8';
}
.cp_form .cp_group input[type=text],
.cp_form .cp_group input[type=tel],
.cp_form .cp_group input[type=password],
.cp_form .cp_group input[type=email],
.cp_form .cp_group input[type=url],
.cp_form .cp_group input[type=date],
.cp_form .cp_group input[type=number],
.cp_form .cp_group textarea,
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group select {
	font-size: 1.2em;
	box-sizing: border-box;
	padding: 3px 10px;
	-webkit-transition: border-color 0.6s;
	        transition: border-color 0.6s;
	border-width: 2px;
	border-style: solid;
	border-color: #bdc3c7;
	border-radius: 6px;
	outline: none;
	-webkit-appearance: none;
	        appearance: normal;
}
.cp_form .cp_group select::-ms-expand {
	display: none;
}
.cp_form .cp_group input[type=text],
.cp_form .cp_group .cp_file .file_text,
.cp_form .cp_group textarea {
	width: 100%;
}
.cp_form .cp_group textarea {
	height: auto;
}
.cp_form .cp_group select {
	width: 100%;
	cursor: pointer;
	text-align: left;
}
/* type number */
.cp_form .cp_group input[type=number]::-webkit-inner-spin-button,
.cp_form .cp_group input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
@media all and (max-width:400px) {
	.cp_form .cp_group .cp_ipradio .column,
	.cp_form .cp_group .cp_ipcheck .column {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
/* .cp_group color scheme begin */
.cp_form .cp_group input[type=button]:focus,
.cp_form .cp_group input[type=button]:active,
.cp_form .cp_group input[type=button][disabled] {
	border-color: #da3c3c;
}
.cp_form .cp_group input[type=submit] {
	background-color: #da3c3c;
	background-color: #3c7bda;
}
.cp_form .cp_group input[type=submit]:hover {
	background-color: #4b93ff;
}
.cp_form .cp_group input[type=submit]:active {
	background-color: #2f63b0;
}
/* File input */
.cp_form .cp_group .cp_file .button {
	background-color: #bdc3c7;
}
.cp_form .cp_group .cp_file .file_text {
	border-color: #bdc3c7;
}
.cp_form .cp_group .cp_file label:hover .button {
	background-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .button {
	background-color: #b02f2f;
}
.cp_form .cp_group .cp_file label:hover .file_text {
	border-color: #da3c3c;
}
.cp_form .cp_group .cp_file label:active .file_text {
	border-color: #b02f2f;
}

/* Radio & checkbox */
.cp_form .cp_group input[type=radio]+span:before,
.cp_form .cp_group input[type=checkbox] + span:before {
	color: #bdc3c7;
}
/* checkbox */
.cp_form .cp_group input[type=checkbox]:checked + span:before {
	color: #da3c3c;
}
/* radio */
.cp_form .cp_group input[type=radio]:checked + span:before {
	color: #da3c3c;
}
.cp_form .cp_group input[type=text]:focus,
.cp_form .cp_group input[type=tel]:focus,
.cp_form .cp_group input[type=password]:focus,
.cp_form .cp_group input[type=email]:focus,
.cp_form .cp_group input[type=url]:focus,
.cp_form .cp_group input[type=date]:focus,
.cp_form .cp_group input[type=number]:focus,
.cp_form .cp_group textarea:focus,
.cp_form .cp_group .cp_file .file_text:active,
.cp_form .cp_group  select:focus {
	border-color: #da3c3c;
}
/*select*/
.cp_form .cp_group .cp_select span {
	position: relative;
}
.cp_form .cp_group .cp_select i::before {
	position: absolute;
	top: 0.4em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_form .cp_group select:focus + i::before {
	border-top: 6px solid #da3c3c;
}
.col-sm-9 {
  display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-sm-9 select{
    text-align: center;
	background: #ffffff;
  background-image: url("img/35762.png") ;
  background-size: 1.2em;
background-repeat: no-repeat;
    background-position: right center;
}
.col-sm-9 p{
    text-align: center;
width: 30px;
bottom: 0;
margin: 0;
padding: 5px 5px 0px;
}