

/* Start:/local/templates/aps-2025/css/normalize.css?17367602976251*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/aps-2025/js/fancybox/fancybox.css?172291485025343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/aps-2025/js/swiper/swiper-bundle.css?171937105023564*/
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  /*background: var(--swiper-pagination-bullet-inactive-color, #000);*/
  /*opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);*/
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  /*background: var(--swiper-pagination-color, var(--swiper-theme-color));*/
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

/* End */


/* Start:/local/templates/aps-2025/css/style.css?1747366561127357*/
@charset "UTF-8";
@font-face {
  font-family: "Golos Text";
  src: url("/local/templates/aps-2025/css/../fonts/golos-text/GolosText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("/local/templates/aps-2025/css/../fonts/golos-text/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("/local/templates/aps-2025/css/../fonts/golos-text/GolosText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("/local/templates/aps-2025/css/../fonts/golos-text/GolosText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  font-size: 0.5208333333vw;
}
@media (max-width: 992px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #F9FAFD;
}
body.noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
body * {
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 1.6rem;
  margin: 0;
}
body main {
  min-height: calc(100dvh - 43.4rem);
}
body h1, body h2, body h3, body h4 {
  font-weight: 600;
  color: #000;
}
body h1 {
  font-size: 6rem;
  margin: 1.5rem 0;
}
@media lg {
  body h1 {
    font-size: 3rem;
    margin: 0.375rem 0;
  }
}
body h2 {
  font-size: 3.5rem;
  margin: 0.4375rem 0;
}
@media lg {
  body h2 {
    font-size: 2.5rem;
    margin: 0.25rem 0;
  }
}
body h3 {
  font-size: 3rem;
  margin: 0.3rem 0;
}
@media lg {
  body h3 {
    font-size: 2rem;
    margin: 0.15rem 0;
  }
}
body h4 {
  font-size: 2rem;
  margin: 0.15rem 0;
}
@media lg {
  body h4 {
    font-size: 1.8rem;
    margin: 0.135rem 0;
  }
}
body p {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0.176rem 0;
}
@media (max-width: 992px) {
  body p {
    font-size: 1.4rem;
    margin: 0.14rem 0;
  }
}
body a {
  font-weight: 400;
  font-size: 1.6rem;
  color: #5EA7C9;
}

.section-box {
  max-width: 153rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .section-box {
    width: calc(100% - 3.5rem);
    margin: 0 1.7rem 0 1.8rem;
  }
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .section-header {
    margin-bottom: 2rem;
  }
}
.section-header > div {
  display: flex;
  gap: 1rem;
}
.section-title {
  font-weight: 600;
  font-size: 3.5rem;
  color: #101217;
  margin: 0;
}
@media (max-width: 992px) {
  .section-title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.section-count {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #fff;
  display: inline-block;
  width: max-content;
  height: 2.5rem;
  background: linear-gradient(150deg, #FFAE00, #FE0400);
  padding: 0 1rem;
  border-radius: 0.4rem 1rem;
  transform: translate(1rem, -75%);
}
@media (max-width: 992px) {
  .section-count {
    transform: translate(0.5rem, -10%);
  }
}
.section-more {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: lowercase;
  text-wrap: nowrap;
  color: #A8B2BE;
  transition: all 0.1s linear;
  padding-right: 2.6rem;
}
@media (max-width: 992px) {
  .section-more {
    padding-right: 2.3rem;
    margin-bottom: 0.7rem;
  }
}
.section-more:hover {
  color: #FFAE00;
}
.section-more:hover::before {
  rotate: 45deg;
}
.section-more::first-letter {
  text-transform: uppercase;
}
.section-more::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/local/templates/aps-2025/css/../images/svg/all-arrow.svg) no-repeat;
  background-size: contain;
  transition: all 0.1s linear;
  top: 0;
  right: 0;
}

.basket-new::before {
  content: "" !important;
  position: absolute !important;
  width: 0.6rem !important;
  height: 0.6rem !important;
  background-color: #FFAE00 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  top: -0.2rem !important;
  left: auto !important;
  right: -0.5rem !important;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #101217;
  text-decoration: none;
  width: max-content;
  height: 5rem;
  background: linear-gradient(115deg, #FFAE00 0%, #FE0400 33%, #FE0400 66%, #FFAE00 100%);
  background-size: 300%;
  background-position: left;
  padding: 0 7.8rem;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(60deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.7) 45%, rgba(255, 255, 255, 0) 65%) 1;
  border-radius: 0.4rem 2.25rem;
  transition: all 0.3s linear;
  cursor: pointer;
}
@media (max-width: 992px) {
  .btn {
    height: 4.6rem;
    padding: 0 4.2rem;
  }
}
.btn:hover {
  color: #fff;
  animation: btn-bg 0.5s ease-in-out;
  background-position: right;
}
.btn:hover::before {
  opacity: 1;
}
.btn:active {
  color: #101217;
}
.btn:active::before {
  opacity: 0;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #FFAE00, #FE0400, #FFAE00, #FE0400);
  background-size: 400%;
  z-index: -1;
  opacity: 0;
  filter: blur(20px);
  transition: 0.5s;
  animation: btn 20s linear infinite;
  border-radius: 0.4rem 2.25rem;
}
.btn:disabled {
  background: rgba(224, 236, 241, 0.5);
  color: #C0CDD4;
  pointer-events: none;
  border: none;
}
.btn-border {
  background: #fff;
}
.btn-border:hover {
  color: #FFAE00;
}
.btn-border:active {
  color: #000;
  background: linear-gradient(115deg, #FFAE00 0%, #FE0400 33%, #FE0400 66%, #FFAE00 100%);
  background-size: 300%;
  background-position: right;
}
.btn-border:active::after {
  content: none;
}
.btn-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -1px;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(115deg, #FFAE00, #FE0400) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.btn-border-black {
  color: #FFAE00;
  background-color: #000;
  z-index: 1;
}
.btn-border-black:hover {
  color: #fff;
}
.btn-border-black:active {
  color: #000;
}
.btn-border:disabled {
  background: transparent;
  border: 1px #E0ECF1 solid;
}
.btn-border:disabled::after {
  content: none;
}
.btn-icon::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(/local/templates/aps-2025/css/../images/svg/basket.svg);
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
  left: 3rem;
}
@media (max-width: 992px) {
  .btn-icon::after {
    left: 1.2rem;
  }
}

@keyframes btn {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes btn-bg {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
@keyframes btn-bg-back {
  0% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}
.menu {
  height: 100%;
}
.menu ul {
  display: flex;
  gap: 6rem;
  height: 100%;
  list-style: none;
  padding-left: 0;
}
.menu ul li a {
  position: relative;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.1s linear;
}
.menu ul li a:hover, .menu ul li a.active {
  color: #FFAE00;
}
.menu ul li a:hover::before, .menu ul li a:hover::after, .menu ul li a.active::before, .menu ul li a.active::after {
  opacity: 1;
}
.menu ul li a::before {
  content: "";
  position: absolute;
  width: 32rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, #81b3ca 45%, #e5f7ff 50%, #81b3ca 55%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.1s linear;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 0;
}
.menu ul li a::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 11.5rem;
  height: 2.5rem;
  background-color: #5898B6;
  opacity: 0;
  transition: all 0.1s linear;
  border-radius: 50%;
  filter: blur(2rem);
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 0;
}
.menu > ul > li {
  position: relative;
}
.menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
}
.menu > ul > li > ul {
  position: absolute;
  flex-direction: column;
  gap: 4rem;
  height: auto;
  background-color: rgba(1, 12, 17, 0.9);
  backdrop-filter: blur(0.5rem);
  padding: 3rem 6rem;
  border-radius: 0 0 2rem 2rem;
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: 0;
  transition: all 0.1s linear;
  opacity: 0;
  pointer-events: none;
}
.menu > ul > li > ul:hover {
  opacity: 1;
  pointer-events: all;
}
.menu > ul > li > ul li a::before, .menu > ul > li > ul li a::after {
  content: none;
}

.socials {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.socials__item {
  position: relative;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 992px) {
  .socials__item {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.socials__item:hover::before {
  opacity: 0;
}
.socials__item:hover::after {
  opacity: 1;
}
.socials__item:hover svg path:not(:has(+ path)) {
  fill: #FFAE00;
}
.socials__item:hover svg path + path {
  stroke: #FFAE00;
  fill: none;
}
.socials__item:hover svg path:has(+ path) {
  stroke: #FFAE00;
}
.socials__item::before, .socials__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.1s linear;
  top: 0;
  left: 0;
}
.socials__item::before {
  opacity: 1;
}
.socials__item::after {
  opacity: 0;
}
.socials__item__tg::before {
  background: url(/local/templates/aps-2025/css/../images/svg/tg.svg) no-repeat center;
  background-size: contain;
}
.socials__item__tg::after {
  background: url(/local/templates/aps-2025/css/../images/svg/tg-active.svg) no-repeat center;
  background-size: contain;
}
.socials__item__wa {
  height: 2.2rem;
}
@media (max-width: 992px) {
  .socials__item__wa {
    height: 2.75rem;
  }
}
.socials__item__wa::before {
  background: url(/local/templates/aps-2025/css/../images/svg/wa.svg) no-repeat center;
  background-size: contain;
}
.socials__item__wa::after {
  background: url(/local/templates/aps-2025/css/../images/svg/wa-active.svg) no-repeat center;
  background-size: contain;
}
.socials__item__vk::before {
  background: url(/local/templates/aps-2025/css/../images/svg/vk-icon.svg) no-repeat center;
  background-size: contain;
}
.socials__item__vk::after {
  background: url(/local/templates/aps-2025/css/../images/svg/vk-active.svg) no-repeat center;
  background-size: contain;
}
.socials__item svg path, .socials__item svg rect {
  transition: all 0.1s linear;
}

.phone {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0.5rem;
}
.phone__tel {
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.1s linear;
}
.phone__tel:hover {
  color: #FE0400;
}
.phone__order {
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
  color: #FFAE00;
  transition: all 0.1s linear;
}
.phone__order:hover {
  color: #FE0400;
}

.up {
  position: fixed;
  width: 5.6rem;
  height: 5.6rem;
  transition: all 0.1s linear;
  cursor: pointer;
  z-index: 100;
  right: 1rem;
  bottom: 2rem;
}
@media (max-width: 992px) {
  .up {
    display: none;
  }
}
.up-invisible {
  pointer-events: none;
  opacity: 0;
}
.up svg {
  width: 100%;
  height: 100%;
}
.up svg:hover path {
  fill: #FFAE00;
}
.up svg path {
  transition: all 0.1s linear;
}

.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  background-color: rgba(1, 12, 17, 0.5);
  padding: 2.5rem 1.8rem;
  border-radius: 1rem 3rem;
  z-index: 100;
  top: 16.4rem;
  right: 1rem;
}
@media (max-width: 992px) {
  .sidebar {
    display: none;
  }
}
.sidebar__item {
  position: relative;
  width: 2rem;
  height: 2rem;
}
.sidebar__item:hover svg path:not(:has(+ path)) {
  fill: #FFAE00;
}
.sidebar__item:hover svg path + path {
  stroke: #FFAE00;
  fill: none;
}
.sidebar__item:hover svg path:has(+ path) {
  stroke: #FFAE00;
}
.sidebar__item::after {
  content: "";
  position: absolute;
  width: 6.4rem;
  height: 1px;
  rotate: -30deg;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, #87AEC0 50%, rgba(255, 255, 255, 0) 80%);
  transform: translateX(-60%);
  transition: all 0.1s linear;
  left: 50%;
  bottom: 0;
}
.sidebar__item svg path {
  transition: all 0.1s linear;
}
.sidebar__item:last-of-type::after {
  content: none;
}
.sidebar__item:last-of-type:hover svg path {
  fill: none;
  stroke: #FFAE00;
}

.list {
  padding: 2.5rem 0 11.5rem;
  background-color: #fff;
}
@media (max-width: 992px) {
  .list {
    padding: 1.7rem 0 7rem;
  }
}
.list__content {
  height: 100%;
}
@media (max-width: 768px) {
  .list__content {
    width: calc(100% - 1.8rem);
    margin-right: 0;
  }
}
.list__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.list__item:hover .list__item__content h3 {
  color: #FFAE00;
}
.list__item:hover .list__item__content p {
  color: #101217;
}
.list__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.list__item__image {
  width: 100%;
  height: auto;
  aspect-ratio: 36/20;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .list__item__image {
    aspect-ratio: 25/20;
  }
}
.list__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 36/20;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .list__item__image img {
    aspect-ratio: 25/20;
  }
}
.list__item__info {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .list__item__info {
    gap: 1.5rem;
  }
}
.list__item__info p {
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #A8B2BE;
  padding-left: 2.6rem;
  margin: 0;
}
.list__item__info p::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
}
.list__item__date::before {
  background: url(/local/templates/aps-2025/css/../images/svg/сalendar.svg) no-repeat;
  background-size: contain;
}
.list__item__views::before {
  background: url(/local/templates/aps-2025/css/../images/svg/eye.svg) no-repeat;
  background-size: contain;
}
.list__item__content h3 {
  font-weight: 600;
  font-size: 1.6rem;
  color: #101217;
  margin-bottom: 1.3rem;
  transition: all 0.1s linear;
}
.list__item__content p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #A8B2BE;
  margin: 0;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .list__item__content p {
    line-height: 1.6rem;
    color: #101217;
  }
}
.list_detail .list__content {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .list_detail .list__content {
    width: 100%;
  }
}
.list_detail .list__item {
  width: 23.5%;
}
@media (max-width: 992px) {
  .list_detail .list__item {
    width: 47.95%;
  }
}
@media (max-width: 768px) {
  .list_detail .list__item {
    width: 100%;
  }
}
.list_detail .list__item:hover .list__item__image img {
  opacity: 1;
  filter: none;
}
@media (max-width: 992px) {
  .list_detail .list__item__image {
    aspect-ratio: 36/20;
  }
}
.list_detail .list__item__image img {
  opacity: 0.7;
  filter: grayscale(1);
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .list_detail .list__item__image img {
    opacity: 1;
    filter: none;
  }
}
.list_detail .list__pagination .pagination__num {
  width: 23.5%;
}

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.form > div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  height: max-content;
  background-color: rgba(1, 10, 15, 0.5);
  backdrop-filter: blur(0.5rem);
  box-sizing: border-box;
  border-radius: 5rem;
}
.form__input-file {
  display: flex;
  gap: 2rem;
}
.form__input-file input {
  display: none;
}
.form__input-file p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #D8E8EF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 11.5rem;
}
.form__input-file label {
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #D8E8EF;
  padding-left: 3rem;
  transition: all 0.1s linear;
  cursor: pointer;
}
.form__input-file label:hover {
  color: #FFAE00;
}
.form__input-file label::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(/local/templates/aps-2025/css/../images/svg/file.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.form input:not([type=file]), .form textarea {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  width: 100%;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0 2.2rem;
  border: #153C4F 1px solid;
  border-radius: 3rem;
}
.form input:not([type=file])::placeholder, .form textarea::placeholder {
  color: #fff;
}
.form input:not([type=file]) {
  height: 5rem;
}
.form textarea {
  padding-top: 1.4rem;
  height: 11rem;
  resize: none;
}
.form__checkbox {
  display: flex;
  align-items: center;
}
.form__checkbox input {
  display: none;
}
.form__checkbox input:checked + label::before {
  opacity: 0;
}
.form__checkbox input:checked + label::after {
  opacity: 1;
}
.form__checkbox label {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #2B5265;
  padding-left: 3.5rem;
  cursor: pointer;
}
.form__checkbox label::before, .form__checkbox label::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  top: 0;
  left: 0;
}
.form__checkbox label::before {
  background: url(/local/templates/aps-2025/css/../images/svg/checkbox.svg) no-repeat;
  background-size: contain;
  opacity: 1;
}
.form__checkbox label::after {
  background: url(/local/templates/aps-2025/css/../images/svg/checkbox-active.svg) no-repeat;
  background-size: contain;
  opacity: 0;
}

