/* main styles */
.popover {
	position: absolute;
	background-color: #fff;
	z-index: 111;
	color: #000;
	border-radius: 10px;
	font-size: 13px;
	line-height: 18px;
	top: 0;
	left: 5px;
	width: 280px;
	text-align: center;
	text-indent: 0;
	border: 1px solid #e1e3e8;
	padding: 10px 15px;
}

.popover.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.popover.fade.in {
	opacity: 1;
}

.popover.top {
	margin-top: -10px;
}

.popover:after, .popover:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	top: 100%;
	left: initial !important;
	right: 35px;
	margin: auto;
}

.popover:after {
	top: calc(100% - 1px);
	border-width: 11px 10px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.popover:before {
	right: 34px;
	border-width: 11px 11px 0 11px;
	border-color: #e1e3e8 transparent transparent transparent;
}

.popover .popover-content {
	font-size: 14px;
	font-weight: 400;
	color: #96979f;
}

.popover .popover-title {
	height: 30px;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popover .popover-title .inline-icon {
	transform: scale(0.75);
	margin-right: 4px;
}

.popover .popover-title a {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}

.link-details-review a, .category-desc a {
	color: #2eaf61 !important;
}

.link-header {
	position: relative;
	color: #fff;
	font-size: 39px;
	padding: 5px 5px 5px 0;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0 0 5px 0;
}

.link-header:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	display: inline-block;
	width: 100%;
	height: 3px;
	border-radius: 1px;
	background-color: #e9ebed;
}

.link-header .inline-icon {
	margin: -5px 5px 0 0;
}

.link-header .link-header-back {
	display: none !important;
}

.link-header h2, .link-header h1 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
	color: #767676;
}

@media (max-width: 576px) {
	.link-header .inline-icon {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.link-header h2, .link-header h1 {
		font-size: 20px;
		font-weight: 500;
	}
}

/* main styles */
/* about page styles */
.about-title {
	padding: 15px 0 5px;
}

.about-title h2 a {
	color: #4c4c4c;
}

/* .about-title:after {
  background-color: #fb9c48;
} */
.about-page h3 {
	margin: 10px 0 0;
	color: #4e4e4e;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}

.about-page h3 img {
	vertical-align: middle;
	height: 50px;
}

.about-page p {
	color: #4e4e4e;
	font-size: 14px;
	line-height: 22px;
}

.about-page p b {
	color: #4e4e4e;
}

.about-page p a {
	color: #2eaf61;
}

.about-page .dude-img.animated {
	animation: animatedHead .5s;
}

.about-page .contacts-wrapper {
	margin-top: 10px;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
}

.about-page .contacts-block ul li {
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-left: 30px;
}

.about-page .contacts-block ul li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
}

.about-page .contacts-block ul li span {
	font-size: 14px;
	line-height: 30px;
	color: #4e4e4e;
	margin-right: 3px;
}

.about-page .contacts-block ul li a {
	color: #4e4e4e;
	font-weight: 700;
	font-size: 14px;
}

.about-page .contacts-button {
	--_animation-rgb-value: 46, 175, 97;
	--_clr-rgb: 255, 255, 255;
	--_bg-rgb: 46, 175, 97;

	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 20px 4px 30px;
	margin: 0 0 16px 12px;
	border-radius: 10px;
	background-color: rgb(var(--_bg-rgb));
	color: rgb(var(--_clr-rgb));
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	position: relative;
	pointer-events: none;
}

.about-page .contacts-button:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	height: 6px;
	width: 6px;
	border-radius: 3px;
	background-color: rgb(var(--_bg-rgb));
	animation: pulse 2s;
	animation-iteration-count: infinite;
}

.about-page .contacts-button:before {
	content: '';
	position: absolute;
	left: -12px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 35px;
	height: 40px;
	background: url(../images/online-icon.svg) no-repeat;
	background-size: contain;
}

.about-page .contacts-button-offline {
	--_animation-rgb-value: 255, 0, 0;
	--_bg-rgb: 255, 0, 0;
}

.about-page .about-contact-logo {
	margin-right: 40px;
	width: 225px;
	height: 266px;
	position: relative;
}

.about-page .about-contact-logo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 185px;
	background: url(../images/mirror-search-icon.svg) no-repeat;
	background-size: contain;
}

.about-page .about-contact-logo:after {
	content: '';
	position: absolute;
	top: 40px;
	right: 0;
	width: 79px;
	height: 77px;
	background: url(../images/add-me-cloud.svg) no-repeat;
	background-size: contain;
}

.about-page .about-contact-logo span {
	font-size: 20px;
	line-height: 15px;
	color: #464646;
	position: absolute;
	right: 14px;
	top: 59px;
	width: 40px;
	text-align: center;
}

@media (min-width: 992px) {
	.about-page .contacts-button:hover {
		animation: pulse-green 1s;
	}
}

@media (min-width: 992px) {
	.about-page .contacts-button:hover:after {
		animation: pulse-green 1s;
	}
}

@media (max-width: 767px) {
	.about-page .contacts-button {
		margin: 0 0 5px 12px;
	}
}

@media (max-width: 767px) {
	.about-page .about-contact-logo {
		display: none;
	}
}

/* about page styles */
