

/* Start:/local/templates/bacho_new/assets/css/style.css?172923251342950*/
@font-face {
  font-family: "CocoGothic-Bold";
  src: local("CocoGothic-Bold"),
    url("/local/templates/bacho_new/assets/css/../fonts/CocoGothic-Bold.woff2") format("woff2"),
    url("/src/fonts/CocoGothic-Bold.woff") format("woff"),
    url("/src/fonts/CocoGothic-Bold.eot") format("eot"),
    url("/src/fonts/CocoGothic-Bold.eot") format("ttf");
  font-weight: bold;
}

@font-face {
  font-family: "CocoGothic-Regular";
  src: local("CocoGothic-Regular"),
    url("/local/templates/bacho_new/assets/css/../fonts/CocoGothic-Regular.woff2") format("woff2"),
    url("/local/templates/bacho_new/assets/css/../fonts/CocoGothic-Regular.woff") format("woff"),
    url("/local/templates/bacho_new/assets/css/../fonts/CocoGothic-Regular.eot") format("eot"),
    url("/local/templates/bacho_new/assets/css/../fonts/CocoGothic-Regular.eot") format("ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Colus-Regular";
  src: local("Colus-Regular"),
    url("/local/templates/bacho_new/assets/css/../fonts/Colus-Regular.woff2") format("woff2"),
    url("/local/templates/bacho_new/assets/css/../fonts/Colus-Regular.woff") format("woff"),
    url("/local/templates/bacho_new/assets/css/../fonts/Colus-Regular.eot") format("eot"),
    url("/local/templates/bacho_new/assets/css/../fonts/Colus-Regular.eot") format("ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: local("Roboto-Regular"),
    url("/local/templates/bacho_new/assets/css/../fonts/Roboto-Regular.woff2") format("woff2"),
    url("/local/templates/bacho_new/assets/css/../fonts/Roboto-Regular.woff") format("woff"),
    url("/local/templates/bacho_new/assets/css/../fonts/Roboto-Regular.eot") format("eot"),
    url("/local/templates/bacho_new/assets/css/../fonts/Roboto-Regular.eot") format("ttf");
  font-weight: normal;
}

@font-face {
  font-family: "RobotoMono-Regular";
  src: local("RobotoMono-Regular"),
    url("/local/templates/bacho_new/assets/css/../fonts/RobotoMono-Regular.woff2") format("woff2"),
    url("/local/templates/bacho_new/assets/css/../fonts/RobotoMono-Regular.woff") format("woff"),
    url("/local/templates/bacho_new/assets/css/../fonts/RobotoMono-Regular.eot") format("eot"),
    url("/local/templates/bacho_new/assets/css/../fonts/RobotoMono-Regular.eot") format("ttf");
  font-weight: normal;
}

* {
  padding: 0;
  margin: 0;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

/* Common */

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

ul,
ul li {
  list-style: none;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
}

button {
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

legend {
  display: block;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

body {
  position: relative;
  z-index: 3;
}

body.modal-open {
  height: 100vh;
  overflow: hidden;
  /*padding-right: 15px;*/
}

body .page .banner {
  background: #e1e0e5;
}

/*========================================================*/

:root {
  --font-coco-gothic-bold: "CocoGothic-Bold", sans-serif;
  --font-coco-gothic: "CocoGothic-Regular", sans-serif;
  --font-colus: "Colus-Regular", sans-serif;
  --font-roboto-mono: "RobotoMono-Regular", sans-serif;
  --font-roboto: "Roboto-Regular", sans-serif;
}

.container {
  position: relative;
  max-width: 1470px;
  padding: 0 15px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.btn {
  display: flex;
  padding: 14px 24px;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  transition: 0.3s;
}

.primary-btn {
  background: #1c242e;
  color: #fff;
}

.primary-btn:hover {
  background: #363d47;
}

.secondary-btn {
  background: #f5f6f6;
  color: #363d47;
}

.secondary-btn:hover {
  background: #ecedee;
}

.txt-24 {
}

/*==============================HEADER====================*/
.header {
  max-height: 116px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: transparent;
  transition: 0.3s;
}

.header--scroll,
.header--color {
  background-color: #fff;
}

.header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
}

.content .header--scroll .header__body {
  padding: 18px 0;
}

.header__left {
  display: flex;
  gap: 33px;
  align-items: center;
}

.header__link {
  color: #4f5761;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header__link:hover {
  color: #292e32;
}

.header__phone {
  width: 146px;
}

.header__logo {
  margin: 0 265px 0 0;
}

.header__right {
}

.header__right-desc {
  display: flex;
  gap: 24px;
  align-items: center;
}

.header__btn {
  width: 220px;
}

.center-logo {
  display: none;
}

.header-burger {
  display: none;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

.header-burger span:nth-child(1) {
  top: 6px;
}

.header-burger span:nth-child(2) {
  top: 12px;
}

.header-burger span:nth-child(2) {
  width: calc(100% - 9px);
}

.header-burger span:nth-child(3) {
  top: 18px;
}

.header-burger span {
  width: calc(100% - 6px);
  height: 2px;
  background-color: #212529;
  display: block;
  position: absolute;
  left: calc(50% - 9px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-burger.burger-close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4.9px);
  -ms-transform: rotate(45deg) translate(4px, 4.9px);
  transform: rotate(45deg) translate(4px, 4.9px);
}

.header-burger.burger-close span:nth-child(2) {
  opacity: 0;
}

.header-burger.burger-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(3.7px, -4.3px);
  -ms-transform: rotate(-45deg) translate(3.7px, -4.3px);
  transform: rotate(-45deg) translate(3.7px, -4.3px);
}

.menumobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.menumobile-wrap {
  background-color: #fff;
  height: 100%;
  max-width: 400px;
  padding: 60px 15px 0 15px;
  max-height: 100%;
  height: 100%;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menumobile-main {
  padding: 48px 40px;
}

.menumobile-link {
  display: block;
  font-size: 24px;
  line-height: 134%;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  color: #4f5761;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.menumobile-link:not(:last-child) {
  margin: 0 0 32px;
}

.menumobile-wrap.visible {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menumobile.show {
  display: block;
}

.menumobile.visible {
  opacity: 1;
}

.mobile-searchable-answer {
}

.mobile-searchable-answer .row__card {
  flex: 1 1 100%;
}

.mobile-searchable-answer .not__found {
  margin: 0 0 64px 0;
}

.mobile-searchable-answer .not__found-img img {
  max-width: 150px;
  width: 100%;
}

.mobile-searchable-answer .search__row {
  margin: 0 0 32px 0;
}

.menumobile-categories {
}

.menumobile-categories-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-category {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mobile-category__img {
  max-width: 64px;
  width: 100%;
}

.mobile-category__name {
  color: #363d47;
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}

.menumobile-categories-bottom {
  padding: 24px 0 32px 0;
}

.menumobile-categories-bottom a {
  position: relative;
  display: inline-block;
  color: #363d47;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  padding: 0 19px 0 0;
}

.menumobile-categories-bottom a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/bacho_new/assets/css/../img/icons/arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.menumobile-bottom {
  padding: 40px 0;
  border-top: 1px solid #d8dbde;
}

.menumobile-bottom_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: var(--font-coco-gothic);
}

.menumobile-bottom_item:nth-child(1),
.menumobile-bottom_item:nth-child(2) {
  width: calc(50% - 16px);
}

.menumobile-bottom_item:not(:last-child) {
  margin: 0 16px 40px 0;
}

.menumobile-bottom_item {
  width: calc(100% - 16px);
}

.menumobile-bottom_title {
  font-size: 16px;
  line-height: 134%;
  margin: 0 0 4px;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  color: #949ca6;
}

.menumobile-bottom_value {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  -webkit-font-feature-settings: "salt" on;
  font-feature-settings: "salt" on;
  color: #363d47;
}

.menumobile-bottom_head {
  margin: 0 0 32px 0;
}

.menumobile-bottom_head h5 {
  color: #1c242e;
  font-family: var(--font-colus);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.1px;
  margin: 0 0 24px 0;
}

/*=============================/HEADER====================*/

/*SPOILER*/

.search__spoiler {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  transition: transform 0.25s ease-in-out, opacity 0.3s;
  background-color: #ffffff;
  padding: 0 0 300px 0;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateY(-100%);
  opacity: 0;
  z-index: 4;
}

.search__spoiler-field {
  position: relative;
  margin: 160px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #363d47;
  font-family: var(--font-coco-gothic);
  font-size: 24px;
  line-height: 32px;
  border-bottom: 1px solid transparent;
}

.show__spoiler {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}

.search__input {
  width: 100%;
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #d8dbde;
}

.search__input:focus {
  border-bottom: 1px solid #80828c;
}

.search__input-clean {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  padding: 5px;
}

.btn__clear {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  padding: 5px;
  color: #80828c;
  font-size: 16px;
  line-height: 24px; /* 150% */
}

.search__input::placeholder {
  color: #b5bac1;
}

/*/SPOILER*/

/*NOT FOUND*/
.not__found.not__found_show {
  display: block;
}
.not__found {
  display: none;
  margin: 0 auto;
  max-width: 464px;
}

.not__found-img {
  text-align: center;
  pointer-events: none;
}

.not__found-text {
  color: #363d47;
  text-align: center;
  /* Paragraph 18 */
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  margin: 24px 0;
}

.not__found-btn {
  margin: 0 auto;
  max-width: 169px;
}

/*/NOT FOUND*/

/*==============================MAIN====================*/

.section__main {
  margin: -116px 0 0 0;
  position: relative;
}

.section__main::before {
  content: "";
  position: absolute;
  background-image: url("/local/templates/bacho_new/assets/css/../img/main/monkeys.jpg");
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.main__body {
  padding: 216px 0 1060px;
}

.main__title {
  margin: 0 auto 24px;
  color: #1c242e;
  text-align: center;
  font-family: var(--font-colus);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  max-width: 1074px;
  text-transform: uppercase;
}

.main__text {
  margin: 0 auto 40px;
  text-align: center;
  max-width: 875px;
  color: #4f5761;
  font-family: var(--font-coco-gothic);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
}

.main__buttons {
  margin: 0 auto;
  max-width: 462px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.main__link:nth-child(1) {
  width: 242px;
}

.main__link:nth-child(2) {
  width: 204px;
}

/*=============================/MAIN====================*/

/*====================PREVIEW-CATALOG====================*/

.preview__catalog {
  /* padding: 80px 0; */
}

.preview__catalog-body {
}

.preview__catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  margin: 0 0 40px 0;
}

.preview__catalog-note {
  color: #1c242e;
  font-family: var(--font-colus);
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.16px;
}

.preview__catalog-link {
  display: inline-block;
  position: relative;
  color: #4f5761;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  padding: 0 19px 0 0;
}

.preview__catalog-link::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/bacho_new/assets/css/../img/icons/arrow_right.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.preview__catalog-link:hover {
  color: #292e32;
}

.preview__catalog-tilings {
}

.preview__cards {
  display: flex;
  flex-wrap: wrap;
  /*flex: 0 1 50%;*/
  gap: 24px;
  margin: 0 0 80px 0;
}
body .preview__card-body {
  line-height: normal;
}
.preview__card-body {
  position: relative;
  max-width: calc(50% - 12px);
  max-height: 715px;
}

body .preview__card-body.width_img {
  max-width: none;
}

.preview__card-body::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 300px;
  left: 0;
  bottom: 4px;
  padding: 4px 0;
  background: linear-gradient(
    180deg,
    rgba(28, 36, 46, 0) 0%,
    rgba(28, 36, 46, 0.5) 100%
  );
}
body .size__row-name {
  white-space: nowrap;
}
.preview__card-about {
  position: absolute;
  left: 60px;
  bottom: 40px;
  z-index: 1;
}

.preview__card-category {
  color: #fff;
  font-family: var(--font-colus);
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.preview__card-count {
  color: #fff;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}

.preview__card-count span {
  margin: 0 4px;
}

.preview__card-bg {
  position: relative;
}

.preview__card-bg {
  position: relative;
}

.preview__catalog-btn {
  max-width: 465px;
  margin: 0 auto;
}

/*===================/PREVIEW-CATALOG====================*/

/*=======================STORY-SLIDER====================*/

.section__slider {
  padding: 0 0 180px 0;
}

.story__slider-title {
  max-width: 952px;
  margin: 0 auto 40px;
  color: #1c242e;
  font-family: var(--font-colus);
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.16px;
}

.story__slider-body {
  margin: 0 0 47px 0;
}

.story-slider {
  display: grid;
  margin: 20px auto;
}

.slide-items {
  grid-area: 1/1;
  overflow: hidden;
  position: relative;
}

.slide-items > * {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.slide-items .active {
  opacity: 1;
  pointer-events: initial;
  position: relative;
}

.slide-nav {
  display: grid;
  grid-area: 1/1;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  z-index: 1;
}

.slide-thumbs {
  display: flex;
  grid-column: 1 / 3;
  padding: 40px;
}

.slide-thumb-item {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  display: block;
  flex: 1;
  height: 3px;
  margin: 2px;
  overflow: hidden;
}

.slide-thumb-item.active::after {
  animation: thumb 5s forwards linear;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  content: "";
  display: block;
  height: inherit;
  transform: translateX(-100%);
}

.slide-next,
.slide-prev {
  opacity: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes thumb {
  to {
    transform: initial;
  }
}

.story__slider-text {
  max-width: 708px;
  margin: 0 0 0 35%;
  color: #4f5761;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}

.story__slider-text p:not(:last-child) {
  margin: 0 0 32px 0;
}

/*======================/STORY-SLIDER====================*/

/*==========================MAIN-FORM====================*/

/*=========================/MAIN-FORM====================*/

/*==========================CATALOG====================*/

.catalog {
  /* padding: 32px 0 60px; */
}

.catalog__breadcrumbs {
  text-align: center;
}

body .breadcrumbs {
  /* margin: 110px 0 0 0; */
}

.breadcrumbs,
.breadcrumbs a {
  color: #949ca6;
  font-feature-settings: "salt" on;
  font-family: var(--font-coco-gothic);
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
}

.breadcrumbs__separator {
  padding: 0 5px;
}

.catalog__title {
  color: #1c242e;
  text-align: center;
  font-family: var(--font-colus);
  font-size: 40px;
  line-height: normal;
  letter-spacing: 0.2px;
  margin: 16px 0 0 0;
}

.search__row {
}

.search__row .row__card {
  flex: 0 1 33.333%;
}

.catalog__body {
  /* padding: 48px 0 0 0; */
}

.content__row {
  display: flex;
  /*gap: 24px;*/
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.row__card {
  position: relative;
  flex: 1 1 33.333%;
  display: flex;
  flex-direction: column;
  max-width: 33.333%;
}

.row__card-inner {
  background-color: #ffffff;
  border: 1px solid transparent;
  padding: 12px;
}

.product-images-mobile-slider {
  display: none;
  margin: 0 auto;
  width: 100%;
  height: 370px;
  overflow: hidden;
}

.product-images-mobile-slider .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.product-images-mobile-slider .swiper-pagination {
  position: relative;
}

.product-sizes {
  background-color: #ffffff;
  width: 100%;
  height: 0;
}

.product-sizes__inner {
}

.product-sizes__header {
  display: flex;
  justify-content: space-between;
}

.product-sizes__header .size__switch-btn {
  padding: 0 0 5px 0;
}

.product-sizes__header-title {
  color: #949ca6;
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  line-height: 24px; /* 150% */
}

.product-imgs {
}

.product-img {
}

.row__card:hover .row__card-inner {
  border: 1px solid #1c242e;
}

.catalog__filter {
  position: relative;
  margin: 24px 0 40px 0;
  background: #fff;
}

.filter__body {
  display: flex;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #d8dbde;
  height: 49px;
}

.filter__params {
}

[data-filter="size"],
[data-filter="category"] {
  position: absolute;
  top: 50px;
  left: 0;
  visibility: hidden;
  z-index: 5;
  background-color: #ffffff;
  width: 100%;
}

[data-filter="sort"] {
  position: absolute;
  top: 50px;
  right: 0;
  visibility: hidden;
  z-index: 5;
  background-color: #ffffff;
  max-width: 200px;
  max-height: none !important;
  width: 100%;
}

.filter__data {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 8px;
  border-right: 1px solid #d8dbde;
  border-bottom: 1px solid #d8dbde;
  border-left: 1px solid #d8dbde;
  max-height: 250px;
}

.filer__data-show {
  visibility: visible;
}

.filter__data-param {
  display: flex;
  gap: 8px;
  padding: 13px 12px;
}

.filter__data-param input {
  opacity: 0;
  line-height: 0;
  font-size: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.filter__data-param:hover {
  background: #f5f6f6;
}

.param__checkbox {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #949ca6;
  border-radius: 0;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

input:checked + .param__checkbox {
  border: 1px solid #1c242e;
  background-image: url("/local/templates/bacho_new/assets/css/../img/icons/checkbox.svg");
  background-size: 18px 18px;
}

.param__checkbox:hover {
  border: 1px solid #4f5761;
}

.param__checkbox + .param__name {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.param__checkbox-sort {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: none;
  border-radius: 0;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  /*background-image: url("/local/templates/bacho_new/assets/css/../img/icons/tick.svg");*/
  background-image: none;
}

input:checked + .param__checkbox-sort {
  border: none;
  background-image: url("/local/templates/bacho_new/assets/css/../img/icons/tick.svg");
  background-size: 18px 18px;
}

input:checked + .param__checkbox-sort:hover {
  border: none;
}

.param__name {
  color: #363d47;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
}

.filter__selected_params {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  padding: 24px 0 0 0;
}

.selected_param {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 6px 6px 14px;
  border-radius: 20px;
  background: #f5f6f6;
  transition: 0.3s;
}

.selected_param:hover {
  background: #ecedee;
}

.reset-param {
  cursor: pointer;
  padding: 6px 14px;
}

.reset-param .selected_param-name {
  margin: 0;
}

.selected_param-name {
  margin: 0 4px 0 0;
  color: #4f5761;
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.selected_param-delete {
  position: relative;
  margin: 4px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #b5bac1;
}

.filter__field {
  position: relative;
  color: #4f5761;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}

.filter__field:nth-child(1) {
  margin: 0 32px 0 0;
}

.filter__field:nth-child(3) {
  margin: 0 0 0 auto;
}

.filter__name {
  cursor: pointer;
  padding: 0 20px 0 0;
}

.filter__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  content: "";
}

.filter__checkbox + label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url("/local/templates/bacho_new/assets/css/../img/icons/arrow_down.svg") center right no-repeat;
}

.filter__checkbox:checked + label::before {
  transform: rotate(180deg);
}

.filter__checkbox + .filter__name {
  /*color: #4F5761;*/
}

.filter__checkbox:checked + .filter__name {
  /*opacity: 1;*/
  /*color: #4F5761;*/
  color: #000000;
}

.product-name {
  color: #363d47;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
  margin: 12px 0 4px 0;
}

.product-price {
  color: #4f5761;
  font-family: var(--font-coco-gothic);
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px 0;
  /* 142.857% */
}

.product-sizes {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.row__card:hover .product-sizes {
  margin: 0;
  overflow: visible;
  opacity: 1;
}

.size__switches {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #80828c;
  font-feature-settings: "salt" on;
  font-family: var(--font-coco-gothic);
  font-size: 14px;
  line-height: 20px;
  /* 142.857% */
}

.size__switch {
}

.inches {
}

.metres {
}

.sizes__table {
  margin: 8px 0 0 0;
}

.sizes {
  display: none;
}

.sizes.sizes_show {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.size__row {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: #4f5761;
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}

.size__row-name {
}

.size__row-separator {
  position: relative;
  width: 100%;
}

.size__row-separator::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #d8dbde;
}

.size__row-size {
}

.catalog__footer {
  margin: 80px 0 0 0;
}

body .footer-item p {
  font-family: Coco Gothic;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #363d47;
  text-decoration: none;
}
body .footer-item p a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
.catalog__footer-count {
  color: #363d47;
  text-align: center;
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  margin: 0 0 12px 0;
}

.catalog__footer-progress {
  max-width: 952px;
  width: 100%;
  height: 2px;
  margin: 0 auto 32px;
  background: #ecedee;
}

.catalog__footer-btn {
  margin: 0 auto;
  width: 220px;
  cursor: pointer;
}

/*=========================/CATALOG====================*/

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

/*=========CATEGORIES=========*/
body .catalog__slider .swiper-wrapper.swiper {
  overflow: inherit;
}

.catalog__slider {
  margin: 70px 0 0 0;
  height: 282px;
}

.category__slider {
}

.category__slider .swiper-slide {
}

.category__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.category__img {
}

.catogory__name {
  margin: 8px 0 0 0;
  color: #363d47;
  font-feature-settings: "salt" on;
  /* Paragraph 16 */
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

/*========/CATEGORIES=========*/
.other__shape {
  /* margin: 35px 0 70px 0; */
}

.other__shape_slider {
}

.other__shape-title {
  color: #1c242e;
  font-family: var(--font-colus);
  font-size: 32px;
  font-style: normal;
  letter-spacing: 0.16px;
  margin: 0 0 32px 0;
}

/*===============PRODUCT-CARD===============*/
body .product__footer .row__card {
  max-width: none;
}
body .card__breadcrumbs {
  /* margin: 150px 0 0 0; */
  /* margin: 110px 0 0 0; */
}

.product__wrapper {
  padding: 0 0 120px 0;
}

.product {
  padding: 16px 0 180px 0;
}

.product__name {
  color: #1c242e;
  font-family: var(--font-colus);
  font-size: 40px;
  font-style: normal;
  letter-spacing: 0.2px;
  margin: 0 0 40px 0;
}

.mobile-card-name {
  display: none;
}

.product__body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.fancybox__footer {
}

.f-thumbs__track {
  /*flex-direction: column !important;*/
}

.product__photos {
  position: relative;
}

.simple__photos img {
  width: 100%;
}

.simple__photos {
  margin: 12px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product__slider-body {
  position: relative;
}

[data-fancybox="product_images"] {
  display: block;
}

.product__slider {
  max-width: 800px;
  width: 100%;
  overflow: hidden;
}

.product__slider img {
  cursor: pointer;
}

.product__slider .swiper-scrollbar {
  display: none;
}

.product__slider .swiper-pagination-bullet {
  width: 53px;
  height: 3px;
  border-radius: 4px;
  opacity: 0.5;
  background: #fff;
  transition: 0.3s;
}

.product__slider .swiper-pagination-bullet-active {
  opacity: 1;
}

body .custom-label .ag-countrymask {
  width: 100%;
}
body .ag-countrymask ~ span {
  display: none;
}

.product__slider .custom-arrow,
.product__slider .custom-arrow {
  width: 32px !important;
  height: 32px !important;
}

.mobile-live-photos__title {
  color: #1c242e;
  font-family: var(--font-colus);
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.1px;
  margin: 0 0 32px 0;
}

.mobile-live-photos {
  display: none;
}

.product__info {
  max-width: 464px;
  width: 100%;
}

.product__price {
  color: #1c242e;
  font-family: var(--font-coco-gothic);
  font-size: 24px;
  line-height: 32px;
  /* 133.333% */
  margin: 0 0 20px 0;
}

.product__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 52px 0;
}

.product__materials {
  margin: 0 0 40px 0;
}

.product__info-title {
  color: #949ca6;
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  margin: 0 0 4px 0;
}

.product__mats {
  color: #363d47;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}

.product__sizes-head {
  display: flex;
  justify-content: space-between;
}

.product__sizes-swicth {
  display: flex;
  gap: 8px;
}

.size__switch-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.size__switch-btn input {
  opacity: 0;
  line-height: 0;
  font-size: 0;
  height: 0;
  width: 0;
  position: absolute;
}

.size__switch-btn-name {
  color: #80828c;
  font-family: var(--font-coco-gothic);
  font-size: 14px;
  line-height: 20px;
  border-bottom: 2px solid transparent;
}

.size__switch-btn-border {
  border-bottom: 2px solid transparent;
}

.size__switch-btn:hover .size__switch-btn-name {
  color: #383838;
}

.size__switch-btn_active,
.size__switch-btn-name:hover {
  border-color: #000;
}

/* input:checked + .size__switch-btn-border {
  
} */

[data-size="inches"] {
  display: block;
}

[data-size="metres"] {
  display: none;
}

.product__sizes-bottom {
  color: #363d47;
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}

.product__about {
  margin: 30px 0 0 0;
  color: #363d47;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}

.product__about p:not(:last-child) {
  margin: 0 0 30px 0;
}

.product__footer {
  position: relative;
}

.product__footer-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 0 0;
}

.product__footer-filter-switch-buttons {
  display: flex;
  gap: 32px;
}

.product__footer-filter-slider-arrows {
  position: relative;
}

.product__footer-filter-slider-arrows .custom-slider-navigation {
  display: flex;
  gap: 8px;
  flex-direction: row-reverse;
  align-items: center;
}

.product__footer-filter-slider-arrows .custom-arrow {
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.product__footer-filter_btn {
  cursor: pointer;
  position: relative;
  padding: 0 0 24px 0;
  color: #80828c;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}

.filter-btn__active {
  position: relative;
  color: #363d47;
}

.filter-btn__active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #363d47;
}

.product__footer-title {
  color: #1c242e;
  font-family: var(--font-colus);
  font-size: 32px;
  letter-spacing: 0.16px;
  margin: 0 0 32px 0;
}

.product__footer-filter {
  border-bottom: 1px solid #d8dbde;
  background: #fff;
  margin: 0 0 40px 0;
}

.product__footer-slider {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 0 150px 0;
  display: none;
}

.product__footer-slider-nav {
  position: absolute;
  top: 90px;
  right: 15px;
}

.product__footer-slider-nav .custom-arrow {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.product__footer-slider .custom-slider-navigation {
  position: relative;
  display: flex;
  gap: 8px;
}

.product__footer-slider_active {
  display: block;
}

.product__footer-slide {
  display: block;
}

.fancybox-thumbs {
  width: 120px; /* Ширина контейнера миниатюр */
}

.fancybox-thumbs .fancybox-thumbs__list {
  display: flex;
  flex-direction: column; /* Вертикальное расположение миниатюр */
  align-items: flex-start; /* Выравнивание слева */
}

.fancybox-thumbs .fancybox-thumbs__list .fancybox-thumbs__item {
  margin: 10px 0; /* Отступ между миниатюрами */
}

.fancybox-thumbs .fancybox-thumbs__list .fancybox-thumbs__item img {
  width: 100%; /* Ширина миниатюры */
  height: auto;
}

/*===============/PRODUCT-CARD===============*/

/*===============MOB-FILTERS=================*/
.mobile__filter-btn {
  display: none;
  z-index: 4;
  position: fixed;
  bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  border-radius: 52px;
  background: #1c242e;
  width: 120px;
  padding: 12px 24px;
  color: #fff;
  text-align: center;
  font-family: var(--font-coco-gothic);
  font-size: 18px;
  line-height: 24px;
  /* 133.333% */
}

.mobile__filters {
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile__filters-show {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 1.3s ease-in-out;
}

.mobile__filters-body {
  position: absolute;
  bottom: 0;
  padding: 70px 16px 120px;
  background-color: #ffffff;

  /*height: 80%;*/
  height: 680px;
  width: 100%;
  /*overflow: auto;*/
  transform: translateY(-150%);
  animation: ani 0.4s forwards;
}

.mobile__filters-head {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 16px 24px;
  z-index: 8;
  background-color: #fff;
}

.mobile__filters-title {
  color: #1c242e;
  font-family: var(--font-colus);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  letter-spacing: 0.1px;
}

.mobile__filters-close-btn {
  padding: 10px;
}

.mobile__filters-close-btn img {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background-color: #b5bac1;
  background-position: center;
  border-radius: 50%;
}

.mobile__filters-groups {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  overflow-y: scroll;
  max-height: 540px;
}

.mobile__filters-groups::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.mobile__filters-group {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #ecedee;
}

.mobile__filters-group:last-child {
  margin: 0 0 40px 0;
}

.mobile__filters-group-name {
  color: #949ca6;
  font-family: var(--font-coco-gothic);
  font-size: 16px;
  line-height: 24px;
  /* 150% */
}

.mobile__filters-selected {
  padding: 12px 0 0 0;
}

.mobile-filter-param {
  padding: 13px 0;
}

.mobile__filters-value {
}

.mobile__filters-apply-btn {
  position: fixed;
  bottom: 32px;
  left: 0;
  right: 0;
  /* Добавьте это свойство для выравнивания по горизонтали */
  height: 52px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  font-family: var(--font-coco-gothic);
}

.apply-btn-name {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  /* 150% */
}

.apply-btn-count {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1;
  /* 123.077% */
}

@keyframes ani {
  0% {
    transform: translateY(150%);
  }

  100% {
    transform: translateX(0);
  }
}

/*==============/MOB-FILTERS=================*/

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.custom-arrow.swiper-button-prev,
.custom-arrow.swiper-button-next {
  width: 48px;
  height: 48px;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s;
  border-radius: 48px;
  border: 1px solid #ecedee;
  background-color: #fff;
  background-image: url("/local/templates/bacho_new/assets/css/../img/icons/arrow_slider.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.custom-arrow:hover {
  background-color: #e1e1e1;
}

.custom-arrow.swiper-button-prev {
  transform: scale(-1, 1);
}

.custom-arrow.swiper-button-disabled {
  opacity: 1;
  background-color: #ecedee;
  background-image: url("/local/templates/bacho_new/assets/css/../img/icons/arrow_slider_disabled.svg");
}

.other__shape_slider .custom-arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.category__slider .custom-arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

/* ===== SOCIALS ===== */
.socials-main {
  margin: 100px 0 0 0;
}
.socials {
}
.socials__items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}
.social-item {
  flex: 1;
  max-width: 220px;
  width: 100%;
  background-color: #ecedee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 26px;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
}
.social-item:hover {
  background-color: #dbdcdd;
}
@media (max-width: 992px) {
  .social-item {
    flex: 1 1 31%;
    max-width: none;
  }
}
.social-item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.social-item__icon {
  position: relative;
  border-radius: 48px;
  width: 60px;
  height: 60px;
  background-color: #1c242e;
}
.social-item__icon svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  fill: #ecedee;
  height: 100%;
  width: 100%;
  max-width: 30px;
  max-height: 30px;
}
.social-item__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #1c242e;
}
/* ===== /SOCIALS ===== */

/* ===== VIDEO CATALOG ===== */
.video-catalog-main {
  margin: 120px 0 160px;
}
.video-catalog {
}
.video-catalog__body {
}
.video-catalog__title {
  margin: 0 0 56px 0;
}
.video-catalog__videos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.video-catalog__video {
  height: 260px;
  position: relative;
  flex: 1 1 32%;
  min-width: 280px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  pointer-events: all;
}
.video-catalog__video.hidden {
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.video-catalog__video iframe {
  width: 100%;
  height: 100%;
}
.video-catalog__video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.video-catalog__video-preview.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video-catalog__video-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(28, 36, 46, 0) 0%,
    rgba(28, 36, 46, 0.9) 100%
  );
}
.video-catalog__video-poster {
  display: flex;
  pointer-events: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-catalog__video-title {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.video-catalog__video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.video-catalog__video-play:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.video-catalog__showmore {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333;
  text-align: center;
  color: #fff;
  padding: 14px 24px;
  max-width: 464px;
  width: 100%;
  background-color: #1c242e;
  cursor: pointer;
  margin: 80px auto 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.video-catalog__showmore:hover {
  background-color: #2f3b4a;
}
/* /VIDEO CATALOG */

/* НОВЫЕ СТИЛИ В КАРТОЧКЕ */

.product__slider {
  position: relative;
}

.product__slider-video-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 120px;
  height: 120px;
  padding: 10px;
  background-color: #1c242e;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  z-index: 2;
}

@media (max-width: 768px) {
  .product__slider-video-button {
    width: 100px;
    height: 100px;
  }
}

.product__slider-video-button-text {
  width: 100%;
  height: 100%;
}

.product__slider-video-button-play {
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  bottom: 0;
  width: 21px;
  height: 24px;
  margin: auto;
}

.product__video {
  margin: 0 0 160px 0;
}

.product__video-iframe {
  display: none;
  width: 100%;
  height: 100%;
  max-width: 75%;
  max-height: 75%;
  background-color: transparent;
}

@media (max-width: 992px) {
  .product__video-iframe {
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .product__video-iframe {
    max-width: none;
  }
}

.product__video-iframe.fancybox__content {
  padding: 0;
  position: relative;
}

.product__video-iframe iframe {
  width: 100%;
  height: 100%;
}
.product__video-iframe.fancybox__content > .f-button.is-close-btn {
  top: 5px;
  right: 5px;
  background-color: #363d47;
  border-radius: 100%;
}
.product__video-iframe.fancybox__content > .f-button.is-close-btn svg {
  fill: #ffffff;
}
.product__video-iframe.fancybox__content .ytp-show-cards-title {
  display: none !important;
}
.product__video-iframe-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product__video-iframe-preview.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product__video-iframe-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__video-iframe-play {
  position: absolute;
  width: 100px;
  height: 100px;
  z-index: 2;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product__video-iframe-play svg {
  width: 100px;
  height: 100px;
}
.size_value {
  white-space: nowrap;
}
/* /НОВЫЕ СТИЛИ В КАРТОЧКЕ */

/* End */


/* Start:/local/templates/bacho_new/assets/css/stylemobile.css?17291661175110*/
@media (max-width: 1400px) {
    .header__logo {
        display: none;
    }

    .center-logo {
        display: block;
    }
}

@media (max-width: 1250px) {
    .product__photos {
        max-width: 600px;
    }
}

@media (max-width: 1000px) {
    .product__photos {
        max-width: 450px;
    }
}

@media (max-width: 900px) {
    .container {
        padding: 0 16px;
    }

    .catalog.mt-160{
        margin-top: 60px;
    }

    .footer {
        padding-top: 42px;
    }
    .header {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
    }

    .product-images {
        display: none !important;
    }

    .product-images-mobile-slider {
        display: block;
    }

    .center-logo img {
        max-width: 71px;
    }

    .header__body {
        padding: 14px 0;
    }

    .header__left {
        display: none;
    }

    .header__right-desc {
        display: none;
    }

    .header-burger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .search__spoiler-field {
        margin: 0 0 24px 0;
    }

    .catalog {
        padding: 15px 0 30px;
    }

    .row__card {
        flex: 0 1 50%;
        max-width: 50%;
    }
    .row__card:hover .row__card-inner {
        border: none;
    }
    .product-sizes {
        display: none;
    }
    .breadcrumbs {
        margin: 10px 0 !important;
    }
    .product__footer-slider {
        padding: 0 ;
    }

    .product__wrapper {
        padding: 0 0 70px 0;
    }
    .product {
        padding: 16px 0 50px 0;
    }
}

@media (max-width: 800px) {
    .product__name {
        display: none;
    }

    .mobile-card-name {
        display: block;
        margin: 32px 0 0 0;
    }

    .search__input {
        font-size: 16px;
    }

    .product__photos {
        max-width: none;
    }

    .simple__photos {
        display: none;
    }

    .mobile-live-photos, .mobile-live-photos .simple__photos {
        display: block;
    }

    .mobile-live-photos .simple__photos {
    }

    .mobile-live-photos .simple__photos img {

    }

    .product__body {
        flex-direction: column;
    }

    .product__slider-body {
        padding: 0 0 16px 0;
    }

    .product__info {
        max-width: none;
    }

    .mobile-live-photos {
        margin: 80px 0 0 0;
    }

    .product__slider .swiper-pagination-bullet {
        opacity: 0.16;
        background: #1C242E;
    }

    .product__slider .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .product__slider .swiper-pagination-bullets {
        bottom: -10px;
    }
    .preview__card-about {
        left: 20px;
        bottom: 40px;
    }
    .product__slider .custom-arrow,
    .product__slider .custom-arrow {
        display: none;
    }
}

@media (max-width: 600px) {
    .catalog__filter {
        display: none;
    }
    .catalog__body {
        padding: 48px 0 0 0;
        border-top: 1px solid #D8DBDE;
    }
    .catalog__slider {
        margin: 60px 0 0 0;
    }
    .mobile__filter-btn {
        display: block;
    }
    .preview__catalog-note {
        font-size: 20px;
    }
    .preview__card-body {
        max-width: 100%;
    }
    .preview__card-category {
        font-size: 20px;
    }
    .sort + .param__name::before {
        background-image: url(/local/templates/bacho_new/assets/css/../img/icons/radio-button.svg);
        background-size: 18px 18px;
    }
    .sort + .param__name:hover::before {
        border: none;
        background-image: url(/local/templates/bacho_new/assets/css/../img/icons/radio-button-hover.svg);
        background-size: 18px 18px;
    }
    .sort:checked + .param__name::before {
        border: none;
        background-image: url(/local/templates/bacho_new/assets/css/../img/icons/radio-button-click.svg);
        background-size: 18px 18px;
    }
    .filter__data-param:hover {
        background: none;
    }
    .product__footer-title {
        margin: 0 0 32px 0;
        font-size: 20px;
        letter-spacing: 0.1px;
    }
    .product__footer-filter {
         padding: 0;
    }
    .product__wrapper {
        padding: 0 0 50px 0;
    }
    .product__footer-slider-nav {
        top: 60px;
    }
    .product__footer-slider-nav .custom-arrow{
        width: 40px;
        height: 40px;
        background-size: 20px 24px;
    }
}

@media (max-width: 500px) {


    .menumobile-wrap {
        max-width: 100%;
    }

    .row__card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .other__shape {
        display: none;
    }
}

@media (max-width: 425px) {
    .product__footer-filter-switch-buttons {
        gap: 10px;
    }
    .preview__catalog-link {
        display: none;
    }
    .product__slider .swiper-pagination-bullet {
        width: 30px;
    }

    .mobile-card-name {
        font-size: 20px;
        letter-spacing: 0.1px;
    }

    .product__price {
        font-size: 16px;
    }
}


@media (max-width: 375px) {

    .catalog__title {
        font-size: 24px;
        letter-spacing: 0.12px;
    }

    .catalog__slider {
        margin: 32px 0 0 0;
        height: 300px;
    }
}

/* End */


/* Start:/local/templates/bacho_new/assets/css/hoverslider.css?17291661171948*/
.product-images {
	position: relative;
	display: block;
	overflow: hidden;
	bottom: auto;
	/* height: 100%; */
	z-index: 1;
}

.product-images:after {
	content: '';
	padding-top: 100%;
	display: block;
}

.product__images-inner {
	bottom: 0;
	display: flex;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.product__images-column {
	align-items: flex-end;
	display: flex;
	flex: 1;
	height: 100%;
	position: static;
}

.product-card__img-wrapper {
	bottom: 0;
	overflow: hidden;
	right: 0;
	top: 0;
	z-index: -2;
}

.product__images-column:hover .product-card__img-wrapper,
.product__images-column:first-child .product-card__img-wrapper {
	opacity: 1;
}
.product__images-column .product-card__img-wrapper {
	opacity: 0;
}
.product-card__img-wrapper {
	bottom: 0;
	overflow: hidden;
	right: 0;
	top: 0;
	z-index: -2;
}
.product-card__img,
.product-card__img-wrapper {
	border: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.product-card__img-wrapper{
    background-color: #fff;
}
.product-card__img {
	border: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.product-card__img:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.product-card__img img {
	display: block;
	height: 100%;
 	-o-object-fit: contain;
	object-fit: contain;
	transition: opacity 0.15s;
	/* width: 100%; */
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-card__column-btn {
	bottom: 7px;
	flex: 1;
	min-height: 3px;
	position: relative;
	transition: opacity 0.2s;
	z-index: 4;
	/*opacity: 0;*/
}

.product-card__column-btn:after {
	background: transparent;
	bottom: 2px;
	content: '';
	height: 3px;
	position: absolute;
	top: 1px;
	border-radius: 1px;
	transition: background-color 0.2s;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
}

.product__images-column:hover .product-card__column-btn:after {
	background-color: #2c2c2c;
}

/* End */


/* Start:/local/templates/bacho_new/components/bitrix/catalog.search/header_search/style.css?1729166118163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */


/* Start:/local/templates/bacho_new/components/bitrix/catalog.section.list/mobile_menu1/style.min.css?17291661181020*/
.catalog-sections-list-menu-items{display:block;padding:0;margin:0;background-color:#fff}.catalog-sections-list-menu-item{display:block;padding:0 0 0 17px;margin:0}.catalog-sections-list-menu-item-link{padding:0 17px 0 0;width:100%;display:flex;align-items:center;justify-content:space-between;position:relative;min-height:55px;border-bottom:1px solid rgba(18,18,18,0.06);vertical-align:middle;text-decoration:none !important}.catalog-sections-list-menu-item-text{font-style:normal;font-weight:normal;font-size:18px;line-height:21px;color:#333;padding:17px 0}.catalog-sections-list-menu-item-text:hover{color:#000}.catalog-sections-list-menu-item-text i{font-style:normal;opacity:.6}.catalog-sections-list-menu-item:active,.catalog-sections-list-menu-item:hover,.catalog-sections-list-menu-item.selected .catalog-sections-list-menu-item-text{opacity:1}.catalog-sections-list-menu-item-angle{display:block;transform:rotate(-45deg);border-bottom:1px solid;border-right:1px solid;color:#333;opacity:.6;width:7px;height:7px}
/* End */


/* Start:/local/templates/bacho_new/components/bitrix/news.list/store_addresses/style.css?1729166118599*/
.stores{
    height: 0;
    opacity: 0;
    z-index: -1;
    transition: line-height 1s ease-in;
}
.active .stores{
    height: auto;
    opacity: 1;
    z-index: unset;
}
.state {
    position: relative;
}
.state .arrow::before {
    content: '';
    right: -5px;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(/local/templates/bacho_new/assets/css/../img/icons/arrow_down.svg) center right no-repeat;
    transition-duration: 0.3s;
    display: inline-block;
    position: relative;
}
.state.active .arrow::before {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/bacho_new/template_styles.css?1736934094271*/
span.old-price {
    text-decoration: line-through;
    text-decoration-color: orangered;
    text-decoration-thickness: 1px;
    color: gray;
    font-size: 16px;
}
.row__card-inner .old-price {
    font-size: 12px;
}
.new-price {
    color: orangered;    
}
/* End */
/* /local/templates/bacho_new/assets/css/style.css?172923251342950 */
/* /local/templates/bacho_new/assets/css/stylemobile.css?17291661175110 */
/* /local/templates/bacho_new/assets/css/hoverslider.css?17291661171948 */
/* /local/templates/bacho_new/components/bitrix/catalog.search/header_search/style.css?1729166118163 */
/* /local/templates/bacho_new/components/bitrix/catalog.section.list/mobile_menu1/style.min.css?17291661181020 */
/* /local/templates/bacho_new/components/bitrix/news.list/store_addresses/style.css?1729166118599 */
/* /local/templates/bacho_new/template_styles.css?1736934094271 */
