

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog/colors_2024/style.css?176485965219475*/

.container-custom {
  margin: 0 auto;
  max-width: 1383px;
  padding: 0 20px;
}

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

.block-join {
  background-color: #f2efe7;
  padding: 70px 0 92px;
}

.top-section {
  padding-bottom: 70px;
}

.top-section__title {
  line-height: 110%;
}

.top-section__semibold {
  font-weight: 600;
}

.top-section__text {
  line-height: 150%;
}

.top-section__row {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}

.top-section__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.top-section__right {
  flex: 0 0 732px;
}

.top-section__pic {
  height: 480px;
  display: block;
  margin-bottom: 20px;
}

.top-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.color-inf {
  display: flex;
  gap: 6px;
}

.color-inf__square {
  flex: 0 0 18px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid rgba(47, 47, 48, 0.5);
}

.color-inf__content {
  font-family: var(--font-open);
  font-size: 14px;
  font-weight: 400;
}

.color-inf__name {
  display: flex;
  gap: 5px;
}

.color-inf__name a{
  color: #000;
}

.color-inf__year {
  font-style: italic;
}

.block-filter__wr {
  padding: 27px 40px;
  background-color: #fff;
}

.filter {
  margin-bottom: 82px;
}

.filter__header {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter__header-name {
  font-size: 20px;
  font-weight: 600;
  color: #434343;
}

.filter__header-list {
  display: flex;
  gap: 20px;
  align-items: center;
}

.filter__header-item {
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  position: relative;
  margin-right: 20px;
}

.filter__header-item::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e5e7eb;
}

.filter__header-item.active {
  color: #494949;
}

.filter__header-item.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2f2f30;
  position: absolute;
  left: 0;
  bottom: 3px;
  padding: 0;
}

