@font-face {
  font-family: GothamPro;
  src: url('fonts/mysuit/Gotham Pro Light-normal-400-100.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: GothamPro;
  src: url('fonts/mysuit/Gotham Pro-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AlethiaPro-Regular;
  src: url('fonts/mysuit/AlethiaPro-Regular-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AlethiaPro-ExtraLight;
  src: url('fonts/mysuit/AlethiaPro-ExtraLight-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AlethiaPro-Light;
  src: url('fonts/mysuit/AlethiaPro-Light-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AlethiaPro-Italic;
  src: url('fonts/mysuit/AlethiaPro-Italic-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: AlethiaPro-ExtraLightItalic;
  src: url('fonts/mysuit/AlethiaPro-ExtraLightItalic-normal-400-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --stripe-gradient: linear-gradient(90deg, #A8725A 0%, #D29979 100%);
}

body {
  margin: 0;
  font-family: GothamPro, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #272E35;
  background: #F7F9FB;
  font-size: 14px;
  line-height: 1.86;
  box-sizing: border-box;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: AlethiaPro-ExtraLight, AlethiaPro-Regular, sans-serif;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page {
  min-height: 100vh;
}

@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 30px) !important;
    padding: 0;
  }
}


/* ─── Hero / About ─────────────────────────────────────────────────────────── */

.about_text_with_image__content h1 {
  text-transform: uppercase;
}
.about_text_with_image__content h1 span {
  display: inline-block;
  text-wrap: nowrap;
  width: 100%;
  line-height: 100%;
}
.about_text_with_image__content a {
  height: fit-content;
  color: white;
  font-size: 12px;
  width: fit-content;
  padding: 10px 15px;
  text-wrap: nowrap;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .about_text_with_image__content h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about_text_with_image__content a {
    margin-top: 30px;
    padding: 20px 18px;
    line-height: 100%;
  }
  .about_text_with_image__description {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .about_text_with_image__content h1 {
    font-size: 42px;
  }
  .about_text_with_image__description {
    font-size: 22px;
  }
  .about_text_with_image__content a {
    font-size: 14px !important;
  }
}


/* ─── Catalog options (карточки обуви) ─────────────────────────────────────── */

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

  .new-catalog-options_item:last-child {
    padding: 0 !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .new-catalog-options_item_title {
    font-size: 12px;
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: black;
  }

  .new-catalog-options {
    margin-top: 80px !important;
  }

  .new-catalog-options h2 {
    font-size: 26px !important;
    letter-spacing: 0.15em;
    line-height: 30px;
    padding-bottom: 0px !important;
  }
  .new-catalog-options_item_content {
    margin-top: 10px;
    padding-top: 10px;
  }

  .new-catalog-options_item_show-more {
    font-size: 14px;
    line-height: 100%;
  }
}
@media (min-width: 768px) {
  .new-catalog-options_item_title {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .new-catalog-options_item_title {
    font-size: 16px;
  };
}

/* ─── Why section ───────────────────────────────────────────────────────────── */

.why-section .why-section__content .why-section__title::after {
  display: none;
}
.why-section {
  position: relative;
  height: min(970px, 100vh);
  padding: 10% 7%;
  overflow: hidden;
}
@media (min-width: 443px) {
  .why-section {
    padding: 80px 48px;
  }
}
.why-section__bg {
  position: absolute;
  inset: 0;
  background: url('static/mto-bg.png') center/cover;
}
.why-section__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.why-section__title {
  font-family: AlethiaPro-ExtraLight;
  font-weight: 250;
  font-style: ExtraLight;
  font-size: 26px !important;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) {
  .why-section__title { font-size: 38px; }
}
@media (min-width: 1024px) {
  .why-section__title { font-size: 40px; }
}
.why-section__text {
  font-size: 12px;
  line-height: 1.86;
  color: #fff;
  margin: 0;
  text-align: center;
  max-width: 663px;
  font-family: GothamPro, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .why-section__text { font-size: 14px; }
}
@media (min-width: 1024px) {
  .why-section__text { font-size: 16px; }
}

/* ─── Процесс пошива ──────────────────────────────────────────────────────── */

#image_border_off::before {
  display: none;
}

/* ─── Стоимость пошива ──────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  .new-catalog-text-block .new-catalog-text-block_content p {
    font-family: GothamPro, -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 0;
    text-align: center;
  }

  .new-catalog-text-price {
    margin: 30px 0 60px;
  }
}

@media (min-width: 768px) {
  .new-catalog-text-block .new-catalog-text-block_content p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .new-catalog-text-block .new-catalog-text-block_content p {
    font-size: 18px;
  }
}
.new-catalog-text-block .new-catalog-text-price .title {
  font-size: 14px;
}
@media (min-width: 768px) {
  .new-catalog-text-block .new-catalog-text-price .title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .new-catalog-text-block .new-catalog-text-price .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .new-catalog-text-price a {
    font-family: AlethiaPro-ExtraLight;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: white;
    display: block;
    padding: 18px 20px;
    background: linear-gradient(to right,rgba(168,114,90,1) 0,#efb08b 100%);
  }
}

.new-catalog-text-block .new-catalog-text-price .price {
  position: relative;
  font-size: 14px;
}
@media (min-width: 768px) {
  .new-catalog-text-block .new-catalog-text-price .price {
    padding-left: calc(93px + 12px);
  }
}
@media (min-width: 1024px) {
  .new-catalog-text-block .new-catalog-text-price .price {
    padding-left: calc(114px + 12px);
  }
}
.new-catalog-text-block .new-catalog-text-price .price::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 75px;
  height: 2px;
  background: var(--stripe-gradient);
}
@media (max-width: 767px) {
  .new-catalog-text-block .new-catalog-text-price .price::before {
    left: 0;
    transform: translateY(-50%) translateX(calc(-20px - 100%));
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .new-catalog-text-block .new-catalog-text-price .price::before {
    left: 0;
    transform: translateY(-50%);
    width: 93px;
    height: 3px;
  }
}
@media (min-width: 1024px) {
  .new-catalog-text-block .new-catalog-text-price .price::before {
    width: 114px;
    height: 3px;
  }
}

@media (max-width: 767px) {
  .dashed-line {
    filter: opacity(50%);
    margin-bottom: 72px;
  }
}

/* ─── Reviews ───────────────────────────────────────────────────────────────── */

.new-main-clients h2 {

}

.new-main-clients.new-main-clients-in-container .new-main-clients-slider__item {
  display: flex;
  flex-direction: column;
}
.new-main-clients.new-main-clients-in-container .new-main-clients__person {
  margin-top: auto;
  padding-top: 20px;
}
.new-main-clients.new-main-clients-in-container .new-main-clients__person .new-name {
  color: #868C92;
  font-size: 12px;
}
@media (min-width: 768px) {
  .new-main-clients.new-main-clients-in-container .new-main-clients__person .new-name {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .new-main-clients.new-main-clients-in-container .new-main-clients__person .new-name {
    font-size: 16px;
  }
}
.new-main-clients.new-main-clients-in-container .new-main-clients-slider-item__text {
  position: relative;
  padding-bottom: 23px;
  line-height: 1.83;
}
.new-main-clients.new-main-clients-in-container .new-main-clients-slider-item__text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
  height: 3px;
  background: var(--stripe-gradient);
}

/* ─── Сертификат на пошив обуви ───────────────────────────────────────────────────────────── */

@media (max-width: 767px) {
  .new-index-grid {
    margin-bottom: 80px;
  }
}

.new-index-grid__text #display_block {
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .new-index-grid__text #display_block {
    font-size: 14px;
  }
}

#certificate_title_border_off::after {
  display: none;
}

.new-index-grid__item .new-index-grid__title {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .new-index-grid__item .new-index-grid__title {
    margin-bottom: 10px;
    font-family: AlethiaPro-ExtraLight;
    font-size: 26px;
    line-height: 1.1538;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
  }
}

.new-index-grid__item .new-index-grid__text {
  margin: 0 !important;
}

@media (max-width: 450px) {
  /* У «Процесс пошива» не применяем 90px по бокам */
  #sewing-process-section .new-index-grid__text {
    padding-left: 0;
    padding-right: 0;
  }
}

.new-index-grid__item_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .new-index-grid__item_content {
    padding-bottom: 0px;
    padding-top: 20px;
  }
}

.new-index-grid__text .cert-form .cert-form-content .center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-index-grid__text .cert-form .cert-form-content .center .row {
  width: 300px !important;
}

.new-index-grid__text .cert-form .cert-form-content .center .row input {
  width: 100%;
}

@media (min-width: 464px) {
.new-index-grid__text .cert-form.cert-form--inline .cert-form-content .center .row {
  width: 434px !important;
  max-width: 100%;
}
}
.new-index-grid__text .cert-form.cert-form--inline .cert-form-content .center .row input {
  width: 100% !important;
  box-sizing: border-box;
}

.new-index-grid__item_content #certificate_title_border_off {
  color: #272E35;
}

