

/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog/bash_catalog/style.css?17487551347297*/
/*#================ catalog-page ================#*/
.catalog-present {
  display: grid;
  grid-template-areas: "imageOne sliderOne imageSecond sliderThree" "imageOne sliderSecond imageSecond sliderFour";
  grid-template-rows: repeat(2, 235px);
  grid-template-columns: 375px 230px 375px 475px;
  gap: 40px;
  margin-bottom: 30px;
}

@media (max-width: 1600px) {
  .catalog-present {
    display: none;
  }
}
.catalog-present__box {
  max-width: 375px;
  max-height: 510px;
  overflow: hidden;
  border-radius: 20px;
}

.catalog-slider--new {
  grid-area: sliderOne;
}

.catalog-slider--collection {
  grid-area: sliderSecond;
}

.catalog-slider--old {
  grid-area: sliderThree;
}

.catalog-slider--old .swiper-wrapper .swiper-slide .catalog-slider__item,
.catalog-slider--old .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__link,
.catalog-slider--old .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__box {
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.catalog-slider--old .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__image {
  transform: translateY(-28%);
  height: 450px;
}

.catalog-slider--another .swiper-wrapper .swiper-slide .catalog-slider__item,
.catalog-slider--another .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__link,
.catalog-slider--another .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__box {
  max-width: 100%;
  height: 90%;
  width: 100%;
}

.catalog-slider--another .swiper-wrapper .swiper-slide .catalog-slider__item .card-product__image {
  transform: translateY(-25%);
  height: 350px;
}

.catalog-slider--another {
  grid-area: sliderFour;
}

.catalog-present__img--one {
  grid-area: imageOne;
}

.catalog-present__img--second {
  grid-area: imageSecond;
}

.catalog-slider {
  width: 100%;
}

.catalog-present__img {
  display: block;
}

.present-mob {
  margin: 40px;
}

.catalog-present__link {
  margin: 0 0 20px;
  padding: 5px 15px 5px;
  font: 700 25px/30px "openSans";
  font: 700 25px/30px var(--font);
  text-align: center;
  text-transform: uppercase;
  display: block;
  background-color: #1e3060;
  color: var(--white);
  border-radius: 15px;
}

@media (max-width: 500px) {
  .catalog-present__link {
    font: 700 18px/22px var(--font);
  }
}
.catalog-group {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: stretch;
}
.catalog-group.container {
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .catalog-group.container {
    padding: 0;
  }
}
.catalog-group__item {
  flex: 1;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1460px) {
  .catalog-group__item {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 500px) {
  .catalog-group__item {
    border-radius: 0px;
  }
}
.catalog-group__link {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

@media (max-width: 1460px) {
  .catalog-group__link {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .catalog-group__link {
    flex-direction: column;
    align-items: center;
  }
}
.catalog-group__info {
  background-color: #e4e4e4;
  padding: 30px 10px 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  height: 250px;
}

@media (max-width: 1460px) {
  .catalog-group__info {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .catalog-group__info {
    max-width: 100%;
    padding: 40px 10px 40px;
  }
}
.catalog-title {
  color: #1e3060;
  font: 700 25px/30px var(--font);
  display: block;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0;
}

.catalog-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 2px;
  background-color: #1e3060;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.catalog-group__text {
  color: #1e3060;
  font: 400 16px/20px var(--font);
  display: block;
  color: #1e3060;
  text-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 0 auto;
}

.catalog-group__decor {
  height: 420px;
  display: flex;
}

@media (max-width: 1460px) {
  .catalog-group__decor {
    height: auto;
  }
}
@media (max-width: 700px) {
  .catalog-group__decor {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .catalog-group__decor {
    height: 250px;
    width: 100%;
  }
}
.catalog-group__image {
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.catalog-designers__more, .catalog-group__more {
  background-color: #1e3060;
  color: var(--white);
  border-radius: 25px;
  max-width: 240px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0px;
  display: block;
  font: 700 16px/20px var(--font);
}

.catalog-group__more {
  max-width: 210px;
}

.catalog-category {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.catalog-category.container {
  margin-bottom: 50px;
}

@media (max-width: 500px) {
  .catalog-category {
    margin-bottom: 30px;
  }
  .catalog-category.container {
    padding: 0;
  }
}
.category-item {
  display: flex;
  align-items: stretch;
  border-radius: 15px;
  overflow: hidden;
  width: calc(50% - 30px);
}
@media (max-width: 900px) {
  .category-item {
    width: 100%;
  }
}

@media (max-width: 1600px) {
  .category-item {
    flex-direction: column;
    max-height: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .category-item {
    border-radius: 0px;
  }
}
.category-item__info {
  background-color: #e4e4e4;
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  flex-shrink: 0;
}

@media (max-width: 1600px) {
  .category-item__info {
    padding: 40px 10px;
    max-width: 100%;
  }
}
.category-item__image {
  display: block;
}

.category-item__link {
  background-color: #1e3060;
  color: var(--white);
  border-radius: 25px;
  max-width: 260px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0px;
  display: block;
  font: 700 16px/20px var(--font);
}

@media (max-width: 600px) {
  .category-item__descr {
    font-size: 16px;
  }
}
.category-item__descr {
  margin: 0 0 30px;
  font: 400 18px/20px var(--font);
  color: #1e3060;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
  text-align: center;
}

@media (max-width: 600px) {
  .category-item__descr {
    margin: 0;
    font-size: 16px;
  }
}
/*------- new catalog view----------*/
.catalog-wrapper__content {
  display: flex;
  gap: 30px;
}

@media (max-width: 1000px) {
  .catalog-wrapper__content {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -35px;
  }
}
/*general properties */
.main {
  padding-bottom: 50px;
}

.section-logo {
  margin-bottom: 2%;
}

.section-logo img {
  height: 40px;
  width: auto;
}

/* template styles */
div#cover {
  display: none;
}

@media (max-width: 500px) {
  div.wishlistpopup {
    font: 400 16px/20px var(--font);
  }
}
.incart-info {
  display: none;
  position: absolute;
  border-radius: 10px;
  left: 0;
  background: rgb(24, 216, 209);
  padding: 20px;
  color: black;
  font-size: 1rem;
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.section.list/bash_section_list/style.css?172428109713736*/
.section-menu__wrapper {
  position: relative;
}
.section-menu__wrapper.container {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .section-menu__wrapper.container {
    margin-bottom: 30px;
  }
}
.section-menu__wrapper.line {
  align-items: center;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.section-menu__top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 50px;
}
.section-menu__top.container {
  margin-bottom: 30px;
}
.section-menu__title {
  font: 700 25px/30px var(--font);
  color: var(--gray-850);
  text-align: center;
  margin: 0 auto;
  padding: 0 7px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .section-menu__title {
    font: 700 18px/24px var(--font);
  }
}
.section-menu__categories {
  position: relative;
}
.section-menu__categories.container {
  margin-bottom: 30px;
}
.section-menu__btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: var(--white);
  color: var(--gray-800);
}
@media screen and (max-width: 1950px) {
  .section-menu__btn {
    transform: none;
    height: initial;
    top: -40px;
  }
}
.section-menu__btn-icon {
  width: 100%;
  height: 100%;
  display: flex;
}
.section-menu__btn.btn-next {
  right: 25px;
}
.section-menu__btn.btn-prev {
  left: 25px;
}
@media screen and (max-width: 1950px) {
  .section-menu__btn.btn-prev {
    left: auto;
    right: 55px;
  }
}

.section-preview {
  width: 100%;
  object-fit: cover;
  margin-bottom: 15px;
}
.section-preview__video {
  width: 100%;
}
.section-preview__img {
  width: 100%;
}

.section-carousel__pagination {
  text-align: center;
}
.section-carousel__pagination .swiper-pagination-bullet-active {
  background-color: var(--gray-900);
}
.section-carousel__img {
  width: 100%;
}

.categories.line {
  display: flex;
  align-items: center;
  gap: 15px;
}
.categories.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .categories.grid {
    gap: 20px 25px;
  }
}

.grid-item {
  width: calc(16.6666666667% - 20px);
}
@media screen and (max-width: 1800px) {
  .grid-item {
    width: calc(20% - 20px);
  }
}
@media screen and (max-width: 1300px) {
  .grid-item {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .grid-item {
    width: calc(33.3333333333% - 20px);
  }
}
.grid-item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin: 0;
  border: 2px solid #cecece;
  width: 100%;
  border-radius: 25px;
  padding: 15px 5px;
  transition: var(--df-anim);
  background-color: var(--white);
  height: 100%;
}
.grid-item__link:hover {
  background-color: rgba(207, 226, 243, 0.25);
}
.grid-item__link:hover .grid-item__box {
  transform: scale(1.1) translateY(5%);
}
@media (max-width: 600px) {
  .grid-item__link {
    border: none;
    width: auto;
    border-radius: 10px;
    padding: 0px;
  }
}
.grid-item__box {
  display: block;
  border-radius: var(--radius-mob);
  overflow: hidden;
  margin: 0 auto 20px;
  max-width: 210px;
  transition: var(--df-anim);
  mix-blend-mode: darken;
}
@media (max-width: 1570px) {
  .grid-item__box {
    max-width: 140px;
  }
}
@media (max-width: 1000px) {
  .grid-item__box {
    max-width: 100px;
    margin-bottom: 5px;
  }
}
.grid-item__img {
  display: block;
}
.grid-item__name {
  font: 700 14px/20px var(--font);
  color: var(--gray-800);
  margin: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .grid-item__name {
    font-size: 12px;
    line-height: 13px;
  }
}

.line-item__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid var(--gray-200);
  position: relative;
}
.line-item__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--gray-200);
  transition: var(--df-anim);
  display: block;
  z-index: -1;
}
.line-item__link:hover:before {
  width: 100%;
}
.line-item__box {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: var(--gray-200);
}
@media screen and (max-width: 600px) {
  .line-item__box {
    width: 80px;
    height: 80px;
  }
}
.line-item__icon {
  height: 70px;
  object-fit: cover;
  width: 70px;
  mix-blend-mode: darken;
  display: block;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .line-item__icon {
    width: 60px;
    height: 60px;
  }
}
.line-item__icon.bSIcon {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .line-item__icon.bSIcon {
    width: 80px;
    height: 80px;
  }
}
.line-item__name {
  font: 500 16px/20px var(--font);
  color: var(--gray-800);
  padding-right: 20px;
  min-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section-catalogue.container {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .section-catalogue.container {
    margin-bottom: 30px;
  }
}
.section-catalogue__title {
  font: 700 22px/28px var(--font);
  color: var(--gray-900);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
}
.section-catalogue__title--accent {
  color: #8c7f25;
}
.section-catalogue__items {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .section-catalogue__items {
    justify-content: space-between;
  }
}
.section-catalogue__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(16.6666666667% - 30px);
}
@media (max-width: 1200px) {
  .section-catalogue__link {
    width: calc(33.3333333333% - 30px);
  }
}
@media (max-width: 600px) {
  .section-catalogue__link {
    width: calc(50% - 15px);
  }
}
.section-catalogue__box {
  height: 100%;
}
.section-catalogue__image {
  width: auto;
  height: 100%;
}
@media (max-width: 600px) {
  .section-catalogue__image {
    width: 100%;
    height: auto;
  }
}
.section-catalogue__name {
  font: 400 16px/20px var(--font);
  color: var(--gray-750);
  margin: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.section-catalogue__name:first-letter {
  text-transform: uppercase;
}
.section-catalogue__name-text {
  color: inherit;
  font: inherit;
}

/*
.section-catalogue{
  margin-bottom: 40px;
  }
  @media(max-width:500px){
  .section-catalogue{
  margin-bottom: 0px;
  }
  }
  .section-catalogue__title{
  font: 700 24px/28px var(--font);
  color: var(--gray-900);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
  }
  .section-catalogue__title--accent{
  color: #8c7f25;
  }
  .section-catalogue__items{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 30px;
  }
  @media(max-width:500px){
  .section-catalogue__items{
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  }
  .section-catalogue__link{
  height:100%;
  display: flex;
  flex-direction: column;
  align-items:center;
  gap:5px;
  }
  .section-catalogue__name{
  font: 400 14px/20px var(--font);
  color: var(--gray-700);
  margin: 0;
  text-align: center;
  }

  .section-menu{
    margin-bottom:20px;
  }
  .section-preview{
    margin-bottom: 15px;
  }
  .section-menu__category{
  padding:0;
  margin-bottom:15px;
  }
  .sections-menu__grid{
      display: flex;
      flex-wrap:wrap;
      gap: 20px;
      align-items: stretch;
      justify-content: center;
      padding:0 15px;
  }
  @media (max-width: 500px){
    .section-menu{
    margin-bottom:10px;
  }
  .section-preview{
    margin-bottom: 8px;
  }
  .section-menu__category{
  margin-bottom:8px;
  }
  .sections-menu__grid {
    padding: 0 7px;
  }
  }
  .sections-menu__grid-item{
  display: block;
      margin: 0;
      border: 2px solid #cecece;
      width: 100%;
    max-width:298px;
      border-radius: 25px;
      padding: 15px 5px;
  }
  .sections-menu__grid-icon{
  display: block;
      margin: 0 auto 20px;
      max-width: 210px;
  }
  @media(max-width:1370px){
    .sections-menu__grid-item{
    max-width:230px;
  }
  .sections-menu__grid-icon{
      max-width: 140px;
  }
  }
  .sections-menu__grid-icon.lazy{
  font-size:0;
  opacity:.4;
  }
  .sections-menu__grid-icon:not(.initial) {
  transition: opacity 1s;
  }
  .sections-menu__grid-icon.initial,
  .sections-menu__grid-icon.loaded,
  .sections-menu__grid-icon.error {
  opacity: 1;
  }
  .sections-menu__grid-title{
  font:700 14px/20px var(--font);
  color: var(--gray-800);
  margin:0;
  text-align:center;
  }

  @media(max-width:1000px){
  .sections-menu__grid-item{
  max-width:170px;
  }
  .sections-menu__grid-icon{
      max-width:100px;
    margin-bottom:5px;
      }
  }
  @media(max-width:730px){
    .sections-menu__grid-item{
  max-width:170px;
  }
  .sections-menu__grid-icon{
      max-width:100px;
    margin-bottom:5px;
      }
  }
  @media(max-width:600px){
  .sections-menu__grid{

    gap: 20px 15px;
    }

  .sections-menu__grid-item{
        display: block;
        margin: 0;
        border: none;
        width: auto;
        border-radius: 10px;
        padding: 0px;
    max-width:100%;
    width:calc(100% / 4 - 15px);
      }
  .sections-menu__grid-title{
      font-size:10px;
  line-height: 13px;
      }
  }
  @media(max-width:500px){
    .sections-menu__grid-item{
    width:calc(100% / 3 - 15px);
      }
  }
  .sections-menu__list-item{
  border-radius:20px;
  overflow:hidden;
  }
  @media(max-width:1600px){
  .sections-menu__list-item{
  border-radius:0px;
  overflow:hidden;
  }
  }
  .sections-menu__list-item:not(:last-child){
  margin-bottom:10px;
  }
  .sections-menu__list-link{
  display:flex;
  flex-wrap:wrap;
  align-items: stretch;
  }
  .sections-menu__list-content{
  background-color: #e4e4e4;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 650px;
  width: 100%;
  flex-shrink: 0;
  }
  @media(max-width:1300px){
  .sections-menu__list-content{
  max-width: 450px;
  }
  }
  @media(max-width:768px){
  .sections-menu__list-content{
  max-width: 100%;
  padding:40px;
  }
  }
  @media(max-width:500px){
  .sections-menu__list-content{
  max-width: 100%;
  padding:40px 10px;
  }
  }
  .sections-menu__list-name{
  color: #1e3060;
  font: 700 25px/30px var(--font);
  display: block;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin: 0;
  display:block;
  }
  .sections-menu__list-name::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 2px;
    background-color: #1e3060;
    box-shadow: 0 0 0 1px rgba(255,255,255, 0.8);
  }
  @media(max-width:1300px){
  .sections-menu__list-name{
  font: 700 20px/22px var(--font);
  }
  }
  @media(max-width:768px){
  .sections-menu__list-name{
  font: 700 16px/20px var(--font);
  }
  }
  .sections-menu__list-decor{
  flex:1;
  }
  @media(max-width:768px){
  .sections-menu__list-decor{
  flex:auto;
  width:100%
  }
  }
  .section-carousel__pagination{
  text-align:center;
  }
  .section-carousel__pagination .swiper-pagination-bullet-active{
  background-color:var(--gray-900);
  }


  .related-request{
    display: flex;
      flex-direction: column;
      align-items: center;
  }
  .related-request__title{
    font: 400 18px/22px var(--font);
    color:var(--gray-800);
    margin-bottom:10px;
  }
  .related-request__links{
    gap: 20px 40px;
    position:relative;
  }
  .related-request__item.hide{
    display:none;
  }
  .related-request__item-box{
    width:60px;
    height:60px;
    flex-shrink: 0;
  }
  .related-request__link{
    text-align:center;
    font: 400 16px/20px var(--font);
    padding: 8px 10px;
    border-radius: 16px;
    color: var(--gray-900);
    transition:all .3s ease-in-out;
    background-color: #cfe2f3;
  }
  .related-request__link:hover{
   box-shadow: 0 0 5px;
  }
  .related-request__more{
    text-align:center;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 10px;
    color: var(--gray-900);
    transition:all .3s ease-in-out;
    background-color: #cfe2f3;
    flex-shrink: 0;
  }
  .related-request__more-dot{
    width:3px;
    height:3px;
    background-color:var(--gray-900);
    border-radius:50%;
    display:block;
    position:relative;
    transition:all .22s ease-in-out;
  }
  .related-request__more-dot::after,.related-request__more-dot::before{
    content:'';
    width:3px;
    height:3px;
    background-color:var(--gray-900);
    border-radius:50%;
    display:block;
    position:absolute;
  }
  .related-request__more-dot::after{
    bottom: -5px;
    left:calc(50% - 1.5px);

  }
  .related-request__more-dot::before{
    top: -5px;
    left:calc(50% - 1.5px);
  }
  .show-request .related-request__more-dot{
    transform: rotate(90deg);
  }

  @media(max-width:500px){
    .related-request__links{
      flex-wrap:nowrap;
      overflow:auto;
      scrollbar-width: none;
      width:100%;
    }
    .related-request__links::-webkit-scrollbar {
      display: none;
  }
  .related-request__item-box {
    width: 30px;
    height: 30px;
  }
  .related-request__link {
    font: 400 14px/16px var(--font);
    white-space: nowrap;
  }
  }


  section catalogue*/

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.smart.filter/bash_smart_filter/style.css?172428109313459*/
/*
* 	Result Popup
*
*/
.smart-filter-container-modef-mob .smart-filter-popup-result {
  position: static;
  filter: none;
  text-align: center;
  padding: 0;
  height: auto;
  display: block;
  background-color: transparent;
  margin: 0;
}

.smart-filter-container-modef-mob .smart-filter-popup-result .smart-filter-popup-result-text {
  color: var(--gray-200);
}

.smart-filter-container-modef-mob .smart-filter-popup-result .smart-filter-popup-result-link {
  display: none;
}

.smart-filter-popup-result {
  position: absolute;
  z-index: 1;
  display: none;
  margin-top: -10px;
  margin-left: 32px;
  left: 98%;
  padding: 0px 10px;
  background-color: var(--white);
  white-space: nowrap;
  border-radius: 5px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  height: 55px;
}

.smart-filter-popup-result::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--white);
  display: block;
  position: absolute;
  top: 49%;
  left: -37px;
  border-radius: 5px;
  transform: rotate(45deg) translateY(-70%);
  z-index: 0;
}

.open-filter .smart-filter-popup-result::before {
  display: none;
}

.smart-filter-popup-result-text {
  color: var(--gray-800);
  font: 400 16px/20px var(--font);
  position: relative;
}

.smart-filter-popup-result.right {
  left: 97%;
}

.smart-filter-popup-result-link {
  display: block;
  padding: 7px 15px;
  background-color: var(--navy-blue);
  border-radius: 16px;
  font: 400 18px/20px var(--font);
}

:root {
  --c0: #4F4959;
  --c1: #FBC500;
  --c2: #04B957;
  --c3: #E9F1F4;
  --c4: #4285F4;
  --c5: #D23113;
  --animation1: all .25s ease-out;
}

@media (max-width: 768px) {
  .smart-filter {
    padding: 15px 15px 0px 15px;
  }
}
.smart-filter_title {
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  color: var(--c0);
}

.smart-filter-parameters-box .bx_filter_block_expanded {
  display: none;
}

.smart-filter-parameters-box.bx-active .bx_filter_block_expanded {
  display: block;
}

.smart-filter-digits input {
  width: 100px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 40px;
}

.smart-filter_radio input {
  display: none;
  position: absolute;
  left: -9999999999px;
}

.smart-filter_radio label {
  height: 30px;
  line-height: 30px;
  margin: 0ex 3px 3px 0px;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 0px 12px;
  background: #fff;
  color: var(--c0);
}

.smart-filter_radio input:checked + label {
  background: var(--c0);
  color: #ffffff;
}

.smart-filter-slider-track-container {
  overflow: hidden;
  padding: 20px 30px;
}

.smart-filter-slider-track {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #E1E1E1;
}

.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.smart-filter-slider-ruler span {
  position: absolute;
  top: -14px;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  color: #000;
  text-align: center;
  font-size: 11px;
}

.smart-filter-slider-range, .smart-filter-slider-price-bar, .smart-filter-slider-price-bar-vd, .smart-filter-slider-price-bar-vn, .smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.smart-filter-slider-price-bar-v {
  background: var(--c0);
}

.smart-filter-slider-handle {
  position: absolute;
  top: 100%;
  margin-top: -9px;
  width: 15px;
  z-index: 0;
  height: 15px;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #e5e5e5;
  background-color: var(--white);
}

.smart-filter-slider-handle:hover {
  cursor: grab;
  z-index: 110;
}

.smart-filter-slider-handle:active {
  cursor: grabbing;
  z-index: 110;
}

.smart-filter-slider-handle.left {
  left: 0;
  margin-left: -5px;
}

.smart-filter-slider-handle.right {
  right: 0;
  margin-right: -5px;
}

@media (max-width: 768px) {
  .mobile_filter_panel {
    position: fixed;
    overflow-y: scroll;
    width: 270px;
    height: 100vh;
    background: var(--c3);
    top: 0;
    left: -270px;
    z-index: 1000;
  }
}
.mobile_filter_panel_show {
  left: 0;
}

@media (max-width: 768px) {
  .mobile_filter_panel_over {
    position: fixed;
    transition: var(--animation1);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    z-index: 900;
    background: rgba(0, 0, 0, 0.7);
  }
  .mobile_filter_panel_over_show {
    display: block;
  }
}
.filter {
  padding-top: 10px;
  max-width: 320px;
  width: 100%;
  z-index: 7;
  color: var(--gray-800);
}

.open-filter.filter {
  z-index: 8;
}

@media (max-width: 1000px) {
  .filter {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .filter {
    max-width: 100%;
  }
}
.filter__title {
  font: 400 20px/25px var(--font);
  color: var(--gray-800);
  margin: 0 0 53px;
}

@media (max-width: 1000px) {
  .filter__title {
    display: none;
  }
}
.filter-actions {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  border: 1px solid #ccc;
}

.filter-param {
  width: 100%;
}

@media (max-width: 1000px) {
  .filter-actions {
    border: none;
  }
}
@media (max-width: 900px) {
  .filter-form {
    overflow: hidden;
    padding: 0px 30px 50px;
  }
  .filter-actions {
    gap: 10px 30px;
    flex-wrap: wrap;
  }
}
/* .smart-filter {
 display:flex;
gap:10px 30px;
flex-wrap:wrap;
}
@media(max-width:600px){
  .smart-filter {
gap:0px 30px;
}
} */
.smart-filter-parameters-box {
  border-bottom: 1px solid #ccc;
  position: relative;
  width: 100%;
}

@media (max-width: 600px) {
  .smart-filter-parameters-box {
    margin-bottom: 10px;
  }
}
.smart-filter-parameters-box-price {
  width: 100%;
}

.smart-filter-slider-ruler.p1 {
  left: 0;
  width: 0;
}

.smart-filter-slider-ruler.p2 {
  left: 25%;
  display: none;
}

.smart-filter-slider-ruler.p3 {
  left: 50%;
  display: none;
}

.smart-filter-slider-ruler.p4 {
  right: 25%;
  display: none;
}

.smart-filter-slider-ruler.p5 {
  right: 0;
  width: 0;
}

.bx_filter_block_expanded {
  background-color: var(--white);
  padding: 10px 20px;
}

.smart-filter-digits {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.smart-filter-parameters__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  width: 100%;
  justify-content: space-between;
}

.smart-filter_checkbox {
  max-height: 360px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: var(--gray-600) transparent;
}

.smart-filter-input-group-checkbox-pictures-text {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-around;
  align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: calc(33.3333333333% - 10px);
  position: relative;
}

.smart-filter-checkbox-label {
  font: 400 14px/18px var(--font);
  color: var(--gray-800);
  text-align: center;
}

.smart-filter-checkbox-label.bx-active {
  position: relative;
}

.smart-filter-checkbox-label.bx-active::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -5px;
  background-image: url(/upload/images/icons/new/checked.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-btn {
  width: 80px;
  height: 70px;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-btn-image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}

@media (max-width: 1000px) {
  .smart-filter_checkbox {
    max-height: 225px;
  }
}
.smart-filter_checkbox::-webkit-scrollbar {
  width: 12px;
}

.smart-filter_checkbox::-webkit-scrollbar-track {
  background: transparent;
}

.smart-filter_checkbox::-webkit-scrollbar-thumb {
  background-color: var(--gray-400);
  border-radius: 20px;
}

@media (max-width: 1000px) {
  .bx_filter_block_expanded:not(.smart-filter-parameters-box-price .bx_filter_block_expanded) {
    position: static;
  }
}
@media (max-width: 500px) {
  .smart-filter-parameters__btn-text {
    font: 400 14px/18px var(--font);
  }
}
.smart-filter-parameters__btn-flag {
  rotate: 0;
  transition: all 0.3s ease-in-out;
}

.smart-filter-parameters-box.bx-active .smart-filter-parameters__btn-flag {
  rotate: 180deg;
}

.smart-filter-checkbox__label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.smart-filter-checkbox__label:not(:last-child) {
  margin: 0 0 5px;
}

@media (max-width: 500px) {
  .smart-filter-checkbox__label:not(:last-child) {
    margin: 0 0 8px;
  }
}
.ui-component--checkbox {
  flex-shrink: 0;
}

.smart-filter-checkbox__label-text {
  font: 400 16px/18px var(--font);
}

@media (max-width: 600px) {
  .smart-filter-checkbox__label-text {
    white-space: normal;
  }
}
.smart-filter-parameters__btn {
  background-color: var(--white);
  padding: 5px 10px;
  position: relative;
}

.smart-filter-parameters__btn::before {
  content: "";
  width: 5px;
  height: 10px;
  border-radius: 0 50% 50% 0;
  background-color: var(--navy-blue);
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.smart-filter-parameters-box.active .smart-filter-parameters__btn::before {
  display: block;
}

.smart-filter_bottons {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 10px;
}

.smart-filter_bottons.fixed-btns {
  justify-content: center;
  position: fixed;
  padding: 10px 0;
  background-color: var(--white);
  bottom: 0;
  left: 0;
  right: 0;
}

.smart-filter_bottons__item {
  max-width: 320px;
  padding: 5px 10px;
  border-radius: 20px;
}

.smart-filter_bottons__item-set {
  background-color: var(--navy-blue);
  display: flex;
  flex-direction: column;
  font: 400 18px/20px var(--font);
  align-items: center;
  text-align: center;
}

.smart-filter_bottons__item-set .smart-filter_bottons__item-text, .smart-filter-popup-result {
  color: var(--white);
}

.smart-filter_bottons__item-del {
  color: var(--gray-800);
}

.mobile_filter_button {
  display: none;
  padding: 5px 10px;
  top: 10px;
  background: var(--white);
  border-radius: 10px;
  color: var(--gray-800);
  border: none;
  height: 45px;
  margin-bottom: 0px;
  cursor: pointer;
  font: 400 18px/20px var(--font);
}

.mobile_filter_button__icon {
  display: block;
}

.mobile_filter_button__text {
  display: block;
}

.mobile_filter_button__arrow-flag {
  display: none;
}

@media (max-width: 500px) {
  .mobile_filter_button__arrow-flag {
    display: block;
    margin-left: auto;
    transform: translateY(2px);
  }
}
.mobile_filter_panel .close-filter {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.close-filter__line {
  width: 20px;
  height: 2px;
  background-color: var(--gray-800);
  display: block;
  pointer-events: none;
}

.close-filter__line--first {
  transform: rotate(45deg) translateX(4px) translateY(-3px);
}

.close-filter__line--second {
  transform: rotate(-45deg) translateX(4px) translateY(2px);
}

.mobile_filter_panel.mobile_filter_panel_show .close-filter {
  display: block;
  margin-bottom: 20px;
}

.mobile_filter_panel.mobile_filter_panel_show {
  right: 0;
  padding: 30px 10px 170px;
}

@media (max-width: 1000px) {
  .mobile_filter_button {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    width: fit-content;
  }
  .mobile_filter_panel {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    background: var(--white);
    top: 0;
    left: auto;
    right: -200%;
    z-index: 1000;
  }
}
@media (max-width: 500px) {
  .mobile_filter_button {
    flex: 1;
    width: auto;
  }
}
.smart-filter-input-group-checkbox-pictures {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
}

@media (max-width: 750px) {
  .mobile_filter_button {
    font: 400 14px/20px var(--font);
  }
  .smart-filter-input-group-checkbox-pictures {
    justify-content: center;
    width: 100%;
  }
}
.color-filter__item-image {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}

.color-filter__item-name {
  font: 400 14px/18px var(--font);
  color: var(--gray-800);
  text-align: center;
}

.color-filter__item-name::first-letter {
  text-transform: uppercase;
}

.color-filter__item {
  display: block;
  position: relative;
  width: 30%;
}

@media (max-width: 750px) {
  .color-filter__item {
    width: 78px;
  }
}
.smart-filter-checkbox__label {
  cursor: pointer;
}

.smart-filter-checkbox__label input[type=checkbox] + .ui-component--checkbox {
  width: 20px;
  height: 20px;
}

.color-filter__item input[type=checkbox] + .ui-component--checkbox {
  position: absolute;
  border-radius: 50%;
  border: none;
  background-color: var(--white);
  top: 18px;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  box-shadow: none;
}

.color-filter__item input[type=checkbox]:checked + .ui-component--checkbox {
  opacity: 1;
}

.color-filter__item:hover .color-filter__item-name {
  color: var(--gray-800);
}

.smart-filter-checkbox-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/system.pagenavigation/bash_modern/style.css?17242810961169*/
.nav-title {
  font: 400 20px/24px var(--font);
  color: var(--gray-800);
  text-align: center;
}

@media (max-width: 768px) {
  .nav-title {
    font: 400 16px/20px var(--font);
  }
}
.nav-pages {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

@media (max-width: 768px) {
  .nav-pages {
    gap: 7px;
  }
}
.nav-pages__number {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .nav-pages__number {
    width: 26px;
    height: 26px;
  }
}
.system-nav-orange {
  color: #999;
  font-size: 15px;
}

.nav-pages__link {
  transition: all 0.3s ease-in-out;
}

.nav-pages__link:hover {
  color: var(--gray-900);
}

.nav-pages__number:hover {
  background-color: var(--navy-blue);
  color: var(--white);
}

.system-nav-orange .nav-current-page {
  color: white;
  background-color: var(--navy-blue);
  font-weight: bold;
  padding: 0px 1px;
}

@media (max-width: 768px) {
  .system-nav-orange .nav-current-page {
    font-size: 11px;
  }
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.section/bash_section_ajax/style.css?17242811046285*/
.ajax-loading::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  transition: all 0.3s ease-in-out;
  position: absolute;
}

.catalog-wrapper__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  gap: 5px 40px;
}

@media (max-width: 1200px) {
  .catalog-wrapper__top {
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.catalog-wrapper__left {
  width: 100%;
}

.catalog-content {
  position: relative;
}

.section-category {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.section-category__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 50px 30px;
  align-items: stretch;
  margin-bottom: 80px;
}

@media (max-width: 1550px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 50px 20px;
  }
}
@media (max-width: 1450px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 50px 20px;
  }
}
@media (max-width: 1450px) {
  .section-category__items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media (max-width: 600px) {
  .section-category__items {
    gap: 50px 15px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    margin-bottom: 0;
  }
}
.meta-info__total .system-nav-orange .nav-pages {
  display: none;
}

.section-category__paginations--bottom .system-nav-orange .nav-title {
  display: none;
}

.btn-main-page {
  max-width: 255px;
  width: 100%;
  border-radius: 45px;
  height: 60px;
  background-color: var(--navy-blue);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .btn-main-page {
    max-width: 200px;
    height: 40px;
  }
}
.btn-main-page__text {
  font: 400 19px/24px var(--font);
  display: block;
  color: var(--white);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .btn-main-page__text {
    font: 400 15px/20px var(--font);
  }
}
/*-----------filter----------------*/
.meta-info__total {
  font: 400 20px/24px var(--font);
  color: var(--gray-800);
  text-align: center;
  margin-left: auto;
}

@media (max-width: 605px) {
  .meta-info__total {
    font: 400 16px/20px var(--font);
    margin-right: auto;
  }
}
.filter-sort {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .count-prod-page {
    display: none;
  }
}
.filter-sort__title {
  font: 400 18px/20px var(--font);
  color: var(--gray-700);
  margin: 0;
}

.filter-sort__title-icon {
  display: none;
}

@media (max-width: 1000px) {
  .filter-sort__title-icon {
    display: block;
  }
  .filter-sort__title--desktop {
    display: none;
  }
}
.filter-sort__head {
  gap: 10px;
}

@media (max-width: 1000px) {
  .filter-sort__head {
    justify-content: space-between;
    width: fit-content;
    background-color: var(--white);
    border-radius: 10px;
    padding-left: 5px;
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .filter-sort__head {
    width: 100%;
  }
}
.filter-sort__btn {
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
}

@media (max-width: 1000px) {
  .filter-sort__btn {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 10px 5px 0px;
  }
}
.filter-sort__btn .filter-sort__arrow-flag {
  rotate: 0deg;
  transition: all 0.3s ease-in-out;
}

.filter-sort__btn.show .filter-sort__arrow-flag {
  rotate: 180deg;
}

.filter-sort__btn-item {
  font: 400 18px/20px var(--font);
  color: var(--gray-800);
}

@media (max-width: 600px) {
  .filter-sort__btn-item {
    font: 400 14px/20px var(--font);
  }
}
.filter-sort__items {
  background-color: var(--white);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 5px 10px;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.filter-sort__items.active {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}

.filter-sort__item {
  backgroud-color: var(--white);
  padding: 5px 10px;
  font: 400 18px/20px var(--font);
  color: var(--gray-800);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 750px) {
  .filter-sort__item {
    font: 400 14px/20px var(--font);
  }
}
.filter-sort__item.active {
  background-color: var(--navy-blue);
  pointer-events: none;
  color: var(--white);
}

.filter-sort__item:not(:last-child) {
  margin-bottom: 5px;
}

.filter-sort__item:hover {
  background-color: var(--navy-blue);
  color: var(--white);
}

@media (max-width: 1000px) {
  .filter-sort__item--desktop {
    display: none;
  }
}
/*section description seo*/
.section-description__title {
  margin: 0 0 20px;
  font: 500 25px/30px var(--font);
  color: var(--gray-800);
}

.section-description__item, .section-description__list-item {
  font: 400 18px/25px var(--font);
  color: var(--gray-700);
  margin: 0;
}

.section-description__item:not(:last-child) {
  margin-bottom: 10px;
}

.section-description__item--accent, .section-description__list-item--accent {
  color: var(--gray-800);
}

.section-description__list {
  counter-reset: item;
  margin-bottom: 10px;
}

.section-description__list-item {
  counter-increment: item;
}

.section-description__list-item:not(:last-child) {
  margin-bottom: 5px;
}

.section-description__list-item::before {
  content: counter(item) ")";
  color: var(--gray-800);
}

.section-description__title--s {
  font-weight: inherit;
}

@media (max-width: 500px) {
  .section-description__title {
    font: 500 19px/25px var(--font);
  }
  .section-description__item, .section-description__list-item {
    font: 400 14px/18px var(--font);
  }
}
.modal-addbasket#addItemInCart {
  transition: all 0.8s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.modal-addbasket#addItemInCart.fadePreview {
  opacity: 0;
  visibility: hidden;
}

.main {
  padding-bottom: 50px;
}

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

/* End */


/* Start:/local/templates/bashtemplate_new/components/bitrix/catalog.item/bash_item/style.css?172428109828359*/
.card-product__link {
  display: flex;
  flex-direction: column;
  margin: 0 0 auto;
  height: 100%;
  gap: 15px;
  color: var(--main-text);
}

.card-product__btn svg {
  fill: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.card-product-container {
  position: relative;
}

.slider .swiper-slide.card-product-container .card-product-wrapper {
  box-shadow: none;
}

.slider .swiper-slide.card-product-container.hover .card-product-wrapper {
  position: static;
  padding: 15px 0 0;
  box-shadow: none;
}

.slider .swiper-slide.card-product-container .card-product-info-container.card-product-hidden {
  display: flex;
  opacity: 1;
  align-self: center;
}

.slider .swiper-slide.card-product-container .card-product-info-container.card-product__btns.card-product-hidden {
  justify-content: space-between;
  width: 100%;
}

.card-product-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 15px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
}

.card-product-container.hover .card-product-wrapper {
  position: absolute;
  right: -15px;
  left: -15px;
  padding: 15px 15px;
  width: auto;
  border-color: transparent;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
  z-index: 1;
}

.bx-touch .card-product-wrapper {
  padding: 15px 0 0;
  width: auto;
  background: #fff;
}

.card-product-container.hover .card-product-wrapper {
  animation: card-product-hover 300ms 1 ease;
}

@keyframes card-product-hover {
  0% {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }
  100% {
    border: 1px solid transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
    left: -15px;
    right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*Image*/
.card-product-image-wrapper {
  position: relative;
  display: block;
  width: 100%;
  transition: all 300ms ease;
}

.card-product-container.hover.card-product-scalable-card .card-product-image-wrapper {
  padding-top: 54%;
}

.card-product-image-original,
.card-product-image-alternative {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 300ms linear;
}

.card-product-container.hover .card-product-image-original {
  opacity: 0;
}

.card-product-container.hover .card-product-image-alternative {
  opacity: 1;
}

/*Image Slider*/
.card-product-image-slider-slide-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 300ms ease;
}

.card-product-image-slide {
  position: relative;
  display: none;
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .card-product-image-slide {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .card-product-image-slide.next,
  .card-product-image-slide.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .card-product-image-slide.prev,
  .card-product-image-slide.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .card-product-image-slide.next.left,
  .card-product-image-slide.prev.right,
  .card-product-image-slide.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.card-product-image-slider-slide-container > .active,
.card-product-image-slider-slide-container > .next,
.card-product-image-slider-slide-container > .prev {
  display: block;
}

.card-product-image-slider-slide-container > .active {
  left: 0;
}

.card-product-image-slider-slide-container > .next,
.card-product-image-slider-slide-container > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.card-product-image-slider-slide-container > .next {
  left: 100%;
}

.card-product-image-slider-slide-container > .prev {
  left: -100%;
}

.card-product-image-slider-slide-container > .next.left,
.card-product-image-slider-slide-container > .prev.right {
  left: 0;
}

.card-product-image-slider-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.card-product-image-slider-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: var(--theme-color-primary);
  opacity: 0.8;
}

.card-product-image-slider-control-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  display: block;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease;
}

.card-product-container.hover .card-product-image-slider-control-container,
.card-product-line-card:hover .card-product-image-slider-control-container {
  opacity: 1;
}

.card-product-image-slider-control,
.card-product-image-slider-control.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(128, 128, 128, 0.8);
  opacity: 0.6;
  cursor: pointer;
  transition: all 300ms ease;
}

.card-product-image-slider-control:hover,
.card-product-image-slider-control.active:hover {
  cursor: pointer;
}

.card-product-image-slider-control.active,
.card-product-image-slider-control:hover {
  background-color: var(--primary);
}

/*RING*/
.card-product-label-ring {
  top: 15px;
  right: 0;
  z-index: 0;
}

.card-product-label-ring-text {
  font: 700 16px/20px var(--font);
  color: var(--gray-800);
  position: relative;
  z-index: 1;
  transform: translateX(-10%);
}

.card-product-label-ring::after {
  content: "";
  width: 110%;
  height: 110%;
  background-color: var(--white);
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
  border-radius: 5px;
}

.card-product-label-ring-icon {
  width: 60px;
  height: 60px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*Title*/
.card-product-title {
  overflow: hidden;
  padding: 0;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: var(--gray-800);
}

.card-product-title a {
  color: var(--gray-700);
  text-decoration: none;
  transition: 250ms linear all;
}

.card-product-line-card .card-product-title {
  white-space: normal;
  text-align: left;
}

.card-product-big-card .card-product-title a {
  font-size: 21px;
}

.card-product-line-card .card-product-title a {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .card-product-big-card .card-product-title a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .card-product-big-card .card-product-title a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card-product-big-card .card-product-title a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .card-product-big-card .card-product-title a {
    font-size: 16px;
  }
}
/*Price*/
.card-product-price-container {
  text-align: center;
  line-height: 1.1;
}

.card-product-price-current {
  color: #3f3f3f;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
}

.card-product-price-old {
  color: #a5a5a5;
  text-decoration: line-through;
  white-space: nowrap;
  font-size: 15px;
}

.card-product-big-card .card-product-price-current,
.card-product-big-card .card-product-price-old {
  vertical-align: middle;
  line-height: 20px;
}

.card-product-big-card .card-product-price-current {
  font-size: 18px;
}

.card-product-big-card .card-product-price-old {
  font-size: 15px;
}

/*Info*/
.card-product-info-container-title {
  font-size: 12px;
}

.card-product-container .card-product-info-container.card-product-hidden {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}

.bx-touch .card-product-info-container.card-product-touch-hidden {
  display: none !important;
}

.bx-touch .card-product-info-container.card-product-hidden,
.card-product-container.hover .card-product-info-container.card-product-hidden,
.card-product-line-card .card-product-container .card-product-info-container.card-product-hidden {
  display: block;
  opacity: 1;
}

.card-product-container.hover .card-product-info-container.card-product__btns.card-product-hidden {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  align-self: auto;
}

/*Amount*/
.card-product-amount {
  padding: 0 0 2px;
  text-align: center;
}

.card-product-amount-field-container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 150px;
}

.card-product-amount-field-btn-plus,
.card-product-amount-field-btn-minus {
  position: relative;
  display: block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .card-product-amount-field-btn-plus,
.bx-retina .card-product-amount-field-btn-minus {
  border-width: 0.5px;
}

.card-product-amount-field-btn-plus:hover,
.card-product-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.card-product-amount-field-btn-plus:after,
.card-product-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.card-product-amount-field-btn-disabled.card-product-amount-field-btn-plus:after,
.card-product-amount-field-btn-disabled.card-product-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}

.card-product-amount-field-btn-disabled.card-product-amount-field-btn-plus:hover,
.card-product-amount-field-btn-disabled.card-product-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.card-product-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}

.card-product-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}

.card-product-amount-field-btn-plus:hover:after,
.card-product-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.card-product-amount-field-block {
  flex: 1;
}

.card-product-amount-field {
  display: block;
  padding: 0;
  width: 100%;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .card-product-amount-field {
  border-width: 0.5px;
}

.card-product-amount-field:focus {
  outline: none !important;
}

input.card-product-amount-field::-webkit-outer-spin-button,
input.card-product-amount-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.card-product-amount-description-container {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

/*.card-product-big-card .card-product-amount-field-container { text-align: left; }*/
.card-product-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.card-product-amount-label-container {
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px;
}

/**/
.card-product-quantity {
  font-size: 12px;
}

/*region Properties */
.card-product-properties {
  display: block;
}

/*endregion*/
/* SCU */
.card-product-line-card .card-product-scu-container {
  text-align: left;
}

.card-product-scu-container-title {
  color: #333;
  font-size: 12px;
}

.card-product-scu-block-title {
  font-size: 12px;
  margin: 0 0 5px;
}

.card-product-scu-item-color-container,
.card-product-scu-item-text-container {
  display: inline-block;
  padding: 5px 3px;
  max-width: 100%;
}

.card-product-scu-item-text-container {
  min-width: 32px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.card-product-scu-item-text-container.selected {
  border-color: rgb(0, 0, 0);
}

.card-product-scu-item-color-container {
  max-width: 38px;
  width: 25%;
}

.card-product-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.card-product-scu-item-color-block {
  transition: outline 200ms ease;
}

.bx-retina .card-product-scu-item-color-block {
  outline-width: 0.5px;
}

.card-product-scu-item-color-container.selected .card-product-scu-item-color-block {
  outline-width: 2px;
}

.bx-retina .card-product-scu-item.selected .card-product-scu-item-color-block {
  outline-width: 1px;
}

.card-product-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-product-scu-item-text-block {
  position: relative;
  padding: 0 5px;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.card-product-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .card-product-scu-item-text-block {
  outline-width: 0.5px;
}

.card-product-scu-item-text-container.selected .card-product-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina .card-product-scu-item.selected .card-product-scu-item-text-block {
  outline-width: 1px;
}

.card-product-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
}

.card-product-scu-item-color-container.notallowed .card-product-scu-item-color-block,
.card-product-scu-item-text-container.notallowed .card-product-scu-item-text-block {
  position: relative;
  outline-color: #a9adb4 !important;
}

.card-product-scu-item-color-container.notallowed .card-product-scu-item-color-block:after,
.card-product-scu-item-text-container.notallowed .card-product-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
  content: "";
}

.card-product-scu-item-text-block:hover,
.card-product-scu-item-color-block:hover,
.card-product-scu-item-text-container.selected .card-product-scu-item-text-block,
.card-product-scu-item-color-container.selected .card-product-scu-item-color-block {
  outline-color: #000;
}

/*Description*/
.card-product-description-container p {
  color: #575757;
  font-size: 13px;
}

/*Buttons*/
.card-product-button-container {
  text-align: center;
  max-width: 170px;
  width: 100%;
}

/*Stickers*/
.card-product-sticker,
.card-product-sticker-round {
  display: none;
}

/*More*/
.card-product-more-container {
  position: relative;
  display: block;
  padding: 15px 15px 5px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 300ms ease;
}

.card-product-more-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.card-product-more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
  background-size: 50%;
  opacity: 0.7;
  transition: opacity 300ms ease;
}

.bx-touch .card-product-more,
.card-product-container.hover .card-product-more {
  opacity: 1;
}

.card-product-more-title {
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*custom*/
.card-product-box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 5px;
  width: 100%;
  flex-direction: column;
  padding-top: 10px;
}

.card-product__wrap-img {
  overflow: hidden;
  border-radius: 8px;
}

.card-product__image {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.card-product-label-for-room {
  top: -12px;
  margin: 0;
  left: 5px;
  color: #1d78b0;
  font: 400 15px/15px var(--font);
}

/*.card-product-label-for-room::before,
.card-product-label-quantity::before{
  content:'';
  position:absolute;
  top:50%;
  left:-10px;
  transform:translateY(-50%);
  width:7px;
  height:7px;
  border-radius:50%;
  background-color:#1d78b0;
}
*/
.card-product-label-quantity {
  margin: 0 auto;
  text-align: center;
  font: 400 14px/15px var(--font);
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  width: 100%;
}

.card-product-label-quantity span {
  display: block;
}

.card-product-label-quantity .card-product__notice {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: var(--notice);
  font-weight: 700;
}

.card-product-quantity-text {
  padding: 8px 10px;
  border-radius: 16px;
  background-color: #cfe2f3;
  color: var(--gray-900);
}

.card-product-quantity-text--shwroom {
  background-color: #e8ebf5;
}

.card-product-price-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.card-product-button-item.card-product__btn {
  font: 400 16px/20px var(--font);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 30px;
  background-color: #cfe2f3;
  width: 100%;
  color: var(--gray-800);
}

.bx-touch .card-product-info-container.card-product__btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #000000;
  color: var(--black);
  padding: 0;
  gap: 10px;
  align-self: auto;
}

.bx-touch .card-product-button-item[data-type-btn=add-to-cart] {
  background-color: #cfe2f3;
}

[data-type-btn=add-to-cart] .card-product__btn-text,
a.card-product-button-item.card-product__btn .card-product__btn-text {
  color: var(--gray-800);
  margin: 0 auto;
  pointer-events: none;
}

[data-type-btn=add-to-cart] .card-product__btn-box,
a.card-product-button-item.card-product__btn .card-product__btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--white);
  pointer-events: none;
}

[data-type-btn=add-to-cart] .card-product__icon,
a.card-product-button-item.card-product__btn .card-product__icon {
  width: 25px;
  height: 25px;
}

/*
[data-type-btn="add-to-cart"]._added::before{
  display:block;
  color:var(--gray-800);
  margin: 0 auto;
}
[data-type-btn="add-to-cart"]._added .card-product__btn-text{
  display:none;
}
*/
.card-product__btn[data-type-btn=quick-view],
.card-product__btn[data-type-btn=add-to-favor] {
  background-color: transparent;
}

.card-product__btn[data-type-btn=quick-view]:hover svg {
  fill: var(--gray-200);
}

.card-product__btn svg {
  fill: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.card-product__btn:hover svg {
  fill: #424551;
  fill: var(--gray-800);
}

.card-product__btn._added svg,
.card-product__btn.active svg {
  fill: var(--gray-800);
}

.card-product__vendor {
  font: 400 19px/20px var(--font);
  color: #424551;
  color: var(--gray-800);
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .card-product__vendor {
    font: 400 14px/17px var(--font);
  }
}
.card-product__vendor--accent {
  font-weight: 700;
}

/*
@media(max-width:650px){
  .card-product-info-container.card-product__btns[data-entity="buttons-block"]{
    justify-content: center;
  }
  .card-product-button-more{
    position:absolute;
    top:-14px;
    left:0;
  }
  .card-product-title{
    font-size:16px;
  }
  .card-product-info-container.card-product-price-container{
    display:flex;
    gap:5px;
    align-items:center;
    justify-content:center;
  }
  .card-product__btn[data-type-btn="quick-view"], .card-product__btn[data-type-btn="add-to-favor"]{
    padding:2px;
  }
}
@media(max-width:500px){
  .card-product-label-quantity{
    font: 400 10px/13px var(--font);
  }
  .card-product-quantity-text{
    padding: 5px 8px;
  }
  .card-product-price-old{
    font-size:12px;
  }
  .card-product-price-current{
    font-size:15px;
  }
}
@media(max-width:415px){
  .card-product-info-container.card-product-price-container{
    gap:5px;
  }
  .card-product-price-old{
    font-size:10px;
  }
  .card-product-price-current{
    font-size:14px;
  }
}
*/
@media (max-width: 1200px) {
  .card-product__btn[data-type-btn=quick-view] {
    position: absolute;
    top: 20px;
    left: 0;
    width: auto;
    background-color: var(--white);
    border-radius: 0 0px 15px 0px;
  }
}
@media (max-width: 650px) {
  .card-product-info-container.card-product__btns[data-entity=buttons-block] {
    justify-content: space-around;
  }
  .card-product-button-container {
    width: auto;
  }
  .card-product-button-item.card-product__btn {
    padding: 0;
  }
  .card-product-title {
    font-size: 16px;
    text-overflow: ellipsis;
  }
  .card-product-info-container.card-product-price-container {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .card-product__btn[data-type-btn=quick-view], .card-product__btn[data-type-btn=add-to-favor] {
    padding: 2px;
  }
  .card-product__btn[data-type-btn=quick-view] circle {
    fill: var(--white);
  }
  .bx-touch [data-type-btn=add-to-cart] .card-product__btn-text,
  a.card-product-button-item.card-product__btn .card-product__btn-text {
    padding: 4px 10px;
    border: 2px solid #cfe2f3;
    border-radius: 12px;
  }
  [data-type-btn=add-to-cart] .card-product__btn-box,
  a.card-product-button-item.card-product__btn .card-product__btn-box {
    display: none;
  }
  [data-type-btn=add-to-cart]._added::before {
    color: var(--gray-800);
    padding: 4px 10px;
    border: 2px solid #cfe2f3;
    border-radius: 12px;
    background-color: var(--white);
  }
}
@media (max-width: 500px) {
  .card-product-label-quantity {
    font: 400 12px/13px var(--font);
  }
  .card-product-quantity-text {
    padding: 6px 9px;
  }
  .card-product-price-old {
    font-size: 12px;
  }
  .card-product-price-current {
    font-size: 15px;
  }
}
@media (max-width: 415px) {
  .card-product-info-container.card-product-price-container {
    gap: 5px;
  }
  .card-product-price-old {
    font-size: 10px;
  }
  .card-product-price-current {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .card-product-title {
    height: auto;
  }
}


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

/* End */
/* /local/templates/bashtemplate_new/components/bitrix/catalog/bash_catalog/style.css?17487551347297 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.section.list/bash_section_list/style.css?172428109713736 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.smart.filter/bash_smart_filter/style.css?172428109313459 */
/* /local/templates/bashtemplate_new/components/bitrix/system.pagenavigation/bash_modern/style.css?17242810961169 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.section/bash_section_ajax/style.css?17242811046285 */
/* /local/templates/bashtemplate_new/components/bitrix/catalog.item/bash_item/style.css?172428109828359 */
