@charset "utf-8";
/***************************************************************************************************
	page_lawyer_single.css
***************************************************************************************************/
#page_lawyer_single {
	width:100%;
	padding:var(--padding_3);
	padding-bottom:200px;
}
/*
*/
#page_lawyer_single .blk_1 {
	width:100%;
	padding:0 0 80px 0;
}
/*
*/
#page_lawyer_single .blk_2 {
	width:100%;
}
/*  */
#page_lawyer_single .blk_2_1 {
	width:100%;
	text-align: center;
}
#page_lawyer_single .blk_2_1 img {
	display: block;
	width:70%;
	max-width: 800px;
	height: auto;
	margin: auto;
}
/*  */
#page_lawyer_single .blk_2_2 {
	width: 100%;
	max-width: 1200px;
	height: auto;
	min-height: 250px;
	left:50%;
	top:0;
	background-color: rgba(255, 255, 255, .9);
	transform: translate(-50%, 0);
	padding:95px 8% 80px 8%;
	margin-top: -80px;
	display: flex;
	text-align: left;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
#page_lawyer_single .blk_2_2_1 {
	width:40%;
	padding:0 15px 0 0;
}
#page_lawyer_single .blk_2_2_1 > div {
	display: flex;
	flex-direction: column;
}
#page_lawyer_single .blk_2_2_1 h3 {
	font-size: 26px;
	line-height: 1.1;
	word-break: normal;
	order:2;
	padding:20px 0;
}
#page_lawyer_single .blk_2_2_1 p:nth-of-type(1) {
  font-size: 16px;
	line-height: 1.25;
  font-family: 'Lato', sans-serif;
  letter-spacing: .1em;
	text-align: left;
	word-wrap: normal;
	order:1;
}
#page_lawyer_single .blk_2_2_1 p:nth-of-type(2) {
  font-size: 16px;
	line-height: 1.25;
  font-family: 'Lato', sans-serif;
  letter-spacing: .1em;
	text-align: left;
	word-wrap: normal;
	order:3;
}
#page_lawyer_single .blk_2_2_2 {
	width:60%;
}
#page_lawyer_single .blk_2_2_2 > div {
	padding:0 25px 0 50px;
}
#page_lawyer_single .blk_2_2_2 h4 {
	position: absolute;
	left:0;
	top:0;
	font-size: 14px;
	line-height: 1;
}
#page_lawyer_single .blk_2_2_2 table {
	width:100%;
	text-align: left;
	border-left:1px solid var(--col_2);
}
#page_lawyer_single .blk_2_2_2 table td:nth-of-type(1) {
	text-align: left;
	vertical-align: top;
	width:1%;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	padding:5px 0 10px 25px;
}
#page_lawyer_single .blk_2_2_2 table td:nth-of-type(2) {
	font-size: 14px;
	line-height: 1.5;
	padding:5px 0 10px 25px;
}

/*  */
#page_lawyer_single .blk_2_3 {
	width: 100%;
	max-width: 1200px;
	padding:60px 8% 150px 8%;
	background-color: #ffffff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
	margin: 100px auto auto auto;
	text-align: left;
}
#page_lawyer_single .blk_2_3 h5 {
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	padding:30px 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #F4A6D7;
}
#page_lawyer_single .blk_2_3 p {
	line-height: 2;
	font-size: 14px;
	text-align: justify;
	padding:0 0 30px 0;
}
#page_lawyer_single .blk_2_3 table {
	display: flex;
	width:100%;
	flex-wrap: wrap;
	background-color: #f7f7f7;
	padding:45px 20px 20px 20px;
	margin-top: 50px;
}
#page_lawyer_single .blk_2_3 table tbody {
	display: flex;
	width:100%;
	flex-wrap: wrap;
}
#page_lawyer_single .blk_2_3 table tbody tr {
	display: block;
	width:100%;
}
#page_lawyer_single .blk_2_3 table tbody td:nth-of-type(1) {
	display: block;
	font-size: 16px;
	line-height: 1.75;
	padding: 0 20px 10px 20px;
}
#page_lawyer_single .blk_2_3 table tbody td:nth-of-type(2) {
	display: block;
	font-size: 14px;
	line-height: 1.75;
	padding: 0 20px 40px 20px;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
