body {
  margin: 0;
}

body.fixed {
  width: 100vw;
  position: fixed;
}

a {
  color: var(--white);
  text-decoration: none;
}

.popular_blogs {
	display: flex;
	flex-direction: column;
	border: 3px red solid;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	padding: 20px 40px;
}

.summary-block {
	display: flex;
	justify-content: space-between;
}

.popular_blog {
	color: #1742db !important;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}

.popular_blog:hover {
	text-decoration: underline;
}

nav {
	display: flex !important;
}
.person_wrap {
	padding: 215px 0 0 0;
}
.person_big_card {
	max-width: 1084px;
	width: 100%;
	padding-left: 130px;
	padding-right: 130px;
	padding-top: 49px;
	padding-bottom: 40px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 20px 50px rgba(22, 97, 130, 0.16);
	        box-shadow: 0px 20px 50px rgba(22, 97, 130, 0.16);
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 31px;
}
.person_big_card_top_row {
	text-align: center;
	padding: 22px 39px;
	border-radius: 6px;
	background-color: #E9F5FF;
	margin-bottom: 78px;
}
.person_big_card_top_row_user {
	text-align: center;
}
.person_big_card_date {
	background-color: #E9F5FF;
	display: flex;
	margin: 40px auto 0 auto;
	justify-content: center;
	align-items: center;
	width: 104px;
	height: 26px;
	font-weight: 300;
	color: #35A0EE;
	border-radius: 4px 4px 0px 0px;
}
.person_big_card_line {
	height: 1px;
	background-color: #e0e0e0;
	margin-bottom: 51px;
	margin-top: 51px;
}
.person_big_card_top_row_user_img {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 16px auto;
}
.person_big_card_top_row_user_img img {
	width: 100%;
	height: 100%;
}
.person_big_card_top_row_user_name h1 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-family: Museo ,sans-serif;
	margin: 0 0 8px 0;
}
.person_big_card_top_row_user_name p {
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
	color: #50535F;
	font-family: Museo ,sans-serif;
	font-weight: 300;
}
.person_big_card_top_row_user_name p:last-of-type {
	font-size: 16px;
	color: #808080;
}
.person_big_card_top_row_user_name p:not(:first-of-type) {
	margin-top: 5px;
	color: #50535F;
}

