@import 'ui-kit.css';
@import 'ui-components/form-elements.css';
@import 'ui-blocks.css';
@import 'hovers.css';
@import 'ui-components/scroll-animation.css';

/** Home page | instagram section */

.instagram-section {
  position: relative;
  padding: 96px 0;
  background: var(--light-grey);
  min-height: 783px;
}

.instagram-section .container {
  position: relative;
  z-index: 1;
}

.instagram-section .bg-line {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bg-line,
.bg-line-second {
  pointer-events: none;
}

.bg-line path,
.bg-line-second path {
  /* transition: 0.1s ease-in; */
  /* transition-delay: 0.1s; */
}

.instagram-section .bg-line img,
.instagram-section .bg-line picture {
  display: block;
  width: 100%;
}


.instagram-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.section-name+.title {
  margin-top: 5px;
}

.instagram-section__wrapper .default-link {
  margin-top: 40px;
}

.instagram-section__images {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 304px;
  margin: -33px auto 0 auto;
}

.instagram-section__images .img {
  width: 304px;
  height: 360px;
  padding: 12px;
  background: var(--white);
  border: 0.5px solid var(--black);
}

.instagram-section__images .img img {
  display: block;
  width: 100%;
  height: 296px;
  object-fit: cover;
}

.instagram-section__images .img:after {
  content: '';
  margin-top: 16px;
  display: block;
  width: 100%;
  height: 20px;
  background: no-repeat center / contain url('../images/homepage/instagram/insta-icons.svg');
}

.instagram-section__images .img {
  position: absolute;
  top: 0;
}

.instagram-section__images .img:nth-child(5) {
  transform: rotate(-10deg);
}

.instagram-section__images .img:nth-child(4) {
  transform: rotate(10deg);
}

/* .instagram-section__images .img:nth-child(3) {
  transform: rotate(10deg);
} */
/*
.instagram-section__images .img:nth-child(4) {
  transform: rotate(10deg);
}

.instagram-section__images .img:nth-child(5) {
  transform: rotate(10deg);
} */

/** Homepage | hero section */

.header+section {
  padding-top: 72px;
}

.hero-section {
  min-height: var(--window-inner-height);
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.hero-section .container {
  grid-column: span 12;
}

.hero-section__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 0;
}

.hero-section__text {
  max-width: 660px;
  min-width: 660px;
  margin: 0 50px auto 0;
}

.hero-section__buttons {
  max-width: 564px;
  margin: auto 0 0 auto;
}

.hero-section__text .title img {
  display: inline-block;
  max-width: 56px;
  /* margin: 0 7px; */
  margin-right: -10px;
}

.hero-section__text .title+.text {
  margin-top: 18px;
  color: var(--dark-grey);
}

.hero-section__buttons .text {
  color: var(--dark-grey);
}

.hero-section__buttons .text+.hero-section__buttons-wrapper {
  margin-top: 24px;
}

.hero-section__buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.hero-section__buttons-wrapper>* {
  width: 100%;
  min-width: auto;
  grid-column: span 1;
  min-width: 278px;
}

.hero-section__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero-section__bg picture,
.hero-section__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-section .bg-line {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
}

.hero-section .bg-line svg {
  width: 100%;
}

.hero-section .bg-line path {
  transition: all 0s, opacity 0.1s;
  opacity: 0;
}

.hero-section .bg-line path.-animated {
  transition: all 1.5s, opacity 0.1s;
  opacity: 1;
}

.hero-section .bg-line path.-animated.-animated-finish {
  stroke-dashoffset: 0 !important;
}


/** Homepage | homepage-catalogue */

.homepage-catalogue {
  padding: 160px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage-catalogue .bg-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.homepage-catalogue .bg-line img,
.homepage-catalogue .bg-line picture {
  display: block;
  width: 100%;
}

.homepage-catalogue .bg-line-second {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.homepage-catalogue .bg-line-second img,
.homepage-catalogue .bg-line-second picture {
  display: block;
  width: 100%;
}


.homepage-catalogue .section-name+.title {
  margin-top: 6px;
}

.product-grid {
  margin-top: 38px;
}

.product-grid>.text-wrapper .default-button {
  min-width: auto;
  width: 100%;
}

.product-grid>.text-wrapper .text+.default-button {
  margin-top: 24px;
}

/** Homepage | about-us-section */

.about-us-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 72px 0;
  background: var(--light-grey);
}

.about-us-section .bg-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.about-us-section .bg-line img,
.about-us-section .bg-line picture {
  display: block;
  width: 100%;
}

.about-us-section__wrapper {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.about-us-section__left {
  position: relative;

  grid-column: span 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.about-us-section__left img {
  display: block;
  width: 100%;
}

.about-us-section__left .big-img {
  grid-column: span 4;
  padding-bottom: 96px;
  height: fit-content;
}

.about-us-section__left .small-img {
  position: absolute;
  right: 0;
  bottom: 0;
  grid-column-start: 4;
  grid-column-end: span 2;
}

.about-us-section__right {
  position: relative;
  grid-column-start: 7;
  grid-column-end: span 6;
  max-width: 680px;
}

.about-us-section__right .title img {
  width: 56px;
  vertical-align: text-top;
}

.-apple .about-us-section__right .title img {
  vertical-align: top;
}

.about-us-section__right .title img+img {
  margin-left: 0;
}

.about-us-section .subtexts-wrapper {
  margin-top: 64px;
}

.subtexts-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 37px 16px;
}

.subtexts-wrapper__item:nth-child(2n+1) {
  grid-column-start: 1;
  grid-column-end: span 4;
}

.subtexts-wrapper__item:nth-child(2n+2) {
  grid-column-start: 3;
  grid-column-end: span 4;
}

.subtexts-wrapper__item .section-name+.text {
  margin-top: 16px;
}


/** Homepage | gift-section */

.gift-section {
  position: relative;
  z-index: 1;
  padding: 72px 0;
  background: var(--light-grey);
}

.gift-section .bg-line {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.gift-section .bg-line img,
.gift-section .bg-line picture {
  display: block;
  width: 100%;
}


.gift-section__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  gap: 16px;
}

.gift-section__left {
  max-width: 605px;
  grid-column: span 6;
  padding-bottom: 130px;
}

.gift-section__left .text {
  max-width: 450px;
  margin-top: 24px;
  color: var(--dark-grey);
}

.gift-section__left .default-button {
  margin-top: 40px;
}

.gift-section__right {
  grid-column: 6;
}

.gift-section__right {
  position: relative;

  grid-column: span 6;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.gift-section__right img {
  display: block;
  width: 100%;
}

.gift-section__right .big-img {
  grid-column-start: 2;
  grid-column-end: span 5;
  padding-bottom: 92px;
  height: fit-content;
}

.gift-section__right .small-img {
  position: absolute;
  left: 0;
  bottom: 0;
  grid-column-start: 1;
  grid-column-end: span 2;
}


/** Homepage | helping-section */

.helping-section {
  position: relative;
  z-index: 1;
  padding: 160px 0;
}

.helping-section .bg-line {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

.helping-section .bg-line img,
.helping-section .bg-line picture {
  display: block;
  width: 100%;
}

.helping-section__wrapper {
  max-width: 912px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
}

.helping-section__wrapper .title-box {
  grid-column-start: 1;
  grid-column-end: span 8;
}

.helping-section__wrapper .title-box+.img {
  margin-top: 22px;
  grid-column-start: 1;
  grid-column-end: span 4;
}

.helping-section__wrapper .img+.img {
  padding-top: 98px;
  grid-column-start: 6;
  grid-column-end: span 3;
}

.helping-section__wrapper .img img {
  width: 100%;
  display: block;
}

.helping-section__wrapper .img .text {
  margin-top: 40px;
  color: var(--dark-grey);
}

.helping-section__wrapper .img .default-link {
  margin-top: 24px;
}


/** Homepage | review-section */

.review-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 160px;
}

.review-section .bg-line {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.review-section .bg-line img,
.review-section .bg-line picture {
  display: block;
  width: 100%;
}

.review-section__wrapper>.title {
  margin-bottom: 40px;
}

.review-section__wrapper .review-grid+.default-button {
  margin: 80px auto 0 auto;
  width: 100%;
  max-width: 450px;
}

/** Catalogue | catalogue-main */

.catalogue-main {
  position: relative;
  background: var(--light-grey);
}

.catalogue-main__wrapper {
  position: relative;
  margin: 40px auto 0 auto;
  padding-bottom: 82px;
  max-width: 618px;
  text-align: center;
}

.catalogue-main__wrapper .text {
  margin-top: 24px;
  color: var(--dark-grey);
}

.catalogue-main .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -392px;
  height: 100%;
  width: auto;
  mix-blend-mode: darken;
}

.catalogue-main .bg img {
  display: block;
  height: 100%;
  width: auto;
  mix-blend-mode: darken;
}


/** Catalogue |  catalogue-section */

.catalogue-section {
  margin: 80px 0 120px 0;
}

.catalogue-section__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
}

.catalogue-filters-mob {
  display: none;
  grid-column: span 12;
}


.catalogue-filters {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 16px;
}

.catalogue-filters>* {
  min-width: auto;
  width: 100%;
  grid-column: span 3;
}

.catalogue-list {
  display: grid;
  grid-column: span 12;
  grid-template-columns: repeat(12, 1fr);
  gap: 64px 16px;
  margin-top: 40px;
  transition: opacity 0.4s;
}

.catalogue-list.-loading {
  opacity: 0.5;
  pointer-events: none;
}

.catalogue-list>div:nth-child(7n + 1),
.catalogue-list>div:nth-child(7n + 2),
.catalogue-list>div:nth-child(7n + 3),
.catalogue-list>div:nth-child(7n + 4) {
  grid-column: span 3;
}

.catalogue-list>div:nth-child(7n + 5),
.catalogue-list>div:nth-child(7n + 6),
.catalogue-list>div:nth-child(7n + 7) {
  grid-column: span 4;
}

.catalogue-section__wrapper .default-button {
  grid-column-start: 5;
  grid-column-end: span 4;
  width: 100%;
  min-width: auto;
  margin-top: 64px;
}



/** FAQ page | faq-section */

.faq-section__wrapper {
  margin: 40px 0 80px 0;
}

.section-name+.faq-accordion {
  margin-top: 24px;
}

.faq-accordion {
  border: 1px solid rgba(36, 38, 40, 0.1);
  border-left: none;
  border-right: none;
  padding: 24px 0;
}

.faq-accordion+.faq-accordion {
  border-top: none;
}

.faq-accordion__open {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 38px;
  transition: color 0.4s;
  cursor: pointer;
}

.faq-accordion__open:after {
  content: '';

  position: absolute;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc1OV81ODY3KSI+CjxwYXRoIGQ9Ik0zOCAyMy42MjM1TDM3Ljk5OTkgMjUuMDU4MUMzMi42OTI4IDI1LjM0NzggMzAuNzg5MSAyNi40NTgyIDI5LjQ0MjUgMjkuODc4OEwyOC44MjcyIDI5Ljg3ODlMMjguODI3MSAyOS40OTc1QzMxLjY2NjQgMjQuODk4MiAzMy43NjgxIDIzLjYyMTYgMzggMjMuNjIzNVoiIGZpbGw9IiMyNDI2MjgiIHN0cm9rZT0iIzI0MjYyOCIvPgo8cGF0aCBkPSJNMjAgMjMuNDcxMkwyMC4wMDAxIDI0LjkwNThDMjUuMzA3MSAyNS4xOTU0IDI3LjIxMDggMjYuMzA1OSAyOC41NTc1IDI5LjcyNjRMMjkuMTcyOCAyOS43MjY1TDI5LjE3MjggMjkuMzQ1MkMyNi4zMzM2IDI0Ljc0NTkgMjQuMjMxOCAyMy40NjkzIDIwIDIzLjQ3MTJaIiBmaWxsPSIjMjQyNjI4IiBzdHJva2U9IiMyNDI2MjgiLz4KPHBhdGggZD0iTTI5LjYwODQgMzBMMjkuNjA4NCA4TDI4LjQ1NTggOEwyOC40NTU4IDMwTDI5LjYwODQgMzBaIiBmaWxsPSIjMjQyNjI4IiBzdHJva2U9IiMyNDI2MjgiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF83NTlfNTg2NyI+CjxyZWN0IHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  transition: opacity 0.4s, transform 0.4s;
  transform: translateY(0);
}

/* .faq-accordion__open:before {
  content: '';

  position: absolute;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc1OV81ODU3KSI+CjxwYXRoIGQ9Ik0yMCAxNC4zNzY1TDIwLjAwMDEgMTIuOTQxOUMyNS4zMDcyIDEyLjY1MjIgMjcuMjEwOSAxMS41NDE4IDI4LjU1NzUgOC4xMjEyM0wyOS4xNzI4IDguMTIxMTJMMjkuMTcyOSA4LjUwMjQ5QzI2LjMzMzYgMTMuMTAxOCAyNC4yMzE5IDE0LjM3ODQgMjAgMTQuMzc2NVoiIGZpbGw9IiM2NjY3NjkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNS4wOTg4IDEyLjU3MDdDMjMuOTAwNyAxMy4wMzc2IDIyLjQwNTMgMTMuMjg1OCAyMC41MDAxIDEzLjQxMjZMMjAuNSAxMy44NzAyQzIyLjMwNzkgMTMuODIyNSAyMy42NDkzIDEzLjQ5ODQgMjQuODQwOSAxMi43NDI3QzI0LjkyNzQgMTIuNjg3OCAyNS4wMTMzIDEyLjYzMDUgMjUuMDk4OCAxMi41NzA3Wk0yNS4zNzY0IDEzLjU4NzJDMjMuODU2NiAxNC41NTExIDIyLjE2NjcgMTQuODc3NCAxOS45OTk3IDE0Ljg3NjVMMTkuNDk5OSAxNC44NzYyTDE5LjUwMDEgMTIuNDY4NEwxOS45NzI4IDEyLjQ0MjZDMjIuNjExOSAxMi4yOTg2IDI0LjMxNTggMTEuOTUxOSAyNS41MTc0IDExLjI3MDdDMjYuNjkwNSAxMC42MDU2IDI3LjQ0MzMgOS41ODY0OCAyOC4wOTIzIDcuOTM4MDdMMjguMjE3IDcuNjIxMjlMMjkuNjcyNyA3LjYyMTA0TDI5LjY3MjkgOC42NDQzN0wyOS41OTgzIDguNzY1MTRDMjguMTY2MyAxMS4wODQ5IDI2Ljg4MjYgMTIuNjMxOSAyNS4zNzY0IDEzLjU4NzJaIiBmaWxsPSIjNjY2NzY5Ii8+CjxwYXRoIGQ9Ik0zOCAxNC41Mjg4TDM3Ljk5OTkgMTMuMDk0MkMzMi42OTI5IDEyLjgwNDYgMzAuNzg5MiAxMS42OTQxIDI5LjQ0MjUgOC4yNzM1N0wyOC44MjcyIDguMjczNDdMMjguODI3MiA4LjY1NDg0QzMxLjY2NjQgMTMuMjU0MSAzMy43NjgyIDE0LjUzMDcgMzggMTQuNTI4OFoiIGZpbGw9IiM2NjY3NjkiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMi42MjM1IDEzLjczOTVDMzEuMTE3MyAxMi43ODQzIDI5LjgzMzcgMTEuMjM3MyAyOC40MDE3IDguOTE3NDhMMjguMzI3MSA4Ljc5NjcxTDI4LjMyNzIgNy43NzMzOEwyOS43ODMgNy43NzM2M0wyOS45MDc3IDguMDkwNDFDMzAuNTU2NyA5LjczODgyIDMxLjMwOTUgMTAuNzU3OSAzMi40ODI2IDExLjQyM0MzMy42ODQyIDEyLjEwNDMgMzUuMzg4MSAxMi40NTA5IDM4LjAyNzEgMTIuNTk1TDM4LjQ5OTggMTIuNjIwOEwzOC41IDE1LjAyODZMMzguMDAwMiAxNS4wMjg4QzM1LjgzMzMgMTUuMDI5OCAzNC4xNDM0IDE0LjcwMzQgMzIuNjIzNSAxMy43Mzk1Wk0zNy40OTk5IDE0LjAyMjVMMzcuNDk5OSAxMy41NjQ5QzM1LjU5NDYgMTMuNDM4MiAzNC4wOTkzIDEzLjE4OTkgMzIuOTAxMSAxMi43MjMxQzMyLjk4NjYgMTIuNzgyOSAzMy4wNzI2IDEyLjg0MDIgMzMuMTU5MSAxMi44OTVDMzQuMzUwNiAxMy42NTA3IDM1LjY5MjEgMTMuOTc0OSAzNy40OTk5IDE0LjAyMjVaIiBmaWxsPSIjNjY2NzY5Ii8+CjxwYXRoIGQ9Ik0yOC4zOTE2IDhMMjguMzkxNiAzMEwyOS41NDQyIDMwTDI5LjU0NDIgOEwyOC4zOTE2IDhaIiBmaWxsPSIjNjY2NzY5Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjcuODkxNiAzMC41TDI3Ljg5MTYgNy41TDMwLjA0NDIgNy41TDMwLjA0NDIgMzAuNUwyNy44OTE2IDMwLjVaTTI4Ljg5MTYgMjkuNUwyOS4wNDQyIDI5LjVMMjkuMDQ0MiA4LjVMMjguODkxNiA4LjVMMjguODkxNiAyOS41WiIgZmlsbD0iIzY2Njc2OSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzc1OV81ODU3Ij4KPHJlY3Qgd2lkdGg9IjM4IiBoZWlnaHQ9IjM4IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=);
  transition: opacity 0.4s, transform 0.4s;
  transform: translateY(-15px);
  opacity: 0;
} */

.faq-accordion__content {
  padding-top: 16px;
  color: var(--dark-grey);
}

.faq-accordion.-open .faq-accordion__open {
  color: var(--dark-grey);
}

.faq-accordion.-open .faq-accordion__open:after {
  transform: rotateX(180deg);
  opacity: 0.7;
}

/* .faq-accordion.-open .faq-accordion__open:before {
  transform: translateY(0);
  opacity: 1;
} */


/** Homepage | cta-small */

.cta-small {
  margin: 80px 0;
}

.cta-small__wrapper {
  position: relative;
  z-index: 1;
  padding: 64px;
  width: 100%;
  background: var(--light-grey);
  overflow: hidden;
}

.cta-small__wrapper-inner {
  max-width: 450px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.cta-small__wrapper .text {
  margin-top: 16px;
  color: var(--dark-grey);
}

.cta-small__wrapper .default-button {
  margin-top: 40px;
  width: 100%;
}

.cta-small__wrapper .bg-line {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/** Text pages | text-section__wrapper */

.text-section__wrapper {
  margin: 40px 0 80px 0;
}


/** 404 */

.section-404 {
  position: relative;
  z-index: 1;
  min-height: var(--window-inner-height);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.section-404 .container {
  grid-column: span 12;
  margin: 0 auto;
  display: flex;
}

.wrapper-404 {
  max-width: 450px;
  margin: auto;
  padding: 100px 0;
  text-align: center;
}

.title-404 {
  font-family: 'IBM Plex Serif';
  font-style: italic;
  font-weight: 500;
  font-size: 160px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--grey);
}

.wrapper-404 .title {
  margin-top: 16px;
}

.wrapper-404 .text {
  margin-top: 24px;
}

.wrapper-404 .default-button {
  margin-top: 32px;
  width: 100%;
}

.section-404 .bg-line {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -5px;
}



/** constructor-section */

.constructor-section {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  overflow: hidden;
  min-height: var(--window-inner-height);
}

.constructor-section .container {
  grid-column: span 12;
}

.constructor-wrapper {
  padding: 24px 0;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
  /* box-sizing: content-box;
  min-height: 680px;
  height: calc(var(--window-inner-height) - 120px); */
}

.constructor-wrapper__left {
  position: relative;
  grid-column: span 6;
  min-height: 600px;
  overflow: hidden;
}

.constructor-left-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--light-grey);
}


.pre-start-img,
.start-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  background: inherit;
}

.pre-start-img {
  z-index: 2;
}

.pre-start-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .pre-start-img.-active,
.start-img.-active {
  position: relative;
  opacity: 1;
} */

.start-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}


.start-img .preloader-img {
  position: relative;
  transform: none;
  left: 0;
  top: 0;
}

.start-img img {
  display: block;
  max-width: 200px;
  aspect-ratio: 1/1;
}

.start-img .text {
  margin-top: 24px;
  max-width: 350px;
}

body.-pre-starting .pre-start-img {
  opacity: 1;
  pointer-events: auto;
}

body.-starting .start-img {
  opacity: 1;
  pointer-events: auto;
}

body.-pre-starting .image-create,
body.-starting .image-create {
  opacity: 0;
  pointer-events: none;
}

.constructor-wrapper__left {
  transition: opacity 0.4s;
}

body.-loading .constructor-wrapper__left {
  opacity: 0.5;
}


.constructor-wrapper__right {
  grid-column-start: 8;
  grid-column-end: span 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.constructor-wrapper__right .content {
  position: relative;
  grid-column: span 5;
  max-width: 450px;
  margin-top: 56px;
  transition: opacity 0.4s;
}

.constructor-wrapper__right .content.-loading {
  opacity: 0.2;
  pointer-events: none;
}

.step-begin-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
}

.step-begin-item {
  grid-column: span 1;
}

.step-begin-item .icon {
  display: block;
  width: 48px;
  height: 48px;
}

.step-begin-item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.step-begin-text {
  color: var(--dark-grey);
  margin-top: 16px;
}

.step-begin .default-button {
  margin-top: 40px;
  width: 100%;
}

.step-begin .btn.for-mob {
  display: none !important;
}

.constructor-steps {
  width: 100%;
}

.title-with-hint {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
}

.constructor-steps .text {
  margin-top: 8px;
  color: var(--dark-grey);
}

.hint {
  position: absolute;
  right: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  border: 1px solid rgba(36, 38, 40, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background 0.4s, border 0.4s;
}

.hint:before,
.hint:after {
  content: '';

  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDE3LjY2NjVDMTEuNjkwNCAxNy42NjY1IDEyLjI1IDE3LjEwNjkgMTIuMjUgMTYuNDE2NUMxMi4yNSAxNS43MjYxIDExLjY5MDQgMTUuMTY2NSAxMSAxNS4xNjY1QzEwLjMwOTYgMTUuMTY2NSA5Ljc1IDE1LjcyNjEgOS43NSAxNi40MTY1QzkuNzUgMTcuMTA2OSAxMC4zMDk2IDE3LjY2NjUgMTEgMTcuNjY2NVoiIGZpbGw9IiMyNDI2MjgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjU5Njg3IDUuNTI5MTFDMTAuMjY2OSA1LjI1MTU5IDExLjAwNDEgNS4xNzg5OCAxMS43MTU0IDUuMzIwNDZDMTIuNDI2NiA1LjQ2MTkzIDEzLjA4IDUuODExMTUgMTMuNTkyOCA2LjMyMzk0QzE0LjEwNTYgNi44MzY3NCAxNC40NTQ4IDcuNDkwMDcgMTQuNTk2MyA4LjIwMTM0QzE0LjczNzcgOC45MTI2IDE0LjY2NTEgOS42NDk4NSAxNC4zODc2IDEwLjMxOThDMTQuMTEwMSAxMC45ODk4IDEzLjY0MDEgMTEuNTYyNSAxMy4wMzcxIDExLjk2NTRDMTIuNjQ0NyAxMi4yMjc2IDEyLjIwNzUgMTIuNDEwMiAxMS43NSAxMi41MDU4VjEyLjY2NjdDMTEuNzUgMTMuMDgwOSAxMS40MTQzIDEzLjQxNjcgMTEgMTMuNDE2N0MxMC41ODU4IDEzLjQxNjcgMTAuMjUgMTMuMDgwOSAxMC4yNSAxMi42NjY3VjExLjgzMzNDMTAuMjUgMTEuNjM0NCAxMC4zMjkxIDExLjQ0MzcgMTAuNDY5NyAxMS4zMDNDMTAuNjEwNCAxMS4xNjI0IDEwLjgwMTEgMTEuMDgzMyAxMSAxMS4wODMzQzExLjQyODYgMTEuMDgzMyAxMS44NDc1IDEwLjk1NjMgMTIuMjAzOCAxMC43MTgyQzEyLjU2MDEgMTAuNDgwMSAxMi44Mzc4IDEwLjE0MTcgMTMuMDAxOCA5Ljc0NTgyQzEzLjE2NTggOS4zNDk5MSAxMy4yMDg3IDguOTE0MjYgMTMuMTI1MSA4LjQ5Mzk3QzEzLjA0MTUgOC4wNzM2OCAxMi44MzUxIDcuNjg3NjIgMTIuNTMyMSA3LjM4NDZDMTIuMjI5MSA3LjA4MTU5IDExLjg0MyA2Ljg3NTIzIDExLjQyMjcgNi43OTE2M0MxMS4wMDI0IDYuNzA4MDMgMTAuNTY2OCA2Ljc1MDk0IDEwLjE3MDkgNi45MTQ5M0M5Ljc3NDk5IDcuMDc4OTIgOS40MzY2IDcuMzU2NjMgOS4xOTg1MiA3LjcxMjkzQzguOTYwNDUgOC4wNjkyNCA4LjgzMzM3IDguNDg4MTQgOC44MzMzNyA4LjkxNjY3QzguODMzMzcgOS4zMzA4OCA4LjQ5NzU5IDkuNjY2NjcgOC4wODMzNyA5LjY2NjY3QzcuNjY5MTYgOS42NjY2NyA3LjMzMzM3IDkuMzMwODggNy4zMzMzNyA4LjkxNjY3QzcuMzMzMzcgOC4xOTE0NyA3LjU0ODQyIDcuNDgyNTYgNy45NTEzMiA2Ljg3OTU4QzguMzU0MjIgNi4yNzY2IDguOTI2ODcgNS44MDY2MyA5LjU5Njg3IDUuNTI5MTFaIiBmaWxsPSIjMjQyNjI4Ii8+Cjwvc3ZnPgo=);
  transition: opacity 0.4s;
  transform: translateZ(0);
}

.hint:after {
  opacity: 0;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDE2LjY2NjdDMTAuNjkwNCAxNi42NjY3IDExLjI1IDE2LjEwNyAxMS4yNSAxNS40MTY3QzExLjI1IDE0LjcyNjMgMTAuNjkwNCAxNC4xNjY3IDEwIDE0LjE2NjdDOS4zMDk2NCAxNC4xNjY3IDguNzUgMTQuNzI2MyA4Ljc1IDE1LjQxNjdDOC43NSAxNi4xMDcgOS4zMDk2NCAxNi42NjY3IDEwIDE2LjY2NjdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOS45OTk5MiAxMS42NjY3VjEwLjgzMzNDMTAuNTc2OCAxMC44MzMzIDExLjE0MDcgMTAuNjYyMyAxMS42MjAzIDEwLjM0MThDMTIuMSAxMC4wMjEzIDEyLjQ3MzggOS41NjU3OCAxMi42OTQ2IDkuMDMyODNDMTIuOTE1MyA4LjQ5OTg4IDEyLjk3MzEgNy45MTM0MyAxMi44NjA1IDcuMzQ3NjVDMTIuNzQ4IDYuNzgxODggMTIuNDcwMiA2LjI2MjE4IDEyLjA2MjMgNS44NTQyN0MxMS42NTQ0IDUuNDQ2MzcgMTEuMTM0NyA1LjE2ODU4IDEwLjU2ODkgNS4wNTYwNEMxMC4wMDMyIDQuOTQzNSA5LjQxNjcxIDUuMDAxMjYgOC44ODM3NiA1LjIyMjAyQzguMzUwODEgNS40NDI3NyA3Ljg5NTI5IDUuODE2NjEgNy41NzQ4IDYuMjk2MjVDNy4yNTQzMSA2Ljc3NTkgNy4wODMyNSA3LjMzOTgxIDcuMDgzMjUgNy45MTY2NyIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.hint__content {
  position: absolute;
  z-index: 5;
  right: 34px;
  bottom: 3px;
  width: 344px;
  padding: 12px;
  opacity: 0;
  pointer-events: none;
  color: var(--white);
  background: var(--dark-grey);
  border-radius: 12px 12px 0px 12px;
  transition: opacity 0.4s;
}

.hint.-active {
  border: 1px solid rgba(36, 38, 40, 1);
  background: rgba(36, 38, 40, 1);
}

.hint.-active:before {
  opacity: 0;
}

.hint.-active:after {
  opacity: 1;
}

.hint.-active .hint__content {
  opacity: 1;
}

.skroll-holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.form-holder {
  position: relative;
  grid-column: span 2;
}

.form-holder input {
  position: absolute;
  opacity: 0;
}

.form-holder label {
  position: relative;
  grid-column: span 2;
  padding: 16px 12px 16px 16px;
  background: var(--light-grey);
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  color: rgba(36, 38, 40, 0.7);
  transition: background 0.4s, color 0.4s;
}

.form-holder label .image-holder {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.form-holder label .image-holder img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.form-holder label .image-holder+span {
  margin-left: 16px;
  text-transform: uppercase;
}

.form-holder label .image-holder+span {
  margin-top: 3px;
}

.form-holder label .image-holder {
  margin-top: -2px;
}

.-bigger-card .form-holder label .image-holder {
  margin-top: 0;
}

.-apple .form-holder label .image-holder+span {
  margin-top: 2px;
}

.-apple .form-holder label .image-holder {
  margin-top: -2px;
}

.-apple .-bigger-card .form-holder label .image-holder {
  margin-top: 0;
}

.form-holder label:after {
  content: '';

  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjAwMDIgMjBDMTYuNDE4NSAyMCAyMC4wMDAyIDE2LjQxODMgMjAuMDAwMiAxMkMyMC4wMDAyIDcuNTgxNzIgMTYuNDE4NSA0IDEyLjAwMDIgNEM3LjU4MTk3IDQgNC4wMDAyNCA3LjU4MTcyIDQuMDAwMjQgMTJDNC4wMDAyNCAxNi40MTgzIDcuNTgxOTcgMjAgMTIuMDAwMiAyMFoiIGZpbGw9IiMyNDI2MjgiLz4KPHBhdGggZD0iTTE1LjAwMDIgMTBMMTAuOTk4IDE0TDkuMDAwMjQgMTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
  opacity: 0;
  transition: opacity 0.4s;
  margin-left: auto;
}

.form-holder input:checked+label:after {
  opacity: 1;
}

.form-holder input:checked+label {
  background: var(--grey);
  color: var(--black);
}

.-bigger-card .form-holder label {
  padding: 24px;
  flex-direction: column;
  align-items: center;
  min-height: 160px;
}

.-bigger-card .form-holder label .image-holder {
  width: 64px;
  height: 64px;
}

.-bigger-card .form-holder label .image-holder+span {
  margin-left: 0;
  margin-top: 20px;
  text-align: center;
}

.-apple .-bigger-card .form-holder label .image-holder+span {
  margin-top: 20px;
}

.-bigger-card .form-holder label:after {
  position: absolute;
  right: 12px;
  top: 12px;
}

.form-holder .btn-innerText,
.form-holder .btn-original-text,
.form-holder .btn-hidden-text {
  height: 24px;
}


.create-btns {
  margin-top: 40px;
  width: 100%;
  display: flex;
  gap: 16px;
}

.create-btns .default-button {
  width: 100%;
  min-width: auto;
}

.block_tabs {
  margin-top: 40px;
}

.block_tabs .--tabs-container__menu {
  position: relative;
  padding-bottom: 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.block_tabs .--tabs-container__menu-item {
  color: rgba(36, 38, 40, 0.5);
  text-transform: uppercase;
  transition: color 0.4s;
  cursor: pointer;
}

.block_tabs .--tabs-container__menu-item {
  margin-right: 24px;
}

.block_tabs .--tabs-container__menu-item.-active {
  color: rgba(36, 38, 40, 1);
}

.block_tabs .--tabs-container__menu-line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #242628;
  transition: transform 0.4s, width 0.4s;
}


.block_tabs .--tabs-container__items-inner {
  position: relative;
  margin-top: 16px;
}

.block_tabs .--tabs-container__item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  transition: opacity 0.4s;
}

.block_tabs .--tabs-container__item.-active {
  opacity: 1;
  position: relative;
  pointer-events: auto;
}

.block_tabs .skroll-holder {
  margin-top: 0;
}

.form-holder.input-box {
  grid-column: span 4;
}

.form-holder.input-box input {
  position: relative;
  display: block;
  opacity: 1;
}

#step_6 .skroll-holder {
  margin-top: 24px;
}

.add-new-pendant {
  height: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  background: var(--light-grey);
  border: none;
  color: var(--black);
}

/** images-wrapper */

.image-create {
  display: flex;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  transition: opacity 0.4s;
}

.constructor-left-wrapper {
  max-height: 600px;
}

@media screen and (min-height: 730px) and (min-width: 1025px) {
  .constructor-wrapper {
    min-height: 680px;
    height: calc(var(--window-inner-height) - 120px);
    box-sizing: content-box;
  }

  .constructor-left-wrapper {
    max-height: 800px;
  }

}

.image-holders {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  overflow: scroll;
  width: 100%;
  height: calc(100% + 90px);
  margin: auto;
  padding: 0 80px 0 80px;

}

.image-create.-loading {
  opacity: 0.5;
}

.image-holders::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.image-holders::-webkit-scrollbar-track {
  background: #d8d8d8;
}

.image-holders::-webkit-scrollbar-thumb {
  background-color: #222222;
}

.image-holders>*,
.image-holders .scroll-checker>* {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.image-holders .scroll-checker {
  height: auto;
  align-items: flex-start;
  flex-direction: column;
  margin: auto;
}

.image-holders>*>img,
.image-holders .scroll-checker>*>img {
  display: block;
  width: 40%;
}

.image-holders .chain-item:first-child {
  margin-top: auto;
}

.image-holders .chain-item:last-child {
  margin-bottom: auto;
}

.image-create .bottom-info {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;

  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}

.bottom-info .price {
  display: block;
  opacity: 0.7;
}

.small-image-holders {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.4s;
}

.small-image-holders.-hidden {
  opacity: 0;
  pointer-events: none;
}

.small-image-holders .scroller-img {
  margin: auto 8px auto 0;
}

.prev-list {
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.prev-item {
  position: relative;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(36, 38, 40, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  transition: all 0.4s, left 0s, top 0s;
  cursor: pointer;
}

.prev-item:after {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: var(--white);
  transition: background 0.4s;
  border-radius: 50%;
}

.small-image-holders .prev-item:not(:first-child) {
  margin-top: 16px;
  position: relative;
}

.small-image-holders .prev-item:not(:first-child):before {
  content: "";
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: calc(100% + 1px);
  height: 16px;
  width: 1px;
  background: var(--black);
  opacity: 0.3;
  transition: opacity 0.4s;
}

.small-image-holders .prev-item.ui-sortable-helper {
  margin-bottom: 0;
}

.small-image-holders .prev-item.ui-sortable-helper:not(:first-child):before {
  opacity: 0;
}

.prev-item img {
  display: block;
  width: 66.66%;
  height: 66.66%;
  object-fit: contain;
  mix-blend-mode: darken;
}

.del-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--black);
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
  pointer-events: none;
}

.del-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjAwMTEgNS45OTk1MUw2LjAwMTEgOS45OTk1MSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC4wMDExIDkuOTk5NTFMNi4wMDExIDUuOTk5NTEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.prev-item.-active {
  width: 48px;
  height: 48px;
  border-color: var(--black);
}

.prev-item.current {
  width: 48px;
  height: 48px;
  border-color: var(--black);
}


.order-item.-active .prev-item {
  width: 40px;
  height: 40px;
  transform: scale(1.2);
}

.prev-item.-active:after,
.order-item.-active .prev-item:after,
.prev-item.current:after {
  background: var(--grey);
}

.prev-item.-active .del-btn,
.order-item.-active .del-btn {
  opacity: 1;
  pointer-events: auto;
}

.order-item .del-btn {
  right: -2px;
  top: -2px;
  transform: scale(0.8);
}

.prev-item.current .del-btn {
  display: none !important;
}


.prev-item.add-btn:after {
  display: none;
}

.prev-item.add-btn {
  border: none;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIGZpbGw9IiMyNDI2MjgiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC4yNzYgMTYuMzkzTDI0LjMxNiAxNy45MUwyNC4wOCAxOC42MjY4QzI0LjYwNCAxOC43MzEgMjUgMTkuMjAxOSAyNSAxOS43Njg3QzI1IDIwLjQxMDUgMjQuNDg4IDIwLjkzMTQgMjMuODU2IDIwLjkzMTRDMjMuNjg0IDIwLjkzMTQgMjMuNTE2IDIwLjg5MzkgMjMuMzYgMjAuODE0OEwyMy4xNzIgMjEuMzk0TDE5LjUxNiAyMC42OTgxTDIyLjcxNiAyOC4xNDEzTDIxLjk3MiAyOC4xOTU1QzIyLjAxMiAyOC4zMjQ2IDIyLjAzMiAyOC40NjIyIDIyLjAzMiAyOC42MDM5QzIyLjAzMiAyOS4zNzQ5IDIxLjQyIDMwIDIwLjY2IDMwQzE5LjkwNCAzMCAxOS4yODggMjkuMzc0OSAxOS4yODggMjguNjAzOUMxOS4yODggMjguNTI0NyAxOS4yOTYgMjguNDQ1NSAxOS4zMDggMjguMzY2M0gxN0gxNC42OTZDMTQuNzA4IDI4LjQ0MTMgMTQuNzE2IDI4LjUyMDUgMTQuNzE2IDI4LjYwMzlDMTQuNzE2IDI5LjM3NDkgMTQuMTA0IDMwIDEzLjM0NCAzMEMxMi41ODQgMzAgMTEuOTcyIDI5LjM3NDkgMTEuOTcyIDI4LjYwMzlDMTEuOTcyIDI4LjQ2MjIgMTEuOTkyIDI4LjMyNDYgMTIuMDMyIDI4LjE5NTVMMTEuMjg4IDI4LjE0MTNMMTQuNDg4IDIwLjY5ODFMMTAuODMyIDIxLjM5NEwxMC42NCAyMC44MTg5QzEwLjQ4NCAyMC44OTM5IDEwLjMxNiAyMC45MzU2IDEwLjE0NCAyMC45MzU2QzkuNTEyIDIwLjkzMTQgOSAyMC40MTA1IDkgMTkuNzY4N0M5IDE5LjIwMTkgOS4zOTYgMTguNzMxIDkuOTIgMTguNjI2OEw5LjY4NCAxNy45MDU4TDE1LjcyNCAxNi4zODg4QzE1LjQzMiAxNi4yNTU1IDE1LjE2IDE2LjA4MDQgMTQuOTIgMTUuODYzN0MxNC41MjQgMTUuNjc2MiAxNC4xNTYgMTUuNTgwMyAxMy44MTIgMTUuNTgwM0MxMy40MiAxNS41ODAzIDEzLjE5NiAxNi4xNjM4IDEyLjU2IDE2LjUwOTdDMTIuMzYgMTYuNjE4IDExLjkzMiAxNi42ODQ3IDExLjI4NCAxNi43MDU2QzExLjc0IDE1Ljc0MjkgMTEuOTkyIDE0Ljc2NzcgMTIuMDM2IDEzLjc4ODNDMTIuMTA0IDEyLjMyMTMgMTEuNDQgMTIuNDYzIDExLjUxNiAxMS42Mjk1QzExLjU4OCAxMC43OTE4IDEyLjI5NiAxMC4zNjI2IDEzLjA3MiAxMC4zNjI2QzEzLjU2NCAxMC4zNjI2IDE0LjA1NiAxMC42Mzc2IDE0LjU1NiAxMS4xODM2QzE1LjE2NCAxMC40MzM0IDE2LjA1NiAxMCAxNyAxMEMxNy45NDQgMTAgMTguODM2IDEwLjQzMzQgMTkuNDQ0IDExLjE4MzZDMTkuOTQ0IDEwLjYzMzUgMjAuNDQgMTAuMzYyNiAyMC45MjggMTAuMzYyNkMyMS43MDQgMTAuMzYyNiAyMi40MTIgMTAuNzk2IDIyLjQ4NCAxMS42Mjk1QzIyLjU1NiAxMi40NjcyIDIxLjg5NiAxMi4zMjEzIDIxLjk2IDEzLjc5MjVDMjIuMDA0IDE0Ljc3MTggMjIuMjU2IDE1Ljc0MjkgMjIuNzEyIDE2LjcwOTdDMjIuMDY0IDE2LjY4ODkgMjEuNjM2IDE2LjYyNjQgMjEuNDM2IDE2LjUxMzlDMjAuOCAxNi4xNjggMjAuNTc2IDE1LjU4NDUgMjAuMTg0IDE1LjU4NDVDMTkuODQgMTUuNTg0NSAxOS40NzIgMTUuNjgwMyAxOS4wNzYgMTUuODY3OUMxOC44NCAxNi4wODQ2IDE4LjU2OCAxNi4yNTk2IDE4LjI3NiAxNi4zOTNaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjUgMTVIMzEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0yOCAxMlYxOCIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGNpcmNsZSBvcGFjaXR5PSIwLjMiIGN4PSIyMCIgY3k9IjIwIiByPSIxOS41IiBzdHJva2U9IiMyNDI2MjgiLz4KPC9zdmc+Cg==);
}

.order-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 48px;
  margin-top: 24px;
}

