

/* Start:/local/templates/union_2024/css/index/scss/style.css?175386865248147*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Avenir';
  src: url("/local/templates/union_2024/css/index/scss/fonts/AvenirNextCyr-Thin.woff") format("woff"), url("/local/templates/union_2024/css/index/scss/fonts/AvenirNextCyr-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap; }
@font-face {
  font-family: 'Avenir';
  src: url("/local/templates/union_2024/css/index/scss/fonts/AvenirNextCyr-Light.woff") format("woff"), url("/local/templates/union_2024/css/index/scss/fonts/AvenirNextCyr-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: 'Avenir';
  src: url("/local/templates/union_2024/css/index/scss/fonts/AvenirNextCyr-Regular.woff") format("woff"), url("/local/templates/union_2024/css/index/scss/fonts/AvenirNextCyr-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'Avenir';
  src: url("/local/templates/union_2024/css/index/scss/fonts/AvenirNextCyr-Medium.woff") format("woff"), url("/local/templates/union_2024/css/index/scss/fonts/AvenirNextCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: 'PlayfairDisplay';
  src: url("/local/templates/union_2024/css/index/scss/fonts/PlayfairDisplay-Regular.woff") format("woff"), url("/local/templates/union_2024/css/index/scss/fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'PlayfairDisplay';
  src: url("/local/templates/union_2024/css/index/scss/fonts/PlayfairDisplay-SemiBold.woff") format("woff"), url("/local/templates/union_2024/css/index/scss/fonts/PlayfairDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap; }
.general__slider:not(.slick-slider) .general__item:not(:first-child) {
  display: none; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: auto; }

input {
  outline: none; }

.main {
  flex: 1 0 auto;
  overflow: hidden; }

.footer {
  flex: 0 0 auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  line-height: 1; }

ul,
li {
  list-style-type: none;
  padding-left: 0; }

button {
  border: none;
  background-color: transparent;
  outline: none;
  color: inherit;
  cursor: pointer; }

a {
  text-decoration: none;
  font-family: inherit;
  color: inherit; }

body {
  font-family: 'Avenir', Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 1.4; }

[class*='__container'] {
  max-width: 1730px;
  margin: 0 auto;
  padding: 0 15px; }

[class*='__small-container'] {
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 15px; }

.title-left {
  font-family: 'Playfair Display';
  font-size: 36px;
  font-weight: 400;
  line-height: 47.99px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 36px;
  margin-top: 0; }
  @media (min-width: 992px) {
    .title-left {
      margin-top: 80px; } }
  @media (max-width: 991px) {
    .title-left {
      font-size: 30px;
      font-weight: 400;
      line-height: 39.99px; } }
  @media (max-width: 376px) {
    .title-left {
      font-size: 20px;
      font-weight: 600;
      line-height: 26.66px; } }

@media (max-width: 991px) {
  .products {
    padding-top: 96px;
    padding-bottom: 0; }

  .trends {
    padding-top: 70px;
    padding-bottom: 0; }

  .stars {
    padding-top: 88px;
    padding-bottom: 0; } }
@media (max-width: 376px) {
  .products {
    padding-top: 34px;
    padding-bottom: 0; }

  .trends {
    padding-top: 70px;
    padding-bottom: 0; }

  .stars {
    padding-top: 88px;
    padding-bottom: 0; } }
.language-enabled {
  color: #000; }

.content-header-bottom {
  padding: 30px 0;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between; }
  .content-header-bottom__section {
    display: flex;
    gap: 60px;
    height: 20px; }
  .content-header-bottom__item {
    display: inline-block;
    border-left: 1px solid #000;
    padding: 0 9px; }
  .content-header-bottom__item:first-child {
    border: none; }
  .content-header-bottom__languages {
    color: #818181; }
  .content-header-bottom__city {
    position: relative;
    padding-right: 12px; }
  .content-header-bottom__city::after {
    content: '';
    right: 0;
    background-image: url("/img/header/icons/arrow-down.svg");
    width: 7px;
    height: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .content-header-bottom__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .content-header-bottom__logo-image {
    margin: 0 auto; }

.nav-header-bottom__list {
  display: flex;
  justify-content: center;
  align-items: center; }
.nav-header-bottom__item {
  color: #818181;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.84px;
  text-transform: uppercase; }
.nav-header-bottom__item + .nav-header-bottom__item {
  margin-left: 40px; }
.nav-header-bottom__item-burger {
  display: flex;
  align-items: center;
  gap: 10px; }

.footer {
  background-color: #000;
  color: #fff;
  font-size: 16px; }

.section-1-footer {
  padding: 55px 0; }
  .section-1-footer__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .section-1-footer__text {
    max-width: 520px; }
  .section-1-footer__form {
    display: flex;
    gap: 25px;
    font-size: 18px;
    flex-basis: 50%; }
  .section-1-footer__input {
    max-width: 520px;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    border: 1px solid #FFF; }
  .section-1-footer__input::placeholder {
    color: #fff; }
  .section-1-footer__btn {
    color: #FFF;
    text-align: center;
    border: 1px solid #FFF;
    padding: 18px 20px;
    background-color: transparent; }
  .section-1-footer__btn:hover {
    color: #000;
    background-color: #fff; }

.section-2-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 20px 0;
  text-transform: uppercase;
  border-top: solid 2px #4E4E4E;
  border-bottom: solid 2px #4E4E4E;
  font-size: 18px; }

.section-3-footer {
  padding: 55px 0 40px; }
  .section-3-footer__top {
    margin-bottom: 130px; }
  .section-3-footer__wrapper {
    display: flex;
    justify-content: space-between; }
  .section-3-footer__list {
    max-width: 150px; }
  .section-3-footer__list-name {
    margin-bottom: 25px;
    letter-spacing: 0.96px;
    font-weight: 400;
    text-transform: uppercase; }
  .section-3-footer__list-item {
    display: inline-block;
    color: #b2b2b2;
    font-weight: 300; }
  .section-3-footer__list-item:not(:last-child) {
    margin-bottom: 15px; }
  .section-3-footer__list-item-download span {
    display: block;
    position: relative;
    padding-left: 16px; }
  .section-3-footer__list-item-download span::before {
    content: '';
    top: 50%;
    left: 0;
    position: absolute;
    background-image: url("/local/templates/union_2024/css/index/scss/../images/footer/icons/small-arrow.svg");
    background-repeat: no-repeat;
    width: 8px;
    height: 8px; }
  .section-3-footer__copyrights {
    text-transform: uppercase; }
  .section-3-footer__socials {
    display: flex;
    gap: 20px;
    align-items: center; }

.section-4-footer {
  padding: 35px 0;
  border-top: 2px solid #4E4E4E; }
  .section-4-footer__text {
    max-width: 1200px;
    font-size: 12px;
    color: #818181;
    margin: 0 auto;
    text-align: center; }

.slick-arrow {
  /*display: none!important;*/ }

.nav-prev {
  position: absolute;
  left: 25%;
  width: 25%;
  z-index: 10;
  top: 0;
  height: 100%; }

.nav-next {
  position: absolute;
  right: 25%;
  width: 25%;
  z-index: 10;
  top: 0;
  height: 100%; }

.general__slider .href-img {
  display: block; }
  .general__slider .href-img:focus {
    outline: none !important; }
  .general__slider .href-img .general__text,
  .general__slider .href-img .second-line,
  .general__slider .href-img .general__title {
    color: #fff; }
  .general__slider .href-img:focus, .general__slider .href-img:hover {
    text-decoration: none; }
    .general__slider .href-img:focus .general__text,
    .general__slider .href-img:focus .second-line,
    .general__slider .href-img:focus .general__title, .general__slider .href-img:hover .general__text,
    .general__slider .href-img:hover .second-line,
    .general__slider .href-img:hover .general__title {
      text-decoration: none; }
.general__slider .nav-prev {
  left: 0; }
.general__slider .nav-prev,
.general__slider .nav-next {
  width: 25%; }
.general__slider .nav-next {
  right: 0; }

.gray-zone .slick-arrow {
  display: block !important; }

.slick-dots {
  /*display: none !important;*/
  position: absolute;
  bottom: 20px;
  z-index: 10005;
  right: 30px;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 0;
    /* text-indent: -999em; */
    box-shadow: inset 0 0 0 1px white;
    z-index: 99;
    transition: border 0.3s, background 0.3s;
    overflow: hidden; }
    .slick-dots li.slick-active button:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 8px;
      height: 8px;
      margin: auto;
      border-radius: 50%;
      background: white;
      content: ''; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 20px;
      height: 20px;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: 'тАв';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

@media (max-width: 376px) {
  .about__small-container .about__wrapper {
    background-color: #fff; } }

.about {
  background-color: #ccc;
  padding: 170px 0;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .about {
      padding-bottom: 150px; } }
  .about__small-container {
    padding: 0; }
  .about .images {
    text-align: center;
    grid-area: A; }
    @media (min-width: 376px) and (max-width: 991px) {
      .about .images img {
        width: 100%; } }
  .about__content {
    grid-area: B; }
    @media (min-width: 376px) and (max-width: 991px) {
      .about__content {
        background-color: #fff;
        grid-template-columns: 50% 50%;
        flex-direction: unset;
        padding: 45px 20px; }
        .about__content .about__title {
          display: none; }
        .about__content .about__text {
          order: 1;
          margin-bottom: 0; }
        .about__content .about__descr {
          order: 2;
          font-family: "Avenir";
          font-size: 18px;
          font-weight: 300;
          line-height: 26px;
          text-align: left;
          margin-bottom: 10px; }
        .about__content .about__list {
          margin-top: 30px;
          text-align: center; }
        .about__content .about__link {
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          text-align: left; } }
    @media (max-width: 376px) {
      .about__content {
        padding-bottom: 50px; }
        .about__content .about__title {
          margin-top: 69px; }
        .about__content .about__text {
          margin-bottom: 20px; }
        .about__content .about__link {
          text-decoration: underline; } }
  .about__wrapper {
    display: grid;
    background-color: #fff;
    grid-template-areas: "A A A A A A A A A A A A" "B B B B B B B B B B B B"; }
    @media (min-width: 992px) {
      .about__wrapper {
        grid-template-areas: "A A A A A A A A B B B B"; }
        .about__wrapper .images {
          background-color: #f0f0f0; }
          .about__wrapper .images img {
            height: 100%; }
        .about__wrapper .about__content {
          background-color: #f0f0f0;
          padding: 30px; } }
    @media (min-width: 1300px) {
      .about__wrapper .about__content {
        padding: 70px; } }
    @media (max-width: 376px) {
      .about__wrapper {
        padding: 0 20px; } }
  @media (min-width: 376px) and (max-width: 991px) {
    .about .container-fluid {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 376px) and (max-width: 991px) {
    .about {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-width: 376px) {
    .about {
      padding-top: 104px;
      padding-bottom: 0; } }
  .about__descr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical; }
  .about__text {
    margin-bottom: 70px; }
  .about__title {
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size: 30px;
    letter-spacing: 1.2px;
    margin-bottom: 35px; }
    @media (max-width: 376px) {
      .about__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 26.66px;
        letter-spacing: 0.04em;
        text-align: left;
        margin-top: 0; } }
  .about__descr {
    font-family: 'Avenir';
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 35px; }
    @media (max-width: 376px) {
      .about__descr {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        text-align: left; } }
  .about__link {
    color: #000;
    font-size: 16px;
    position: relative;
    transition: 0.3s all;
    padding-right: 10px;
    border-bottom: transparent 1px solid; }
    @media (max-width: 376px) {
      .about__link {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left; } }
  .about__link:hover {
    border-bottom: #000 1px solid;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7); }
  .about__link::after {
    content: '';
    position: absolute;
    background-image: url("/img/about/icons/arrow-right.svg");
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 9px; }
  .about__list-item:not(:last-child) {
    margin-bottom: 20px; }
  .about__list-link {
    color: #333;
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.96px; }
    @media (max-width: 376px) {
      .about__list-link {
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0.04em;
        text-align: left; } }
    .about__list-link:hover {
      transition: color 0.3s, font-size 0.3s;
      text-decoration: none;
      color: #000; }
  .about__list-item {
    transition: 0.3s all !important; }
  .about__list-item:hover {
    text-decoration: none; }

#footer-main-new {
  margin-top: 0 !important; }

.btnIndex {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  transition: 0.3s all;
  letter-spacing: 2.88px;
  cursor: pointer;
  text-transform: uppercase;
  width: 265px;
  max-width: 100%;
  height: 60px;
  line-height: 59px;
  text-align: center; }

.products .slider-item .slider-item__scale {
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .products .slider-item .slider-item__scale {
      width: 570px;
      height: 380px;
      max-width: 100%; } }

.trends .slider-item .slider-item__scale {
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .trends .slider-item .slider-item__scale {
      width: 570px;
      height: 380px;
      max-width: 100%; } }

.stars .slider-item .slider-item__scale {
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .stars .slider-item .slider-item__scale {
      width: 570px;
      height: 321px;
      max-width: 100%; } }

.stars .slider-item .slider-item__img {
  text-align: center;
  overflow: hidden; }
  .stars .slider-item .slider-item__img img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 1200px) {
    .stars .slider-item .slider-item__img {
      width: 570px;
      height: 321px; }
      .stars .slider-item .slider-item__img img {
        cursor: pointer;
        display: block;
        transition: 0.8s all;
        object-fit: contain !important;
        position: relative; } }
.stars .slider-item__title {
  font-family: 'Avenir';
  font-size: 22px;
  font-weight: 300;
  line-height: 27px;
  text-align: left; }

.gray-zone .slick-dots {
  display: none !important; }

@media screen and (min-width: 992px) {
  .products.products-index .cards-items {
    padding: 46px 0 1px 0px; } }

@media screen and (min-width: 992px) {
  .cards-items .block_cons_and_obmer_pc {
    margin-bottom: 80px; } }
@media screen and (max-width: 991px) {
  .cards-items .block_cons_and_obmer_pc {
    margin-top: 150px; } }
@media screen and (max-width: 1026px) {
  .cards-items .block_cons_and_obmer_pc {
    margin-top: 20px; } }

.products__image:hover,
.trends__image:hover {
  transform: scale(1.2); }

.stars__slider .slick-list,
.trends__slider .slick-list,
.products__slider .slick-list {
  touch-action: pan-x; }
  .stars__slider .slick-list a:focus-visible, .stars__slider .slick-list a:focus,
  .trends__slider .slick-list a:focus-visible,
  .trends__slider .slick-list a:focus,
  .products__slider .slick-list a:focus-visible,
  .products__slider .slick-list a:focus {
    outline: none;
    opacity: 0.7; }

.products__slider,
.trends__slider,
.stars__slider {
  overflow: hidden;
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 480px) {
    .products__slider,
    .trends__slider,
    .stars__slider {
      padding-left: 15px; } }
  @media (min-width: 480px) {
    .products__slider,
    .trends__slider,
    .stars__slider {
      padding-left: max(15px, calc((100% - 1700px) / 2)); } }
.products .slick-next.slick-disabled path,
.products .slick-prev.slick-disabled path,
.trends .slick-next.slick-disabled path,
.trends .slick-prev.slick-disabled path,
.stars .slick-next.slick-disabled path,
.stars .slick-prev.slick-disabled path {
  fill: #bfbfbf; }
.products .slider-item,
.trends .slider-item,
.stars .slider-item {
  max-width: 570px; }
  .products .slider-item .slider-item__scale,
  .trends .slider-item .slider-item__scale,
  .stars .slider-item .slider-item__scale {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center; }
    .products .slider-item .slider-item__scale .elImgFirst,
    .trends .slider-item .slider-item__scale .elImgFirst,
    .stars .slider-item .slider-item__scale .elImgFirst {
      opacity: 0.25;
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .products .slider-item__image,
  .trends .slider-item__image,
  .stars .slider-item__image {
    cursor: pointer;
    display: block;
    transition: 0.8s all;
    object-fit: contain !important;
    position: relative; }
  .products .slider-item__scale,
  .trends .slider-item__scale,
  .stars .slider-item__scale {
    overflow: hidden;
    margin-bottom: 25px; }
  .products .slider-item__title,
  .trends .slider-item__title,
  .stars .slider-item__title {
    margin-top: 0;
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-style: normal;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.78px; }
    @media screen and (min-width: 992px) {
      .products .slider-item__title,
      .trends .slider-item__title,
      .stars .slider-item__title {
        font-size: 26px;
        font-weight: 275;
        line-height: 39px;
        letter-spacing: 0.03em;
        text-align: left; } }
    @media screen and (max-width: 991px) {
      .products .slider-item__title,
      .trends .slider-item__title,
      .stars .slider-item__title {
        font-size: 24px;
        font-weight: 275;
        line-height: 36px;
        letter-spacing: 0.03em;
        text-align: left; } }
    @media screen and (max-width: 376px) {
      .products .slider-item__title,
      .trends .slider-item__title,
      .stars .slider-item__title {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.03em;
        text-align: left;
        color: #000000; } }
.products .slick-track,
.trends .slick-track,
.stars .slick-track {
  display: flex;
  gap: 30px; }
.products .slick-list,
.trends .slick-list,
.stars .slick-list {
  overflow: hidden; }
.products__flexbox,
.trends__flexbox,
.stars__flexbox {
  display: flex;
  justify-content: center; }
.products .slider-arrows,
.trends .slider-arrows,
.stars .slider-arrows {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  margin-bottom: 71px;
  margin: 0; }

@media (max-width: 376px) {
  .stars {
    margin-bottom: 89px; } }
.stars .slider-item__img {
  position: relative;
  transition: 0.8s all; }
  @media (max-width: 376px) {
    .stars .slider-item__img {
      padding-bottom: 155px; } }
.stars .slider-item__filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000007a;
  opacity: 0.6; }

.stars__container,
.products__container,
.trends__container {
  position: relative; }
  .stars__container .slider-arrows,
  .products__container .slider-arrows,
  .trends__container .slider-arrows {
    position: absolute;
    right: 25px;
    top: 13px;
    cursor: pointer; }

.products__btn {
  width: 265px;
  padding: 0;
  height: 60px;
  line-height: 59px;
  /*margin-bottom: 150px;*/
  background: #484848;
  text-align: center; }
  .products__btn:hover {
    text-decoration: none;
    color: #fff; }
.products__btn:hover {
  background-color: #000; }

@media (min-width: 450px) and (max-width: 991px) {
  .stars .block_cons_and_obmer_pc {
    margin-bottom: 90px; } }

.cards-items {
  display: flex;
  justify-content: center;
  row-gap: 80px; }
  .cards-items .line {
    display: none; }
  @media (min-width: 991px) {
    .cards-items {
      margin: 130px 0; } }
  @media (min-width: 630px) and (max-width: 991px) {
    .cards-items {
      display: grid;
      gap: 20px;
      row-gap: 0 !important;
      flex-direction: column;
      grid-template-areas: "A A A A A A B C C C C C" "D D D D D D D D D D D D"; }
      .cards-items .line {
        display: block;
        background-color: #d9d9d9;
        width: 1px;
        height: 100%;
        grid-area: B; }
      .cards-items .product-item-card:nth-child(1) {
        border-top: none;
        grid-area: A; }
      .cards-items .product-item-card:nth-child(3) {
        border-top: none;
        grid-area: C; }
      .cards-items .product-item-card:nth-child(4) {
        border-top: none;
        grid-area: D; } }
  @media (max-width: 630px) {
    .cards-items {
      display: flex;
      row-gap: 0px;
      flex-direction: column; }
      .cards-items .product-item-card:nth-child(1) {
        border-top: #d9d9d9 solid 1px; }
      .cards-items .product-item-card:nth-child(2) {
        border-top: #d9d9d9 solid 1px; }
      .cards-items .product-item-card:nth-child(3) {
        border-top: #d9d9d9 solid 1px; } }

.product-item-card {
  display: flex;
  padding: 0 80px;
  gap: 36px;
  align-items: center;
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  font-weight: 300; }
  .product-item-card:not(:first-child) {
    border-left: #d9d9d9 solid 1px; }
  .product-item-card__image {
    width: 75px; }
    @media (max-width: 376px) {
      .product-item-card__image {
        width: 45px;
        margin-top: 0 !important; } }
  .product-item-card__title {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.78px;
    margin-bottom: 5px;
    transition: 0.6s all;
    padding-right: 20px;
    display: inline-block;
    position: relative;
    border-bottom: transparent solid 2px; }
    @media (max-width: 376px) {
      .product-item-card__title {
        font-size: 20px;
        font-weight: 450;
        line-height: 30px;
        letter-spacing: 0.03em;
        text-align: left; } }
  .product-item-card__title:hover {
    border-bottom: #000 solid 2px;
    text-decoration: none;
    color: #000; }
  .product-item-card__title::after {
    content: '';
    position: absolute;
    background-image: url("/img/icons/small-arrow.svg");
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .product-item-card__text {
    max-width: 165px;
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left; }
    @media (min-width: 992px) {
      .product-item-card__text {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0.03em;
        text-align: left; } }
    @media (max-width: 991px) {
      .product-item-card__text {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0.03em;
        text-align: left; } }
    @media (max-width: 376px) {
      .product-item-card__text {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: 0.03em;
        text-align: left; } }

@media (max-width: 991px) {
  .products__btn, .trends__btn, .stars__btn {
    margin-bottom: 80px; } }
@media screen and (max-width: 376px) {
  .products__btn, .trends__btn, .stars__btn {
    margin-bottom: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    max-width: 219px; } }

.stars .slider-item__title {
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  font-size: 22px; }

.products__slider,
.trends__slider,
.stars__slider {
  margin-bottom: 80px;
  display: flex;
  gap: 30px; }
  @media screen and (max-width: 376px) {
    .products__slider,
    .trends__slider,
    .stars__slider {
      margin-bottom: 0; } }

.stars .slider-item__link:hover,
.products .slider-item__link:hover,
.trends .slider-item__link:hover {
  color: #000; }
@media screen and (max-width: 376px) {
  .stars .slider-arrows,
  .products .slider-arrows,
  .trends .slider-arrows {
    top: 3px; } }
.stars .slick-prev svg,
.stars .slick-next svg,
.products .slick-prev svg,
.products .slick-next svg,
.trends .slick-prev svg,
.trends .slick-next svg {
  width: 40px; }
  @media screen and (min-width: 992px) {
    .stars .slick-prev svg,
    .stars .slick-next svg,
    .products .slick-prev svg,
    .products .slick-next svg,
    .trends .slick-prev svg,
    .trends .slick-next svg {
      width: 75px; } }

.slider-zone-gray__descr .slider-zone-gray__btn {
  margin-right: 60px; }
  @media screen and (min-width: 376px) and (max-width: 991px) {
    .slider-zone-gray__descr .slider-zone-gray__btn {
      margin-left: 0;
      margin-right: auto; } }

.product-item-card__title-img:hover {
  text-decoration: none; }

.slider-zone-gray {
  position: relative; }
  .slider-zone-gray__descr {
    display: flex;
    flex-direction: column; }
  .slider-zone-gray__title {
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-align: left; }
  .slider-zone-gray .slick-track {
    display: flex; }
  .slider-zone-gray .slick-list {
    overflow: hidden; }
  .slider-zone-gray__item {
    display: grid;
    grid-template-areas: "A A A A A A A A A A A A" "B B B B B B B B B B B B";
    grid-template-columns: 50% 50%;
    flex-direction: unset; }
    .slider-zone-gray__item .slider-zone-gray__image {
      max-height: 512px; }
    @media screen and (min-width: 376px) {
      .slider-zone-gray__item .slider-zone-gray__content {
        justify-content: end; } }
    @media screen and (min-width: 778px) and (max-width: 991px) {
      .slider-zone-gray__item .slider-zone-gray__content {
        display: grid;
        grid-template-columns: 35% 65%; }
      .slider-zone-gray__item .slider-zone-gray__descr {
        padding-left: 50px; }
      .slider-zone-gray__item .slider-zone-gray__content {
        margin-top: 40px; } }
    @media screen and (min-width: 376px) and (max-width: 991px) {
      .slider-zone-gray__item .slider-zone-gray__image {
        grid-area: A; }
      .slider-zone-gray__item .slider-zone-gray__content {
        grid-area: B; } }
    @media screen and (max-width: 376px) {
      .slider-zone-gray__item .slider-zone-gray__image {
        grid-area: A; }
      .slider-zone-gray__item .slider-zone-gray__content {
        grid-area: B; } }
  .slider-zone-gray__image {
    object-fit: cover; }
  .slider-zone-gray__content {
    display: flex;
    flex-direction: column; }
  .slider-zone-gray__title {
    color: #333;
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-bottom: 45px;
    font-weight: 600;
    letter-spacing: 1.2px; }
  .slider-zone-gray__text {
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 50px;
    max-width: 395px; }
    @media screen and (max-width: 376px) {
      .slider-zone-gray__text {
        margin-bottom: 30px; } }
    @media screen and (min-width: 786px) {
      .slider-zone-gray__text {
        max-width: 100%; } }
    @media screen and (min-width: 991px) {
      .slider-zone-gray__text {
        margin-bottom: 20px; } }
    @media screen and (min-width: 1300px) {
      .slider-zone-gray__text {
        margin-bottom: 140px; } }
  .slider-zone-gray__btn {
    align-self: flex-start;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-family: "Avenir", Arial, Helvetica, sans-serif;
    font-weight: 300; }
  .slider-zone-gray__btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }

@media screen and (min-width: 991px) {
  .gray-zone__item:nth-child(odd) .slider-zone-gray__item {
    grid-template-columns: 56% 44%; } }

@media screen and (min-width: 991px) {
  .gray-zone__item:nth-child(even) .slider-zone-gray__item {
    grid-template-columns: 44% 56%; } }

@media screen and (min-width: 991px) {
  .gray-zone__item:nth-child(odd) .slider-zone-gray__content {
    padding-left: 20px; } }
@media screen and (min-width: 1300px) {
  .gray-zone__item:nth-child(odd) .slider-zone-gray__content {
    padding-left: 100px; } }

@media screen and (min-width: 991px) {
  .gray-zone__item:nth-child(even) .slider-zone-gray__content {
    padding-right: 20px; } }
@media screen and (min-width: 1300px) {
  .gray-zone__item:nth-child(even) .slider-zone-gray__content {
    padding-right: 100px; } }

.gray-zone {
  background-color: #f0f0f0;
  padding: 140px 0; }
  @media screen and (max-width: 376px) {
    .gray-zone {
      padding: 75px 0; } }
  @media screen and (max-width: 376px) {
    .gray-zone .slick-prev svg,
    .gray-zone .slick-next svg {
      width: 14px; } }
  .gray-zone__item:nth-child(even) .slider-zone-gray__image {
    order: 1; }
  .gray-zone__item:nth-child(even) .slick-arrow.slick-prev {
    cursor: pointer;
    position: absolute;
    right: 0;
    left: 25%;
    bottom: 0;
    z-index: 1001; }
  .gray-zone__item:nth-child(even) .slick-arrow.slick-next {
    cursor: pointer;
    left: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1001; }
  @media screen and (min-width: 778px) and (max-width: 991px) {
    .gray-zone .slider-zone-gray__title {
      margin-top: 0; } }
  @media screen and (max-width: 376px) {
    .gray-zone .slider-zone-gray__title {
      font-size: 24px;
      font-weight: 600;
      line-height: 30px;
      letter-spacing: 0.04em;
      text-align: left;
      margin-top: 35px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 376px) {
    .gray-zone .slider-zone-gray__descr {
      font-size: 16px;
      font-weight: 300;
      line-height: 26px;
      text-align: left; } }
  .gray-zone__item:nth-child(odd) .slick-arrow.slick-prev {
    cursor: pointer;
    position: absolute;
    left: 90%;
    bottom: 0;
    z-index: 1001; }
  .gray-zone__item:nth-child(odd) .slick-arrow.slick-next {
    cursor: pointer;
    position: absolute;
    left: 95%;
    bottom: 0;
    z-index: 1001; }
  .gray-zone .slick-arrow.slick-next.slick-disabled path,
  .gray-zone .slick-arrow.slick-prev.slick-disabled path {
    fill: #bfbfbf; }
  .gray-zone__item:not(:last-child) {
    margin-bottom: 130px; }
  @media screen and (max-width: 376px) {
    .gray-zone {
      padding-top: 67px; } }
  @media screen and (max-width: 376px) {
    .gray-zone .slider-zone-gray__btn {
      width: 66%;
      height: 51px;
      line-height: 51px;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.16em;
      text-align: center; } }
  @media screen and (max-width: 992px) {
    .gray-zone .slider-zone-gray__btn {
      max-width: 70%; } }
  @media screen and (min-width: 992px) {
    .gray-zone .gray-zone__item:nth-child(odd) .slick-arrow.slick-next {
      left: 95%; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .gray-zone .gray-zone__item:nth-child(odd) .slick-arrow.slick-next {
      margin: 0;
      left: 10%; } }
  @media screen and (min-width: 675px) and (max-width: 768px) {
    .gray-zone .gray-zone__item:nth-child(odd) .slick-arrow.slick-next {
      margin: 0; } }
  @media screen and (min-width: 992px) {
    .gray-zone .gray-zone__item:nth-child(odd) .slick-arrow.slick-prev {
      left: 89%; } }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .gray-zone .gray-zone__item:nth-child(odd) .slick-arrow.slick-prev {
      margin: 0;
      left: 0; } }
  @media screen and (min-width: 376px) and (max-width: 768px) {
    .gray-zone .gray-zone__item:nth-child(odd) .slick-arrow.slick-prev {
      left: 82%; } }
  @media screen and (max-width: 376px) {
    .gray-zone .gray-zone__item:nth-child(odd) .slick-arrow.slick-prev {
      left: 80%; } }
  @media screen and (max-width: 376px) {
    .gray-zone .slider-zone-gray .slick-arrow.slick-prev, .gray-zone .slider-zone-gray .slick-arrow.slick-next {
      margin-bottom: -2px; } }
  @media screen and (min-width: 992px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-next {
      left: 40%; } }
  @media screen and (min-width: 376px) and (max-width: 992px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-next {
      left: 95%; } }
  @media screen and (min-width: 376px) and (max-width: 376px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-next {
      margin: 0;
      right: 0; } }
  @media screen and (min-width: 675px) and (max-width: 860px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-next {
      left: 95%;
      margin: 0; } }
  @media screen and (max-width: 376px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-next {
      margin: 0;
      left: 95%; } }
  @media screen and (min-width: 992px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-prev {
      left: 33%; } }
  @media screen and (min-width: 675px) and (max-width: 991px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-prev {
      left: 85%; } }
  @media screen and (min-width: 376px) and (max-width: 675px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-prev {
      margin: 0;
      left: 82%; } }
  @media screen and (max-width: 376px) {
    .gray-zone .gray-zone__item:nth-child(even) .slick-arrow.slick-prev {
      margin: 0;
      left: 80%; } }

.stars-slider,
.trends-slider,
.products-slider {
  position: relative; }

.slider-arrows2 {
  position: absolute;
  height: 91%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }
  .slider-arrows2 .nav-prev {
    left: 0;
    width: 15%; }
  .slider-arrows2 .nav-next {
    right: 0;
    width: 15%; }

.stars-slider .slider-arrows2,
.trends-slider .slider-arrows2 {
  height: 80%; }
.stars-slider .nav-prev,
.trends-slider .nav-prev {
  left: 0;
  width: 200px;
  margin-left: max(15px, calc((100% - 1700px) / 2)); }
.stars-slider .nav-next,
.trends-slider .nav-next {
  right: 0;
  width: 200px; }

.products-slider .slider-arrows2 {
  height: 86%; }
.products-slider .nav-prev {
  left: 0;
  width: 200px;
  margin-left: max(15px, calc((100% - 1700px) / 2)); }
.products-slider .nav-next {
  right: 0;
  width: 200px; }

@media screen and (min-width: 992px) {
  .general-mobile {
    display: none; } }

.general {
  position: relative;
  color: #fff; }
  @media screen and (max-width: 992px) {
    .general {
      display: none; } }
  .general .slick-list {
    overflow: hidden; }
  .general .slick-track {
    display: flex; }
  .general__slider {
    position: relative; }
  .general__item {
    background-size: cover; }
  .general__item_1 {
    background: url("/local/templates/union_2024/css/index/scss/../images/general/general-bg_1.jpg") no-repeat center center; }
  .general__item_2 {
    background: url("/local/templates/union_2024/css/index/scss/../images/general/general-bg_2.jpg") no-repeat center center; }
  .general__item_3 {
    background: url("/local/templates/union_2024/css/index/scss/../images/general/general-bg_3.jpg") no-repeat center center; }
  .general__list {
    padding-left: 20px; }
  .general__list-item {
    list-style-type: disc; }
  .general__container {
    position: relative;
    padding: 0;
    margin: 0; }
  .general__wrapper {
    position: relative;
    z-index: 1;
    min-height: 583px;
    max-height: 583px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding-left: max(15px, calc((100% - 1700px) / 2)); }
  .general__text {
    font-family: 'Avenir', Arial, Helvetica;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px; }
  .general__title {
    font-family: 'Playfair Display', Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 85.31px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0;
    /*margin-top: 65px;*/ }
  .general .second-line {
    font-family: 'Avenir', Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 40.43px;
    text-align: left;
    margin: 0; }
  .general__btn {
    border: 1px solid #fff;
    align-self: flex-start;
    font-family: 'Avenir';
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.16em;
    text-align: center;
    width: 265px;
    height: 60px;
    max-width: 100%;
    line-height: 59px;
    color: #FFFFFF;
    text-transform: uppercase;
    z-index: 11;
    /*margin-bottom: 80px;*/ }
    .general__btn:hover {
      text-decoration: none; }
    .general__btn.c1 {
      color: #ffcf00; }
  .general__btn:hover {
    background-color: #fff;
    color: #000; }

@media (max-width: 992px) {
  .content-header-bottom__number {
    display: none; }
  .content-header-bottom__wheres {
    display: none; }
  .content-header-bottom__basket-and-search .content-header-bottom__item {
    padding: 0; }
  .content-header-bottom__basket-and-search .content-header-bottom__item:last-child {
    display: none; }

  .general .slick-arrow.slick-prev {
    bottom: 30px;
    right: 160px; }
  .general .slick-arrow.slick-next {
    bottom: 30px;
    right: 70px; }
  .general .slick-arrow {
    width: 40px;
    height: 40px; } }
@media (max-width: 860px) {
  .product-item-card:not(:first-child) {
    border-left: none; }

  .product-item-card {
    border-top: #d9d9d9 solid 1px;
    padding-top: 30px; } }
@media (max-width: 480px) {
  .products__slider,
  .trends__slider,
  .stars__slider {
    margin-bottom: 40px; }

  .product-item-card {
    padding: 30px 0 0 0; }

  .cards-items {
    justify-content: flex-start; }

  .general {
    padding: 0; }
    .general__title {
      font-size: 40px; }
      .general__title span {
        margin-top: 12px;
        font-size: 20px; }
    .general .slick-arrow.slick-prev {
      bottom: 15px;
      left: 15px; }
    .general .slick-arrow.slick-next {
      bottom: 15px;
      left: 80px; }

  .products__title,
  .trends__title,
  .stars__title {
    margin-bottom: 20px; }
  .products__btn,
  .trends__btn,
  .stars__btn {
    margin-bottom: 30px; }
  .products .slider-arrows,
  .trends .slider-arrows,
  .stars .slider-arrows {
    margin-bottom: 10px; }
  .products .slider-item,
  .trends .slider-item,
  .stars .slider-item {
    max-width: 350px; }
    .products .slider-item__title,
    .trends .slider-item__title,
    .stars .slider-item__title {
      font-size: 18px; }
    .products .slider-item__scale,
    .trends .slider-item__scale,
    .stars .slider-item__scale {
      margin-bottom: 15px; } }
@media (max-width: 991px) {
  .products .slider-item__title,
  .trends .slider-item__title,
  .stars .slider-item__title {
    font-size: 22px;
    font-weight: 300 !important;
    line-height: 27px;
    text-align: left;
    color: #000000;
    margin-top: 10px; } }
@media (max-width: 376px) {
  .products .slider-item__title,
  .trends .slider-item__title,
  .stars .slider-item__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #000000;
    font-weight: normal !important; } }

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

/* End */


/* Start:/local/templates/union_2024/css/index/scss/dop.css?17309930467031*/
.underline_txt {
	text-decoration: underline;
}
input:focus::placeholder {
    color: transparent;
}
.product-item-card__title {
	font-family: "Avenir", Arial, Helvetica, sans-serif;
}
.stars-slider iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}

.stars-slider .slider-item {
	position: relative;
	display: block;
	padding: 0;
	overflow: hidden;

}

.about__small-container {
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
	font-size: 18px;
	line-height: 1.4;
}

.section-3-footer__list-item:hover {
    color: #fff;
}
.section-3-footer__list-item {
    width: 100%;
}

.gradient_slider {
	background: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0), rgb(0 0 0 / 0%));
    height: 100%;
    width: 40%;
    position: absolute;
}
.general__slider .general__item img {
	width: 100%;
}
.general__slider .general__item img {
	width: 100%;
}
.general__container {
	position: inherit;
	max-width: 100%;
}
.products-index .slider-item__title {
	margin-bottom: 0;
	font-family: "Avenir", Arial, Helvetica, sans-serif;
}

.slider-item__link:hover h3 {
	font-weight: 300;
}
.stars .slider-item {
    /*max-width: 700px;*/
}
.general .slick-arrow.slick-next {
    bottom: 30px;
    right: 120px;
}
.general .slick-arrow.slick-prev {
    bottom: 30px;
    right: 220px;
}
a.content-header-bottom__item-link {
    font-size: 16px;
}
li.content-header-bottom__order.content-header-bottom__item {
    font-size: 16px;
}
li.content-header-bottom__city.content-header-bottom__item {
    font-size: 16px;
}
li.content-header-bottom__wheres.content-header-bottom__item {
    font-size: 16px;
}
a.content-header-bottom__en {
    font-size: 16px;
}
span.content-header-bottom__ru.language-enabled {
    font-size: 16px;
}
h2.products__title.title-left,
h2.trends__title.title-left,
h2.stars__title.title-left {
    /*position: absolute;*/
}

.products {
	font-family: "Avenir", Arial, Helvetica, sans-serif;
}

/*.product-item-card__image {
    width: 58px;
}*/
.general__item {
    background-size: cover !important;
}


@media (max-width: 375px) {
	.products .slider-item {
		height: 220px;
	}
	.products .slider-item, .trends .slider-item  {
		max-width: 100%;
		width: 250px;
	}
	.stars .slider-item {
		max-width: 100%;
		width: 250px;
		height: 260px;
	}
	.stars .slider-item__title {
		font-size: 14px;
		font-weight: 300;
		line-height: 17.5px;
		text-align: left;
	}
}

.about {
	background-color: #fff;
}
.product-item-card__image {
    margin-top: 30px;
    max-width: 75px;
    max-height: 75px;
    object-fit: scale-down;
}
.slider-zone-gray__image {

}
.about__link:hover {
    font-weight: bold;
}
.section-1-footer__text a {
	text-decoration: underline;
}
.nav-header-bottom__link:hover {
    font-weight: 500;
    color: #000;
}
.nav-header-bottom__burger {
	display: inline;
}
.block_cons_and_obmer_ipad {
	display: none;
}
.about__image2 {
	display:none;
}
.footer-menu-arrow_down {
	display:none;
}
.rotate180 {
	transform: rotate(180deg);
}
.slick-dots {
    /*display: none !important;*/
}
@media (min-width:1024px) {
	.left-border {
		border-left: #d9d9d9 solid 1px !important;
	}
}
@media (max-width:1023px) {
	.product-item-card {
		width: 100%;
		justify-content: center;
		border-top: #d9d9d9 solid 1px;
		padding-top: 30px;
	}
}
@media (min-width:768px) and (max-width: 1024px) {
	.general {
		padding-top: 0px;
	}
	.block_cons_and_obmer_ipad {
		display: block;
		margin: 100px 0;
	}
	/*.block_cons_and_obmer_ipad .product-item-card:last-child {
		border-left: #d9d9d9 solid 1px;
	}*/
	.block_cons_and_obmer_pc {
		display: none;
	}



	a.about__list-link,
	a.about__link	{
		text-decoration: underline;
		font-weight: 500;
	}
	.section-1-footer__wrapper {
		display: block;
		text-align: center;
	}
	.section-1-footer__text {
		margin: auto;
		margin-bottom: 50px;
	}
	.section-1-footer__form {
		display: inline-flex;
		width: 100%;
		justify-content: center;
	}
	.section-2-footer {
		padding: 40px 0;
	}
	.section-3-footer__list .hideBlock {
		display: none;
	}
	.footer__small-container {
		padding: 0px;
	}
	.section-3-footer__wrapper {
		display: block;
	}
	.section-3-footer__list {
		border-bottom: solid 2px #4e4e4e;
		max-width: 100%;
	}
	.section-3-footer {
		padding: 0;
	}
	.section-3-footer__list-name {
		margin: 15px 50px;
	}
	.section-3-footer__list-item {
		margin-left: 75px;
	}
	.section-3-footer__list-item:last-child {
		margin-bottom: 15px;
	}
	.footer-menu-arrow_down {
		display: block;
		float: right;
		padding-top: 4px;
	}
	.section-3-footer__top {
		margin-bottom: 0px;
	}
	.section-3-footer__socials {
		justify-content: center;
		padding: 45px 0;
		border-bottom: solid 2px #4e4e4e;
	}
	.section-3-footer__copyrights {
		text-align: center;
		padding: 15px;
		margin: 0px;
		border-top: none;
	}
	.section-4-footer__text {
		padding: 0 30px;
	}
	.product-item-card__title {
		text-decoration: underline;
	}
	/*.gray-zone__item:nth-child(even) .slick-arrow.slick-prev {
		left: 33%;
	}*/
	.slider-zone-gray .slick-arrow.slick-prev,
	.slider-zone-gray .slick-arrow.slick-next {
		width: 30px;
	}
	/*.gray-zone__item:nth-child(even) .slick-arrow.slick-next {
		left: 50px;
	}
	.gray-zone__item:nth-child(even) .slick-arrow.slick-prev {
		left: 0px;
	}*/

	.slider-zone-gray__image {
		margin: 0px;
	}
	.slick-dots {
		text-align: center;
		top: 60px;
		display: block !important;
		position: relative;
	}
	.slick-dots li {
		margin-right: 15px;
		display: inline-block;
	}
	.slick-dots li button {
		border: 1px solid #000;
		border-radius: 10px;
		width: 20px;
		height: 20px;
		color: #f0f0f0;
	}
	.slick-dots li.slick-active button {
		background: #000;
		color: #000;
	}
}
@media (max-width: 768px) {
	.product-item-card__title {
		text-decoration: underline;
	}

	.slider-zone-gray__image {
		margin: 0px;
	}
		.slick-dots {
		text-align: center;
		top: 60px;
		display: block !important;
		position: relative;
	}
	.slick-dots li {
		margin-right: 15px;
		display: inline-block;
	}
	.slick-dots li button {
		border: 1px solid #000;
		border-radius: 10px;
		width: 20px;
		height: 20px;
		color: #f0f0f0;
	}
	.slick-dots li.slick-active button {
		background: #000;
		color: #000;
	}
	.slider-zone-gray .slick-arrow.slick-prev, 
	.slider-zone-gray .slick-arrow.slick-next {
		left: unset;
		margin-bottom: 0;
	}
	/*.about__small-container .about__wrapper {
		background-color: #ffffff;
		margin: 60px 0;
	}*/
	.about__list-item {
		text-decoration: underline;
	}
	.footer-menu-arrow_down {
		display: block;
		float: right;
		padding-top: 4px;
	}
	.section-4-footer {
		padding: 15px 30px;
	}
	.product-item-card {
		padding: 30px;
	}

}
@media (min-width:768px) and (max-width: 900px) {
	.section-1-footer__form {
		display: block;
	}
	.section-1-footer__input {
		width: 320px;
		height: 71px;
	}
}
@media (min-width:480px) and (max-width: 767px) {
	.section-1-footer__btn {
		padding: 12px 40px;
	}
}
@media (max-width:1023px) {
	.product-item-card {
		border-left: none !important;
	}
}
/* End */
/* /local/templates/union_2024/css/index/scss/style.css?175386865248147 */
/* /local/templates/union_2024/css/index/scss/dop.css?17309930467031 */