.person_big_card_content_data_row {
	display: flex;
	justify-content: space-between;
}
.person_big_card_content_data_row:first-of-type {
	margin-bottom: 56px;
}
.person_big_card_content_data_row:last-of-type {
	padding-bottom: 40px;
}
.person_big_card_content_data_col {
	width: 50%;
	position: relative;
	padding-left: 64px;
}
.person_big_card_content_data_row:last-of-type .person_big_card_content_data_col {
	width: 100%;
}
.person_big_card_content_data_col h2 {
	font-size: 20px;
	line-height: 24px;
	color: #1742db;
	margin: 0 0 16px 0;
}
.person_big_card_content_data_col p {
	color: #50535F;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 24px;
	margin-top: 0px;
}
.person_big_card_content_data_col h2 span {
	color: #000;
	display: block;
}
.person_big_card_content_data_col h2 img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 48px;
	height: 48px;
}
.person_big_card_content_data_col:first-of-type {
	margin-right: 24px;
}
.person_big_card_content_data_col_content_contacts {
	padding: 0px;
	margin: 0px;
}
.person_big_card_content_data_col_content_contacts li {
	list-style: none;
	background-color: #f2f2f2;
	height: 32px;
	padding: 7px 16px 7px 40px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.person_big_card_content_data_col_content_contacts li:hover {
	background-color: #f4f4f4;
}
.person_big_card_content_data_col_content_contacts li.emails {
	max-width: 290px;
}
.person_big_card_content_data_col_content_contacts li.phones {
	max-width: 185px;
}
.person_big_card_content_data_col_content_contacts li:not(:last-of-type) {
	margin-bottom: 8px;
}
.person_big_card_content_data_col_content_contacts li span {
	color: #000;
	font-size: 14px;
	line-height: 18px;
	max-width: 260px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.person_big_card_content_data_col_content_contacts li img {
	margin-right: 12px;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.person_big_card_content_data_col_content_social_container {
	display: flex;
	justify-content: space-between;
}
.person_big_card_content_data_col_content_social_col {
	width: 50%;
}
.person_big_card_content_data_col_content_social_col:first-of-type {
	margin-right: 56px;
}
.person_big_card_content_data_col_content_social_block h3 {
	margin: 0 0 11px 0;
	line-height: 18px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
}
.person_big_card_content_data_col_content_social_block h3 img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}
.person_big_card_content_data_col_content_social_block:not(:last-of-type) {
	margin-bottom: 24px;
}
.person_big_card_content_data_col_content_social_block p {
	margin: 0;
}
.person_big_card_content_data_col_content_social_block a {
	color: #1742db;
	font-size: 14px;
}
.directory_big_button_blue {
	background-color: #1742db;
	max-width: 424px;
	width: 100%;
	height: 48px;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 4px;
	cursor: pointer;
}
.directory_big_button_blue:hover {
	background-color: #4CB3FE;
}
.directory_big_button_blue i {
	margin-left: 12px;
}

.directory_person_page_search {
	text-align: center;
	margin-bottom: 62px;
}
.directory_person_page_search h2 {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
	margin-top: 0;
}
.directory_person_page_search p {
	font-size: 14px;
	line-height: 18px;
	color: #828282;
	margin: 0;
}
.directory_person_page_search h2 span {
	display: block;
	margin-top: 24px;
	font-size: 14px;
	color: #828282;
}
.directory_person_page_search_form {
	max-width: 612px;
	width: 100%;
	margin: 32px auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.directory_person_page_search_form .blue_button {
	position: absolute;
	right: 0;
	top: 23px;
}
.directory_person_page_search_form input:focus-visible {
	outline: none;
}
.directory_person_page_search_form input {
	width: 100%;
	height: 48px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 153px;
}
.blue_button {
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #1742db;
	width: 133px;
	height: 48px;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	border: none;
	cursor: pointer;
}
.blue_button:hover {
	background-color: #4CB3FE;
}

.directory_person_page_similar_contacts {
	max-width: 1084px;
	width: 100%;
	margin: 0 auto 70px auto;
}
.directory_person_page_similar_contacts h2 {
	text-align: center;
}
.directory_person_page_similar_contacts_row {
	width: 100%;
	background-color: #E9F5FF;
	border-radius: 6px;
	padding: 22px 24px 22px 120px;
	position: relative;
	min-height: 120px;
	display: flex;
}
.directory_person_page_similar_contacts_row:hover {
	background-color: #DCEFFF;
}
.directory_person_page_similar_contacts_row:not(:last-of-type) {
	margin-bottom: 16px;
}
.directory_person_page_similar_contacts_row_left {
	margin-right: 40px;
}
.directory_person_page_similar_contacts_row_left img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	left: 24px;
}
.directory_person_page_similar_contacts_row_left div {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 0 0 8px 0;
	font-weight: bold;
}
.directory_person_page_similar_contacts_row_left p {
	font-size: 14px;
	line-height: 18px;
	color: #50535F;
	margin-top: 0;
	margin-bottom: 2px;
}
.directory_person_page_similar_contacts_row .blue_button {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}

.profiles {
	margin: 20px auto 20px auto !important;
}

.directory_person_page_similar_contacts_row_middle {
	position: absolute;
	left: 65%;
	transform: translateX(-50%);
	top: 32px;
}
.directory_person_page_similar_contacts_row_middle .th-6 {
	margin: 0;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.directory_person_page_similar_contacts_row_middle .th-6 span {
	color: #1742db;
}
.directory_person_page_similar_contacts_row_middle .th-6:first-of-type {
	margin-bottom: 10px;
}
.directory_person_page_similar_contacts_row_middle img {
	width: 16px;
	height: 16px;
	margin-left: 7px;
	position: relative;
	top: 3px;
}



.our_extension {
	background: #f6f7f7;
	padding-top: 50px;
}
.our_extension_row {
	overflow: hidden;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.our_extension_text {
	width: 272px;
	margin-right: 105px;
}
.our_extension_text h3 {
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	font-family: Museo ,sans-serif;
	font-weight: 300;
	color: #383838;
	margin: 0px 0px 12px 0px;
}
.our_extension_text p {
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	font-family: Museo ,sans-serif;
	font-weight: 300;
	color: #6B6B6B;
	margin-bottom: 31px;
}
.our_extension_text img {
	width: 200px;
	height: 100%;
	-webkit-transition: all 0.3s ease transform;
	-o-transition: all 0.3s ease transform;
	transition: all 0.3s ease transform;
}
.our_extension_text img:hover {
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);
	        box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.our_extension_row>a>img {
	margin-top: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px rgba(0,0,0,0.1);
	        position: relative;
	        top: 5px;
}
.our_extension_row>a>img:hover {
	-webkit-animation: chrome_icon_anim 0.6s ease infinite;
	        animation: chrome_icon_anim 0.6s ease infinite;
}

#notfound {
	font-family: 'Muli', sans-serif;
	position: relative;
	width: 100%;
	background: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

#notfound .notfound {
	height: 100%;
	width: 100%;
}

.notfound {
	max-width: 540px;
	margin: 0px auto;
	line-height: 1.4;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.notfound .notfound-404 {
	position: relative;
	line-height: 150px;
}

.notfound .notfound-404 h1 {
	font-family: 'Muli', sans-serif;
	font-size: 186px;
	font-weight: 900;
	margin: 0px;
	text-transform: uppercase;
	color: #383838;
}

.notfound h2 {
	color: #383838;
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin: 20px 0 15px 0 !important;
	letter-spacing: 0.3px;
	line-height: 1.4 !important;
}

.notfound h3 {
	margin-bottom: 1em;
	margin-top: 1em;
}

.notfound p {
	color: #4b5056;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0px;
	letter-spacing: 0.2px;
	margin-bottom: 25px;
	max-width: 540px;
}

.notfound .notfound-a-home {
	width: 275px;
	height: 50px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f57215;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 16px;
	margin-right: 10px;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.notfound a:hover {
	opacity: 0.7;
}

.notfound .container {
	margin-top: -70px;
}

@media only screen and (max-width: 767px) {
	.notfound .container {
		margin-top: -120px;
	}
	#notfound .notfound {
		padding: 20px;
	}
	.notfound .notfound-404 {
		height: 110px;
		line-height: 110px;
	}
	.notfound .notfound-404 h1 {
		font-size: 80px;
	}
	.notfound-a-home {
		margin: 0 auto !important;
	}
}

@-webkit-keyframes chrome_icon_anim {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}
@keyframes chrome_icon_anim {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}

h3, h2 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin: 0 0 25px 0;
}
.best_way_to_contact {
	margin-bottom: 50px;
}
.best_way_to_contact span {
	color: #1742db;
}
.best_way_to_contact span:hover {
	text-decoration: underline;
	cursor: pointer;
}
.best_way_to_contact p {
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	color: #50535F;
}
.contact_information_summary ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact_information_summary ul li {
	color: #1742db;
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}
.contact_information_summary ul li:hover {
	text-decoration: underline;
}
.contact_information_summary g ul {
	padding-left: 14px;
}
.contact_information_summary g ul li {
	font-size: 12px;
	line-height: 22px;
}
.company-info, .education-info {
	margin-top: 36px;
	max-width: 50%;
}
.company-info .person_big_card_content_data_col_content_social_block h3,
.education-info .person_big_card_content_data_col_content_social_block h3 {
	padding-left: 0;
}
.company-info .person_big_card_content_data_col,
.education-info .person_big_card_content_data_col {
	width: 100%;
}
.company-info .person_big_card_content_data_col_content_social_col,
.education-info .person_big_card_content_data_col_content_social_col {
	width: 100%;
}
.education-info-result {
	margin-top:  16px;
}
.education-info .person_big_card_content_data_col h2 {
	margin: 0;
}
.education-info .education-description {
	margin-top: 16px;
}

/*--breadcrumbs--*/
.breadcrumbs--overview {
    position: relative;
    top: -38px;
    margin-top: 32px;
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrumbs {
	width: 100%;
    margin-top: 22px;
    padding: 0;
    list-style: none;
	margin: 0 auto;
}
.breadcrumbs__item {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #50535F;
}
.breadcrumbs__link {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #50535F;
}

/* @media only screen and (min-width: 1250px) {
	.breadcrumbs {
		width: 1275px;
	}
} */
/*--breadcrumbs--*/

@media screen and (max-width: 1200px) {
	.review_customers_row {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-left: -15px;
		margin-right: -15px;
	}
	.review_customer_block {
		width: 340px;
		margin: 0 20px;
	}
	.directory_person_page_search {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media screen and (max-width: 992px) {
	.review_customers_row {
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review_customer_block {
		max-width: 520px;
		width: 100%;
	}
	.review_customers_row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-left: -15px;
		margin-right: -15px;
	}
	.review_customer_block {
		width: 340px;
		margin: 0 20px;
	}
	.person_big_card {
		box-shadow: unset;
		padding-left: 60px;
		padding-right: 60px;
	}
	.person_big_card_date {
		border-radius: 4px;
	}
	.person_big_card_top_row {
		padding: 30px 22px;
	}
	.person_big_card_content {
		padding: 30px 22px;
	}
	.person_big_card_top_row_user_img {
		width: 80px;
		height: 80px;
	}
	.person_big_card_top_row_user_name h1 {
		font-size: 22px;
	}
	.person_big_card_top_row_user_name p {
		font-size: 16px;
	}
	.person_find_wrap_top h2 {
		font-size: 22px;
	}
	.person_find_filters .nice-select .current {
		font-size: 12px;
	}
	.person_find_results_card {
		padding: 16px 14px;
	}
	.person_find_results_card_img {
		width: 46px;
		height: 46px;
	}
	.person_find_results_card {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		border-color: #E3E4E4 !important;
		padding: 18px 32px 28px 32px;
	}
	.person_find_results_card:hover {
		-webkit-box-shadow: none !important;
		        box-shadow: none !important; 
	}
	.person_find_results_card_img {
		width: 65px;
		height: 65px;
	}
	.person_find_results_card_name h6 {
		font-size: 18px;
	}
	.person_find_results_card_name p {
		font-size: 14px;
	}
	.person_find_results_card_col {
		padding-top: 18px !important;
	}
	.person_find_results_card_col:nth-of-type(4) div p {
		text-align: left;
	}
	.person_find_results_card_col:nth-of-type(5) {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.person_find_results_card:not(:last-of-type) {
		margin-bottom: 24px;
	}
	.person_find_results_card_col:nth-of-type(4) div:first-of-type {
		margin-bottom: 12px;
	}
	.person_find_results_card_col:nth-of-type(4) div h6 {
		font-size: 11px;
	}
	.person_find_results_card_col:nth-of-type(4) div span {
		font-size: 14px;
	}
	.person_page_popup_registration {
		z-index: 10000000002 !important;
	}
	.registration_container {
		padding: 0 10px;
	}
	.person_big_card_row {
		flex-direction: column;
		align-items: center;
	}
	.person_big_card_col {
		text-align: center;
	}
	.person_big_card_col:not(:last-of-type) {
		margin-right: 0px;
		margin-bottom: 15px;
	}

}
@media screen and (max-width: 768px) {
	.company-info, .education-info {
		max-width: 100%;
	}
	.review_customers_row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.review_customer_block {
		width: 100%;
		margin: 0px 0 20px 0;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.review_customer_block p {
		margin-bottom: 15px;
	}
	.person_big_card_content {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		padding: 40px 0px 0px 0px;
	}
	.person_big_card {
		margin-bottom: 45px;
	}
	.person_big_card_content_data_row {
		flex-direction: column;
	}
	.person_big_card_content_data_col {
		width: 100%;
	}
	.person_big_card_content_data_col:first-of-type {
		margin-right: 0px;
		margin-bottom: 40px;
	}
	.person_big_card_content_data_row:first-of-type {
		margin-bottom: 40px;
	}
	.person_big_card_content_data_row:last-of-type {
		padding-bottom: 0px;
	}
	.person_big_card_content_left {
		width: 100%;
		margin-bottom: 25px;
		padding-top: 0px;
	}
	.person_big_card_content_right {
		width: 100%;
	}
	.person_find_filters {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}
	.person_find_filters li {
		border-bottom: 1px solid #eaeaea;
		min-height: 30px;
	}
	.person_find_filters li h6 {
		top: -1px;
	}
	.our_extension_row {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		 -ms-align-items: center;
		 -webkit-box-align: center;
		     -ms-flex-align: center;
		         align-items: center;
	}
	.our_extension_text {
		margin-right: 0px;
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	.person_big_card_content_right {
		padding: 50px 25px 20px 25px;
	}
	.person_big_card_content_right_label {
		top: 0px;
		border-radius: 6px 6px 0px 6px;
	}
	.person_big_card {
		padding-left: 15px;
		padding-right: 15px;
	}
	.person_big_card_top_row {
		margin-bottom: 28px;
	}
	.typography-h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.profiles .navigation {
		padding: 50px 0 40px 0 !important;
	}
	.directory_person_page_similar_contacts_row_middle {
		position: static;
		transform: unset;
		left: unset;
		top: unset;
		margin-bottom: 20px;
	}
}
.person_big_card_content_data_col_content_contacts_row .blured {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
	display: inline-block;
}

.contact_information_summary {
	padding-top: 23px;
}

@media screen and (max-width: 767px) {
	.breadcrumbs--overview {
		top: 4px;
	}
	.summary-block {
		flex-direction: column;
	}
	.popular_blogs {
		margin-top: 40px;
	}
	.contact_information_summary {
		padding-top: 0;
	}
	.our_extension_row>a>img:hover {
		-webkit-animation: unset;
				animation: unset;
	}
}

@media screen and (max-width: 576px) {
	.person_wrap {
		padding: 181px 0 0 0;
	}
	.show_more_testimonials {
		margin: 30px auto 0px auto;
	}
	.review_customers h2 {
		margin-bottom: 10px;
		font-size: 26px;
	}
	.review_customers .col-md-12>p {
		line-height: 24px;
	}
	.review_customers_wrap {
		padding-top: 34px;
	}
	.review_customer_block {
		margin: 0 0 15px 0;
		padding-top: 15px;
		padding-bottom: 5px;
	}
	.our_extension_text h3 {
		font-size: 24px;
	}
	.our_extension_text p {
		line-height: 24px;
	}
	.testimonials_users {
		padding-top: 50px;
		margin-bottom: 50px;
	}
	.testimonials_users h2 {
		margin-bottom: 10px;
		font-size: 24px;
	}
	.testimonials_users .col-md-12>p {
		line-height: 24px;
	}
	.testimonials_customers_wrap {
		padding-top: 34px;
	}
	.testimonials_customers_block {
		padding: 18px 15px 20px 15px;
	}
	.tes_cus_user_name img {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
	.tes_cus_user>img {
		display: block;
		width: 20px;
		height: auto;
	}
	.tes_cus_user_name h6 {
		font-size: 15px;
	}
	.tes_cus_user_name h6 span {
		font-size: 12px;
	}
	.show_more_customers_reviews {
		margin: 15px auto 45px auto;
	}
	.show_more_testimonials {
		margin: 30px auto 0px auto;
	}
	.our_extension_text h3 {
		font-size: 24px;
	}
	.our_extension_text p {
		line-height: 24px;
	}
	.person_big_card_top_row {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}
	/*.person_big_card_social_list {
		padding-left: 5px;
	}*/
	.person_big_card_top_row {
		padding: 28px 15px;
	}
	.person_big_card_top_row_user_img {
		width: 65px;
		height: 65px;
	}
	.person_big_card_top_row_user_name h1 {
		font-size: 18px;
		line-height: 24px;
	}
	/*.person_big_card_social_list li img {
		height: 26px;
		width: 26px;
	}*/
	.person_big_card_content {
		padding: 34px 0px 0px 0px;
	}
	.person_big_card_content_right_label {
		top: 0px;
		height: 36px;
	}
	.person_find_wrap_top h2 {
		font-size: 20px;
		line-height: 28px;
	}
	.person_find_enter_request_field {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}
	.person_find_enter_request_field input {
		width: 100%;
		position: static;
		border-right: 1px solid #E3E4E4;
		border-radius: 5px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.person_find_enter_request_field input::-webkit-input-placeholder {
		font-size: 14px;
	}
	.person_find_enter_request_field input::-moz-placeholder {
		font-size: 14px;
	}
	.person_find_enter_request_field input:-ms-input-placeholder {
		font-size: 14px;
	}
	.person_find_enter_request_field input::-ms-input-placeholder {
		font-size: 14px;
	}
	.person_find_enter_request_field input::placeholder {
		font-size: 14px;
	}
	.person_find_enter_request_field button {
		width: 100%;
		position: static;
	}
	.person_find_results_card {
		padding: 8px 15px 28px 15px;
	}
	.person_find_results_card_img {
		width: 55px;
		height: 55px; 
	}
	.person_find_results_card_name h6 {
		font-size: 16px;
	}
	.person_find_results_card_col:nth-of-type(5) a {
		width: 100%;
	}
	.person_find_pagination li {
		width: 30px;
		height: 30px;
		font-family: Museo ,sans-serif;
	}
	.pricing_logos_wrap {
		margin-bottom: 40px;
	}
	.testimonials_users h2 {
		font-size: 20px;
	}
	
	.our_extension_text h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.person_big_card_content_data_col_content_social_container {
		flex-direction: column;
	}
	.person_big_card_content_data_col_content_social_col {
		width: 100%;
	}
	.directory_person_page_search {
		padding-left: 15px;
		padding-right: 15px;
	}
	.person_big_card_content_data_col_content_social_col:first-of-type {
		margin-right: 0px;
		margin-bottom: 24px;
	}
	.person_big_card_top_row {
		margin-bottom: 8px;
	}
	.directory_person_page_similar_contacts_row {
		display: flex;
		flex-direction: column;
	}
	.directory_person_page_similar_contacts_row .blue_button {
		position: relative;
		transform: unset;
		right: unset;
		will-change: transform;
	}
	.directory_person_page_similar_contacts_row_left img {
		width: 50px;
		height: 50px;
	}
	.directory_person_page_similar_contacts_row {
		padding: 22px 24px 22px 90px;
	}
	.directory_person_page_similar_contacts_row_left {
		margin-bottom: 15px;
	}
	.blue_button {
		height: 47px;
	}
	.person_big_card {
		padding-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.person_big_card_content_data_col p {
		display: none;
	}
}









/*SECONDARY THEME*/

/* header-dark */
@-webkit-keyframes link-orange {
  from {
    color: var(--black);
  }
  to {
    color: var(--orange);
  }
}

@keyframes link-orange {
  from {
    color: var(--black);
  }
  to {
    color: var(--orange);
  }
}

@-webkit-keyframes link-white {
  from {
    color: var(--orange);
  }
  to {
    color: var(--black);
  }
}

@keyframes link-white {
  from {
    color: var(--orange);
  }
  to {
    color: var(--black);
  }
}

header {
  background: var(--white);
}

.menu {
  color: var(--black);
}

.menu a {
  color: var(--black);
  cursor: pointer;
}

/* .menu-mobile.active,
header .active,
header .accordion:hover {
  background-color: var(--black) !important;
} */

.dropdown-content a,
.pricing a,
.login a,
.login-mobile a {
  color: var(--black);
}

.menu a:hover,
.login a:hover {
  text-decoration: none !important;
}

.try-for-free:hover,
.try-for-free-mobile:hover {
  color: var(--white) !important;
  text-decoration: none !important;
}

.hamburger span {
  background-color: var(--black);
}

.hamburger.active span {
  background-color: var(--white);
}

.menu-mobile,
.menu-mobile.hidden {
  background-color: var(--black);
}

.login-mobile a {
  color: var(--white);
}

.dropdown-mobile {
  color: var(--white);
}

.dropdown-content-mobile a {
  color: var(--white);
}

/* presentation-white */
.presentation-white {
  margin-top: 104px;
  position: relative;
  overflow: hidden;
}

.presentation-white.legal {
  overflow: initial;
}

.presentation-white .bubbles-left,
.presentation-white .bubbles-right {
  position: absolute;
  z-index: 0;
}

.presentation-white .bubbles-left {
  top: 149px;
  left: 0;
}

.presentation-white .bubbles-right {
  top: 188px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .presentation-white .bubbles-left,
  .presentation-white .bubbles-right {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .presentation-white {
    height: auto;
  }
}