.order-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 60px 30px 0;
  cursor: pointer;
}

.order-item:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  transform: translateX(calc(100% + 24px));
  display: block;
  width: 14px;
  height: 8px;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuMyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDYuMjVIMTMuNVY3Ljc1SDBWNi4yNVoiIGZpbGw9IiMyNDI2MjgiLz4KPHBhdGggb3BhY2l0eT0iMC4zIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjUgMS43NUwtNi41NTY3MWUtMDggMS43NUwwIDAuMjQ5OTk5TDEzLjUgMC4yNUwxMy41IDEuNzVaIiBmaWxsPSIjMjQyNjI4Ii8+Cjwvc3ZnPgo=);
}

.order-item:not(:last-child):not(:first-child):after {
  content: '';
  position: absolute;
  right: 0;
  transform: translateX(calc(100% + 24px));
  display: block;
  width: 14px;
  height: 14px;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC4zIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTggMVYwLjI1SDYuNVYxVjYuMjVIMS4yNUgwLjVWNy43NUgxLjI1SDYuNVYxM1YxMy43NUg4VjEzVjcuNzVIMTMuMjVIMTRWNi4yNUgxMy4yNUg4VjFaIiBmaWxsPSIjMjQyNjI4Ii8+Cjwvc3ZnPgo=);
}

