

/* Start:/local/templates/lariba19062025/css/reset.css?17792280887038*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* End */


/* Start:/local/templates/lariba19062025/css/swiper-bundle.min.css?177922808815844*/
/**
 * Swiper 8.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 15, 2022
 */

@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}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.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}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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-button-next,.swiper-button-prev{position:absolute;top: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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s 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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.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-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)}}.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,.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.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-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}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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/lariba19062025/css/fancybox.css?177922808812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/lariba19062025/fonts/stylesheet.css?177922808899*/
@font-face {
    font-family: '';
    src: url(/local/templates/lariba19062025/fonts/);
    font-weight: 400;
    font-display: swap;
}
/* End */


/* Start:/local/templates/lariba19062025/css/oldStyle.css?177922808842577*/
/* Стили от старого шаблона 
    Asset::getInstance()->addCss(SITE_TEMPLATE_PATH . "/css/main.css");
    Asset::getInstance()->addCss(SITE_TEMPLATE_PATH . "/css/main2.css");
    Asset::getInstance()->addCss(SITE_TEMPLATE_PATH . "/css/swiper-bundle.min.css");
    Asset::getInstance()->addCss(SITE_TEMPLATE_PATH . "/css/jquery.fancybox.min.css");
    Asset::getInstance()->addCss(SITE_TEMPLATE_PATH . "/css/media.css");
    Asset::getInstance()->addCss(SITE_TEMPLATE_PATH . "/css/custom.calc.css");

*/

/*--- custom css ---*/

        .how-to-buy-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            font-family: Arial, sans-serif;
            color: #333;
            line-height: 1.6;
        }
        
        .how-to-buy-title {
            color: #5216E7;
            font-size: 2.2rem;
            margin-bottom: 1.5rem;
            text-align: center;
            font-weight: 700;
        }
        
        .how-to-buy-subtitle {
            color: #666;
            font-size: 1.2rem;
            text-align: center;
            max-width: 800px;
            margin: 0 auto 3rem;
        }
        
        .steps-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .step-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .step-card:hover {
            transform: translateY(-5px);
        }
        
        .step-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: #5216E7;
            color: white;
            border-radius: 50%;
            font-weight: bold;
            margin-bottom: 20px;
        }
        
        .step-title {
            color: #5216E7;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .step-description {
            color: #666;
        }
        
        .islamic-principles {
            background: #f9f5ff;
            border-radius: 10px;
            padding: 40px;
            margin-bottom: 50px;
        }
        
        .principles-title {
            color: #5216E7;
            text-align: center;
            font-size: 1.8rem;
            margin-bottom: 30px;
        }
        
        .principles-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .principle-item {
            display: flex;
            gap: 15px;
        }
        
        .principle-icon {
            color: #5216E7;
            font-size: 1.5rem;
            flex-shrink: 0;
        }
        
        .principle-content h3 {
            color: #5216E7;
            margin-bottom: 10px;
        }
        
        .faq-section {
             text-align: center;
             max-width: 1360px;
             margin-bottom: 50px;
             margin: 0 auto;
             padding: 0 20px; 
        }
        
        .faq-title {
            color: #5216E7;
            text-align: center;
            font-size: 1.8rem;
            margin-bottom: 30px;
        }
        
        .faq-item {
            margin-bottom: 15px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0,0,0,0.05);
        }
        
        .faq-question {
            background: #5216E7;
            color: white;
            padding: 20px;
            cursor: pointer;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .faq-answer {
            padding: 20px;
            background: white;
            color: #666;
            display: none;
        }
        
        .faq-item.active .faq-answer {
            display: block;
        }
        
        .cta-container {
            text-align: center;
            margin-top: 50px;
        }
        
        .cta-button {
            display: inline-block;
            background: #5216E7;
            color: white;
            padding: 15px 40px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }
        
        .cta-button:hover {
            background: #3a0fb3;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(82,22,231,0.3);
        }
        
        @media (max-width: 768px) {
            .how-to-buy-title {
                font-size: 1.8rem;
            }
            
            .steps-grid {
                grid-template-columns: 1fr;
            }
        }


.mt50 {
	margin-top: 50px;
}

.mt30 {
	margin-top: 30px;
}


.mb50 {
	margin-bottom: 50px;
}


.alertSectionDark {
    background: #36383d;
    border-radius: 40px;
    padding: 50px;
    color: #fff;
}

.alertSectionDark h3 {
    font-size: 32px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.gap10 {
	gap: 10px;
}

.gap15 {
	gap: 15px;
}



.flexwrap-wrap {
	flex-wrap: wrap;
}


.bgRed {
    background: red;
    padding: 30px 20px;
    border-radius: 20px;
    color: #fff;
}

.text-white {
	color: white;
}

.text-center {
	text-align: center;
}

.mvideoHowItemIcon {
	margin-bottom: 10px;
}

.mvideoHowItemNum {
    font-size: 40px;
    font-weight: 700;
}

.mvideoAdressItemTitle {
    font-weight: bold;
    font-size: 20px;
}

.fz32 {
	font-size: 32px;
	line-height: 1.4;
}


.catalog-item-panel,
.product-info-rating {
	display: none !important;
}

.partnerDetailTop {
	text-align: center;
	margin-bottom: 30px;
}

.mainTxt p {
	margin-bottom: 20px;
}

.mainTxt p:last-child {
	margin-bottom: 0px;
}

.main-slider-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.akcii-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.akcii-item {
    width: calc(50% - 10px);
    margin-bottom: 30px;
}

@media (max-width:980px) {

.product-page {
	flex-wrap: wrap;
}

.sm-flex100 > * {
    width: 100%;
}

.sm-flex50 > * {
    width: calc(50% - 15px);
}

}

@media (max-width: 767px) {

.xs-flex100 > * {
	width: 100%
}

}

.lariba-calc__rates {
	display: none;
}

.lariba-calc__body {
	margin-top: 30px;
}

.lariba-calc__results .result .result__value {color: #fff;}

/*--- custom css ---*/

.bx-authform{
	margin: 50px auto;
}

.wrp {
	width: 1190px;
	margin: 0 auto;
}
.krona {
	font-family: "Krona One", sans-serif;
}
.onest {
	font-family: "Onest", sans-serif;
}
.h2 {
	color: #0E0E0E;
	font-size: 48px;
	font-weight: 500;
	line-height: normal;
}
.h1 {
	color: #0E0E0E;
	font-size: 64px;
	font-weight: 500;
	line-height: normal;
}
.h3 {
	color: #0E0E0E;
	font-size: 32px;
	font-weight: 500;
	line-height: normal;
}
.h4 {
	color: #0E0E0E;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
}
.add-to-cart {
	border-radius: 7px;
	background: #ECECEC;
	width: 53px;
	height: 45px;
	transition: .4s;
	position: relative;
}
.add-to-cart:before {
	content: "";
	background: url("/local/templates/lariba19062025/css/../img/basket-plus-icon.svg") no-repeat center center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
}
.add-to-cart:hover,
.add-to-cart.in-cart {
	background: #6638DC;
}
.add-to-cart:not(.in-cart):hover:before {
	filter: invert(1);
}
.add-to-cart.in-cart:before {
	background: url("/local/templates/lariba19062025/css/../img/basket-add-icon.svg") no-repeat center center;
}
.breadcrumbs {
	display: flex;
	align-items: center;
	flex-flow: wrap;
	row-gap: 20px;
}
.breadcrumbs li a,
.breadcrumbs li span {
	font-size: 15.306px;
	opacity: .3;
	font-weight: 500;
}
.breadcrumbs li:not(:last-child) {
	position: relative;
	padding-right: 28px;
}
.breadcrumbs li:not(:last-child):before {
	content: "";
	width: 15px;
	height: 100%;
	background: url("/local/templates/lariba19062025/css/../img/bread-arrow.svg") no-repeat center center / 12px;
	position: absolute;
	right: 7px;
}

.default-banner {
	border-radius: 19px;
	width: 100%;
	height: 190px;
	display: flex;
	align-items: center;
	padding: 0 60px;
}
.default-banner.right {
	justify-content: flex-end;
}
.default-banner-info {
	width: max-content;
	min-width: 50%;
}
.default-banner .name {
	color: #FFF;
	font-size: 27px;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 17px;
}
.default-banner .bottom {
	display: flex;
	align-items: center;
}
.default-banner .bottom .btn {
	border-radius: 56px;
	background: #FFF;
	padding: 10px 48px;
	text-align: center;
	font-weight: 500;
	margin-right: 22px;
}
.default-banner .bottom p {
	color: #fff;
	font-weight: 500;
}

/* BROKER */

.catalog-filter {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.catalog-filter-select {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.catalog-filter-select > p {
	margin-right: 18px;
}
.catalog-filter-sort {
	display: flex;
	align-items: center;
	margin-left: auto;
	border-radius: 50px;
	background: #fff;
	padding: 4px 4px 4px 26px;
}
.catalog-filter-sort p {
	color: #FFF;
	margin-right: 22px;
	font-weight: 500;
}
/* sort */
.sort {
	width: max-content;
	position: relative;
}
.sort-button {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 26px 10px 50px;
	background: #fff url("/local/templates/lariba19062025/css/../img/sort-button.svg") no-repeat center left 30px;
	border-radius: 20px;
	cursor: pointer;
}
.sort-list {
	background: #fff;
	border: 1px solid #5216E7;
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	width: 100%;
	transition: .4s;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}
.sort-button.active + .sort-list {
	margin-top: 10px;
	opacity: 1;
	pointer-events: initial;
}
.sort-list label {
	display: block;
	cursor: pointer;
}
.sort-list label:not(:last-child) {
	margin-bottom: 5px;
}
.sort-list label input {
	display: none;
}
.sort-list label span {
	font-size: 13px;
	color: rgb(0 0 0 / 70%);
	transition: .4s;
}
.sort-list label:hover span,
.sort-list label input:checked + span {
	color: rgb(0 0 0 / 100%);
}

/* selector */

.select {
	position: relative;
	min-width: 200px;
}
.select-button {
	width: 100%;
	border-radius: 10px;

	height: 49px;
	padding: 0 54px 0 22px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #5216E7;
	font-weight: 500;
	font-size: 16px;
	background: #fff;
	border: 1px solid #5216E7;

}
.select-button span {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.select-button:before {
	content: "";
	width: 15px;
	height: 15px;
	background: url("/local/templates/lariba19062025/css/../img/select-vector.svg") no-repeat center center / 15px;
	position: absolute;
	right: 16px;
	transition: .4s;
	transform: rotate(180deg);
	filter: grayscale(1) invert(1);
}
.select-button.active:before {
	transform: rotate(0deg);
	filter: none;
}
.select-button.active {
	border-radius: 10px 10px 0 0;
	background: #fff;
	border: 1px solid #5216E7;
	border-bottom: none;
}
.select-button.active span,
.select-button.active {
	color: #5216E7;
}
.select-list {
	background: #fff;
	border-radius: 0 0 10px 10px;
	padding: 10px 22px;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 2;
	border: 1px solid #5216E7;
	border-top: none;
}
.select-button.active + .select-list {
	opacity: 1;
	pointer-events: initial;
}
.select-list label {
	display: block;
	cursor: pointer;
}
.select-list label:not(:last-child) {
	margin-bottom: 12px;
}
.select-list label input {
	display: none;
}
.select-list label span {
	transition: .4s;
}
.select-list label:hover span,
.select-list label input:checked + span {
	color: #5216E7;
}

/* AKCII */

#akcii {
	padding: 35px 0;
}
#akcii .h1 {
	margin-bottom: 40px;
}
.akcii-banner {
	border-radius: 20px;
	height: 247px;
	width: 100%;
	position: relative;
	padding: 23px 33px;
}
.akcii-banner .krona {
	color: #FFF;
	font-size: 48px;
	margin-bottom: 4px;
}
.akcii-banner.banner-2 .krona {
	font-size: 41px;
}
.akcii-banner .text {
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	height: 78px;
	margin-bottom: 20px;
}
.akcii-banner a {
	background: url("/local/templates/lariba19062025/css/../img/white-vector.svg") no-repeat center right;
	padding: 2px 40px 2px 0px;
	font-weight: 500;
	color: #fff;
	position: relative;
	z-index: 3;
}
.akcii-banner.banner-1 {
	background: #E30613;
}
.akcii-banner.banner-2 {
	background: #130C0E;
}
.akcii-banner .brand {
	width: 128px;
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 17px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
}
.akcii-banner .brand img {
	width: 60%;
}
.akcii-banner.banner-1 .img {
	position: absolute;
    bottom: -16px;
    right: 20px;
	max-width: 175px;
}
.akcii-banner.banner-2 .img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.default-nav {
	display: flex;
	justify-content: center;
	margin-top: 27px;
}
.default-nav .dots.swiper-pagination-bullets {
	width: max-content;
	border: 1px solid #D9D9D9;
	padding: 0 10px;
	align-items: center;
	height: 25px;
	border-radius: 32px;
}
.default-nav .dots.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #130C0E;
	opacity: .2;
	transition: .4s;
}
.default-nav .dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #5216E7;
	opacity: 1;
}
.default-nav .prev,
.default-nav .next {
	width: 25px;
	height: 25px;
	border: 1px solid #D9D9D9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 15px;
	cursor: pointer;
	user-select: none;
}

/* PARTNERS */

#partners {
	padding: 52px 0;
	position: relative;
}
#broker .wrp.flex{
	display: flex;
}


