

/* Start:/local/templates/new_design_2023/css/brands-single.css?176408236816785*/
.head-row {
  padding: 25px 0 0;
}
@media (max-width: 1100px) {
  .head-row .breadcrumbs li {
    display: none;
  }
  .head-row .breadcrumbs li:first-child {
    display: block;
  }
  .head-row .breadcrumbs li:nth-child(2) {
    display: block;
  }
  .head-row .breadcrumbs li:last-child {
    display: block;
  }
}
.head-row .head-row-info {
  display: flex;
  gap: 130px;
  align-items: center;
}
@media (max-width: 768px) {
  .head-row .head-row-info {
    flex-direction: column;
    gap: 36px;
  }
}
.head-row .head-row-info .info h1 {
  color: #131214;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: 0.1px;
  margin: 40px 0 30px;
}
@media (max-width: 1024px) {
  .head-row .head-row-info .info h1 {
    font-size: 28px;
    margin: 30px 0 20px;
  }
}
.head-row .head-row-info .info .portfolio-info {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .head-row .head-row-info .info .portfolio-info {
    max-width: 100%;
  }
}
.head-row .head-row-info .info .portfolio-info p {
  color: #0C0C0C;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-mask: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0, rgb(0, 0, 0) calc(100% - 50px), rgba(0, 0, 0, 0) 100%);
  margin-bottom: 10px;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .head-row .head-row-info .info .portfolio-info p {
    font-size: 14px;
  }
}
.head-row .head-row-info .info .portfolio-info p.show {
  display: block;
  -webkit-mask: none;
}
.head-row .head-row-info .info .portfolio-info span {
  cursor: pointer;
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
@media (max-width: 1024px) {
  .head-row .head-row-info .info .portfolio-info span {
    font-size: 14px;
  }
}
.head-row .head-row-info .info .portfolio-info span.hide {
  display: none;
}

.brand-products {
  padding: 50px 0 100px;
}
.content .brand-products {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.content .brand-products .catalog-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content .brand-products .sort {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.content .brand-products .sort .select-wrap {
  width: 150px;
}
@media (max-width: 1024px) {
  .content .brand-products .sort {
    justify-content: flex-start;
  }
  .content .brand-products .sort .select-wrap {
    width: 150px;
  }
}
.content .brand-products .product-cards {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards {
    gap: 15px;
  }
}
/*.content .brand-products .product-cards .product-card-inner {*/
.content .brand-products .product-cards > div {
  width: calc((100% - 75px) / 4);
  height: 380px;
  position: relative;
}
@media (max-width: 1024px) {
  /*.content .brand-products .product-cards .product-card-inner {*/
  .content .brand-products .product-cards > div {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 768px) {
  /*.content .brand-products .product-cards .product-card-inner {*/
  .content .brand-products .product-cards > div {
    width: calc((100% - 25px) / 2);
    height: 380px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 14px 11px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border-radius: 8px;
  background: #FFF;
  transition: 0.3s ease;
  min-height: 374px;
  /*min-height: 435px;*/
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card {
    display: flex;
    min-height: 380px;
    height: 100%;
    padding: 8px 7px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .images {
  width: 100%;
  height: 155px;
  position: relative;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card .gallery-images .images {
    height: 100px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .images img.active {
  display: block;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .images .labels {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner {
  display: flex;
  gap: 5px;
  align-items: center;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs {
    gap: 3px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs li {
  width: 35px;
  height: 35px;
  padding: 3px;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs li {
    width: 22px;
    height: 22px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs li .mini-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs li.active-thumb {
  border: 1px solid #00a1e0;
  border-radius: 5px;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs li:nth-child(n+6) {
  display: none;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs.show li:nth-child(n+6) {
  transition: 0.3s ease;
  display: list-item;
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner p {
  color: rgba(19, 18, 20, 0.5);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
  display: flex;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner p {
    font-size: 10px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner p.hide {
  display: none;
}
.content .brand-products .product-cards .product-card-inner .product-card .card-title {
  color: #131214;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
}
.content .brand-products .product-cards .product-card-inner .product-card .stock {
  color: #585C5F;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
  display: flex;
  gap: 4px;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card .stock {
    font-size: 10px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .stock.instock::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_539_3779)'%3E%3Cpath d='M7.74089 1.33325C4.06089 1.33325 1.07422 4.31992 1.07422 7.99992C1.07422 11.6799 4.06089 14.6666 7.74089 14.6666C11.4209 14.6666 14.4076 11.6799 14.4076 7.99992C14.4076 4.31992 11.4209 1.33325 7.74089 1.33325ZM7.74089 13.3333C4.80089 13.3333 2.40755 10.9399 2.40755 7.99992C2.40755 5.05992 4.80089 2.66659 7.74089 2.66659C10.6809 2.66659 13.0742 5.05992 13.0742 7.99992C13.0742 10.9399 10.6809 13.3333 7.74089 13.3333ZM10.8009 5.05325L6.40755 9.44659L4.68089 7.72659L3.74089 8.66659L6.40755 11.3333L11.7409 5.99992L10.8009 5.05325Z' fill='%236FCF97'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_539_3779'%3E%3Crect width='16' height='16' fill='white' transform='translate(-0.257812)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.content .brand-products .product-cards .product-card-inner .product-card .stock.remote::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg clip-path='url(%23clip0_1344_576)'%3E%3Cpath d='M7.74089 1.33325C4.06089 1.33325 1.07422 4.31992 1.07422 7.99992C1.07422 11.6799 4.06089 14.6666 7.74089 14.6666C11.4209 14.6666 14.4076 11.6799 14.4076 7.99992C14.4076 4.31992 11.4209 1.33325 7.74089 1.33325ZM7.74089 13.3333C4.80089 13.3333 2.40755 10.9399 2.40755 7.99992C2.40755 5.05992 4.80089 2.66659 7.74089 2.66659C10.6809 2.66659 13.0742 5.05992 13.0742 7.99992C13.0742 10.9399 10.6809 13.3333 7.74089 13.3333ZM10.8009 5.05325L6.40755 9.44659L4.68089 7.72659L3.74089 8.66659L6.40755 11.3333L11.7409 5.99992L10.8009 5.05325Z' fill='%23828282'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1344_576'%3E%3Crect width='16' height='16' fill='white' transform='translate(-0.257812)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.content .brand-products .product-cards .product-card-inner .product-card .price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card .price {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .price .actual-price {
  color: #00a1e0;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.6px; /* 138% */
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card .price .actual-price {
    font-size: 16px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .price .discount {
  color: #C1C4C6;
  text-align: right;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.6px; /* 172.5% */
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner .product-card .price .discount {
    font-size: 13px;
  }
}
.content .brand-products .product-cards .product-card-inner .product-card .product__btn {
  width: 100%;
}
.content .brand-products .product-cards .product-card-inner .product-card .hidden-btn {
  width: 100%;
  padding: 20px;
  color: #00a1e0;
  border: 2px solid #00a1e0;
  border-radius: 8px;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-top: auto;
  display: none;
  transition: all .3s linear;
}
.content .brand-products .product-cards .product-card-inner .product-card .hidden-btn:hover {
  background-color: #00a1e0;
  color: #fff;
}
@media (max-width: 1024px) {
  .content .brand-products .product-cards .product-card-inner .product-card .hidden-btn {
    display: block;
    padding: 10px;
  }
}
.content .brand-products .product-cards .product-card-inner:hover .product-card {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  height: unset;
  z-index: 5;
}
.content .brand-products .product-cards .product-card-inner:hover .product-card .hidden-btn {
  display: block;
}
@media (max-width: 768px) {
  .content .brand-products .product-cards .product-card-inner:hover .product-card {
    box-shadow: none;
  }
}
.content .brand-products .catalog-body .controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .catalog-body .controls ul {
  display: flex;
  align-items: center;
  gap: 10px;
  /*gap: 16px;*/
}
.content .catalog-body .controls ul li a {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
  color: #131214;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.content .catalog-body .controls ul li.active a {
  color: #f6f5f7;
}
.content .catalog-body .controls ul li.disabled-control svg path {
  fill: #E1E1E1;
}
.content .catalog-body .controls ul li.active,
.content .catalog-body .controls ul li:hover {
  border-radius: 8px;
  background: #00a1e0;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.content .catalog-body .controls ul li:hover a {
  color: #FFF;
}
.content .catalog-body .controls ul li:hover a svg path {
  fill: #FFF;
}
.content .catalog-body .controls ul li.dots-wrap:hover {
  background: transparent;
}

.portfolio-block .controls ul a {
  width: 100%;
}

@media (max-width: 1024px) {
  .content .brand-products .catalog-body .product-cards > div {
    min-height: 415px;
    height: auto;
    box-shadow: 0 10px 10px 2px rgba(147, 149, 151, .1);
    justify-content: space-between;
  }
  .content .brand-products .catalog-body .product-cards .product-card-inner .product-card {
    min-height: 415px;
    justify-content: space-between;
  }
  .content .brand-products .catalog-body .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs li {
    width: 45px;
    height: 45px;
  }
  .content .brand-products .catalog-body .product-cards .product-card-inner .product-card,
  .content .brand-products .catalog-body .product-cards .product-card-inner > div {
    position: relative!important;
    min-height: 380px;
    padding: 15px;
    height: 100%;
  }
  .content .brand-products .catalog-body .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner p {
    font-size: 16px;
  }

  /*pagination*/
  .pagination > .page-item {
    display: none;
  }
  .pagination .page-item:first-child,
  .pagination .page-item:last-child,
  .pagination .page-item.active {
    display: block;
    border-radius: 8px;
    background-color: #00a1e0;
    border: 1px solid #00a1e0;
  }
  .content .brand-products .catalog-body .controls ul {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .content .brand-products .catalog-body .controls ul li a {
    width: 48px;
    height: 48px;
    color: #FFF;
  }
  .content .brand-products .catalog-body .controls ul li.page-item.active {
    border: 1px solid #131214;
    background: transparent;
  }
  .content .brand-products .catalog-body .controls ul li.page-item.active a {
    color: #131214;
  }
  .content .brand-products .catalog-body .controls ul li.page-item:first-child svg path,
  .content .brand-products .catalog-body .controls ul li.page-item:last-child svg path {
    fill: #FFF;
  }
  /*end-pagination*/
}

@media (max-width: 450px) {
  .brand-products {
    padding: 0 0 50px;
  }
  .pagination > .page-item {
    display: none;
  }
  .navigation {
    margin-top: 45px;
  }

  .content .brand-products .catalog-body .product-cards {
    gap: 20px;
  }
  .content .brand-products .catalog-body .product-cards > div {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 10px 2px rgba(147, 149, 151, .1);
  }
  .content .brand-products .catalog-body .product-cards .product-card-inner .product-card,
  .content .brand-products .catalog-body .product-cards .product-card-inner > div {
    position: relative!important;
    min-height: 380px;
    padding: 15px;
  }
  .content .brand-products .catalog-body .product-cards .product-card-inner .product-card .gallery-images .images {
    height: 170px;
  }
  .content .brand-products .catalog-body .product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs li {
    width: 35px;
    height: 35px;
    padding: 0;
  }
}/*# sourceMappingURL=brands-single.css.map */
/* End */


/* Start:/local/templates/new_design_2023/components/bitrix/breadcrumb/main/style.min.css?1720534873467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/new_design_2023/components/bitrix/system.pagenavigation/custom/style.css?1720534873814*/
.pagination .page-dots {
    position: relative;
    display: block;
    margin-left: -1px;
    background-color: #fff;
    width: 32px;
    height: 32px;
    line-height: 42px;
    text-align: center;
    border: none;
    font-family: Gilroy-Medium;
    font-size: 22px;
    color: #1B1B1B;
    border-radius: 50%;
    padding: 0;
    margin-right: 0;
}
/*.pagination .page-dots {*/
/*    position: relative;*/
/*    display: block;*/
/*    margin-left: -1px;*/
/*    background-color: #fff;*/
/*    width: 42px;*/
/*    height: 42px;*/
/*    line-height: 42px;*/
/*    text-align: center;*/
/*    border: none;*/
/*    font-family: Gilroy-Medium;*/
/*    font-size: 22px;*/
/*    color: #1B1B1B;*/
/*    border-radius: 50%;*/
/*    padding: 0;*/
/*    margin-right: 5px;*/
/*}*/
/* End */


/* Start:/local/templates/new_design_2023/components/bitrix/catalog.section/in_stock_warsaw/style.css?17406475263909*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.catalog__product{
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	justify-content: center;
}
/* End */


/* Start:/local/templates/new_design_2023/components/bitrix/catalog.item/.default/style.css?1720686569351*/
.product-cards .product-card-inner .product-card .gallery-images .images img {
    display: block;
}
.product-cards .product-card-inner .product-card .gallery-images .thumbs-inner .thumbs li .mini-img {
    display: block;
}
.product-card-inner.js-product {
    min-height: 374px;
}
.product-card-inner .product-card .product__btn {
    width: 100%;
}
/* End */


/* Start:/local/templates/new_design_2023/components/bitrix/catalog.store.amount/in_stock_warsaw/style.css?17406475262802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/local/templates/new_design_2023/components/bitrix/catalog.store.amount/in_stock_warsaw/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/new_design_2023/components/bitrix/catalog.section/in_stock_warsaw/themes/blue/style.min.css?1740647526706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/new_design_2023/css/brands-single.css?176408236816785 */
/* /local/templates/new_design_2023/components/bitrix/breadcrumb/main/style.min.css?1720534873467 */
/* /local/templates/new_design_2023/components/bitrix/system.pagenavigation/custom/style.css?1720534873814 */
/* /local/templates/new_design_2023/components/bitrix/catalog.section/in_stock_warsaw/style.css?17406475263909 */
/* /local/templates/new_design_2023/components/bitrix/catalog.item/.default/style.css?1720686569351 */
/* /local/templates/new_design_2023/components/bitrix/catalog.store.amount/in_stock_warsaw/style.css?17406475262802 */
/* /local/templates/new_design_2023/components/bitrix/catalog.section/in_stock_warsaw/themes/blue/style.min.css?1740647526706 */