.name-order-item {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, calc(100% + 8px));
  opacity: 0.5;
  color: var(--black);
  transition: opacity 0.4s;
}

.order-item.-active .name-order-item {
  opacity: 1;
}

.pendant-specification {
  margin: 24px 0;
  padding: 24px 0;
  border-top: 1px solid rgba(36, 38, 40, 0.1);
  border-bottom: 1px solid rgba(36, 38, 40, 0.1);
  min-height: 174px;
  transition: opacity 0.4s;
}

.pendant-specification.-loading {
  opacity: 0.5;
  pointer-events: none;
}

.pendant-specification .--accordion__open {
  display: none;
}

.pendant-specification .--accordion__content-container {
  height: auto;
}

.pendant-specification-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.pendant-specification ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: fit-content;
  margin-right: 40px;
}

.pendant-specification__names .pendant-specification__item {
  opacity: 0.5;
}

.pendant-specification__names .pendant-specification__item:not(:first-child) {
  margin-top: 10px;
}

.pendant-specification__values .pendant-specification__item {
  padding: 4px 8px;
  background: var(--grey);
  border-radius: 48px;
  line-height: 100% !important;
}

.pendant-specification__values .pendant-specification__item:not(:first-child) {
  margin-top: 6px;
}

.pendant-specification__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.constructor-modal .modal-wrapper {
  padding: 16px;
  min-height: 100%;
  width: 100%;
}

