/* =========================================================
   PEREVEDI CONTACTS PAGE
========================================================= */

.pby-contacts-page{
	padding: 24px 0 40px;
}

.pby-contacts-page,
.pby-contacts-page *{
	box-sizing: border-box;
}

.pby-contacts-hero{
	display: grid;
	grid-template-columns: 1.1fr 0;
	gap: 0;
	background: #fff;
	border: 1px solid #e6ebf2;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 12px 35px rgba(16, 41, 95, 0.05);

}

.pby-contacts-hero__content{
	padding: 48px 36px 36px;
}
.pby-contacts-hero{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.pby-contacts-hero__eyebrow{
	display: inline-block;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 800;
	color: #d71920;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.pby-contacts-hero__title{
	margin: 0 0 18px;
	font-size: 64px;
	line-height: 1;
	font-weight: 900;
	color: #10295f;
}

.pby-contacts-hero__text{
	max-width: 500px;
	font-size: 18px;
	line-height: 1.6;
	color: #42516d;
}

.pby-contacts-hero__media{
	min-height: 360px;
	position: relative;
	background: linear-gradient(135deg, #f9fbff 0%, #eef2f9 100%);
}

.pby-contacts-hero__image{
	width: 100%;
	height: 100%;
	background-image: url('/upload/contacts/contacts-hero.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* quick actions */

.pby-contacts-actions{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 18px;
}

.pby-contact-action{
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 22px 20px;
	border: 1px solid #e6ebf2;
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	color: #10295f;
	box-shadow: 0 8px 24px rgba(16, 41, 95, 0.04);
	transition: .2s ease;
	cursor: pointer;
}

.pby-contact-action:hover{
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(16, 41, 95, 0.08);
	text-decoration: none;
	color: #10295f;
}

.pby-contact-action--button{
	width: 100%;
	border: 1px solid #e6ebf2;
	outline: 0;
}

.pby-contact-action__icon{
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-color: #fff1f2;
}

.pby-contact-action__icon--phone{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.5h3l1.2 4-2 1.2c1 2 2.6 3.6 4.6 4.6l1.2-2 4 1.2v3c0 1-.8 1.8-1.8 1.8C9.8 18.3 4.7 13.2 4.7 6.3c0-1 .8-1.8 1.8-1.8Z' stroke='%23d71920' stroke-width='2'/%3E%3C/svg%3E");
}

.pby-contact-action__icon--mail{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2' stroke='%23d71920' stroke-width='2'/%3E%3Cpath d='M5 7l7 6 7-6' stroke='%23d71920' stroke-width='2'/%3E%3C/svg%3E");
}

.pby-contact-action__icon--doc{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3h7l4 4v14H7V3Z' stroke='%23d71920' stroke-width='2'/%3E%3Cpath d='M14 3v5h4M10 13h5M10 17h5' stroke='%23d71920' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.pby-contact-action__icon--route{
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s7-6.16 7-12A7 7 0 1 0 5 9c0 5.84 7 12 7 12Z' stroke='%23d71920' stroke-width='2'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='%23d71920'/%3E%3C/svg%3E");
}

.pby-contact-action__title{
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 6px;
}

.pby-contact-action__text{
	font-size: 16px;
	font-weight: 700;
	color: #1b356b;
	margin-bottom: 3px;
}

.pby-contact-action__note{
	font-size: 13px;
	color: #6b778f;
}

/* main grid */

.pby-contacts-main{
	display: grid;
	grid-template-columns: 1fr 1.15fr 1.1fr;
	gap: 18px;
	margin-top: 18px;
}

.pby-contacts-card{
	background: #fff;
	border: 1px solid #e6ebf2;
	border-radius: 10px;
	padding: 26px;
	box-shadow: 0 10px 28px rgba(16, 41, 95, 0.04);
}

.pby-contacts-card__title{
	margin: 0 0 16px;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.15;
	color: #10295f;
}

.pby-contacts-card__subtitle{
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.6;
	color: #60708b;
}

.pby-contacts-card--form{
	background: linear-gradient(180deg, #0f2c63 0%, #09214d 100%);
	border-color: #0f2c63;
}

.pby-contacts-card__title--white,
.pby-contacts-card__subtitle--white{
	color: #fff;
}

.pby-contacts-card__subtitle--white{
	opacity: .88;
}

/* contact list */

.pby-contact-list{
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.pby-contact-list__item{
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.pby-contact-list__icon{
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	margin-top: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.pby-contact-list__icon--phone{
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 4.5h3l1.2 4-2 1.2c1 2 2.6 3.6 4.6 4.6l1.2-2 4 1.2v3c0 1-.8 1.8-1.8 1.8C9.8 18.3 4.7 13.2 4.7 6.3c0-1 .8-1.8 1.8-1.8Z' stroke='%23d71920' stroke-width='2'/%3E%3C/svg%3E");
}

.pby-contact-list__icon--mail{
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2' stroke='%23d71920' stroke-width='2'/%3E%3Cpath d='M5 7l7 6 7-6' stroke='%23d71920' stroke-width='2'/%3E%3C/svg%3E");
}

.pby-contact-list__icon--time{
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%23d71920' stroke-width='2'/%3E%3Cpath d='M12 8v4l3 2' stroke='%23d71920' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.pby-contact-list__icon--pin{
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21s7-6.16 7-12A7 7 0 1 0 5 9c0 5.84 7 12 7 12Z' stroke='%23d71920' stroke-width='2'/%3E%3Ccircle cx='12' cy='9' r='2.5' fill='%23d71920'/%3E%3C/svg%3E");
}

.pby-contact-list__label{
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 5px;
	color: #10295f;
}

.pby-contact-list__value{
	font-size: 15px;
	line-height: 1.55;
	color: #475670;
}

.pby-contact-list__value a{
	color: #1b356b;
	text-decoration: none;
}

/* offices */

.pby-office-list{
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.pby-office-item{
	display: grid;
	grid-template-columns: 1fr 96px;
	gap: 14px;
	align-items: center;
	padding: 14px;
	border: 1px solid #e6ebf2;
	border-radius: 14px;
	background: #fbfcfe;
}

.pby-office-item__head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 8px;
}

.pby-office-item__city{
	font-size: 16px;
	font-weight: 800;
	color: #10295f;
}

.pby-office-item__badge{
	padding: 5px 9px;
	border-radius: 999px;
	background: #d71920;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}

.pby-office-item__address{
	font-size: 14px;
	line-height: 1.5;
	color: #55647d;
}

.pby-office-item__thumb{
	width: 96px;
	height: 72px;
	border-radius: 12px;
	background: linear-gradient(135deg, #e8eef8 0%, #dfe7f4 100%);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pby-contacts-link{
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
	font-size: 14px;
	font-weight: 800;
	color: #1d4b9a;
	text-decoration: none;
}

/* form */

.pby-contacts-form{
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pby-input{
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	color: #10295f;
	outline: 0;
}

.pby-input--textarea{
	height: 94px;
	padding-top: 12px;
	resize: none;
}

.pby-checkbox{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: rgba(255,255,255,.85);
}

.pby-submit{
	height: 46px;
	border: 0;
	border-radius: 10px;
	background: #d71920;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transition: .2s ease;
}

.pby-submit:hover{
	background: #c7131a;
}

/* bottom */

.pby-contacts-bottom{
	display: grid;
	grid-template-columns: 1.4fr .9fr;
	gap: 18px;
	margin-top: 18px;
}

.pby-contacts-map{
	min-height: 320px;
	border: 1px solid #e6ebf2;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 28px rgba(16, 41, 95, 0.04);
}
.pby-contacts-map .bx-yandex-view-layout{
margin-bottom: 0px !important}
.pby-contacts-map iframe,
.pby-contacts-map .map{
	width: 100%;
	height: 100%;
	min-height: 320px;
}

.pby-messengers{
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.pby-messenger{
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid #e6ebf2;
	border-radius: 14px;
	background: #fbfcfe;
	font-size: 15px;
	font-weight: 800;
	color: #10295f;
	text-decoration: none;
}




/* benefits */

.pby-contacts-benefits{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 18px;
}

.pby-benefit{
	padding: 22px 18px;
	background: #fff;
	border: 1px solid #e6ebf2;
	border-radius: 10px;
	box-shadow: 0 10px 28px rgba(16, 41, 95, 0.04);
}

.pby-benefit__icon{
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	border-radius: 50%;
	background-color: #eef3fb;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.pby-benefit__icon--fast{
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8' stroke='%2310295f' stroke-width='2'/%3E%3Cpath d='M12 8v4l3 2' stroke='%2310295f' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.pby-benefit__icon--safe{
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3l7 3v5c0 4.5-2.8 8.5-7 10-4.2-1.5-7-5.5-7-10V6l7-3Z' stroke='%2310295f' stroke-width='2'/%3E%3C/svg%3E");
}

.pby-benefit__icon--expert{
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3' stroke='%2310295f' stroke-width='2'/%3E%3Cpath d='M19 12a7 7 0 0 1-.2 1.7l2 1.6-2 3.4-2.4-1a7.3 7.3 0 0 1-2.8 1.6L13 22h-2l-.6-2.7a7.3 7.3 0 0 1-2.8-1.6l-2.4 1-2-3.4 2-1.6A7 7 0 0 1 5 12c0-.6.1-1.2.2-1.7l-2-1.6 2-3.4 2.4 1a7.3 7.3 0 0 1 2.8-1.6L11 2h2l.6 2.7a7.3 7.3 0 0 1 2.8 1.6l2.4-1 2 3.4-2 1.6c.1.5.2 1.1.2 1.7Z' stroke='%2310295f' stroke-width='1.7'/%3E%3C/svg%3E");
}

.pby-benefit__icon--easy{
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='3' width='12' height='18' rx='2' stroke='%2310295f' stroke-width='2'/%3E%3Cpath d='M9 8h6M9 12h6M9 16h2' stroke='%2310295f' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.pby-benefit__title{
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 800;
	color: #10295f;
}

.pby-benefit__text{
	font-size: 14px;
	line-height: 1.55;
	color: #60708b;
}

/* responsive */

@media (max-width: 1200px){
	.pby-contacts-main{
		grid-template-columns: 1fr 1fr;
	}
	.pby-contacts-card--form{
		grid-column: 1 / -1;
	}
	.pby-contacts-bottom{
		grid-template-columns: 1fr;
	}
	.pby-contacts-benefits{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px){
	.pby-contacts-page{
		padding: 16px 0 28px;
	}
	.pby-contacts-hero{
		border-radius: 10px;
	}
	.pby-contacts-hero__content{
		padding: 28px 20px 20px;
	}
	.pby-contacts-hero__title{
		font-size: 42px;
	}
	.pby-contacts-hero__text{
		font-size: 16px;
	}
	.pby-contacts-hero__media{
		min-height: 220px;
	}
	.pby-contacts-actions{
		grid-template-columns: 1fr;
	}
	.pby-contacts-main{
		grid-template-columns: 1fr;
	}
	.pby-contacts-bottom{
		grid-template-columns: 1fr;
	}
	.pby-contacts-benefits{
		grid-template-columns: 1fr;
	}
	.pby-contacts-card,
	.pby-contact-action,
	.pby-benefit{
		border-radius: 10px;
	}
}

@media (max-width: 640px){
	.pby-office-item{
		grid-template-columns: 1fr;
	}
	.pby-office-item__thumb{
		width: 100%;
		height: 120px;
	}
	.pby-contact-action{
		padding: 18px 16px;
	}
	.pby-contact-action__title{
		font-size: 16px;
	}
	.pby-contact-action__text{
		font-size: 14px;
	}
}
/* Reviews block inside contacts messengers card */

.pby-contact-reviews {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid #e6ebf2;
}

.pby-contact-reviews__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.pby-contact-reviews__eyebrow {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #d71920;
}

.pby-contact-reviews__title {
	margin: 0;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
	color: #10295f;
}

.pby-contact-reviews__summary {
	min-width: 86px;
	padding: 10px 12px;
	border-radius: 14px;
	background: #fff1f2;
	text-align: center;
	color: #d71920;
}

.pby-contact-reviews__summary span {
	display: block;
	font-size: 22px;
	font-weight: 950;
	line-height: 1;
}

.pby-contact-reviews__summary small {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 800;
	color: #10295f;
}

.pby-contact-reviews__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.pby-review-source {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 96px;
	padding: 14px;
	border: 1px solid #e6ebf2;
	border-radius: 16px;
	background: #fbfcfe;
	text-decoration: none;
	color: #10295f;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pby-review-source:hover {
	transform: translateY(-2px);
	border-color: rgba(215, 25, 32, .22);
	box-shadow: 0 12px 26px rgba(16, 41, 95, .08);
	text-decoration: none;
	color: #10295f;
}

.pby-review-source__logo {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 950;
	line-height: 1;
	background: #fff;
	box-shadow: 0 8px 18px rgba(16, 41, 95, .08);
}

.pby-review-source--google .pby-review-source__logo {
	color: #1d4b9a;
}

.pby-review-source--yandex .pby-review-source__logo {
	color: #d71920;
}

.pby-review-source__body {
	min-width: 0;
	flex: 1 1 auto;
}

.pby-review-source__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 4px;
}

.pby-review-source__name {
	font-size: 14px;
	font-weight: 900;
	color: #10295f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pby-review-source__rating {
	padding: 3px 7px;
	border-radius: 999px;
	background: #d71920;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.pby-review-source__stars {
	margin-bottom: 5px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #ffc107;
	line-height: 1;
}

.pby-review-source__text {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	color: #60708b;
}

.pby-contact-reviews__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	padding: 12px 14px;
	border-radius: 14px;
	background: #f6f8fc;
}

.pby-contact-reviews__footer span {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	color: #60708b;
}

.pby-contact-reviews__footer a {
	font-size: 13px;
	font-weight: 900;
	color: #1d4b9a;
	text-decoration: none;
	white-space: nowrap;
}

.pby-contact-reviews__footer a:hover {
	color: #d71920;
	text-decoration: none;
}

@media (max-width: 640px) {
	.pby-contact-reviews__head {
		align-items: stretch;
	}

	.pby-contact-reviews__grid {
		grid-template-columns: 1fr;
	}

	.pby-contact-reviews__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.pby-contact-reviews__summary {
		min-width: 78px;
	}
}
.pby-review-source__logo {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #e8edf5;
	box-shadow: 0 10px 22px rgba(16, 41, 95, 0.08);
	position: relative;
	overflow: hidden;
}

.pby-review-source__logo span {
	display: block;
	line-height: 1;
	user-select: none;
}

/* GOOGLE */

.pby-review-source__logo--google span {
	font-size: 28px;
	font-weight: 900;
	font-family: Arial, sans-serif;
	background: conic-gradient(
		from 20deg,
		#4285f4 0deg 90deg,
		#34a853 90deg 180deg,
		#fbbc05 180deg 270deg,
		#ea4335 270deg 360deg
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

/* YANDEX */

.pby-review-source__logo--yandex span {
	font-size: 30px;
	font-weight: 900;
	font-family: Arial, sans-serif;
	color: #e60012;
}

/* лёгкий акцент фона */

.pby-review-source__logo--google::after,
.pby-review-source__logo--yandex::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 16px;
	pointer-events: none;
}

.pby-review-source__logo--google::after {
	background: linear-gradient(180deg, rgba(66,133,244,.04), rgba(52,168,83,.02));
}

.pby-review-source__logo--yandex::after {
	background: linear-gradient(180deg, rgba(230,0,18,.05), rgba(230,0,18,.015));
}

/* =========================================================
   CUSTOM CONTACTS MAP
========================================================= */

.pby-contacts-map {
	position: relative;
	min-height: 430px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e6ebf2;
	box-shadow: 0 18px 45px rgba(16, 41, 95, 0.1);
}

.pby-contacts-map::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
	border-radius: 24px;
}

.pby-contacts-map::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(16, 41, 95, 0.08), transparent 22%, transparent 78%, rgba(16, 41, 95, 0.06)),
		linear-gradient(180deg, rgba(16, 41, 95, 0.06), transparent 26%, transparent 74%, rgba(16, 41, 95, 0.08));
}

.pby-contacts-map .bx-yandex-view-layout,
.pby-contacts-map .bx-yandex-view-map,
.pby-contacts-map .bx-yandex-map {
	width: 100% !important;
	height: 100% !important;
	min-height: 430px !important;
}

.pby-contacts-map .bx-yandex-view-layout {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
}

/* информационная карточка поверх карты */

.pby-map-info {
	position: absolute;
	left: 24px;
	top: 24px;
	z-index: 10;
	max-width: 320px;
	padding: 18px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(10px);
	box-shadow: 0 16px 36px rgba(16, 41, 95, 0.16);
	border: 1px solid rgba(230, 235, 242, 0.9);
}

.pby-map-info__title {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 900;
	color: #10295f;
}

.pby-map-info__address {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.45;
	color: #55647d;
}

.pby-map-info__route {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border-radius: 10px;
	background: #d71920;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(215, 25, 32, 0.22);
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pby-map-info__route:hover {
	color: #fff;
	background: #c7131a;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(215, 25, 32, 0.28);
}

/* кастомный маркер */



.pby-contacts-map .marker svg {
	display: block;
	width: 54px;
	height: 66px;
}

/* кластеры */

.pby-map-cluster {
	position: relative;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pby-map-cluster svg {
	position: absolute;
	inset: 0;
	width: 64px;
	height: 64px;
}

.pby-map-cluster span {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff;
	color: #10295f;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(16, 41, 95, 0.18);
}

/* controls */

.pby-contacts-map .ymaps-2-1-79-zoom {
	border-radius: 10px !important;
	overflow: hidden !important;
	box-shadow: 0 10px 24px rgba(16, 41, 95, 0.18) !important;
}

.pby-contacts-map .ymaps-2-1-79-zoom__plus,
.pby-contacts-map .ymaps-2-1-79-zoom__minus {
	background: #fff !important;
}

/* скрываем лишние элементы Яндекс-карты визуально, если они всё же появились */

.pby-contacts-map .ymaps-2-1-79-search,
.pby-contacts-map .ymaps-2-1-79-traffic,
.pby-contacts-map .ymaps-2-1-79-listbox,
.pby-contacts-map .ymaps-2-1-79-float-button,
.pby-contacts-map .ymaps-2-1-79-ruler-control {
	display: none !important;
}

/* mobile */

@media (max-width: 991px) {
	.pby-contacts-map {
		min-height: 360px;
		border-radius: 10px;
	}

	.pby-contacts-map .bx-yandex-view-layout,
	.pby-contacts-map .bx-yandex-view-map,
	.pby-contacts-map .bx-yandex-map,
	.pby-contacts-map ymaps {
		min-height: 360px !important;
	}

	.pby-contacts-map::before {
		border-radius: 18px;
	}

	.pby-map-info {
		left: 16px;
		top: 16px;
		max-width: 300px;
		padding: 15px;
		border-radius: 16px;
	}
}

@media (max-width: 640px) {
	.pby-contacts-map {
		min-height: 340px;
	}

	.pby-contacts-map .bx-yandex-view-layout,
	.pby-contacts-map .bx-yandex-view-map,
	.pby-contacts-map .bx-yandex-map,
	.pby-contacts-map ymaps {
		min-height: 340px !important;
	}

	.pby-map-info {
		left: 12px;
		right: 12px;
		top: 12px;
		max-width: none;
		padding: 14px;
	}

	.pby-map-info__title {
		font-size: 16px;
	}

	.pby-map-info__address {
		font-size: 13px;
		margin-bottom: 12px;
	}

	.pby-map-info__route {
		min-height: 38px;
		font-size: 13px;
	}
}
.pby-contacts-card.pby-contacts-card--form {
    background: none;
    border: 0;
    padding: 0;
}