
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */





@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: 'plus';
  src: url("plus.eot");
  src: url("plus.eot") format("embedded-opentype"), url("plus.ttf") format("truetype"), url("plus.woff") format("woff"), url("plus.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oval';
  src: url("oval.eot");
  src: url("oval.eot") format("embedded-opentype"), url("oval.ttf") format("truetype"), url("oval.woff") format("woff"), url("oval.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bamblby';
  src: url("bamblby-fonts.eot");
  src: url("bamblby-fonts.eot") format("embedded-opentype"), url("bamblby-fonts.ttf") format("truetype"), url("bamblby-fonts.woff") format("woff");
  font-weight: normal;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'Check';
  src: url("check.ttf") format("truetype"), url("check.woff") format("woff");
  font-weight: normal;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'rubIcon';
  src: url("rubIcon.eot");
  src: url("rubIcon.eot?#iefix") format("embedded-opentype"), url("rubIcon.woff") format("woff"), url("rubIcon.ttf") format("truetype"), url("rubIcon.svg#Glyphter") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy-Medium';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('Gilroy-Medium.eot');
  src: url('Gilroy-Medium.woff') format('woff'),
    url('Gilroy-Medium.woff2') format('woff2'),
    url('Gilroy-Medium.eot?#iefix') format('embedded-opentype') url('Gilroy-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy-Semibold';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('Gilroy-Semibold.eot');
  src: url('Gilroy-Semibold.woff') format('woff'),
    url('Gilroy-Semibold.woff2') format('woff2'),
    url('Gilroy-Semibold.eot?#iefix') format('embedded-opentype') url('Gilroy-Semibold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gilroy-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Gilroy-Regular.eot');
  src: url('Gilroy-Regular.ttf') format('truetype');
}

[class*='iconRub-']:before {
  font-size: 70%;
  display: inline-block;
  font-family: 'rubIcon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconRub-rub:before {
  content: '\0041'; }

/*$color-primary: settings(color_primary); // Основной цвет #6ab504
$color-primary-heavy: settings(color_primary_heavy); // Основной цвет (оттенок #1) #649522
$color-primary-light: settings(color_primary_light); // Основной цвет (оттенок #2) #99ac7f
$color-secondary: settings(color_secondary); // Дополнительный цвет #eca462

$color-background-primary: settings(color_background_primary); // Основной цвет подложки #ffffff
$color-background-secondary: settings(color_background_secondary); // Дополнительный цвет подложки #f7fbf2

$color-text-primary-color: settings(color_text_primary_color); // Цвет текста поверх основного цвета #ffffff
$color-text-secondary-color: settings(color_text_secondary_color); // Цвет текста поверх дополнительного цвета #ffffff
$color-text-primary: settings(color_text_primary); // Основной цвет текста #313131
$color-text-primary-middle: settings(color_text_primary_middle); // Основной цвет текста (оттенок #1) #969696
$color-text-primary-light: settings(color_text_primary_light); // Основной цвет текста (оттенок #2) #e4e4e4
$color-text-primary-superlight: settings(color_text_primary_superlight); // Основной цвет текста (оттенок #3) #f8f7fd

// Шрифты
$font-family-primary: get-font(settings(font_family_primary));
$font-size-primary: settings(font_size_primary); */
#vkshare0 {
  display: none; }

html {
  font-size: 15px; }

body {
  font-size: 15px;
  font-family: "Montserrat", Arial, sans-serif;
  background: #E5E5E5;
  overflow-x: hidden; }

.quote {
  margin: 0;
  background: #e5e5e5;
  padding: 1em;
  -webkit-border-radius: 1em;
          border-radius: 1em; }
  .quote-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 768px) {
      .quote-wrapper {
        display: block;
        text-align: center; } }
  .quote figcaption,
  .quote blockquote {
    margin: 1em;
    font-style: italic; }
  .quote q {
    font-size: 1.25em;
    line-height: 1.45em; }
    .quote q::after, .quote q::before {
      content: ''; }

/* .layout {
  padding-left: 0;
  padding-right: 0; }
  .layout__content {
    max-width: 100%; } */

