

/* Start:/bitrix/templates/portablesport/template_styles.css?179032216442683*/
@font-face {
    font-family: "Manrope";
    src: url("/bitrix/templates/portablesport/fonts/Manrope-Variable-Jplj-P0.ttf") format("truetype");
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Russo One";
    src: url("/bitrix/templates/portablesport/fonts/RussoOne-Regular-CWNedQm.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    color-scheme: light;
    --blue-900: #163e55;
    --blue-800: #245d79;
    --blue-700: #327b9e;
    --blue-600: #4298c3;
    --blue-500: #55b4e2;
    --blue-100: #e8f5fa;
    --ink: #18313e;
    --muted: #62737d;
    --line: #dce8ed;
    --surface: #ffffff;
    --soft: #f4f8fa;
    --error: #aa3434;
    --success: #216d50;
    --radius-lg: clamp(1.5rem, 3.2vw, 3.25rem);
    --shadow: 0 1.25rem 4rem rgba(23, 62, 85, 0.12);
}

.site-shell,
.site-shell *,
.site-shell *::before,
.site-shell *::after {
    box-sizing: border-box;
}

html {
    scroll-padding-top: 6rem;
}

html:not(:has(#bx-panel)) {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 20rem;
    background: var(--surface);
}

body:has(.site-nav.is-open) {
    overflow: hidden;
}

.site-shell {
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background: var(--surface);
    font-size: clamp(0.9375rem, 0.4vw + 0.85rem, 1.0625rem);
    line-height: 1.6;
    font-synthesis: none;
}

.site-shell button,
.site-shell input,
.site-shell select {
    font: inherit;
}

.site-shell button,
.site-shell a {
    -webkit-tap-highlight-color: transparent;
}

.site-shell a {
    color: inherit;
}

.site-shell img {
    display: block;
    max-width: 100%;
}

.site-shell h1,
.site-shell h2,
.site-shell h3,
.site-shell p {
    margin-top: 0;
}

.site-shell h1,
.site-shell h2,
.site-shell h3 {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    line-height: 1.08;
    text-wrap: balance;
}

.site-shell h1 {
    max-width: 13ch;
    margin-bottom: 1.5rem;
    font-size: clamp(2.7rem, 6.7vw, 7.5rem);
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.site-shell h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4.4vw, 4.65rem);
    letter-spacing: -0.025em;
}

.site-shell h3 {
    font-size: clamp(1.45rem, 2.3vw, 2.35rem);
}

.site-shell .container,
.site-shell .container.personal-page,
.site-shell .container.shop-page,
.site-shell .container.site-header__inner,
.site-shell .container.site-footer__grid {
    width: min(100% - clamp(2rem, 7vw, 8.75rem), 100rem) !important;
    max-width: none !important;
    margin-inline: auto;
    padding-inline: 0 !important;
}

.site-shell .container .container,
.site-shell .personal-page .container,
.site-shell .personal-page .container-fluid,
.site-shell .shop-page .container,
.site-shell .shop-page .container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.site-shell .bx-soa-wrapper,
.site-shell .bx-soa,
.site-shell #bx-soa-order,
.site-shell #bx-soa-order-form,
.site-shell #basket-root,
.site-shell .bx-basket,
.site-shell .bx-sbb-wrapper,
.site-shell .basket-items-list-wrapper,
.site-shell .sale-personal-section-index,
.site-shell .sale-personal-section-detail,
.site-shell .sale-personal-section-account-container,
.site-shell .bx-authform,
.site-shell .bx-auth {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.section {
    padding-block: clamp(5rem, 10vw, 10rem);
}

.eyebrow {
    margin-bottom: 1rem;
    color: var(--blue-600);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.eyebrow--light {
    color: #dff5ff;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    padding: 0.85rem 1.5rem;
    border: 0;
    border-radius: 999px;
    font-weight: 750;
    line-height: 1.1;
    text-decoration: none;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.site-shell a.button--light,
.button--light {
    color: #000;
    background: #fff;
}

.button--primary {
    color: #fff;
    background: var(--blue-700);
}

.button--primary:hover {
    background: var(--blue-900);
}

.site-header {
    position: relative;
    z-index: 20;
    background: #fff;
}

.site-header__inner {
    display: flex;
    align-items: center;
    min-height: clamp(5rem, 8vw, 7.75rem);
    gap: clamp(1.5rem, 3vw, 4rem);
}

.brand {
    flex: 0 0 auto;
}

.brand img {
    width: clamp(9.5rem, 14vw, 12.75rem);
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: clamp(1.1rem, 2.5vw, 2.8rem);
}

.site-nav a,
.header-phone,
.header-personal,
.header-cart {
    font-weight: 650;
    text-decoration: none;
}

.site-nav a {
    position: relative;
    white-space: nowrap;
}

.site-nav a::after {
    position: absolute;
    right: 0;
    bottom: -0.35rem;
    left: 0;
    height: 2px;
    background: var(--blue-500);
    content: "";
    transform: scaleX(0);
    transition: transform 160ms ease;
}

.site-nav a:hover::after {
    transform: scaleX(1);
}

.site-header__contacts {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-shell a.contact-circle,
.contact-circle {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--blue-800);
    font-size: 0.75rem;
    font-weight: 800;
    text-decoration: none;
}

.header-phone {
    white-space: nowrap;
}

.header-personal,
.header-cart {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.personal-page {
    padding-top: clamp(2rem, 4vw, 3.5rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

.site-shell .personal-page > h1 {
    max-width: none;
    margin-bottom: 1.5rem;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    letter-spacing: -0.03em;
    text-transform: none;
}

.legal-page {
    max-width: 54rem;
}

.site-shell .personal-page,
.site-shell .personal-cabinet {
    color: var(--ink);
}

.site-shell .personal-page a {
    color: #336483;
}

.site-shell .sale-personal-section-index .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 1.25rem;
    margin: 0;
}

.site-shell .sale-personal-section-index [class*="col-"] {
    float: none;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0;
}

.site-shell .sale-personal-section-index-block,
.site-shell a.sale-personal-section-index-block {
    display: flex;
    min-height: 12rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin: 0;
    padding: 2rem 1.5rem;
    border: 0;
    border-radius: 2.5rem;
    color: #336483;
    background: #e9f0f9;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
}

.site-shell .sale-personal-section-index-block:hover,
.site-shell a.sale-personal-section-index-block:hover {
    color: #245d79;
    background: #dce8f4;
}

.site-shell .sale-personal-section-index-block-name,
.site-shell .sale-personal-section-index-block-link,
.site-shell .sale-personal-section-index-block h2 {
    margin: 0;
    color: inherit;
    font-family: "Manrope", sans-serif;
    font-size: 1.25rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.site-shell .sale-personal-section-index-block-ico,
.site-shell .sale-personal-section-index-block-ico svg,
.site-shell .sale-personal-section-index-block-ico i {
    color: #336483;
    font-size: 2rem;
}

.site-shell .sale-personal-section-account-container,
.site-shell .sale-personal-section-detail,
.site-shell .sale-order-list-container,
.site-shell .sale-order-detail-general,
.site-shell .sale-order-detail-about-order-container,
.site-shell .sale-order-detail-payment-options,
.site-shell .sale-personal-profile-list-container,
.site-shell .sale-personal-section-index-block-info,
.site-shell .bx-authform,
.site-shell .bx-auth,
.site-shell .personal-page .card,
.site-shell .personal-page table.sale-personal-section-account-table {
    margin-bottom: 1.5rem;
    padding: 1.75rem 2rem;
    border: 0;
    border-radius: 2.5rem;
    background: #e9f0f9;
    box-shadow: none;
}

.site-shell .personal-page h2,
.site-shell .personal-page h3,
.site-shell .sale-order-list-title,
.site-shell .sale-order-detail-general-head,
.site-shell .sale-personal-section-account-title,
.site-shell .bx-authform-title {
    margin-bottom: 1rem;
    color: #336483;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.site-shell .personal-page .btn,
.site-shell .personal-page .btn-primary,
.site-shell .personal-page .btn-default,
.site-shell .personal-page input[type="submit"],
.site-shell .personal-page input.btn,
.site-shell .sale-order-list-button,
.site-shell .sale-order-detail-about-order-inner-container-name-read-more,
.site-shell .sale-order-detail-payment-options-methods-button-element,
.site-shell .bx-authform-formgroup-container input[type="submit"] {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    border: 0 !important;
    border-radius: 3.75rem;
    color: #fff !important;
    background: #336483 !important;
    font-weight: 650;
    line-height: 1;
    box-shadow: none !important;
    text-decoration: none;
}

.site-shell .personal-page .btn:hover,
.site-shell .personal-page .btn-primary:hover,
.site-shell .personal-page input[type="submit"]:hover {
    background: #245d79 !important;
}

.site-shell .personal-page input[type="text"],
.site-shell .personal-page input[type="password"],
.site-shell .personal-page input[type="email"],
.site-shell .personal-page input[type="tel"],
.site-shell .personal-page input[type="number"],
.site-shell .personal-page select,
.site-shell .personal-page textarea,
.site-shell .personal-page .form-control,
.site-shell .bx-authform-input-container input {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 1rem;
    color: #000;
    background: #fff;
    box-shadow: none;
}

.site-shell .personal-page label,
.site-shell .bx-authform-label-container {
    color: #636363;
    font-weight: 650;
}

.site-shell .personal-page .table,
.site-shell .sale-order-list-inner-row,
.site-shell .sale-personal-profile-list-container table {
    width: 100%;
    background: transparent;
}

.site-shell .personal-page .table td,
.site-shell .personal-page .table th,
.site-shell .sale-order-list-inner-row-body {
    padding: 0.85rem 0;
    border-color: #d5e1ee;
    color: var(--ink);
}

.site-shell .personal-page .alert,
.site-shell .personal-page .errortext,
.site-shell .personal-page .notetext {
    padding: 1rem 1.2rem;
    border: 0;
    border-radius: 1rem;
}

.site-shell .personal-page .breadcrumb,
.site-shell .personal-page .sale-order-list-accomplished-title,
.site-shell .sale-personal-section-account-sub-header {
    color: var(--muted);
    background: transparent;
}

.site-shell .list-group-item {
    border: 0;
    border-radius: 1rem !important;
    margin-bottom: 0.5rem;
    color: #336483;
    background: #e9f0f9;
}

.site-shell .list-group-item.active {
    color: #fff;
    background: #336483;
}

.legal-page p,
.legal-page li {
    color: #18313e;
    font-size: 1.125rem;
    line-height: 1.55;
}

.legal-page p {
    margin: 0 0 1.25rem;
}

.legal-page ul {
    margin: 0 0 1.5rem;
    padding-left: 1.25rem;
}

.legal-page li {
    margin-bottom: 0.5rem;
}

.menu-toggle {
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.65rem;
    border: 0;
    border-radius: 50%;
    color: var(--blue-900);
    background: var(--blue-100);
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0.25rem 0;
    background: currentColor;
    transition: transform 160ms ease, opacity 160ms ease;
}

.hero {
    position: relative;
    display: grid;
    min-height: min(49rem, calc(100svh - 6rem));
    margin-inline: clamp(0rem, 3vw, 4rem);
    overflow: hidden;
    place-items: center start;
    border-radius: var(--radius-lg);
    color: #fff;
    background:
        radial-gradient(circle at 84% 18%, rgba(134, 218, 255, 0.55), transparent 33%),
        linear-gradient(118deg, #286e91 0%, #4db0df 100%);
}

.hero::after {
    position: absolute;
    inset: auto -4% -45% 48%;
    width: min(51rem, 58vw);
    aspect-ratio: 1;
    border: clamp(2rem, 5vw, 5rem) solid rgba(255, 255, 255, 0.1);
    border-radius: 28%;
    content: "";
    transform: rotate(28deg);
}

.hero__watermark {
    position: absolute;
    top: -0.2em;
    right: -0.03em;
    color: rgba(255, 255, 255, 0.1);
    font-family: "Russo One", sans-serif;
    font-size: clamp(11rem, 28vw, 31rem);
    line-height: 1;
}

.hero__content {
    position: relative;
    z-index: 2;
    padding-block: clamp(5rem, 10vw, 9rem);
}

.hero__lead {
    max-width: 48rem;
    margin-bottom: 2rem;
    font-size: clamp(1.05rem, 1.6vw, 1.5rem);
    line-height: 1.55;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    gap: clamp(2.5rem, 8vw, 9rem);
}

.about-copy > p {
    color: var(--muted);
    font-size: clamp(1.05rem, 1.25vw, 1.3rem);
}

.facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: clamp(2rem, 5vw, 4.5rem);
    padding-top: 2rem;
    border-top: 1px solid var(--line);
}

.facts strong,
.facts span {
    display: block;
}

.facts strong {
    color: var(--blue-700);
    font-family: "Russo One", sans-serif;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
}

.facts span {
    margin-top: 0.7rem;
    color: var(--muted);
    font-size: 0.87rem;
}

.section--products {
    background: var(--soft);
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.section-heading h2 {
    max-width: 14ch;
    margin-bottom: 0;
}

.section-heading > p {
    max-width: 25rem;
    margin-bottom: 0.6rem;
    color: var(--muted);
}

.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.product-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
    align-items: stretch;
    border-radius: 4rem;
    background: #e9f6ff;
}

.product-card__image-wrap {
    position: relative;
    min-height: 18rem;
    overflow: hidden;
    border-radius: 4rem;
    background: #d7ebf7;
}

.product-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    gap: 2rem;
    padding: 2.5rem;
}

.site-shell .product-card__title {
    margin: 0;
    color: #336483;
    font-family: "Manrope", sans-serif;
    font-size: 1.5rem;
    font-weight: 650;
    line-height: 1;
}

.product-card__order {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    border-radius: 3.75rem;
    background: #fff;
}

.product-card__price {
    flex: 0 0 auto;
    color: #336483;
    font-size: 1.25rem;
    font-weight: 650;
    line-height: 1;
    white-space: nowrap;
}

.product-card__buy {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.25rem;
    border: 0;
    border-radius: 3.75rem;
    color: #fff;
    background: #336483;
    font: inherit;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.product-card__buy:hover {
    background: #245d79;
}

.product-card__buy--disabled {
    color: #336483;
    background: #fff;
    cursor: default;
}

.product-card__description {
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
}

.product-card__description p {
    margin: 0 0 1.5rem;
}

.product-card__description p:last-child {
    margin-bottom: 0;
}

.product-card__manuals {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

.product-card__manual {
    flex: 1 1 auto;
    padding: 0.75rem 1.25rem;
    border: 1px solid #336483;
    border-radius: 3.75rem;
    color: #336483;
    background: transparent;
    font: inherit;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.product-card__manual:hover {
    background: rgba(51, 100, 131, 0.08);
}

.text-button,
.privacy-link {
    padding: 0;
    border: 0;
    color: var(--blue-700);
    background: transparent;
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 0.25em;
    cursor: pointer;
}

.checkout-section {
    background: #fff;
}

.checkout {
    display: flex;
    width: 100%;
    max-width: none;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2.5rem;
    border-radius: 4rem;
    background: #e9f0f9;
}

.site-shell .checkout__title {
    margin: 0;
    color: #336483;
    font-family: "Manrope", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.checkout .form-success,
.checkout .form-alert {
    margin-bottom: 0;
}

.form-success,
.form-alert {
    display: grid;
    gap: 0.2rem;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
}

.form-success {
    color: var(--success);
    background: #e9f7f1;
}

.form-alert {
    color: var(--error);
    background: #fff0f0;
}

.checkout-form {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.checkout-products {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkout-empty[hidden] {
    display: none;
}

.checkout-item.is-hidden {
    display: none;
}

.checkout-item {
    display: grid;
    grid-template-columns: 6.0625rem minmax(5rem, 1fr) auto 10rem;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 2.5rem;
    background: #fff;
}

.checkout-item__image {
    width: 6.0625rem;
    height: 4.75rem;
    object-fit: contain;
    border-radius: 0.5rem;
}

.checkout-item__image--empty {
    display: block;
    background: #e9f0f9;
}

.checkout-item__name {
    min-width: 0;
    color: #336483;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
}

.checkout-item__qty {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.checkout-qty {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    padding: 0;
    border: 1px solid #336483;
    border-radius: 3.75rem;
    color: #336483;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.checkout-qty img {
    width: 1.5rem;
    height: 1.5rem;
}

.checkout-item__qty-value {
    width: 3rem;
    min-height: 0;
    padding: 0;
    border: 0;
    color: #000;
    background: transparent;
    font: inherit;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    -moz-appearance: textfield;
}

.checkout-item__qty-value::-webkit-outer-spin-button,
.checkout-item__qty-value::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.checkout-item__price {
    display: flex;
    width: 10rem;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.45rem;
    color: #336483;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
}

.site-shell a.checkout-item__remove,
.checkout-item__remove {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.checkout-total {
    margin: 0;
    color: #336483;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: right;
}

.checkout-row {
    display: grid;
    gap: 1rem;
}

.checkout-row--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkout-row--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.5rem;
}

.checkout-field span {
    color: #636363;
    font-size: 1rem;
    line-height: 1.4;
}

.checkout-field input,
.checkout-field select {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 1rem;
    outline: none;
    color: #000;
    background: #fff;
    font: inherit;
    font-size: 1.25rem;
    line-height: 1.4;
}

.checkout-field select {
    padding-right: 3rem;
    appearance: none;
    background-image: url("/bitrix/templates/portablesport/images/icons/select-chevron.svg");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5rem 1.5rem;
}

.checkout-field input:focus,
.checkout-field select:focus {
    box-shadow: 0 0 0 3px rgba(51, 100, 131, 0.18);
}

.checkout-field.is-disabled {
    opacity: 0.55;
}

.form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.checkout-submit {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.25rem;
    border: 0;
    border-radius: 3.75rem;
    color: #fff;
    background: #336483;
    font: inherit;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.site-shell a.checkout-submit {
    color: #fff;
}

.checkout-submit:hover {
    background: #245d79;
}

.checkout-legal {
    margin: 0;
    color: #000;
    font-size: 1rem;
    text-align: center;
}

.checkout-legal button {
    padding: 0;
    border: 0;
    color: #336483;
    background: transparent;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    cursor: pointer;
}

.privacy-link {
    font-size: inherit;
}

.faq-section {
    background: #fff;
}

.faq-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    overflow-x: auto;
    scrollbar-width: thin;
}

.faq-tabs button {
    flex: 0 0 auto;
    padding: 0.8rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: #fff;
    cursor: pointer;
}

.faq-tabs button.is-active {
    border-color: var(--blue-800);
    color: #fff;
    background: var(--blue-800);
}

.faq-panel {
    display: none;
    max-width: 68rem;
}

.faq-panel.is-active {
    display: block;
}

.faq-panel[hidden] {
    display: none !important;
}

.faq-panel details {
    border-top: 1px solid var(--line);
}

.faq-panel details:last-child {
    border-bottom: 1px solid var(--line);
}

.faq-panel summary {
    position: relative;
    padding: 1.6rem 3rem 1.6rem 0;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.faq-panel summary::after {
    position: absolute;
    top: 1.45rem;
    right: 0.5rem;
    color: var(--blue-700);
    content: "+";
    font-size: 1.5rem;
}

.faq-panel details[open] summary::after {
    content: "−";
}

.faq-panel details p {
    max-width: 54rem;
    margin-bottom: 1.6rem;
    color: var(--muted);
}

.site-footer {
    padding-block: clamp(3rem, 6vw, 5rem);
    border-top: 1px solid var(--line);
    background: var(--soft);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: minmax(12rem, 1.3fr) repeat(2, minmax(9rem, 0.7fr)) minmax(13rem, 1fr);
    gap: 2rem;
}

.site-footer p {
    margin-bottom: 0.65rem;
    color: var(--muted);
    font-size: 0.78rem;
}

.site-footer a,
.site-footer button {
    display: block;
    margin-bottom: 0.4rem;
    border: 0;
    color: var(--ink);
    background: none;
    font: inherit;
    font-weight: 650;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.site-footer__legal {
    align-self: end;
}

.site-footer__legal a,
.site-footer__legal button {
    color: var(--blue-700);
    font-size: 0.8rem;
    text-decoration: underline;
}

.site-footer__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--line);
}

.site-footer__requisites p,
.site-footer__payments p {
    margin-bottom: 0.35rem;
}

.site-footer__requisites a {
    display: inline;
    margin: 0;
    font-weight: 650;
}

.site-footer__payments {
    margin-top: 1.25rem;
}

.site-footer__payments img,
.site-footer__payments svg {
    display: block;
    width: 10.5rem;
    height: auto;
    background: #fff;
    border-radius: 0.5rem;
}

.legal-links {
    padding-left: 1.25rem;
}

.legal-links a {
    color: #336483;
    font-weight: 650;
}

.basket-agree {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.75rem 0.85rem;
    margin: 0 0 1.5rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1.5rem;
    background: #e9f0f9;
    color: #18313e;
    font-size: 1.05rem;
    line-height: 1.45;
}

.basket-agree__input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.15rem;
    flex: 0 0 auto;
    accent-color: #336483;
}

.basket-agree a {
    color: #336483;
    font-weight: 650;
    text-decoration: underline;
}

.basket-agree__error {
    flex: 1 0 100%;
    margin: 0;
    color: #aa3434;
    font-size: 0.92rem;
}

.basket-agree.is-error {
    box-shadow: 0 0 0 2px rgba(170, 52, 52, 0.28);
}

.cookies-banner {
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    left: clamp(1rem, 3vw, 2rem);
    z-index: 40;
}

.cookies-banner[hidden] {
    display: none;
}

.cookies-banner__inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    border-radius: 2.5rem;
    background: #e9f0f9;
    box-shadow: var(--shadow);
}

.cookies-banner__inner p {
    margin: 0;
    color: #18313e;
    font-size: 1rem;
    line-height: 1.45;
}

.site-shell .cookies-banner__inner a {
    color: #336483;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.cookies-banner__accept {
    flex: 0 0 auto;
}

.modal {
    width: min(100% - 2rem, 40rem);
    max-height: calc(100svh - 2rem);
    padding: 0;
    border: 0;
    border-radius: 1.5rem;
    color: var(--ink);
    box-shadow: var(--shadow);
}

.modal::backdrop {
    background: rgba(12, 35, 48, 0.72);
    backdrop-filter: blur(4px);
}

.modal__content {
    position: relative;
    padding: clamp(1.75rem, 5vw, 3.5rem);
}

.modal__content h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.modal__content--text {
    overflow-y: auto;
}

.modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--blue-900);
    background: var(--blue-100);
    font-size: 1.5rem;
    cursor: pointer;
}

.manual-frame {
    width: 100%;
    height: min(60svh, 40rem);
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    background: var(--soft);
}

.manual-actions {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

/* Admin */

.admin-shell,
.admin-login {
    min-height: 100svh;
    background: var(--soft);
}

.admin-header {
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 5.25rem;
    padding: 0.75rem clamp(1rem, 4vw, 4rem);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

.admin-brand img {
    width: 8.5rem;
    height: auto;
}

.admin-brand span {
    padding-left: 1rem;
    border-left: 1px solid var(--line);
    color: var(--blue-700);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.admin-header nav {
    display: flex;
    align-items: center;
    gap: clamp(0.8rem, 2vw, 1.8rem);
}

.admin-header nav a {
    font-size: 0.88rem;
    font-weight: 750;
    text-decoration: none;
}

.admin-header nav a[aria-current="page"] {
    color: var(--blue-600);
}

.admin-main {
    width: min(100% - clamp(2rem, 6vw, 7rem), 90rem);
    margin-inline: auto;
    padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

.admin-shell h1,
.admin-login h1 {
    max-width: none;
    margin-bottom: 0.6rem;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    text-transform: none;
}

.admin-shell h2 {
    font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.admin-shell h3 {
    font-family: "Manrope", sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.admin-heading p:not(.eyebrow) {
    max-width: 48rem;
    margin-bottom: 0;
    color: var(--muted);
}

.integration-status {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    font-size: 0.78rem;
    font-weight: 750;
    white-space: nowrap;
}

.integration-status span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
}

.integration-status.is-ready span {
    background: #39a574;
}

.integration-status.is-warning span {
    background: #df9f3d;
}

.admin-notice,
.admin-flash {
    margin-bottom: 1.5rem;
    padding: 1rem 1.2rem;
    border-radius: 0.9rem;
}

.admin-notice {
    border: 1px solid #f0d7aa;
    color: #78530e;
    background: #fff8e8;
}

.admin-flash {
    color: var(--success);
    background: #e9f7f1;
}

.admin-empty {
    padding: clamp(2rem, 6vw, 5rem);
    border: 1px dashed #b8cbd4;
    border-radius: 1.5rem;
    text-align: center;
    background: #fff;
}

.admin-empty p {
    margin-bottom: 2rem;
    color: var(--muted);
}

.orders-list {
    display: grid;
    gap: 1.5rem;
}

.admin-order {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 0.5rem 2rem rgba(23, 62, 85, 0.05);
}

.admin-order__header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(1rem, 4vw, 3rem);
    padding: 1.25rem clamp(1.25rem, 3vw, 2rem);
    border-bottom: 1px solid var(--line);
}

.admin-order__header p {
    margin-bottom: 0.1rem;
    color: var(--muted);
    font-size: 0.72rem;
}

.admin-order__header h2 {
    margin: 0;
}

.admin-order__header strong {
    font-size: 0.9rem;
}

.status-badge {
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
}

.status-badge--new {
    color: #17648a;
    background: #e7f5fc;
}

.status-badge--processing {
    color: #7a570d;
    background: #fff4d7;
}

.status-badge--confirmed,
.status-badge--shipped {
    color: #3152a1;
    background: #ebefff;
}

.status-badge--completed {
    color: #216d50;
    background: #e7f6ef;
}

.status-badge--cancelled {
    color: #963a3a;
    background: #fcebec;
}

.admin-order__body {
    display: grid;
    grid-template-columns: 1fr 1fr minmax(18rem, 1.15fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.order-properties {
    display: grid;
    gap: 0.8rem;
    margin: 0;
}

.order-properties div {
    min-width: 0;
}

.order-properties dt {
    color: var(--muted);
    font-size: 0.72rem;
}

.order-properties dd {
    margin: 0.1rem 0 0;
    overflow-wrap: anywhere;
    font-weight: 650;
}

.order-properties a {
    color: var(--blue-700);
}

.order-items {
    display: grid;
    gap: 0.8rem;
}

.order-items > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.order-items span {
    color: var(--muted);
}

.order-items strong {
    text-align: right;
    white-space: nowrap;
}

.order-items__total {
    margin-top: 0.3rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--line);
}

.order-items__total strong {
    color: var(--blue-800);
    font-size: 1.15rem;
}

.status-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.8rem;
    padding: 1rem clamp(1.25rem, 3vw, 2rem);
    border-top: 1px solid var(--line);
    background: #fbfdfe;
}

.status-form label {
    margin-right: auto;
    font-size: 0.82rem;
    font-weight: 750;
}

.status-form select {
    min-height: 2.8rem;
    padding: 0.55rem 2.2rem 0.55rem 0.8rem;
    border: 1px solid var(--line);
    border-radius: 0.75rem;
    background: #fff;
}

.status-form .button {
    min-height: 2.8rem;
    padding: 0.65rem 1.1rem;
    font-size: 0.82rem;
}

.admin-form-card,
.admin-help {
    max-width: 52rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--line);
    border-radius: 1.5rem;
    background: #fff;
}

.admin-form-card--narrow {
    max-width: 36rem;
}

.admin-form > ul,
.admin-field > ul,
.admin-form-card > ul {
    margin: 0.4rem 0 0;
    padding: 0;
    color: var(--error);
    font-size: 0.8rem;
    list-style: none;
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
}

.admin-field {
    margin-bottom: 1.15rem;
}

.admin-form-grid .admin-field {
    margin-bottom: 0;
}

.admin-field--wide {
    grid-column: 1 / -1;
}

.admin-field label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
    font-weight: 750;
}

.admin-field input,
.admin-field select {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 0.8rem;
    outline: none;
    background: #fff;
}

.admin-field input:focus,
.admin-field select:focus {
    border-color: var(--blue-500);
    box-shadow: 0 0 0 3px rgba(85, 180, 226, 0.18);
}

.admin-field:has(ul) input,
.admin-field:has(ul) select {
    border-color: var(--error);
}

.admin-field small {
    display: block;
    margin-top: 0.4rem;
    color: var(--muted);
    font-size: 0.75rem;
}

.admin-switch {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--line);
}

.admin-switch input {
    width: 1.15rem;
    height: 1.15rem;
    accent-color: var(--blue-700);
}

.admin-switch label {
    font-weight: 800;
}

.admin-form-actions {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line);
}

.admin-help {
    margin-top: 1.5rem;
    background: #f8fbfc;
}

.admin-help h2 {
    margin-bottom: 1.2rem;
}

.admin-help dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 0;
}

.admin-help dt {
    color: var(--muted);
    font-size: 0.72rem;
}

.admin-help dd {
    margin: 0.1rem 0 0;
    font-weight: 700;
}

.admin-login {
    display: grid;
    padding: 1rem;
    place-items: center;
    background:
        radial-gradient(circle at 15% 15%, rgba(85, 180, 226, 0.25), transparent 28rem),
        var(--soft);
}

.admin-login__card {
    width: min(100%, 28rem);
    padding: clamp(1.75rem, 5vw, 3.5rem);
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: var(--shadow);
}

.admin-login__card .brand {
    display: inline-block;
    margin-bottom: 2.5rem;
}

.admin-login__card .brand img {
    width: 10rem;
}

.admin-login__card .button {
    width: 100%;
    margin-top: 0.5rem;
}

@media (max-width: 74rem) {
    .header-phone {
        display: none;
    }

    .checkout-row--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .checkout-row--3 .checkout-field:last-child {
        grid-column: 1 / -1;
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-order__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-order__products {
        grid-column: 1 / -1;
    }
}

@media (max-width: 56rem) {
    .site-header__inner {
        justify-content: space-between;
    }

    .menu-toggle {
        z-index: 2;
        display: block;
        margin-left: auto;
    }

    .menu-toggle.is-open span:first-child {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-open span:last-child {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-nav {
        position: fixed;
        inset: 0;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        padding: 7rem 2rem 3rem;
        opacity: 0;
        background: #fff;
        transition: opacity 180ms ease, visibility 180ms ease;
    }

    .site-nav.is-open {
        visibility: visible;
        opacity: 1;
    }

    .site-nav a {
        font-family: "Russo One", sans-serif;
        font-size: clamp(1.6rem, 7vw, 2.5rem);
    }

    .site-header__contacts {
        z-index: 2;
    }

    .hero {
        min-height: 43rem;
        margin-inline: 0;
        border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        grid-template-columns: 1fr;
        border-radius: 2.5rem;
    }

    .product-card__image-wrap {
        min-height: 16rem;
        aspect-ratio: 1.2;
        border-radius: 2.5rem;
    }

    .product-card__body {
        padding: 1.5rem;
        gap: 1.5rem;
    }

    .product-card__order {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        padding: 1rem;
        border-radius: 2rem;
    }

    .checkout {
        gap: 1.5rem;
        padding: 1.5rem;
        border-radius: 2.5rem;
    }

    .checkout-form {
        gap: 1.5rem;
    }

    .checkout-item {
        grid-template-columns: 6.0625rem minmax(0, 1fr);
    }

    .checkout-item__qty,
    .checkout-item__price {
        grid-column: 1 / -1;
    }

    .checkout-item__price {
        width: auto;
    }

    .admin-header {
        position: static;
        align-items: flex-start;
        flex-direction: column;
        gap: 0.6rem;
    }

    .admin-header nav {
        width: 100%;
        padding-bottom: 0.2rem;
        overflow-x: auto;
    }

    .admin-header nav a {
        flex: 0 0 auto;
    }
}

@media (max-width: 42rem) {
    .site-shell .container,
    .site-shell .container.personal-page,
    .site-shell .container.shop-page,
    .site-shell .container.site-header__inner,
    .site-shell .container.site-footer__grid {
        width: min(100% - 2rem, 100rem) !important;
        max-width: none !important;
    }

    .site-shell h1 {
        font-size: clamp(2.45rem, 13vw, 4.5rem);
    }

    .site-shell .personal-page > h1 {
        font-size: clamp(1.7rem, 8vw, 2.4rem);
    }

    .site-header__contacts .header-phone,
    .site-header__contacts .contact-circle {
        display: none;
    }

    .hero {
        min-height: 40rem;
    }

    .hero__watermark {
        top: 0.25em;
        font-size: 45vw;
    }

    .facts {
        grid-template-columns: 1fr;
    }

    .facts div {
        display: grid;
        grid-template-columns: 4rem 1fr;
        align-items: center;
        gap: 1rem;
    }

    .facts span {
        margin-top: 0;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p {
        margin-top: 1.25rem;
    }

    .product-card__image-wrap {
        min-height: 12rem;
        aspect-ratio: 1.15;
        border-radius: 2rem;
    }

    .product-card {
        border-radius: 2rem;
    }

    .site-shell .checkout__title {
        font-size: 1.5rem;
    }

    .checkout-row--2,
    .checkout-row--3 {
        grid-template-columns: 1fr;
    }

    .checkout-row--3 .checkout-field:last-child {
        grid-column: auto;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookies-banner__inner {
        flex-direction: column;
        align-items: stretch;
        padding: 1.25rem;
        border-radius: 1.5rem;
    }

    .cookies-banner__accept {
        width: 100%;
    }

    .admin-main {
        width: min(100% - 1rem, 90rem);
    }

    .admin-heading {
        display: block;
    }

    .integration-status {
        display: inline-flex;
        margin-top: 1rem;
    }

    .admin-order__header {
        grid-template-columns: auto 1fr;
    }

    .admin-order__header .status-badge {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .admin-order__body,
    .admin-form-grid {
        grid-template-columns: 1fr;
    }

    .admin-order__products,
    .admin-field--wide {
        grid-column: auto;
    }

    .status-form {
        align-items: stretch;
        flex-direction: column;
    }

    .status-form label {
        margin-right: 0;
    }

    .admin-help dl {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .site-shell,
    .site-shell *,
    .site-shell *::before,
    .site-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.order-form__message {
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 1rem;
}

.order-form__message p {
    margin: 0.35rem 0 0;
}

.order-form__message p:first-child {
    margin-top: 0;
}

.order-form__message--success {
    color: var(--success);
    background: #e9f7f1;
}

.order-form__message--error {
    color: var(--error);
    background: #fff0f0;
}

#bx-panel,
#bx-panel *,
#bx-panel *::before,
#bx-panel *::after,
.bx-core-window,
.bx-core-window *,
.bx-core-dialog,
.bx-core-dialog *,
.popup-window,
.popup-window *,
.bx-popup-menu,
.bx-popup-menu * {
    box-sizing: content-box;
}

#bx-panel img,
.bx-core-window img,
.popup-window img {
    max-width: none;
}

/* End */
/* /bitrix/templates/portablesport/template_styles.css?179032216442683 */
