/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.bundle-app-wrapper:not(:has(.bundle-app.inactive)) {
  min-height: 404px;
}
.bundle-app-wrapper:not(.loader) .bundle-app {
  display: block;
}
.bundle-app-wrapper:not(.loader) .bundle-app.inactive {
  display: none;
}
.bundle-app__title {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 500;
  margin: 0 0 24px;
  color: #0D0D0D;
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-app__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .bundle-app__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-app__title {
    line-height: 1.286em;
  }
}
@media (min-width: 1024px) {
  .bundle-app__title {
    line-height: 1.25em;
  }
}
@media (min-width: 1440px) {
  .bundle-app__title {
    display: block;
  }
}
.bundle-app__form {
  border-radius: 20px;
  display: grid;
  grid-template-columns: 100%;
  margin: 0 -16px;
  gap: 16px;
  padding: 16px;
  background-color: #F5F7FC;
}
@media (min-width: 768px) {
  .bundle-app__form {
    margin: 0;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .bundle-app__form {
    gap: 32px 24px;
    padding: 32px;
  }
}
@media (min-width: 1440px) {
  .bundle-app__form {
    grid-template-columns: minmax(0, auto) 355px;
  }
}
.bundle-app__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .bundle-app__header {
    display: none;
  }
}
.bundle-app__bundle-wrapper {
  display: flex;
  gap: 16px;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 16px;
  margin: 0 -16px;
  padding: 0 16px;
  scrollbar-width: none;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bundle-app__bundle-wrapper {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .bundle-app__bundle-wrapper {
    gap: 12px 14px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1900px) {
  .bundle-app__bundle-wrapper {
    gap: 24px;
  }
}
.bundle-app__item {
  scroll-padding: 0 16px;
  scroll-snap-align: start;
}
.bundle-app__swiper:not(.swiper-initialized) .bundle-app__item-container {
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
}
@media (min-width: 768px) {
  .bundle-app__swiper:not(.swiper-initialized) .bundle-app__item-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1900px) {
  .bundle-app__swiper:not(.swiper-initialized) .bundle-app__item-container {
    gap: 24px;
  }
}
.bundle-app__footer {
  display: flex;
  flex-direction: column;
  gap: 23px;
  border-radius: 20px;
  background-color: #EAEEF9;
  padding: 16px;
}
@media (min-width: 768px) {
  .bundle-app__footer {
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .bundle-app__footer {
    display: flex;
    gap: 24px;
    margin: -32px -32px -32px 0;
  }
}
.bundle-app__footer-top {
  display: none;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .bundle-app__footer-top {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .bundle-app__footer-top {
    gap: 16px;
  }
}
.bundle-app__footer-top .bundle-app__label {
  display: none;
}
@media (min-width: 1440px) {
  .bundle-app__footer-top .bundle-app__label {
    display: block;
  }
}
.bundle-app__footer-middle {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bundle-app__footer-middle {
    grid-column: 2;
    grid-row: 1;
  }
}
.bundle-app__footer-bottom {
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1900px) {
  .bundle-app__footer-bottom {
    gap: 28px;
  }
}
.bundle-app__label {
  font-size: 1.5rem;
  line-height: 1.27em;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin: 0;
  color: #122E53;
}
@media (min-width: 768px) {
  .bundle-app__label {
    font-size: 2rem;
    line-height: 1.25em;
  }
}
.bundle-app__label-title {
  display: none;
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin: 0;
  color: #122E53;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bundle-app__label-title {
    display: block;
  }
}
.bundle-app__discount {
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  color: #122E53;
}
.bundle-app__discount span {
  white-space: nowrap;
  font-weight: 500;
}
.bundle-app__discount-total {
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  color: #122E53;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bundle-app__discount-total {
    grid-column: 1;
    align-self: flex-end;
  }
}
.bundle-app__select-all {
  font-family: inherit;
  outline: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  line-height: normal;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.bundle-app__select-all span {
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #E7E7E7;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  transition: all 0.35s;
}
.bundle-app__select-all span:hover {
  border-color: #D6D6D6;
}
.bundle-app__select-all.selected span {
  background-color: #122E53;
  border-color: #122E53;
}
.bundle-app__select-all.selected span:hover {
  background-color: #385081;
  border-color: #385081;
}
.bundle-app__select-all.selected span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 13.5px;
  height: 12px;
  background-image: url("https://grohe-russia.shop/skin/frontend/feature/grohe/less/apps/bundle/data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNTY0NCAwLjUwNjExN0MxMy44MzcyIDAuODE3ODQ0IDEzLjgwNTYgMS4yOTE2NyAxMy40OTM5IDEuNTY0NDNMNi4xNTIzOSA3Ljk4ODI0QzUuNDkyNiA4LjU2NTU2IDQuNTA3NDIgOC41NjU1NiAzLjg0NzYzIDcuOTg4MjRMMC41MDYxMzIgNS4wNjQ0M0MwLjE5NDQwNCA0Ljc5MTY3IDAuMTYyODE2IDQuMzE3ODQgMC40MzU1NzggNC4wMDYxMkMwLjcwODMzOSAzLjY5NDM5IDEuMTgyMTYgMy42NjI4IDEuNDkzODkgMy45MzU1Nkw0LjgzNTM4IDYuODU5MzdDNC45Mjk2NCA2Ljk0MTg1IDUuMDcwMzggNi45NDE4NSA1LjE2NDY0IDYuODU5MzdMMTIuNTA2MSAwLjQzNTU2M0MxMi44MTc5IDAuMTYyODAxIDEzLjI5MTcgMC4xOTQzODkgMTMuNTY0NCAwLjUwNjExN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center center;
}
.bundle-app__pagination {
  display: none;
}
.bundle-totals {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bundle-totals__label {
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #122E53;
}
.bundle-totals__result {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.bundle-totals__result-price-total {
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.3em;
  font-weight: 600;
  color: #122E53;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-totals__result-price-total {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .bundle-totals__result-price-total {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-totals__result-price-total {
    line-height: 1.286em;
  }
}
@media (min-width: 1024px) {
  .bundle-totals__result-price-total {
    line-height: 1.25em;
  }
}
.bundle-totals__result-price-old {
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.25em;
  font-weight: 600;
  color: #ABBDE2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-totals__result-price-old {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .bundle-totals__result-price-old {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-totals__result-price-old {
    line-height: 1.2em;
  }
}
@media (min-width: 1024px) {
  .bundle-totals__result-price-old {
    line-height: 1.2em;
  }
}
.bundle-totals__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 768px) and (max-width: 1439px) {
  .bundle-totals__content {
    grid-template-columns: 100%;
    padding-top: 5px;
  }
}
.bundle-totals__calc-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(171, 189, 226, 0.5);
}
.bundle-totals__calc-label {
  font-size: 0.75rem;
  line-height: 1.333em;
  letter-spacing: -0.02em;
  color: #122E53;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-totals__calc-label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .bundle-totals__calc-label {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-totals__calc-label {
    line-height: 1.286em;
  }
}
@media (min-width: 1024px) {
  .bundle-totals__calc-label {
    line-height: 1.286em;
  }
}
.bundle-totals__calc-num {
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  color: #122E53;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-totals__calc-num {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .bundle-totals__calc-num {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-totals__calc-num {
    line-height: 1.25em;
  }
}
@media (min-width: 1024px) {
  .bundle-totals__calc-num {
    line-height: 1.25em;
  }
}
.bundle-totals__button {
  width: 100%;
}
.bundle-item.swiper-slide {
  position: relative;
  box-sizing: border-box;
  border-radius: 16px;
  border: 2px dashed transparent;
  background-color: #fff;
  padding: 11px;
  gap: 16px;
  display: grid;
  grid-template-columns: 100%;
  box-shadow: 2px 4px 10px 0 rgba(18, 46, 83, 0.06);
  width: 240px;
  height: revert;
  transition: all 0.35s;
}
@media (min-width: 768px) {
  .bundle-item.swiper-slide {
    width: revert;
    padding: 14px;
  }
}
.bundle-item.variants {
  min-height: 337px;
  background-color: transparent;
  border-radius: 12px;
  border: 2px dashed #ABBDE2;
}
@media (min-width: 768px) {
  .bundle-item.variants {
    min-height: 170px;
  }
}
.bundle-item.bundle-item_main .bundle-item__input-wrapper {
  display: none;
}
.bundle-item.selected,
.bundle-item.bundle-item_main {
  border-color: transparent;
  border-radius: 16px;
  background-color: #fff;
}
.bundle-item.selected .bundle-item__input-button.checkbox {
  background-color: #122E53;
  border-color: #122E53;
}
.bundle-item.selected .bundle-item__input-button.checkbox:hover {
  background-color: #385081;
  border-color: #385081;
}
.bundle-item.selected .bundle-item__input-button.checkbox::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 13.5px;
  height: 12px;
  background-image: url("https://grohe-russia.shop/skin/frontend/feature/grohe/less/apps/bundle/data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuNTY0NCAwLjUwNjExN0MxMy44MzcyIDAuODE3ODQ0IDEzLjgwNTYgMS4yOTE2NyAxMy40OTM5IDEuNTY0NDNMNi4xNTIzOSA3Ljk4ODI0QzUuNDkyNiA4LjU2NTU2IDQuNTA3NDIgOC41NjU1NiAzLjg0NzYzIDcuOTg4MjRMMC41MDYxMzIgNS4wNjQ0M0MwLjE5NDQwNCA0Ljc5MTY3IDAuMTYyODE2IDQuMzE3ODQgMC40MzU1NzggNC4wMDYxMkMwLjcwODMzOSAzLjY5NDM5IDEuMTgyMTYgMy42NjI4IDEuNDkzODkgMy45MzU1Nkw0LjgzNTM4IDYuODU5MzdDNC45Mjk2NCA2Ljk0MTg1IDUuMDcwMzggNi45NDE4NSA1LjE2NDY0IDYuODU5MzdMMTIuNTA2MSAwLjQzNTU2M0MxMi44MTc5IDAuMTYyODAxIDEzLjI5MTcgMC4xOTQzODkgMTMuNTY0NCAwLjUwNjExN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center center;
}
.bundle-item__inner {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}
@media (min-width: 768px) {
  .bundle-item__inner {
    display: grid;
    align-content: flex-start;
    grid-template-columns: 72px auto;
  }
}
.bundle-item__empty-btn {
  font-family: inherit;
  outline: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #122E53;
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  font-weight: 500;
  padding: 24px;
}
.bundle-item__empty-btn:hover {
  color: #385081;
}
.bundle-item__empty-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #122E53;
  border-radius: 12px;
  transition: all 0.35s;
}
.bundle-item__empty-btn-icon:hover {
  background-color: #385081;
}
.bundle-item__empty-btn-icon::before {
  content: '';
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('/skin/frontend/feature/default/icons/plus.svg');
  filter: invert(86%) sepia(100%) saturate(0%) hue-rotate(276deg) brightness(105%) contrast(104%);
  transition: all 0.35s;
}
.bundle-item__input-wrapper {
  position: absolute;
  inset: 6px 6px auto auto;
  z-index: 2;
}
.bundle-item__input-button {
  cursor: pointer;
}
.bundle-item__input-button.delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.bundle-item__input-button.delete::after {
  content: '';
  width: 16px;
  height: 16px;
  transition: all 0.35s;
  background-image: url('/skin/frontend/feature/default/icons/delete.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bundle-item__input-button.delete:hover::after {
  filter: invert(33%) sepia(11%) saturate(2132%) hue-rotate(182deg) brightness(89%) contrast(97%);
}
.bundle-item__input-button.checkbox {
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #E7E7E7;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  transition: all 0.35s;
}
.bundle-item__input-button.checkbox:hover {
  border-color: #D6D6D6;
}
.bundle-item__image {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  max-height: 150px;
  object-position: center;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {
  .bundle-item__image {
    max-height: revert;
  }
}
.bundle-item__bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  flex: 1;
}
.bundle-item__name {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 36px;
  -webkit-line-clamp: 2;
}
.bundle-item__name a {
  color: #0D0D0D;
  transition: all 0.35s;
}
.bundle-item__name a:hover {
  color: #122E53;
}
.bundle-item__sku {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.333em;
  letter-spacing: -0.02em;
  color: #ADADAD;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-item__sku {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .bundle-item__sku {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bundle-item__sku {
    line-height: 1.286em;
  }
}
@media (min-width: 1024px) {
  .bundle-item__sku {
    line-height: 1.286em;
  }
}
.bundle-item__footer {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .bundle-item__footer {
    justify-content: revert;
  }
}
.bundle-item__price {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: auto 0 0;
  padding: 4px 0 0;
}
@media (min-width: 768px) {
  .bundle-item__price {
    padding: 8px 0 0;
    margin: 0;
  }
}
.bundle-item__price .final-price {
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #122E53;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.bundle-item__price .base-price {
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: rgba(13, 13, 13, 0.3);
}
.bundle-item__price .savings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  border-radius: 8px;
  background-color: #122E53;
  font-weight: 600;
  padding: 0 4px;
  font-size: 0.75rem;
  line-height: 1.333em;
  color: #fff;
}
.bundle-item__options {
  width: 100%;
}
@media (min-width: 768px) {
  .bundle-item__options {
    width: auto;
  }
}
.bundle-item__button-wrapper {
  margin: 8px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .bundle-item__button-wrapper {
    width: auto;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .bundle-item__button-wrapper {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1440px) {
  .bundle-item__button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1800px) {
  .bundle-item__button-wrapper {
    flex-direction: row;
  }
}
.bundle-item__quantity {
  width: 100%;
}
@media (min-width: 768px) {
  .bundle-item__quantity {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .bundle-item__quantity {
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .bundle-item__quantity {
    margin-left: 0;
  }
}
@media (min-width: 1800px) {
  .bundle-item__quantity {
    margin-left: auto;
  }
}
.bundle-spinner__form {
  padding: 0 10px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 50px;
  background-color: #F7F7F7;
}
.bundle-spinner__button {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.bundle-spinner__button::before,
.bundle-spinner__button::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #122E53;
}
.bundle-spinner__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.bundle-spinner__button_decrease::after {
  display: none;
}
.bundle-spinner__button_increase::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bundle-spinner__input {
  padding: 0;
  width: 40px;
  font-size: 1.125rem;
  line-height: 1.222em;
  font-weight: 300;
  text-align: center;
  background-color: transparent;
  border: none;
}
.options {
  z-index: 999;
  position: fixed;
  background: rgba(13, 13, 13, 0.4);
  -webkit-tap-highlight-color: transparent;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  overflow: auto;
  padding: 0;
  opacity: 0;
  transition: all 0.35s;
}
.options--show {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .options {
    padding: 20px 0;
  }
}
.options__container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 65px 0 16px;
  height: 100%;
  max-height: 100%;
  transition: transform .3s;
  overflow: hidden;
  max-width: 685px;
}
@media (min-width: 768px) {
  .options__container {
    padding: 24px 0;
    clip-path: inset(0% 0% 0% 0% round 24px);
  }
}
@media (min-width: 1024px) {
  .options__container {
    padding: 24px 20px;
  }
}
.options__btn-close.button.medium {
  position: absolute;
  z-index: 2;
  inset: 8px 8px auto auto;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: all 0.35s;
}
.options__btn-close.button.medium:hover {
  color: #385081;
}
.options__title {
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  line-height: 1.222em;
  font-weight: 500;
  color: #0D0D0D;
  margin: 0 0 20px;
  padding: 0 16px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .options__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .options__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .options__title {
    line-height: 1.2em;
  }
}
@media (min-width: 1024px) {
  .options__title {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .options__title {
    padding: 0 32px;
    margin: 0 0 30px;
    font-size: 1.125rem;
    letter-spacing: -0.03em;
    line-height: 1.444em;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .options__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .options__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .options__title {
    line-height: 1.273em;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .options__title {
    line-height: 1.25em;
  }
}
@media (min-width: 1024px) {
  .options__title {
    padding: 0 14px;
  }
}
.options__inner {
  padding: 0 16px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
@media (min-width: 768px) {
  .options__inner {
    padding: 0 34px;
  }
}
@media (min-width: 1024px) {
  .options__inner {
    padding: 0 14px;
  }
}
.options__inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.options__inner::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0;
}
.options__inner::-webkit-scrollbar-thumb {
  background-color: #EAEEF9;
  border-radius: 99px;
  background-clip: content-box;
}
.options__items-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.options-item {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 2px 4px 10px 0 rgba(18, 46, 83, 0.06);
  padding: 15px;
  transition: all 0.35s;
  position: relative;
}
.options-item:hover {
  border-color: #ABBDE2;
}
.options-item:hover .options-item__radio-button {
  border-color: #122E53;
}
.options-item.selected {
  border-color: #ABBDE2;
}
.options-item.selected .options-item__radio-button {
  border-color: #122E53;
}
.options-item.selected .options-item__radio-button::before {
  background-color: #122E53;
}
.options-item__inner {
  display: flex;
  gap: 24px;
}
.options-item__img-container {
  display: flex;
  gap: 16px;
  flex-direction: column;
  min-width: 100px;
}
@media (min-width: 768px) {
  .options-item__img-container {
    min-width: 136px;
    flex-direction: row;
    align-items: flex-start;
  }
}
.options-item__img-container img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.options-item__radio-button {
  min-width: 20px;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  border: 1px solid #E7E7E7;
  transition: all 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.options-item__radio-button::before {
  content: '';
  width: 16px;
  height: 16px;
  background: transparent;
  transition: all 0.35s;
  border-radius: 99px;
}
.options-item__info-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.options-item__title {
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #0D0D0D;
  margin: 0;
}
.options-item__sku {
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  color: #ADADAD;
}
.options-item__price-container {
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.options-item__savings-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  border-radius: 8px;
  background-color: #122E53;
  font-weight: 600;
  padding: 0 4px;
  font-size: 0.75rem;
  line-height: 1.333em;
  color: #fff;
}
.options-item__final-price {
  font-size: 1.25rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #122E53;
}
.options-item__price {
  font-size: 1rem;
  line-height: 1.25em;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: rgba(13, 13, 13, 0.3);
}
.bundle-popup .tingle-modal-box {
  max-width: 685px;
}
.bundle-popup .tingle-modal-box__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .bundle-popup .tingle-modal-box__content {
    gap: 32px;
  }
}
.layer-modal__products-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.layer-modal__button-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}
@media (min-width: 768px) {
  .layer-modal__button-wrapper {
    flex-direction: row;
  }
}
.layer-modal__button-wrapper .button {
  flex: 1;
}
.modal-item {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 2px 4px 10px 0 rgba(18, 46, 83, 0.06);
  padding: 15px;
  display: flex;
  gap: 24px;
}
.modal-item__image {
  display: block;
  max-width: 100px;
  height: 100px;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.modal-item__desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-item__sku {
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  color: #ADADAD;
}
.modal-item__name {
  font-size: 0.875rem;
  line-height: 1.286em;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #0D0D0D;
  margin: 0;
}

.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.rich-content{display:grid;grid-template-columns:100%;gap:77px}.rich-content.rich-content--old{max-width:1130px;margin:0 auto;gap:35px}@media (min-width:768px){.rich-content.rich-content--old{gap:50px}}@media (min-width:1024px){.rich-content>*{padding:0 0 24px}}@media (min-width:768px){.rich-content{gap:100px}}.rich-content__hero{display:grid;gap:16px;grid-template-columns:100%;background-color:#36393e;padding:26px 16px 16px;border-radius:20px}@media (min-width:768px){.rich-content__hero{padding:24px;border-radius:24px}}@media (min-width:1024px){.rich-content__hero{grid-template-columns:1fr .8fr;padding:34px 24px 24px}}.rich-content__hero-before-title{font-size:.875rem;letter-spacing:-.02em;line-height:1.286em;color:#fff}@media (min-width:768px) and (max-width:1024px){.rich-content__hero-before-title{font-size:1rem}}@media (min-width:1024px){.rich-content__hero-before-title{font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__hero-before-title{line-height:1.25em}}@media (min-width:1024px){.rich-content__hero-before-title{line-height:1.25em}}.rich-content__hero-title{font-size:1.5rem;letter-spacing:-.03em;line-height:1.27em;color:#fff;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__hero-title{font-size:2.25rem}}@media (min-width:1024px){.rich-content__hero-title{font-size:2.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__hero-title{line-height:1.2855em}}@media (min-width:1024px){.rich-content__hero-title{line-height:1.25em;grid-column:1;grid-row:2}}.rich-content__hero-label-wrap{display:flex}@media (min-width:1024px){.rich-content__hero-label-wrap{grid-column:2;grid-row:span 2;align-items:flex-end;justify-content:flex-end}}.rich-content__hero-label{padding:12px;border-radius:16px;background-color:rgba(255,255,255,.25);font-size:.875rem;letter-spacing:-.02em;line-height:1.286em;color:#fff}@media (min-width:768px) and (max-width:1024px){.rich-content__hero-label{font-size:1rem}}@media (min-width:1024px){.rich-content__hero-label{font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__hero-label{line-height:1.25em}}@media (min-width:1024px){.rich-content__hero-label{line-height:1.25em}}@media (min-width:768px){.rich-content__hero-label{border-radius:12px;padding:12px 16px}}.rich-content__hero-image{margin:8px 0 0}@media (min-width:1024px){.rich-content__hero-image{grid-column:span 2}}.rich-content__hero-image img{display:block;border-radius:12px}@media (min-width:768px){.rich-content__hero-image img{border-radius:16px}}.rich-content__tech{display:grid;grid-template-columns:100%;gap:20px}@media (min-width:768px){.rich-content__tech{grid-template-columns:repeat(2,1fr);gap:36px 20px}}@media (min-width:1440px){.rich-content__tech{grid-template-columns:auto repeat(2,334px);gap:16px}}.rich-content__tech-desc{border-top:1px solid #122e53;padding:24px 0 0;display:grid;grid-template-columns:100%;gap:24px}@media (min-width:768px){.rich-content__tech-desc{padding:40px 0 0;grid-column:span 2;grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.rich-content__tech-desc{margin-right:8px;grid-column:revert;grid-template-columns:100%;align-content:flex-end}}.rich-content__tech-before-title{font-size:1.25rem;line-height:1.3em;letter-spacing:-.01em;font-weight:500;color:#122e53}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-before-title{font-size:1.75rem}}@media (min-width:1024px){.rich-content__tech-before-title{font-size:2rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-before-title{line-height:1.286em}}@media (min-width:1024px){.rich-content__tech-before-title{line-height:1.25em}}.rich-content__tech-title{font-size:1.25rem;line-height:1.3em;letter-spacing:-.01em;font-weight:500;color:#0d0d0d}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-title{font-size:1.75rem}}@media (min-width:1024px){.rich-content__tech-title{font-size:2rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-title{line-height:1.286em}}@media (min-width:1024px){.rich-content__tech-title{line-height:1.25em}}.rich-content__tech-text{font-size:.875rem;letter-spacing:-.02em;line-height:1.286em;color:#0d0d0d}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-text{font-size:1rem}}@media (min-width:1024px){.rich-content__tech-text{font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-text{line-height:1.25em}}@media (min-width:1024px){.rich-content__tech-text{line-height:1.25em}}.rich-content__tech-card{box-shadow:-5px 0 8px 0 rgba(18,46,83,.06);border-width:1px;border-style:solid;border-image-source:linear-gradient(270deg,#f4f5ff 0,#fff 100%);background:linear-gradient(90deg,#fff 0,#edeff4 100%);display:flex;flex-direction:column;padding:20px 24px;gap:12px;border-radius:20px}.rich-content__tech-card::before{content:'';min-width:40px;width:40px;min-height:40px;background-image:url(/skin/frontend/feature/default/icons/rich-content.svg);background-repeat:no-repeat;background-position:center;background-size:24px auto;background-color:#122e53;border-radius:8px}@media (min-width:768px){.rich-content__tech-card{padding:24px;min-height:255px;border-radius:24px;gap:24px}}@media (min-width:1440px){.rich-content__tech-card{min-height:350px}}.rich-content__tech-card-title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500;color:#0d0d0d}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-card-title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__tech-card-title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-card-title{line-height:1.273em}}@media (min-width:1024px){.rich-content__tech-card-title{line-height:1.25em}}.rich-content__tech-card-text{margin-top:auto;padding-top:12px;font-size:.875rem;letter-spacing:-.02em;line-height:1.286em;color:#0d0d0d}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-card-text{font-size:1rem}}@media (min-width:1024px){.rich-content__tech-card-text{font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__tech-card-text{line-height:1.25em}}@media (min-width:1024px){.rich-content__tech-card-text{line-height:1.25em}}.rich-content__banner-full-image img{display:block;border-radius:20px;box-shadow:4px 4px 10px 0 rgba(18,46,83,.06),-2px 4px 10px 0 rgba(18,46,83,.06)}@media (min-width:768px){.rich-content__banner-full-image img{border-radius:32px}}.rich-content__banner-text{background-color:#36393e;padding:20px 16px 16px;gap:24px 16px;border-radius:20px;display:grid;grid-template-columns:100%}@media (min-width:768px){.rich-content__banner-text{padding:24px;gap:32px 16px;border-radius:24px}}@media (min-width:1024px){.rich-content__banner-text{grid-template-columns:repeat(2,1fr)}}.rich-content__banner-text-hgroup{display:flex;flex-direction:column;justify-content:space-between;gap:16px}@media (min-width:1024px){.rich-content__banner-text-hgroup{gap:20px}}.rich-content__banner-text-title{font-size:1.5rem;letter-spacing:-.03em;line-height:1.27em;color:#fff;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__banner-text-title{font-size:2.25rem}}@media (min-width:1024px){.rich-content__banner-text-title{font-size:2.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__banner-text-title{line-height:1.2855em}}@media (min-width:1024px){.rich-content__banner-text-title{line-height:1.25em}}.rich-content__banner-text-desc{font-size:.875rem;letter-spacing:-.02em;line-height:1.286em;color:#fff}@media (min-width:768px) and (max-width:1024px){.rich-content__banner-text-desc{font-size:1rem}}@media (min-width:1024px){.rich-content__banner-text-desc{font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__banner-text-desc{line-height:1.25em}}@media (min-width:1024px){.rich-content__banner-text-desc{line-height:1.25em}}.rich-content__banner-text-desc ol,.rich-content__banner-text-desc ul{margin:0;padding:0 0 0 25px;display:flex;flex-direction:column;gap:6px}.rich-content__banner-text-desc ul ::marker{font-size:1.5em}.rich-content__banner-text-image img{display:block;border-radius:12px}@media (min-width:768px){.rich-content__banner-text-image img{border-radius:16px}}@media (min-width:1024px){.rich-content__banner-text-image img{height:100%;object-position:center;object-fit:cover}}.rich-content__set{display:grid;grid-template-columns:100%;gap:24px}@media (min-width:1024px){.rich-content__set{grid-template-columns:.7fr 1fr;margin:24px 0 0}}@media (min-width:1440px){.rich-content__set{grid-template-columns:repeat(2,1fr)}}.rich-content__set-image{border-radius:20px;box-shadow:2px 2px 20px 0 rgba(18,46,83,.16);height:352px;display:flex;align-items:center;justify-content:center;padding:2px}.rich-content__set-image img{height:100%}@media (min-width:768px){.rich-content__set-image{height:432px}}@media (min-width:1024px){.rich-content__set-image{border-radius:32px;grid-column:1;grid-row:span 2;height:360px;padding:32px}}@media (min-width:1440px){.rich-content__set-image{height:560px;padding:24px}}@media (min-width:1900px){.rich-content__set-image{height:740px;padding:32px}}.rich-content__set-title{font-size:1.5rem;letter-spacing:-.03em;line-height:1.27em;color:#0d0d0d;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__set-title{font-size:2.25rem}}@media (min-width:1024px){.rich-content__set-title{font-size:2.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__set-title{line-height:1.2855em}}@media (min-width:1024px){.rich-content__set-title{line-height:1.25em}}.rich-content__set-title b,.rich-content__set-title span,.rich-content__set-title strong{color:#122e53}@media (min-width:768px){.rich-content__set-title{max-width:70%}}@media (min-width:1024px){.rich-content__set-title{grid-column:span 2;grid-row:1}}@media (min-width:1440px){.rich-content__set-title{grid-column:2;grid-row:1;max-width:75%}}.rich-content__set-text{font-size:.875rem;letter-spacing:-.02em;line-height:1.286em;color:#0d0d0d;margin:24px 0 0}@media (min-width:768px) and (max-width:1024px){.rich-content__set-text{font-size:1rem}}@media (min-width:1024px){.rich-content__set-text{font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__set-text{line-height:1.25em}}@media (min-width:1024px){.rich-content__set-text{line-height:1.25em;grid-column:2;grid-row:2;align-content:flex-end}}.rich-content__set-text ol{list-style:none;counter-reset:count;margin:0;padding:0;display:flex;flex-direction:column;gap:18px}@media (min-width:768px){.rich-content__set-text ol{gap:27px}}.rich-content__set-text li{display:flex;flex-direction:column;gap:8px;counter-increment:count;padding:11px 0;border-bottom:1px solid #36393e}@media (min-width:768px){.rich-content__set-text li{padding:6px 0;justify-content:space-between;flex-direction:row;text-align:right}}.rich-content__set-text li::before{color:#122e53;content:"[" counter(count,decimal-leading-zero) "] "}.rich-content__fullscreen-image{border-radius:20px;overflow:hidden}@media (min-width:1024px){.rich-content__fullscreen-image{margin:0}}.rich-content__fullscreen-image_mc{display:none}.rich-content__fullscreen-image-text{position:relative;border-radius:22px;overflow:hidden}.rich-content__fullscreen-image-text .description-block{position:absolute;bottom:45px;left:18px;color:#fff}@media (min-width:768px){.rich-content__fullscreen-image-text .description-block{bottom:52px;left:52px}}.rich-content__fullscreen-image-text .description-block__title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__fullscreen-image-text .description-block__title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__fullscreen-image-text .description-block__title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__fullscreen-image-text .description-block__title{line-height:1.273em}}@media (min-width:1024px){.rich-content__fullscreen-image-text .description-block__title{line-height:1.25em}}.rich-content__fullscreen-image-text .description-block ul{margin-top:20px;padding-left:20px;list-style:disc}.rich-content__fullscreen-image-text .description-block li{font-size:.875rem;letter-spacing:-.02em;line-height:1.286em;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__fullscreen-image-text .description-block li{font-size:1rem}}@media (min-width:1024px){.rich-content__fullscreen-image-text .description-block li{font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__fullscreen-image-text .description-block li{line-height:1.25em}}@media (min-width:1024px){.rich-content__fullscreen-image-text .description-block li{line-height:1.25em}}.rich-content__feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}@media (min-width:1024px){.rich-content__feature-grid{gap:21px}}.rich-content__two-column-grid-vertical{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:1024px){.rich-content__two-column-grid-vertical{grid-template-columns:repeat(2,1fr);gap:20px}}.rich-content__two-column-grid-vertical .image-block{background-color:#f4f4f4;margin:0 -15px 20px}@media (min-width:768px){.rich-content__two-column-grid-vertical .image-block{margin:0 0 20px}}.rich-content__column.image-block img,.rich-content__two-column-grid-vertical .image-block img{display:block;width:100%;height:auto}.rich-content__two-column-grid-vertical .description-block{display:flex;flex-direction:column;gap:13px;direction:ltr}@media (min-width:768px){.rich-content__two-column-grid-vertical .description-block{justify-content:center}}.rich-content__two-column-grid-vertical .description-block__title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500;text-align:left;max-width:515px}@media (min-width:768px) and (max-width:1024px){.rich-content__two-column-grid-vertical .description-block__title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__two-column-grid-vertical .description-block__title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__two-column-grid-vertical .description-block__title{line-height:1.273em}}@media (min-width:1024px){.rich-content__two-column-grid-vertical .description-block__title{line-height:1.25em}}.rich-content__two-column-grid-vertical .description-block__text{max-width:500px}.rich-content__two-column-grid-vertical .description-block__text p{font-size:.75rem;letter-spacing:-.02em;line-height:1.333em;text-align:left;margin:0 0 16px}@media (min-width:768px) and (max-width:1024px){.rich-content__two-column-grid-vertical .description-block__text p{font-size:.875rem}}@media (min-width:1024px){.rich-content__two-column-grid-vertical .description-block__text p{font-size:.875rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__two-column-grid-vertical .description-block__text p{line-height:1.286em}}@media (min-width:1024px){.rich-content__two-column-grid-vertical .description-block__text p{line-height:1.286em}}.rich-content__two-column-grid-vertical .description-block__text p:last-child{margin-bottom:0}.rich-content__column.description-block .description-block__text p.with-img,.rich-content__two-column-grid-vertical .description-block__text p.with-img{display:flex;align-items:center;gap:11px}.rich-content__column.image-block{background-color:#f4f4f4}.rich-content__column.description-block{display:flex;flex-direction:column;gap:4px;direction:ltr}@media (min-width:768px){.rich-content__column.description-block{gap:24.25px;justify-content:center}}.rich-content__column.description-block .description-block__title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500;text-align:left;max-width:350px}@media (min-width:768px) and (max-width:1024px){.rich-content__column.description-block .description-block__title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__column.description-block .description-block__title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__column.description-block .description-block__title{line-height:1.273em}}@media (min-width:1024px){.rich-content__column.description-block .description-block__title{line-height:1.25em}}.rich-content__column.description-block .description-block__text{max-width:350px}.rich-content__column.description-block .description-block__text p{font-size:.75rem;letter-spacing:-.02em;line-height:1.333em;text-align:left}@media (min-width:768px) and (max-width:1024px){.rich-content__column.description-block .description-block__text p{font-size:.875rem}}@media (min-width:1024px){.rich-content__column.description-block .description-block__text p{font-size:.875rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__column.description-block .description-block__text p{line-height:1.286em}}@media (min-width:1024px){.rich-content__column.description-block .description-block__text p{line-height:1.286em}}.rich-content__description-title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500;width:100%}@media (min-width:768px) and (max-width:1024px){.rich-content__description-title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__description-title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__description-title{line-height:1.273em}}@media (min-width:1024px){.rich-content__description-title{line-height:1.25em}}.rich-content__description{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;padding:0 15px;text-align:center;gap:30px}@media (min-width:768px){.rich-content__description{background-color:#f4f4f4;padding:50px 15px 54px;gap:44px}}.rich-content__description .item-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:10px}@media (min-width:768px){.rich-content__description .item-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}}.rich-content__description .item-block__title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__description .item-block__title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__description .item-block__title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__description .item-block__title{line-height:1.273em}}@media (min-width:1024px){.rich-content__description .item-block__title{line-height:1.25em}}.rich-content__description .item-block__text{font-size:.75rem;letter-spacing:-.02em;line-height:1.333em}@media (min-width:768px) and (max-width:1024px){.rich-content__description .item-block__text{font-size:.875rem}}@media (min-width:1024px){.rich-content__description .item-block__text{font-size:.875rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__description .item-block__text{line-height:1.286em}}@media (min-width:1024px){.rich-content__description .item-block__text{line-height:1.286em}}.rich-content__three-column-grid{display:grid;grid-template-columns:100%;gap:22px}@media (min-width:768px){.rich-content__three-column-grid{grid-template-columns:repeat(3,1fr);gap:26px}}.rich-content__three-column-grid .rich-content__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#36393e;color:#fff;border-radius:20px;width:100%}@media (min-width:768px){.rich-content__three-column-grid .rich-content__column{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0}}.rich-content__three-column-grid .rich-content__column>picture:not(.description-icon){height:100%}.rich-content__three-column-grid .rich-content__column>picture:not(.description-icon)>img{border-radius:20px;width:100%;height:100%;object-fit:cover;object-position:center}.rich-content__three-column-grid .description-icon{max-width:113.14px;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(352deg) brightness(105%) contrast(101%);padding:30px 0 0 30px;box-sizing:content-box}@media (min-width:768px){.rich-content__three-column-grid .description-icon{text-align:center;padding:0;margin-top:20.5%}}.rich-content__three-column-grid .description-block{max-width:292px;padding:35px 25px 50px}@media (min-width:768px){.rich-content__three-column-grid .description-block{text-align:center;padding:clamp(20px,4vw,70px) 10px 20px;height:100%}}.rich-content__three-column-grid .description-block__title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500;text-transform:uppercase;margin-bottom:33px}@media (min-width:768px) and (max-width:1024px){.rich-content__three-column-grid .description-block__title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__three-column-grid .description-block__title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__three-column-grid .description-block__title{line-height:1.273em}}@media (min-width:1024px){.rich-content__three-column-grid .description-block__title{line-height:1.25em}}@media (min-width:768px){.rich-content__three-column-grid .description-block__title{margin-bottom:12px}}.rich-content__list-block li,.rich-content__three-column-grid .description-block__text{font-size:.75rem;letter-spacing:-.02em;line-height:1.333em}@media (min-width:768px) and (max-width:1024px){.rich-content__three-column-grid .description-block__text{font-size:.875rem}}@media (min-width:1024px){.rich-content__three-column-grid .description-block__text{font-size:.875rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__three-column-grid .description-block__text{line-height:1.286em}}@media (min-width:1024px){.rich-content__three-column-grid .description-block__text{line-height:1.286em}}.rich-content__text-block{text-align:center;max-width:563px;margin:0 auto;color:#000}.rich-content__text-block .rich-content__text-title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__text-block .rich-content__text-title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__text-block .rich-content__text-title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__text-block .rich-content__text-title{line-height:1.273em}}@media (min-width:1024px){.rich-content__text-block .rich-content__text-title{line-height:1.25em}}.rich-content__text-block .rich-content__text-subtitle{font-size:.75rem;letter-spacing:-.02em;line-height:1.333em;margin-top:10px}@media (min-width:768px) and (max-width:1024px){.rich-content__text-block .rich-content__text-subtitle{font-size:.875rem}}@media (min-width:1024px){.rich-content__text-block .rich-content__text-subtitle{font-size:.875rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__text-block .rich-content__text-subtitle{line-height:1.286em}}@media (min-width:1024px){.rich-content__text-block .rich-content__text-subtitle{line-height:1.286em}}@media (min-width:768px){.rich-content__text-block .rich-content__text-subtitle{margin-top:20px}}.rich-content__list-block{background-color:#36393e;padding:30px 22px 0;border-radius:20px;color:#fff}@media (min-width:768px){.rich-content__list-block{font-size:30px;padding:48px 47px 0}}.rich-content__list-block .rich-content__list-title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__list-block .rich-content__list-title{font-size:1.375rem}}@media (min-width:1024px){.rich-content__list-block .rich-content__list-title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__list-block .rich-content__list-title{line-height:1.273em}}@media (min-width:1024px){.rich-content__list-block .rich-content__list-title{line-height:1.25em}}.rich-content__list-block ol{list-style:none;counter-reset:count;padding:0;margin:10px 0 0}@media (min-width:768px){.rich-content__list-block ol{margin-top:20px}.rich-content__list-block ol.rich-content__list_2-columns{columns:2}}.rich-content__list-block li{font-weight:500;padding:15px 0 15px 41px;position:relative;break-inside:avoid}@media (min-width:768px) and (max-width:1024px){.rich-content__list-block li{font-size:.875rem}}@media (min-width:1024px){.rich-content__list-block li{font-size:.875rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__list-block li{line-height:1.286em}}@media (min-width:1024px){.rich-content__list-block li{line-height:1.286em}}@media (min-width:768px){.rich-content__list-block li{padding:32.5px 0 32.5px 51.96px}}.rich-content__list-block li:not(:last-child){border-bottom:1px solid #4a4e56}.rich-content__list-block li:before{position:absolute;left:0;counter-increment:count;content:counter(count,decimal-leading-zero);margin-right:16px;font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500}@media (min-width:768px) and (max-width:1024px){.rich-content__list-block li:before{font-size:1.375rem}}@media (min-width:1024px){.rich-content__list-block li:before{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.rich-content__list-block li:before{line-height:1.273em}}@media (min-width:1024px){.rich-content__list-block li:before{line-height:1.25em}}@media (min-width:768px){.rich-content__list-block li:before{margin-right:24px;top:50%;transform:translateY(-50%)}}

.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.technologies{padding:0 0 10px}.technologies__title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500;color:#0d0d0d;margin:0 0 16px}@media (min-width:768px) and (max-width:1024px){.technologies__title{font-size:1.375rem}}@media (min-width:1024px){.technologies__title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.technologies__title{line-height:1.273em}}@media (min-width:1024px){.technologies__title{line-height:1.25em}}@media (min-width:768px){.technologies__title{margin:0 0 24px}}.technologies__list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:100%;gap:20px}@media (min-width:1024px){.technologies__list{grid-template-columns:repeat(12,1fr)}}@media (min-width:1440px){.technologies__list{gap:24px}}@media (min-width:1024px){.technologies__item{grid-column:span 6}.technologies__item:nth-child(5n+5){grid-column:span 12}}@media (min-width:1440px){.technologies__item:nth-child(5n+3),.technologies__item:nth-child(5n+4),.technologies__item:nth-child(5n+5){grid-column:span 4}}.technologies-item{background:linear-gradient(90deg,#fff 0,#edeff4 100%);border:1px solid #f5f7fc;box-shadow:4px 4px 10px 0 rgba(18,46,83,.06),-2px 4px 10px 0 rgba(18,46,83,.06);border-radius:20px;display:flex;flex-direction:column;gap:8px;padding:16px;height:100%}@media (min-width:768px){.technologies-item{border-radius:24px;padding:24px}}.technologies-item__icon{height:64px}.technologies-item__icon svg{display:block;width:100%;height:100%}.technologies-item__icon,.technologies-item__image{display:block;min-width:64px;width:64px;margin:0 0 16px}.technologies-item__image img{display:block;width:100%;height:auto}.technologies-item__title{font-size:1.125rem;letter-spacing:-.03em;line-height:1.444em;font-weight:500;color:#0d0d0d}@media (min-width:768px) and (max-width:1024px){.technologies-item__title{font-size:1.375rem}}@media (min-width:1024px){.technologies-item__title{font-size:1.5rem}}@media (min-width:768px) and (max-width:1024px){.technologies-item__title{line-height:1.273em}}@media (min-width:1024px){.technologies-item__title{line-height:1.25em}}.technologies-item__subtitle{font-size:1.125rem;letter-spacing:-.02em;line-height:1.222em;color:#adadad}@media (min-width:768px) and (max-width:1024px){.technologies-item__subtitle{font-size:1.25rem}}@media (min-width:1024px){.technologies-item__subtitle{font-size:1.25rem}}@media (min-width:768px) and (max-width:1024px){.technologies-item__subtitle{line-height:1.2em}}@media (min-width:1024px){.technologies-item__subtitle{line-height:1.2em}}.technologies-item__text{margin:4px 0 0;font-size:.875rem;letter-spacing:-.02em;line-height:1.286em;color:#0d0d0d}@media (min-width:768px) and (max-width:1024px){.technologies-item__text{font-size:1rem}}@media (min-width:1024px){.technologies-item__text{font-size:1rem}}@media (min-width:768px) and (max-width:1024px){.technologies-item__text{line-height:1.25em}}@media (min-width:1024px){.technologies-item__text{line-height:1.25em}}.cms-page-view .technologies-item{background:#fff}

