.theme-page-art {
  background: #FFFAF5;
  color: #1A1715;
  padding: 32px 0 80px;
  overflow: hidden;
}

.theme-page-art .container {
  max-width: 1280px;
}

.theme-page-art a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.theme-page-art img {
  max-width: 100%;
  height: auto;
  display: block;
}

.theme-page-art .theme-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 28px;
  color: rgba(26, 23, 21, 0.65);
}

.theme-page-art .theme-breadcrumbs a:hover {
  color: #000;
}

.theme-page-art .theme-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.15fr .85fr;
      grid-template-columns: 1.15fr .85fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 0 60px;
}

.theme-page-art .theme-hero__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(26, 23, 21, 0.08);
  -webkit-box-shadow: 0 8px 24px rgba(26, 23, 21, 0.05);
          box-shadow: 0 8px 24px rgba(26, 23, 21, 0.05);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.theme-page-art .theme-hero__title {
  font-family: 'El Messiri', sans-serif;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 600;
  margin: 0 0 20px;
}

.theme-page-art .theme-hero__text {
  font-size: 18px;
  line-height: 1.8;
  max-width: 760px;
  color: rgba(26, 23, 21, 0.82);
}

.theme-page-art .theme-hero__image {
  border-radius: 28px;
  overflow: hidden;
  -webkit-box-shadow: 0 30px 80px rgba(26, 23, 21, 0.1);
          box-shadow: 0 30px 80px rgba(26, 23, 21, 0.1);
  background: #fff;
  min-height: 460px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.theme-page-art .theme-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

.theme-page-art .theme-toc {
  background: #fff;
  border: 1px solid rgba(26, 23, 21, 0.07);
  border-radius: 28px;
  padding: 28px;
  margin-bottom: 56px;
  -webkit-box-shadow: 0 12px 40px rgba(26, 23, 21, 0.05);
          box-shadow: 0 12px 40px rgba(26, 23, 21, 0.05);
}

.theme-page-art .theme-toc__title {
  font-family: 'El Messiri', sans-serif;
  font-size: 26px;
  margin-bottom: 18px;
}

.theme-page-art .theme-toc__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  padding-left: 20px;
  margin: 0;
}

.theme-page-art .theme-toc__list a:hover {
  color: #9F6B46;
  padding-left: 4px;
}

.theme-page-art .theme-section {
  padding: 44px 0;
  border-bottom: 1px solid rgba(26, 23, 21, 0.08);
}

.theme-page-art .theme-section__number {
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(26, 23, 21, 0.45);
  margin-bottom: 10px;
  display: none;
}

.theme-page-art .theme-section__title {
  font-family: 'El Messiri', sans-serif;
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 24px;
}

.theme-page-art .theme-section__lead {
  font-size: 18px;
  line-height: 1.75;
  color: rgba(26, 23, 21, 0.78);
  margin-bottom: 24px;
  max-width: 860px;
}

.theme-page-art .content-editor {
  font-size: 18px;
  line-height: 1.9;
  max-width: 980px;
  color: rgba(26, 23, 21, 0.9);
}

.theme-page-art .content-editor p {
  margin: 0 0 18px;
}

.theme-page-art .content-editor h3,
.theme-page-art .content-editor h4 {
  font-family: 'El Messiri', sans-serif;
  margin: 28px 0 16px;
  line-height: 1.3;
}

.theme-page-art .content-editor h3 {
  font-size: 28px;
}

.theme-page-art .content-editor h4 {
  font-size: 22px;
}

.theme-page-art .content-editor ul,
.theme-page-art .content-editor ol {
  margin: 0 0 20px 22px;
}

.theme-page-art .content-editor li {
  margin-bottom: 8px;
}

.theme-page-art .content-editor strong {
  font-weight: 700;
  color: #000;
}

.theme-page-art .content-editor--collapsed {
  position: relative;
  max-height: 240px;
  overflow: hidden;
}