main:not([uniq-page]) {
  margin-top: 80px !important;
}

.page-404 h2 {
  padding-bottom: 20px; }

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

.overlay {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 8;
  opacity: 0.7;
  display: none; }

.container-ev {
  margin: 0 156px; }

a:not(.button):not(.button-link) {
  text-decoration: none; }
  a:not(.button):not(.button-link):hover {
    color: #FF6B00; }

.mainTitle {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  opacity: 0.8; }
  @media screen and (max-width: 768px) {
    .mainTitle {
      font-size: 25px;
      line-height: 30px; } }

.mainDescr {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  opacity: 0.7;
  padding-top: 20px; }
  .mainDescr p {
    margin-bottom: 10px; }

/* Печать определенного блока */
@media print {
  .printSelected > * {
    display: none; }
  .printSelected > .printSelection {
    display: block;
    padding: 25px; } }

.printSelection {
  display: none; }

/* Соглашение на куки */
.cookiePolicy {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  padding: 15px 20px 10px 20px;
  margin: 0 -10px;
  border-top: #e5e5e5 1px solid;
  font-size: 13px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  color: #000000; }
  .cookiePolicy__left {
    padding: 0 10px; }
    .cookiePolicy__left a {
      color: #000000;
      text-decoration: underline; }
  .cookiePolicy__right {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .cookiePolicy__right .button.button-link {
      padding: 0;
      text-transform: initial;
      height: 40px;
      font-size: 14px; }
    .cookiePolicy__right .button.is-primary {
      padding: 5px 30px;
      height: 40px;
      font-size: 14px; }

/* Рекламный баннер */
.top-banner {
  background: #cecece;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 18px;
  font-size: 14px;
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%; }
  .top-banner svg {
    fill: #000; }
  .top-banner__descr {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 120px);
            flex: 0 0 calc(100% - 120px);
    padding: 10px 10px;
    color: #000;
    text-align: center; }
  .top-banner__close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    color: #000;
    padding: 10px 20px;
    cursor: pointer; }
  .top-banner__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    padding: 10px 20px; }
    .top-banner__link svg {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }

/*************************************/
/*             TOP PANEL             */
/*************************************/
.top-panel-wrapper {
  position: relative;
  background-color: #e5e5e5;
  z-index: 9;
  padding: 6.5px 0; }
  .top-panel-wrapper .top-panel {
    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; }
    .top-panel-wrapper .top-panel_left {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 17px; }
    .top-panel-wrapper .top-panel_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 17px;
      cursor: pointer;
      color: #000; }
      .top-panel-wrapper .top-panel_item_icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .top-panel-wrapper .top-panel_item_icon svg {
          width: 14px;
          height: 19px; }
      .top-panel-wrapper .top-panel_item_title {
        padding-left: 11px;
        font-size: 13px; }

/*****************************************/
/*            HEADER MEGAMENU            */
/*****************************************/
.navigation-tab-content-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 90rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .navigation-tab-content-list > ul:first-child {
    width: 300px !important; }
  .navigation-tab-content-list--col1 > ul {
    width: 100%; }
  .navigation-tab-content-list--col2 > ul {
    width: 50%; }
  .navigation-tab-content-list--col3 > ul {
    width: 33.3%; }
  .navigation-tab-content-list--col4 > ul {
    width: 25%; }
  .navigation-tab-content-list--col5 > ul {
    width: 20%; }
  .navigation-tab-content-list--col6 > ul {
    width: 16.6%; }

.navigation-tab-content-column {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px; }
  .navigation-tab-content-column > ul {
    width: 100%; }

.navigation-link {
  display: inline-block;
  font-family: "Century Gothic";
  margin-bottom: 3px;
  padding: 5px 0;
  font-size: 13px;
  line-height: 16px;
  color: #000; }
  .navigation-link:hover {
    font-weight: 700; }

.navigation-desktop-section-title {
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase; }

.navigation-desktop-section--with-highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navigation-desktop-section--with-highlight .navigation-desktop-section-highlight {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    .navigation-desktop-section--with-highlight .navigation-desktop-section-highlight .navigation-push-edito-highlight {
      margin-top: 25px; }
  .navigation-desktop-section--with-highlight .navigation-desktop-section-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 40px; }

.navigation-push-edito-highlight {
  width: 100%; }
  .navigation-push-edito-highlight-image {
    padding-bottom: 7px; }
    .navigation-push-edito-highlight-image + .navigation-push-edito-highlight-title {
      padding-top: 0; }
  .navigation-push-edito-highlight-title {
    color: #757575;
    padding: 0 0 0.5rem 0;
    display: inline-block;
    font-size: 12px; }

/*****************************************/
/*           HEADER CUSTOM MENU          */
/*****************************************/
.header-custom_menu {
  position: absolute;
  display: none;
  padding-top: 12px; }
  .header-custom_menu.open {
    display: block; }
  .header-custom_menu ul {
    list-style-type: none; }
  .header-custom_menu .collection-menu-dropdown {
    background: #FFFFFF;
    z-index: 999;
    position: relative;
    padding: 10px 0;
    -webkit-box-shadow: 4px 3px 10px #eaeaea;
            box-shadow: 4px 3px 10px #eaeaea; }
    .header-custom_menu .collection-menu-dropdown--active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 560px;
      -webkit-animation: slide-down 0.3s;
              animation: slide-down 0.3s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      z-index: 2; }
    .header-custom_menu .collection-menu-dropdown .main-categories {
      height: 100%;
      width: 260px;
      background-color: #fff;
      position: relative;
      padding: 0 0 0 20px; }
      .header-custom_menu .collection-menu-dropdown .main-categories__list {
        position: relative;
        padding: 0;
        z-index: 1;
        padding-right: 10px;
        margin: 0; }
        .header-custom_menu .collection-menu-dropdown .main-categories__list-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          border-bottom: 1px solid #FAF3F7; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item a {
            font-size: 16px;
            line-height: 146%;
            color: #000000;
            text-decoration: none;
            padding: 13px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%;
            -webkit-box-flex: 1;
                -ms-flex: 1 1 auto;
                    flex: 1 1 auto; }
            .header-custom_menu .collection-menu-dropdown .main-categories__list-item a path {
              fill: #FF6B00; }
            .header-custom_menu .collection-menu-dropdown .main-categories__list-item a .icon {
              margin-right: 10px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            .header-custom_menu .collection-menu-dropdown .main-categories__list-item a:hover {
              opacity: 1;
              color: #FF6B00; }
              .header-custom_menu .collection-menu-dropdown .main-categories__list-item a:hover path {
                fill: #FF6B00; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item.important_item {
            display: block; }
            .header-custom_menu .collection-menu-dropdown .main-categories__list-item.important_item a {
              padding: 13px 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 100%;
              font-size: 16px;
              line-height: 146%;
              color: #FF6B00;
              font-weight: bold; }
              .header-custom_menu .collection-menu-dropdown .main-categories__list-item.important_item a path {
                fill: #FF6B00; }
              .header-custom_menu .collection-menu-dropdown .main-categories__list-item.important_item a .icon {
                margin-right: 10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item--active a {
            opacity: 1;
            color: #FF6B00; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item--active::after {
            color: #FF6B00 !important; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item--active svg path {
            fill: #000; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item:hover a {
            color: #FF6B00; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item:hover svg path {
            fill: #FF6B00 !important; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item .icon-box {
            position: absolute;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 40px;
            height: 20px; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item-controls {
            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;
            width: 100%; }
          .header-custom_menu .collection-menu-dropdown .main-categories__list-item-marker {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 20px;
                    flex: 0 0 20px; }
            .header-custom_menu .collection-menu-dropdown .main-categories__list-item-marker svg path {
              fill: #969696; }
        .header-custom_menu .collection-menu-dropdown .main-categories__list .accent-item:hover svg path {
          fill: #000; }
        .header-custom_menu .collection-menu-dropdown .main-categories__list .regular-item:hover svg path {
          fill: #000; }
    .header-custom_menu .collection-menu-dropdown .sub-categories__list {
      list-style-type: none;
      padding: 15px 0;
      margin-bottom: 0; }
      .header-custom_menu .collection-menu-dropdown .sub-categories__list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 140%;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-bottom: 1px solid #FAF3F7; }
        .header-custom_menu .collection-menu-dropdown .sub-categories__list-item:last-child {
          border-bottom: none; }
        .header-custom_menu .collection-menu-dropdown .sub-categories__list-item a {
          font-weight: 500;
          font-size: 18px;
          color: #342C36;
          text-transform: lowercase;
          text-decoration: none;
          padding: 13px 0; }
          .header-custom_menu .collection-menu-dropdown .sub-categories__list-item a:first-letter {
            text-transform: uppercase; }
          .header-custom_menu .collection-menu-dropdown .sub-categories__list-item a .category-item:first-letter {
            text-transform: uppercase; }
          .header-custom_menu .collection-menu-dropdown .sub-categories__list-item a:hover {
            opacity: 1;
            color: #FF6B00; }
        .header-custom_menu .collection-menu-dropdown .sub-categories__list-item:hover::after {
          color: #FF6B00; }
        .header-custom_menu .collection-menu-dropdown .sub-categories__list-item-controls {
          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;
          width: 100%; }
        .header-custom_menu .collection-menu-dropdown .sub-categories__list-item-marker {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 20px;
                  flex: 0 0 20px; }
          .header-custom_menu .collection-menu-dropdown .sub-categories__list-item-marker svg path {
            fill: #969696; }
    .header-custom_menu .collection-menu-dropdown .subcategory-items {
      display: none;
      position: absolute;
      top: 0;
      left: 260px;
      width: 260px;
      background: #ffffff;
      padding: 0 10px 0 20px;
      z-index: 100;
      -webkit-box-shadow: 4px 3px 10px #eaeaea;
              box-shadow: 4px 3px 10px #eaeaea;
      height: 100%; }
      .header-custom_menu .collection-menu-dropdown .subcategory-items--active {
        display: block; }
      .header-custom_menu .collection-menu-dropdown .subcategory-items--openSub {
        -webkit-border-bottom-right-radius: 0;
                border-bottom-right-radius: 0; }
    .header-custom_menu .collection-menu-dropdown > .subcategory-items {
      left: 260px; }

@-webkit-keyframes slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slide-up {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%); } }

@keyframes slide-up {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    opacity: 0;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%); } }

/*************************************/
/*           PAGE HEADER             */
/*************************************/
.page_header {
  padding: 0; }
  .page_header .page-headding-wrapper {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px; }
    .page_header .page-headding-wrapper .page-headding {
      font-style: normal;
      font-weight: normal;
      font-size: 32px;
      line-height: 39px;
      text-align: center;
      text-transform: uppercase;
      color: #000000; }
    .page_header .page-headding-wrapper .page-headding-image {
      text-align: center;
      margin-top: 1.25rem; }
    .page_header .page-headding-wrapper .page-headding-descr {
      text-align: center;
      font-size: 18px;
      margin-top: 1.25rem;
      max-width: 1200px; }
      .page_header .page-headding-wrapper .page-headding-descr .button {
        margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .page_header .page-headding-wrapper .page-headding-descr {
          font-size: 15px;
          line-height: 19px;
          margin-top: 10px; } }
    @media screen and (max-width: 768px) {
      .page_header .page-headding-wrapper {
        padding-bottom: 20px;
        font-size: 21px;
        line-height: 27px; } }

/*************************************/
/*          SECTION TITLE            */
/*************************************/
.section-headding-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .section-headding-wrapper .section-headding {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 34px;
    color: #000000;
    padding: 16px 0; }

/*************************************/
/*           BREADCRUMBS             */
/*************************************/
.breadcrumb-wrapper {
  padding-bottom: 22px; }
  .breadcrumb-wrapper .breadcrumb {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0; }
    .breadcrumb-wrapper .breadcrumb-item {
      font-size: 14px;
      line-height: 19px;
      letter-spacing: 0.5px;
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .breadcrumb-wrapper .breadcrumb-item:not(:last-child):after {
        content: '';
        width: 2px;
        height: 2px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin: 0 5px;
        display: block;
        background: #eca462; }
    .breadcrumb-wrapper .breadcrumb-link {
      color: #969696; }
      .breadcrumb-wrapper .breadcrumb-link.home-icon {
        color: #000000; }
    .breadcrumb-wrapper .breadcrumb-page {
      color: #969696; }

/*************************************/
/*          НОВАЯ КОЛЛЕКЦИЯ          */
/*************************************/
.new-collection {
  margin-bottom: 40px;
  height: 484px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
          background-size: cover; }
  .new-collection > .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .new-collection_content {
    max-width: 400px; }
  .new-collection_title {
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgba(255, 196, 112, 0.3), 0px 0px 10px rgba(255, 255, 255, 0.1);
    font-weight: 600;
    margin-bottom: 10px; }
  .new-collection_descr {
    font-size: 16px;
    line-height: 146%;
    color: #FFFFFF;
    text-shadow: 0px 0px 30px rgba(255, 196, 112, 0.3), 0px 0px 10px rgba(255, 255, 255, 0.1);
    margin-bottom: 40px; }

/***************************************/
/*           СТРАНИЦА 404              */
/***************************************/
.notFound_background .content-wrapper {
  height: calc(100vh - 128px);
  position: relative; }

.page_404-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 760px;
          flex: 1 1 760px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto; }
  .page_404-wrapper .notFound-content {
    background: transparent;
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px; }
    .page_404-wrapper .notFound-content:before {
      display: none; }
    .page_404-wrapper .notFound-content:after {
      display: none; }
    .page_404-wrapper .notFound-content_title {
      font-size: 168px;
      line-height: 168px;
      text-align: center;
      color: #000000;
      font-weight: 600; }
    .page_404-wrapper .notFound-content_subtitle {
      font-size: 48px;
      line-height: 48px;
      text-align: center;
      color: #000000;
      font-weight: 600; }
    .page_404-wrapper .notFound-content_descr {
      font-size: 16px;
      line-height: 146%;
      text-align: center;
      color: #000000;
      max-width: 200px;
      margin: 0 auto; }

/***************************************/
/*      БЛОК КАСТОМНОГО ОПИСАНИЯ       */
/***************************************/
.content-description {
  font-size: 16px;
  line-height: 24px;
  /* Табы */
  /* Карточки товаров */
  /* Слайдеры */ }
  .content-description .section {
    margin-top: 40px;
    margin-bottom: 40px; }
  .content-description .separator {
    border-color: #E5E5E5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-width: 1px 0 0;
    border-style: solid;
    margin-top: 40px;
    margin-bottom: 40px; }
  .content-description .title {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .content-description p {
    margin-top: 12px;
    margin-bottom: 12px; }
  .content-description video {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 768px) {
    .content-description .title {
      font-size: 20px;
      line-height: 25px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .content-description .product_content .products-addedProducts-wrapper .products-addedProducts .product-slider-heading {
      font-size: 20px;
      line-height: 34px;
      padding: 8px 0; } }
  .content-description .productTabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .content-description .productTabs__header__item {
      padding: 0 10px;
      margin: 10px 0; }
      .content-description .productTabs__header__item .tab-toggle {
        opacity: 0.6; }
        .content-description .productTabs__header__item .tab-toggle.is-opened {
          opacity: 1; }
          .content-description .productTabs__header__item .tab-toggle.is-opened:after {
            display: none; }
        .content-description .productTabs__header__item .tab-toggle:hover {
          opacity: 1; }
    @media screen and (max-width: 768px) {
      .content-description .productTabs__header {
        margin: 0 -5px;
        padding-bottom: 15px; }
        .content-description .productTabs__header__item {
          padding: 0 5px;
          margin: 5px 0; } }
  .content-description .productTabs__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
    .content-description .productTabs__content .tab-block {
      border-top: none;
      padding-top: 0; }
  .content-description .productContentCard__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 20px -10px; }
  .content-description .productContentCard__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    padding: 0 10px; }
  .content-description .productContentCard__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 150px);
            flex: 0 0 calc(100% - 150px);
    padding: 0 10px;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .content-description .productContentCard__info span {
      display: block; }
    .content-description .productContentCard__info__tag {
      color: #757575;
      margin-bottom: 5px; }
    .content-description .productContentCard__info__title {
      font-weight: 700;
      margin-bottom: 5px; }
  .content-description .productContentSlider {
    margin: 0;
    padding: 0 40px; }
    .content-description .productContentSlider-heading {
      text-transform: uppercase;
      font-size: 26px;
      line-height: 32px;
      font-family: 'Century Gothic';
      font-weight: 400;
      width: 100%;
      padding-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .content-description .productContentSlider-heading {
          font-size: 18px;
          line-height: 24px; } }
    .content-description .productContentSlider .productContentSlider-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn-wrapper {
        background-image: none;
        position: absolute;
        width: 40px;
        height: 100%;
        top: 0;
        background: #fff;
        z-index: 9; }
        .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn-wrapper.prev {
          left: 0px; }
        .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn-wrapper.next {
          right: 0px; }
      .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn {
        position: relative;
        margin-top: 0;
        background-image: none; }
        .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn:active, .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn:focus {
          outline: none; }
        .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn.productContentSlider-prev {
          left: 5px;
          position: absolute;
          top: 50%;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn.productContentSlider-prev:before {
            content: '';
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' width='20'%3E%3Cpath d='M121.3 34.6c-1.6-1.6-4.2-1.6-5.8 0l-51 51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8 0-1.6 1.6-1.6 4.2 0 5.8l53.9 53.9c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2.1-5.8z'%3E%3C/path%3E%3C/svg%3E");
            height: 20px;
            width: 20px;
            display: block; }
        .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn.productContentSlider-next {
          right: 5px;
          position: absolute;
          top: 50%;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .content-description .productContentSlider .productContentSlider-controls .productContentSlider-btn.productContentSlider-next:before {
            content: '';
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' width='20'%3E%3Cpath d='M121.3 34.6c-1.6-1.6-4.2-1.6-5.8 0l-51 51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8 0-1.6 1.6-1.6 4.2 0 5.8l53.9 53.9c.8.8 1.8 1.2 2.9 1.2 1 0 2.1-.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2.1-5.8z'%3E%3C/path%3E%3C/svg%3E");
            height: 20px;
            width: 20px;
            display: block; }
    .content-description .productContentSlider__slide a {
      color: #000; }
    .content-description .productContentSlider__slide .slide-header {
      padding-bottom: 20px; }
      .content-description .productContentSlider__slide .slide-header__title {
        text-align: center;
        font-family: 'DIN Pro Cond';
        font-size: 32px;
        padding-bottom: 5px; }
      .content-description .productContentSlider__slide .slide-header__subtitle {
        text-align: center;
        font-size: 15px;
        line-height: 20px; }
    .content-description .productContentSlider__slide .slide-title {
      text-align: center;
      font-size: 15px;
      margin: 20px 0;
      display: block; }
      .content-description .productContentSlider__slide .slide-title span {
        display: block; }
      .content-description .productContentSlider__slide .slide-title__title {
        text-transform: uppercase;
        margin: 10px 0; }
      .content-description .productContentSlider__slide .slide-title__descr {
        margin: 10px 0; }
    .content-description .productContentSlider__slide .image-wrapper {
      position: relative; }
      .content-description .productContentSlider__slide .image-wrapper:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 280 356'%3E%3Cpath d='M.3-1v357l280.5-178.5L.3-1z'%3E%3C/path%3E%3C/svg%3E");
        width: 14px;
        height: 20px;
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        cursor: pointer; }
      .content-description .productContentSlider__slide .image-wrapper:after {
        content: '';
        width: 64px;
        height: 64px;
        display: block;
        border: 2px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
                border-radius: 50%;
        cursor: pointer; }
    @media screen and (max-width: 768px) {
      .content-description .productContentSlider {
        padding: 0 60px; }
        .content-description .productContentSlider [data-slider-controls] {
          display: none; } }
    @media screen and (max-width: 550px) {
      .content-description .productContentSlider {
        padding: 0 60px; } }

@media screen and (max-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }
