
body{
	background: #fff;
}
.seccontacts .content-conteiner{
	max-width: 900px;
	padding-top: 50px;
}
.titlecontacts{
	text-align: center;
	font-size: 38px;
	font-weight: normal;	
}
.box-contlink{
	margin-top: 30px;
}
.linephone{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.iclphone{
	width: 35px;
	transition: all ease 0.3s;
}
.iclphone img{
	width: 100%;
	display: block;
}
.linecontlinke{
	display: flex;
}
.linkens{
	width: 35px;
	margin-right: 15px;
	transition: all ease 0.3s;
}
.linkens:hover{
	transform: scale(1.1);
	transition: all ease 0.3s;
}
.linkens img{
	width: 100%;
	display: block;
}
.iclphone:hover{
	transform: scale(1.1);
	transition: all ease 0.3s;
}
.linephone p{
	font-size: 20px;
	color: #000;
	padding-left: 10px;
}
.box-forma{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.formatitle{
	text-align: center;
	font-size: 36px;
	margin-bottom: 35px;
	font-weight: normal;
	width: 100%;
}
.box-forma input{
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.65);
	padding: 11px 20px;
	font-size: 18px;
    line-height: 23px;
    color:#000;
}
.inpconts{
	width: 48%;
	margin-bottom: 2%;
}
.textarcont{
	width: 100%;
	margin-bottom: 2%;
}
.box-forma textarea{
	width: 100%;
	margin-bottom: 2%;
	border: 1px solid rgba(0, 0, 0, 0.65);
	padding: 11px 20px;
	font-size: 18px;
    line-height: 23px;
    height: 283px;
    resize: none;
    color:#000;
    font-family: Geometria;
}
.box-forma textarea:focus{
	border: solid 1px #E48434
}
.box-forma input:focus{
	border: solid 1px #E48434
}
.box-forma input.btnmesegego{
	border: none;
	width: auto;
	cursor: pointer;
	background: #E48434;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    border: solid 2px #E48434;
    padding: 13px 63px;
    transition: all ease 0.3s;
    margin-bottom: 10px;
}
.box-forma input.btnmesegego:hover{
	color: #E48434;
	border: solid 2px #E48434;
	background: #fff;
	transition: all ease 0.3s;
}
.box-forma form{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}
.box-forma textarea{
	width: 100%;
}
.sksk{
	width: 100%;
}
.screen-reader-response{
	display: none;
}
.wpcf7-not-valid-tip{
	color: #E48434;
}
.wpcf7-response-output{
	color: #E48434;
}
.btnliseform{
	width: 100%;
}
@media only screen and (max-width: 780px){
.titlecontacts{
	width: 100%;
	font-size: 30px;
}
.seccontacts .content-conteiner{
	padding-top: 20px;
}
.box-forma{
	margin-top: 30px;
}
.formatitle{
	font-size: 28px;
}
}
@media only screen and (max-width: 500px){
.box-forma input{
	width: 100%;
}
.inpconts{
	width: 100%;
}
.box-forma input.btnmesegego{
	margin: 0 auto;
	margin-top: 20px;
	
}
.box-forma form{
	margin-bottom: 50px;
}
.btnliseform{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.wpcf7-response-output{
	text-align: center;
}
}