.theme-page-art .content-editor--collapsed::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 245, 0)), to(#FFFAF5));
  background: linear-gradient(to bottom, rgba(255, 250, 245, 0), #FFFAF5);
  pointer-events: none;
}

.theme-page-art .content-editor--collapsed.is-open {
  max-height: none;
}

.theme-page-art .content-editor--collapsed.is-open::after {
  display: none;
}

.theme-page-art .theme-more-btn {
  margin-top: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid rgba(26, 23, 21, 0.1);
  border-radius: 999px;
  background: #fff;
  color: #1A1715;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 24px rgba(26, 23, 21, 0.05);
          box-shadow: 0 10px 24px rgba(26, 23, 21, 0.05);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.theme-page-art .theme-more-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  border-color: rgba(26, 23, 21, 0.18);
  -webkit-box-shadow: 0 14px 34px rgba(26, 23, 21, 0.08);
          box-shadow: 0 14px 34px rgba(26, 23, 21, 0.08);
}

.theme-page-art .theme-techniques {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.theme-page-art .theme-technique-card {
  background: #fff;
  border-radius: 24px;
  padding: 26px;
  border: 1px solid rgba(26, 23, 21, 0.07);
  -webkit-box-shadow: 0 14px 36px rgba(26, 23, 21, 0.05);
          box-shadow: 0 14px 36px rgba(26, 23, 21, 0.05);
  -webkit-transition: -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  transition: -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  transition: transform .25s ease, box-shadow .25s ease;
  transition: transform .25s ease, box-shadow .25s ease, -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  height: 100%;
}

.theme-page-art .theme-technique-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 20px 48px rgba(26, 23, 21, 0.09);
          box-shadow: 0 20px 48px rgba(26, 23, 21, 0.09);
}

.theme-page-art .theme-technique-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
}

.theme-page-art .theme-technique-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.theme-page-art .theme-technique-card__label {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #9F6B46;
  margin-bottom: 10px;
}

.theme-page-art .theme-technique-card__title {
  font-family: 'El Messiri', sans-serif;
  font-size: 28px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.theme-page-art .theme-technique-card__text {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(26, 23, 21, 0.78);
}

.theme-page-art .blog_list.row,
.theme-page-art .training_list,
.theme-page-art .products_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.theme-page-art .theme-products-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.theme-page-art .theme-products-row .item {
  background: #fff;
  border: 1px solid rgba(26, 23, 21, 0.07);
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 36px rgba(26, 23, 21, 0.05);
          box-shadow: 0 14px 36px rgba(26, 23, 21, 0.05);
  -webkit-transition: -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  transition: -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  transition: transform .25s ease, box-shadow .25s ease;
  transition: transform .25s ease, box-shadow .25s ease, -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}

.theme-page-art .theme-products-row .item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 20px 48px rgba(26, 23, 21, 0.09);
          box-shadow: 0 20px 48px rgba(26, 23, 21, 0.09);
}

.theme-page-art .theme-products-row .item .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #F4ECE5;
}

.theme-page-art .theme-products-row .item .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.theme-page-art .theme-products-row .item .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform .45s ease;
  transition: -webkit-transform .45s ease;
  transition: transform .45s ease;
  transition: transform .45s ease, -webkit-transform .45s ease;
}

.theme-page-art .theme-products-row .item:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.theme-page-art .theme-products-row .item .caption {
  padding: 18px 18px 20px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 12px;
}

.theme-page-art .theme-products-row .item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  min-height: 28px;
}

.theme-page-art .theme-products-row .item .price .new {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #1A1715;
}

.theme-page-art .theme-products-row .item .price .old {
  font-size: 15px;
  line-height: 1.2;
  color: rgba(26, 23, 21, 0.45);
  text-decoration: line-through;
}

.theme-page-art .theme-products-row .item .title {
  font-family: 'El Messiri', sans-serif;
  font-size: 20px;
  line-height: 1.35;
  margin: 0;
}

.theme-page-art .theme-products-row .item .title a {
  color: #1A1715;
  text-decoration: none;
}

.theme-page-art .theme-products-row .item .title a:hover {
  color: #9F6B46;
}

