

/* Start:/local/templates/alice/html/css/normalize.css?17104242938026*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

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

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

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

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

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/alice/html/css/style.css?171420888532868*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

@font-face {
  font-family: 'Futura PT';
  src: url("/local/templates/alice/html/css/fonts/FuturaPT-Bold.eot"), url("/local/templates/alice/html/css/fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/alice/html/css/fonts/FuturaPT-Bold.woff") format("woff"), url("/local/templates/alice/html/css/fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("/local/templates/alice/html/css/fonts/FuturaPT-Book.eot"), url("/local/templates/alice/html/css/fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("/local/templates/alice/html/css/fonts/FuturaPT-Book.woff") format("woff"), url("/local/templates/alice/html/css/fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("/local/templates/alice/html/css/fonts/FuturaPT-Demi.eot"), url("/local/templates/alice/html/css/fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("/local/templates/alice/html/css/fonts/FuturaPT-Demi.woff") format("woff"), url("/local/templates/alice/html/css/fonts/FuturaPT-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Futura PT';
  src: url("/local/templates/alice/html/css/fonts/FuturaPT-Medium.eot"), url("/local/templates/alice/html/css/fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/alice/html/css/fonts/FuturaPT-Medium.woff") format("woff"), url("/local/templates/alice/html/css/fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: 'Futura PT', sans-serif;
  background: #D8CBB2;
}

:root {
  --base-color: #5E584F;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

section {
  position: relative;
  z-index: 2;
}

.page {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1345px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  height: 70px;
  background: var(--base-color);
  margin-bottom: 45px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation>li {
  margin-right: 30px;
  position: relative;
}

.navigation>li a {
  color: #FFFFFF;
  text-decoration: none;
}

.navigation>li a:hover {
  opacity: .9;
}

.nav-drop {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
  background: var(--base-color);
  padding: 15px;
  top: 44px;
  display: none;
  z-index: 10;
}

.nav-drop li {
  margin: 0 0 10px 0;
}

.nav-drop li:last-child {
  margin-bottom: 0;
}

.has-drop > a {
  position: relative;
  display: inline-block;
}

.has-drop > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 8px;
  background: url(/local/templates/alice/html/css/../images/down.svg) no-repeat center;
  right: -22px;
  top: 6px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.has-drop > a.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-control {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo-link {
  display: block;
}

.logo-link img {
  display: block;
}

.header-search,
.header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.icon-seacrh {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/local/templates/alice/html/css/../images/search.svg) no-repeat center;
  margin-right: 25px;
}

.search-input {
  width: 110px;
  background: none;
  border: none;
  height: 27px;
  font-family: 'Futura PT', sans-serif;
  color: #D9D9D9;
  font-size: 16px;
}

.search-input::-webkit-input-placeholder {
  color: #D9D9D9;
}

.search-input:-ms-input-placeholder {
  color: #D9D9D9;
}

.search-input::-ms-input-placeholder {
  color: #D9D9D9;
}

.search-input::placeholder {
  color: #D9D9D9;
}

.button {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-family: 'Futura PT';
  padding: 0 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.button.button-base {
  background: #fff;
  color: var(--base-color);
}

.button.button-brown {
  background: var(--base-color);
  color: #fff;
}

.button.button-burgundy {
  background: #956D62;
  color: #fff;
}

.button.button-beige {
  background: #D8CBB2;
  color: var(--base-color);
}

.header-btn {
  margin-left: 90px;
  display: flex;
  align-items: center;
}

.page-title {
  color: var(--base-color);
  font-size: 58px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 45px;
}

.page-title p {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 24px;
}

.main-slider {
  position: relative;
}

.main-slider .swiper-wrapper {
  height: auto;
}

.main-slider-pagination {
  bottom: 33px !important;
  width: 100%;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-slider-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid transparent;
  opacity: 1;
}

.main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
  border-color: var(--base-color);
}

.slider-item img {
  display: block;
  width: 100%;
}

.section-about {
  padding: 110px 0;
}

.about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-text {
  padding-right: 80px;
  color: var(--base-color);
}

.about-text h3 {
  margin: 0 0 25px;
  font-size: 48px;
  font-weight: 600;
}

.about-text p {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 150%;
}

.about-text p a {
  text-decoration: none;
  color: var(--base-color);
  position: relative;
  display: inline-block;
}

.about-text p a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(/local/templates/alice/html/css/../images/arrow1.svg) no-repeat center;
  right: -15px;
  top: 9px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.about-text p a:hover:after {
  right: -18px;
}

.fig1 {
  display: block;
  position: absolute;
  background: url(/local/templates/alice/html/css/../images/fig1.svg) no-repeat center;
  height: 890px;
  width: 350px;
  top: 1400px;
  left: 0;
  pointer-events: none;
}

.fig2 {
  display: block;
  position: absolute;
  background: url(/local/templates/alice/html/css/../images/fig2.svg) no-repeat center;
  height: 890px;
  width: 350px;
  top: 2640px;
  right: 0;
  pointer-events: none;
}

.section-tech {
  padding: 100px 0;
}

.block-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 600;
  color: var(--base-color);
}

.block-title span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}

.tech-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tech-img {
  width: 49.42%;
  height: 640px;
}

.tech-img .swiper {
  height: 100%;
}

.tech-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 640px;
}

.tech-desc {
  width: 47.14%;
}

.tech-text {
  padding: 30px;
}

.tech-text h3 {
  font-size: 64px;
  color: #fff;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.tech-text h3 span {
  color: #956D62;
  text-transform: lowercase;
}

.tech-text p {
  color: #fff;
  font-size: 29px;
  line-height: 150%;
  margin: 0;
}

.tech-img__wrapp {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 50px 50px 50px;
  position: relative;
}

.tech-img__wrapp img {
  display: block;
  width: 100%;
}

.tech-video__wrapp {
  position: relative;
  padding-bottom: 45%;
  margin: 0 50px 50px;
}

.tech-video__wrapp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tech-desc__carousel {
  height: 465px;
}

.tech-desc__carousel .swiper {
  height: 100%;
}

.tech-desc__carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tech-desc__item {
  color: var(--base-color);
  padding-left: 32px;
  border-left: 2px solid transparent;
  cursor: pointer;
}

.tech-desc__item h3 {
  margin: 0 0 10px 0;
}

.tech-desc__item p {
  font-size: 16px;
  margin: 0;
  max-height: 110px;
  overflow: hidden;
}

.swiper-slide-thumb-active .tech-desc__item {
  border-color: var(--base-color);
}

.section-collection {
  padding: 100px 0;
}

.collection-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collection-col {
  width: 45.62%;
  margin-bottom: 200px;
}

.collection-item__title {
  font-size: 66px;
  font-weight: 600;
  line-height: 110%;
  padding: 15px 30px 30px;
  color: #fff;
  min-height: 440px;
  max-width: 425px;
  width: 100%;
  position: absolute;
}

.collection-item {
  position: relative;
  min-height: 440px;
}

.collection-item__warapp {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(115px, 95px);
  transform: translate(115px, 95px);
  max-width: 480px;
}

.collection-item__btn .button {
  display: block;
  text-align: center;
}

.collection-item__img {
  margin-bottom: 20px;
}

.collection-item__img img {
  display: block;
  width: 100%;
}

.catalog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-sidebar {
  width: 315px;
  margin-right: 20px;
  margin-top: 35px;
}

.search-sidebar input[type="text"] {
  width: 100%;
  border: none;
  height: 27px;
  font-family: 'Futura PT', sans-serif;
  font-size: 16px;
}

.search-sidebar input[type="submit"] {
  margin-top: 20px;
}

.filter-item {
  background: #fff;
  -webkit-box-shadow: 0 9px 18px rgba(37, 55, 70, 0.2);
  box-shadow: 0 9px 18px rgba(37, 55, 70, 0.2);
  border-radius: 4px;
  margin-bottom: 20px;
}

.filter-title {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  color: var(--base-color);
  position: relative;
  cursor: pointer;
}

.filter-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 8px;
  background: url(/local/templates/alice/html/css/../images/down2.svg) no-repeat center;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.filter-title.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-radio input {
  display: none;
}

.filter-radio input:checked + label {
  background: #D7D7D7;
}

.filter-radio label {
  display: block;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
}

.filter-section-link .filter-radio a {
  display: block;
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.filter-section-link .filter-radio a,
.filter-section-link .filter-radio a:hover {
  color: inherit;
}

.filter-section-link .filter-radio a.active,
.filter-section-link .filter-radio a.active:hover {
  background: #D7D7D7;
}

.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  gap: 6px;
}

.filter-color input {
  display: none;
}

.filter-color input:checked + label {
  border-color: var(--base-color);
}

.filter-color label {
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}

.filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-btns .button-burgundy {
  padding: 0 33px;
  margin-right: 11px;
}

.filter-btns .button-brown {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 520px;
}

.filter-tag {
  background: #fff;
  height: 32px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 122px;
  padding: 0 15px;
  font-size: 16px;
  margin: 0 7px 7px 0;
}

.filter-remove {
  display: block;
  width: 13px;
  height: 13px;
  background: url(/local/templates/alice/html/css/../images/cross.svg) no-repeat center;
  margin-left: 10px;
}

.color-selected {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid var(--base-color);
}

.filter-selected__reset {
  color: var(--base-color);
  margin-bottom: 7px;
}

.catalog-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.catalog-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--base-color);
}

.icon-download {
  display: inline-block;
  margin-left: 10px;
  width: 21px;
  height: 24px;
  background: url(/local/templates/alice/html/css/../images/download.svg) no-repeat center;
}

.catalog-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.catalog-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.catalog-col {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-desc {
  background: #fff;
  text-align: center;
  padding-top: 25px;
  font-family: "Roboto", sans-serif;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.product-img img {
  display: block;
  width: 100%;
}

.product-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  padding: 0 10px;
}

.product-brand {
  font-size: 14px;
  margin-bottom: 14px;
}

.product-price {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 18px;
}

.product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
  margin-top: auto;
}

.product-btns .button-brown {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-more {
  display: inline-block;
  position: relative;
  margin-left: 18px;
  color: var(--base-color);
  font-size: 16px;
  font-family: 'Futura PT';
}

.product-more:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(/local/templates/alice/html/css/../images/arrow1.svg) no-repeat center;
  right: -15px;
  top: 5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.product-more:hover:after {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}

.catalog-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.catalog-more .button {
  min-width: 195px;
  text-align: center;
}

.section-map {
  padding: 100px 0;
  position: relative;
}

.section-map .block-title {
  color: #000;
}

.map-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.map-btns .button {
  height: 60px;
  line-height: 60px;
  width: 315px;
  margin: 0 10px;
  text-align: center;
}

.map-btns .button.active {
  background: #fff;
  color: var(--base-color);
}

.map-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.map-sidebar {
  width: 315px;
  margin-right: 20px;
}

.map-item {
  padding: 15px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.map-item.active {
  background-color: #ccc;
  cursor: pointer;
}

.map-item h3 {
  margin: 0 0 10px 0;
  font-size: 23px;
  color: var(--base-color);
}

.map-item p {
  font-size: 15px;
  color: var(--base-color);
}

.map-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #788D98;
  orphans: 15px;
  margin-bottom: 5px;
}

.map-sidebar__city {
  padding: 15px;
  border: 1px solid #fff;
  border-bottom: none;
  font-size: 23px;
  color: var(--base-color);
  font-weight: bold;
  position: relative;
}

.map-drop {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 250px;
  background: var(--base-color);
  padding: 15px;
  top: 44px;
  display: none;
  z-index: 10;
}

.map-sidebar__current {
  color: var(--base-color);
  text-decoration: none;
}
.map-drop a{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
}

.map-item a,
.map-item__info a {
  color: #788D98;
}

.icon-time {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(/local/templates/alice/html/css/../images/time.svg) no-repeat center;
  margin-right: 5px;
}

.icon-time:last-child {
  border-bottom: none;
}

.map-sidebar__scroll {
  border: 1px solid #fff;
  max-height: 600px;
  overflow: auto;
  position: relative;
}

.map {
  height: 600px;
  background: #ccc;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-form {
  height: 925px;
  background: url(/local/templates/alice/html/css/../images/form-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 150px;
}

.section-form .block-title {
  color: #fff;
}

.form {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.form label {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.form-row {
  margin-bottom: 24px;
}

.form-checkbox label a,
.form-checkbox label a:hover {
  color: inherit;
  font-size: inherit;
}

.inputtext,
.input {
  display: block;
  width: 100%;
  border: none;
  height: 48px;
  border-radius: 4px;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
}

.inputtextarea,
.textarea {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  height: 180px;
  resize: none;
}

.textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.textarea:focus:-ms-input-placeholder {
  color: #fff;
}

.textarea:focus::-ms-input-placeholder {
  color: #fff;
}

.textarea:focus::placeholder {
  color: #fff;
}

.checkbox input {
  display: none;
}

.checkbox.checkbox-without input:checked + label:before,
.checkbox input:checked + label span {
  background: #fff url(/local/templates/alice/html/css/../images/check.svg) no-repeat center;
  background-size: 85%;
}

.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.checkbox.checkbox-without label:before {
  content: '';
}

.checkbox.checkbox-without label:before,
.checkbox label span {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--base-color);
  margin-right: 10px;
  background: #fff;
}

.form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.form-btn .button {
  width: 195px;
  text-align: center;
}

.footer {
  padding: 55px 0;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-navigation li {
  margin: 0 15px;
}

.footer-navigation li a {
  text-decoration: none;
  color: #000;
}

.footer-navigation li a:hover {
  color: #956D62;
}

.icon-tg {
  display: inline-block;
  width: 21px;
  height: 17px;
  background: url(/local/templates/alice/html/css/../images/tg.svg) no-repeat center;
}

.icon-yt {
  display: inline-block;
  width: 21px;
  height: 15px;
  background: url(/local/templates/alice/html/css/../images/yt.svg) no-repeat center;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social a {
  margin-left: 14px;
}

.footer-social a:hover {
  opacity: .8;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  font-size: 14px;
  margin: 0 12px;
}

.footer-links li a {
  text-decoration: none;
  color: #000;
}

.footer-links li a:hover {
  color: #956D62;
}

.header-search__mob {
  display: none;
}

.menu-icon {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

.menu-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.menu-icon span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.menu-icon span:nth-child(3) {
  top: 26px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.menu-icon.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.menu-icon.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 29px;
  left: 8px;
}

.breadcrumbs {
  margin-bottom: 35px;
}

.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs-list li {
  color: var(--base-color);
  margin-right: 15px;
  position: relative;
  margin-bottom: 5px;
}

.breadcrumbs-list li:after {
  content: attr(data-devider);
  display: inline-block;
  margin-left: 5px;
  position: absolute;
  right: -12px;
  top: 0;
}

.breadcrumbs-list li span {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumbs-list li a {
  color: var(--base-color);
  text-decoration: none;
}

.breadcrumbs-list li:last-child {
  font-weight: 700;
}

.product-card__img {
  width: 825px;
  min-width: 825px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 70px;
}

.product-card__img-carousel {
  min-width: 160px;
  width: 160px;
  margin-right: 15px;
  height: 635px;
  position: relative;
}

.product-card__img-carousel .swiper {
  height: 635px;
}

.product-card__img-carousel .swiper-slide-thumb-active .product-carousel__item {
  opacity: .8;
}

.product-carousel__item {
  height: 150px;
  cursor: pointer;
}

.product-carousel__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__img-slider {
  width: 650px;
  position: relative;
}

.product-card__img-slider img {
  display: block;
  width: 100%;
}

.product-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 98px;
}

.product-card__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-card__text {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 40px;
}

.product-card__title {
  margin: 0 0 60px 0;
  font-size: 40px;
  font-weight: 600;
  color: var(--base-color);
}

.product-card__color,
.product-card__artnumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.product-card__artnumber {
  margin-bottom: 90px;
}

.product-card__color span,
.product-card__artnumber span {
  margin-right: 15px;
  font-size: 20px;
  font-weight: 600;
  color: var(--base-color);
}

.product-card__color .filter-color {
  margin-right: 10px;
}

.product-card__price {
  font-size: 32px;
  color: #956D62;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
}

.product-card__more {
  text-decoration: none;
  color: var(--base-color);
  position: relative;
  display: inline-block;
}

.product-card__more:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 12px;
  background: url(/local/templates/alice/html/css/../images/arrow1.svg) no-repeat center;
  right: -15px;
  top: 4px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.product-card__more:hover:after {
  right: -18px;
}

.product-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__btns .button {
  margin-right: 23px;
  width: 210px;
  text-align: center;
}

.product-card__info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  color: #3C3C3C;
}

.product-card__info-list {
  max-width: 480px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card__info-list li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
}

.product-card__info-list li span {
  max-width: 50%;
  min-width: 40%;
  line-height: 24px;
}

.product-card__info-list li span:first-child {
  margin-right: 10px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__info-list li span:last-child {
  margin-left: 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-card__info-list li:before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dashed var(--base-color);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 14px;
}

.product-card__info-list li img {
  display: block;
  margin: -2px 10px 0 0;
}

.product-card__info-list li a {
  color: #5EC0AD;
  text-decoration: none;
  border-bottom: 1px dashed #5EC0AD;
  line-height: 120%;
}

.product-card__info-list.product-card__info-list-first {
  margin-bottom: 55px;
}

.product-card__info-list.product-card__info-list-first li span:last-child {
  width: 120px;
}

.product-card__info-list.product-card__info-list-last {
  max-width: 100%;
}

.product-card__info-list.product-card__info-list-last li span:last-child {
  width: 400px;
}

.icon-q {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url(/local/templates/alice/html/css/../images/quesion.svg) no-repeat center;
}

.product-card__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card__info-col {
  width: 50%;
}

.text {
  font-size: 18px;
  line-height: 150%;
  color: var(--base-color);
}

.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  background: #788D98;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookies-row {
  max-width: 775px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.cookies-text {
  color: #D8CBB2;
  font-size: 16px;
  line-height: 150%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cookies-btn {
  margin-left: 40px;
}

.cookies-btn .button {
  width: 195px;
  text-align: center;
}

.modal {
  background: #D8CBB2 !important;
  width: 500px;
  border-radius: 4px;
}

.modal h3 {
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: 600;
  color: var(--base-color);
  font-size: 28px;
}

.modal .form label {
  color: var(--base-color);
}

div.title-search-result {
  display: none;
  background: var(--base-color);
  min-width: 200px;
  padding: 35px 10px 10px;
  z-index: 200;
}

.title-search-result td {
  padding-bottom: 10px;
}

.title-search-fader {
  height: auto !important;
}

.title-search-more a {
  color: #fff;
  text-decoration: none;
}

.title-search-more a:hover {
  opacity: .9;
}

.product-card__add {
  margin-top: 30px;
}

.product-card__add .catalog-col {
  width: 25%;
}

.product-card__add h3 {
  font-size: 17px;
  margin: 0 0 24px;
  font-weight: 600;
}

.product-card__add-carousel .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.product-card__add-carousel .product {
  height: 100%;
}

.product-card__add-carousel .swiper-wrapper{
  height: auto;
}

.product-carousel__prev,
.product-carousel__next {
  position: absolute;
  width: 27px;
  height: 16px;
  background: url(/local/templates/alice/html/css/../images/down3.svg) no-repeat center;
  left: 50%;
  margin-left: -13.5px;
  cursor: pointer;
}

.product-carousel__prev {
  top: -30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-carousel__next {
  bottom: -30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--base-color) !important;
}

.product-slider__prev,
.product-slider__next {
  position: absolute;
  width: 27px;
  height: 16px;
  background: url(/local/templates/alice/html/css/../images/down3.svg) no-repeat center;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  margin-top: -8px;
}

.product-slider__prev {
  left: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-slider__next {
  right: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-favorite{
  display: block;
  width: 24px;
  height: 21px;
  background: url(/local/templates/alice/html/css/../images/favorite.svg) no-repeat center;
}

.icon-check2{
  display: block;
  width: 27px;
  height: 27px;
  background: url(/local/templates/alice/html/css/../images/check2.svg) no-repeat center;
  background-size: 15px;
  margin-right: 5px;
  border: 1px solid #ceccc8;
  border-radius: 50%;
}

.favorite-link{
  margin-right: 20px;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.favorite-link:hover{
  opacity: .9;
}

.favorite-link span{
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  text-align: center;
  font-size: 11px;
  color: #000;
  background: #fff;
  line-height: 12px;
  border-radius: 50%;
  font-weight: 500;
  right: -10px;
  top: -4px;
}

.img-favorite{
  border: 1px solid #ceccc8;
  border-radius: 50%;
}
.img-favorite.infavorite{
  border-color: var(--base-color);;
}

.search-input{
  border-radius: 0;
  -webkit-appearance: none;
  margin: 0;
}

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


/* Start:/local/templates/alice/html/css/custom.css?17140647603012*/
:root {
    --base-color: #5E584F;
}
.bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    line-height: normal;
    margin-top: -7px;
    margin-left: 10px;
    padding: 5px 20px 5px 10px;
    white-space: nowrap;
    color: #3f3f3f;
    min-height: 37px;
    line-height: 18px;
    border-style: solid;
    border: 1px solid var(--base-color);
    background: #fff;
}
.bx-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    border-color: var(--base-color);
}
.bx-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(/local/templates/alice/html/css/images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(/local/templates/alice/html/css/images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(/local/templates/alice/html/css/images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(/local/templates/alice/html/css/images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter-popup-result.right {
    left: 97%;
}
.bx-filter-popup-result.left {
    right:97%;
}
.bx-filter-horizontal .bx-filter-popup-result{
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    bottom: -7px;
}
.bx-filter-popup-result-close {
    display: none;
}
.bx-filter-parameters-box,
.filter-btns{
    position: relative;
}
.bx-filter-popup-result .product-more{
    font-size: 13px;
    margin-left: 0px;
}
.cookies{
    display: none;
}
.cookies.js-cookies-active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter-item label.disabled{
    pointer-events: none;
    opacity: 0.4;
}
.filter-color label{
    border: 1px solid #D3D3D3;
}
.img-favorite{
    z-index: 1000;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    left: 10px;
    top: 10px;
}
.img-favorite svg{
    position: relative;
    top: 30%;
}
.img-favorite svg *{
    fill: #ceccc8;
}
.img-favorite.infavorite svg *{
    fill: #956D62;
}
@media (min-width: 1024px) {
    .favorite_list .catalog-sidebar{
        margin-top: 0;
    }
    .favorite_list .filter-btns .button{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .favorite_list .filter-btns{
        flex-flow: column;
    }
}
@media (max-width: 767px) {
    .bx-touch .bx-filter-popup-result {
        font-size: 12px;
        line-height: 14px;
        position: fixed !important;
        z-index: 1001;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 2px;
        border: 1px solid #c6dae7;
        background: rgba(255,255,255,.9);
    }
    .bx-touch .bx-filter-popup-result br{display: none;}
}

@media (max-width: 570px) {
    .favorite_list .filter-btns .button{
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .favorite_list .filter-btns{
        flex-flow: column;
    }
}
/* End */


/* Start:/local/templates/alice/html/css/swiper-bundle.min.css?171042429416465*/
/**
 * Swiper 8.3.0
 * 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: July 6, 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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.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;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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.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-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .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/alice/html/css/jquery.fancybox.min.css?171093375612795*/
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/alice/html/css/media.css?17142090539328*/
@media (max-width: 1340px) {
  .container {
    max-width: 1024px;
  }
  .header-btn {
    margin-left: 30px;
  }
  .about-img {
    min-width: 50%;
  }
  .about-img img {
    display: block;
    width: 100%;
  }
  .tech-img__wrapp {
    margin: 30px;
  }
  .tech-video__wrapp {
    margin: 30px;
  }
  .tech-text p {
    font-size: 22px;
  }
  .collection-item__warapp {
    -webkit-transform: translate(50px, 95px);
            transform: translate(50px, 95px);
  }
  .catalog-col {
    width: 50%;
  }
  .catalog-control {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-card__img-carousel {
    width: 130px;
    min-width: 130px;
    height: 490px;
  }
  .product-card__img-carousel .swiper {
    height: 490px;
  }
  .product-card__img-slider {
    width: 500px;
  }
  .product-carousel__item {
    height: 114px;
  }
  .product-card__img {
    width: 645px;
    min-width: 645px;
    margin-right: 40px;
  }
  .product-card__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-card__btns a {
    margin-bottom: 20px;
  }
  .logo{
    left: 44%;
  }
}

@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
  .header-search {
    display: none;
  }
  .navigation {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    background: var(--base-color);
    toP: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 70px);
    padding-top: 40px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .navigation li {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .navigation li a {
    font-size: 20px;
  }
  .navigation.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .nav-drop {
    position: relative;
    top: 0;
    padding: 30px 0 0 15px;
  }
  .has-drop {
    padding-right: 15px;
  }
  .has-drop > a:after {
    top: 9px;
  }
  .header-search__mob {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
  }
  .header-search__mob .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-search__mob .header-search i {
    display: none;
  }
  .search-input {
    width: 300px;
    max-width: 300px;
    text-align: center;
    border-bottom: 1px solid #000;
    height: 40px;
  }
  .menu-icon {
    display: block;
  }
  .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-img {
    width: 100%;
  }
  .section-about,
  .section-tech,
  .section-collection {
    padding: 50px 0;
  }
  .about-text {
    margin-bottom: 30px;
  }
  .tech-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tech-img {
    width: 100%;
  }
  .tech-desc {
    width: 100%;
  }
  .collection-col {
    width: 100%;
  }
  .collection-item__title {
    max-width: 90%;
  }
  .collection-item__warapp {
    max-width: 90%;
  }
  .catalog-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .catalog-sidebar {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-links li {
    margin-bottom: 10px;
  }
  .product-card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  .product-card__img {
    width: 100%;
    min-width: 100%;
    margin: 0 0 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-card__img-carousel {
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .product-card__img-carousel .swiper {
    height: 100%;
  }
  .product-card__img-slider {
    margin-bottom: 15px;
    width: 100%;
  }
  .product-card__color {
    margin-bottom: 40px;
  }
  .product-card__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tech-text h3 {
    font-size: 42px;
  }
  .tech-item {
    height: auto;
    min-height: 0;
  }
  .tech-img {
    height: auto;
  }
  div.title-search-result {
    width: 100% !important;
    text-align: center;
    left: 0 !important;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  div.title-search-result table {
    width: 100%;
  }
  .product-card__img-carousel {
    padding: 0 30px;
  }
  .product-carousel__next,
  .product-carousel__prev {
    top: 50%;
    margin: -8px 0 0;
  }
  .product-carousel__prev {
    left: -10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .product-carousel__next {
    right: -10px;
    bottom: auto;
    left: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header-btn .favorite-link{
    display: none;
  }

  .favorite-link{
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  .page-title {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .header {
    margin-bottom: 30px;
  }
  .about-text h3 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .collection-item__title {
    font-size: 40px;
  }
  .collection-item__warapp {
    -webkit-transform: translate(50px, 70px);
            transform: translate(50px, 70px);
  }
  .collection-col {
    margin-bottom: 125px;
  }
  .map-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-sidebar {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .map {
    height: 500px;
    min-height: 500px;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-navigation li {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .footer-logo {
    margin-bottom: 20px;
  }
  .footer-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social a {
    margin: 0 15px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer-row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .section-form {
    padding: 80px 0;
    height: auto;
  }
  .product-card__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-card__info-col {
    width: 100%;
  }
  .cookies-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookies-btn {
    margin: 20px 0 0;
  }
}

@media (max-width: 570px) {
  .catalog-col {
    width: 100%;
  }
  .collection-item__warapp {
    -webkit-transform: translate(30px, 70px);
            transform: translate(30px, 70px);
  }
  .main-slider-pagination {
    bottom: 10px !important;
  }
  .main-slider-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
  .logo {
    position: static;
    margin-left: 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .map-btns .button {
    width: auto;
  }
  .product-card__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-card__title {
    font-size: 28px;
  }
  .product-carousel__item {
    height: 75px;
  }
  .tech-text h3 {
    font-size: 42px;
  }
  .tech-item {
    height: auto;
    min-height: 0;
  }
  .tech-img {
    height: auto;
  }
  .modal {
    padding: 20px !important;
  }
  .logo img{
    width: 80px;
  }
  .header-btn .button{
    padding: 0 8px;
  }
}
/*# sourceMappingURL=media.css.map */
/* End */
/* /local/templates/alice/html/css/normalize.css?17104242938026 */
/* /local/templates/alice/html/css/style.css?171420888532868 */
/* /local/templates/alice/html/css/custom.css?17140647603012 */
/* /local/templates/alice/html/css/swiper-bundle.min.css?171042429416465 */
/* /local/templates/alice/html/css/jquery.fancybox.min.css?171093375612795 */
/* /local/templates/alice/html/css/media.css?17142090539328 */