#page_lawyer_single {
	padding:var(--padding_2);
	padding-bottom:70px;
}
/*
*/
#page_lawyer_single .blk_1 {
	padding:0 0 20px 0;
}
/*
*/
#page_lawyer_single .blk_2 {
}
/*  */
#page_lawyer_single .blk_2_1 {
	width:100%;
}
#page_lawyer_single .blk_2_1 img {
	width:100%;
	max-width: none;
}
/*  */
#page_lawyer_single .blk_2_2 {
	width: 100%;
	max-width: none;
	height: auto;
	min-height: 0;
	left:0;
	top:0;
	background-color: #ffffff;
	transform: none;
	padding:20px 7% 50px 7%;
	margin-top: 0;
	display: block;
}
#page_lawyer_single .blk_2_2_1 {
	width:100%;
	padding:0;
}
#page_lawyer_single .blk_2_2_1 > div {
	display: block;
}
#page_lawyer_single .blk_2_2_1 h3 {
	font-size: 24px;
	padding:20px 0;
}
#page_lawyer_single .blk_2_2_1 p:nth-of-type(1) {
  font-size: 14px;
}
#page_lawyer_single .blk_2_2_1 p:nth-of-type(2) {
  font-size: 14px;
}
#page_lawyer_single .blk_2_2_2 {
	width:100%;
}
#page_lawyer_single .blk_2_2_2 > div {
	padding: 0;
}
#page_lawyer_single .blk_2_2_2 h4 {
	position: relative;
	left:0;
	top:0;
	padding:40px 0 10px 0;
}
#page_lawyer_single .blk_2_2_2 table {
	width:100%;
	margin: 0;
	border-left:none;
}
#page_lawyer_single .blk_2_2_2 table td:nth-of-type(1) {
	padding:10px 0 10px 0;
}
#page_lawyer_single .blk_2_2_2 table td:nth-of-type(2) {
	padding:10px 20px 10px 20px;
}

/*  */
#page_lawyer_single .blk_2_3 {
	padding:35px 7% 50px 7%;
	margin-top: 50px;
}
#page_lawyer_single .blk_2_3 h5 {
	font-size: 16px;
	padding:0 0 15px 0;
	margin-bottom: 15px;
}
#page_lawyer_single .blk_2_3 p {
	padding:0 0 25px 0;
}
#page_lawyer_single .blk_2_3 table {
	padding:20px 20px 10px 20px;
	margin-top: 20px;
	display: block;
}
#page_lawyer_single .blk_2_3 table tbody {
	display: block;
	width:100%;
	flex-wrap: wrap;
}
#page_lawyer_single .blk_2_3 table tbody tr {
	display: block;
	width:100%;
}
#page_lawyer_single .blk_2_3 table tbody td:nth-of-type(1) {
	padding: 0 0 0 0;
	font-size:15px;

}
#page_lawyer_single .blk_2_3 table tbody td:nth-of-type(2) {
	padding: 5px 0 30px 0;
}
}

.lang_eng #page_lawyer_single .blk_2 a,.lang_eng #page_lawyer_single .blk_2 p,.lang_eng #page_lawyer_single .blk_2  span   {
text-align: start !important;
}
.wp-block-group {}
.wp-block-group table {
position: initial;
 display: block
}
.wp-block-group tbody {
position: initial;
    max-width: 100%;
    display: block}
.wp-block-group tr {
position: initial;
    max-width: 100%;
    display: block;}
.wp-block-group td {
position: initial;
white-space: normal !important;
}
.wp-block-group p {
position: initial;
white-space: normal !important;
    max-width: 100%;
word-break: keep-all;
}