#partners:before {
	content: "";
	width: 100%;
	height: 220px;
	border-radius: 25px;
	opacity: 0.31;
	/*background: linear-gradient(0deg, #E6DFE9 0%, rgba(230, 223, 233, 0.00) 100%);*/
	position: absolute;
	bottom: 0;
	left: 0;
}
#partners .wrp {
	position: relative;
}
#partners .h3 {
	margin-bottom: 50px;
}
.partners {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-bottom: 60px;
	row-gap: 60px;
}

.partners-links {
	display: flex;
	justify-content: center;
	align-items: center;
}
.partners-links .white-button {
	padding: 14px 23px;
	border-radius: 14px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
	text-align: center;
	margin-right: 75px;
	font-size: 22px;
	font-weight: 500;
}
.partners-links .link {
	color: #0E0E0E;
	font-size: 22px;
	font-weight: 500;
}

/* PRODUCT-BANNERS */

#product-banners {
	padding: 68px 0;
}
.product-banners {
	position: relative;
}

.product-banners .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}
.product-banners .swiper-slide {
	width: calc(100%/3 - 56px/3);
}
.product-banner {
	display: block;
	width: 100%;
	height: 498px;
	border-radius: 10px;
	border: 1px solid #FCEDED;
	padding: 32px 38px;
}
.product-banner .name {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 6px;
	display: block;
}
.product-banner .price {
	font-size: 20px;
	opacity: .4;
	font-weight: 500;
	line-height: 27px;
	display: block;
}

/* LITTLE-BANNERS */

#little-banners {
	padding: 22px 0;
}
#little-banners .wrp {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#little-banners .prev,
#little-banners .next {

}
#little-banners .prev,
#little-banners .next {
	width: 60px;
	height: 60px;
	background: #FAFAFA;
	border: 5px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: -30px;
	z-index: 2;
	cursor: pointer;
}
#little-banners .next {
	left: auto;
	right: -30px;
}
.little-banners {
	width: 100%;
	height: 187px;
	border-radius: 20px;
	overflow: hidden;
}
.little-banners .swiper-slide {
	height: 100%;
}
.little-banners .little-banner {
	height: 100%;
	padding: 23px 52px;
}
.little-banners .little-banner .name {
	display: block;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
}
.little-banners .little-banner a {
	opacity: .5;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px; 
}

/* ABOUT */

#about {
	padding: 80px 0;
}
#about .wrp {
	background: url("/local/templates/lariba19062025/css/../img/princip-colors.svg") no-repeat bottom -100px center;
}
#about .h1 {
	margin-bottom: 25px;
}
.about-text {
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.about-text p:nth-child(1) {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	width: 40%;
}
.about-text p:nth-child(2) {
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	width: 50%;
}
.about-partners {
	margin-bottom: 56px;
	display: flex;
	justify-content: center;
	flex-flow: wrap;
}
.about-partners .h4 {
	margin-bottom: 65px;
	width: 100%;
	text-align: center;
}
.about-partners-item {
	display: flex;
	align-items: center;
	margin: 0 60px;
	width: max-content;
}
.about-partners-item img {
	margin-right: 23px;
}
.about-partners-item p {
	font-size: 18px;
	font-weight: 600;
	line-height: 17.5px;
}
.about-chanel {
	border-radius: 60px;
	border: 1px solid #E8E8E8;
	padding: 18px 28px;
	background: #FFF;
	display: flex;
	align-items: center;
}
.about-chanel span {
	font-weight: 500;
	font-size: 14px;
}
.about-chanel span:nth-child(2) {
	margin: 0 80px 0 8px;
}
.about-chanel span:nth-child(3) {
	margin-right: 30px;
}
.about-chanel .arrow {
	width: 34px;
	height: 34px;
	background: url("/local/templates/lariba19062025/css/../img/chanel-btn.svg") no-repeat center center / 100%;
	border-radius: 50%;
	margin-left: auto;
}

/* REVIEWS */

#reviews {
	padding: 0 0 90px 0;
}
#reviews .h4 {
	margin-bottom: 35px;
}
.reviews-video {
	margin-bottom: 100px;
}
.reviews-video-nav {
	display: none;
}
.reviews-video .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}
.reviews-video .swiper-slide {
	width: calc(100%/3 - 34px/3);
}
.reviews-video-item {
	display: block;
	height: 213px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.reviews-video-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reviews-video-item:before {
	content: "";
	width: 53px;
	height: 53px;
	background: url("/local/templates/lariba19062025/css/../img/play-btn.svg") no-repeat center center / 100%;
	position: absolute;
	bottom: 20px;
	transition: .4s;
}
.reviews-video-item:hover:before {
	transform: scale(1.25);
}
.reviews-nav {
	display: none;
}
.reviews-text .swiper-wrapper {
	display: flex;
	justify-content: space-between;
}
.reviews-text .swiper-wrapper .swiper-slide {
	width: calc(25% - 250px/4);
}
.reviews-text-item {
	width: 100%;
}
.reviews-text-item .text {
	height: 330px;
	margin-bottom: 28px;
}
.reviews-text-item .text p {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px; 
}
.reviews-text-item .text p:not(:last-child) {
	margin-bottom: 30px;
}
.reviews-text-item .info {
	display: flex;
	align-items: center;
}
.reviews-text-item .info-avatar {
	width: 62px;
	height: 62px;
	margin-right: 20px;
	border-radius: 50%;
	object-fit: cover;
}
.reviews-text-item p {
	font-size: 12px;
	font-weight: 500;
	line-height: 15.504px;
}
.reviews-text-item p span {
	display: block;
	opacity: 0.3;
	margin-top: 12px;
}

/* PROJECTS */

#projects .h4 {
	margin-bottom: 30px;
}
.projects {
	display: flex;
	justify-content: space-between;
}
.projects-item {
	width: calc(25% - 75px/4);
	height: 178px;
	border-radius: 15px;
	position: relative;
	padding: 18px 25px;
}
.projects-item-name {
	font-size: 15px;
	font-weight: 500;
	line-height: 19.504px;
}
.projects-item-link {
	font-size: 11px;
	font-weight: 500;
	line-height: 17.504px;
	position: absolute;
	bottom: 12px;
	left: 25px;
}
.projects-item-img {
	position: absolute;
}
.projects-item.project-1 {
	background: #191A1D;
}
.projects-item.project-1 .projects-item-img {
	right: -10px;
	bottom: 0;
}
.projects-item.project-2 {
	background: #CA19A9;
}
.projects-item.project-2 .projects-item-img {
    right: -47px;
    bottom: -65px;
}
.projects-item.project-1 .projects-item-name,
.projects-item.project-1 .projects-item-link,
.projects-item.project-2 .projects-item-name,
.projects-item.project-2 .projects-item-link {
	color: #fff;
}
.projects-item.project-3 {
	background: #F5F5F5;
}
.projects-item.project-3 .projects-item-img {
    right: -51px;
    bottom: -17px;
}
.projects-item.project-4 {
	background: url("/local/templates/lariba19062025/css/../img/banners/banner-img4-bg.png") no-repeat center center / cover;
}
.projects-item.project-4 .projects-item-img {
	right: -45px;
	bottom: 0;
}

.projects-app {
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 30px 0 36px 0;
	display: flex;
	align-items: center;
	margin-top: 72px;
	margin-bottom: 42px;
}
.projects-app-preview {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 25px;
}
.projects-app p {
	font-weight: 500;
	line-height: 21.504px; 
	font-size: 15px;
}
.projects-app p a {
	color: #5216E7;
	display: block;
	font-weight: 500;
}
.projects-app p:nth-child(3) {
	margin: 0 64px 0 74px;
}
.projects-app-link {
	margin-left: auto;
}

/* FOOTER */

#footer {
	padding-bottom: 100px;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 20px;
}
.footer-top-block {
	width: max-content;
}
.footer-top-block .head {
	height: 40px;
}
.footer-top-block .head p {
	font-size: 12px;
	font-weight: 600;
	display: block;
}
.footer-top-block .menu li {
	margin-bottom: 23px;
}
.footer-top-block .menu li a,
.footer-top-block .menu li p {
	font-size: 12px;
	display: block;
}
.footer-top-block .footer-soc {
	display: flex;
	align-items: center;
	margin-top: 42px;
}
.footer-top-block .footer-soc a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
}
.footer-bottom {
	padding-top: 36px;
}
.footer-bottom .copyright {
	font-size: 12px;
	color: rgba(0,0,0,.4);
}

/* CATALOG */

#catalog {
	padding: 40px 0;
}
#catalog .h2 {
	margin-bottom: 14px;
}
#catalog .breadcrumbs {
	margin-bottom: 50px;
}
#catalog .default-banner {
	margin: 42px 0;
}

.catalog {
	display: flex;
	flex-flow: wrap;
}
.catalog-block {
	width: calc(100%/5);
	border-right: 1px solid rgba(0,0,0, .1);
	border-top: 1px solid rgba(0,0,0, .1);
	padding: 26px 15px 60px;
	display: flex;
	align-items: center;
	
}
.catalog-block:nth-child(1),
.catalog-block:nth-child(2),
.catalog-block:nth-child(3),
.catalog-block:nth-child(4),
.catalog-block:nth-child(5) {
	border-top: none;
}
/*.catalog-block:nth-child(3n - 1) {
	justify-content: center;
	/width: calc(100%/3 + 70px);
}*/
.catalog-block:nth-child(5n) {
	border-right: none;
	justify-content: flex-end;
}

