@charset "UTF-8";
/* Центрируем логотип и корзину на всех страницах */
.b-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 !important;
  background: white !important; }

.b-header__content {
  margin-left: 0px !important; }

.b-layout, .b-footer__container, .b-nav, .b-header__container, .b-page__content__inner_content > .column-list, .postnav, .post, .lead-text, .b-article, .b-cart__content, .b-item-full, .b-item-list {
  letter-spacing: 0.5px !important; }

.b-footer__nav, .b-header__search, .b-header__desc, .b-header__logo, .b-header__nav, .column-list__list, .b-modification__content, .b-modification__action, .b-feature-list > li, .b-text__image__wrap, .b-cart__item__col-img, .b-cart__item__col-content, .b-cart__item__col-quantity, .b-cart__item__col-package-price, .b-cart__item__col-weight, .b-cart__item__col-price, .b-cart__item__col-remove, .b-cart__action__col-clear, .b-cart__action__col-right, .b-cart__action__col-back, .b-cart__action__col-submit, .b-float-cart__item__img, .b-float-cart__item__info, .b-float-cart__item__q, .b-float-cart__item__price, .b-search-box__content, .b-item-full__form__option, .b-item-full__form__submit, .b-item-full__video, .b-item-full__description-inner__col-right, .b-item-full__description-inner__col-left, .b-item-full__gallery, .b-item-full__description, .b-item-list__paginator, .b-item-list__item {
  letter-spacing: 1px !important; }

.b-btn, .b-paginator__item, .pagination .gap, .pagination .page a, .pagination .page.current, .pagination .next a, .pagination .prev a, .pagination .first a, .pagination .last a {
  letter-spacing: 1px !important; }

.b-cart__total-sum {
  letter-spacing: 1px !important; }

.b-header__logo {
  margin: 0 auto 10px auto !important;
  /* Уменьшил отступ */
  padding: 0 !important;
  text-align: center;
  order: 1; }

.b-header__logo img {
  max-width: 150px !important;
  height: auto !important; }

.Clientbar {
  position: relative !important;
  order: 2;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  display: flex;
  justify-content: center; }

/* Убираем рамку и фон у корзины */
.Bubble--cart {
  background: transparent !important;
  /* Убираем фон */
  border: none !important;
  /* Убираем рамку */
  border-radius: 0 !important;
  padding: 5px 15px !important;
  /* Уменьшил отступы */
  min-width: auto !important;
  width: auto !important; }

.Bubble--cart:before {
  display: none;
  left: 0px;
  width: 0px;
  height: 24px;
  margin-top: -12px;
  /*background-image: url(//assets.kiiiosk.store/shop/images/cart_icon.svg);*/
  background: url(//aws.kiiiosk.store/uploads/shop/11204/images/16056/carti2.svg) no-repeat center;
  background-size: contain; }

.Bubble--cart .Bubble-text {
  display: inline-block !important;
  padding: 0 5px 0 0px !important;
  /* Уменьшил отступы */
  margin: 0 !important;
  color: #000 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  background-size: 18px !important;
  /* Немного уменьшил иконку */ }

/* Убираем фон у счетчика, оставляем только цифру */
.Bubble--cart .Bubble-count {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 10px;
  height: 20px;
  background: transparent !important;
  color: #000 !important;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  border: none !important; }

/* Гарантируем белый фон хедера */
.b-header__container {
  background: white !important; }

.b-page__content__inner_navbar {
  background: white !important; }

/* Фикс для мобильной версии - центрируем */
@media only screen and (max-width: 767px) {
  .b-header__content {
    padding: 5px 0 !important; }
  .b-logo {
    text-align: center;
    display: block;
    padding-top: 15px !important; }
  b-footer__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: #000;
    flex-wrap: wrap !important; }
  .b-header__logo {
    margin: 0 auto 8px auto !important; }
  .b-header__logo img {
    max-width: 120px !important; }
  .Bubble--cart {
    padding: 3px 12px !important; }
  .Bubble--cart .Bubble-text {
    padding: 0 3px 0 0px !important;
    background-size: 16px !important;
    font-size: 12px; }
  .Bubble--cart .Bubble-count {
    top: 19px;
    right: 0;
    width: 10px;
    height: 19px;
    font-size: 12px;
    line-height: 18px; }
  /* Гарантируем центрирование на мобильных */
  .Clientbar {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important; } }

/* ОСТАЛЬНОЙ ТВОЙ КОД БЕЗ ИЗМЕНЕНИЙ */
.b-item__pic-wrap {
  display: block; }

.b-item__info {
  margin: 20px 0 0;
  display: block; }

.b-header img {
  height: 64px;
  line-height: 0em; }

.b-breadcrumbs {
  display: none; }

.b-item-list_additional .b-item-list__title {
  font-size: 1em;
  letter-spacing: 0.05em; }

.b-header__logo {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px; }

.b-header__content {
  padding: 0px 0; }

.b-search__field {
  display: none; }

.b-search__submit {
  display: none; }

#navopen {
  display: none; }

.Bubble {
  height: 50px;
  min-width: 50px;
  border-radius: 0px; }

.lead-text {
  padding-top: 0px;
  padding-bottom: 0px; }

.lead-text__content {
  line-height: 1;
  padding: 0px 0px !important;
  pading-right: 40px;
  border-top: none !important;
  border-bottom: none !important;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-align: center; }

.lead-text__content a {
  margin-left: 2em;
  margin-right: 2em; }

@media all and (max-width: 768px) {
  .b-item-list_catalog .b-item-list__item {
    width: 100% !important; }
  .lead-text__content a {
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .b-header__desc {
    text-align: left;
    margin-bottom: 20px; } }

@media all and (min-width: 992px) {
  .b-item-list_catalog .b-item-list__item {
    width: 33% !important; }
  .b-item-list {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .b-footer__nav.b-footer__nav_main {
    width: 100%; }
  .b-footer__nav.b-footer__nav_middle {
    width: 100%; }
  .b-footer__nav.b-footer__nav_soc {
    width: 100%; } }

.Bubble-text {
  display: inline-block;
  padding-left: 50px;
  padding-right: 20px;
  line-height: 50px;
  color: black;
  background-color: transparent !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-weight: bold; }

.b-item__name {
  letter-spacing: 0.5px !important;
  font-weight: bold; }

.b-item__status {
  position: absolute;
  top: 55%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
  letter-spacing: 0.5px; }

.b-item-list__item .b-item__pic img {
  max-width: 90%; }

.b-logo img {
  max-width: 50% !important; }

/* Стили для главной - смотрим на класс body */
body[class*="main"] .b-page__content__inner.b-page__content__inner_content,
body[class*="home"] .b-page__content__inner.b-page__content__inner_content,
body[class*="index"] .b-page__content__inner.b-page__content__inner_content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 0px !important; }

body[class*="main"] .b-page__content__inner.b-page__content__inner_content > *,
body[class*="home"] .b-page__content__inner.b-page__content__inner_content > *,
body[class*="index"] .b-page__content__inner.b-page__content__inner_content > * {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

body[class*="main"] .b-page__content__inner_content .container,
body[class*="home"] .b-page__content__inner_content .container,
body[class*="index"] .b-page__content__inner_content .container {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.Bubble-count {
  position: absolute;
  top: 10px;
  right: -5px;
  width: 30px;
  height: 30px;
  color: black;
  background-color: transparent;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold; }

#nav.mm-menu {
  z-index: 999999999999; }

.b-item-full {
  padding: 0 16px; }

.b-item-full__description {
  display: flex;
  flex-direction: column; }

.b-item-full__title {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 1em;
  letter-spacing: 1px;
  margin-bottom: 10px !important; }

.b-item-full__price .b-item__price {
  font-size: 17px;
  font-weight: 400 !important;
  letter-spacing: 1px; }

.b-item-full__text {
  line-height: 21px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  order: 1;
  margin-bottom: -30px !important; }

.b-item-full__form__option select {
  height: 29px;
  border-radius: 0px;
  border: 1px solid #000000;
  font-size: 14px;
  font-weight: 400px;
  margin-right: 15px !important; }

.b-item-full__form__submit .b-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  letter-spacing: 1px; }

@media only screen and (min-width: 768px) {
  .b-item-full__content {
    display: flex;
    flex-direction: row; }
  .b-item-full__gallery {
    width: 60% !important; }
  .b-item-full__description {
    width: 50%; } }

/*отсюда начинается новый код*/
/* Стили только для главной страницы */
body[class*="main"] .b-page__content__inner.b-page__content__inner_content,
body[class*="home"] .b-page__content__inner.b-page__content__inner_content,
body[class*="index"] .b-page__content__inner.b-page__content__inner_content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 10px !important; }

body[class*="main"] .b-page__content__inner.b-page__content__inner_content > *,
body[class*="home"] .b-page__content__inner.b-page__content__inner_content > *,
body[class*="index"] .b-page__content__inner.b-page__content__inner_content > * {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

body[class*="main"] .b-page__content__inner_content .container,
body[class*="home"] .b-page__content__inner_content .container,
body[class*="index"] .b-page__content__inner_content .container {
  padding-left: 15px !important;
  padding-right: 15px !important; }

/* Общие стили для товаров */
.b-item-list__item {
  position: relative;
  text-align: center;
  font-weight: bold;
  color: #000; }

.b-item__name {
  font-weight: bold !important; }

.b-item__price {
  padding: 0;
  font-weight: bold !important; }

.b-item-list__item .b-item__pic img {
  max-width: 100%; }

.b-item__status {
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold; }

/* Футер */
.b-page__content > .b-page__content__inner_footer {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

.b-page__content .b-page__content__inner_content .b-page__content__inner_content .b-item-list {
  padding: 0 10px; }

.b-page__content__inner_footer .b-item-list {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

.b-footer {
  padding: 0 16px;
  box-sizing: border-box; }

.b-footer__container {
  width: 100%;
  max-width: 100%;
  padding: 10px 0 30px;
  margin: 30px 0;
  border-top: 1px dotted #333;
  font-size: 9px !important; }

.b-footer__content {
  margin: 0; }

.b-footer__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  column-gap: 11px; }

.b-footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #000;
  flex-wrap: wrap !important; }

.b-footer__nav a {
  font-weight: bold;
  color: #000; }

.b-footer__nav .CurrencySwitcher,
.b-footer__nav #made_in_kiiiosk {
  display: none; }

/* Скрываем ненужные элементы */
.b-header__desc,
.b-header__search {
  display: none; }

.lead-text {
  display: none; }

/* Меню */
.b-page .mmenu-open {
  background: transparent;
  right: 5px;
  left: auto;
  top: 20px; }

.b-page .mmenu-open.element--active-opacity {
  background: transparent;
  right: 5px;
  top: 10px; }

.b-page__content__inner_navbar {
  margin-top: 0; }

.b-page .mmenu-open.mmenu-open_active {
  top: 10px; }

.b-page .mmenu-open__tick {
  background-color: #000; }

.b-page .mmenu-open__tick_s {
  margin-top: 1px; }

.b-page .mmenu-open__tick_t {
  margin-top: 8px; }

.b-page .mm-menu {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  color: #000;
  text-align: center;
  opacity: 0.97; }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu .mm-list .b-search {
  position: absolute;
  display: block;
  top: 25px;
  right: 15px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  background: url(//aws.kiiiosk.store/uploads/shop/11204/images/16123/closer.svg) no-repeat center;
  background-size: contain; }

.b-page .mm-menu .b-search form {
  display: none; }

.b-page .mm-menu a {
  color: #000; }

.b-page .mm-menu li {
  border-bottom: 0; }

.b-page .mm-list > li > a,
.b-page .mm-list > li > span {
  color: #000;
  padding: 7px 10px;
  text-transform: uppercase;
  display: block;
  line-height: 1.3;
  font-weight: bold; }

.mm-list.mm-panel {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  box-sizing: border-box; }

.mm-list.mm-panel li:last-child {
  margin-top: auto; }

/* Страница товара */
.b-item-list__title {
  padding-top: 0;
  margin: 0 0 20px; }

.b-item-full {
  padding: 0 16px; }

.b-item-full__description {
  display: flex;
  flex-direction: column; }

.b-item-full__description > span {
  display: flex;
  flex-direction: column; }

.b-item-full__description > span img {
  order: 3;
  margin-bottom: 20px; }

.b-item-full__description > span > span {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px !important;
  cursor: pointer;
  color: #000;
  order: 2; }

.b-item-full__description > span > span::before {
  content: "Размерная сетка"; }

.b-item-full__title {
  font-weight: bold;
  margin: 0 0 1em;
  margin-bottom: 10px !important; }

.b-item-full__header {
  display: block;
  font-weight: bold;
  margin: 0;
  order: 1; }

.b-item-full__header_mobile {
  display: none; }

.b-item-full__price {
  order: 3;
  margin-bottom: 10px; }

.b-item-full__price .b-item__price {
  font-weight: bold !important; }

.b-item-full__description > span {
  order: 2; }

.b-item-full__text {
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  order: 1;
  margin-bottom: -30px !important; }

.b-item-full__form {
  position: relative;
  margin-left: 0;
  order: 4; }

.b-item-full__form__row_fixed {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }

.b-page_layout-similar-products .b-item-list_additional {
  padding: 60px 15px 0; }

.b-item-full__form__option {
  margin-bottom: 10px; }

.b-item-full__form__option select {
  height: 29px;
  border-radius: 0px;
  border: 1px solid #000000;
  font-weight: bold;
  margin-right: 15px !important; }

.b-item-full__form__submit .b-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-weight: bold;
  color: #000; }

.b-item-full__form__submit .b-btn.element--active-opacity:hover {
  background: #fff; }

.b-cart__title {
  border: 0;
  padding-top: 0px;
  font-weight: bold; }

.b-slider.b-slider_thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.b-slider.b-slider_thumbs .b-slider__item {
  width: 15%;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer; }

.b-slider_thumbs {
  margin-top: 0px !important; }

/* Медиа-запросы для товаров */
@media only screen and (max-width: 767px) {
  .b-item-full__description {
    text-align: center; }
  .b-slider.b-slider_thumbs {
    justify-content: center; }
  .b-item-full__description > span img {
    margin-left: auto;
    margin-right: auto; }
  .b-item-full__form__row_fixed {
    background: transparent; }
  .b-item-full__form__row_fixed .b-item-full__form__option,
  .b-item-full__form__row_fixed .b-item-full__form__submit {
    display: block;
    flex-grow: unset; }
  .b-item-full__form__row_fixed .b-item-full__form__option {
    width: auto;
    margin-bottom: 0;
    margin-right: 10px; }
  .b-item-full__form__row_fixed .b-item-full__form__submit,
  .b-item-full__form__submit .b-btn {
    width: auto;
    background: transparent; }
  .b-item-list_additional .b-item-list__item {
    padding: 0 0 0 20px;
    width: 100%; }
  .b-item-full__title {
    margin-top: 25px;
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .b-item-full__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .b-item-full__gallery {
    width: 60%;
    padding: 10px;
    box-sizing: border-box; }
  .b-item-full__description {
    width: 50%;
    padding: 10px;
    box-sizing: border-box; }
  .b-item-full__form__row_fixed {
    margin-top: 0;
    justify-content: flex-start;
    z-index: 0; }
  .b-item-full__price {
    margin-bottom: 10px; }
  .b-item-full__price .b-item__price {
    font-weight: bold; }
  .b-item-full__form__option,
  .b-item-full__form__submit {
    width: auto;
    padding: 0; }
  .b-item-full__form__option {
    margin-bottom: 0;
    margin-right: 10px; }
  .b-item-list.b-item-list_catalog {
    padding: 0; }
  .b-item-list.b-item-list_catalog .b-item-list__title {
    font-weight: bold; }
  .b-item-list.b-item-list_additional {
    padding-bottom: 0px !important; }
  .b-cart__list .b-cart__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .b-cart__title {
    padding-top: 50px; }
  .b-item-full__form__submit .b-btn,
  .b-item-full__form__row_fixed {
    background: transparent; } }

/* Общие утилиты */
.b-item-list__title {
  display: none !important; }

.pagination {
  display: flex;
  justify-content: center; }

.fancybox-nav span {
  width: 40px !important;
  height: 40px !important; }

.owl-theme .owl-controls .owl-buttons div {
  width: 40px !important;
  height: 40px !important; }

.b-slider_thumbs {
  border-top: none !important; }

.b-notice_error {
  display: none !important; }

.b-status {
  font-weight: bold;
  color: black; }

.b-paginator, .pagination {
  font-weight: bold; }

.b-item-full__articul {
  display: none !important; }

.b-item-full__gallery .b-slider__item img {
  max-width: 110%;
  width: 110%; }

/* Мобильная версия для изображений товаров */
@media (max-width: 767px) {
  .b-item-full__gallery .b-slider__item img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important; }
  .b-item-full__gallery .b-slider__wrapper {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    overflow: hidden !important; }
  .b-thumbs-slider__item {
    margin-top: 25px !important;
    position: relative !important;
    z-index: 2 !important; }
  .b-item-full__gallery-main {
    overflow: hidden !important; } }