@media (max-width: 991px) {
  .new-index-grid.component-4162 .new-index-grid__item.reverse {
    flex-direction: column;
  }
  /* Только «Процесс пошива»: на мобильной картинка сверху, текст снизу */
  #sewing-process-section .new-index-grid__item.reverse {
    flex-direction: column-reverse;
  }
}

/* Общий боковой padding для «Процесс пошива» и «Сертификат» */
.section-padding-sides {
}
@media (min-width: 768px) {
  .section-padding-sides {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .section-padding-sides {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.cert-form.cert-form--inline { padding: 0; background: none; }
.cert-form.cert-form--inline::after { display: none; }
.cert-form--inline .cert-form-content { position: static; width: 100%; max-width: 434px; margin: 0 auto; }
.cert-form--inline form { margin-top: 0; width: 100%; }
.cert-form--inline form input[type="text"],
.cert-form--inline form input[type="tel"],
.cert-form--inline form input[type="email"] {
  width: 100% !important;
  box-sizing: border-box;
  color: #272E35;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  font-size: 16px;
  padding: 8px 0 10px;
  margin-bottom: 34px;
  background: transparent;
}
.cert-form--inline form input[type="text"]::placeholder,
.cert-form--inline form input[type="tel"]::placeholder,
.cert-form--inline form input[type="email"]::placeholder {
  color: #8A9198;
}
.cert-form--inline .consent-text,
.cert-form--inline .consent-text a {
  color: #9BA0A6;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  .cert-form--inline .consent-text,
  .cert-form--inline .consent-text a {
    font-size: 8px;
  }
}
.cert-form--inline .consent-checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 0;
  max-width: 434px;
}
@media (max-width: 767px) {
  .cert-form--inline .consent-checkbox-wrap {
    text-align: left;
  }
}

.cert-form--inline .consent-checkbox-wrap input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background:
    linear-gradient(#fff, #fff) no-repeat center / 14px 14px,
    linear-gradient(135deg, #A7725A 0%, #D09878 100%);
}
.cert-form--inline .consent-checkbox-wrap input[type="checkbox"]:checked {
  background:
    url("static/checkbox-check.svg") center no-repeat,
    linear-gradient(#fff, #fff) no-repeat center / 14px 14px,
    linear-gradient(135deg, #A7725A 0%, #D09878 100%);
  background-size: 10px 9px, 14px 14px, 100% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, 0 0;
}
.cert-form--inline .consent-checkbox-wrap label.consent-text {
  cursor: pointer;
}
.cert-form--inline .checkbox-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 24px;
  font-size: 13px;
  color: #272E35;
  font-family: GothamPro;
}
@media (max-width: 767px) {
  .cert-form--inline .checkbox-container label {
    font-size: 10px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .cert-form--inline .checkbox-container label {
    font-size: 14px;
  }
}
.cert-form--inline .checkbox-container input[type="radio"] + label {
  display: inline-flex;
  align-items: center;
  padding-left: 28px;
  margin: 0;
  min-height: 18px;
  line-height: 1.2;
}
.cert-form--inline .checkbox-container input[type="radio"] + label::before {
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #A7725A 0%, #D09878 100%);
}



.cert-form--inline .checkbox-container input[type="radio"] + label::after {
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  left: 6px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
}
.cert-form--inline .checkbox-container input[type="radio"]:checked + label::after {
  opacity: 1;
}
.cert-form--inline .checkbox-container input[type="radio"]:not(:checked) + label::before {
  background:
    radial-gradient(circle at center, white 6px, transparent 6px),
    linear-gradient(90deg, #A8725A 0%, #D29979 100%);
  border: none;
}
.cert-form--inline .checkbox-container input[type="radio"]:not(:checked) + label::after {
  display: none;
}
.cert-form--inline form .row { flex-direction: column; align-items: center; gap: 0; width: 100% !important; }
.cert-form--inline form .row input {
  width: 100% !important;
  max-width: 434px !important;
}

.cert-form-certificate__row {
  width: 434px !important;
  max-width: 100%;
  box-sizing: border-box;
}
input.cert-form-certificate__input {
  width: 434px !important;
  max-width: 100%;
  box-sizing: border-box;
}
.cert-form-certificate__row .select_country_wrapper {
  width: 100%;
  box-sizing: border-box;
}
.cert-form-certificate__row .select_country_wrapper input {
  width: 100% !important;
  box-sizing: border-box;
}
.cert-form--inline form input[type="submit"] {
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  height: 56px;
  width: 126px;
  padding: 0;
  background: #D09779 !important;
  box-shadow: none !important;
  color: #fff;
  text-transform: lowercase;
}


/* ─── MTO section ───────────────────────────────────────────────────────────── */

.mto-section {
  position: relative;
  /* высота управляется GSAP (pinSpacing: true добавляет 300vh пробела) */
  background: #F7F9FB;
}
.mto-spacer {
  height: 0;
}
/* заголовок секции — вне sticky, скроллится со страницей */
.mto-section > .container {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .mto-section > .container { padding-top: 60px; padding-bottom: 32px; }
}
@media (min-width: 1024px) {
  .mto-section > .container { padding-top: 80px; padding-bottom: 40px; }
}
.mto-sticky {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px 0 !important;
  overflow: hidden;
}
@media (min-width: 640px) {
  .mto-sticky { padding: 0 24px 0; }
}
@media (min-width: 1024px) {
  .mto-sticky { padding: max(8vh, 24px) 48px 32px; }
}
.mto-section-title {
  font-size: 26px;
  line-height: 1.3;
  color: #272E35;
  margin: 20px 0;
  padding-bottom: 0;
  text-align: center;
}
.mto-section-title::after {
  display: none;
}
@media (min-width: 768px) {
  .mto-section-title { font-size: 38px; margin: 20px 0; }
}
@media (min-width: 1024px) {
  .mto-section-title { font-size: 40px; line-height: 1.2; margin: 20px 0; }
}
.mto-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 1280px;
  width: 100%;
  flex: 1 1 0;
  min-height: 0;
}
@media (min-width: 769px) {
  .mto-content {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 48px;
  }
  .mto-frames {
    flex-shrink: 0;
  }
}
.mto-text {
  max-width: 576px;
  width: 100%;
  text-align: center;
}
@media (min-width: 769px) {
  .mto-text {
    max-width: none;
    min-width: 0;
    flex: 1;
  }
}
.mto-title {
  /* font-family наследуется от h1-h6: AlethiaPro-ExtraLight */
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  color: #272E35;
  text-align: center;
}
@media (min-width: 768px) {
  .mto-title { font-size: 26px; }
}
@media (min-width: 1024px) {
  .mto-title { font-size: 30px; }
}
/* декоративная линия под заголовком шага */
.mto-title::after {
  content: '';
  display: block;
  width: 114px;
  height: 3px;
  margin: 12px auto 16px;
  background: linear-gradient(225deg, rgba(210, 153, 121, 1) 3%, rgba(169, 115, 91, 1) 97%);
}
.mto-title span,
.mto-description span {
  display: none;
}
.mto-title span.active,
.mto-description span.active {
  display: block;
}
.mto-description {
  font-family: GothamPro, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.86;
  margin: 0;
  color: #272E35;
  text-align: center;
}
@media (min-width: 768px) {
  .mto-description { font-size: 14px; }
}
@media (min-width: 1024px) {
  .mto-description { font-size: 16px; }
}
.mto-frames {
  position: relative;
  width: min(576px, 100%);
  height: 0;
  padding-bottom: calc(686 / 576 * 100%);
  overflow: visible;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .mto-frames {
    width: clamp(277px, calc(277px + (100vw - 320px) * 205 / 448), 482px);
    height: clamp(309px, calc(309px + (100vw - 320px) * 268 / 448), 577px);
    max-height: min(577px, 52vh);
    padding-bottom: 0;
  }
  .mto-frame {
    min-height: 200px;
  }
  .mto-frame img {
    min-height: 200px;
  }
}
@media (min-width: 769px) {
  .mto-frames {
    height: 686px;
    max-height: min(686px, 72vh);
    padding-bottom: 0;
  }
}
.mto-frame {
  position: absolute;
  width: calc(349 / 576 * 100%);
  height: calc(500 / 686 * 100%);
  min-height: 1px;
  overflow: hidden;
}
.mto-frame[data-step="1"] { z-index: 1; left: calc(28 / 576 * 100%); top: 0; }
.mto-frame[data-step="2"] { z-index: 2; left: calc(227 / 576 * 100%); top: calc(93 / 686 * 100%); }
.mto-frame[data-step="3"] { z-index: 3; left: calc(114 / 576 * 100%); top: calc(186 / 686 * 100%); }
.mto-frame[data-step="4"] { z-index: 4; left: 0; top: calc(93 / 686 * 100%); }
.mto-frame img {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  vertical-align: top;
}


/* ─── Moodboard ─────────────────────────────────────────────────────────────── */

.moodboard-section {
  padding: 80px 48px 120px;
  max-width: 1440px;
  margin: 0 auto;
}
.moodboard-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 48px;
  color: #272E35;
}
.moodboard-columns {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: flex-start;
}
.moodboard-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  will-change: transform;
}
.moodboard-column--left  { width: 280px; }
.moodboard-column--center { width: 435px; }
.moodboard-column--right { width: 280px; }
.moodboard-card {
  overflow: hidden;
  background: #e8e8e8;
}
.moodboard-card img {
  width: 100%;
  height: auto;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .moodboard-column { will-change: auto; }
}


/* ─── Об ателье ─────────────────────────────────────────────────────────────── */

.about_atelie {
  margin-bottom: 150px;
}

.about_atelie .container .center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_atelie .container .center div {
  display: none;
}

@media (max-width: 767px) {
  .about_atelie .container .center img {
    display: none !important;
  }
  .about_atelie .container .center div {
    display: block;
  }
  .about_atelie .container .center p {
    font-family: GothamPro;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
  }
  .about_atelie .container .center h2 {
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.about_atelie .container .center img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 680px) {
  .about_atelie {
    margin-bottom: 100px;
  }
}
.about_atelie h2 {
  font-size: 40px;
  letter-spacing: 4px;
}
@media screen and (max-width: 680px) {
  .about_atelie h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.about_atelie_subtitle {
  max-width: 483px;
  margin: 0 auto;
  font-size: 16px;
  font-family: GothamPro, sans-serif;
  line-height: 2;
  text-align: center;
}
.about_atelie_items {
  display: flex;
  margin-top: 50px;
  margin-bottom: 70px;
}
.about_atelie_item {
  flex-basis: 25%;
}
@media screen and (max-width: 980px) {
  .about_atelie_items {
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .about_atelie_item {
    flex-basis: 50%;
  }
}
.about_atelie_item_title {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: AlethiaPro-ExtraLight, sans-serif;
  color: #bd856a;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .about_atelie_item_title {
    font-size: 20px;
  }
}
.about_atelie_item_subtitle {
  max-width: 229px;
  text-align: center;
  font-size: 16px;
  font-family: GothamPro, sans-serif;
  line-height: 2;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .about_atelie_item_subtitle {
    font-size: 12px;
  }
}
.contact_gallery-2 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.contact_gallery-2 .owl-item {
  height: initial;
}
.contact_gallery-2__item {
  aspect-ratio: 3/2;
  display: block;
}
.contact_gallery-2__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* ─── Footer ─────────────────────────────────────────────────────────────── */

.footer {
  padding: 48px 24px;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
}
.footer__brand {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  opacity: 0.8;
}


/* ─── Наша продукция: подписи карточек ─────────────────────────────────────── */

.new-our-production.component-4205 .grid-gallery-item_title,
.new-our-production.component-4205 .grid-gallery-item_title span {
  font-family: AlethiaPro-Regular, sans-serif;
  font-weight: 100;
  font-size: 12px;
}
@media (min-width: 768px) {
  .new-our-production.component-4205 .grid-gallery-item_title,
  .new-our-production.component-4205 .grid-gallery-item_title span {
    font-size: 20px;
  }
}


/* ─── Наша продукция: градиентная рамка .small ──────────────────────────────── */

.new-our-production.component-4205 .grid-gallery-item_image.small::before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  border: 2px solid transparent;
  border-image: linear-gradient(45deg, #a9735b, #d29979);
  border-image-slice: 1;
  box-sizing: border-box;
}
.new-our-production.component-4205 .grid-gallery-item_image.small::before,
.new-our-production.component-4205 .grid-gallery-item_image.small.top-left::before {
  top: -10px;
  left: -10px;
}
.new-our-production.component-4205 .grid-gallery-item_image.small.top-right::before {
  top: -10px;
  right: -10px;
  left: auto;
}
.new-our-production.component-4205 .grid-gallery-item_image.small.bottom-left::before {
  bottom: -10px;
  left: -10px;
  top: auto;
}
.new-our-production.component-4205 .grid-gallery-item_image.small.bottom-right::before {
  bottom: -10px;
  right: -10px;
  top: auto;
  left: auto;
}
.new-our-production.component-4205 .grid-gallery-item_image.small:hover::before {
  display: none;
}

@media screen and (max-width: 771px) {
  .new-our-production.component-4205 .grid-gallery-item_image.small::before {
    display: block;
  }
  .new-our-production.component-4205 .grid-gallery-item.double-width-always {
    grid-column: span 2;
    aspect-ratio: 6 / 3.83;
  }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(1)  { order: 1; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(2)  { order: 2; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(3)  { order: 4; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(4)  { order: 3; grid-column: span 2; aspect-ratio: 6/3.83; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(5)  { order: 5; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(6)  { order: 6; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(7)  { order: 7; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(8)  { order: 8; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(9)  { order: 9; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(10) { order: 10; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(11) { order: 11; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(12) { order: 13; }
  .new-our-production.component-4205 .grid-gallery-item:nth-child(13) { order: 12; grid-column: span 2; aspect-ratio: 6/3.83; }
}


/* ─── Полезно знать ──────────────────────────────────────────────────────────── */


@media (max-width: 767px) {
  .new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .title {
    flex-grow: 1;
    margin-top: 10px;
  }

  .new-blog-bottom-links.blog-bottom-links .read-more {
    color: #868C92 !important;
  }

  .blog-bottom-links-items>:nth-child(n+3) {
    display: none !important;
  }
}

.new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .title,
.new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .title span,
.new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .read-more {
  font-family: GothamPro, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
}
@media (min-width: 768px) {
  .new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .title,
  .new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .title span,
  .new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .read-more {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .title,
  .new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .title span,
  .new-blog-bottom-links.blog-bottom-links .blog-bottom-links__item .read-more {
    font-size: 16px;
  }
}