.constructor-modal .modal-wrapper__right {
  padding: 16px 16px 16px 0;
}

.constructor-modal .modal-wrapper__left {
  position: relative;
  padding: 0 20px 0 0;
  height: 100%;
}

.constructor-modal .modal-wrapper__left .edit {
  position: absolute;
  right: 44px;
  bottom: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid rgba(36, 38, 40, 0.3);
  transition: border-color 0.4s, opacity 0.4s;
  display: none !important;
}

.constructor-modal .modal-wrapper__left .edit.-hide {
  opacity: 0;
  pointer-events: none;
}

.constructor-modal .modal-wrapper__left .edit:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjAwMDUgMjQuMjQ3VjI2LjYxMTJDMTMuMDAwNSAyNi44Mjg5IDEzLjE3MTYgMjcgMTMuMzg5MyAyN0gxNS43NTM0QzE1Ljg1NDUgMjcgMTUuOTU1NiAyNi45NjExIDE2LjAyNTYgMjYuODgzM0wyNC41MTc4IDE4LjM5ODlMMjEuNjAxNSAxNS40ODI3TDEzLjExNzEgMjMuOTY3MUMxMy4wMzk0IDI0LjA0NDggMTMuMDAwNSAyNC4xMzgyIDEzLjAwMDUgMjQuMjQ3Wk0yNi43NzMxIDE2LjE0MzdDMjYuODQ1MiAxNi4wNzE4IDI2LjkwMjQgMTUuOTg2MyAyNi45NDE0IDE1Ljg5MjJDMjYuOTgwNCAxNS43OTgxIDI3LjAwMDUgMTUuNjk3MyAyNy4wMDA1IDE1LjU5NTRDMjcuMDAwNSAxNS40OTM2IDI2Ljk4MDQgMTUuMzkyNyAyNi45NDE0IDE1LjI5ODdDMjYuOTAyNCAxNS4yMDQ2IDI2Ljg0NTIgMTUuMTE5MSAyNi43NzMxIDE1LjA0NzJMMjQuOTUzMyAxMy4yMjc0QzI0Ljg4MTQgMTMuMTU1MyAyNC43OTU5IDEzLjA5ODEgMjQuNzAxOCAxMy4wNTkxQzI0LjYwNzggMTMuMDIwMSAyNC41MDY5IDEzIDI0LjQwNTEgMTNDMjQuMzAzMiAxMyAyNC4yMDIzIDEzLjAyMDEgMjQuMTA4MyAxMy4wNTkxQzI0LjAxNDIgMTMuMDk4MSAyMy45Mjg3IDEzLjE1NTMgMjMuODU2OCAxMy4yMjc0TDIyLjQzMzcgMTQuNjUwNkwyNS4zNDk5IDE3LjU2NjhMMjYuNzczMSAxNi4xNDM3WiIgZmlsbD0iIzI0MjYyOCIvPgo8L3N2Zz4K);
}

