.title_c {
	text-align: center;
	font-weight: bold;
}

.title_e {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}

.text_top {
	text-align: center;
}

.block_contact {
	margin-top: 20px;
	height: 100%;
}

.block_contact label {
	display: inline-block;
	margin-bottom: .5rem;
}

.block_contact .contact-field-wrapper {
	position: relative;
	margin-bottom: 20px;
}

.block_contact .contact-field-wrapper.textarea-wrapper {
	margin-bottom: 45px;
}

.contact-field-wrapper .error-popover {
	display: block;
	min-width: 215px;
	max-width: 276px;
	padding: 5px 10px;
	position: absolute;
	top: calc(100% + 11px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 1060;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.contact-field-wrapper .error-popover.showed {
	opacity: 1;
	visibility: visible;
}

.contact-field-wrapper .error-popover::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border: 11px solid transparent;
	border-bottom-color: rgba(0, 0, 0, .25);
	border-top-width: 0;
}

.contact-field-wrapper .error-popover::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
	border-top-width: 0;
}

.block_contact .popover {
	width: auto;
	min-width: 205px;
}

.block_contact .popover.right {
	margin: 0 0 0 10px;
}

.rowInputs {
	display: block;
	width: 100%;
	border: 2px solid #E0E0E0;
	border-radius: 4px;
	height: 32px;
}

.messageType {
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 24px;
	border: 2px solid #E0E0E0;
	border-radius: 4px;
}

.buttonexpand {
	margin: 10px;
    width: auto;
    color: #000000;    
    padding: 1px 6px;
    background-color: buttonface;
    cursor: pointer;
    font-size: 14px;
}

#showFooter {
	display: none;
}

._blockInfo {
	margin-top: 20px;
	height: 100%;
}

.infoContactBot {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	text-align: left;
}

.infoContactBot>p {
	margin-left: 15px;
}

.titleAdressInfo {
	text-align: left;
	margin-left: 15px;
	font-size: 19px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.infoContactBot {
		text-align: center;
	}

	.titleAdressInfo {
		text-align: center;
	}

	.block_contact {
		margin: 0px;
		width: 100%;
		height: 100%;
	}

	._blockInfo {
		margin-top: 20px;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 390px) {
	.contact-field-wrapper .error-popover {
		left: auto;
		right: 0;
		transform: translateX(0);
	}

	.contact-field-wrapper.textarea-wrapper .error-popover {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

.hidden-phone {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}