.theme-page-art .training_item,
.theme-page-art .post,
.theme-page-art .item {
  background: #fff;
  border: 1px solid rgba(26, 23, 21, 0.07);
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 36px rgba(26, 23, 21, 0.05);
          box-shadow: 0 14px 36px rgba(26, 23, 21, 0.05);
  -webkit-transition: -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  transition: -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  transition: transform .25s ease, box-shadow .25s ease;
  transition: transform .25s ease, box-shadow .25s ease, -webkit-transform .25s ease, -webkit-box-shadow .25s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.theme-page-art .training_item:hover,
.theme-page-art .post:hover,
.theme-page-art .item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 20px 48px rgba(26, 23, 21, 0.09);
          box-shadow: 0 20px 48px rgba(26, 23, 21, 0.09);
}

.theme-page-art .training_item .image,
.theme-page-art .post .image,
.theme-page-art .item .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #F4ECE5;
}

.theme-page-art .training_item .image a,
.theme-page-art .post .image a,
.theme-page-art .item .image a {
  display: block;
  width: 100%;
  height: 100%;
}

.theme-page-art .training_item .image img,
.theme-page-art .post .image img,
.theme-page-art .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.theme-page-art .training_item:hover .image img,
.theme-page-art .post:hover .image img,
.theme-page-art .item:hover .image img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.theme-page-art .training_item .caption,
.theme-page-art .post .caption,
.theme-page-art .item .caption {
  padding: 20px 20px 22px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.theme-page-art .training_item .category,
.theme-page-art .post .category,
.theme-page-art .item .category {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9F6B46;
  margin-bottom: 12px;
  line-height: 1.5;
}

.theme-page-art .training_item .title,
.theme-page-art .post .title,
.theme-page-art .item .title {
  font-family: 'El Messiri', sans-serif;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 0;
}

.theme-page-art .training_item .title a,
.theme-page-art .post .title a,
.theme-page-art .item .title a {
  color: #1A1715;
}

.theme-page-art .training_item .title a:hover,
.theme-page-art .post .title a:hover,
.theme-page-art .item .title a:hover {
  color: #9F6B46;
}

.theme-page-art .item .caption {
  gap: 14px;
}

.theme-page-art .item .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 4px;
}

.theme-page-art .item .price .new {
  font-size: 22px;
  font-weight: 700;
  color: #1A1715;
}

.theme-page-art .item .price .old {
  font-size: 15px;
  color: rgba(26, 23, 21, 0.45);
  text-decoration: line-through;
}

.theme-page-art .theme-faq {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

.theme-page-art .theme-faq__item {
  background: #fff;
  border: 1px solid rgba(26, 23, 21, 0.07);
  border-radius: 22px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 24px rgba(26, 23, 21, 0.04);
          box-shadow: 0 8px 24px rgba(26, 23, 21, 0.04);
}

.theme-page-art .theme-faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: 'El Messiri', sans-serif;
  font-size: 24px;
  line-height: 1.35;
  cursor: pointer;
}

