.sc-contact-page .site-content,
.sc-contact-page .col-full { max-width: none; margin: 0; padding: 0; }
.sc-contact-page .sc-menu > li > a[href*="contact"] { border: 0; border-radius: 7px; background: #fff0f5; color: #fb0b58; }

.sc-contact-main { padding: 22px 0 0; color: #181818; }
.sc-contact-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; color: #686868; font-size: 13px; }
.sc-contact-breadcrumb a { color: #555; text-decoration: none; }
.sc-contact-breadcrumb i { color: #aaa; }
.sc-contact-heading { margin-bottom: 38px; }
.sc-contact-heading h1 { position: relative; display: inline-block; margin: 0 0 11px; padding-bottom: 10px; color: #111; font-size: 36px; font-weight: 800; letter-spacing: -.02em; }
.sc-contact-heading h1::after { position: absolute; bottom: 0; left: 0; width: 104px; height: 2px; background: #fb0b58; content: ""; }
.sc-contact-heading p { margin: 0; color: #4f4f4f; font-size: 14px; }
.sc-contact-grid { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(330px, 1fr); gap: 42px; align-items: stretch; }
.sc-contact-card { padding: 28px 30px; border: 1px solid #dedede; border-radius: 7px; background: #fff; }
.sc-contact-card > h2 { margin: 0 0 27px; color: #161616; font-size: 23px; font-weight: 800; }
.sc-contact-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 28px; }
.sc-contact-form label { display: block; margin: 0; color: #333; font-size: 13px; font-weight: 500; }
.sc-contact-form label > span { display: block; margin-bottom: 9px; }
.sc-contact-form label b { color: #fb0b58; }
.sc-contact-form input,
.sc-contact-form textarea { display: block; width: 100%; margin: 0; border: 1px solid #d9dfe4; border-radius: 5px; background: #fff; color: #202020; box-shadow: none; font: inherit; }
.sc-contact-form input { height: 49px; padding: 0 15px; }
.sc-contact-form textarea { min-height: 112px; padding: 13px 15px; resize: vertical; }
.sc-contact-form input:focus,
.sc-contact-form textarea:focus { border-color: #fb0b58; box-shadow: 0 0 0 3px rgba(251, 11, 88, .08); }
.sc-contact-form__wide { grid-column: 1 / -1; }
.sc-contact-form button { display: inline-flex; min-width: 218px; height: 49px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 5px; background: linear-gradient(135deg, #ff0055, #f31366); color: #fff; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.sc-contact-form button:hover { background: #dc0049; }
.sc-contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.sc-contact-privacy { display: flex; align-items: center; gap: 8px; margin: 18px 0 -4px; color: #5d6266; font-size: 12px; }
.sc-contact-privacy i { color: #555; }
.sc-contact-alert { display: flex; align-items: center; gap: 10px; margin: -12px 0 24px; padding: 13px 16px; border-radius: 5px; font-size: 14px; }
.sc-contact-alert--success { border: 1px solid #b9e4cb; background: #effaf3; color: #20733e; }
.sc-contact-alert--error { border: 1px solid #ffbbc9; background: #fff3f6; color: #a8193e; }

.sc-contact-info__item { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; align-items: start; padding: 23px 0; border-bottom: 1px solid #e7e7e7; }
.sc-contact-info__item:last-child { border-bottom: 0; }
.sc-contact-info__icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid #ffc1d6; border-radius: 50%; background: #fff0f5; color: #fb0b58; font-size: 24px; }
.sc-contact-info h3 { margin: 3px 0 8px; color: #171717; font-size: 16px; font-weight: 800; }
.sc-contact-info a,
.sc-contact-info p { margin: 0; color: #444; font-size: 14px; line-height: 1.65; text-decoration: none; }
.sc-contact-info a:hover { color: #fb0b58; }
.sc-contact-newsletter { margin-top: 55px; margin-bottom: 0; }

@media (max-width: 1000px) {
	.sc-contact-grid { grid-template-columns: minmax(0, 1.35fr) minmax(290px, 1fr); gap: 25px; }
	.sc-contact-card { padding: 24px; }
}

@media (max-width: 780px) {
	.sc-contact-grid { grid-template-columns: 1fr; }
	.sc-contact-info { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 16px; }
	.sc-contact-info > h2 { grid-column: 1 / -1; }
	.sc-contact-info__item { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; border-bottom: 0; }
	.sc-contact-info__icon { width: 44px; height: 44px; font-size: 20px; }
}

@media (max-width: 600px) {
	.sc-contact-main { padding-top: 14px; }
	.sc-contact-breadcrumb { margin-bottom: 24px; font-size: 12px; }
	.sc-contact-heading { margin-bottom: 26px; }
	.sc-contact-heading h1 { font-size: 31px; }
	.sc-contact-heading p { font-size: 13px; line-height: 1.6; }
	.sc-contact-card { padding: 21px 17px; }
	.sc-contact-card > h2 { margin-bottom: 22px; font-size: 21px; }
	.sc-contact-form { grid-template-columns: 1fr; gap: 17px; }
	.sc-contact-form__wide { grid-column: auto; }
	.sc-contact-form button { width: 100%; }
	.sc-contact-privacy { align-items: flex-start; line-height: 1.5; }
	.sc-contact-info { display: block; }
	.sc-contact-info__item { grid-template-columns: 48px minmax(0, 1fr); padding: 18px 0; border-bottom: 1px solid #e7e7e7; }
	.sc-contact-newsletter { margin-top: 34px; }
}
