

/* Start:/local/templates/nikolaus/components/bitrix/catalog.element/.default/style.min.css?175026735811830*/
:root {
  --param-padding: 58px;
}

.page {
  padding-bottom: 5.2rem;
}
.page .product-detail {
  margin-bottom: 10.6666666667rem;
}
.page .product-detail .pic-not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--not-found-pic-bg);
  min-height: 40rem;
  color: var(--gray);
}
.page .product-detail .pic-not-found svg {
  width: 6.6666666667rem;
}
.page .product-detail .buy {
  background: #FFFFFF;
  padding: 0.3333333333rem 0;
  min-height: 5.2rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 -0.2666666667rem 2rem rgba(255, 255, 255, 0.05);
}
.page .product-detail .buy .buy-content {
  display: flex;
  align-items: center;
}
.page .product-detail .buy .buy-content .title {
  font-weight: 500;
  padding-left: 0.6666666667rem;
}
.page .product-detail .buy .buy-content .params {
  min-height: 4.5333333333rem;
  display: flex;
  flex: 0 0 58%;
  max-width: 58%;
  padding-right: var(--param-padding);
}
.page .product-detail .buy .buy-content .params.border {
  border-right: 1px solid var(--border);
}
.page .product-detail .buy .buy-content .params > *:not(:last-child) {
  border-right: 1px solid var(--border);
  padding-right: calc(var(--param-padding) - 16px);
  margin-right: var(--param-padding);
  flex-grow: 1;
}
.page .product-detail .buy .buy-content .params .colors-content {
  display: flex;
  align-items: center;
}
.page .product-detail .buy .buy-content .params .colors-content .title {
  margin-right: 0.8rem;
}
.page .product-detail .buy .buy-content .params .colors-content .colors > * {
  margin: 0.4rem 1.0666666667rem 0.4rem 0;
}
.page .product-detail .buy .buy-content .params .sizes-content {
  display: flex;
  align-items: center;
}
.page .product-detail .buy .buy-content .params .sizes-content .title {
  margin-right: 1.6rem;
}
.page .product-detail .buy .buy-content .params .sizes-content .sizes {
  display: flex;
  align-items: center;
}
.page .product-detail .buy .buy-content .params .sizes-content .sizes .prev, .page .product-detail .buy .buy-content .params .sizes-content .sizes .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
}
.page .product-detail .buy .buy-content .params .sizes-content .sizes .prev:hover, .page .product-detail .buy .buy-content .params .sizes-content .sizes .next:hover {
  color: var(--gray);
}
.page .product-detail .buy .buy-content .params .sizes-content .sizes .prev svg, .page .product-detail .buy .buy-content .params .sizes-content .sizes .next svg {
  transition: all 200ms;
}
.page .product-detail .buy .buy-content .params .sizes-content .sizes .current {
  font-weight: 500;
  padding: 0 0.4666666667rem;
  min-width: 1.8666666667rem;
  text-align: center;
}
.page .product-detail .buy .buy-content .actions {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-between;
  padding-left: var(--param-padding);
}
.page .product-detail .buy .buy-content .actions.added .add-to-basket {
  display: none;
}
.page .product-detail .buy .buy-content .actions.added .link-to-cart {
  display: block;
}
.page .product-detail .buy .buy-content .actions .favorite {
  margin-right: 2rem;
}
.page .product-detail .buy .buy-content .actions .favorite .add-to-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6666666667rem;
  height: 2.6666666667rem;
  cursor: pointer;
}
.page .product-detail .buy .buy-content .actions .favorite .add-to-favorite.active svg {
  fill: var(--black-font-2);
}
.page .product-detail .buy .buy-content .actions .favorite .add-to-favorite svg {
  width: 1.0666666667rem;
}
.page .product-detail .buy .buy-content .actions .not-available {
  text-align: center;
  flex-grow: 1;
  font-weight: 600;
  margin-right: 2rem;
  font-size: 1.3333333333rem;
}
.page .product-detail .buy .buy-content .actions .price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2rem;
  white-space: nowrap;
}
.page .product-detail .buy .buy-content .actions .price .sale {
  display: flex;
  align-items: center;
  margin-bottom: 0.2666666667rem;
  line-height: 1.2rem;
  color: var(--gray);
  font-weight: 500;
}
.page .product-detail .buy .buy-content .actions .price .sale .percent {
  margin-right: 0.2666666667rem;
}
.page .product-detail .buy .buy-content .actions .price .sale .old {
  text-decoration: line-through;
}
.page .product-detail .buy .buy-content .actions .price .actual {
  font-weight: 600;
  font-size: 1.3333333333rem;
}
.page .product-detail .buy .buy-content .actions .btn {
  min-width: 16rem;
}
.page .product-detail .buy .buy-content .actions .link-to-cart {
  display: none;
}
.page .product-detail .colors {
  display: flex;
  flex-wrap: wrap;
}
.page .product-detail .colors > * {
  margin: 0 1.0666666667rem 0.8rem 0;
}
.page .product-detail .colors > span.color {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0666666667rem solid var(--primary);
  border-radius: 100%;
}
.page .product-detail .colors > span.color span {
  display: block;
  width: 1.0666666667rem;
  height: 1.0666666667rem;
  border: 0.1333333333rem solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 100%;
}
.page .product-detail .colors > a.color {
  display: block;
  display: block;
  width: 1.0666666667rem;
  height: 1.0666666667rem;
  border-radius: 100%;
}
.page .product-detail .photos img {
  display: block;
  cursor: pointer;
  width: 100%;
  flex-shrink: 0;
}
.page .product-detail .photos img:not(:last-child) {
  margin-bottom: 1.3333333333rem;
}
.page .product-detail .info .product-colors {
  margin-bottom: 1.3333333333rem;
}
.page .product-detail .info .brand-and-name {
  margin-bottom: 2.8666666667rem;
  padding-right: 4.6666666667rem;
  position: relative;
}
.page .product-detail .info .brand-and-name a.brand, .page .product-detail .info .brand-and-name .brand {
  font-size: 2rem;
  line-height: 2.4rem;
  color: var(--gray);
}
.page .product-detail .info .brand-and-name h1 {
  font-size: 1.3333333333rem;
  line-height: 1.7333333333rem;
  letter-spacing: var(--letter-spacing-3);
}
.page .product-detail .info .brand-and-name .copy-link {
  transition: all 200ms;
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-2);
  cursor: pointer;
  position: absolute;
  top: 0.4rem;
  right: 0;
}
.page .product-detail .info .brand-and-name .copy-link:hover {
  background: var(--aqua);
  color: var(--background);
}
.page .product-detail .info .brand-and-name .copy-link svg {
  width: 1.2666666667rem;
}
.page .product-detail .info .product-sizes {
  margin-bottom: 1.3333333333rem;
}
.page .product-detail .info .product-sizes .product-sizes-title {
  font-weight: 500;
  margin-bottom: 0.5333333333rem;
}
.page .product-detail .info .product-sizes .sizes {
  display: flex;
  flex-wrap: wrap;
}
.page .product-detail .info .product-sizes .sizes div {
  color: var(--dark-2);
  border: 0.0666666667rem solid var(--size-border);
  height: 2.8rem;
  padding: 0 0.6666666667rem;
  margin: 0 0.3333333333rem 0.3333333333rem 0;
  min-width: 6.6666666667rem;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1rem;
  cursor: pointer;
}
.page .product-detail .info .product-sizes .sizes div.active {
  color: var(--primary);
  border-color: var(--primary);
}
.page .product-detail .info .product-sizes .sizes div.active span.stock {
  display: block;
}
.page .product-detail .info .product-sizes .sizes div span.stock {
  padding-top: 0.1333333333rem;
  color: var(--gray);
  font-size: 0.8rem;
  line-height: 0.8rem;
  display: none;
}
.page .product-detail .info .description {
  margin-bottom: 2rem;
  color: var(--black-font-2);
}
.page .product-detail .info .accordion {
  padding-bottom: 2rem;
}
.page .product-detail .info .accordion .content .content-body > * {
  margin-bottom: 0;
}
.page .product-detail .info .accordion .content .content-body > * li:last-child ul {
  margin-bottom: 0;
}
.page .product-detail .info .props {
  font-weight: 500;
}
.page .product-detail .info .props .prop {
  display: flex;
  padding-left: 0.5333333333rem;
  justify-content: space-between;
}
.page .product-detail .info .props .prop:not(:last-child) {
  margin-bottom: 0.5333333333rem;
}
.page .product-detail .info .props .prop .name {
  color: var(--dark-2);
}
.page .product-detail .info .props .prop .value {
  color: var(--primary);
  padding-left: 20px;
  text-align: right;
}