.theme-page-art .theme-faq__question i {
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.theme-page-art .theme-faq__question i::before, .theme-page-art .theme-faq__question i::after {
  content: '';
  position: absolute;
  background: #1A1715;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.theme-page-art .theme-faq__question i::before {
  width: 16px;
  height: 2px;
}

.theme-page-art .theme-faq__question i::after {
  width: 2px;
  height: 16px;
}

.theme-page-art .theme-faq__answer {
  display: none;
  padding: 0 24px 24px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(26, 23, 21, 0.82);
}

.theme-page-art .theme-faq__item.is-open .theme-faq__question i::after {
  opacity: 0;
}

.theme-page-art .theme-faq__item.is-open .theme-faq__answer {
  display: block;
}

.theme-page-art .theme-faq__item.is-open .theme-faq__answer[hidden] {
  display: none !important;
}

.theme-page-art .theme-cta {
  margin-top: 56px;
  background: linear-gradient(135deg, #fff, #F8EFE7);
  border-radius: 28px;
  padding: 40px;
  border: 1px solid rgba(26, 23, 21, 0.07);
  -webkit-box-shadow: 0 18px 48px rgba(26, 23, 21, 0.05);
          box-shadow: 0 18px 48px rgba(26, 23, 21, 0.05);
}

.theme-page-art .theme-cta h2 {
  font-family: 'El Messiri', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.theme-page-art .theme-cta__text {
  font-size: 17px;
  line-height: 1.85;
  max-width: 760px;
  margin-bottom: 24px;
}

.theme-page-art .theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: #1A1715;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0 14px 34px rgba(26, 23, 21, 0.18);
          box-shadow: 0 14px 34px rgba(26, 23, 21, 0.18);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.theme-page-art .theme-btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #3a322f;
  color: #fff;
}

@media (max-width: 1199px) {
  .theme-page-art .theme-hero__title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .theme-page-art .theme-hero {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 28px;
  }
  .theme-page-art .theme-hero__title {
    font-size: 42px;
  }
  .theme-page-art .theme-hero__image {
    min-height: 360px;
  }
  .theme-page-art .theme-hero__image img {
    min-height: 360px;
  }
  .theme-page-art .theme-toc__list,
  .theme-page-art .theme-techniques {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .theme-page-art .theme-section__title {
    font-size: 34px;
  }
  .theme-page-art .theme-products-row {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .theme-page-art .blog_list.row,
  .theme-page-art .training_list,
  .theme-page-art .products_list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .theme-page-art {
    padding: 20px 0 50px;
  }
  .theme-page-art .theme-breadcrumbs {
    margin-bottom: 18px;
    font-size: 13px;
  }
  .theme-page-art .theme-hero {
    padding: 16px 0 36px;
    gap: 24px;
  }
  .theme-page-art .theme-hero__title {
    font-size: 34px;
  }
  .theme-page-art .theme-hero__text {
    font-size: 16px;
    line-height: 1.75;
  }
  .theme-page-art .theme-hero__image {
    min-height: 260px;
    border-radius: 20px;
  }
  .theme-page-art .theme-hero__image img {
    min-height: 260px;
  }
  .theme-page-art .theme-toc,
  .theme-page-art .theme-technique-card,
  .theme-page-art .theme-cta {
    border-radius: 20px;
    padding: 20px;
  }
  .theme-page-art .theme-toc__title {
    font-size: 22px;
  }
  .theme-page-art .theme-section {
    padding: 32px 0;
  }
  .theme-page-art .theme-section__title {
    font-size: 28px;
  }
  .theme-page-art .theme-section__lead {
    font-size: 16px;
  }
  .theme-page-art .content-editor {
    font-size: 16px;
    line-height: 1.8;
  }
  .theme-page-art .content-editor h3 {
    font-size: 24px;
  }
  .theme-page-art .content-editor h4 {
    font-size: 20px;
  }
  .theme-page-art .content-editor--collapsed {
    max-height: 220px;
  }
  .theme-page-art .theme-more-btn,
  .theme-page-art .theme-btn {
    min-height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }
  .theme-page-art .blog_list.row,
  .theme-page-art .training_list,
  .theme-page-art .products_list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 18px;
  }
  .theme-page-art .theme-products-row {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .theme-page-art .item {
    border-radius: 18px;
  }
  .theme-page-art .item .caption {
    padding: 14px 14px 16px;
    gap: 10px;
  }
  .theme-page-art .item .price .new {
    font-size: 18px;
  }
  .theme-page-art .item .price .old {
    font-size: 13px;
  }
  .theme-page-art .item .title {
    font-size: 16px;
    line-height: 1.3;
  }
  .theme-page-art .training_item,
  .theme-page-art .post,
  .theme-page-art .item {
    border-radius: 20px;
  }
  .theme-page-art .training_item .caption,
  .theme-page-art .post .caption,
  .theme-page-art .item .caption {
    padding: 18px;
  }
  .theme-page-art .training_item .title,
  .theme-page-art .post .title,
  .theme-page-art .item .title {
    font-size: 20px;
  }
  .theme-page-art .theme-faq__question {
    font-size: 20px;
    padding: 18px;
  }
  .theme-page-art .theme-faq__answer {
    padding: 0 18px 18px;
    font-size: 15px;
  }
  .theme-page-art .theme-cta h2 {
    font-size: 28px;
  }
  .theme-page-art .theme-cta__text {
    font-size: 15px;
    line-height: 1.75;
  }
}
/*# sourceMappingURL=theme-page.css.map */