.email {
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
  color: #5EA7C9;
  display: flex;
  transition: all 0.1s linear;
  cursor: pointer;
}
.email:hover {
  color: #FFAE00;
}

.pagination {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  width: 100%;
  height: 5rem;
}
@media (max-width: 992px) {
  .pagination {
    height: 4.5rem;
  }
}
.pagination__more, .pagination__num {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.5rem 2.5rem;
}
.pagination__more {
  justify-content: center;
  flex-grow: 1;
  gap: 1.6rem;
  cursor: pointer;
}
.pagination__more:hover p {
  color: #FFAE00;
}
.pagination__more:hover svg path {
  fill: #FFAE00;
}
.pagination__more p {
  font-weight: 400;
  font-size: 1.4rem;
  color: #91A2AB;
  margin: 0;
  transition: all 0.1s linear;
}
.pagination__more p span {
  font-weight: 400;
  font-size: 1.4rem;
  color: #FFAE00;
}
.pagination__more svg {
  width: 1.6rem;
  height: 1.6rem;
}
.pagination__more svg path {
  transition: all 0.1s linear;
}
.pagination__num {
  justify-content: space-between;
  width: 31.5%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .pagination__num {
    display: none;
  }
}
.pagination__num .num-inner {
  display: flex;
}
.pagination__num .num-inner a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-decoration: none;
  color: #A8B2BE;
  display: flex;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  transition: all 0.1s linear;
}
.pagination__num .num-inner a:hover {
  color: #FFAE00;
}
.pagination__num .num-inner a.cur {
  color: #000;
  background-color: rgba(40, 81, 103, 0.2);
}
.pagination__num .num-inner .point_sep {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #A8B2BE;
  margin: 0 0.8rem;
}
.pagination__prev, .pagination__next {
  width: 0.6rem;
  height: 1.1rem;
  background: url(/local/templates/aps-2025/css/../images/svg/burger-more-arrow.svg) no-repeat center;
  background-size: contain;
  padding: 0 2.7rem;
}
.pagination__prev.disabled, .pagination__next.disabled {
  opacity: 0.3;
  cursor: default;
}
.pagination__prev {
  transform: rotateY(180deg);
}

.detail-page {
  margin-bottom: 20rem;
}
@media (max-width: 992px) {
  .detail-page {
    margin-bottom: 8rem;
  }
}
.detail-page h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 3rem;
  color: #000;
  margin: 0 0 3rem;
}
@media (max-width: 992px) {
  .detail-page h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}