.catalog-item {
	max-width: 100%;
}
.catalog-item-top {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.catalog-item-top .add-to-wishlist {
	margin-left: auto;
	width: 27px;
	height: 27px;
	background: url("/local/templates/lariba19062025/css/../img/heart-disable.png") no-repeat center center / 100%;
	transition: .4s;
	display: none;
}
.catalog-item-top .add-to-wishlist.active, .catalog-item-top .add-to-wishlist:hover
 {
	background: url("/local/templates/lariba19062025/css/../img/heart.png") no-repeat center center / 100%;
}
.catalog-item-top .alert {
	padding: 6px 13px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	border-radius: 16px;
}
.catalog-item-top .alert.best-price {
	background: #5BCE75;
}
.catalog-item-top .alert.akcia {
	background: #FF6433;
}
.catalog-item-img {
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
.catalog-item-img img {
	max-width: 100%;
	height: 100%;
}
.catalog-item-name {
	font-size: 18px;
	font-weight: 500;
	display: block;
	min-height: 44px;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.catalog-item-price {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
	flex-direction: column;
}
.catalog-item-price .new-price {
	font-size: 18px;
	font-weight: 600;
}
.catalog-item-price .old-price {
	position: relative;
	margin-right: 14px;
	color: rgb(174 174 174 / 70%);
	font-size: 18px;
	font-weight: 600;
}
.catalog-item-price .old-price:before {
	content: "";
	width: 100%;
	height: 1px;
	opacity: 0.5;
	background: #FF3131;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
.catalog-item-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.catalog-item-panel .add-to-comprare {
	font-size: 12px;
	opacity: .4;
	font-weight: 400;
	line-height: 15px;
}
.catalog-item-panel .rating {
	padding-left: 25px;
	font-weight: 500;
	background: url("/local/templates/lariba19062025/css/../img/rating-star.svg") no-repeat center left;
}
.catalog-item-buttons {
	display: flex;
	justify-content: space-between;
}
.catalog-item-buttons .add-to-cart {
	width: 68px;
}
/*
.catalog-item-buttons .button {
	width: calc(100% - 68px - 9px);
}*/

.catalog-block.banner {
	padding: 0;
}
.catalog-banner {
	width: 100%;
	height: 100%;
	padding: 74px 32px 74px 58px;
	min-height: 620px;
}
.catalog-banner .name {
	color: #FFF;
	font-size: 33px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 12px;
}
.catalog-banner .text {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

/* PRODUCT */

#product {
	padding: 70px 0 190px 0;
}
.product-page {
	display: flex;
	justify-content: space-between;
}
.product-gallery {
	width: calc(482px + 90px*2);
	position: relative;
}
.product-gallery .alert {
	width: max-content;
	border-radius: 22px;
	border: 5px solid #FFF;
	font-size: 21px;
	font-weight: 500;
	line-height: 23px;
	color: #fff;
	padding: 8px 20px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}
.product-gallery .alert.akcia {
	background: #FF6433;
}
.product-gallery .alert.best-price {
	background: #5BCE75;
}
.product-gallery-slider {
	width: calc(100% - 90px*2);
	margin: 0 auto 86px auto;
	height: 580px;
}
.product-gallery-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-gallery-slider img {
	max-width: 100%;
	max-height: 100%;
}
.product-gallery-thumbs {
	width: calc(100% - 90px*2 - 90px);
	margin: 0 auto;
}
.product-gallery-thumbs .swiper-slide {
	height: 62px;
	border-radius: 7px;
	border: 1px solid #D2D2D2;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
	cursor: pointer;
}
.product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border: 3px solid #5216E7;
}
.product-gallery-thumbs .swiper-slide img {
	max-width: 95%;
	max-height: 95%;
}
.product-info {
	width: calc(100% - (482px + 90px*2));
}
.product-info .breadcrumbs {
	margin-bottom: 20px;
}
/*.product-info .h2 {
	font-size: 36px;
	line-height: 47px;
	margin-bottom: 28px;
}*/
.product-info-har {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.product-info-har .colors {
	display: flex;
	align-items: center;
}
.product-info-har .colors label {
	margin-right: 2px;
	cursor: pointer;
}
.product-info-har .colors label input {
	display: none;
}
.product-info-har .colors label span {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	border: 6px solid #fff;
	display: block;
	position: relative;
}
.product-info-har .colors label span:before {
	content: "";
	width: calc(100% + 9px);
	height: calc(100% + 9px);
	border: 2px solid #454C54;
	opacity: 0;
	transition: .4s;
	position: absolute;
	border-radius: 50%;
	top: -4px;
	left: -5px;
}
.product-info-har .colors label input:checked + span:before {
	opacity: .2;
}
.product-info-har .logo img {
	max-height: 100%;
}
.product-info-text {
	margin-bottom: 15px;
}
.product-info-text p {
	font-size: 12px;
	opacity: .4;
	line-height: 18px;
}
.product-info-rating {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.product-info-rating .rating {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.product-info-rating .btn {
	border-radius: 4px;
	background: #ECECEC;
	padding: 3px 14px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}
.product-info-rating .rating-stars {
	background: url("/local/templates/lariba19062025/css/../img/rating.svg") no-repeat center left;
	width: 109px;
	height: 18px;
	position: relative;
	margin-right: 10px;
}
.product-info-rating .rating-stars .stars {
	position: absolute;
	left: 0;
	width: calc(100%/4.95*var(--rating));
	height: 100%;
	background: url("/local/templates/lariba19062025/css/../img/rating-full.svg") no-repeat center left;
}
.product-info-rating .rating-value {
	font-weight: 500;
	margin-right: 10px;
}
.product-info-rating .quantity {
	font-weight: 500;
	opacity: .2;
}
.product-info-saler {
	display: flex;
	flex-flow: wrap;
	gap: 19px;
	margin-bottom: 24px;
}
.product-info-saler p {
	width: 100%;
	font-weight: 500;
	font-size: 15px;
}
.product-info-saler label {
	cursor: pointer;
}
.product-info-saler label input {
	display: none;
}
.product-info-saler label span {
	width: 121px;
	height: 89px;
	border-radius: 7px;
	border: 2px solid #E4E4E4;
	transition: .4s;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .4s;
}
.product-info-saler label span img {
	max-width: 70%;
	max-height: 70%;
}
.product-info-saler label input:checked + span {
	border: 2px solid #5216E7;
}
.product-info-price {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 24px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.product-info-price .new-price {
	font-size: 31px;
	font-weight: 600;
}
.product-info-price .old-price {
	position: relative;
	margin-right: 25px;
	color: rgb(174 174 174 / 70%);
	font-size: 31px;
	font-weight: 600;
}
.product-info-price .old-price:before {
	content: "";
	width: 100%;
	height: 2px;
	opacity: 0.5;
	background: #FF3131;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}
.product-info-panel {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}
.product-info-panel div {
	width: 100%;
	margin-bottom: 12px;
}
.product-info-panel .add-to-comprare {
	font-size: 12px;
	opacity: .4;
}
.product-info-panel .add-to-cart {
	width: 84px;
	height: 52px;
	margin-right: 11px;
}
.product-info-panel .button {
	font-size: 18px;
}
.product-info-panel .add-to-wishlist {
	margin-left: 40px;
	width: 34px;
	height: 34px;
	background: url("/local/templates/lariba19062025/css/../img/heart-disable.png") no-repeat center center / 100%;
	transition: .4s;
}
.product-info-panel .add-to-wishlist.active,
.product-info-panel .add-to-wishlist:hover {
	background: url("/local/templates/lariba19062025/css/../img/heart.png") no-repeat center center / 100%;
}

#also-buy {
	padding-bottom: 120px;
}
#also-buy .h3 {
	margin-bottom: 35px;
}

#product-default-banner {
	padding-bottom: 105px;
}

#recc {
	padding-bottom: 40px;
}
#recc .h3 {
	margin-bottom: 35px;
}

/* MODAL */

#fast-order {
	width: 564px;
	padding: 34px 42px;
	height: auto;
	border-radius: 20px;
	border: 1px solid #F2F2F2;
	background: #FFF;
	box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
.modal-form .h3 {
	font-size: 28px;
	margin-bottom: 6px;
}
.modal-text {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 26px;
}
.fast-order-form {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
}
.modal-form .input {
	resize: none;
	width: 100%;
	font-size: 12px;
	border-radius: 7px;
	border: 1px solid rgba(104, 99, 99, 0.20);
	background: #FFF;
	padding: 13px 24px;
}
.modal-form .input::placeholder {
	color: #000;
}
.fast-order-form .input {
	width: 184px;
}
.form-check {
	display: block;
	width: 100%;
	margin-top: 16px;
	position: relative;
}
.form-check input {
	display: none;
}
.form-check span {
	display: block;
	padding-left: 45px;
	font-size: 12px;
	color: rgba(0,0,0,.4);
	cursor: pointer;
}
.form-check span a {
	text-decoration: underline !important;
	font-size: 12px;
	color: rgba(0,0,0,.4);
}
.form-check span:before {
	content: "";
	width: 33px;
	height: 33px;
	border-radius: 7px;
	border: 1px solid rgba(104, 99, 99, 0.20);
	opacity: 0.9;
	background: #FFF;
	position: absolute;
	left: 0;
	top: -1px;
}
.form-check span:after {
	content: "";
	width: 36px;
	height: 33px;
	background: url("/local/templates/lariba19062025/css/../img/form-check.svg") no-repeat center center;
	position: absolute;
	left: 0;
	top: -1px;
	transition: .4s;
	opacity: 0;
}
.form-check input:checked + span:after {
	opacity: 1;
}
.fancybox-close-small svg {
	display: none !important;
}
.fancybox-close-small {
	width: 17px;
	height: 17px;
	background: url("/local/templates/lariba19062025/css/../img/modal-close.svg") no-repeat center center / 100%;
	position: absolute ;
	top: 22px;
	right: 27px;
	opacity: 1;
	padding: 0;
}

#partner-modal {
	width: 564px;
	padding: 34px 42px;
	border-radius: 20px;
	height: auto;
	border: 1px solid #F2F2F2;
	background: #FFF;
	box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
#partner-modal .h3 {
	margin-bottom: 32px;
}
.partner-modal-form {
	display: flex;
	flex-flow: wrap;
	gap: 18px;
}
.partner-modal-form label span {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: 500;
}
.partner-modal-form .name-label {
	width: 214px;
}
.partner-modal-form .phone-label {
	width: 184px;
}
.partner-modal-form .text-label {
	width: 100%;
}
#modalAddBasket{
	position: fixed;
	width: 150px;
	font-size: 12px;
	padding: 15px;
	bottom: 50px;
	font-weight: 700;
	right: 10px;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	background: #fff;
	text-align: center;
}

.product-info-har .logo img {
	max-width: 50px !important;
}

.news-list,
.catalog-row {
	padding: 40px 0;
}
.news-list .row,
.catalog-row {
	width: 1190px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	row-gap: 24px;
}
.news-list-item {
	width: calc(50% - 12px);
}
.news-list-item .card > a:first-child {
	display: block;
	height: 320px;
	margin-bottom: 24px;
}
.news-list-item .card > a:first-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list-item .card-text + div {
	margin: 15px 0;
}
.news-list-item .btn {
	border-radius: 7px;
	background: #5216E7;
	border: 1px solid #5216E7;
	padding: 12px 24px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	transition: .4s;
	display: block;
	width: max-content;
}
.news-list-item .btn:hover {
	background: #6638DC;
}

.catalog-row .catalog-section-list-item-img {
	width: 240px;
    height: 349px;
    padding: 0;
    display: block;
    background-size: 100% !important;
}
@media (max-width: 1366px) {
	.catalog-block {
		padding: 16px 15px 30px;
	}
}

@media (max-width: 1240px) {
	.news-list .row,
	.catalog-row {
		width: 992px;
	}

	.catalog-block {
		width: calc(100%/3);
	}
	.catalog-block:nth-child(4),
	.catalog-block:nth-child(5) {
		border-top: 1px solid rgba(0,0,0, .1);
	}
	.catalog-block:nth-child(3n) {
		border-right: none;
	}

	.catalog-block:nth-child(5n) {
		border-right: 1px solid rgba(0, 0, 0, .1);
	}
}

@media (max-width: 1022px) {
	.news-list .row,
	.catalog-row {
		width: 750px;
	}

	.product-info {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.news-list .row,
	.catalog-row {
		width: 520px;
	}
	.news-list-item {
		width: 100%;
	}
	.news-list-item .card > a:first-child {
		height: auto;
	}

	.catalog-block {
		width: calc(100%/2);
		padding: 6px 5px 20px;
	}
	.catalog-block:nth-child(3) {
		border-top: 1px solid rgba(0,0,0, .1);
	}
	.catalog-block:nth-child(2n) {
		border-right: none;
	}

	.catalog-block:nth-child(3n) {
		border-right: 1px solid rgba(0, 0, 0, .1);
	}

	.catalog-block .button {
		font-size: 15px;
	}
}
@media (max-width: 540px) {
	.news-list .row,
	.catalog-row {
		width: calc(100% - 32px);
	}
}


/* main2.css */

/* MAIN-ABOUT */

/* ABOUT-PRINCIP */

#about-princip {
	padding-bottom: 60px;
}
#about-princip .h3 {
	margin-bottom: 40px;
}
.about-princip {
	display: flex;
	flex-flow: wrap;
	gap: 150px;
	row-gap: 64px;
	overflow-x: hidden;
}
.about-princip-item {
	width: calc(100%/3 - 300px/3);
	padding-top: 37px;
	background: url("/local/templates/lariba19062025/css/../img/princip-red-check.svg") no-repeat top left;
	padding-bottom: 40px;
	position: relative;
}
.about-princip-item:before {
	content: "";
	width: 446px;
	height: 1px;
	background: #000;
	opacity: .2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about-princip-item:nth-child(7):before,
.about-princip-item:nth-child(8):before {
	display: none;
}

/* ABOUT-POSTULAT */

.about-postulat {
	border-radius: 20px;
	background: #5216E7;
	padding: 57px 120px 66px 72px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.about-postulat .h3 {
	width: 100%;
	margin-bottom: 30px;
	color: #fff;
}
.about-postulat .text {
	width: calc(50% - 65px);
}
.about-postulat .text p {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 20.5px;
	margin-bottom: 20px;
}
.about-postulat .text p:last-child {
	margin-bottom: 20px;
}

/* ABOUT WHY */

#about-why {
	padding: 118px 0;
}
#about-why .h3 {
	margin-bottom: 20px;
}
.about-why-block {
	display: flex;
	height: 253px;
}
.about-why-block .text {
	width: 50%;
	border: 1px solid #D9D9D9;
	padding: 32px 52px;
	line-height: 24px;
}
.about-why-block .img {
	width: 50%;
	object-fit: cover;
}
.about-why-block .big-text {
	width: 50%;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 32px 52px;
	font-size: 24px;
	font-weight: 500;
	line-height: 32.5px;
}