.constructor-modal .modal-wrapper__left .img {
  background: var(--light-grey);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  min-height: 528px;
  aspect-ratio: 1/1;
}

.constructor-modal .modal-wrapper__left img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}

.constructor-modal .price {
  margin-top: 24px;
}

.constructor-modal .price .total-price {
  color: rgba(36, 38, 40, 0.7);
}

.constructor-modal .button-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.constructor-modal .button-wrapper>* {
  grid-column: span 1;
  min-width: auto;
  width: 100%;
}

.constructor-modal .hidden-input-info+.button-wrapper {
  margin-top: 24px;
}

.constructor-modal .hidden-input-info+.button-wrapper>* {
  margin-top: 0;
}

.modal-steps .modal-wrapper {
  grid-column: span 12;
  min-height: 100%;
}

.modal-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  min-height: inherit;
}

.modal .thank-step.modal-wrapper {
  padding: 0;
}

.modal .thank-step .modal-wrapper__left {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
  aspect-ratio: auto;
}

.modal .thank-step .modal-wrapper__left .bg-line {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  max-width: 100%;
}

.modal .thank-step .modal-wrapper__left .bg-line img {
  display: block;
  max-width: 100%;
}

.modal .thank-step .modal-wrapper__left .thank-text {
  padding: 32px;
  max-width: 464px;
}