.detail-page__content {
  display: flex;
  gap: 3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .detail-page__content {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.detail-page__image {
  max-width: 62rem;
  width: 100%;
  height: auto;
  aspect-ratio: 62/41;
}
@media (max-width: 992px) {
  .detail-page__image {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .detail-page__image {
    aspect-ratio: 1/1;
  }
}
.detail-page__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
  aspect-ratio: 62/41;
}
@media (max-width: 768px) {
  .detail-page__image img {
    aspect-ratio: 1/1;
  }
}
.detail-page__text {
  width: fit-content;
}
@media (max-width: 992px) {
  .detail-page__text {
    width: 100%;
  }
}
.detail-page__text, .detail-page__text p ul > li {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000;
}
@media (max-width: 992px) {
  .detail-page__text, .detail-page__text p ul > li {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.detail-page__text b {
  font-weight: 600;
}
.detail-page__text p, .detail-page__text ul {
  margin: 0 0 2rem;
}
@media (max-width: 992px) {
  .detail-page__text p, .detail-page__text ul {
    margin-bottom: 1.8rem;
  }
}
.detail-page__text ul {
  padding-left: 2rem;
}
.detail-page__text a {
  word-wrap: break-word;
}
.detail-page__text table {
  display: block;
  overflow-x: scroll;
}
.detail-page > .section-box > .detail-page__text {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .detail-page > .section-box > .detail-page__text {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .gallery {
    width: calc(100% + 1.7rem);
  }
}
.gallery__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  aspect-ratio: 360/240;
}
.gallery__item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}
.gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 992px) {
  .gallery_list {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .gallery_list {
    width: 100%;
  }
}
.gallery_list .gallery__item {
  width: 23.5%;
}
@media (max-width: 992px) {
  .gallery_list .gallery__item {
    width: 48.6%;
  }
}
@media (max-width: 768px) {
  .gallery_list .gallery__item {
    display: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .gallery_list .gallery__item:nth-of-type(-n+4) {
    display: block;
  }
}
.gallery_list .gallery__open {
  font-size: 1.4rem;
  line-height: 4.6rem;
  color: #91A2AB;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 0.5rem 2.5rem;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width: 768px) {
  .gallery_list .gallery__open {
    display: flex;
  }
}
.gallery_list .gallery__open:hover {
  color: #FFAE00;
}
.gallery_list .gallery__open:hover svg path {
  fill: #FFAE00;
}
.gallery_list .gallery__open span {
  font-size: 1.4rem;
  line-height: 4.6rem;
  color: #FFAE00;
}
.gallery_list .gallery__open svg {
  width: 1.6rem;
  height: 1.6rem;
}
.gallery_list .gallery__open svg path {
  transition: all 0.1s linear;
}
@media (max-width: 768px) {
  .gallery_list.opened .gallery__item {
    display: block;
  }
}
.gallery_list.opened .gallery__open {
  display: none;
}

.header {
  position: fixed;
  width: 100%;
  height: 9.2rem;
  background-color: rgba(1, 12, 17, 0.9);
  backdrop-filter: blur(0.5rem);
  z-index: 100;
  top: 0;
  left: 0;
}
@media (max-width: 992px) {
  .header {
    height: 6.7rem;
  }
}
.header::before {
  content: "";
  position: absolute;
  display: none;
  width: 34.7rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, #81b3ca 45%, #e5f7ff 50%, #81b3ca 55%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
  transition: all 0.1s linear;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 0;
}
@media (max-width: 992px) {
  .header::before {
    display: initial;
  }
}
.header::after {
  content: "";
  position: absolute;
  display: none;
  pointer-events: none;
  width: 12.5rem;
  height: 2.5rem;
  background-color: rgba(88, 152, 182, 0.5);
  transition: all 0.1s linear;
  border-radius: 50%;
  filter: blur(2rem);
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 0;
}
@media (max-width: 992px) {
  .header::after {
    display: initial;
  }
}
.header__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(100% - 0.5rem);
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .header__content {
    height: 100%;
    padding-top: 0;
  }
}
.header__burger-btn {
  display: none;
}
@media (max-width: 992px) {
  .header__burger-btn {
    display: flex;
    width: 2.6rem;
    height: 0.9rem;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
  }
}
@media (max-width: 992px) {
  .header__burger-btn svg {
    width: 100%;
    height: 100%;
  }
}
.header__city {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  top: 0.5rem;
  left: 0;
}
@media (max-width: 992px) {
  .header__city {
    display: none;
  }
}
.header__city.active svg path, .header__city:hover svg path {
  fill: #FFAE00;
}
.header__city.active p, .header__city:hover p {
  color: #FFAE00;
}
.header__city.active svg {
  rotate: 180deg;
}
.header__city svg {
  width: 0.9rem;
  height: 0.5rem;
}
.header__city svg path {
  transition: all 0.1s linear;
}
.header__city p {
  font-size: 1.2rem;
  color: #2C4A58;
  transition: all 0.1s linear;
}
.header__logo {
  width: 23rem;
  height: max-content;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .header__logo {
    width: 17.5rem;
  }
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .header__menu {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__socials {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__controls .socials__item {
    width: 2rem;
    height: 2rem;
  }
}
.header__phone {
  gap: 0;
}
.header__phone .phone__tel {
  font-size: 1.8rem;
  line-height: 1.8rem;
}
@media (max-width: 992px) {
  .header__phone .phone__tel {
    display: none;
  }
}
@media (max-width: 992px) {
  .header__phone .phone__order {
    content: url(/local/templates/aps-2025/css/../images/svg/phone-active.svg);
    width: 2rem;
    height: 2rem;
    cursor: pointer;
  }
}

.burger {
  position: fixed;
  display: none;
  width: 100%;
  height: calc(100dvh - 6.7rem);
  background: url(/local/templates/aps-2025/css/../images/burger-bg.jpg) no-repeat;
  background-position: top;
  background-size: 100%;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition: all 0.1s linear;
  z-index: 100;
  top: 6.7rem;
  left: 0;
}
@media (max-width: 992px) {
  .burger {
    display: initial;
  }
}
.burger-opened {
  pointer-events: all;
  opacity: 1;
}
.burger__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  height: 100%;
  overflow: hidden scroll;
}
.burger__close {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  padding: 0;
  border: none;
  z-index: 1;
  top: 0;
  right: 0;
}
.burger__close:hover svg path {
  fill: #FFAE00;
}
.burger__close svg path {
  transition: all 0.1s linear;
}
.burger__city {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 1;
  cursor: pointer;
  top: 0;
  left: 3rem;
}
.burger__city.invisible {
  display: none;
}
.burger__city:hover svg path {
  fill: #FFAE00;
}
.burger__city:hover p {
  color: #FFAE00;
}
.burger__city svg {
  width: 0.9rem;
  height: 0.5rem;
}
.burger__city svg path {
  transition: all 0.1s linear;
}
.burger__city p {
  font-size: 1.4rem;
  color: #406577;
  transition: all 0.1s linear;
}
.burger__city-select.invisible {
  display: none;
}
.burger__city-select__title {
  width: calc(100% + 3.5rem);
  height: 5rem;
  background-color: rgba(2, 14, 21, 0.7);
  transform: translate(-1.8rem, -1.5rem);
}
.burger__city-select__title .section-box {
  display: flex;
  align-items: center;
  height: 100%;
}
.burger__city-select__title h3 {
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  margin: 0;
}
.burger__city-select__search {
  position: relative;
  width: 100%;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
.burger__city-select__search::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(/local/templates/aps-2025/css/../images/svg/search-gray.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  top: 50%;
  left: 2.5rem;
}
.burger__city-select__search::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  padding: 1px;
  border-radius: 3.2rem 0 0 3.2rem;
  background: linear-gradient(90deg, #225168, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.burger__city-select__search input {
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  height: 4.8rem;
  background-color: transparent;
  padding-left: 6rem;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
}
.burger__city-select__search input::placeholder {
  color: #fff;
}
.burger__city-select__main-cities {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
  margin-bottom: 3.5rem;
}
.burger__city-select__main-cities li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: none;
  color: #5EA7C9;
}
.burger__city-select__main-cities li a.active, .burger__city-select__main-cities li a:hover {
  font-weight: 600;
  color: #FFAE00;
}
.burger__city-select__all-cities {
  max-height: 15rem;
  height: 100%;
  overflow-y: scroll;
}
.burger__city-select__all-cities::-webkit-scrollbar {
  width: 0;
}
.burger__city-select__all-cities ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
.burger__city-select__all-cities ul:last-of-type {
  margin-bottom: 0;
}
.burger__city-select__all-cities ul h4 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #FFAE00;
  margin: 0;
}
.burger__city-select__all-cities ul li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.1s linear;
}
.burger__city-select__all-cities ul li a.active, .burger__city-select__all-cities ul li a:hover {
  color: #FFAE00;
}
.burger__menu {
  position: relative;
  min-height: 38rem;
  height: max-content;
  padding: 5rem 0 0 2.7rem;
}
.burger__menu.invisible {
  display: none;
}
.burger__menu::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #005177 50%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 1rem;
}
.burger__menu ul {
  flex-direction: column;
  gap: 2rem;
}
.burger__menu ul li.more {
  position: relative;
  width: max-content;
  padding-right: 1rem;
}
.burger__menu ul li.more::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 1rem;
  background: url(/local/templates/aps-2025/css/../images/svg/burger-more-arrow.svg) no-repeat center;
  background-size: contain;
  transform: translateX(100%);
  bottom: 0.3rem;
  right: 0;
}
.burger__menu ul li a::before {
  height: 5.5rem;
  width: 1px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #81b3ca 25%, #e5f7ff 50%, #81b3ca 75%, rgba(255, 255, 255, 0) 100%);
  transform: translateY(-50%);
  top: 50%;
  left: -1.7rem;
}
.burger__menu ul li a::after {
  width: 1.8rem;
  height: 7rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: -1.7rem;
}
.burger__menu-more.invisible {
  display: none;
}
.burger__menu-more__back {
  width: calc(100% + 3.5rem);
  height: 5rem;
  background-color: rgba(2, 14, 21, 0.7);
  padding: 0;
  border: none;
  transform: translate(-1.8rem, -1.5rem);
  margin-bottom: 1rem;
}
.burger__menu-more__back:hover p {
  color: #FFAE00;
}
.burger__menu-more__back .section-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 100%;
}
.burger__menu-more__back img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
  object-position: center;
  rotate: -135deg;
}
.burger__menu-more__back p {
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  margin: 0;
  transition: all 0.1s linear;
}
.burger__menu-more ul {
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  list-style: none;
  padding-left: 0;
}
.burger__menu-more ul li {
  max-width: 21rem;
}
.burger__menu-more ul li a {
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #5EA7C9;
  line-height: 2rem;
  position: relative;
  display: flex;
  width: 100%;
  background-image: linear-gradient(90deg, #5EA7C9 59%, #FFAE01 60%, #FE1F01 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease-in-out;
}
.burger__menu-more ul li a.active, .burger__menu-more ul li a:hover {
  background-position: right;
}
.burger__contacts {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
  width: max-content;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.burger__phone {
  align-items: start;
}

.slider {
  position: relative;
  width: 100%;
  height: 95rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 992px) {
  .slider {
    height: 66rem;
    margin-bottom: 0;
  }
}
.slider .swiper {
  height: 100%;
}
.slider__slide {
  position: relative;
}
.slider__slide__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .slider__slide__bg:has(+ .slider__slide__bg_mob) {
    display: none;
  }
}
.slider__slide__bg::before, .slider__slide__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50rem;
  left: 0;
}
.slider__slide__bg::before {
  background: linear-gradient(180deg, #000, transparent 50%);
  top: 0;
}
@media (max-width: 992px) {
  .slider__slide__bg::before {
    background: linear-gradient(180deg, #000, transparent 20%);
  }
}
.slider__slide__bg::after {
  background: linear-gradient(0deg, #000, transparent 50%);
  bottom: 0;
}
@media (max-width: 992px) {
  .slider__slide__bg::after {
    background: linear-gradient(0deg, #000, transparent 20%);
  }
}
.slider__slide__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .slider__slide__bg img {
    object-position: right;
  }
}
.slider__slide__bg_mob {
  display: none;
}
@media (max-width: 992px) {
  .slider__slide__bg_mob {
    display: block;
  }
}
.slider__slide .section-box {
  height: calc(100% - 26.5rem);
  padding-top: 26.5rem;
}
@media (max-width: 992px) {
  .slider__slide .section-box {
    display: flex;
    align-items: end;
    height: 100%;
    box-sizing: border-box;
    padding: 12rem 0;
  }
}
.slider__slide__content {
  display: flex;
  flex-direction: column;
  max-width: 62rem;
  min-height: 40rem;
}
@media (max-width: 992px) {
  .slider__slide__content {
    max-width: 30rem;
    width: 100%;
    min-height: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(0.5rem);
    padding: 3rem 1.8rem;
    border-radius: 0 11rem 11rem 0;
    margin-left: -1.8rem;
  }
}
.slider__slide__content .btn {
  margin-top: auto;
}
.slider__slide h2 {
  font-weight: 600;
  font-size: 6rem;
  line-height: 5rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1rem;
}
@media (max-width: 992px) {
  .slider__slide h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0 0 2.5rem;
  }
}
.slider__slide h3 {
  font-weight: 400;
  font-size: 5rem;
  text-transform: uppercase;
  color: #FFAE00;
  margin: 0 0 2.5rem;
}
@media (max-width: 992px) {
  .slider__slide h3 {
    font-size: 3rem;
    margin: 0 0 1rem;
  }
}
.slider__slide, .slider__slide p {
  font-size: 1.6rem;
  color: #D3D3D3;
  margin: 0 0 8rem;
}
@media (max-width: 992px) {
  .slider__slide, .slider__slide p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0 0 4rem;
  }
}
.slider__controls {
  position: absolute;
  width: 100%;
  height: max-content;
  z-index: 2;
  right: 0;
  bottom: 3.8rem;
}
@media (max-width: 992px) {
  .slider__controls {
    bottom: 1.8rem;
  }
}
.slider__controls .section-box {
  display: flex;
  justify-content: end;
}
.slider__controls__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 36rem;
  height: 5.6rem;
  background-color: rgba(0, 14, 20, 0.4);
  backdrop-filter: blur(0.25rem);
  padding: 0 0 0 2rem;
  border-radius: 5.6rem;
}
@media (max-width: 992px) {
  .slider__controls__content {
    width: 100%;
    padding: 0 2rem;
  }
}
.slider__scrollbar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .slider__scrollbar {
    width: 100%;
  }
}
.slider__scrollbar__current, .slider__scrollbar__all {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
  width: 1.3rem;
}
@media (max-width: 992px) {
  .slider__scrollbar__current, .slider__scrollbar__all {
    width: auto;
  }
}
.slider__scrollbar__element.swiper-horizontal > .swiper-pagination-progressbar, .slider__scrollbar .swiper-pagination-progressbar.swiper-pagination-horizontal, .slider__scrollbar .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .slider__scrollbar .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  position: relative;
  width: 18.5rem;
  height: 0.2rem;
  background-color: #466675;
  border-radius: 0.2rem;
}
@media (max-width: 992px) {
  .slider__scrollbar__element.swiper-horizontal > .swiper-pagination-progressbar, .slider__scrollbar .swiper-pagination-progressbar.swiper-pagination-horizontal, .slider__scrollbar .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .slider__scrollbar .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
  }
}
.slider__scrollbar__element.swiper-horizontal > .swiper-pagination-progressbar > span, .slider__scrollbar .swiper-pagination-progressbar.swiper-pagination-horizontal > span, .slider__scrollbar .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite > span, .slider__scrollbar .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite > span {
  background: linear-gradient(90deg, #FFAE00, #FE0400);
  border-radius: 0.2rem;
}
.slider__navigation {
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 992px) {
  .slider__navigation {
    display: none;
  }
}
.slider__navigation__prev, .slider__navigation__next {
  position: relative;
  width: 4.3rem;
  height: 5rem;
  cursor: pointer;
}
.slider__navigation__prev::after, .slider__navigation__next::after {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 1.3rem;
  background: url(/local/templates/aps-2025/css/../images/svg/slider-arrow-active.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
}
.slider__navigation__prev.swiper-button-disabled::after, .slider__navigation__next.swiper-button-disabled::after {
  background: url(/local/templates/aps-2025/css/../images/svg/slider-arrow.svg) no-repeat center;
  background-size: contain;
  cursor: default;
}
.slider__navigation__prev {
  rotate: 180deg;
  right: 0;
}
.slider__navigation__prev::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5.8rem;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #6391A6 50%, rgba(255, 255, 255, 0) 100%);
  rotate: 30deg;
  transform: translateY(-50%);
  top: 2rem;
  left: -3.2rem;
}
.slider__navigation__next {
  left: 0;
}

.catalog {
  margin-bottom: 12.8rem;
}
@media (max-width: 992px) {
  .catalog {
    background-color: #03202E;
    padding: 2.5rem 0 4.5rem;
    margin-bottom: 5rem;
  }
}
.catalog__content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 992px) {
  .catalog__content {
    justify-content: space-between;
    gap: 0.6rem;
    width: 100%;
    margin: 0;
  }
}
.catalog__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  height: 23rem;
  background: url(/local/templates/aps-2025/css/../images/catalog-item-bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 2.3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .catalog__item {
    width: 49%;
    height: auto;
    aspect-ratio: 184/170;
    padding: 1rem 1.8rem;
  }
}
.catalog__item:hover h3 {
  background-position: right;
}
@media (max-width: 992px) {
  .catalog__item:nth-of-type(even) h3 {
    text-align: right;
  }
}
.catalog__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.catalog__item h3 {
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #5EA7C9;
  background-image: linear-gradient(90deg, #5EA7C9 59%, #FFAE01 60%, #FE1F01 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 1.5rem;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
@media (max-width: 992px) {
  .catalog__item h3 {
    font-size: 1.4rem;
  }
}
.catalog__item ul {
  color: #6B95A8;
  padding-left: 1.5rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .catalog__item ul {
    display: none;
  }
}
.catalog__item ul li a {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #6B95A8;
  text-decoration: none;
  display: flex;
  transition: all 0.1s linear;
}
.catalog__item ul li a:hover {
  color: #FFAE00;
}
.catalog__item img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  .catalog__item img {
    max-width: 200%;
  }
}
.catalog__item__more {
  justify-content: end;
  align-items: end;
  background: url(/local/templates/aps-2025/css/../images/catalog-more.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .catalog__item__more {
    display: none;
  }
}
.catalog__item__more:hover p {
  filter: brightness(1.2);
}
.catalog__item__more:hover p::before {
  rotate: 45deg;
}
.catalog__item__more p {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #FFAE00;
  padding-right: 3rem;
  margin: 0;
  transition: all 0.1s linear;
}
.catalog__item__more p::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(/local/templates/aps-2025/css/../images/svg/all-arrow.svg) no-repeat;
  background-size: contain;
  transition: all 0.1s linear;
  top: 0;
  right: 0;
}
.catalog_main {
  margin-bottom: 9rem;
}
@media (max-width: 992px) {
  .catalog_main {
    margin-top: -2rem;
    margin-bottom: 2.8rem;
    padding: 1.8rem 0 3rem;
  }
}
@media (max-width: 992px) {
  .catalog_main .catalog__content {
    gap: 1.8rem;
    width: calc(100% - 3.5rem);
    margin: 0 1.7rem 0 1.8rem;
  }
}
@media (max-width: 992px) {
  .catalog_main .catalog__item {
    width: 100%;
    aspect-ratio: 340/170;
  }
}
.catalog_main .catalog__item::before {
  content: none;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/local/templates/aps-2025/css/../images/svg/all-arrow.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  right: 1.3rem;
  bottom: 1.3rem;
}
@media (max-width: 992px) {
  .catalog_main .catalog__item::before {
    content: "";
  }
}
.catalog_main .catalog__item h3 {
  font-size: 2rem;
}
@media (max-width: 992px) {
  .catalog_main .catalog__item h3 {
    text-align: start;
  }
}
.catalog_main .catalog__item ul {
  max-width: 20rem;
}
@media (max-width: 992px) {
  .catalog_main .catalog__item ul {
    display: initial;
  }
}
.catalog_main .catalog__item ul li a {
  color: #5EA7C9;
}
@media (max-width: 992px) {
  .catalog_main .catalog__item ul li a {
    line-height: 1.4rem;
  }
}
.catalog_main .catalog__item ul li a:hover {
  color: #FFAE00;
}
@media (max-width: 992px) {
  .catalog_main .catalog__item img {
    max-width: none;
    width: auto;
  }
}

.products {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .products {
    margin-bottom: 5rem;
  }
}
.products__filter {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-right: 2rem;
  border-radius: 2.75rem;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .products__filter {
    height: 4.6rem;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.products__filter::before {
  content: "";
  position: absolute;
  width: 8.5rem;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff);
  pointer-events: none;
  z-index: 1;
  top: 0;
  right: 14.5rem;
}
@media (max-width: 992px) {
  .products__filter::before {
    background: linear-gradient(90deg, transparent, #F9FAFD);
    right: 0;
  }
}
.products__filter__content {
  position: relative;
  display: flex;
  width: fit-content;
  height: calc(100% + 0.2rem);
  overflow: scroll hidden;
  padding-right: 8.5rem;
  margin-right: 2rem;
}
.products__filter__content::-webkit-scrollbar {
  height: 0.2rem;
}
.products__filter__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.products__filter__content::-webkit-scrollbar-thumb {
  background-color: #A8B2BE;
  border-radius: 10rem;
}
.products__filter__item {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 5.6rem;
  text-decoration: none;
  text-wrap: nowrap;
  color: #101217;
  height: 100%;
  box-sizing: border-box;
  padding: 0 3rem;
  border-radius: 2.75rem;
  transition: all 0.1s linear;
  border: transparent 1px solid;
}
@media (max-width: 992px) {
  .products__filter__item {
    font-size: 1.4rem;
    line-height: 4.6rem;
    padding: 0 2.2rem;
  }
}
.products__filter__item:hover {
  color: #FFAE00;
}
.products__filter__item:hover span {
  color: #FFAE00;
}
.products__filter__item.active {
  border: 1px #FFAE00 solid;
}
.products__filter__item span {
  color: #A8B2BE;
  transition: all 0.1s linear;
}
.products__filter .section-more {
  color: #48565C;
}
.products__filter .section-more:hover {
  color: #FFAE00;
}
.products__filter-tag {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  background-color: #fff;
  box-sizing: border-box;
  padding-right: 2rem;
  border-radius: 2.75rem;
  margin-bottom: 2rem;
}
.products__filter-tag.p-0 {
  padding: 0;
}
@media (max-width: 992px) {
  .products__filter-tag {
    height: 4.6rem;
    padding-right: 0;
  }
}
.products__filter-tag__content {
  position: relative;
  display: flex;
  gap: 1.5rem;
  width: fit-content;
  overflow: scroll hidden;
  padding-right: 8.5rem;
  margin-right: 2rem;
}
.products__filter-tag__content.p-0.m-0 {
  padding: 0;
  margin: 0;
}
.products__filter-tag__content::-webkit-scrollbar {
  height: 0.2rem;
}
.products__filter-tag__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.products__filter-tag__content::-webkit-scrollbar-thumb {
  background-color: #A8B2BE;
  border-radius: 10rem;
}
.products__filter-tag__item {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  text-wrap: nowrap;
  width: fit-content;
  color: #101217;
  box-sizing: border-box;
  padding: 0.6rem 1.8rem;
  border-radius: 0.8rem;
  transition: all 0.1s linear;
  border: #A8B2BE 1px solid;
}
@media (max-width: 992px) {
  .products__filter-tag__item {
    font-size: 1.4rem;
  }
}
.products__filter-tag__item:hover {
  color: #FFAE00;
  border: 1px #FFAE00 solid;
}
.products__filter-tag__item:active {
  color: #101217;
}
.products__content {
  display: none;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 992px) {
  .products__content {
    gap: 2rem;
  }
}
.products__content.active {
  display: flex;
}
.products__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 23.5%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 4rem;
  border-radius: 2rem;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .products__item {
    width: 48.6%;
  }
}
@media (max-width: 768px) {
  .products__item {
    width: 100%;
  }
}
.products__item:hover {
  box-shadow: 0 0 5rem 0 rgba(11, 44, 60, 0.06);
}
.products__item:hover .swiper-slide {
  background-color: #fff;
}
.products__item:hover .products__item__marketplaces > a {
  filter: none;
}
.products__item > a {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  text-decoration: none;
}
@media (max-width: 576px) {
  .products__item > a {
    position: initial;
  }
}
.products__item__marketplaces {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 3;
  top: 1.5rem;
  right: 1.5rem;
}
.products__item__marketplaces > a {
  width: 2.6rem;
  height: 2.6rem;
  transition: all 0.1s linear;
  filter: grayscale(1) opacity(20%);
}
.products__item__marketplaces__wb {
  background: url(/local/templates/aps-2025/css/../images/svg/wb.svg) no-repeat;
  background-size: contain;
}
.products__item__marketplaces__ozon {
  background: url(/local/templates/aps-2025/css/../images/svg/ozon.svg) no-repeat;
  background-size: contain;
}
.products__item__slider {
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .products__item__slider {
    margin-bottom: 1.5rem;
  }
}
.products__item__slider .swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .products__item__slider .swiper {
    margin-bottom: 1.5rem;
  }
}
.products__item__slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9FAFD;
  border-radius: 1rem;
}
.products__item__slider .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.products__item__slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}
.products__item__slices {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
  z-index: 2;
}
@media (max-width: 576px) {
  .products__item__slices {
    display: none;
  }
}
@media (max-width: 992px) {
  .products__item__slices {
    padding: 0;
  }
}
.products__item__slices > a, .products__item__slices span {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  height: 100%;
}
.products__item__slices > a:last-of-type::before, .products__item__slices span:last-of-type::before {
  content: none;
}
.products__item__slices > a::before, .products__item__slices span::before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 2px;
  background-color: #fff;
  right: -1px;
  bottom: 0;
}
.products__item__scrollbar {
  width: calc(100% - 2rem);
  height: 2px;
  background-color: #E0ECF1;
  margin: 0 1rem;
}
@media (max-width: 992px) {
  .products__item__scrollbar {
    width: 100%;
    margin: 0;
  }
}
.products__item__scrollbar > div {
  background: linear-gradient(90deg, #FFAE00, #FE0400);
}
.products__item__content h3 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #101217;
  margin: 0;
}
.products__item__content ul {
  position: relative;
  color: #A8B2BE;
  padding: 3.5rem 0 3.5rem 1.5rem;
  margin-bottom: 1rem;
}
.products__item__content ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E0ECF1;
  left: 0;
  bottom: 0;
}
.products__item__content ul li {
  font-size: 1.4rem;
  line-height: 2rem;
}
.products__item__content ul li span {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #101217;
}
.products__item__info {
  display: flex;
  justify-content: space-between;
}
.products__item__stock {
  font-weight: 500;
  font-size: 1.4rem;
  color: #FFAE00;
  margin: 0;
}
.products__item__stock.disabled {
  color: #F99391;
}
.products__item__price {
  display: flex;
  gap: 1rem;
}
.products__item__price p {
  font-weight: 500;
  font-size: 2rem;
  color: #101217;
  margin: 0;
}
.products__item__price p s {
  font-weight: 400;
  font-size: 1.4rem;
  color: #A8B2BE;
}
.products__item__btn {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(115deg, transparent 0%, transparent 35%, #FE0400 66%, #FFAE00 100%);
  background-size: 300%;
  background-position: left;
  padding: 0 1.8rem;
  border-radius: 0.4rem 2rem;
  transition: all 0.1s linear;
  z-index: 3;
}
.products__item__btn:hover {
  animation: btn-bg 0.3s ease-in-out;
  background-position: right;
}
.products__item__btn:hover span {
  color: #fff;
}
.products__item__btn:hover svg path:not(:has(+ path)) {
  fill: #fff;
}
.products__item__btn:hover svg path + path {
  stroke: #fff;
  fill: none;
}
.products__item__btn:hover svg path:has(+ path) {
  stroke: #fff;
}
.products__item__btn span {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #101217;
  transition: all 0.1s linear;
}
.products__item__btn svg path {
  transition: all 0.1s linear;
}
.products__item__btn_in-basket {
  background: transparent;
}
.products__item__btn_in-basket span {
  color: #FE0400;
}
.products__item__btn_in-basket svg path:not(:has(+ path)) {
  fill: #FE0400;
}
.products__item__btn_in-basket svg path + path {
  stroke: #FE0400;
  fill: none;
}
.products__item__btn_in-basket svg path:has(+ path) {
  stroke: #FE0400;
}
.products__item__btn_in-basket:hover span {
  color: #FFAE00;
}
.products__item__btn_in-basket:hover svg path:not(:has(+ path)) {
  fill: #FFAE00;
}
.products__item__btn_in-basket:hover svg path + path {
  stroke: #FFAE00;
  fill: none;
}
.products__item__btn_in-basket:hover svg path:has(+ path) {
  stroke: #FFAE00;
}
.products__item .w-full {
  width: 100%;
}
.products__item .flex {
  display: flex;
  text-decoration: none;
}

.selection {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .selection {
    margin-bottom: 9rem;
  }
}
.selection .section-box {
  position: relative;
  height: 17rem;
  background: url(/local/templates/aps-2025/css/../images/selection-bg.jpg) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 0 0 39rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .selection .section-box {
    height: 19.2rem;
    padding: 0;
  }
}
.selection__image {
  position: absolute;
  width: max-content;
  height: 28rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
@media (max-width: 992px) {
  .selection__image {
    height: 15.3rem;
    transform: none;
    top: auto;
    left: -3rem;
    bottom: -4rem;
  }
}
.selection__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.selection__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: max-content;
  height: 100%;
  box-sizing: border-box;
  padding-top: 3rem;
}
@media (max-width: 992px) {
  .selection__content {
    width: auto;
    padding: 1.5rem 0 0 1.5rem;
  }
}
.selection__content h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #FFAE00;
  margin: 0;
}
@media (max-width: 992px) {
  .selection__content h2 {
    font-size: 2rem;
  }
}
.selection__content p {
  font-size: 2.5rem;
  color: #fff;
  margin: 0;
}
@media (max-width: 992px) {
  .selection__content p {
    font-size: 1.4rem;
  }
}
.selection__btn {
  position: absolute;
  z-index: 1;
  right: 5rem;
  bottom: 3rem;
}
@media (max-width: 992px) {
  .selection__btn {
    left: 14.2rem;
    right: auto;
    bottom: 2rem;
  }
}