/* TEAM */

#team {
	padding-bottom: 120px;
}
#team .h3 {
	margin-bottom: 30px;
}
.team-list .swiper-wrapper {
	display: flex;
	flex-flow: wrap;
	gap: 38px;
	row-gap: 76px;
}
.team-list .swiper-wrapper .swiper-slide {
	width: 269px;
}
.team-list-item {
	width: 100%;
}
.team-list-item .img {
	width: 100%;
	height: 326px;
	border-radius: 18px;
	overflow: hidden;
	margin-bottom: 18px;
	object-fit: cover;
}
.team-list-item .name {
	line-height: 24.5px;
	margin-bottom: 7px;
	font-weight: 700;
}
.team-list-item .dolzh {
	font-weight: 500;
	line-height: 24.5px;
}
.team-nav {
	display: none;
}

/* CONTACTS */

#contacts {
	padding-top: 92px;
}
#contacts .container {
	position: relative;
}
.contacts-info {
	width: 464px;
}
.contacts-info .h3 {
	margin-bottom: 28px;
}
.contacts-info-text {
	color: #777;
	font-size: 19px;
	line-height: 32px;
	margin-bottom: 40px;
}
.contacts-info-form {
	padding: 36px 50px 43px 33px;
	background: rgb(217 217 217 / 10%);
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
}
.contacts-info-form .h4 {
	width: 148px;
	font-size: 20px;
	font-weight: 500;
	line-height: 23px;
}
.contacts-info-form .form {
	width: 204px;
}
.contacts-info-form .form .form-input {
	resize: none;
    width: 100%;
    font-size: 12px;
    border-radius: 7px;
    border: 1px solid rgba(104, 99, 99, 0.20);
    background: #FFF;
    padding: 13px 24px;
    margin-bottom: 14px;
}
.contacts-info-form .form .form-input::placeholder {
	color: #000;
}
.contacts-info-form .form .button {
	width: 100%;
	margin-top: 12px;
}
.contacts-map {
	width: calc(100% - 464px - 70px);
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
	position: absolute !important;
	top: 0;
	right: 0;
}
.contacts-map iframe {
	width: 100%;
	height: 100%;
}
.add-to-comprare{
	cursor: pointer;
}
.add-to-comprare.active{
	color: red;
	opacity: 1;
}
/* MEDIA */

@media (max-width: 1240px) {
	.about-princip {
		gap: 0;
		row-gap: 40px;
	}
	.about-princip-item {
		width: 50%;
		padding-right: 10%;
	}
	.about-princip-item:before {
		width: 100%;
	}
	.about-postulat .text {
		width: calc(50% - 20px);
	}
	.about-why-block .big-text {
		font-size: 18px;
		line-height: 24px;
	}
	.team-list .swiper-wrapper .swiper-slide {
		width: 233px;
	}
	.team-list .swiper-wrapper {
		gap: 20px;
	}
}

@media (max-width: 1022px) {
	.about-postulat .text {
		width: 100%;
	}
	.about-why-block {
		display: block;
	}
	.about-why-block .img {
		display: none;
	}
	.about-why-block .text {
		width: 100%;
	}
	.about-why-block {
		height: auto;
	}
	.about-why-block .big-text {
		width: 100%;
		border: none;
		padding-left: 0;
	}
	.team-list .swiper-wrapper {
		gap: 25px;
	}
	#contacts {
		padding: 20px 0 0 0;
	}
	.contacts-info {
		width: 100%;
	}
	.contacts-map {
        width: 100%;
        position: relative !important;
        height: 320px;
        margin-bottom: 32px;
	}
	.contacts-info-form .h4 {
		width: 280px;
	}
	.contacts-info-form .h4 br {
		display: none;
	}
}

@media (max-width: 768px) {
	.about-princip-item {
		width: 100%;
		margin-right: 0;
	}
	.about-princip-item:nth-child(7):before {
		display: block;
	}
	.about-postulat {
		padding: 30px 25px;
	}
	.about-why-block .text br {
		display: none;
	}
	.team-nav {
		display: flex;
	}
	.team-list .swiper-wrapper {
		gap: 0;
		flex-flow: initial;
	}
	.contacts-info-form .h4 {
		width: 200px;
	}
}

@media (max-width: 540px) {
	#main-about img ~ p {
		font-size: 13px;
	}
	#main-about img {
		margin: 13px 0 7px 0;
	}
	#main-about {
		padding: 20px 0 30px 0;
	}
	#about-princip .h3 {
		margin-bottom: 16px;
	}
	.about-princip {
		row-gap: 20px;
	}
	.about-princip-item {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.about-princip-item br {
		display: none;
	}
	#about-princip {
		padding-bottom: 40px;
	}
	#about-why {
		padding: 44px 0;
	}
	.about-why-block .text {
		font-size: 14px;
		line-height: 20px;
		padding: 25px 20px;
	}
	.about-why-block .big-text {
		padding: 24px 0;
		font-size: 20px;
	}
	.about-why-block .big-text br {
		display: none;
	}
	.team-list-item .img {
		height: 105vw;
	}
	.team-list-item {
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}
	#team {
		padding-bottom: 60px;
	}
	.contacts-info .h3 {
		font-size: 32px;
		margin-bottom: 16px;
	}
	.contacts-info-text {
		margin-bottom: 28px;
	}
	.contacts-map {
		margin-bottom: 20px;
	}
	.contacts-info-form {
		display: block;
		padding: 27px 17px;
	}
	.contacts-info-form .h4 {
		width: 100%;
		margin-bottom: 20px;
	}
	.contacts-info-form .form {
		width: 100%;
	}
	.contacts-info-form .form .button {
		margin-top: 4px;
	}
}
/* End */


/* Start:/local/templates/lariba19062025/css/class.css?17792280886648*/
/* flex */
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flexwrap-nowrap {
	flex-wrap: nowrap;
}
.flex2 > * {
    width: calc(50% - 12px);
}
.flex3 > * {
    width: calc(100%/3 - 20px/3);
}
.flex4 > * {
    width: calc(100%/4 - 30px/4);
}
.jc-start {
    justify-content: flex-start;
}
.jc-end {
    justify-content: flex-end;
}
.jc-between {
    justify-content: space-between;
}
.jc-center {
    justify-content: center;
}
.ai-start {
    align-items: flex-start;
}
.ai-end {
    align-items: flex-end;
}
.ai-center {
    align-items: center;
}
.gap {
    gap: 10px;
    row-gap: 10px;
}
.center {
    text-align: center;
}
.upper {
    text-transform: uppercase;
}
.bold {
    font-weight: 700;
}
.white-block * {
    color: #fff;
}
.obj {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .md-jc-start {
        justify-content: flex-start;
    }
    .md-jc-end {
        justify-content: flex-end;
    }
    .md-jc-between {
        justify-content: space-between;
    }
    .md-jc-center {
        justify-content: center;
    }
    .md-ai-start {
        align-items: flex-start;
    }
    .md-ai-end {
        align-items: flex-end;
    }
    .md-ai-center {
        align-items: center;
    }
}

@media (max-width: 575px) {
    .sm-jc-start {
        justify-content: flex-start;
    }
    .sm-jc-end {
        justify-content: flex-end;
    }
    .sm-jc-between {
        justify-content: space-between;
    }
    .sm-jc-center {
        justify-content: center;
    }
    .sm-ai-start {
        align-items: flex-start;
    }
    .sm-ai-end {
        align-items: flex-end;
    }
    .sm-ai-center {
        align-items: center;
    }
}

/* base */