.modal .thank-step .modal-wrapper__left .text {
  margin-top: 24px;
  color: var(--dark-grey);
}



.modal .thank-step .modal-wrapper__right {
  padding: 16px 16px 16px 20px;
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.special-offer {
  width: 100%;
  height: 100%;
  background: var(--light-grey);
  padding: 16px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  grid-column: span 2;
}

.special-offer .text,
.special-offer .title {
  max-width: 400px;
}

.special-offer .text {
  color: var(--dark-grey);
}

.special-offer>.text {
  margin-top: 16px;
}

.special-offer__item {
  margin-top: 30px;
  width: 210px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.special-offer__item .img {
  background: #FFFFFF;
  border: 1px solid #242628;
  height: 210px;
  padding: 8px;
}

.special-offer__item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.special-offer__item .title {
  margin-top: 8px;
}

.special-offer__item .special-offer__price {
  margin-top: 8px;
  display: flex;
  color: var(--dark-grey);
}

.special-offer__item .special-offer__price span+span {
  margin-left: 8px;
}

.special-offer__item .special-offer__price .previous {
  opacity: 0.5;
  text-decoration: line-through;
}


/** constructor | pagination */

.pagination {
  position: relative;
  grid-column: span 5;
  width: auto;
  padding: 16px 24px 11px 24px;
  background: var(--light-grey);
  overflow: hidden;
  align-self: flex-end;
  margin-right: min(calc((1600px - 100vw) / 2), -32px);
  transition: opacity 0.4s;
}

.pagination.-hidden {
  opacity: 0;
  pointer-events: none;
}

.pagination-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: transform 0.4s;
}

.pagination__item {
  position: relative;
  padding-right: 40px;
  pointer-events: none;
}

.pagination__item:last-child:before,
.pagination__item:last-child:after {
  display: none;
}

.pagination__item:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 8px;
  left: 24px;
  border: 1px dashed #CDCDCE;
  transition: opacity 0.4s;
}