.news {
  margin-bottom: 1rem;
}

.new .detail-page__text, .new .detail-page__text p, .new .detail-page__text ul > li {
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .new .detail-page__text, .new .detail-page__text p, .new .detail-page__text ul > li {
    line-height: 2.2rem;
  }
}
.new > .section-box > .detail-page__text {
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .new > .section-box > .detail-page__text {
    margin-bottom: 4rem;
  }
}

.request {
  background: url(/local/templates/aps-2025/css/../images/request-bg.png) no-repeat center top;
  background-size: cover;
  min-height: 70rem;
}
@media (max-width: 992px) {
  .request {
    background: url(/local/templates/aps-2025/css/../images/request-bg-mob.png) no-repeat center top;
    background-size: cover;
    min-height: 83rem;
  }
}
.request_main {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .request_main {
    margin-bottom: 4rem;
  }
}
.request__content {
  display: flex;
  justify-content: end;
  height: 100%;
}
.request__form {
  position: relative;
  max-width: 88rem;
  padding: 15.8rem 0 4.4rem;
}
@media (max-width: 992px) {
  .request__form {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: max-content;
    background-color: rgba(1, 10, 15, 0.5);
    backdrop-filter: blur(0.5rem);
    box-sizing: border-box;
    padding: 1.8rem 1.5rem;
    border-radius: 3rem;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(279deg, rgba(255, 255, 255, 0) 35%, #81b3ca 45%, #e5f7ff 50%, #81b3ca 55%, rgba(255, 255, 255, 0) 65%);
    border-image-slice: 1;
    margin: 33rem 0 3.5rem;
  }
}
.request__form::before, .request__form::after {
  content: none;
  position: absolute;
  width: 9.5rem;
  height: 2.5rem;
  background-color: #5898B6;
  border-radius: 50%;
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .request__form::before, .request__form::after {
    content: "";
  }
}
.request__form::before {
  transform: translateY(-50%);
  top: 0;
  right: 8.5rem;
}
.request__form::after {
  transform: translateY(50%);
  bottom: 0;
  left: 8.5rem;
}
.request__form h2 {
  font-weight: 500;
  font-size: 5rem;
  color: #FFAE00;
  text-transform: uppercase;
  margin: 0 0 2rem;
}
@media (max-width: 992px) {
  .request__form h2 {
    font-size: 2.5rem;
    text-align: center;
  }
}
.request__form > div {
  position: relative;
  padding: 3.5rem 7rem 3.5rem 3.5rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(55deg, rgba(255, 255, 255, 0) 35%, #81b3ca 45%, #e5f7ff 50%, #81b3ca 55%, rgba(255, 255, 255, 0) 65%);
  border-image-slice: 1;
}
@media (max-width: 992px) {
  .request__form > div {
    gap: 0.5rem;
    padding: 0;
    background-color: transparent;
    backdrop-filter: none;
    border: none;
    border-radius: 0;
  }
}
.request__form > div::before, .request__form > div::after {
  content: "";
  position: absolute;
  width: 17.5rem;
  height: 2.5rem;
  background-color: #5898B6;
  border-radius: 50%;
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .request__form > div::before, .request__form > div::after {
    content: none;
  }
}
.request__form > div::before {
  transform: translateY(-50%);
  top: 0;
  left: 21.5rem;
}
.request__form > div::after {
  transform: translateY(50%);
  bottom: 0;
  right: 21.5rem;
}
.request__form .form__input-file {
  margin: 0.5rem 0;
}
.request__form__controls {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 992px) {
  .request__form__controls {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .request__form__controls .btn {
    padding: 0 7.8rem;
  }
}
.request__form__controls .form__checkbox label::before, .request__form__controls .form__checkbox label::after {
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 992px) {
  .request__form__controls .form__checkbox label::before, .request__form__controls .form__checkbox label::after {
    transform: none;
    top: 0;
  }
}

.about {
  position: relative;
  margin-bottom: 13rem;
}
@media (max-width: 992px) {
  .about {
    margin-bottom: 8rem;
  }
}
.about::before {
  content: "";
  position: absolute;
  width: 69.5rem;
  height: 61rem;
  background: url(/local/templates/aps-2025/css/../images/svg/pattern.svg) no-repeat;
  background-size: contain;
  z-index: -1;
  top: 3.5rem;
  right: 5.5rem;
}
@media (max-width: 992px) {
  .about::before {
    content: none;
  }
}
.about__content h2, .about__section h2 {
  font-weight: 600;
  font-size: 3rem;
  color: #101217;
  margin: 0 0 3rem;
}
@media (max-width: 992px) {
  .about__content h2, .about__section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0 0 2.3rem;
  }
}
.about__content h2 span, .about__section h2 span {
  font-weight: 600;
  font-size: 3rem;
  color: #FFAE00;
}
@media (max-width: 992px) {
  .about__content h2 span, .about__section h2 span {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.about__content h3, .about__section h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 6rem 0 3rem;
}
@media (max-width: 992px) {
  .about__content h3, .about__section h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 4rem 0 2rem;
  }
}
.about__content, .about__content p, .about__section, .about__section p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #101217;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .about__content, .about__content p, .about__section, .about__section p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
  }
}
.about__content ul, .about__section ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .about__content ul, .about__section ul {
    margin-bottom: 1rem;
  }
}
.about__content ul li, .about__section ul li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #101217;
}
@media (max-width: 992px) {
  .about__content ul li, .about__section ul li {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.about__section {
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .about__section {
    margin-bottom: 4.5rem;
  }
}
.about__section h2 {
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .about__section h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 2rem;
  }
}
.about__section p {
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .about__section p {
    line-height: 2.2rem;
  }
}
@media (max-width: 992px) {
  .about__collapse {
    display: none;
  }
}
.about__collapse-btn {
  font-size: 1.4rem;
  text-decoration: none;
  display: none;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .about__collapse-btn {
    display: initial;
  }
}
.about__collapse-btn.invisible {
  opacity: 0;
  pointer-events: none;
}
.about_main {
  margin-bottom: 18.5rem;
}
@media (max-width: 992px) {
  .about_main {
    margin-bottom: 5rem;
  }
}
.about_main::before {
  width: 62rem;
  height: 54.3rem;
  top: 0;
  right: 29.5rem;
}
.about_main .section-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about_main .section-box {
    flex-direction: column;
    justify-content: start;
    gap: 3.5rem;
  }
}
.about_main .about__content {
  max-width: 98rem;
}
.about_main .about__content p {
  line-height: 2.5rem;
}
@media (max-width: 992px) {
  .about_main .about__content p {
    line-height: 2.2rem;
  }
}
.about_main .about__images {
  position: relative;
  width: 44.7rem;
  height: 50rem;
  margin-right: 4rem;
}
@media (max-width: 992px) {
  .about_main .about__images {
    width: 34rem;
    height: 38.2rem;
    margin: 0 auto;
  }
}
.about_main .about__images img {
  position: absolute;
  width: 26rem;
  height: 21.7rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .about_main .about__images img {
    width: 19.7rem;
    height: 16.4rem;
  }
}
.about_main .about__images img:nth-of-type(1) {
  left: 0;
  bottom: 0;
}
.about_main .about__images img:nth-of-type(2) {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.about_main .about__images img:nth-of-type(3) {
  top: 0;
  right: 0;
}

.projects {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .projects {
    margin-bottom: 5rem;
  }
}
.projects .list {
  background-color: #EEF3F9;
}

.partners {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .partners {
    margin-bottom: 5rem;
  }
}
.partners .section-header {
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .partners .section-header {
    margin-bottom: 2rem;
  }
}
.partners .section-header > div {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 78rem;
}
@media (max-width: 992px) {
  .partners .section-header > div {
    gap: 2rem;
  }
}
.partners .section-header > div p {
  font-weight: 400;
  font-size: 1.6rem;
  color: #8C959F;
  margin: 0;
}
@media (max-width: 992px) {
  .partners .section-header > div p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.partners .section-header .section-title {
  font-size: 3rem;
}
@media (max-width: 992px) {
  .partners .section-header .section-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .partners .section-header .section-more {
    display: none;
  }
}
.partners__content {
  position: relative;
  max-width: 169rem;
  height: 14rem;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6rem 0 rgba(11, 44, 60, 0.05);
  box-sizing: border-box;
  padding: 0 8rem;
  border-radius: 7rem;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .partners__content {
    padding: 0 5.5rem;
    border-radius: 2.6rem;
    margin: 0 1.7rem 0 1.8rem;
  }
}
.partners__slider {
  height: 100%;
}
.partners__item {
  position: relative;
  height: 100%;
}
.partners__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 7.5rem;
  background: linear-gradient(0deg, transparent, #C4D9E2, transparent);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 992px) {
  .partners__item::before {
    content: none;
  }
}
.partners__item:last-of-type::before {
  content: none;
}
.partners__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.partners__item a:hover img {
  opacity: 1;
  filter: none;
}
.partners__item a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0.4;
  filter: grayscale(1);
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .partners__item a img {
    opacity: 1;
    filter: none;
  }
}
.partners__prev, .partners__next {
  position: absolute;
  width: 3.8rem;
  height: 3.8rem;
  background: url(/local/templates/aps-2025/css/../images/svg/slider-arrow-2.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.1s linear;
  top: 50%;
}
.partners__prev.swiper-button-disabled, .partners__next.swiper-button-disabled {
  filter: grayscale(1);
}
.partners__prev {
  transform: translateY(50%);
  left: 4.2rem;
  rotate: 180deg;
}
@media (max-width: 992px) {
  .partners__prev {
    left: 0.7rem;
  }
}
.partners__next {
  transform: translateY(-50%);
  right: 4.2rem;
}
@media (max-width: 992px) {
  .partners__next {
    right: 0.7rem;
  }
}

.articles {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .articles {
    margin-bottom: 5rem;
  }
}

.viewed-products, .similar-products {
  margin-bottom: 7rem;
  margin-top: 4rem;
}
@media (max-width: 992px) {
  .viewed-products, .similar-products {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .viewed-products .section-box, .similar-products .section-box {
    width: calc(100% - 1.8rem);
    margin: 0 0 0 1.8rem;
  }
}
@media (max-width: 992px) {
  .viewed-products__item, .similar-products__item {
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 992px) {
  .viewed-products__item .products__item__slider, .similar-products__item .products__item__slider {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 992px) {
  .viewed-products__item .products__item__slider .swiper, .similar-products__item .products__item__slider .swiper {
    margin-bottom: 0;
  }
}
.viewed-products__item .products__item__content h3, .similar-products__item .products__item__content h3 {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .viewed-products__item .products__item__content h3, .similar-products__item .products__item__content h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.viewed-products__item .products__item__content h3::before, .similar-products__item .products__item__content h3::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E0ECF1;
  left: 0;
  bottom: 0;
}

.map {
  width: 100%;
  height: 43rem;
}

#location-map:hover .ymaps-2-1-79-ground-pane {
  filter: none;
}
#location-map .ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
  transition: all 0.1s linear;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  background: url(/local/templates/aps-2025/css/../images/footer-bg.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 992px) {
  .footer {
    gap: 2rem;
    background: url(/local/templates/aps-2025/css/../images/footer-bg-mob.jpg) no-repeat center top;
    background-size: cover;
  }
}
.footer__top {
  position: relative;
  height: 6.6rem;
  background-color: rgba(3, 16, 23, 0.8);
}
.footer__top::before {
  content: "";
  position: absolute;
  display: none;
  width: 34.7rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #81b3ca 25%, #fff 50%, #81b3ca 75%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: all 0.1s linear;
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 0;
}
@media (max-width: 992px) {
  .footer__top::before {
    display: initial;
  }
}
.footer__top::after {
  content: "";
  position: absolute;
  display: none;
  pointer-events: none;
  width: 12.5rem;
  height: 2.5rem;
  background-color: #5898B6;
  transition: all 0.1s linear;
  border-radius: 50%;
  filter: blur(2rem);
  transform: translate(-50%, 50%);
  left: 50%;
  bottom: 0;
}
@media (max-width: 992px) {
  .footer__top::after {
    display: initial;
  }
}
.footer__top__content {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.footer__top__info {
  display: flex;
  align-items: center;
  gap: 9rem;
}
@media (max-width: 992px) {
  .footer__top__info {
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu ul {
  gap: 7rem;
}
.footer__menu_mob {
  display: none;
}
@media (max-width: 992px) {
  .footer__menu_mob {
    display: initial;
  }
}
.footer__menu_mob ul {
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 4.5rem;
}
.footer__menu_mob ul li a::before, .footer__menu_mob ul li a::after {
  content: none;
}
@media (max-width: 992px) {
  .footer__email {
    display: none;
  }
}
.footer__email_mob {
  display: none;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .footer__email_mob {
    display: flex;
  }
}
.footer > .section-box {
  position: relative;
}
.footer__content {
  max-width: 62rem;
  padding-bottom: 2.8rem;
}
.footer__logo {
  display: flex;
  width: 43.2rem;
  height: auto;
  margin-bottom: 10.5rem;
}
@media (max-width: 992px) {
  .footer__logo {
    width: 23rem;
    margin-bottom: 0;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer__warning {
  font-weight: 400;
  font-size: 1.2rem;
  color: #103B4F;
  margin: 0 0 2.5rem;
}
@media (max-width: 992px) {
  .footer__warning {
    font-size: 1.4rem;
    margin: 0 0 1.5rem;
  }
}
.footer__privacy-policy {
  margin: 0;
}
@media (max-width: 992px) {
  .footer__privacy-policy {
    max-width: 22rem;
  }
}
.footer__privacy-policy, .footer__privacy-policy a {
  font-weight: 400;
  font-size: 1.4rem;
  color: #103B4F;
}
.footer__privacy-policy a {
  transition: all 0.1s linear;
}
.footer__privacy-policy a:hover {
  color: #FFAE00;
}
.footer__luxar {
  position: absolute;
  width: 12rem;
  height: 8.5rem;
  right: 0;
  bottom: 1.2rem;
}
.footer__luxar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.order {
  display: flex;
  justify-content: end;
  width: 46rem;
  height: 71rem;
  background: url(/local/templates/aps-2025/css/../images/order-bg.png) no-repeat center top;
  background-size: contain;
  box-sizing: border-box;
  padding: 0 1.4rem 1.2rem;
}
@media (max-width: 992px) {
  .order {
    width: 37.5rem;
    background: url(/local/templates/aps-2025/css/../images/order-bg-mob.png) no-repeat center top;
    background-size: contain;
    padding: 24.3rem 1.8rem 1.4rem;
  }
}
.order_stub {
  display: initial;
  padding: 24.3rem 1.4rem 1.2rem;
}
@media (max-width: 992px) {
  .order_stub {
    padding: 24.3rem 1.8rem 1.4rem;
  }
}
.order__content {
  position: relative;
  width: 100%;
  height: max-content;
  background-color: rgba(1, 10, 15, 0.3);
  backdrop-filter: blur(0.5rem);
  box-sizing: border-box;
  padding: 2.7rem 1.4rem 1.5rem;
  border-radius: 5rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #81b3ca 60%, #e5f7ff 65%, #81b3ca 70%, rgba(255, 255, 255, 0) 80%);
  border-image-slice: 1;
}
.order__content::before, .order__content::after {
  content: "";
  position: absolute;
  width: 11rem;
  height: 2.5rem;
  background-color: #5898B6;
  border-radius: 50%;
  filter: blur(4rem);
  pointer-events: none;
}
.order__content::before {
  transform: translateY(-50%);
  top: 0;
  right: 9.5rem;
}
.order__content::after {
  transform: translateY(50%);
  bottom: 0;
  right: 9.5rem;
}
.order__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
.order__form h2 {
  font-weight: 400;
  font-size: 3rem;
  color: #FFAE00;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.order__form h2 span {
  display: block;
  font-size: 4rem;
  text-transform: none;
  text-align: center;
}
.order__form textarea {
  margin-bottom: 0.5rem;
}
.order__form .btn {
  padding: 0 7.8rem;
}
.order__form .form-checkbox label {
  font-size: 1.1rem;
  line-height: 1rem;
  color: #54707C;
}
@media (max-width: 992px) {
  .order__form .form-checkbox label {
    font-size: 1rem;
  }
}

.fancybox__content > .f-button.is-close-btn {
  top: 12.6rem;
  right: 3.8rem;
  opacity: 1;
}

.search {
  position: fixed;
  width: 100%;
  height: 15.4rem;
  background-color: rgba(1, 12, 17, 0.9);
  backdrop-filter: blur(0.5rem);
  transition: all 0.1s linear;
  z-index: 100;
  top: 9.2rem;
  left: 0;
}
@media (max-width: 992px) {
  .search {
    height: 12rem;
    top: 6.7rem;
  }
}
.search.invisible {
  opacity: 0;
  pointer-events: none;
}
.search .section-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.search form {
  display: flex;
}
@media (max-width: 992px) {
  .search form {
    width: 100%;
  }
}
.search__field > input, .search__find, .search__close {
  font-size: 1.6rem;
  color: #466675;
  height: 4.8rem;
  background-color: transparent;
  border: 1px #153C4F solid;
  border-radius: 3rem;
  cursor: pointer;
}
.search__field {
  position: relative;
  width: 76.5rem;
  border-radius: 3rem 0 0 3rem;
}
@media (max-width: 992px) {
  .search__field {
    width: 100%;
  }
}
.search__field::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(/local/templates/aps-2025/css/../images/svg/search-gray.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  top: 50%;
  left: 2.5rem;
}
.search__field::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  padding: 1px;
  border-radius: 3.2rem 0 0 3.2rem;
  background: linear-gradient(90deg, #225168, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.search__field input {
  width: calc(100% - 7rem);
  padding: 0 0 0 6rem;
  border: none;
}
.search__field input::placeholder {
  color: #466675;
}
.search__find {
  color: #FFAE00;
  padding: 0 7.5rem;
  transition: all 0.1s linear;
  z-index: 2;
}
@media (max-width: 992px) {
  .search__find {
    padding: 0 2.2rem;
  }
}
.search__find:hover {
  border-color: #E0ECF1;
}
.search__close {
  padding: 0 3rem;
  margin-left: 0.8rem;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .search__close {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    border: none;
    margin: 0;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.search__close:hover {
  border-color: #E0ECF1;
}
.search__close:hover svg path {
  fill: #FFAE00;
}
.search__close svg {
  width: 1rem;
  height: 1rem;
}
.search__close svg path {
  transition: all 0.1s linear;
}

.drop-down-menu {
  position: fixed;
  display: none;
  width: 100%;
  height: auto;
  background-color: rgba(0, 8, 12, 0.9);
  backdrop-filter: blur(0.5rem);
  z-index: 100;
  top: 9.2rem;
  left: 0;
}
@media (max-width: 992px) {
  .drop-down-menu {
    display: none !important;
  }
}
.drop-down-menu__content {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 4rem 0 18.8rem;
  margin: 0 auto;
}
.drop-down-menu__catalog {
  position: relative;
  padding-right: 4.5rem;
  margin-right: 5.7rem;
}
.drop-down-menu__catalog::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 9.5rem);
  background: linear-gradient(0deg, transparent, #005177, transparent);
  top: -4rem;
  right: 0;
}
.drop-down-menu__catalog ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  list-style: none;
  padding-left: 0;
}
.drop-down-menu__catalog ul li {
  max-width: 21rem;
}
.drop-down-menu__catalog ul li a {
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #5EA7C9;
  line-height: 2rem;
  position: relative;
  display: flex;
  width: 100%;
  background-image: linear-gradient(90deg, #5EA7C9 59%, #FFAE01 60%, #FE1F01 100%);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s ease-in-out;
}
.drop-down-menu__catalog ul li a.active, .drop-down-menu__catalog ul li a:hover {
  background-position: right;
}
.drop-down-menu__catalog ul li a.active::before, .drop-down-menu__catalog ul li a.active::after, .drop-down-menu__catalog ul li a:hover::before, .drop-down-menu__catalog ul li a:hover::after {
  opacity: 1;
}
.drop-down-menu__catalog ul li a::before, .drop-down-menu__catalog ul li a::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.1s linear;
  top: 50%;
  left: auto;
  right: -4.5rem;
}
.drop-down-menu__catalog ul li a::before {
  width: 1px;
  height: 5.5rem;
  background: linear-gradient(0deg, transparent, #C5DFEB, transparent);
  transform: translateY(-50%);
}
.drop-down-menu__catalog ul li a::after {
  width: 1.8rem;
  height: 7rem;
  background-color: #5898B6;
  filter: blur(2rem);
  transform: translate(calc(50% - 1px), -50%);
  border-radius: 50%;
}
.drop-down-menu__category {
  width: 28rem;
  margin-right: 15.8rem;
}
.drop-down-menu__category ul {
  display: none;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  padding-left: 0;
}
.drop-down-menu__category ul.active {
  display: flex;
}
.drop-down-menu__category ul li a {
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.1s linear;
}
.drop-down-menu__category ul li a.active, .drop-down-menu__category ul li a:hover {
  color: #FFAE00;
}
.drop-down-menu__category ul li a::before, .drop-down-menu__category ul li a::after {
  content: none;
}
.drop-down-menu__info {
  max-width: 47rem;
  width: 100%;
}
.drop-down-menu__item {
  display: none;
}
.drop-down-menu__item.active {
  display: initial;
}
.drop-down-menu__item .h3 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: #FFAE00;
  margin: 0 0 3.8rem;
}
.drop-down-menu__item__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  height: 20rem;
  margin-bottom: 4.6rem;
}
.drop-down-menu__item__image::before {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  background-color: #005177;
  filter: blur(5rem);
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.drop-down-menu__item__image img {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.drop-down-menu__item p {
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #C4D9E2;
  margin: 0;
}

.city {
  position: fixed;
  display: none;
  width: 100%;
  height: auto;
  background-color: rgba(0, 8, 12, 0.9);
  backdrop-filter: blur(0.5rem);
  z-index: 100;
  top: 9.2rem;
  left: 0;
}
@media (max-width: 992px) {
  .city {
    display: none !important;
  }
}
.city__content {
  display: flex;
  flex-direction: column;
  padding: 4.5rem 0 14rem;
}
.city__content h2 {
  font-weight: 400;
  font-size: 3rem;
  color: #fff;
  margin: 0 0 3rem;
}
.city form {
  margin-bottom: 4.5rem;
}
.city__search {
  position: relative;
  max-width: 120rem;
  width: 100%;
  border-radius: 3rem;
}
.city__search::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(/local/templates/aps-2025/css/../images/svg/search-gray.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  top: 50%;
  left: 2.5rem;
}
.city__search::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  padding: 1px;
  border-radius: 3.2rem 0 0 3.2rem;
  background: linear-gradient(90deg, #225168, transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.city__search input {
  font-size: 1.6rem;
  color: #fff;
  width: 100%;
  height: 4.8rem;
  background-color: transparent;
  padding-left: 6rem;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
}
.city__search input::placeholder {
  color: #fff;
}
.city__info {
  display: flex;
  padding-left: 6rem;
}
.city__main-cities {
  position: relative;
  padding-right: 8rem;
  margin-right: 7.5rem;
}
.city__main-cities::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 1.5rem);
  background: linear-gradient(0deg, transparent, #005177, transparent);
  top: -1.5rem;
  right: 0;
}
.city__main-cities ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: max-content;
  list-style: none;
  padding-left: 0;
}
.city__main-cities ul li {
  width: 100%;
}
.city__main-cities ul li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  text-decoration: none;
  color: #5EA7C9;
  display: flex;
  width: 100%;
  transition: all 0.1s linear;
}
.city__main-cities ul li a.active, .city__main-cities ul li a:hover {
  font-weight: 600;
  color: #FFAE00;
}
.city__all-cities {
  position: relative;
  max-height: 29rem;
}
.city__all-cities::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 1.5rem);
  background: linear-gradient(0deg, transparent, #005177, transparent);
  z-index: -1;
  top: -1.5rem;
  right: 0.2rem;
}
.city__all-cities__content {
  height: 100%;
  padding-right: 8rem;
  overflow-y: scroll;
}
.city__all-cities__content::-webkit-scrollbar {
  width: 0.5rem;
}
.city__all-cities__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.city__all-cities__content::-webkit-scrollbar-thumb {
  width: 0.5rem;
  background-color: #FFAE00;
  border-radius: 10rem;
}
.city__all-cities ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  max-width: 20rem;
  width: max-content;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
.city__all-cities ul:last-of-type {
  margin-bottom: 0;
}
.city__all-cities ul h3 {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #FFAE00;
  margin: 0;
}
.city__all-cities ul li {
  width: 100%;
}
.city__all-cities ul li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-decoration: none;
  color: #fff;
  display: flex;
  width: 100%;
  transition: all 0.1s linear;
}
.city__all-cities ul li a.active, .city__all-cities ul li a:hover {
  color: #FFAE00;
}

.inner-page {
  position: relative;
  width: 100%;
  height: 30rem;
  background: url(/local/templates/aps-2025/css/../images/inner-page-bg.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .inner-page {
    height: 21.6rem;
    background: url(/local/templates/aps-2025/css/../images/inner-page-bg.jpg) no-repeat 60% center;
    background-size: cover;
    margin-bottom: 2rem;
  }
}
.inner-page::before, .inner-page::after {
  content: none;
  position: absolute;
  width: 100%;
  pointer-events: none;
  left: 0;
}
@media (max-width: 992px) {
  .inner-page::before, .inner-page::after {
    content: "";
  }
}
.inner-page::before {
  height: 13.4rem;
  background: linear-gradient(0deg, transparent 40%, #000 100%);
  top: 0;
}
.inner-page::after {
  height: 8.2rem;
  background: linear-gradient(0deg, #000 0%, transparent 40%);
  bottom: 0;
}
.inner-page__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 1.5rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .inner-page__content {
    padding-bottom: 2rem;
  }
}
.inner-page h1 {
  font-weight: 400;
  font-size: 4rem;
  text-transform: uppercase;
  color: #FFAE00;
  margin: 0 0 2rem;
}
@media (max-width: 992px) {
  .inner-page h1 {
    font-size: 3rem;
    margin: 0 0 1.2rem;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
}
.breadcrumb__item span, .breadcrumb__item i {
  font-weight: 400;
  font-size: 1.4rem;
  color: #2C4A58;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumb__item span, .breadcrumb__item i {
    font-size: 1.2rem;
  }
}
.breadcrumb__item > span {
  color: #79A1B4;
}
.breadcrumb__item i {
  padding: 0 1.2rem;
}
@media (max-width: 992px) {
  .breadcrumb__item i {
    padding: 0 0.3rem;
  }
}
.breadcrumb__item a {
  text-decoration: none;
}

.manufacturers {
  margin-bottom: 13rem;
}
@media (max-width: 992px) {
  .manufacturers {
    margin-bottom: 7rem;
  }
}
.manufacturers__content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 992px) {
  .manufacturers__content {
    gap: 1.8rem;
  }
}
.manufacturers__item {
  position: relative;
  width: 23.5%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 2rem 2rem 4rem;
  border-radius: 2rem;
  transition: all 0.1s linear;
}
@media (max-width: 992px) {
  .manufacturers__item {
    width: 48.75%;
    padding: 1.8rem 1.8rem 3rem;
  }
}
@media (max-width: 768px) {
  .manufacturers__item {
    width: 100%;
  }
}
.manufacturers__item:hover {
  box-shadow: 0 0 5rem 0 rgba(11, 44, 60, 0.06);
}
.manufacturers__item:hover .manufacturers__item__content p {
  color: #101217;
}
.manufacturers__item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.manufacturers__item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .manufacturers__item__image {
    height: 12.8rem;
  }
}
.manufacturers__item__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.manufacturers__item__content h3 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #000;
  margin: 0;
}
.manufacturers__item__content p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #868E98;
  margin: 0;
  transition: all 0.1s linear;
}
.manufacturers__item__content p span {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #5EA7C9;
}

.manufacturer {
  display: flex;
  margin-bottom: 12.5rem;
}
@media (max-width: 992px) {
  .manufacturer {
    margin-bottom: 5rem;
  }
}
.manufacturer__content {
  margin-bottom: 7rem;
}
@media (max-width: 992px) {
  .manufacturer__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 3.5rem;
  }
}
.manufacturer__content h2 {
  font-weight: 700;
  font-size: 3rem;
  color: #000;
  margin: 0 0 2.2rem;
}
@media (max-width: 992px) {
  .manufacturer__content h2 {
    font-size: 1.8rem;
    margin-bottom: 1.3rem;
    order: 2;
  }
}
.manufacturer__content > img {
  max-width: 62rem;
  width: 100%;
  height: auto;
  aspect-ratio: 620/388;
  float: right;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
  margin: 2.5rem 0 3rem 3rem;
}
@media (max-width: 992px) {
  .manufacturer__content > img {
    max-width: none;
    float: none;
    margin: 0 0 2rem;
    order: 4;
  }
}
.manufacturer__content p {
  margin: 0 0 5rem;
  order: 5;
}
@media (max-width: 992px) {
  .manufacturer__content p {
    margin-bottom: 1.5rem;
  }
}
.manufacturer__content p, .manufacturer__content p a {
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000;
}
@media (max-width: 992px) {
  .manufacturer__content p, .manufacturer__content p a {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media (max-width: 992px) {
  .manufacturer__content p:first-of-type {
    order: 3;
  }
}
.manufacturer__content p:last-of-type {
  margin-bottom: 0;
}
.manufacturer__logo {
  max-width: 49rem;
  width: 100%;
  height: auto;
  margin-bottom: 7.8rem;
}
@media (max-width: 992px) {
  .manufacturer__logo {
    box-sizing: border-box;
    padding: 4rem 4.4rem;
    margin: 0 auto 0.5rem;
    order: 1;
  }
}
.manufacturer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.category {
  margin-bottom: 13rem;
}
@media (max-width: 992px) {
  .category {
    margin-bottom: 3rem;
  }
}
.category > .section-box {
  display: flex;
  gap: 3rem;
}
@media (max-width: 992px) {
  .category > .section-box {
    flex-direction: column;
    gap: 2rem;
  }
}
.category__filter {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 36rem;
  width: 100%;
}
@media (max-width: 992px) {
  .category__filter {
    max-width: none;
  }
}
.category__filter__catalog {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.category__filter__catalog__section {
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .category__filter__catalog__section {
    display: none;
  }
}
.category__filter__catalog__section_mob {
  display: none;
  width: calc(100% + 3.5rem);
  background-color: #03202E;
  box-sizing: border-box;
  transform: translateX(-1.8rem);
  padding: 1.8rem 1.7rem 1.8rem 1.8rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .category__filter__catalog__section_mob {
    display: flex;
  }
}
.category__filter__catalog__title {
  min-height: 6rem;
  background: url(/local/templates/aps-2025/css/../images/category-filter-catalog-title-bg.jpg) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding: 1rem 1.8rem 0;
  border-radius: 1rem 1rem 0.5rem 0.5rem;
}
.category__filter__catalog__title h3 {
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #FFAE00;
  margin: 0;
}
.category__filter__catalog__accordion {
  border-bottom: 1px #EBEFF1 solid;
}
.category__filter__catalog__accordion > ul > .category__filter__catalog__accordion {
  width: calc(100% + 4rem);
  margin-left: -4rem;
}
.category__filter__catalog__accordion > ul > .category__filter__catalog__accordion > div {
  padding-left: 4rem;
}
.category__filter__catalog__accordion > ul > .category__filter__catalog__accordion > div p {
  width: fit-content;
}
.category__filter__catalog__accordion:last-of-type {
  border-bottom: none;
}
.category__filter__catalog__accordion.active > div {
  background-color: #0A2837;
}
.category__filter__catalog__accordion.active > div p {
  color: #FFAE00;
}
.category__filter__catalog__accordion.active > div svg {
  transform: rotateX(180deg);
}
.category__filter__catalog__accordion.active > div svg path {
  fill: #fff;
}
.category__filter__catalog__accordion > div, .category__filter__catalog__accordion > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 1.8rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.25s linear;
}
.category__filter__catalog__accordion > div:hover p, .category__filter__catalog__accordion > a:hover p {
  color: #FFAE00;
}
.category__filter__catalog__accordion > div p, .category__filter__catalog__accordion > a p {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  margin: 0;
  transition: all 0.25s linear;
}
.category__filter__catalog__accordion > div svg, .category__filter__catalog__accordion > a svg {
  width: 1.1rem;
  height: 0.6rem;
  transition: all 0.25s linear;
}
.category__filter__catalog__accordion > div svg path, .category__filter__catalog__accordion > a svg path {
  transition: all 0.25s linear;
}
.category__filter__catalog__accordion > a.active p {
  color: #FFAE00;
}
.category__filter__catalog__accordion ul {
  display: none;
  color: #466675;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.category__filter__catalog__accordion ul li a {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #466675;
  text-decoration: none;
  transition: all 0.1s linear;
}
.category__filter__catalog__accordion ul li a.active, .category__filter__catalog__accordion ul li a:hover {
  color: #FFAE00;
}
.category__filter__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 992px) {
  .category__filter__form {
    position: fixed;
    gap: 0;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    border-radius: 1rem;
    transition: all 0.1s linear;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
    top: 0;
    left: 0;
  }
}
.category__filter__form.active {
  opacity: 1;
  pointer-events: all;
}
.category__filter__form__header {
  display: none;
  border-radius: 1rem 1rem 0 0;
}
@media (max-width: 992px) {
  .category__filter__form__header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 6.2rem;
    background: url(/local/templates/aps-2025/css/../images/category-filter-catalog-title-bg.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 1.6rem;
  }
}
.category__filter__form__header p {
  font-weight: 500;
  font-size: 2rem;
  color: #FFAE00;
  margin: 0;
}
.category__filter__form__header button {
  position: absolute;
  display: flex;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  padding: 0;
  border: none;
  top: 1.2rem;
  right: 1.2rem;
}
.category__filter__form__header button:hover svg path {
  fill: #FFAE00;
}
.category__filter__form__header button svg {
  width: 100%;
  height: 100%;
}
.category__filter__form__header button svg path {
  transition: all 0.1s linear;
}
.category__filter__form > button {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 5rem;
  color: #FFAE00;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 0;
  border: 1px #DDE6EB solid;
  border-radius: 0.5rem 2.5rem;
  transition: all 0.1s linear;
  cursor: pointer;
}
@media (max-width: 992px) {
  .category__filter__form > button {
    width: calc(100% - 2rem);
    margin: 1rem 1rem 3.8rem;
  }
}
.category__filter__form > button:hover {
  color: #FE0400;
}
.category__filter__content {
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .category__filter__content {
    overflow-y: scroll;
    height: calc(100dvh - 16rem);
    border-radius: 0;
  }
}
.category__filter__content::-webkit-scrollbar {
  width: 2px;
}
.category__filter__content::-webkit-scrollbar-track {
  background-color: #fff;
}
.category__filter__content::-webkit-scrollbar-thumb {
  background-color: #A8B2BE;
  border-radius: 10rem;
}
.category__filter__accordion {
  border-bottom: 1px #EBEFF1 solid;
}
.category__filter__accordion:last-of-type {
  border-bottom: none;
}
.category__filter__accordion.active .category__filter__accordion__title svg {
  transform: rotateX(180deg);
}
.category__filter__accordion:has(input[type=checkbox]:checked) .category__filter__accordion__title p {
  position: relative;
}
.category__filter__accordion:has(input[type=checkbox]:checked) .category__filter__accordion__title p::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #FFAE00;
  border-radius: 50%;
  top: -0.4rem;
  right: -0.8rem;
}
.category__filter__accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 1.8rem;
  cursor: pointer;
}
.category__filter__accordion__title p {
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.category__filter__accordion__title svg {
  width: 1.1rem;
  height: 0.6rem;
  transition: all 0.1s linear;
}
.category__filter__accordion__content {
  display: none;
}
.category__filter__accordion__content > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.3rem 2.5rem 2.6rem;
}
.category__filter__accordion__content input[type=checkbox] {
  display: none;
}
.category__filter__accordion__content input[type=checkbox]:checked + label::before {
  opacity: 0;
}
.category__filter__accordion__content input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.category__filter__accordion__content input[type=checkbox]:disabled + label {
  color: #B3BBC3;
  cursor: default;
}
.category__filter__accordion__content input[type=checkbox]:disabled + label::before {
  opacity: 0.5;
}
.category__filter__accordion__content label {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  color: #466675;
  padding-left: 3rem;
  cursor: pointer;
}
.category__filter__accordion__content label:hover::before {
  opacity: 1;
}
.category__filter__accordion__content label::before, .category__filter__accordion__content label::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.1s linear;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.category__filter__accordion__content label::before {
  background: url(/local/templates/aps-2025/css/../images/svg/filter-checkbox.svg) no-repeat center;
  background-size: contain;
  opacity: 0.5;
}
.category__filter__accordion__content label::after {
  background: url(/local/templates/aps-2025/css/../images/svg/filter-checkbox-active.svg) no-repeat center;
  background-size: contain;
  opacity: 0;
}
.category__filter__accordion__content label span {
  font-weight: 500;
  font-size: 1.4rem;
  color: #B3BBC3;
}
.category__filter__accordion__content a {
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  color: #5EA7C9;
  margin-top: 0.5rem;
  transition: all 0.1s linear;
}
.category__filter__accordion__content a:hover {
  color: #FFAE00;
}
.category__filter__open {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
  height: 5rem;
  width: calc(100% - 3.5rem);
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  border: 0.2rem #DDE6EB solid;
  border-radius: 0.5rem 2rem;
  z-index: 99;
  left: 1.8rem;
  bottom: 2rem;
}
@media (max-width: 992px) {
  .category__filter__open {
    display: flex;
  }
}
.category__filter__open:hover span {
  color: #FFAE00;
}
.category__filter__open img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  object-position: center;
}
.category__filter__open span {
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  transition: all 0.1s linear;
}
.category__content {
  width: 100%;
}
.category__info {
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .category__info {
    margin-bottom: 3rem;
  }
}
.category__info h2 {
  font-weight: 600;
  font-size: 3.5rem;
  color: #101217;
  margin: 0 0 1.2rem 2.4rem;
}
@media (max-width: 992px) {
  .category__info h2 {
    font-size: 2.5rem;
    margin: 0 0 1.2rem;
  }
}
@media (max-width: 992px) {
  .category__info ul {
    padding-left: 1.6rem;
  }
}
.category__info ul > li, .category__info p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #000;
}
@media (max-width: 992px) {
  .category__info ul > li, .category__info p {
    line-height: 1.4rem;
  }
}
.category__sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 3.4rem 0 2.4rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .category__sort {
    height: 4rem;
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.category__sort__by p, .category__sort__by a > span, .category__sort__view p, .category__sort__view a > span {
  font-weight: 400;
  font-size: 1.4rem;
  color: #A8B2BE;
  text-wrap: nowrap;
  margin: 0;
}
.category__sort__by {
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 992px) {
  .category__sort__by {
    gap: 2.5rem;
  }
}
.category__sort__by a {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}
@media (max-width: 992px) {
  .category__sort__by a.active {
    display: flex;
  }
}
.category__sort__by a.reversed svg {
  transform: rotateX(180deg);
}
.category__sort__by a.active span, .category__sort__by a:hover span {
  color: #FFAE00;
}
.category__sort__by a:hover svg path {
  fill: #FFAE00;
}
.category__sort__by a span {
  transition: all 0.1s linear;
}
.category__sort__by a svg {
  width: 1.1rem;
  height: 0.6rem;
}
.category__sort__by a svg path {
  transition: all 0.1s linear;
}
.category__sort__view {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 992px) {
  .category__sort__view {
    gap: 1.7rem;
  }
}
@media (max-width: 576px) {
  .category__sort__view {
    display: none;
  }
}
.category__sort__view a {
  display: flex;
  align-items: center;
}
.category__sort__view a svg {
  width: auto;
  height: 2rem;
}
.category__sort__view a svg path {
  transition: all 0.1s linear;
}
.category__sort__view a.active svg path:not(:last-child), .category__sort__view a:hover svg path:not(:last-child) {
  fill: #FFAE00;
}
.category__sort__view a.active svg path:last-child, .category__sort__view a:hover svg path:last-child {
  stroke: #FFAE00;
}
.category__items {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .category__items {
    gap: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .category__items {
    gap: 1.5rem;
  }
}
.category__items .products__item {
  width: 31.5%;
}
@media (max-width: 992px) {
  .category__items .products__item {
    width: 48.6%;
  }
}
@media (max-width: 768px) {
  .category__items .products__item {
    width: 100%;
  }
}
.category__items_2-view {
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .category__items_2-view {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.category__items_2-view .products__item {
  flex-direction: row;
  width: 100%;
  padding: 1.5rem 1.8rem 1.5rem 1.5rem;
}
@media (max-width: 992px) {
  .category__items_2-view .products__item {
    padding: 1.3rem 1rem 1.4rem 1.3rem;
  }
}
.category__items_2-view .products__item__slider {
  margin-right: 4rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__slider {
    margin-right: 1.5rem;
  }
}
.category__items_2-view .products__item__slider .swiper {
  width: 17rem;
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__slider .swiper {
    width: 11rem;
  }
}
.category__items_2-view .products__item__marketplaces {
  flex-direction: row;
  right: 1.8rem;
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__marketplaces {
    display: none;
  }
}
.category__items_2-view .products__item__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__content {
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__content h3 {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
.category__items_2-view .products__item__content ul {
  padding: 1.5rem 0 0 1.5rem;
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__content ul {
    display: none;
  }
}
.category__items_2-view .products__item__content ul::before {
  content: none;
}
.category__items_2-view .products__item__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 30rem;
}
.category__items_2-view .products__item__info {
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  padding: 0 2rem 0 4.8rem;
  border-left: 1px #E0ECF1 solid;
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__info {
    justify-content: start;
    gap: 1.2rem;
    padding: 0;
    border-left: none;
  }
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__stock {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__price p {
    font-size: 1.6rem;
  }
}
.category__items_2-view .products__item__btn {
  width: max-content;
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__btn {
    background: transparent;
  }
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__btn {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__btn:hover span {
    color: #FFAE00;
  }
}
@media (max-width: 992px) {
  .category__items_2-view .products__item__btn span {
    line-height: 2rem;
  }
}

.product {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .product {
    margin-bottom: 7rem;
  }
}
.product__content {
  display: flex;
  gap: 5.5rem;
  background-color: #fff;
  box-shadow: 0 0 5rem 0 rgba(11, 44, 60, 0.06);
  box-sizing: border-box;
  padding: 1.5rem 1.5rem 7rem;
  border-radius: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .product__content {
    flex-direction: column;
    gap: 1.5rem;
    background-color: transparent;
    box-shadow: none;
    padding: 0 0 5rem;
  }
}
.product__sliders {
  display: flex;
  gap: 1.5rem;
  max-height: 58rem;
}
@media (max-width: 992px) {
  .product__sliders {
    padding: 0 1.5rem;
  }
}
.product__thumbs {
  width: 14rem;
}
@media (max-width: 992px) {
  .product__thumbs {
    display: none;
  }
}
.product__thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14rem;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 1rem;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.1s linear;
  cursor: pointer;
}
.product__thumbs .swiper-slide-thumb-active {
  background-color: #F9FAFD;
  padding: 0;
  opacity: 1;
  filter: none;
  cursor: default;
}
.product__thumbs .swiper-slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.product__slider {
  position: relative;
  width: 58rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #F9FAFD;
  border-radius: 1rem;
}
.product__slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #F9FAFD;
  border-radius: 1rem;
}
.product__slider .swiper-slide a {
  min-width: calc(100% - 17rem);
  height: auto;
}
.product__slider .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product__slider__prev, .product__slider__next {
  position: absolute;
  width: 3.8rem;
  height: 3.8rem;
  background: url(/local/templates/aps-2025/css/../images/svg/slider-arrow-2.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  transition: all 0.1s linear;
  top: 50%;
}
@media (max-width: 992px) {
  .product__slider__prev, .product__slider__next {
    display: none;
  }
}
.product__slider__prev.swiper-button-disabled, .product__slider__next.swiper-button-disabled {
  filter: grayscale(1);
  cursor: default;
}
.product__slider__prev {
  transform: translateY(-50%) rotateY(180deg);
  left: 1.2rem;
}
.product__slider__next {
  transform: translateY(-50%);
  right: 1.2rem;
}
.product__slider__pagination.swiper-pagination-fraction,
.product__slider .swiper-pagination-custom,
.product__slider .swiper-horizontal > .swiper-pagination-bullets,
.product__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  display: flex;
  width: calc(100% - 4rem);
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1rem;
  z-index: 10;
}
@media (max-width: 992px) {
  .product__slider__pagination.swiper-pagination-fraction,
  .product__slider .swiper-pagination-custom,
  .product__slider .swiper-horizontal > .swiper-pagination-bullets,
  .product__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    /*bottom: 0;*/
  }
}
.product__slider__pagination.swiper-pagination-fraction > .swiper-pagination-bullet,
.product__slider .swiper-pagination-custom > .swiper-pagination-bullet,
.product__slider .swiper-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet,
.product__slider .swiper-pagination-bullets.swiper-pagination-horizontal > .swiper-pagination-bullet {
  flex-basis: 0;
  flex-grow: 1;
  width: auto;
  height: 100%;
  background: #E0ECF1;
  border-radius: 10rem;
}
.product__slider__pagination.swiper-pagination-fraction > .swiper-pagination-bullet-active,
.product__slider .swiper-pagination-custom > .swiper-pagination-bullet-active,
.product__slider .swiper-horizontal > .swiper-pagination-bullets > .swiper-pagination-bullet-active,
.product__slider .swiper-pagination-bullets.swiper-pagination-horizontal > .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #FFAE00, #FE0400);
}
.product__description {
  display: flex;
  flex-direction: column;
}
.product__description h2 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #101217;
  margin: 0 0 1.5rem;
}
@media (max-width: 992px) {
  .product__description h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 3rem;
    order: 1;
  }
}
.product__description h2 span {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #FFAE00;
}
@media (max-width: 992px) {
  .product__description h2 span {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.product__description > p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #101217;
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .product__description > p {
    margin-bottom: 3rem;
    order: 2;
  }
}
.product__description ul {
  color: #A8B2BE;
  padding: 0 0 3rem 2rem;
  border-bottom: 1px #E0ECF1 solid;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .product__description ul {
    padding-bottom: 0;
    border-bottom: none;
    order: 3;
  }
}
.product__description ul li {
  font-size: 1.4rem;
  line-height: 2rem;
}
.product__description ul li span {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #101217;
}
.product__marketplaces {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .product__marketplaces {
    margin-bottom: 0;
    order: 5;
  }
}
.product__marketplaces p {
  font-weight: 400;
  font-size: 1.4rem;
  color: #A8B2BE;
  margin: 0 0 0.5rem;
}
.product__marketplaces__content {
  display: flex;
  gap: 1rem;
}
.product__marketplaces__content a {
  width: 3.4rem;
  height: 3.4rem;
}
.product__marketplaces__wb {
  background: url(/local/templates/aps-2025/css/../images/svg/wb.svg) no-repeat center;
  background-size: contain;
}
.product__marketplaces__ozon {
  background: url(/local/templates/aps-2025/css/../images/svg/ozon.svg) no-repeat center;
  background-size: contain;
}
.product__control {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .product__control {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    order: 4;
    background-color: #fff;
    box-shadow: 0 0 5rem 0 rgba(11, 44, 60, 0.06);
    padding: 1rem 2rem 1rem 1rem;
    border-radius: 1rem;
    margin-bottom: 5.5rem;
  }
}
.product__control::before {
  content: none;
  position: absolute;
  width: calc(100% - 3rem);
  height: 1px;
  background-color: #E0ECF1;
  transform: translateX(-50%);
  left: 50%;
  bottom: -2.8rem;
}
@media (max-width: 992px) {
  .product__control::before {
    content: "";
  }
}
.product__stock {
  font-weight: 500;
  font-size: 1.4rem;
  color: #FFAE00;
  margin: 0;
}
.product__stock.disabled {
  color: #FE0400;
}
.product__price {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .product__price {
    flex-direction: column;
    gap: 0;
  }
}
.product__price p {
  font-weight: 500;
  font-size: 3rem;
  color: #101217;
  margin: 0;
}
@media (max-width: 992px) {
  .product__price p {
    font-size: 2rem;
  }
}
.product__price p:has(> s) {
  line-height: 1.4rem;
}
.product__price p s {
  font-weight: 400;
  font-size: 1.6rem;
  color: #A8B2BE;
}
@media (max-width: 992px) {
  .product__price p s {
    font-size: 1.4rem;
  }
}
.product__btn {
  position: relative;
  z-index: 1;
}
.product__btn_in-basket a {
  color: #FFAE00;
  background: transparent;
  border: none;
}
.product__btn_in-basket a:hover {
  color: #FFAE00;
}
.product__btn_in-basket a::before {
  content: none;
}
.product__btn_in-basket a::after {
  background: url(/local/templates/aps-2025/css/../images/svg/basket-active.svg) no-repeat;
  background-size: contain;
}
.product__btn a {
  padding: 0 6rem 0 7.5rem;
}
@media (max-width: 992px) {
  .product__btn a {
    color: #fff;
    height: 4rem;
    padding: 0 2rem 0 5rem;
  }
}
.product__tabs {
  position: relative;
  display: flex;
}
@media (max-width: 992px) {
  .product__tabs {
    display: none;
  }
}
.product__tabs:has(> .product__tabs__item.active:first-of-type)::before {
  content: "";
}
.product__tabs::before {
  content: none;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  left: 0;
  bottom: -2rem;
}
.product__tabs__item {
  font-weight: 500;
  font-size: 1.6rem;
  color: #101217;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.8rem;
  padding: 0 7.5rem;
  transition: all 0.1s linear;
  cursor: pointer;
}
.product__tabs__item:hover {
  color: #FFAE00;
}
.product__tabs__item.active {
  background-color: #fff;
  border-radius: 2rem 2rem 0 0;
  color: #101217;
  cursor: default;
}
.product__tabs__item.active::before, .product__tabs__item.active::after {
  content: "";
}
.product__tabs__item::before, .product__tabs__item::after {
  content: none;
  position: absolute;
  transform: translateX(100%);
  right: 0;
  bottom: 0;
}
.product__tabs__item::before {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
}
.product__tabs__item::after {
  width: 6rem;
  height: 6rem;
  background-color: #F9FAFD;
  border-radius: 50%;
}
.product__info_mob__content {
  display: none;
}
@media (max-width: 992px) {
  .product__info_mob__content {
    display: block;
  }
}
.product__info_mob__item.active .product__info_mob__tab svg {
  transform: rotateX(180deg);
}
.product__info_mob__item.active .product__info_mob__tab svg path {
  fill: #FFAE00;
}
.product__info_mob__item__content {
  display: none;
  padding: 1.5rem 0;
}
.product__info_mob__tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.8rem;
  background-color: #fff;
  box-shadow: 0 0 5rem 0 rgba(11, 44, 60, 0.06);
  box-sizing: border-box;
  padding: 0 2.4rem 0 2rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.product__info_mob__tab:hover span {
  color: #FFAE00;
}
.product__info_mob__tab span {
  font-weight: 500;
  font-size: 1.6rem;
  color: #101217;
  transition: all 0.1s linear;
}
.product__info_mob__tab svg {
  width: 1.1rem;
  height: 0.6rem;
  transition: all 0.1s linear;
}
.product__info_mob__tab svg path {
  transition: all 0.1s linear;
}
.product__info__content {
  background-color: #fff;
  padding: 4.5rem 6.5rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .product__info__content {
    display: none;
  }
}
.product__info__item {
  display: none;
}
.product__info__item.active {
  display: block;
}
.product__info__item.description h3,
.product__info .product__info_mob__item__content h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #101217;
  margin: 0 0 2.5rem;
}
.product__info__item.description h3 span,
.product__info .product__info_mob__item__content h3 span {
  font-weight: 600;
  font-size: 2rem;
  color: #FFAE00;
}
.product__info__item.description, .product__info__item.description p, .product__info__item.description ul,
.product__info .product__info_mob__item__content,
.product__info .product__info_mob__item__content p,
.product__info .product__info_mob__item__content ul {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #101217;
}
.product__info__item.description p, .product__info__item.description ul, .product__info__item.description ul > li,
.product__info .product__info_mob__item__content p,
.product__info .product__info_mob__item__content ul,
.product__info .product__info_mob__item__content ul > li {
  margin: 0 0 2.5rem;
}