.filter__colors {
  display: flex;
  gap: 31px 16px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.filter__colorgroup-item {
  cursor: pointer;
  flex: 0 110px;
}

.filter__color-item {
  cursor: pointer;
  flex: 0 125px;
}
.filter__color-item-active .filter__color-name {
  color: #2f2f30;
}

.filter__color-item-active .filter__color-block::after {
  content: "";
  width: 32px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/bitrix/templates/aspro_max/components/bitrix/catalog/colors_2024/bitrix/catalog.element/template_2024/img/icon/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.filter__color-block {
  height: 80px;
  margin-bottom: 8px;
  position: relative;
  border-radius: 2px;
}

.filter__color-name {
  font-size: 14px;
  color: #999999;
  font-weight: 600;
  text-align: center;
}

.btn-all {
  width: 100%;
  height: 38px;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  font-family: var(--regular-text);
  cursor: pointer;
  margin-top: 24px;
}

.block-colors-catalog__title {
  margin-bottom: 32px;
}

.block-colors-catalog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.color-item {
  flex: 0 0 144px;
  height: 144px;
  padding: 12px;
  font-size: 12px;
  max-width: 144px;
  cursor: pointer;
  text-decoration: none;
  color: #080808;
}
.color-item:hover {
  border: 2px solid #333;
}

.color-item__white {
  color: #fff;
}

.color-item__name {
  font-weight: 600;
  font-size: 13px;
  margin: 0;
}

.color-item__desc {
  font-size: 12px;
  font-style: italic;
}

.color-item__series {
  padding: 5px 0 0 0;
  line-height: 14px;
}

.pagination {
  position: relative;
  margin: 25px 0;
}

.pagination__list {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
}

.pagination__item {
  width: 26px;
  height: 26px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}

.pagination__link {
  color: inherit;
  text-decoration: none;
}

.pagination__item-active {
  background-color: #fac700;
  color: #fff;
}

.section-1 {
  position: relative;
  padding: 70px 0;
}

.section-1__row {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: end;
}

.section-1__left {
  flex: 0 0 546px;
}

.section-1__title {
  margin-bottom: 32px;
  line-height: 110%;
}

.section-1__text {
  line-height: 150%;
  margin-bottom: 32px;
}

.btn-custom {
  border-radius: 3px;
  border: 1px solid #333333;
  color: #080808;
  font-size: 18px;
  font-weight: 700;
  width: 276px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: inherit;
  cursor: pointer;
}

.section-1__right {
  margin-right: 30px;
  width: 588px;
  display: flex;
}

.section-1__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-2 {
  padding-top: 65px;
}

.section-2__row {
  display: flex;
}

.section-2__left {
  background-color: #ffcb00;
  flex: 0 0 720px;
  padding: 115px 115px 170px 115px;
}

.section-2__title {
  margin-bottom: 32px;
  line-height: 110%;
}

.section-2__text {
  line-height: 150%;
  margin-bottom: 32px;
}

.section-2__btn-1 {
  width: 235px;
  color: #fff;
  background-color: #333333;
  margin-bottom: 27px;
}

.section-2__btn-2 {
  width: 210px;
}

.section-2__pic {
  width: 100%;
  display: flex;
}

.section-2__img-pc {
  width: 100%;
  object-fit: cover;
  margin-top: 60px;
}

.section-2__img-mobile {
  display: none;
}

.filter__color-item, .filter__colorgroup-item{
  display: none;
}
.filter__colorgroup-item:nth-child(-n+10) {
  display: block;
}

.filter__color-item:nth-child(-n+8) {
  display: block;
}

.section-selection {
  padding: 108px 0;
  background-color: #f6f6f6;
}

.section-selection__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 96px;
}

.section-selection__left {
  flex: 0 0 300px;
}

.section-selection__title {
  margin-bottom: 30px;
}

.title {
  font-size: 40px;
  line-height: 110%;
}

.section-selection__p {
  line-height: 25px;
  margin-bottom: 50px;
}

.section-pt {
  padding-top: 150px;
}

.section-selection__colors {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
  justify-content: end;
}

.section-selection__colors .color-item {
  flex: 0 0 144px;
  height: 144px;
}

.section-selection__btn .btn-custom {
  font-size: 16px;
}

.section-paints {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.swiper-paints {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  display: flex;
}

.swiper-paints__item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.swiper-paints__picture {
  flex: 0 0 210px;
  height: 210px;
}

.swiper-paints__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-paints__content {
  width: 100%;
}

.swiper-paints__sub-title {
  margin-bottom: 12px;
  font-weight: 600;
}

.swiper-paints__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 27px;
}

.swiper-paints__btn .btn-custom {
  max-width: 206px;
}

.swiper-button-custom-next,
.swiper-button-custom-prev,
.swiper-button-top-next,
.swiper-button-top-prev {
  width: 40px;
  height: 40px;
  background: rgba(126, 126, 126, 0.31);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  cursor: pointer;
}

.swiper-button-custom-next {
  left: 0;
}

.swiper-button-custom-prev {
  right: 0;
}

.swiper-button-top-next,
.swiper-button-top-prev {
  background-color: rgba(255, 255, 255, 0.3);
}

.swiper-button-top-next {
  right: -20px;
}

.swiper-button-top-prev {
  left: -20px;
}

.section-color-room {
  padding-top: 42px;
}

.section-color-room__title {
  margin-bottom: 20px;
}

.section-color-room__desc {
  line-height: 22px;
  max-width: 910px;
  width: 100%;
  margin-bottom: 25px;
}

.color-room-2,
.color-room-1 {
  position: relative;
  overflow: hidden;
}

.color-room-2__pic {
  height: 700px;
  display: flex;
}

.color-room-2__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.color-room-1__text {
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.color-room-1__text::after {
  content: "";
  height: 32px;
  width: 1px;
  background-color: #2f2f30;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.color-room-1 .swiper-slide:last-child .color-room-1__text::after {
  content: none;
}

.color-room-1 .swiper-slide-thumb-active {
  background-color: #ffcb00;
}

.color-room-1 .swiper-slide-thumb-active .color-room-1__text::after {
  content: none;
}

.color-room-2__name {
  padding: 10px;
  text-align: center;
  background-color: #ffcb00;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  display: none;
  text-transform: uppercase;
}

.swiper-custom-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.swiper-custom-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--text);
}