.button {
    background: #3007F7;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
}
.button:hover {
    background: #4e2cf6;
}
.border-button {
    border-radius: 12px;
    border: 1px solid rgba(94, 113, 138, 0.30);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.border-button:hover {
    background: rgba(94, 113, 138, 0.30);
}
.white-button {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3007F7;
    font-weight: 500;
    font-size: 16px;
}

.h2,
h2 {
 font-size: 28px;
 font-style: normal;
 font-weight: 600;
 line-height: normal;
 margin-bottom: 24px;
}
.h3,
h3 {
    
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
}

.br-24 {
    border-radius: 24px;
}
.br-16 {
    border-radius: 16px;
}
.br-50 {
    border-radius: 50%;
}

.m-auto {
    margin: 0 auto;
}
.m-40 {
    margin-bottom: 40px;
}
.m-60 {
    margin-bottom: 60px;
}


/* color */

*.white {
    color: #fff;
}
*.grey {
    color: #818181;
}

.light-bg {
    background: #F8F8F8;
}

.main-bg {
	background-color: #3007F7;
}

/* other */

.arrow-link {
    padding-right: 20px;
    background: url("/local/templates/lariba19062025/css/../img/default/right-vector.svg") no-repeat top 3px right;
}

.default-selector {
    position: relative;
}
.default-selector-button {
    padding: 15px 40px 15px 15px;
    background: #FFF;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.default-selector-button:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/local/templates/lariba19062025/css/../img/default/vector-bottom.svg") no-repeat center center / 100%;
    position: absolute;
    right: 24px;
    transition: .4s;
}
.default-selector-button.active:before {
    transform: rotate(180deg);
}
.default-selector-button span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.default-selector-list {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 12px 15px;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    border: 1px solid #000;
}
.default-selector-button.active + .default-selector-list {
    opacity: 1;
    pointer-events: initial;
    margin-top: 10px;
}
.default-selector-list label {
    width: 100%;
    cursor: pointer;
}
.default-selector-list label input {
    display: none;
}
.default-selector-list label input:checked + span {
    font-weight: 700;
}
.default-selector-list label.disabled {
    opacity: .5;
    pointer-events: none;
}

.modal .fancybox-close-small {
    width: 24px;
    height: 24px;
    opacity: 1 !important;
    background: url("/local/templates/lariba19062025/css/../img/default/Cross.svg") no-repeat center center / 100%;
    position: absolute;
    top: 37px;
    right: 32px;
    padding: 0;
}
.modal .fancybox-close-small svg {
    display: none;
}

.default-input {
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 14px 16px;
    margin-bottom: 12px;
    border-radius: 8px;
}

.default-polit {
    display: block;
    margin-top: 16px;
}
.default-polit input {
    display: none;
}
.default-polit input + span {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    display: block;
}
.default-polit input + span a {
    font-size: 14px;
    text-decoration: underline !important;
}
.default-polit input + span:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    border-radius: 2px;
    border: 1px solid #3007F7;
}
.default-polit input + span:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url("/local/templates/lariba19062025/css/../img/default/check.svg") no-repeat center center;
    transition: .4s;
    opacity: 0;
}
.default-polit input:checked + span:after {
    opacity: 1;
}
.default-polit.no-valid span:before {
    border: 1px solid #FF4B55;
}

.default-form .button {
    width: 100%;
    margin-top: 24px;
}

@media (max-width: 1440px) {
    .container {
        padding: 0 40px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .h2, h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .br-16,
    .br-24 {
        border-radius: 10px;
    }
    .m-60 {
        margin-bottom: 30px;
    }
    .button {
        border-radius: 6px;
    }
    .default-polit input + span:before {
        top: -1px;
    }
    .default-polit input + span:after {
        top: -1px;
    }
    .default-polit br {
        display: none;
    }
}
/* End */


/* Start:/local/templates/lariba19062025/css/style.css?177922808832865*/
/* custom */

.catalog-item-price-r {
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: normal;
}

/* custom */

* {
	box-sizing: border-box;
	transition: .4s;
}
.fancybox-container *,
.fancybox-container {
	transition: none;
}
.fancybox-button svg path {
	fill: #fff;
}
strong {
	font-weight: 700;
}
body {
	padding-right: 0 !important;
	background: #fff;
	position: relative;
	overflow-x: hidden;
}
body.fancybox-active,
body.catalog-open {
	overflow: hidden;
}
.compensate-for-scrollbar {
	margin-right: 0 !important;
}
img{max-width: 100%;}
p,
a,
li,
div,
button,
input,
textarea,
h1,
h2,
h3,
h4,
h5 {
	font-family: "Inter", sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
}
a {
	text-decoration: none;
}
i {
	font-style: italic;
}

@media (max-width: 768px) {
	p,
	a,
	li,
	div,
	button,
	input,
	textarea,
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-size: 14px;
	}
}

/* about */

.about-item {
	position: relative;
}
.about-item.big {
	height: 310px;
	padding: 40px;
}
.about-item.big:nth-child(1) {
	width: calc(100% - 570px);
}
.about-item.big:nth-child(2) {
	width: 560px;
}
.about-item.big > img {
	position: absolute;
	bottom: 0;
	right: 44px;
}
.about-item.big .flex {
	height: 32px;
	font-weight: 600;
}
.about-item.big .flex img {
	height: 100%;
}
.about-item.big p:nth-child(2) {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.about-item.small {
	width: calc(100%/3 - 20px/3);
	height: 180px;
	padding: 24px 20px;
}
.about-item.small .about-item-top img {
	width: 48px;
}
.about-item.small .about-item-top {
	gap: 12px;
}
.about-item.small .about-item-top p {
	font-weight: 600;
}
.about-item.small .about-item-text {
	position: absolute;
	bottom: 24px;
	left: 20px;
	height: 38px;
}

@media (max-width: 1290px) {
	.about-item.big > img {
		right: 6px;
	}
	.about-item.big:first-child p:nth-child(2) {
		width: 180px;
	}
}
@media (max-width: 1095px) {
	.about-item.big:nth-child(1),
	.about-item.big:nth-child(2) {
		width: 100%;
	}
	.about-item.big:first-child p:nth-child(2) {
		width: max-content;
	}
}
@media (max-width: 768px) {
	.about-item.big {
		padding: 16px;
		height: 224px;
	}
	.about-item.big p:nth-child(2) {
		bottom: 16px;
		left: 16px;
	}
	.about-item.big:first-child p:nth-child(2) {
		width: calc(100% - 190px);
	}
	.about-item.big p br {
		display: none;
	}
	.about-item.big > img {
		width: 155px;
	}
	.about-item.small {
		height: 180px;
		width: calc(50% - 5px);
		padding: 16px;
	}
	.about-item.small .about-item-top img {
		width: 32px;
	}
	.about-item.small .about-item-text {
		height: auto;
		bottom: 16px;
		left: 16px;
	}
	.about-item.small:last-child {
		width: 100%;
	}
	.about-item.small .about-item-top p {
		width: calc(100% - 50px);
	}
}
@media (max-width: 370px) {
	.about-item.small {
		height: 240px;
		padding: 8px;
	}
	.about-item.big > img {
		width: 120px;
	}
}

/* blog */

.blog-top {
	margin-bottom: 24px;
}
.blog-top .h2 {
	margin-bottom: 0;
}
.blog-item-img {
	display: block;
	height: 240px;
	margin-bottom: 14px;
	overflow: hidden;
}
.blog-item:hover .blog-item-img img {
	transform: scale(1.05);
}
.blog-item-date {
	font-size: 14px;
	margin-bottom: 16px;
}
.blog-item-name {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}
.blog-item-text {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1022px) {
	.blog-wrp {
		width: 100%;
		overflow-x: scroll;
	}
	.blog {
		justify-content: flex-start;
		width: max-content;
	}
	.blog-item {
		width: 342px;
	}
}
@media (max-width: 768px) {
	.blog-top {
		margin-bottom: 20px;
	}
	.blog-item-img {
		height: 192px;
	}
	.blog-item-date {
		font-size: 12px;
	}
	.blog-item-name {
		font-size: 16px;
	}
}

/* projects */

.projects-item {
	width: 260px;
	padding: 32px 10px 38px 10px;
}
.projects-item img {
	display: block;
	height: 50px;
}
.projects-item-name {
	display: block;
	margin: 20px 0 10px 0;
}
.projects-item-text {
	display: block;
	font-size: 12px;
}

#projects-modal {
	width: 864px;
	border-radius: 24px;
	background: #FFF;
	padding: 32px;
}

@media (max-width: 768px) {
	#projects .h2 {
		text-align: left;
	}
	.projects-item {
		width: 174px;
		padding: 40px 10px;
	}
	.projects-item img {
		height: 30px;
	}
	.projects-item-name {
		margin: 30px auto 6px auto;
		font-size: 10px;
	}
	.projects-item-text {
		font-size: 7px;
	}
	.projects-wrp {
		width: 100%;
		overflow-x: scroll;
	}
	.projects {
		justify-content: flex-start;
		width: max-content;
	}
}

/* footer */

#footer {
	padding: 40px 0;
}
.footer-top {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 40px;
	row-gap: 16px;
}
.footer-top-left {
	gap: 24px;
}
.footer-top-left img {
	width: 62px;
}
.footer-top-left p {
	font-size: 14px;
}
.footer-top-left p a {
	display: block;
	color: #3007F7;
}
.footer-top > p {
	text-align: right;
	margin-left: auto;
	margin-right: 32px;
	font-size: 14px;
}
.footer-top-soc {
	gap: 8px;
}
.footer-menu-h {
	margin-bottom: 14px;
	font-weight: 600;
}
.footer-block ul li a {
	display: block;
	font-size: 12px;
}
.footer-block ul li:not(:last-child) {
	margin-bottom: 16px;
}
.footer-soc {
	gap: 24px;
}
.footer-contacts {
	text-align: right;
}
.footer-contacts span {
	display: none;
}
.footer-contacts p,
.footer-contacts a {
	font-weight: 600;
	display: block;
	margin-bottom: 16px;
}
.footer-copyright {
    font-size: 12px;
    margin-top: 25px;
}

@media (max-width: 875px) {
	#footer {
		padding: 0 0 40px 0;
	}
	.footer-block:nth-child(4) {
		display: none;
	}
}
@media (max-width: 690px) {
	#footer {
		padding: 0 0 100px 0;
	}
	.footer-top {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.footer-top-left {
		width: 100%;
		margin-bottom: 14px;
	}
	.footer-top-left p {
		width: calc(100% - 62px - 24px);
	}
	.footer-top > p {
		text-align: left;
		margin-left: 0;
		margin-right: 0;
		font-size: 14px;
		width: 100%;
	}
	.footer-block:last-child {
		width: 100%;
	}
	.footer-copyright {
		display: block;
		border-top: 1px solid rgba(0,0,0,.1);
		padding-top: 16px;
		margin-top: 30px;
		width: 100%;
		font-weight: 400;
		font-size: 12px;
	}
	.footer-top-soc {
		width: 100%;
	}
	.footer-top-soc a {
		width: calc(50% - 4px);
	}
	.footer-top-soc a img {
		width: 100%;
	}
	.footer-block:nth-child(1),
	.footer-block:nth-child(2),
	.footer-block:nth-child(3) {
		width: max-content;
	}
	.footer-soc {
		margin-top: 30px;
	}
	.footer-block:nth-child(6) {
		width: 100%;
		order: -10;
		margin-bottom: 30px;
	}
	.footer-contacts {
		text-align: center;
		display: flex;
		justify-content: center;
		gap: 62px;
		row-gap: 0;
		flex-flow: wrap;
	}
	.footer-contacts a:first-child {
		font-size: 24px;
		margin-bottom: 24px;
		width: 100%;
	}
	.footer-contacts span {
		display: block;
		color: #818181;
	}
	.footer-menu-h {
		font-size: 16px;
	}
}
@media (max-width: 380px) {
	.footer-menu-h {
		font-size: 13px;
	}
	.footer-block:nth-child(1),
	.footer-block:nth-child(2),
	.footer-block:nth-child(3) {
		width: calc(100%/3 - 10px);
	}
}

/* map */

