.contacts_type1_title {
	padding-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 47px;
    color: #191919;
}
.contacts_type1_subtitle {
	margin-bottom: 70px;
    text-align: center;
    font-size: 16px;
    color: #444;
}
.contacts_type1_row {
	display: flex;
	flex-wrap: wrap;
}
.contacts_type1_phone_box {
	display: flex;
	align-items: center;
	width: 32%;
	margin-bottom: 60px;
}
.contacts_type1_phone_icon {
	margin-right: 15px;
}
.contact_phone_link {
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	color: #191919;
}
.contacts_type1_phone_send_mess_link {
	color: #000;
	text-decoration: underline;
	font-size: 15px;
}
.contacts_type1_phone_send_mess {
	margin-top: 7px;
}
.contacts_type1_timework_box {
	display: flex;
	align-items: center;
	width: 32%;
	margin-bottom: 60px;
}
.contacts_type1_timework_img {
	margin-right: 15px;
}
.contacts_type1_timework_text {
	line-height: 1.6;
	font-size: 16px;
}
.contacts_type1_mess_row {
	display: flex;
	align-items: center;
}
.contacts_type1_mess_row {
	width: 32%;
	margin-bottom: 60px;
}
.contacts_type1_mess_title {
	line-height: 1.6;
	margin-right: 15px;
	font-size: 16px;
}
.contacts_type1_mess_box {
	margin: 0 5px;
}
.contacts_type1_mess_row2 {
	display: flex;
}
.contacts_type1_btn_box {
	text-align: center;
	margin-top: 45px;
	padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
	.contacts_type1_phone_box {width: 40%;}
	.contacts_type1_mess_row {width: 40%;}
	.contacts_type1_mess_row {align-items: flex-start; flex-direction: column;}
	.contacts_type1_mess_title {margin-bottom: 12px;}
	.contacts_type1_timework_box {width: 40%;}
}
@media screen and (max-width: 767px) {
	.contacts_type1_phone_box {width: 100%; margin-bottom: 35px;}
	.contacts_type1_timework_box {width: 100%; margin-bottom: 35px;}
	.contacts_type1_mess_row {width: 100%; margin-bottom: 35px;}
	.contacts_type1_subtitle {margin-bottom: 60px;}
	.contacts_type1_title {font-size: 35px;}
}
@media screen and (max-width: 390px) {}
@media screen and (max-width: 375px) {}