.pagination__item:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 8px;
  left: 24px;
  border: 1px solid #CDCDCE;
  transition: transform 0.4s;
  transform: scaleX(0);
  transform-origin: left;
}

.pagination__item .bullet {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;

  border: 1px solid var(--black);
  opacity: 0.2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s, background 0.4s, border 0.4s;
}

.pagination__item .bullet:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDZMNi45OTc3MyAxMEw1IDgiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
  opacity: 0;
  transition: opacity 0.4s;
}

.pagination__item .bullet:before {
  content: '';

  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--black);
  opacity: 0;
  transition: opacity 0.4s;
}

.pagination__item .title {
  margin-top: 12px;
  color: var(--black);
  transition: opacity 0.4s;
  opacity: 0.5;
  white-space: nowrap;
}

.pagination__item .text {
  margin-top: 1px;
  color: var(--black);
  transition: opacity 0.4s;
  opacity: 0.35;
  white-space: nowrap;
}

.pagination__item.-active .bullet,
.pagination__item.-active .bullet:before,
.pagination__item.-active .title {
  opacity: 1;
}

.pagination__item.-active .text {
  opacity: 0.7;
}

.pagination__item.-completed .bullet:after,
.pagination__item.-completed .bullet {
  opacity: 1;
}

.pagination__item.-completed .bullet {
  background: var(--green);
  border-color: var(--green);
}

.pagination__item.-completed:before {
  transform: scaleX(1);
}

.oc-progress-bar {
  display: none !important;
}


.block_thanks {
  min-height: var(--window-inner-height);
  display: flex;
  width: 100%;
}

.block_thanks .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  width: 100%;
}

.block_thanks .modal-wrapper {
  align-items: stretch;
  width: 100%;
  padding: 0;
}

.block_thanks .modal-wrapper__left {
  padding-top: 55px;
}

.block_thanks .modal-wrapper__left .text {
  margin-top: 24px;
}

.block_thanks .modal-wrapper__right .default-button {
  margin-top: 24px;
  min-width: auto;
  max-width: 100%;
  width: 320px;
}

.block_thanks .modal-wrapper__right .special-offer {
  padding: 24px 48px;
}

.-is-submited .submit  {
  pointer-events: none !important;
}