.map {
	padding: 16px 24px;
	border: 1px solid rgba(94, 113, 138, 0.30);
}
.map-main {
	width: calc(100% - 462px - 44px);
	padding-top: 16px;
}
.map-main-item:not(:last-child) {
	margin-bottom: 32px;
}
.map-main-item-name {
	width: 100%;
	font-size: 20px;
	margin-bottom: 24px;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.map-main-item-name:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url("/local/templates/lariba19062025/css/../img/default/vector-bottom.svg") no-repeat center center / 100%;
	position: absolute;
	right: 0;
	transition: .4s;
	transform: rotate(180deg);
}
.map-main-item-name.active:before {
	transform: rotate(0deg);
}
.map-main-item-list {
	row-gap: 0px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
}
.map-main-item-name.active + .map-main-item-list {
	row-gap: 24px;
	height: auto;
	opacity: 1;
}
.map-main-item-list .item {
	width: 25%;
	padding: 2px 0 12px 36px;
	background: url("/local/templates/lariba19062025/css/../img/default/blue-pin.svg") no-repeat top 1px left;
	font-weight: 600;
	cursor: pointer;
	border-bottom: 1px solid rgb(129 129 129 / 30%);
}
.map-map {
	width: 462px;
	height: 456px;
}
@media (max-width: 1290px) {
	.map-main-item-list .item {
		width: 50%;
	}
}
@media (max-width: 970px) {
	.map-map {
		display: none;
	}
	.map-main {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.map-main {
		padding-top: 0;
	}
	.map {
		padding: 24px 16px;
	}
	.map-main-item-name {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.map-main-item-list .item {
		padding: 5px 0 12px 36px;
	}
	.map-main-item-name.active + .map-main-item-list {
		row-gap: 10px;
	}
}
@media (max-width: 380px) {
	.map-main-item-list .item {
		width: 100%;
	}
}

/* products */

.products-slider .swiper-slide {
	opacity: 0;
	transition: .4s;
}
.products-slider .swiper-slide.swiper-slide-active,
.products-slider .swiper-slide.swiper-slide-active ~ .swiper-slide {
	opacity: 1;
}
.products-slider .product {
	border: 1px solid rgba(94, 113, 138, 0.30);
	background: #FFF;
	padding: 24px 16px 16px 16px;
}
.product-img {
	width: 100%;
	height: 250px;
	margin-bottom: 18px;
	position: relative;
}
.product-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-panel {
	position: absolute;
	top: 0px;
	right: 0px;
	gap: 8px;
	border-radius: 42px;
	background: rgba(255, 255, 255, 0.80);
	padding: 10px;
	opacity: 0;
	z-index: 2;
}
.product:hover .product-panel {
	opacity: 1;
}
.product-scales {
	width: 22px;
	height: 22px;
	background: url("/local/templates/lariba19062025/css/../img/default/scales-product.svg") no-repeat bottom center / 100%;
}
.product-scales.in-scales {
	background: url("/local/templates/lariba19062025/css/../img/default/scales-product-active.svg") no-repeat bottom center / 100%;
}
.product-wishlist {
	width: 22px;
	height: 22px;
	background: url("/local/templates/lariba19062025/css/../img/default/wishlist-product.svg") no-repeat bottom center / 100%;
}
.product-wishlist.in-wishlist {
	background: url("/local/templates/lariba19062025/css/../img/default/wishlist-product-active.svg") no-repeat bottom center / 100%;
}
.product-img img {
	max-width: 100%;
	max-height: 100%;
}
.product-top {
	margin-bottom: 18px;
	min-height: 40px;
}
.product-top p {
	padding: 5px 16px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
}
.product-top img {
	max-height: 40px;
	max-width: 100px;
}
.product-top .best-price {
	background: #47BA61;
	color: #fff;
}
.product-top .akcii {
	background: #FF6433;
	color: #fff;
}
.product-price {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}
.product-payment {
	gap: 6px;
	margin-bottom: 16px;
}
.product-payment p:first-child {
	border-radius: 6px;
	background: #3007F7;
	padding: 4px 8px;
	color: #fff;
	font-size: 14px;
}
.product-payment p:last-child {
	color: #5E718A;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}
.product-name {
	display: block;
	font-size: 14px;
	margin-bottom: 14px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product .button {
	width: 100%;
	margin-bottom: 6px;
}
.product .button span {
	display: none;
}
.product .border-button {
	width: 100%;
}

@media (max-width: 1440px) {
	.products-slider .swiper-slide {
		/*width: 332px !important;*/
	}
}
@media (max-width: 768px) {
	.products-slider .product {
		padding: 24px 8px 8px 8px;
	}
	.product-img {
		margin-bottom: 10px;
		height: 132px;
	}
	.product-top {
		margin-bottom: 14px;
	}
	.product-top p {
		padding: 1px 7px;
		font-size: 11px;
		border-radius: 2px;
	}
	.product-top img {
		max-height: 16px;
	}
	.product-price {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.product-payment {
		margin-bottom: 6px;
	}
	.product-payment p:first-child {
		padding: 4px 8px;
		font-size: 12px;
	}
	.product-payment p:last-child {
		font-size: 12px;
	}
	.product-name {
		font-size: 12px;
		height: 30px;
		margin-bottom: 8px;
	}
	.product .button {
		width: calc(100% - 36px);
		font-size: 0px;
		padding: 9px 20px;
	}
	.product .button span {
		display: block;
		font-size: 12px;
	}
	.products-slider .product .border-button {
		font-size: 0px;
		width: 32px;
		height: 32px;
		background: url(/local/templates/lariba19062025/css/../img/default/cart.svg) no-repeat center center / 16px;
		position: absolute;
		bottom: 14px;
		right: 8px;
		border-radius: 6px;
	}
	.product-panel-toggle {
		width: 24px;
		height: 24px;
		background: url("/local/templates/lariba19062025/css/../img/default/dots.svg") no-repeat center center / 100%;
		position: absolute;
		top: -17px;
		right: 0px;
	}
	.product-panel {
		opacity: 0;
		pointer-events: none;
	}
	.product-panel-toggle:hover ~ .product-panel {
		opacity: 1;
		pointer-events: initial;
	}

	.products-slider .swiper-slide {
		width: 174px !important;
	}
}

/* brands */
.brands-top {
	margin-bottom: 24px;
}
.brands-top .h2 {
	margin-bottom: 0;
}
.brands-item {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
}
.brands .swiper-slide {
	width: auto;
}
.brands-item img {
	height: auto;
}
@media (max-width: 1440px) {
	.brands .swiper-slide {
		width: 100px;
	}
}
@media (max-width: 768px) {
	.brands .swiper-slide {
		width: 52px;
	}
	.brands-top .arrow-link {
		display: none;
	}
}

/* akcii */

.akcii-top {
	margin-bottom: 24px;
}
.akcii-top .h2 {
	margin-bottom: 0;
}
.akcii-list-wrp {
	width: 100%;
}
.akcii-list {
	width: 100%;
	gap: 0.74%;
}
.akcii-item {
	background: #F8F8F8;
	height: 230px;
	overflow: hidden;
	position: relative;
	padding: 24px;
}
.akcii-item .img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.akcii-item .logo {
	margin-bottom: 36px;
}
.akcii-item .head {
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 88%;
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
}
.akcii-item .text {
	display: block;
	color: #000;
	font-weight: 700;
	z-index: 2;
	position: relative;
}
.akcii-item.medium {
	width: 32.5%;
}
.akcii-item.big {
	width: 41.10%;
}
.akcii-item.small {
	width: 24.48%;
}
@media (max-width: 1290px) {
	.akcii-list {
		gap: 12px;
	}
	.akcii-item {
		width: 100% !important;
	}
}
@media (max-width: 820px) {
	.akcii-list-wrp {
		overflow-x: scroll;
		width: calc(100% + 10px);
		padding-right: 10px;
	}
	.akcii-list {
		width: max-content;
		flex-flow: nowrap;
	}
	.akcii-item {
		padding: 16px;
	}
	.akcii-item .logo {
		margin-bottom: 15px;
	}
	.akcii-list-wrp:nth-child(1) .akcii-item {
		width: 315px !important;
		height: 160px;
	}
	.akcii-list-wrp:nth-child(1) .akcii-item .head {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.akcii-list-wrp:nth-child(1) .akcii-item .text {
        font-size: 14px;
        max-width: 140px;
	}
	.akcii-list-wrp:nth-child(1) .akcii-item .img {
        right: -15px;
        height: 100%;
	}
	.akcii-list-wrp:nth-child(2) .akcii-item {
		width: 240px !important;
		height: 120px;
	}
	.akcii-list-wrp:nth-child(2) .akcii-item .head {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.akcii-list-wrp:nth-child(2) .akcii-item .logo {
		max-height: 20px;
	}
	.akcii-list-wrp:nth-child(2) .akcii-item .text {
		font-size: 10px;
		max-width: 120px;
	}
	.akcii-list-wrp:nth-child(2) .akcii-item .img {
		right: -20px;
		bottom: 0;
		height: 100%;
	}
}

/* best */

.best-main {
	width: 362px;
	background: #3007F7;
	padding: 24px 16px;
	position: relative;
	z-index: 2;
	min-height: 454px;
}
.best-main .h2 {
	font-size: 32px;
	margin-bottom: 12px;
}
.best-main > p {
	margin-bottom: 42px;
}
.best-main-item {
	margin-bottom: 24px;
}
.best-main-item {
	position: relative;
	z-index: 5;
}
.best-main-item + .best-main-item {
	z-index: 4;
}
.best-main-item + .best-main-item + .best-main-item {
	z-index: 3;
}
.best-main-item + .best-main-item + .best-main-item + .best-main-item {
	z-index: 2;
}
.best-main-item p {
	margin-bottom: 10px;
}
.best-main .white-button {
	position: absolute;
	bottom: 16px;
	left: 16px;
	width: calc(100% - 32px);
}

#best .products-slider-wrp {
	margin: 0;
	width: calc(100% - 362px - 32px);
	position: relative;
}
#hit .products-slider-wrp {
	position: relative;
}
.products-slider-wrp .prev {
	position: absolute;
	left: -27px;
	transition: .4s;
	cursor: pointer;
	z-index: 4;
	user-select: none;
	top: calc(50% - 20px);
}
.products-slider-wrp .next {
	position: absolute;
	right: -27px;
	top: calc(50% - 20px);
	transition: .4s;
	cursor: pointer;
	z-index: 4;
	user-select: none;
}
.products-slider-wrp .prev.swiper-button-disabled,
.products-slider-wrp .next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 1385px) {
	#best .products-slider-wrp {
		width: 100%;
	}
	.best-main-filter {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		gap: 10px;
		width: 100%;
		padding: 12px;
		border-radius: 12px;
		border: 1px solid rgba(94, 113, 138, 0.30);
		margin-bottom: 16px;
	}
	.best-main {
		width: 100%;
		padding: 0;
		background: transparent;
		min-height: initial;
	}
	.best-main .white {
		color: #000;
	}
	.best-main .default-selector-button {
		border: 1px solid #000;
	}
	.best-main .white-button {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.best-main .h2 {
		font-size: 26px;
	}
	.best-main > p {
		margin-bottom: 16px;
	}
	.best-main-item {
		margin-bottom: 16px;
	}
	.products-slider-wrp .prev,
	.products-slider-wrp .next {
		display: none;
	}
}

/* partners */

.partners-button {
	display: block;
	width: max-content;
	border-radius: 16px;
	background: #F8F8F8;
	font-size: 12px;
	color: #3007F7;
	padding: 14px 23px;
	width: max-content;
	margin: 0 0 24px auto;
}
.partners .h2 {
	font-size: 24px;
	margin-bottom: 16px;
}
.partners-sidebar {
	width: 408px;
}
.partners-sidebar-item {
	display: block;
	cursor: pointer;
	margin-bottom: 8px;
}
.partners-sidebar-item input {
	display: none;
}
.partners-sidebar-item:not(:last-child) {
	border-bottom: 1px solid rgba(94, 113, 138, 0.30);
}
.partners-sidebar-item span {
	display: block;
	padding: 8px 0;
	margin-bottom: 8px;
	position: relative;
	width: 100%;
	background: url("/local/templates/lariba19062025/css/../img/default/checkbox.svg") no-repeat top 8px right;
	transition: .4s;
}
.partners-sidebar-item input:checked + span {
	background: url("/local/templates/lariba19062025/css/../img/default/checkbox-active.svg") no-repeat top 8px right;
}

.partners-main {
	width: calc(100% - 408px - 48px);
}
.partners-block.show {
	display: block;
}
.partners-block.hide {
	display: none;
}
.partners-block:not(:last-child) {
	margin-bottom: 40px;
}
.partners-block .swiper-slide {
	width: 218px;
}
.partners-block .swiper-slide a {
	width: 100%;
	height: 208px;
	display: block;
	overflow: hidden;
	position: relative;
	background: #F8F8F8;
}
.partners-block .swiper-slide .txt {
	padding: 20px 16px;
	background: #24373F url("/local/templates/lariba19062025/css/../img/arrow-btn.svg") no-repeat bottom 16px right 16px;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	height: 100%;
}
.partners-item-logo {
	position: absolute;
	top: 24px;
	left: 24px;
	max-height: 40px;
	max-width: 100px;
	z-index: 1;
}
.partners-item-preview {
	position: absolute;
	bottom: 0;
	right: 0;
}
.partners-block-list {
	position: relative;
}
.partners-block-list .slider {
	margin: 0;
}
.partners-block-list .prev {
	position: absolute;
	left: -27px;
	transition: .4s;
	cursor: pointer;
	z-index: 2;
	user-select: none;
}
.partners-block-list .next {
	position: absolute;
	right: -27px;
	transition: .4s;
	cursor: pointer;
	z-index: 2;
	user-select: none;
}
.partners-block-list .prev.swiper-button-disabled,
.partners-block-list .next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.partners-filter,
.partners-h2-mobile {
	display: none;
}

/* partners-selector */

.bx-filter-select-container {
	margin-bottom: 12px;
}
.bx-filter-select-container .bx-filter-select-text {
	padding: 15px 40px 15px 15px;
	background: #FFF;
	border-radius: 12px;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.bx-filter-select-container .bx-filter-select-text:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(/local/templates/lariba19062025/css/../img/default/vector-bottom.svg) no-repeat center center / 100%;
	position: absolute;
	right: 24px;
	transition: .4s;
}
.popup-window {
	width: 330px !important;
	border-radius: 12px !important;
	transition: none !important;
}
.bx-filter-select-popup ul li label {
	font-weight: 500;
	color: #000;
}

@media (max-width: 1100px) {
	.partners-button {
		display: none;
	}
	.partners-h2-mobile {
		display: block;
	}
	.partners-filter {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		font-size: 16px;
		font-weight: 500;
		line-height: 20px;
		gap: 10px;
		width: 100%;
		padding: 12px;
		border-radius: 12px;
		border: 1px solid rgba(94, 113, 138, 0.30);
		margin-bottom: 16px;
	}
	#partners-main {
		display: none;
		border-radius: 10px;
	}
	#partners-main .fancybox-close-small {
		filter: invert(1);
	}
	.partners-main {
		width: calc(100% - 10px);
	}
}
@media (max-width: 768px) {
	.partners-block-list .swiper-slide {
		width: 174px;
		height: 168px;
	}
	.partners-block .swiper-slide a {
		width: 100%;
		height: 100%;
	}
	.partners-item-logo {
		top: 12px;
		left: 12px;
		transform: scale(.8);
	}
	.partners-item-preview {
		transform: scale(.8);
		right: -20px;
		bottom: -20px;
	}
	.partners .h2 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.partners-block:not(:last-child) {
		margin-bottom: 20px;
	}
	.partners-block-list .next,
	.partners-block-list .prev {
		display: none;
	}
	.partners-main {
		width: 100%;
	}
}

/* main */

#main {
	overflow-x: hidden;
}
.main-slider-wrp {
	position: relative;
	width: 100%;
	height: max-content;
}
.main-slider-wrp .swiper-slide {
	width: auto;
}
.main-slider-wrp .swiper-slide a {
	display: block;
	overflow: hidden;
}
.main-slider-wrp .prev {
	position: absolute;
	left: -27px;
	transition: .4s;
	cursor: pointer;
	z-index: 2;
	user-select: none;
}
.main-slider-wrp .next {
	position: absolute;
	right: -27px;
	transition: .4s;
	cursor: pointer;
	z-index: 2;
	user-select: none;
}
.main-slider-wrp .prev.swiper-button-disabled,
.main-slider-wrp .next.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}
#main .mob {
	display: none;
}
@media (max-width: 1280px) {
	.main-banner {
		display: none;
	}
	.main-slider-wrp {
		width: 100%;
	}
	.main-slider-wrp .next,
	.main-slider-wrp .prev {
		display: none;
	}
	#main .swiper-slide:last-child {
		display: block;
	}
	#main .mob {
		width: 100%;
		display: block;
	}
	#main .desk {
		display: none;
	}
	#main .swiper-slide {
		width: 456px;
		height: 456px;
	}
    .main-slider {
        overflow: visible;
        width: 100vw;
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
	#main .swiper-slide {
		width: 227px;
		height: 227px;
	}
}