@media (min-width: 768px) {
  .page .product-detail .info {
    margin-left: 1.3333333333rem;
  }
}
@media (min-width: 992px) {
  .page .product-detail .info .product-colors {
    display: none;
  }
}
@media (max-width: 1399px) {
  :root {
    --param-padding: 40px;
  }

  .page .product-detail .buy .buy-content .params {
    flex: 0 0 52%;
    max-width: 52%;
  }
}
@media (max-width: 1199px) {
  :root {
    --param-padding: 30px;
  }

  .page .product-detail .buy .buy-content .params .colors-content .colors > * {
    margin: 0.2666666667rem 0.8rem 0.2666666667rem 0;
  }
  .page .product-detail .buy .buy-content .actions .btn {
    min-width: inherit;
    flex-grow: 1;
    max-width: 16rem;
  }
}
@media (max-width: 991px) {
  .page .product-detail .buy .buy-content .params {
    display: none;
  }
  .page .product-detail .buy .buy-content .actions {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .page {
    padding-bottom: 3.8666666667rem;
  }
  .page .product-detail {
    margin-bottom: 2rem;
  }
  .page .product-detail .buy {
    min-height: 3.8666666667rem;
  }
  .page .product-detail .buy .buy-content .params {
    display: none;
  }
  .page .product-detail .buy .buy-content .actions .favorite {
    margin-right: 1rem;
  }
  .page .product-detail .buy .buy-content .actions .favorite .add-to-favorite svg {
    width: 0.8666666667rem;
  }
  .page .product-detail .buy .buy-content .actions .not-available {
    margin-right: 1rem;
    font-size: 1rem;
  }
  .page .product-detail .buy .buy-content .actions .price {
    margin-right: 1rem;
  }
  .page .product-detail .buy .buy-content .actions .price .sale {
    line-height: 0.9333333333rem;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .page .product-detail .buy .buy-content .actions .price .actual {
    font-size: 1rem;
  }
  .page .product-detail .buy .buy-content .actions .btn {
    padding: 0.7333333333rem 1.3333333333rem;
    max-width: 50%;
  }
  .page .product-detail .buy .buy-content .actions .btn.link-to-cart {
    padding: 0.6666666667rem 1.3333333333rem;
  }
  .page .product-detail .photos {
    margin-bottom: 1.3333333333rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .page .product-detail .photos img {
    margin-bottom: 0 !important;
  }
  .page .product-detail .pic-not-found {
    margin-bottom: 1.3333333333rem;
    min-height: 20rem;
  }
  .page .product-detail .pic-not-found svg {
    width: 5.3333333333rem;
  }
  .page .product-detail .info .brand-and-name {
    margin-bottom: 1.6rem;
    padding-right: 4.6666666667rem;
  }
  .page .product-detail .info .brand-and-name a.brand {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .page .product-detail .info .brand-and-name h1 {
    font-size: 1.1333333333rem;
    line-height: 1.5333333333rem;
    letter-spacing: var(--letter-spacing-3);
  }
  .page .product-detail .info .brand-and-name .copy-link {
    top: 0;
  }
  .page .product-detail .info .props .prop {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .page .product-detail .photos {
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
  }
}

/* End */


/* Start:/local/templates/nikolaus/components/bitrix/catalog.top/.default/style.min.css?1737541064300*/
.products-top {
  margin-bottom: 9.3333333333rem;
}
.products-top .title {
  display: flex;
  justify-content: center;
  margin-bottom: 4.2666666667rem;
}

@media (max-width: 767px) {
  .products-top {
    margin-bottom: 2.6666666667rem;
  }
  .products-top .title {
    margin-bottom: 1.6rem;
  }
}

/* End */
/* /local/templates/nikolaus/components/bitrix/catalog.element/.default/style.min.css?175026735811830 */
/* /local/templates/nikolaus/components/bitrix/catalog.top/.default/style.min.css?1737541064300 */