.contacts {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .contacts {
    display: none;
  }
}
.contacts h2 {
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 3rem;
}
.contacts__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 17rem;
  background: url(/local/templates/aps-2025/css/../images/contacts-bg.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 0 0.4rem 6rem 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 0 5rem;
  border-radius: 2rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .contacts__content {
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 5rem;
    height: auto;
    background: url(/local/templates/aps-2025/css/../images/contacts-bg-mob.jpg) no-repeat center;
    background-size: cover;
    padding: 2.5rem 3rem 5.5rem;
  }
}
.contacts__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-right: 5rem;
}
.contacts__item:last-of-type {
  padding-right: 2.8rem;
}
.contacts__item:last-of-type::before, .contacts__item:last-of-type::after {
  content: none;
}
.contacts__item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 17rem;
  background: linear-gradient(0deg, transparent 10%, #81B3CA 50%, transparent 90%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 992px) {
  .contacts__item::before {
    content: none;
  }
}
.contacts__item::after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 6rem;
  background-color: #5898B6;
  border-radius: 50%;
  filter: blur(2rem);
  transform: translate(50%, -50%);
  top: 50%;
  right: 0;
}
@media (max-width: 992px) {
  .contacts__item::after {
    content: none;
  }
}
.contacts__item img {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  object-position: center;
}
.contacts__item p, .contacts__item a {
  font-size: 1.8rem;
  color: #fff;
  text-decoration: none;
}
.contacts__item p span, .contacts__item a span {
  font-size: 1.8rem;
  color: #FFAE00;
}
.contacts__item a, .contacts__item a span {
  transition: all 0.1s linear;
}
.contacts__item a:hover, .contacts__item a:hover span {
  color: #FE0400;
}
.contacts__item_socials {
  justify-content: center;
  gap: 3rem;
}
.contacts__item_socials a {
  width: 3rem;
  height: 3rem;
}
.contacts__item_socials a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.contacts__map {
  position: relative;
  width: 100%;
  height: 70rem;
  margin-top: -12rem;
}
@media (max-width: 992px) {
  .contacts__map {
    margin-top: 0;
  }
}
.contacts__map::before, .contacts__map::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 26rem;
  left: 0;
}
@media (max-width: 992px) {
  .contacts__map::before, .contacts__map::after {
    height: 17rem;
  }
}
.contacts__map::before {
  background: linear-gradient(0deg, transparent, #F9FAFD);
  top: 0;
}
.contacts__map::after {
  background: linear-gradient(0deg, #F9FAFD, transparent);
  bottom: 0;
}
.contacts__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contacts_main {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .contacts_main {
    display: block;
  }
}

.clients {
  margin-bottom: 12rem;
}
@media (max-width: 992px) {
  .clients {
    margin-bottom: 9.5rem;
  }
}
.clients h2 {
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 7rem;
}
@media (max-width: 992px) {
  .clients h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.clients__content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (max-width: 992px) {
  .clients__content {
    gap: 2rem;
  }
}
.clients__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: auto;
  aspect-ratio: 230/152;
  background-color: #fff;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .clients__item {
    width: 22.95%;
  }
}
@media (max-width: 768px) {
  .clients__item {
    display: none;
    width: 48.15%;
  }
}
@media (max-width: 576px) {
  .clients__item {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .clients__item:nth-of-type(-n+16) {
    display: flex;
  }
}
.clients__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.clients__item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.clients__open {
  font-size: 1.4rem;
  line-height: 4.6rem;
  color: #91A2AB;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 0.5rem 2.5rem;
  cursor: pointer;
  transition: all 0.1s linear;
}
@media (max-width: 768px) {
  .clients__open {
    display: flex;
  }
}
.clients__open:hover {
  color: #FFAE00;
}
.clients__open:hover svg path {
  fill: #FFAE00;
}
.clients__open span {
  font-size: 1.4rem;
  line-height: 4.6rem;
  color: #FFAE00;
}
.clients__open svg {
  width: 1.6rem;
  height: 1.6rem;
}
.clients__open svg path {
  transition: all 0.1s linear;
}
@media (max-width: 768px) {
  .clients.opened .clients__item {
    display: flex;
  }
}
.clients.opened .clients__open {
  display: none;
}

.page-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  width: 100%;
  margin-bottom: 50rem;
}
@media (max-width: 992px) {
  .page-404 {
    gap: 0;
    margin-bottom: 25rem;
  }
}
.page-404 h2 {
  font-weight: 400;
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #0A2734;
  margin: 0;
}
@media (max-width: 992px) {
  .page-404 h2 {
    font-size: 2.5rem;
    margin-bottom: 1.8rem;
  }
}
.page-404 img {
  width: 50rem;
  height: auto;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 992px) {
  .page-404 img {
    width: 34rem;
    margin-bottom: 4.5rem;
  }
}
.page-404 .btn {
  padding: 0 3.8rem;
}

.search-page form {
  position: relative;
  display: flex;
}
.search-page form::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(/local/templates/aps-2025/css/../images/svg/search-gray.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  left: 2.5rem;
}
.search-page form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #0B2C3C;
  width: 20rem;
  height: 5rem;
  background: linear-gradient(160deg, #FFAE00, #FE0400);
  border: none;
  border-radius: 2.1rem;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search-page form input[type=submit]:hover {
  color: #FFAE00;
}
.search-page__title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.3rem;
  color: #5898B6;
}
.search-page__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000;
  margin: 0 0 2.2rem;
}
.search-page__changed {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #A8B2BE;
}
.search-page__path, .search-page__path a {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
  color: #5898B6;
}
.search-page__sort {
  margin-bottom: 1.5rem;
}
.search-page__sort b, .search-page__sort a {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
}
.search-page__sort b {
  color: #000;
}
.search-page__sort a {
  color: #5EA7C9;
}

