/* =Company card
----------------------------------------*/
/* =Company card
----------------------------------------*/
.app2-company-card .card {
	background: #FFFFFF;
}

.app2-company-card h2 {
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #6C757D;
}
.app2-company-card h2.app2-bordered {
	border-top: 3px solid #1261A5;
}

.app2-company-card .card-text h1 {
	font-size: 1.4rem;
}

.app2-company-card__alerts {
	margin-top: 0.5rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	font-size: 1rem;
	overflow: hidden;
	border-radius: 2px;
	text-align: center;
}

.app2-company-card__alert {
	padding: 1rem 1rem;
	color: #FFFFFF !important;
}
.app2-company-card__alert a {
	color: inherit !important;
}
.app2-company-card__alert--info {
	background: #57889C;
}
.app2-company-card__alert--warning {
	background: #C79121;
}
.app2-company-card__alert--danger {
	background: #A90329;
}

.card.app2-company-card__header {
	position: relative;
	background: linear-gradient(to bottom, #3481C3 0%, #1362A5 100%);
	color: #FFFFFF;
}
.card.app2-company-card__header h1 {
	font-size: 1.6rem;
	font-variant: small-caps;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.app2-company-card__expired-installment {
	display: inline-block;
	background: #A90329;
	color: #FFFFFF;
	padding: 2px 5px;
	font-size: 1rem;
}

.app2-company-card__header:before, .app2-company-card__header:after {
	content: " ";
	width: 58px;
	height: 92px;
	margin-top: -16px;
	position: absolute;
	top: 100%;
	z-index: 1;
	background: url("../img/ringX1-02.png");
	background-image: -webkit-image-set(url("../img/ringX1-02.png") 1x, url("../img/ringX2-02.png") 2x, url("../img/ringX3-02.png") 3x);
	background-image:         image-set(url("../img/ringX1-02.png") 1x, url("../img/ringX2-02.png") 2x, url("../img/ringX3-02.png") 3x);
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.app2-company-card__header:before {
	left: 0;
}

.app2-company-card__header:after {
	right: 0;
}

.app2-company-card__admin-toolbar {
	height: 41px;
	margin: 0 0 0 1rem !important;
	padding: 0;
}
.app2-company-card__admin-toolbar li {
	list-style: none;
	padding: 0;
}
.app2-company-card__admin-toolbar a {
	font-size: 13px;
}

@media (max-width: 991.98px) {
	.app2-company-card__admin-toolbar .invisible {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.app2-company-card h2 {
		font-size: 0.9rem;
	}
	.card.app2-company-card__header h1 {
		font-size: 1.35rem;
	}
	.app2-company-card__header:before {
		left: 30px;
	}
	.app2-company-card__header:after {
		right: 30px;
	}
	.app2-company-card__expand-button {
		display: none !important;
	}
	.app2-company-card__collapsed-on .app2-company-card__expand-button {
		display: block !important;
	}
	.app2-company-card__collapsed-on .app2-company-card__collapsed-block {
		position: relative;
		max-height: 400px;
		overflow-y: hidden;
	}
	.app2-company-card__collapsed-on .app2-company-card__collapsed-block:after {
		content: "";
		position: absolute;
		height: 50px;
		bottom: 0;
		right: 0;
		left: 0;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #F8F9FA 100%);
	}
}

/* =Company card icons
----------------------------------------*/
.app2-company-card__icon_address {
	background: url("../img/address.svg");
	background-image: -webkit-image-set(url("../img/address.png") 1x, url("../img/address2x.png") 2x, url("../img/address3x.png") 3x);
	background-image:         image-set(url("../img/address.png") 1x, url("../img/address2x.png") 2x, url("../img/address3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_cell {
	background: url("../img/cell.svg");
	background-image: -webkit-image-set(url("../img/cell.png") 1x, url("../img/cell2x.png") 2x, url("../img/cell3x.png") 3x);
	background-image:         image-set(url("../img/cell.png") 1x, url("../img/cell2x.png") 2x, url("../img/cell3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_fax {
	background: url("../img/fax.svg");
	background-image: -webkit-image-set(url("../img/fax.png") 1x, url("../img/fax2x.png") 2x, url("../img/fax3x.png") 3x);
	background-image:         image-set(url("../img/fax.png") 1x, url("../img/fax2x.png") 2x, url("../img/fax3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_telegram {
	background: url("../img/telegram.svg");
	background-image: -webkit-image-set(url("../img/telegram.png") 1x, url("../img/telegram2x.png") 2x, url("../img/telegram3x.png") 3x);
	background-image:         image-set(url("../img/telegram.png") 1x, url("../img/telegram2x.png") 2x, url("../img/telegram3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_mail {
	background: url("../img/mail.svg");
	background-image: -webkit-image-set(url("../img/mail.png") 1x, url("../img/mail2x.png") 2x, url("../img/mail3x.png") 3x);
	background-image:         image-set(url("../img/mail.png") 1x, url("../img/mail2x.png") 2x, url("../img/mail3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_phone {
	background: url("../img/phone.svg");
	background-image: -webkit-image-set(url("../img/phone.png") 1x, url("../img/phone2x.png") 2x, url("../img/phone3x.png") 3x);
	background-image:         image-set(url("../img/phone.png") 1x, url("../img/phone2x.png") 2x, url("../img/phone3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_url {
	background: url("../img/url.svg");
	background-image: -webkit-image-set(url("../img/url.png") 1x, url("../img/url2x.png") 2x, url("../img/url3x.png") 3x);
	background-image:         image-set(url("../img/url.png") 1x, url("../img/url2x.png") 2x, url("../img/url3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_vcard {
	background: url("../img/vcard.svg");
	background-image: -webkit-image-set(url("../img/vcard.png") 1x, url("../img/vcard2x.png") 2x, url("../img/vcard3x.png") 3x);
	background-image:         image-set(url("../img/vcard.png") 1x, url("../img/vcard2x.png") 2x, url("../img/vcard3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_worktime {
	background: url("../img/worktime.svg");
	background-image: -webkit-image-set(url("../img/worktime.png") 1x, url("../img/worktime2x.png") 2x, url("../img/worktime3x.png") 3x);
	background-image:         image-set(url("../img/worktime.png") 1x, url("../img/worktime2x.png") 2x, url("../img/worktime3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_ok {
	background: url("../img/ok.svg");
	background-image: -webkit-image-set(url("../img/ok.png") 1x, url("../img/ok2x.png") 2x, url("../img/ok3x.png") 3x);
	background-image:         image-set(url("../img/ok.png") 1x, url("../img/ok2x.png") 2x, url("../img/ok3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_twitter {
	background: url("../img/twitter.svg");
	background-image: -webkit-image-set(url("../img/twitter.png") 1x, url("../img/twitter2x.png") 2x, url("../img/twitter3x.png") 3x);
	background-image:         image-set(url("../img/twitter.png") 1x, url("../img/twitter2x.png") 2x, url("../img/twitter3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_vk {
	background: url("../img/vk.svg");
	background-image: -webkit-image-set(url("../img/vk.png") 1x, url("../img/vk2x.png") 2x, url("../img/vk3x.png") 3x);
	background-image:         image-set(url("../img/vk.png") 1x, url("../img/vk2x.png") 2x, url("../img/vk3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_whatsapp {
	background: url("../img/whatsapp.svg");
	background-image: -webkit-image-set(url("../img/whatsapp.png") 1x, url("../img/whatsapp2x.png") 2x, url("../img/whatsapp3x.png") 3x);
	background-image:         image-set(url("../img/whatsapp.png") 1x, url("../img/whatsapp2x.png") 2x, url("../img/whatsapp3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_recall {
	background: url("../img/recall.svg");
	background-image: -webkit-image-set(url("../img/recall.png") 1x, url("../img/recall2x.png") 2x, url("../img/recall3x.png") 3x);
	background-image:         image-set(url("../img/recall.png") 1x, url("../img/recall2x.png") 2x, url("../img/recall3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_ask {
	background: url("../img/ask.svg");
	background-image: -webkit-image-set(url("../img/ask.png") 1x, url("../img/ask2x.png") 2x, url("../img/ask3x.png") 3x);
	background-image:         image-set(url("../img/ask.png") 1x, url("../img/ask2x.png") 2x, url("../img/ask3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_doctor {
	background: url("../img/doctor.svg");
	background-image: -webkit-image-set(url("../img/doctor.png") 1x, url("../img/doctor2x.png") 2x, url("../img/doctor3x.png") 3x);
	background-image:         image-set(url("../img/doctor.png") 1x, url("../img/doctor2x.png") 2x, url("../img/doctor3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_youtube {
	background: url("../img/youtube.svg");
	background-image: -webkit-image-set(url("../img/youtube.png") 1x, url("../img/youtube2x.png") 2x, url("../img/youtube3x.png") 3x);
	background-image:         image-set(url("../img/youtube.png") 1x, url("../img/youtube2x.png") 2x, url("../img/youtube3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon_tiktok {
	background: url("../img/tiktok.svg");
	background-image: -webkit-image-set(url("../img/tiktok.png") 1x, url("../img/tiktok2x.png") 2x, url("../img/tiktok3x.png") 3x);
	background-image:         image-set(url("../img/tiktok.png") 1x, url("../img/tiktok2x.png") 2x, url("../img/tiktok3x.png") 3x);
	background-position: 50% 50%;
}

.app2-company-card__icon {
	display: block;
	width: 26px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: contain;
}

/* =Company card rating
----------------------------------------*/
.app2-card__rating {
	height: 32px;
}
.app2-card__rating button {
	background-color: transparent;
	transition: all 0.2s ease-in;
}
.app2-card__rating button .material-icons {
	font-size: 16px;
}
.app2-card__rating button i {
	margin-left: 0.25rem;
}

button.app2-card__rating-plus {
	color: #83AFD6;
}
button.app2-card__rating-plus:not(:disabled):hover {
	background-color: rgba(131, 175, 214, 0.1);
}

button.app2-card__rating-minus {
	color: #FB8AA0;
}
button.app2-card__rating-minus:not(:disabled):hover {
	background-color: rgba(251, 138, 160, 0.1);
}

.app2-card__rating-star {
	color: #FDB833;
}

.app2-card__rating-bordered-star {
	color: #CED4DA;
}

@media (max-width: 991.98px) {
	.app2-card__rating-star, .app2-card__rating-bordered-star {
		font-size: 16px !important;
	}
}

/* =Company card contacts
----------------------------------------*/
.app2-company-card__contact {
	font-size: 0.83rem;
	border-bottom: 1px solid #E9ECEF;
	padding-left: 0.5rem;
}
.app2-company-card__contact:last-child {
	border-bottom: 0;
}
.app2-company-card__contact a {
	text-decoration: none;
}

.app2-company-card__contact_hidden {
	text-decoration: none;
}
.app2-company-card__contact_hidden:hover {
	text-decoration: none;
}
.app2-company-card__contact_hidden span:last-child {
	text-decoration: underline;
	-webkit-text-decoration-style: dashed !important;
	        text-decoration-style: dashed !important;
}
.app2-company-card__contact_hidden span:first-child {
	position: relative;
	text-decoration: none;
}
.app2-company-card__contact_hidden span:first-child:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 60%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%);
}

.app2-company-card__contact-whatsapp {
	font-size: 0.8rem !important;
	background-color: transparent;
	margin-left: -0.5rem;
	color: #3682AC;
	transition: all 0.2s ease-in-out !important;
}
.app2-company-card__contact-whatsapp:hover {
	background-color: rgba(0, 157, 28, 0.1);
}

.btn.app2-company-card__contact-callback {
	min-width: 130px;
	font-size: 0.8rem !important;
	background-color: #28BC51;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out !important;
}
.btn.app2-company-card__contact-callback:hover {
	background-color: #24A748;
	color: #FFFFFF;
}

.app2-company-card__contact-comment {
	display: block;
	padding-right: 0.5rem;
}

.app2-company-card__facades {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 82px;
	overflow: hidden;
}

.app2-company-card__facade {
	float: left;
	padding: 0;
	margin: 0 0.125rem 0.25rem 0;
	overflow: hidden;
	border: 1px solid #DEE2E6;
	border-radius: 2px;
}
.app2-company-card__facade img {
	height: 80px;
}
.app2-company-card__facade > a {
	display: block;
	width: 100%;
	height: 100%;
}

.app2-company-card__address-map-header {
	background-color: #D74B6A;
	border-radius: 4px;
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
}
.app2-company-card__address-map-header:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 4px;
	border-color: #D74B6A transparent transparent transparent;
}

.app2-company-card__address-map {
	background-color: #F8F9FA;
	overflow: hidden;
}
.app2-company-card__address-map figure {
	height: 100%;
}

.app2-company-card__qr {
	opacity: 0.8;
	margin: 0;
	transition: opacity 0.15s ease-in;
}
.app2-company-card__qr:hover {
	opacity: 1;
}

.app2-company-card__cb-form form {
	background: #F8F9FA;
}
.app2-company-card__cb-form form label {
	font-size: 0.9rem;
}
.app2-company-card__cb-form form button {
	font-size: 0.8rem;
	text-transform: uppercase;
}

.app2-company-card__addresses-column {
	font-size: 0.75rem;
}

.btn.app2-company-card__contact-connect {
	min-width: 130px;
	font-size: 0.8rem !important;
	background-color: #3BA7E3;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out !important;
}
.btn.app2-company-card__contact-connect:hover {
	background-color: #259DE0;
	color: #FFFFFF;
}

.app2-company-card__contact-er25 {
	min-width: 130px;
	height: 32px;
	line-height: 32px;
	font-size: 0.8rem !important;
	background-color: #FF1800 !important;
	color: #FFFFFF !important;
	transition: all 0.2s ease-in-out !important;
}
.app2-company-card__contact-er25:hover {
	background-color: #E61600 !important;
	color: #FFFFFF;
}

.app2-company-card__page-text img {
	max-width: 100%;
}

.app2-company-card__bus-stops {
	font-size: 0.8rem;
}

.app2-company-card__report {
	color: #6C757D;
	font-size: 0.8rem;
}
.app2-company-card__report:hover {
	color: #495057;
}

@media (min-width: 576px) {
	.app2-card__contacts {
		border-right: 1px solid #DEE2E6;
	}
}

@media (min-width: 768px) {
	.app2-company-card__contact-comment {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.app2-company-card__address-map {
		height: 300px !important;
	}
	.app2-company-card__address-menu {
		font-size: 0.8rem;
		text-transform: uppercase;
	}
	.app2-company-card__address-menu a {
		color: #495057;
		background: #F8F9FA;
		text-decoration: none !important;
		transition: all 0.2s ease-in;
	}
	.app2-company-card__address-menu a:hover {
		background: #E9ECEF;
		color: #212529;
		border-radius: 2px;
	}
}

@media (max-width: 991.98px) {
	.app2-company-card__address {
		width: calc(100% - 20px);
	}
	.app2-company-card__address-menu span {
		font-weight: bold;
	}
}

@media (max-width: 575.98px) {
	.app2-card__contacts {
		order: 2;
	}
	.app2-company-card__address-menu span {
		font-weight: bold;
	}
	.app2-company-card__contact_hidden span:first-child:after {
		left: -30%;
	}
	.app2-company-card__contact_hidden span:last-child {
		transform: translateX(-35px);
	}
}

/* =Company card address store
----------------------------------------*/
h2.app2-company-card__as-header {
	background-color: #E9ECEF;
	font-size: 1rem;
	height: 54px;
}

.app2-company-card__as-categories {
	font-size: 0.8rem;
}
.app2-company-card__as-categories ul, .app2-company-card__as-categories li {
	margin: 0 !important;
	padding: 0 !important;
}
.app2-company-card__as-categories a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none !important;
}
.app2-company-card__as-categories a:hover {
	background-color: #DEE2E6;
}
.app2-company-card__as-categories li:hover {
	background-color: #F8F9FA;
}
.app2-company-card__as-categories ul a {
	padding: 0.25rem 1rem 0.25rem 1rem;
}
.app2-company-card__as-categories ul ul a {
	padding-left: 2rem;
	font-size: 0.75rem;
}
.app2-company-card__as-categories > li {
	border-bottom: 1px solid #DEE2E6;
}
.app2-company-card__as-categories > li:last-child {
	border-bottom: none;
}

.app2-company-card__as-level1 > a {
	color: #6C757D;
	text-transform: uppercase;
}

.app2-company-card__as-cid_active > a, .app2-company-card__as-cid_active > a:hover {
	background-color: #1261A5;
	color: #FFFFFF !important;
}

.app2-company-card__as-form {
	background-color: #E9ECEF;
	height: 54px;
}

.app2-company-card__as-floors .btn {
	min-width: 40px;
}

.app2-company-card__as-results {
	position: relative;
}

.app2-company-card__as-results_loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}

/* =Company card result
----------------------------------------*/
.app2-company-card__company {
	border-bottom: 1px solid #DEE2E6;
	font-size: 0.85rem;
}
.app2-company-card__company:last-child {
	border-bottom: none;
}
.app2-company-card__company .material-icons {
	font-size: 0.75rem;
}

.app2-company-card__company-heading {
	font-size: 1.2rem;
}

.app2-company-card__company-image img {
	max-width: 100%;
}

.app2-company-card__company-image_small {
	width: 32px;
}

.app2-company-card__company-address {
	font-weight: bold;
	color: #495057;
}

.app2-company-card__company-phone a {
	color: #495057;
	-webkit-text-decoration-style: dashed !important;
	        text-decoration-style: dashed !important;
}
.app2-company-card__company-phone a:hover {
	color: #212529;
}

.app2-company-card__company-phone-toggle {
	-webkit-text-decoration-style: dashed !important;
	        text-decoration-style: dashed !important;
}

.app2-company-card__company-phone_hidden {
	position: relative;
}
.app2-company-card__company-phone_hidden:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 60%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%);
}

.app2-company-card__as-result_expand-phone .app2-company-card__company-phone_collapsed {
	display: block;
}

.app2-company-card__company-description {
	font-size: 0.8rem;
}

.app2-company-card__as-child-heading {
	font-size: 0.8rem;
}

.app2-company-card__company-heading .entry, .app2-company-card__as-child-heading .entry {
	font-weight: bold;
}

@media (max-width: 575.98px) {
	.app2-company-card__as-result {
		font-size: 0.75rem;
	}
	.app2-company-card__company-heading {
		font-size: 1rem;
	}
}

/* =Company card showroom
----------------------------------------*/
.app2-company-card__showroom {
	font-size: 0.85rem;
}
.app2-company-card__showroom h5 {
	font-size: 1rem;
}

.app2-company-card__showroom-cell .card {
	text-decoration: none !important;
}

.app2-company-card__showroom-media {
	height: 320px;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-size: auto !important;
}
.app2-company-card__showroom-media img {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

@media (max-width: 575.98px) {
	.app2-company-card__showroom-media {
		height: 150px;
	}
}

@media (min-width: 576px) {
	.app2-company-card__showroom-media {
		height: 220px;
	}
}

@media (min-width: 1600px) {
	.app2-company-card__showroom-media {
		height: 320px;
	}
}

.app2-company-card__showroom-title {
	font-size: 1.2rem;
}

.app2-company-card__showroom-price {
	font-size: 1.2rem;
}

.app2-company-card__showroom-no-price {
	min-width: 50px;
	font-size: 0.8rem;
}

@media (min-width: 768px) {
	.app2-company-card__showroom-cell:nth-child(3n - 1) {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	}
}

@media (min-width: 992px) {
	.app2-company-card__showroom-cell .card {
		transition: all 0.3s ease-out;
	}
	.app2-company-card__showroom-cell:hover .card {
		transform: translateY(-3px);
		box-shadow: 1px 5px 5px 1px rgba(0, 0, 0, 0.15) !important;
	}
}

/* =Company card other company offers
----------------------------------------*/
.app2-company-card__oco {
	background: #F8F9FA;
}

/* =Company card other company nearby
----------------------------------------*/
.app2-company-card__ocn {
	font-size: 0.85rem;
	background: #F8F9FA;
}
.app2-company-card__ocn .app2-company-card__company-phone_hidden:after {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #F8F9FA 70%);
}

.app2-company-card__ocn-heading {
	text-decoration: underline;
}

.app2-company-card__ocn-image {
	height: 120px;
}
.app2-company-card__ocn-image img {
	max-height: 120px;
	max-width: 95%;
}

.app2-company-card__ocn-link {
	text-decoration: none !important;
}

@media (min-width: 992px) {
	.app2-company-card__ocn-link {
		transition: all 0.3s ease-out;
	}
	.app2-company-card__ocn-link:hover {
		transform: translateY(-3px);
		box-shadow: 1px 5px 5px 1px rgba(0, 0, 0, 0.15) !important;
	}
}

/* =Company connect-form
----------------------------------------*/
.app2-company-card__connect-form {
	font-size: 0.9rem;
}
.app2-company-card__connect-form a {
	color: inherit !important;
}
.app2-company-card__connect-form button {
	opacity: 0.9;
	transition: opacity 0.2s ease-in;
}
.app2-company-card__connect-form button:hover {
	opacity: 1;
}

/* =Company card 3d
----------------------------------------*/
.app2-company-card__3d > div {
	height: 90vh;
}

@media (min-width: 992px) {
	.app2-company-card__3d > div {
		height: 600px;
	}
}

/* =Company card pages
----------------------------------------*/
.app2-company-card__pages-menu-item a {
	text-decoration: none !important;
}
.app2-company-card__pages-menu-item a:hover {
	background: #DEE2E6;
}

h2.app2-company-card__pages-menu-header {
	background-color: #E9ECEF;
	font-size: 1rem;
	height: 54px;
}

.app2-company-card__pages-menu-item_active > a, .app2-company-card__pages-menu-item_active > a:hover {
	background-color: #1261A5;
	color: #FFFFFF !important;
}

.app2-company-card__article-text h3, .app2-company-card__article-text h4 {
	margin-bottom: 0.5rem;
}

.app2-company-card__article-text h3 {
	font-size: 1.4rem;
}

.app2-company-card__article-text h4 {
	font-size: 1.2rem;
}

.app2-company-card__article-text img {
	max-width: 100%;
	display: flex;
	margin: auto;
}

@media (max-width: 575.98px) {
	.app2-company-card__pages-menu-col {
		width: 100%;
	}
}

@media (min-width: 576px) {
	.app2-company-card__pages-menu-col {
		width: 25%;
		border-right: 1px solid #DEE2E6;
	}
}

@media (min-width: 992px) {
	.app2-company-card__article-text {
		font-size: 1rem;
		font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	}
}

/* =Company card discounts
----------------------------------------*/
.app2-company-card__discounts {
	font-size: 0.8rem;
}

.app2-company-card__discount-amount {
	font-size: 1rem;
}

@media (min-width: 576px) {
	.app2-company-card__discount-amount {
		font-size: 1.3rem;
	}
}

/* =Company card files
----------------------------------------*/
.app2-company-card__files {
	font-size: 0.8rem;
}

/* =Company card tags
----------------------------------------*/
.app2-company-card__tags {
	font-size: 0.8rem;
}
.app2-company-card__tags ul {
	text-transform: lowercase;
}

/* =Company card gallery
----------------------------------------*/
.app2-company-card__gallery {
	margin-left: -0.25rem;
	margin-right: -0.25rem;
}

.app2-company-card__gallery-section {
	position: relative;
}

.app2-company-card__gallery-header {
	transform: rotate(270deg);
	position: absolute;
	top: 50px;
	left: -61px;
	width: 90px;
	height: 30px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 0.8rem;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

.app2-company-card__gallery-header-bg {
	position: absolute;
	top: -10px;
	left: -35px;
	height: 132px;
	width: 34px;
	background: url("../img/pinBlock.svg");
	background-image: -webkit-image-set(url("../img/pinBlock.png") 1x, url("../img/pinBlock2x.png") 2x, url("../img/pinBlock3x.png") 3x);
	background-image:         image-set(url("../img/pinBlock.png") 1x, url("../img/pinBlock2x.png") 2x, url("../img/pinBlock3x.png") 3x);
}

.app2-company-card__gallery-photo {
	width: 20%;
	padding: 0.125rem;
}
.app2-company-card__gallery-photo a {
	border: 1px solid #DEE2E6;
	background: #FFFFFF;
	margin-left: 0.125rem;
	margin-right: 0.125rem;
	height: 100%;
	width: 100%;
}
.app2-company-card__gallery-photo img {
	max-height: 100%;
	max-width: 100%;
}

/* =Company instagram feed
----------------------------------------*/
.app2-company-card__instagram {
	margin-left: -4px;
}

.app2-company-card__instagram:not(.ready) {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	margin-right: -4px;
}
.app2-company-card__instagram:not(.ready) .app2-company-card__instagram-feed {
	display: flex;
	flex-shrink: 0;
	width: 10000px;
	margin-left: -0.25rem;
}
.app2-company-card__instagram:not(.ready) figure {
	height: 271px;
}

.app2-company-card__instagram-photo {
	padding: 0.125rem;
	position: relative;
	overflow: hidden;
}
.app2-company-card__instagram-photo a {
	border: 1px solid #DEE2E6;
	background: #FFFFFF;
	margin-left: 0.125rem;
	margin-right: 0.125rem;
	height: 100%;
	width: 100%;
}
.app2-company-card__instagram-photo img {
	max-height: 100%;
	max-width: 100%;
}
.app2-company-card__instagram-photo .caption {
	position: absolute;
	bottom: 3px;
	min-height: 45px;
	left: 6px;
	right: 2px;
	padding: 4px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	font-size: 0.8rem;
	border-radius: 0 0 4px 4px;
	transition: all 0.2s ease;
}

.VueCarousel-navigation {
	z-index: 9;
}

.VueCarousel-navigation-button {
	color: #666666 !important;
}

.VueCarousel-navigation--disabled {
	opacity: 0;
}

.pswp__caption {
	display: flex;
}

.pswp__caption__center {
	max-width: 800px;
}

@media (max-width: 1024px) {
	.VueCarousel-navigation {
		display: none;
	}
}

/* =Company card meta
----------------------------------------*/
.app2-company-card__meta .material-icons {
	font-size: 18px;
}

h2.app2-company-card__meta-header {
	background-color: #E9ECEF;
	font-size: 1rem;
	height: 54px;
}

h3.app2-company-card__meta-header {
	text-transform: uppercase;
	font-size: 1em;
}

div.app2-company-card__meta-spacer {
	margin-top: 10px;
	border-top: 1px dashed #ADB5BD !important;
}

.app2-company-card__meta-groups {
	font-size: 0.9rem;
}
.app2-company-card__meta-groups ul {
	margin: 0 !important;
	padding: 0 !important;
}
.app2-company-card__meta-groups li {
	cursor: pointer;
	display: block;
	padding: 0.5rem 1rem;
	color: #3682AC;
	border-bottom: 1px solid #DEE2E6;
}
.app2-company-card__meta-groups li:last-child {
	border-bottom: none;
}
.app2-company-card__meta-groups li:hover {
	background-color: #DEE2E6;
}
.app2-company-card__meta-groups li:hover {
	background-color: #F8F9FA;
}
.app2-company-card__meta-groups li.app2-company-card__meta-group_active, .app2-company-card__meta-groups li.app2-company-card__meta-group_active:hover {
	background-color: #1261A5;
	color: #FFFFFF;
}

.app2-company-card__meta-list {
	font-size: 0.85rem;
}

.app2-company-card__meta {
	background: #F8F9FA;
	padding: 0 0.25rem 0.25rem 0.25rem;
	border: 1px solid #DEE2E6;
}

h3.app2-company-card__meta-header {
	border-bottom: none !important;
}

@media (min-width: 576px) {
	h3.app2-company-card__meta-header {
		font-size: 1.2em;
	}
}

@media (min-width: 992px) {
	.app2-company-card__meta-list {
		-moz-column-count: 2;
		     column-count: 2;
	}
}

/* =Company card news
----------------------------------------*/
.app2-company-card__other-news {
	background: #E9ECEF;
}
.app2-company-card__other-news > h3 {
	font-size: 1.1rem;
}

.app2-company-card__news-image {
	display: block;
	max-height: 300px;
	overflow: hidden;
}

@media (max-width: 767.98px) {
	.app2-company-card__other-news.rounded {
		border-radius: 0 !important;
	}
}

/* =Company card events
----------------------------------------*/
.app2-company-card__event-image {
	display: block;
	max-height: 300px;
	overflow: hidden;
}

/* =Company card news
----------------------------------------*/
.app2-company-card__vacancies {
	background: #FFFFFF;
	border: 1px solid #DEE2E6;
	font-size: 0.8rem;
}
.app2-company-card__vacancies ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.app2-company-card__vacancies li {
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #DEE2E6;
}
.app2-company-card__vacancies li:last-child {
	border-bottom: none;
}
.app2-company-card__vacancies > h3 {
	margin-bottom: 0 !important;
	padding: 0 1rem;
	font-size: 1.1rem;
}

.app2-company-card__vacancy-date {
	display: block;
	font-size: 0.8rem;
}

@media (max-width: 767.98px) {
	.app2-company-card__vacancies.rounded {
		border-radius: 0 !important;
	}
}

/* =Company card owner menu button
----------------------------------------*/
.app2-company-card__om-button {
	display: block;
	position: relative;
	padding: 0.25rem 0.5rem 0.25rem 25px !important;
	text-decoration: none !important;
	background-color: #D74B6A;
	color: #FFFFFF;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0.8rem;
}

.app2-company-card__om-button img {
	position: absolute;
	top: 4px;
	height: 14px;
}

.app2-company-card__om-button span {
	color: #FFFFFF;
	text-decoration: underline;
}

.app2-company-card__om-button-icon1 {
	z-index: 2;
	        animation: app2-company-card__om-button-icon1-keyframes 3s linear 0s 1 normal forwards;
	-webkit-animation: app2-company-card__om-button-icon1-keyframes 3s linear 0s 1 normal forwards;
	   -moz-animation: app2-company-card__om-button-icon1-keyframes 3s linear 0s 1 normal forwards;
}

@-webkit-keyframes app2-company-card__om-button-icon1-keyframes {
	0% {
		left: -25px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	33.3333% {
		left: -25px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	43.3333% {
		left: 7px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	46.6667% {
		left: 4px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	50% {
		left: 7px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	66.6667% {
		left: 7px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	100% {
		left: 105%;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
}

@keyframes app2-company-card__om-button-icon1-keyframes {
	0% {
		left: -25px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	33.3333% {
		left: -25px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	43.3333% {
		left: 7px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	46.6667% {
		left: 4px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	50% {
		left: 7px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	66.6667% {
		left: 7px;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	100% {
		left: 105%;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
}

.app2-company-card__om-button-icon2 {
	left: -25px;
	-webkit-animation-delay: 3s;
	        animation-delay: 3s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-name: app2-company-card__om-button-icon2-keyframes;
	        animation-name: app2-company-card__om-button-icon2-keyframes;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes app2-company-card__om-button-icon2-keyframes {
	0% {
		left: -25px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	5.0847% {
		left: 7px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	6.7797% {
		left: 4px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	8.4746% {
		left: 7px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	83.0508% {
		left: 7px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	100% {
		left: 7px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
}

@keyframes app2-company-card__om-button-icon2-keyframes {
	0% {
		left: -25px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	5.0847% {
		left: 7px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	6.7797% {
		left: 4px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	8.4746% {
		left: 7px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	83.0508% {
		left: 7px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	100% {
		left: 7px;
		opacity: 1;
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
}

.app2-company-card__om-button-separator {
	z-index: 1;
	position: absolute;
	top: 2px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	        transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
	-webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
	   -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
	background-color: #D74B6A;
	        animation: app2-company-card__om-button-separator-keyframes 1s linear 2s 1 normal forwards;
	-webkit-animation: app2-company-card__om-button-separator-keyframes 1s linear 2s 1 normal forwards;
	   -moz-animation: app2-company-card__om-button-separator-keyframes 1s linear 2s 1 normal forwards;
}

@-webkit-keyframes app2-company-card__om-button-separator-keyframes {
	0% {
		        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
		-webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
		   -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	100% {
		        transform: translate3d(69px, 0px, 0px) scale3d(0.00725, 1, 1);
		-webkit-transform: translate3d(69px, 0px, 0px) scale3d(0.00725, 1, 1);
		   -moz-transform: translate3d(69px, 0px, 0px) scale3d(0.00725, 1, 1);
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
}

@keyframes app2-company-card__om-button-separator-keyframes {
	0% {
		        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
		-webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
		   -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
	100% {
		        transform: translate3d(69px, 0px, 0px) scale3d(0.00725, 1, 1);
		-webkit-transform: translate3d(69px, 0px, 0px) scale3d(0.00725, 1, 1);
		   -moz-transform: translate3d(69px, 0px, 0px) scale3d(0.00725, 1, 1);
		        animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		   -moz-animation-timing-function: linear;
	}
}

li:not(.active):hover .app2-company-card__om-button, li:not(.active):hover .app2-company-card__om-button-separator {
	background-color: #D62149;
}

li.active .app2-company-card__om-button div, li.active .app2-company-card__om-button img {
	display: none;
}

.app2-company-card__om-button-container.active a {
	background: url("//iprim.ru/tpl/img/icons/edit-gray.png") no-repeat 3px 5px;
}

@media (max-width: 767.98px) {
	.app2-company-card__om-button {
		padding: 0.25rem 0.5rem 0.25rem 0.5rem !important;
	}
	.app2-company-card__om-button i {
		margin-top: 2px;
		font-size: 15px;
	}
	.app2-company-card__om-button:hover i {
		color: #FFFFFF;
	}
}

/* =Company card admin sidebar button
----------------------------------------*/
.app2-company-card__as-button {
	display: block;
	margin-left: 0.5rem;
	padding: 0.25rem 0.5rem;
	text-decoration: none !important;
	color: #495057;
}
.app2-company-card__as-button i {
	font-size: 15px;
	transform: translateY(2px);
}