/* ---------- ---------- ---------- ---------- ---------- */
.contact-number-list {
		list-style: none;
		margin: 0;
		padding: 0;
}

/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- */
.page-contact .page-head .kv,
.page-form .page-head .kv {
		background-image: url(../img/kv_contact.jpg);
}

.page-contact .page-body .content,
.page-form .page-body .content {
		max-width: 790px;
}

.page-form .page-body .content {
		max-width: 840px;
}

.section-index {
		max-width: 790px;
		margin-right: auto;
		margin-left: auto;
}

.contact-description {
		margin-bottom: 100px;
		padding: 35px;
		background: #fef8f4;
		font-size: 14px;
		color: #424242;
}

.contact-title {
		margin-bottom: 30px;
}

.contact-body {
		margin-bottom: 110px;
		margin-left: 55px;
		color: #717171;
}

.contact-number-list {
		margin-bottom: 20px;
		font-family: "Lato", sans-serif;
		font-size: 28px;
		font-weight: bold;
		letter-spacing: .05em;
}

.contact-number-item {
		display: inline-block;
		margin-right: 40px;
		line-height: 30px;
}

.contact-icon {
		display: inline-block;
		margin-right: .2em;
		vertical-align: bottom;
}

.contact-way {
		display: inline-block;
		margin-right: .2em;
		font-size: 20px;
		font-weight: normal;
		vertical-align: bottom;
}

.contact-staff {
		display: inline-block;
		margin-bottom: 10px;
		padding: 5px 20px;
		border: 1px solid  #e6eaed;
		font-weight: bold;
}

.underline {
		padding-bottom: 3px;
		border-bottom: 1px solid;
		font-weight: bold;
}

.tab-nav-item {
		padding: 0;
		border: 0;
}

.tab-nav-item:after {
		content: none;
}

.tab-nav-item.is-active {
		background: none;
}

.tab-nav-item.is-active a {
		background: #C2CCD2;
		color: #fff;
}

.tab-nav-item.is-active a:after {
		background: url(../img/icon_tab_arrow_wthie.svg) no-repeat center;
		background-size: contain;
}

.tab-nav-item a {
		display: block;
		padding: 5px 30px;
		border: 1px solid #C2CCD2;
		color: #c8c9c9;
}

.tab-nav-item a:after {
		content: "";
		position: absolute;
		top: 11px;
		right: 7px;
		display: block;
		width: 15px;
		height: 15px;
		background: url(../img/icon_tab_arrow.svg) no-repeat center;
		background-size: contain;
}

.note {
		font-size: 14px;
		text-align: center;
		margin-top: 30px;
}

.alert-danger {
		margin: 10px 0;
		color: #f00;
		font-size: 13px;
		font-weight: bold;
}

#powered_by_me {
		font-size: 12px;
}

#powered_by_me, #powered_by_me a {
		color: #C2CCD2;
}

/*# sourceMappingURL=contact.css.map */