.search-suggest {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #101217;
  width: 100%;
  height: 5rem;
  background-color: transparent;
  box-sizing: border-box;
  padding-left: 6rem;
  border: 1px #A8B2BE solid;
  border-radius: 2.5rem;
}

.confirm {
  margin-bottom: 27rem;
}
@media (max-width: 992px) {
  .confirm {
    margin-bottom: 10rem;
  }
}
.confirm__content {
  min-height: 19rem;
  background: url(/local/templates/aps-2025/css/../images/confirm-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 2rem 2.3rem 2.3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .confirm__content {
    min-height: 0;
    height: max-content;
    background-position: 75% center;
    padding: 2rem;
  }
}
@media (max-width: 576px) {
  .confirm__content {
    background-position: 20% center;
  }
}
.confirm__thanks {
  font-size: 2rem;
  color: #FFAE00;
  margin: 0 0 2.2rem;
}
@media (max-width: 992px) {
  .confirm__thanks {
    font-size: 1.8rem;
  }
}
.confirm__order {
  font-size: 2.5rem;
  color: #fff;
  margin: 0 0 5.5rem;
}
@media (max-width: 992px) {
  .confirm__order {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.confirm__order b {
  font-weight: 600;
  font-size: 2.5rem;
  color: #FFAE00;
}
@media (max-width: 992px) {
  .confirm__order b {
    font-size: 2rem;
  }
}
.confirm__info {
  font-size: 1.4rem;
  color: #466675;
  margin: 0 0 2rem;
}
.confirm__info:last-of-type {
  margin: 0;
}
.confirm__info a {
  font-size: 1.4rem;
}
.confirm__info span {
  font-size: 1.4rem;
  color: #FFAE00;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/aps-2025/css/custom_efor74.css?17473657157373*/
html {
  font-size: 0.5208333333vw;
}
@media (max-width: 992px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.7361111111vw;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background-color: #F9FAFD;
}
body.noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
body * {
  font-family: "Golos Text", Arial, sans-serif;
  font-size: 1.6rem;
  margin: 0;
}
body main {
  min-height: calc(100dvh - 43.4rem);
}
body h1, body h2, body h3, body h4 {
  font-weight: 600;
  color: #000;
}
body h1 {
  font-size: 6rem;
  margin: 1.5rem 0;
}
@media lg {
  body h1 {
    font-size: 3rem;
    margin: 0.375rem 0;
  }
}
body h2 {
  font-size: 3.5rem;
  margin: 0.4375rem 0;
}
@media lg {
  body h2 {
    font-size: 2.5rem;
    margin: 0.25rem 0;
  }
}
body h3 {
  font-size: 3rem;
  margin: 0.3rem 0;
}
@media lg {
  body h3 {
    font-size: 2rem;
    margin: 0.15rem 0;
  }
}
body h4 {
  font-size: 2rem;
  margin: 0.15rem 0;
}
@media lg {
  body h4 {
    font-size: 1.8rem;
    margin: 0.135rem 0;
  }
}
body p {
  font-weight: 400;
  font-size: 1.6rem;
  margin: 0.176rem 0;
}
@media (max-width: 992px) {
  body p {
    font-size: 1.4rem;
    margin: 0.14rem 0;
  }
}
body a {
  font-weight: 400;
  font-size: 1.6rem;
  color: #5EA7C9;
}

.section-box {
  max-width: 153rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .section-box {
    width: calc(100% - 3.5rem);
    margin: 0 1.7rem 0 1.8rem;
  }
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .section-header {
    margin-bottom: 2rem;
  }
}
.section-header > div {
  display: flex;
  gap: 1rem;
}
.section-title {
  font-weight: 600;
  font-size: 3.5rem;
  color: #101217;
  margin: 0;
}
@media (max-width: 992px) {
  .section-title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.section-count {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #fff;
  display: inline-block;
  width: max-content;
  height: 2.5rem;
  background: linear-gradient(150deg, #FFAE00, #FE0400);
  padding: 0 1rem;
  border-radius: 0.4rem 1rem;
  transform: translate(1rem, -75%);
}
@media (max-width: 992px) {
  .section-count {
    transform: translate(0.5rem, -10%);
  }
}
.section-more {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  text-transform: lowercase;
  text-wrap: nowrap;
  color: #A8B2BE;
  transition: all 0.1s linear;
  padding-right: 2.6rem;
}
@media (max-width: 992px) {
  .section-more {
    padding-right: 2.3rem;
    margin-bottom: 0.7rem;
  }
}
.section-more:hover {
  color: #FFAE00;
}
.section-more:hover::before {
  rotate: 45deg;
}
.section-more::first-letter {
  text-transform: uppercase;
}
.section-more::before {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/local/templates/aps-2025/css/../images/svg/all-arrow.svg) no-repeat;
  background-size: contain;
  transition: all 0.1s linear;
  top: 0;
  right: 0;
}

.basket-new::before {
  content: "" !important;
  position: absolute !important;
  width: 0.6rem !important;
  height: 0.6rem !important;
  background-color: #FFAE00 !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  top: -0.2rem !important;
  left: auto !important;
  right: -0.5rem !important;
}

.warning-work {
  font-size: 1.6rem !important;
}

.products__item__slider .swiper-slide {
  background: #fff;
}

.category__content {
  width: calc(100% - 39rem);
}
@media (max-width: 992px) {
  .category__content {
    width: 100%;
  }
}

.products__item__btn {
  position: relative;
  display: flex;
}

.products__item__info {
  margin-top: auto;
  margin-bottom: 0;
  border-top: 1px solid #E0ECF1;
  padding-top: 1.1rem;
}

.products__item__content ul {
  padding-bottom: 2.4rem;
}
.products__item__content ul::before {
  display: none;
}

/*
@media screen and (max-width: 600px) {
  .fancybox-slide.fancybox-slide--video {
    padding: 10px;
  }
}

.fancybox__content {
  padding: 0 !important;
}
*/
.video__list {
  display: flex;
  gap: 20px;
}
.video__item {
  width: calc(33.3333333333% - 10px);
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1500px) {
  .video__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .video__item {
    width: 100%;
  }
}
.video__item img {
  width: 100%;
}

/*.fancybox__content > .f-button.is-close-btn {
  top: -40px;
  right: 0;
}*/
.product__info__item .category {
  margin-bottom: 0;
}
.product__info__item .pagination {
  display: none;
}

.order {
  /*height: auto;*/
}
.order__title {
  font-weight: 400;
  font-size: 2rem;
  color: #FFAE00;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  text-align: center;
}
.order__product_pic, .order__product_name {
  text-align: center;
  margin-bottom: 1em;
}
.order__product_name {
  font-size: 1.5rem;
  color: #FFAE00;
  text-transform: none;
}
.order__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1em;
}

.orderinfo.fancybox__content {
  padding: 0;
}

.bx-basket a {
  display: inline-block;
}

#del_filter {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 5rem;
  color: #FFAE00;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 0;
  border: 1px #DDE6EB solid;
  border-radius: 0.5rem 2.5rem;
  transition: all 0.1s linear;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 992px) {
  #del_filter {
    width: calc(100% - 2rem);
    margin: 1rem 1rem 3.8rem;
  }
}
#del_filter:hover {
  color: #FE0400;
}

.city__search .bx-sls .dropdown-block, .burger__city-select__search .bx-sls .dropdown-block {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.city__search .bx-sls .bx-ui-sls-container, .burger__city-select__search .bx-sls .bx-ui-sls-container {
  min-height: 4.8rem;
}
.city__search .bx-sls .bx-ui-sls-fake, .city__search .bx-sls .bx-ui-sls-route, .burger__city-select__search .bx-sls .bx-ui-sls-fake, .burger__city-select__search .bx-sls .bx-ui-sls-route {
  color: #fff !important;
  line-height: 4.8px !important;
  font-family: inherit;
  font-size: 1.6rem;
  width: 100%;
  height: 4.8rem;
  background-color: transparent;
  padding-left: 6rem !important;
  border: none;
  border-radius: 3rem;
  cursor: pointer;
}
.city__search .bx-sls .dropdown-fade2white, .burger__city-select__search .bx-sls .dropdown-fade2white {
  display: none;
}
.city__search .bx-sls .bx-ui-sls-pane, .burger__city-select__search .bx-sls .bx-ui-sls-pane {
  top: 4.8rem;
}
.city__search .bx-sls .bx-ui-sls-route, .burger__city-select__search .bx-sls .bx-ui-sls-route {
  color: #aba8ac !important;
}
.city__search .bx-sls .bx-ui-sls-clear, .burger__city-select__search .bx-sls .bx-ui-sls-clear {
  background: none;
  width: 2rem;
  height: 2rem;
}

.section-box .confirm {
  margin-bottom: 10rem;
}

.header__city p {
  color: #FFAE00;
}
.header__city svg path {
  fill: #FFAE00;
}
.header__city:hover p {
  color: #fff;
}
.header__city:hover svg path {
  fill: #fff;
}

.form__checkbox label a {
  font-size: 1.2rem;
  color: #2B5265;
}

/*# sourceMappingURL=custom_efor74.css.map */

/* End */


/* Start:/local/templates/aps-2025/css/bootstrap_clear.css?1746613292157*/
.breadcrumb {
  background: inherit;
  padding: inherit;
  margin-bottom: inherit;
  border-radius: inherit;
}/*# sourceMappingURL=bootstrap_clear.css.map */
/* End */


/* Start:/local/templates/aps-2025/css/custom_korobok_prod.css?174952726289*/
blockquote {
  margin-left: 2rem;
}

/*# sourceMappingURL=custom_korobok_prod.css.map */

/* End */


/* Start:/local/templates/aps-2025/components/luxar/super/index-form/style.css?17374551671*/
 
/* End */


/* Start:/local/templates/aps-2025/components/simplweb/callback.form/form-popup/style.css?173745516833*/
.form-zvonok {
	height:200px;
}
/* End */
/* /local/templates/aps-2025/css/normalize.css?17367602976251 */
/* /local/templates/aps-2025/js/fancybox/fancybox.css?172291485025343 */
/* /local/templates/aps-2025/js/swiper/swiper-bundle.css?171937105023564 */
/* /local/templates/aps-2025/css/style.css?1747366561127357 */
/* /local/templates/aps-2025/css/custom_efor74.css?17473657157373 */
/* /local/templates/aps-2025/css/bootstrap_clear.css?1746613292157 */
/* /local/templates/aps-2025/css/custom_korobok_prod.css?174952726289 */
/* /local/templates/aps-2025/components/luxar/super/index-form/style.css?17374551671 */
/* /local/templates/aps-2025/components/simplweb/callback.form/form-popup/style.css?173745516833 */