.swiper-custom-pagination .swiper-pagination-bullet-active {
  background-color: var(--text);
}

.color-room-2 .swiper-custom-pagination {
  display: none;
}

.section-color-top {
  position: relative;
}

.section-color-top__main {
  position: relative;
  color: #fff;
  padding: 15px 0 30px;
  min-height: 575px;
}

.section-color-top__row {
  display: flex;
  gap: 72px;
}

.section-color-top__left {
  flex: 0 0 500px;
  width: 500px;
  position: relative;
}

.section-color-top__right {
  width: 100%;
}

.section-color-top__block-color {
  display: flex;
  gap: 60px;
  min-height: 40px;
}

.section-color-top__block-color-name {
  flex: 0 0 144px;
}

.section-color-top__colors {
  position: relative;
  display: flex;
  gap: 60px;
}

.color-inf {
  display: flex;
  gap: 6px;
  align-items: center;
}

.color-inf__color-square {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.color-inf__content {
  font-family: var(--font-open);
  font-size: 12px;
}

.color-inf__name {
  font-weight: 600;
}

.section-color-top__bottom {
  padding-top: 15px;
}

.section-color-top__main .section-color-top__block-color {
  padding-bottom: 40px;
}

.section-color-top {
  padding-bottom: 40px;
}

.section-color-top__block-color:nth-child(2) {
  display: none;
}

.section-color-top__sub-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-color-top__name {
  font-size: 42px;
  margin-bottom: 10px;
  line-height: 42px;
}

.section-color-top-deatails {
  margin-bottom: 34px;
}

.section-color-top-deatails__header {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.section-color-top-deatails__header::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/bitrix/templates/aspro_max/components/bitrix/catalog/colors_2024/../img/icon/arrow-white-bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.section-color-top-deatails__body {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  display: none;
}

.section-color-top-deatails__item {
  font-size: 12px;
}

.section-color-top-deatails-active .section-color-top-deatails__body {
  display: flex;
}

.section-color-top-deatails-active .section-color-top-deatails__header::after {
  transform: rotate(180deg);
}

.section-color-top__main .section-color-top__right {
  display: flex;
  flex-direction: column;
}

.section-color-top__desc {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 54px;
}

.section-color-top-buy__text {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-color-top-buy__list {
  display: flex;
  gap: 15px;
}

.section-color-top-buy__item {
  flex: 0 0 123px;
  height: 120px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  user-select: none;
}
.section-color-top-buy__item:hover {
  background-color: rgba(0,0,0,.08);
}

.section-color-top-buy__item-img {
  margin-bottom: 10px;
  margin-left: 0px;
}

.section-color-top-buy__item-name {
  font-size: 14px;
  font-weight: 600;
}

.swiper-top {
  overflow: hidden;
  width: 500px;
}

.section-color-top__slider {
  position: absolute;
  top: -15px;
  left: 0;
}

.swiper-top__pic {
  height: 650px;
  display: flex;
}

.swiper-top__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-top .swiper-custom-pagination {
  margin-top: 15px;
}

@media screen and (max-width: 1700px) {
}

@media screen and (max-width: 1500px) {
}

@media screen and (max-width: 1400px) {
  .top-section__right {
    flex: 0 0 600px;
  }

  .section-2__left {
    flex: 0 0 620px;
  }

  .section-selection__row {
    gap: 30px;
  }

  .section-selection__colors {
    gap: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .top-section__row {
    gap: 50px;
  }

  .section-1__row {
    gap: 30px;
  }

  .section-1__left {
    flex: 0 0 446px;
  }

  .section-2__left {
    padding: 90px 90px 150px 90px;
  }

  .section-2__left {
    flex: 0 0 520px;
  }

  .section-selection__colors .color-item {
    flex: 0 0 144px;
    height: 144px;
  }

  .swiper-paints__title {
    font-size: 20px;
  }

  .swiper-paints__picture {
    flex: 0 0 180px;
    height: 180px;
  }

  .section-color-top__row {
    gap: 30px;
  }

  .section-color-top-buy__list {
    flex-direction: column;
    gap: 18px;
  }

  .section-color-top-buy__item {
    padding: 10px 20px;
    display: flex;
    justify-content: start;
    height: auto;
    flex: auto;
    gap: 16px;
  }

  .section-color-top-buy__item-img {
    margin-bottom: 0;
  }

  .section-color-top__main {
    padding: 15px 0 20px;
  }

  .section-color-top__block-color,
  .section-color-top__colors {
    gap: 30px;
  }
}

@media screen and (max-width: 992px) {
  .top-section__row {
    flex-direction: column-reverse;
  }

  .top-section {
    padding: 0;
    padding-bottom: 48px;
  }

  .top-section__pic {
    margin: 0 -20px;
    padding-bottom: 15px;
  }

  .top-section__right {
    flex: auto;
  }

  .block-join {
    padding: 0;
  }

  .filter__header {
    display: block;
  }

  .filter__colors {
    grid-template-columns: repeat(4, 1fr);
  }

  .filter__header-scroll {
    overflow: scroll;
  }

  .filter__header-name {
    margin-bottom: 10px;
  }

  .filter__header-list {
    width: max-content;
  }

  .block-colors-catalog__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .block-filter__wr {
    padding: 64px 20px 45px 20px;
    margin: 0 -20px;
  }

  .section-1__row {
    flex-direction: column;
  }

  .section-1__left {
    flex: auto;
  }

  .section-1__right {
    width: 100%;
    margin-right: 0;
  }

  .section-1 {
    padding: 70px 0 0;
  }

  .section-2 {
    padding-top: 0;
  }

  .section-2__row {
    flex-direction: column;
    gap: 0;
  }

  .section-2__left {
    flex: auto;
  }

  .section-2__img-pc {
    margin-top: 0;
  }

  .section-selection__row {
    flex-direction: column;
    gap: 60px;
  }

  .section-selection__left {
    flex: auto;
  }

  .section-selection__colors {
    justify-content: start;
  }

  .swiper-paints {
    padding: 0 25px;
  }

  .swiper-paints__picture {
    flex: 0 0 206px;
    height: 206px;
  }

  .swiper-paints__title {
    font-size: 24px;
  }

  .swiper-paints__title {
    font-size: 24px;
  }

  .color-room-2__pic {
    height: 500px;
  }

  .color-room-1__text {
    padding: 15px 0;
  }

  .section-color-top__bottom {
    display: none;
  }

  .section-color-top__row {
    flex-direction: column-reverse;
  }

  .section-color-top__main .section-color-top__right {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .section-color-top__main {
    padding: 0;
    padding-top: 64px;
  }

  .section-color-top__block-color {
    flex-direction: column;
    gap: 10px;
    display: flex !important;
  }

  .section-color-top__block-color-name {
    flex: auto;
    font-weight: 600;
  }

  .section-color-top__main .section-color-top__block-color {
    padding-bottom: 30px;
  }

  .section-color-top__slider {
    position: relative;
    top: 0;
    margin: 0 -20px;
  }

  .section-color-top__left {
    flex: auto;
    width: 100%;
  }

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

  .swiper-top {
    width: 100%;
  }

  .swiper-top .swiper-custom-pagination {
    position: absolute;
    width: 100%;
  }

  .swiper-top__pic {
    height: 750px;
  }

  .section-color-room {
    padding-top: 25px;
  }
}

@media screen and (max-width: 770px) {
  .breadcrumbs__list {
    padding-top: 30px;
    padding-bottom: 23px;
  }

  .breadcrumbs__item {
    font-size: 18px;
  }

  .top-section__pic {
    height: 380px;
  }

  .top-section__row {
    gap: 40px;
  }

  .top-section__left {
    gap: 26px;
  }

  .section-1 .container-custom {
    padding: 0;
  }

  .section-1 .section-1__left {
    padding: 0 20px;
  }

  .section-2 .container-custom {
    padding: 0;
  }

  .section-2__img-pc {
    display: none;
  }

  .section-2__img-mobile {
    display: flex;
    width: 100%;
  }

  .section-2__left {
    padding: 74px 20px;
  }

  .section-2__title {
    margin-bottom: 27px;
  }

  .section-2__text {
    margin-bottom: 27px;
  }

  .section-2__btn-1 {
    margin-bottom: 24px;
  }

  .section-selection {
    padding: 72px 0;
  }

  .title {
    font-size: 32px;
  }

  .section-selection__p {
    margin-bottom: 17px;
  }

  .section-paints {
    padding: 50px 0;
  }

  .swiper-paints__item {
    flex-direction: column;
  }

  .swiper-paints__content {
    text-align: center;
  }

  .swiper-paints__btn {
    display: flex;
    justify-content: center;
  }

  .swiper-paints {
    padding: 0;
  }

  .swiper-paints__title {
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .color-room-1 {
    display: none;
  }

  .color-room-2__pic {
    height: 300px;
  }

  .color-room-2__name {
    display: block;
  }

  .color-room-2 .swiper-custom-pagination {
    display: flex;
    margin-top: 20px;
  }

  .swiper-top__pic {
    height: 550px;
  }
}

@media screen and (max-width: 576px) {
  .top-section__pic {
    height: 308px;
  }

  .filter__colors {
    grid-template-columns: repeat(2, 1fr);
  }

  .block-colors-catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-1__left .btn-custom {
    width: 100%;
  }

  .section-2 .btn-custom {
    width: 100%;
  }

 /* .block-colors-catalog__list .color-item:nth-last-child(-n + 28) {
    display: none;
  }*/

  .color-item {
    flex: 0 0 144px;
    height: 144px;
  }

  .filter__colorgroup-item {
    flex: 0 0 110px;
  }

 .filter__color-item {
    flex: 0 0 144px;
  }

  .color-room-2__pic {
    height: 180px;
  }

  .swiper-top__pic {
    height: 330px;
  }
}

/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog/colors_2024/bitrix/catalog.section/colors_section_template/style.css?1721823665300*/
.add-to-palette {
	position: absolute;
    bottom: 0px;
    right: 3px; 
	visibility: hidden;
}
.add-to-palette.active {
	visibility: visible;
} 
a:hover .add-to-palette {
	visibility: visible !important;
}

.active svg path {
 fill: #FFD700
}

.color-item {
	position: relative;
}
/* End */


/* Start:/bitrix/templates/aspro_max/libs/swiper/swiper.css?17140704307573*/
/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section.list/by_colorcards/style.css?17138878101329*/
.colorcards-list {
	width: 250px;
    height: 470px;
    overflow: scroll;
}
.colorcards-list .element {
    width: 220px;
    height: 110px;
    margin: 10px 0;
    opacity: 0.4;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; 
    text-indent: -10000px;
}

.colorcards-list .list {
	list-style: none;
}
.colorcards-list .element dd {
    text-align: center;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    font-size: 15px;
    line-height: 14px; 
    margin: 70px 0 0 0;
    font-weight: 500;
	background-color: white;
	height: 40px;        
}

 .colorcards-list .element:hover, .colorcards-list .selected-colorcard {
    opacity: 1;

}
.colorcards-list .element:hover dd, .colorcards-list .selected-colorcard dd{
    opacity: 0.7;

}      
.colorcards-list .element {
        background-color: transparent !important;
        background-size: cover;
 }


/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog/colors_2024/style.css?176485965219475 */
/* /bitrix/templates/aspro_max/components/bitrix/catalog/colors_2024/bitrix/catalog.section/colors_section_template/style.css?1721823665300 */
/* /bitrix/templates/aspro_max/libs/swiper/swiper.css?17140704307573 */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section.list/by_colorcards/style.css?17138878101329 */