/* cat */

.cat-top {
	margin-bottom: 24px;
}
.cat-top .h2 {
	margin-bottom: 0;
}
.cat-main {
	width: 458px;
	padding: 24px 20px;
	position: relative;
	overflow: hidden;
}
.cat-main img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.cat-main > a {
	display: block;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 24px;
}
.cat-main li:not(:last-child) {
	margin-bottom: 13px;
}
.cat-main li a {
	font-size: 14px;
}
.cat-list {
	width: calc(100% - 458px - 10px);
}
.cat-list-item {
	position: relative;
	padding: 24px;
	width: calc(100%/3 - 20px/3);
	height: 230px;
	overflow: hidden;
}
.cat-list-item:nth-child(1),
.cat-list-item:nth-child(2) {
	width: calc(100%/2 - 5px);
}
.cat-list-item span {
	font-size: 24px;
	font-weight: 600;
	position: relative;
	z-index: 2;
}
.cat-list-item img {
	position: absolute;
	bottom: 0;
	right: 0;
}
.cat-list-item.all-cat {
	display: none;
}
@media (max-width: 1250px) {
	.cat-list-item:nth-child(5) {
		display: none;
	}
	.cat-list-item:nth-child(3), .cat-list-item:nth-child(4) {
		width: calc(100% / 2 - 5px);
	}
}
@media (max-width: 1090px) {
	.cat-main {
		width: calc(100% - 112px - 12px);
		height: 230px;
		padding: 10px;
	}
	.cat-main img {
		max-height: 75%;
	}
	.cat-main > a {
		font-size: 14px;
		margin-bottom: 14px;
	}
	.cat-main li:not(:last-child) {
		margin-bottom: 8px;
	}
	.cat-main li a {
		font-size: 10px;
	}
	.cat {
		position: relative;
	}
	.cat-list {
		width: 100%;
		gap: 6px;
	}
	.cat-list-item {
		width: 112px !important;
		height: 112px;
		padding: 10px;
	}
	.cat-list-item:nth-child(1) {
		position: absolute;
		top: 0;
		right: 0;
	}
	.cat-list-item:nth-child(2) {
		position: absolute;
		top: 118px;
		right: 0;
	}
	.cat-list-item span {
		font-size: 14px;
	}
	.cat-list-item img {
		max-width: 75%;
		max-height: 65%;
	}
	.cat-list-item:nth-child(3), .cat-list-item:nth-child(4) {
		width: calc(100%/2 - 6px - 56px) !important;
	}
	.cat-list-item.all-cat {
		width: 112px;
		display: block;
	}
	.cat-list-item.all-cat img {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
	}
}

/* header */
body {
	transition: none;
}
body.catalog-open {
	padding-top: 184px;
}
#header {
	width: 100%;
	padding-bottom: 40px;
	position: relative;
	z-index: 8;
	background: #fff;
}
body.catalog-open #header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.header-main {
	padding-bottom: 32px;
	padding-top: 40px;
}
.header-main-logo {
	width: 128px;
	margin-right: 12px;
}
.header-main-logo img {
	width: 100%;
}
.header-main-toggle {
	border: 1px solid rgba(94, 113, 138, 0.30);
	width: 20px;
	height: 20px;
	margin-right: 28px;
}
.header-main-toggle img {
	width: 14px;
}
.header-main-calc {
	gap: 10px;
	padding: 13px 23px;
	margin-right: 12px;
}
.header-main-catalog {
	color: #3007F7;
	font-size: 14px;
	padding: 14px 23px 14px 53px;
	border-radius: 10px;
	border: 1px solid #3007F7;
	position: relative;
	background: url("/local/templates/lariba19062025/css/../img/default/catalog-burger.svg") no-repeat center left 23px;
	margin-right: 16px;
}
body.catalog-open .header-main-catalog {
	background: url("/local/templates/lariba19062025/css/../img/default/catalog-close.svg") no-repeat center left 23px;
}
.header-main-search {
	width: calc(100% - 780px);
	position: relative;
	border-radius: 16px;
	border: 1px solid rgba(82, 22, 231, 0.30);
	background: #3007F7;
	padding: 4px 53px 4px 4px;
}
.header-main-search .input {
	width: 100%;
	border-radius: 12px;
	background: var(--Primary-White, #FFF);
	border: none;
	padding: 10px 16px;
}
.header-main-search .btn {
	width: 24px;
	height: 24px;
	background: url("/local/templates/lariba19062025/css/../img/default/search.svg") no-repeat center center / 100%;
	position: absolute;
	right: 16px;
	border: none;
	font-size: 0px;
}
.header-main-panel {
	gap: 24px;
	margin-left: auto;
}
.header-main-panel a {
	text-align: center;
	width: max-content;
}
.header-main-panel a img {
	width: 24px;
	margin: 0 auto;
	display: block;
}
.header-main-panel a span {
	font-size: 14px;
}
.header-bottom-menu {
	gap: 32px;
}
.header-bottom-menu li a {
	color: #818181;
}
.header-bottom-menu li a:hover {
	color: #3007F7;
}
.header-bottom-adress {
	padding: 2px 0 2px 32px;
	background: url("/local/templates/lariba19062025/css/../img/default/blue-pin.svg") no-repeat center left;
	margin: 0 40px 0 auto;
}
.header-bottom-phone {
	border-radius: 16px;
	background: #F8F8F8 url("/local/templates/lariba19062025/css/../img/default/blue-phone.svg") no-repeat center left 24px;
	padding: 12px 24px 12px 50px;
	color: #3007F7;
	line-height: 18px;
}

.header-catalog {
	width: 1018px;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	background: #fff;
	min-height: fit-content;
	left: calc((100% - 1440px)/2 + 150px);
	margin-top: 12px;
	opacity: 0;
	pointer-events: none;
	top: 120px;
}
body.catalog-open .header-catalog {
	opacity: 1;
	pointer-events: initial;
}
.header-catalog-item-parent {
	width: 226px;
	gap: 8px;
	padding: 24px;
}
.header-catalog-item-parent img {
	width: 35px;
}
.header-catalog-item-parent span {
	width: calc(100% - 35px - 8px);
	font-size: 14px;
}
.header-catalog-item-child {
	width: calc(100% - 226px);
	gap: 62px;
	row-gap: 16px;
	border-left: 1px solid rgba(94, 113, 138, 0.30);
	padding: 24px;
	position: absolute;
	left: 226px;
	top: 0;
	opacity: 0;
	pointer-events: none;
	height: 100%;
}
.header-catalog-item-child .item p {
	font-weight: 600;
	margin-bottom: 20px;
}
.header-catalog-item-child .item li:not(:last-child) {
	margin-bottom: 16px;
}
.header-catalog-item-child .item li a {
	font-size: 14px;
}
.header-catalog-item-child .item li a:hover {
	font-weight: 600;
}
.header-catalog-item:hover .header-catalog-item-parent span {
	color: #3007F7;
} 
.header-catalog-item:hover .header-catalog-item-child {
	opacity: 1;
	pointer-events: initial;
}

.header-catalog .header-bottom-menu,
.header-catalog .header-catalog-close {
	display: none;
}

.header-overlay {
	top: 120px;
	position: fixed;
	left: 0;
	width: 100vw;
	height: calc(100vh - 120px);
	background: rgba(0,0,0,.5);
	opacity: 0;
	pointer-events: none;
	z-index: 8;
}
body.catalog-open .header-overlay {
	opacity: 1;
	pointer-events: initial;
}

.mobile-panel {
	display: none;
}

@media (max-width: 1210px) {
	.header-bottom-adress {
		display: none;
	}
	.header-bottom-contacts {
		margin-left: auto;
	}
	.header-main-calc {
		display: none;
	}
	.header-main-search {
		width: calc(100% - 590px);
	}
	.header-catalog {
		left: 20px;
	}
}
@media (max-width: 890px) {
	body.catalog-open {
		padding-top: 0;
	}
	.header-main-panel {
		display: none;
	}
	#header {
		padding-bottom: 30px;
	}
	.header-main {
		padding: 12px 0 24px 0;
	}
	.header-bottom .header-bottom-menu {
		display: none;
	}
	.header-main-search {
		width: calc(100% - 56px);
		order: 12;
		margin-left: auto;
		margin-top: 24px;
	}
	.header-main-catalog {
		font-size: 0px;
		width: 48px;
		height: 48px;
		padding: 0;
		background-position: center center;
		position: absolute;
		bottom: 54px;
	}
	.header-bottom-contacts {
		margin-left: auto;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	.header-bottom-contacts .top {
		display: flex !important;
		align-items: center;
		margin-left: auto;
		width: max-content;
		gap: 5px;
	}
	.header-bottom-phone {
		padding: 0;
		background: transparent;
	}
	.header-bottom-contacts .top-tg {
		color: #27A7E7;
		font-size: 12px;
		font-weight: 500;
		line-height: 18px; 
	}
	.header-bottom-contacts .top-wa {
		color: #2CB742;
		font-size: 12px;
		font-weight: 500;
		line-height: 18px;
	}
	.header-main-logo img {
		width: 82px;
	}

	body.catalog-open #header {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.header-catalog {
		width: 100%;
		position: fixed;
		left: 0;
		margin-top: 0;
		top: 0;
		border-radius: 0;
		padding: 20px;
		height: 0px;
		overflow-y: scroll;
		min-height: initial;
		pointer-events: none;
	}
	body.catalog-open .header-catalog {
		height: calc(100vh - 68px) !important
	}

	.header-catalog .header-catalog-close {
		display: block;
		background: url("/local/templates/lariba19062025/css/../img/default/Cross.svg") no-repeat center left;
		padding-left: 30px;
		font-size: 20px;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 30px;
	}
	.header-catalog .header-bottom-menu {
		display: flex;
		width: 100%;
		gap: 24px;
		row-gap: 16px;
		margin-top: 36px;
	}
	.header-catalog-item {
		position: relative;
		background: #fff;
	}
	.header-catalog-item-parent {
		width: 100%;
		gap: 8px;
		border-bottom: 1px solid rgb(129 129 129 / 30%);
		padding: 12px 0;
	}
	.header-catalog-item-parent span {
		font-size: 16px;
	}
	.header-catalog-item-child {
		width: 100%;
		gap: 0;
		row-gap: 16px;
		border: none;
		padding: 24px;
		position: relative;
		left: 0;
		top: 0;
		opacity: 1;
		pointer-events: initial;
		display: none;
	}
	.header-catalog-item-parent.open ~ .header-catalog-item-child {
		display: block;
	} 
	.header-catalog-item-child .item:not(:last-child) {
		margin-bottom: 16px;
	}
	.header-catalog-item-child .item li:not(:last-child) {
		margin-bottom: 8px;
	}
	.header-catalog-item-child .item p {
		margin-bottom: 12px;
	}

	.mobile-panel {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100vw;
		border-top: 1px solid rgba(94, 113, 138, 0.30);
		background: #fff;
		padding: 16px 16px 8px 16px;
		z-index: 12;
	}
	.mobile-panel-item img {
		display: block;
		margin: 0 auto 4px auto;
	}
	.mobile-panel-item span {
		color: #D6D6D6;
		text-align: center;
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;
		display: block;
		width: max-content;
	}
	.mobile-panel-item.home span {
		color: #3007F7;
	}
}

/* partner-modal */

#partner-modal {
	width: 750px;
	padding: 40px;
}
@media (max-width: 750px) {
	#partner-modal {
		padding: 40px 20px;
	}
}

@media (max-width: 1385px) {
	.best-main-wrp .smartfilter {
		display: flex;
		justify-content: space-between;
	}
	.best-main-wrp .smartfilter .col-xs-12 {
		width: calc(50% - 12px);
	}
	.bx-filter-select-container .bx-filter-select-text {
		border: 1px solid #000;
	}
	.popup-window {
		width: calc(50vw - 48px) !important;
		margin-top: 10px;
	}
	.best-main-wrp .best-main-item {
		width: calc(50% - 12px);
	}
}
@media (max-width: 768px) {
	.best-main-wrp .smartfilter {
		flex-flow: wrap;
		gap: 8px;
	}
	.best-main-wrp .smartfilter .col-xs-12 {
		width: 100%;
	}
	.popup-window {
		width: calc(100vw - 40px) !important;
	}
}
/* End */


/* Start:/local/templates/lariba19062025/css/custom.css?17792280884238*/
.add-to-cart {display: none !important;}

.catalog-section-list-tile-list {
    display: flex;
    flex-wrap: wrap;
}
.catalog-section-list-item-img {
	border: none;
}

ul.subcat {
    display: flex;
    gap: 20px;
	margin-bottom: 30px;
	overflow: auto;
}

.subcat__item {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
	white-space: nowrap;
}

.subcat__item p {
    margin-left: 8px;
}

.site-form--three-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 12px 14px;
}

.site-form__field {
    min-width: 0;
}

.site-form__label {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.site-form .site-form__input {
    height: 72px;
    margin: 0;
    padding: 0 24px;
    border-color: rgba(94, 113, 138, .16);
    border-radius: 14px;
    background: #ededf1;
    font-size: 16px;
    outline: none;
}

.site-form .site-form__input:focus {
    border-color: #3007F7;
    background: #fff;
}

.site-form .site-form__input.is-error {
    border-color: #d62f2f;
}

.site-form__submit {
    width: 100%;
    min-height: 72px;
    padding: 18px 30px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1.2;
}

.site-form__agreement {
    grid-column: 1 / 3;
    max-width: 560px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.site-form__checkbox-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    opacity: 0;
}

.site-form__checkbox {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-top: 1px;
    border: 1px solid #dedee6;
    border-radius: 6px;
    background: #f0f0f5;
    cursor: pointer;
}

.site-form__checkbox-input:focus + .site-form__checkbox {
    box-shadow: 0 0 0 3px rgba(48, 7, 247, .14);
}

.site-form__checkbox-input:checked + .site-form__checkbox {
    border-color: #3007F7;
    background: #3007F7 url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.7 6.2 6.2 10.4 14.3 1.6' stroke='white' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 16px 12px;
}

.site-form__agreement.is-error .site-form__checkbox {
    border-color: #d62f2f;
}

.site-form__agreement-text,
.site-form__agreement-text a,
.site-form__message {
    color: #818181;
}

.site-form__agreement-text,
.site-form__agreement-text a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.site-form__agreement-text a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-form__agreement.is-error .site-form__agreement-text,
.site-form__agreement.is-error .site-form__agreement-text a,
.site-form__message.is-error {
    color: #d62f2f;
}

.site-form__message {
    display: none;
    grid-column: 3 / 4;
    min-height: 24px;
    font-size: 16px;
    text-align: right;
}

.site-form__message.is-visible,
.site-form__message.is-success,
.site-form__message.is-error {
    display: block;
}

.site-form__message.is-success {
    color: #0b8f49;
}

@media (max-width: 980px) {
    .site-form--three-cols {
        grid-template-columns: 1fr 1fr;
    }

    .site-form__submit,
    .site-form__message {
        grid-column: 1 / 3;
    }

    .site-form__message {
        text-align: left;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .site-form--three-cols {
        display: block;
    }

    .site-form__field {
        margin-bottom: 24px;
    }

    .site-form__label,
    .site-form__agreement-text,
    .site-form__agreement-text a {
        font-size: 18px;
    }

    .site-form .site-form__input {
        height: 76px;
        border-radius: 16px;
        font-size: 18px;
    }

    .site-form__submit {
        margin: 4px 0 28px;
    }

    .site-form__agreement {
        max-width: none;
    }

    .site-form__message {
        margin-top: 16px;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .site-form__agreement-text,
    .site-form__agreement-text a {
        font-size: 17px;
    }
}

/* End */


/* Start:/local/templates/lariba19062025/components/bitrix/search.title/custom/style.css?17792280881119*/
.searche-title {}

.search-title-button {
	background-image: url(/local/templates/lariba19062025/components/bitrix/search.title/custom/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	/* min-height: 38px; */
	height: calc(1.5em + 0.75rem);
}


.title-search-result {
	display: none;
	overflow: hidden;
	z-index: 2;
	box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
	background-color: #fff;
	padding-top: 58px;
	border-radius: 17px;
	border: 1px solid #F2F2F2;
}

.search-title-result-item {
	border-bottom: 1px solid #ddd;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 16px;
	transition: 170ms linear all;
}

.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}


/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1731418214758*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;
}
/* End */


/* Start:/local/templates/lariba19062025/template_styles.css?1779228088448*/
.laRiba-calculator {
    background: #3007F7 !important;
}

.laRiba-calculator__footer .footer-btns .fill-form-button {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 10px !important;
    height: 54px;
    width: 450px;
}

.laRiba-calculator__rates {
    display: none !important;
}

.laRiba-calculator__footer .footer-btns .fill-form-button:before {
    display: none !important;
}

.add-to-cart {display: none;}
/* End */
/* /local/templates/lariba19062025/css/reset.css?17792280887038 */
/* /local/templates/lariba19062025/css/swiper-bundle.min.css?177922808815844 */
/* /local/templates/lariba19062025/css/fancybox.css?177922808812795 */
/* /local/templates/lariba19062025/fonts/stylesheet.css?177922808899 */
/* /local/templates/lariba19062025/css/oldStyle.css?177922808842577 */
/* /local/templates/lariba19062025/css/class.css?17792280886648 */
/* /local/templates/lariba19062025/css/style.css?177922808832865 */
/* /local/templates/lariba19062025/css/custom.css?17792280884238 */
/* /local/templates/lariba19062025/components/bitrix/search.title/custom/style.css?17792280881119 */
/* /bitrix/components/bitrix/breadcrumb/templates/universal/style.css?1731418214758 */
/* /local/templates/lariba19062025/template_styles.css?1779228088448 */
