/* cormorant garamond section | 04.04.2026 21:34 */
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/CormorantGaramond-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/CormorantGaramond-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/CormorantGaramond-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/CormorantGaramond-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CormorantGaramond-Bold.woff") format("woff");
}
/* trajan pro 3 section | 04.04.2026 21:34 */
@font-face {
  font-display: swap;
  font-family: "Trajan Pro 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/TrajanPro3Regular.woff") format("woff");
}
/* CSS Reboot Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

td,
th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
  max-width: 100%; /* Set responsive behaviour */
  height: auto;
  vertical-align: middle; /* Remove bottom spacing under element (line-height) */
}

iframe {
  border: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
button,
optgroup,
select {
  margin: 0;
  font-family: inherit;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

/* Fast Tap enables no-delay taps (FastClick-esque) on supporting browsers */
a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}

/* Make fonts more sexy */
body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*::-moz-placeholder {
  opacity: 1;
}

*::placeholder {
  opacity: 1;
}

body {
  width: 100%;
  height: auto;
  min-height: 100dvh;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  position: relative;
}

.wrapper {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

main {
  flex-grow: 1;
}

.header {
  flex: 0 0;
}

.main {
  flex: 1 0;
}

.footer {
  flex: 0 0;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition-duration: 0.3s;
}

input {
  border: 0;
  outline: 0;
  border-radius: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

/* ios selections */
a,
button {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-scroll {
  overflow: hidden;
}

section {
  scroll-margin-top: 40px;
}

/* @media (min-width: 500px) {
  .no-scroll {
    padding-right: 17px;
  }
} */
/* firefox */
@supports (-moz-appearance: none) {
  .no-scroll {
    padding-right: 0;
  }
}
@media (hover: none) and (pointer: coarse) {
  .no-scroll {
    margin-right: 0;
  }
}
textarea:focus {
  outline: none;
}

._container {
  width: 100%;
  max-width: 1800px;
  padding-left: 4vw;
  padding-right: 4vw;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1300px) {
  ._container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
@media (max-width: 600px) {
  ._container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
.btn:hover {
  filter: brightness(110%);
}
.btn:active {
  transform: translateY(1px);
}

/* Selection color change */
::-moz-selection {
  color: #fff;
  background-color: #1A1A1A;
}
::selection {
  color: #fff;
  background-color: #1A1A1A;
}

::-moz-selection {
  color: #fff;
  background-color: #1A1A1A;
}

/* Scrollbar change */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

/* delete IOS select */
button,
label,
input {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* Header styles */
/* Media queries */
@media (min-width: 768px) {
  .br-tab {
    display: none;
  }
  .br-mob {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .br-desc {
    display: none;
  }
  .br-mob {
    display: none;
  }
}
@media (max-width: 480px) {
  .br-desc {
    display: none;
  }
  .br-tab {
    display: none;
  }
}
/* STYLES */
/* burger menu */
:root {
  --burger-menu-color: #fff;
  --burger-menu-width: 26px;
  --burger-menu-height: 22px;
  --burger-top-plus: 10px;
  --burger-top-minus: -10px;
  --burger-line-height: 3.7px;
  --burger-line-round: 5px;
}

.header .header__burger {
  display: none;
  cursor: pointer;
}

body {
  background-color: #141414;
}

/* catalogue box section | 06.04.2026 21:08 */
.page-info-section {
  padding-top: 140px;
  padding-bottom: 0px;
}

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

.catalogue-section ._container {
  padding-bottom: 120px;
}

.catalogue-section-top {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 20px;
}

.catalogue-section-top__left {
  width: 100%;
  max-width: 613px;
}

.catalogue-section-top__left p {
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
}

.catalogue-section-top__left p:first-child {
  margin-bottom: 18px;
}

.catalogue-section-top__rigth {
  width: 100%;
  max-width: 276px;
  display: flex;
  justify-content: flex-end;
}

.catalogue-section-top__rigth .main-btn {
  width: 100%;
  border: 1px solid #A29F95;
  background-color: transparent;
}

.catalogue-box-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 20px;
}

.catalogue-box-section__card {
  width: calc(33.333% - 6.67px);
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 434/500;
  background-color: #1d1d1d;
}

.catalogue-box-section__card:hover::after {
  background: rgba(20, 20, 20, 0.4);
  backdrop-filter: blur(5px);
}

.catalogue-box-section__photo {
  position: relative;
}

.catalogue-box-section__photo,
.catalogue-box-section__photo img,
.catalog-section__photo img {
  width: 100%;
  height: 100%;
}

.catalogue-box-section__photo img,
.catalog-section__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cbs-photo-hover-hide {
  transition-duration: 0.1s;
}

.catalog-section__card:hover .cbs-photo-hover-hide,
.catalogue-box-section__card:hover .cbs-photo-hover-hide {
  opacity: 0;
  pointer-events: none;
}

.catalogue-box-section__card::after {
  content: "";
  width: 100%;
  height: 104px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition-duration: 0.5s;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgba(20, 20, 20, 0.18) 100%);
  backdrop-filter: blur(10px);
  z-index: 1;
}

.catalogue-box-section__info,
.catalogue-box-section__more {
  position: absolute;
  z-index: 2;
}

.catalogue-box-section__info {
  left: 26px;
  bottom: 24px;
}

/* catalogue box section | 06.04.2026 22:34 */
.catalogue-box-section__name {
  margin-bottom: 4px;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.catalogue-box-section__params {
  color: rgba(255, 255, 255, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.catalogue-box-section__age {
  width: 100%;
}

.catalogue-box-section__params p {
  margin-bottom: 0px;
}

.catalogue-box-section__more {
  right: 27px;
  bottom: 24px;
  padding-right: 24px;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  line-height: 1.125;
}

.catalogue-box-section__more::after {
  content: "";
  width: 21px;
  height: auto;
  aspect-ratio: 21/8;
  position: absolute;
  top: 5px;
  right: -4px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='8' viewBox='0 0 21 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3536 4.03544C20.5488 3.84018 20.5488 3.52359 20.3536 3.32833L17.1716 0.146351C16.9763 -0.0489113 16.6597 -0.0489113 16.4645 0.146351C16.2692 0.341613 16.2692 0.658195 16.4645 0.853458L19.2929 3.68188L16.4645 6.51031C16.2692 6.70557 16.2692 7.02216 16.4645 7.21742C16.6597 7.41268 16.9763 7.41268 17.1716 7.21742L20.3536 4.03544ZM0 3.68188V4.18188H20V3.68188V3.18188H0V3.68188Z' fill='white' fill-opacity='0.74'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}

.catalogue-box-section__more::before {
  content: none;
}

.catalogue-box-section__card:hover .catalogue-box-section__more::after {
  transform: translateX(4px);
}

@media (max-width: 1600px) {
  .catalogue-section ._container {
    padding-bottom: 100px;
  }
}
@media (max-width: 1300px) {
  .catalogue-section-top {
    margin-bottom: 34px;
  }
  .catalogue-box-section__info {
    left: 22px;
    bottom: 22px;
  }
  .catalogue-box-section__more {
    right: 22px;
    bottom: 22px;
  }
}
@media (max-width: 1000px) {
  .page-info-section {
    padding-top: 120px;
  }
  .page-info-header {
    font-size: 40px;
  }
  .catalogue-section ._container {
    padding-bottom: 90px;
  }
  .catalogue-section-top {
    margin-bottom: 30px;
    flex-direction: column;
    row-gap: 20px;
  }
  .catalogue-section-top__left,
  .catalogue-section-top__rigth {
    max-width: 100%;
  }
  .catalogue-section-top__rigth {
    justify-content: flex-start;
  }
  .catalogue-box-section__card {
    width: calc(50% - 5px);
    aspect-ratio: 434/500;
  }
}
@media (max-width: 600px) {
  .page-info-section {
    padding-top: 104px;
  }
  .page-info-header {
    font-size: 32px;
  }
  .catalogue-section ._container {
    padding-bottom: 70px;
  }
  .catalogue-section-top {
    margin-bottom: 40px;
    row-gap: 16px;
  }
  .catalogue-section-top__left p {
    font-size: 14px;
    line-height: 1.1;
  }
  .catalogue-section-top__left p:first-child {
    margin-bottom: 14px;
  }
  .catalogue-section-top__rigth .main-btn {
    min-width: initial;
  }
  .catalogue-box-section {
    gap: 5px;
    row-gap: 10px;
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
  }
  .catalogue-box-section__card {
    width: calc(50% - 2.5px);
    border-radius: 14px;
    aspect-ratio: 186/230;
  }
  .catalogue-box-section__card::after {
    height: 74px;
    height: 12vw;
    backdrop-filter: blur(4px);
  }
  .catalogue-box-section__info {
    left: 15px;
    width: calc(100% - 30px);
    bottom: 13px;
  }
  .catalogue-box-section__name {
    font-size: 16px;
    line-height: 1;
  }
  .catalogue-box-section__params {
    font-size: 12px;
  }
  .catalogue-box-section__more {
    right: 10px;
    top: 10px;
    bottom: auto;
    padding-right: 16px;
    font-size: 10px;
    color: #FFFFFF;
  }
  .catalogue-box-section__more::after {
    width: 21px;
    top: 2px;
  }
  .catalogue-box-section__more::before {
    content: none;
  }
}
.header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
  transition-duration: 0.5s;
  position: fixed;
  left: 0;
  top: 0;
}

.home .header {
  transform: translateY(-100%);
}

.home .header.show {
  transform: translateY(0);
}

.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.header__inner .main-btn {
  font-size: 14px;
  height: 36px;
}

.header-tor-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.header-tor-nav a {
  color: #FDF6E3;
  text-align: justify;
  font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.header-tor-nav a:hover {
  opacity: 0.5;
}

.header-tor-nav .current-menu-item a {
  opacity: 0.5;
}

.header__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  z-index: 5;
}

.header__nav a {
  color: #fdf6e3;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
  transition-duration: 0.3s;
}

.header__nav a:hover {
  opacity: 0.5;
}

.header__mobile-actions {
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  gap: 9px;
  display: flex;
}

.header__burger {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100vw;
  min-height: 100dvh;
  overflow: hidden;
  background-color: #141414;
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
}

.mobile-menu.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu__shade,
.mobile-menu__radial,
.mobile-menu__bottom-shadow {
  display: none;
}

.mobile-menu__close,
.mobile-menu__nav,
.mobile-menu__content {
  position: relative;
  z-index: 2;
}

.mobile-menu__close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 17px;
  right: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
  z-index: 3;
  cursor: pointer;
}

.mobile-menu__close span,
.mobile-menu__close span::before {
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #FDF6E3;
  transform-origin: center;
}

.mobile-menu__close span {
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu__close span::before {
  content: "";
  transform: translate(-50%, -50%) rotate(90deg);
}

.mobile-menu__nav {
  width: 100%;
  position: absolute;
  top: 81px;
  right: 0;
  display: grid;
  gap: 26px;
  justify-items: start;
  padding-right: 38px;
  padding-left: 15px;
  z-index: 4;
}

.mobile-menu__link {
  color: #FDF6E3;
  text-align: right;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1;
}

.mobile-menu__link.active {
  color: rgba(253, 246, 227, 0.5);
}

.mobile-menu__content {
  min-height: 100dvh;
  position: relative;
}

.mobile-menu__intro,
.mobile-menu__title,
.mobile-menu__subtitle,
.mobile-menu__actions-top,
.mobile-menu__text {
  display: none;
}

.mobile-menu__actions-bottom {
  width: calc(100% - 20px);
  position: absolute;
  left: 10px;
  bottom: 60px;
  display: grid;
  gap: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-menu__actions-bottom .main-btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-transform: uppercase;
}

.page-info-section {
  padding-top: 140px;
}

.page-info-header {
  color: #FDF6E3;
  font-family: "Trajan Pro 3", serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
}

/* model info section | 07.04.2026 14:09 */
.model-single-page .page-info-section {
  padding-top: 140px;
  padding-bottom: 0px;
}

.model-single-page .page-info-section ._container {
  width: 100%;
}

.page-info-section__breadcrumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 6px;
  margin-bottom: 29px;
}

.page-info-section__breadcrumbs a,
.page-info-section__breadcrumbs span {
  color: rgba(253, 246, 227, 0.8);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
}

.page-info-section__breadcrumbs span:last-child {
  color: rgba(253, 246, 227, 0.5);
}

.model-single-page .page-info-header {
  width: 100%;
  margin-bottom: 40px;
}

.model-info-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
}

.model-info-section ._container {
  padding-bottom: 62px;
}

.model-info-section__params {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 84px;
       column-gap: 84px;
  row-gap: 12px;
  margin-bottom: 50px;
}

.mif-title {
  margin-bottom: 0px;
  color: #FDF6E3;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.mif-title span {
  color: #C0BBAD;
  margin-left: 5px;
  display: inline-flex;
}

.model-info-section__gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 370fr 180fr 370fr 367fr;
  grid-template-rows: 275px 265px;
  gap: 10px;
  align-items: stretch;
  margin-bottom: 40px;
}

.model-info-section__gallery img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #1D1D1D;
}

.model-info-section__gallery img:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}

.model-info-section__gallery img:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}

.model-info-section__gallery img:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

.model-info-section__gallery img:nth-child(4) {
  grid-column: 3/4;
  grid-row: 1/3;
}

.model-info-section__gallery img:nth-child(5) {
  grid-column: 4/5;
  grid-row: 1/3;
}

.model-info-section__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.model-info-section__formats {
  width: 37.5%;
}

.model-info-section__subtitle {
  margin-bottom: 30px;
  color: #FDF6E3;
  font-size: 46px;
  line-height: 1;
  font-family: "Trajan Pro 3", Arial, Helvetica, sans-serif;
  width: 100%;
}

.model-info-section__formats-list {
  width: 100%;
  padding-left: 30px;
  position: relative;
}

.model-info-section__formats-list::before {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 4px;
  background-color: rgba(253, 246, 227, 0.1);
}

.model-info-section__formats-list p {
  margin-bottom: 16px;
  color: #FDF6E3;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.1;
  position: relative;
}

.model-info-section__formats-list p:last-child {
  margin-bottom: 0px;
}

.model-info-section__formats-list p::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -30px;
  top: 5px;
  border-radius: 50%;
  background-color: #692524;
}

.model-info-section__description {
  max-width: 510px;
  width: 100%;
}

.model-info-section__description p {
  margin-bottom: 15px;
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
}

.model-info-section__description p:last-child {
  margin-bottom: 0px;
}

/* hero section | 04.04.2026 21:52 */
.hero-section {
  width: 100%;
  min-height: initial;
  height: 100dvh;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  background-color: #141414;
  aspect-ratio: 1440/800;
  max-height: 1000px;
  min-height: 600px;
}

.hero-section__bg,
.hero-section__overlay,
.hero-section__bottom-shadow {
  width: 100%;
  position: absolute;
  left: 0px;
}

.hero-section__bg {
  top: 0px;
  height: 100%;
}

.hero-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section__overlay {
  top: 0px;
  height: 100%;
  background: radial-gradient(192.6% 40.91% at 50% 50.06%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), 50%/cover no-repeat;
}

.hero-section__bottom-shadow {
  bottom: 0px;
  height: 182px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.hero-section__inner {
  width: 100%;
  height: 100%;
  padding-top: 32px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-section__content {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.hero-section__title {
  margin-bottom: 5px;
  color: #fdf6e3;
  font-family: "Trajan Pro 3", serif;
  font-size: 60px;
  line-height: 1.05;
}

.hero-section__subtitle {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(253, 246, 227, 0.8);
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
}

.hero-section__actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.main-btn {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  white-space: nowrap;
  border-radius: 30px;
  border: 1px solid transparent;
  color: #fdf6e3;
  font-family: "Trajan Pro 3", serif;
  font-size: 14px;
  line-height: 1.05;
  text-transform: lowercase;
  background-color: #692524;
  transition-duration: 0.3s;
  height: 40px;
}

.hero-section__btn {
  height: 40px;
}

.main-btn:hover {
  background-color: #141414;
  border: 1px solid #A29F95;
}

.main-btn--empt {
  border-radius: 30px;
  border: 1px solid #A29F95;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(2px);
}

.main-btn--empt:hover {
  background-color: #692524;
  border-color: #692524;
}

.hero-section__text {
  max-width: 730px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: rgba(253, 246, 227, 0.7);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
  text-align: justify;
}

/* meeting section | 06.04.2026 15:20 */
.meeting-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  background-color: #141414;
}

.meeting-section__bg,
.meeting-section__top-shadow,
.meeting-section__overlay {
  width: 100%;
  position: absolute;
  left: 0px;
}

.meeting-section__bg {
  top: 0px;
  height: 100%;
}

.meeting-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.meeting-section__top-shadow {
  top: 0px;
  height: 357px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.meeting-section__overlay {
  top: 0px;
  height: 100%;
  background-image: url("../img/mss-bg-dark.webp");
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: cover;
  background-position: center bottom;
}

.meeting-section__inner {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/950;
  padding-top: 96px;
  padding-bottom: 82px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 950px;
}

.meeting-section__intro {
  max-width: 480px;
}

.meeting-section__title {
  width: 100%;
  margin-bottom: 30px;
  color: #fdf6e3;
  font-family: "Trajan Pro 3", serif;
  font-size: 46px;
  line-height: 1.05;
}

.meeting-section__text {
  width: 93.8%;
  margin-bottom: 16px;
  color: #fdf6e3;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
}

.meeting-section__text:last-of-type {
  margin-bottom: 30px;
}

.meeting-section__btn {
  width: 220px;
}

.meeting-section__advantages {
  width: 60.3%;
  padding-top: 446px;
}

.meeting-section__caption {
  width: 91.9%;
  margin-bottom: 35px;
  color: #fdf6e3;
  font-family: "Trajan Pro 3", serif;
  font-size: 46px;
  line-height: 1.05;
}

.meeting-section__list {
  width: 100%;
  padding-left: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  row-gap: 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.meeting-section__line {
  width: 1px;
  height: 181px;
  position: absolute;
  top: 8px;
  left: 0px;
  background-color: rgba(253, 246, 227, 0.1);
}

.meeting-section__item {
  width: calc(50% - 39px);
  position: relative;
  padding-left: 25px;
  max-width: 340px;
}

.meeting-section__item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #692524;
}

.meeting-section__item > p {
  margin-bottom: 16px;
  color: #fdf6e3;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.1;
}

.meeting-section__item div p {
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
}

.meeting-section__item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 2px;
  height: calc(100% - 6px);
  background-color: rgba(253, 246, 227, 0.1);
}

/* catalog section | 06.04.2026 15:33 */
.catalog-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
}

.catalog-section__inner {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.catalog-section__title {
  width: 100%;
  margin-bottom: 30px;
  color: #fdf6e3;
  font-family: "Trajan Pro 3", serif;
  font-size: 46px;
  line-height: 1.05;
}

.catalog-section__cards {
  width: 100%;
  margin-bottom: 42px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.catalog-section__slider {
  width: 100%;
  overflow: visible;
}

.catalog-section__card {
  width: calc(33.333% - 7px);
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 434/500;
  height: auto;
}

.catalog-section__photo {
  width: 100%;
  height: 100%;
}

.catalog-section__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catalog-section__card::after {
  content: "";
  width: 100%;
  height: 104px;
  height: 6.5vw;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(20, 20, 20, 0.2);
  backdrop-filter: blur(10px);
  transition-duration: 0.3s;
}

.catalog-section__info,
.catalog-section__more {
  position: absolute;
  z-index: 2;
}

.catalog-section__info {
  left: 26px;
  bottom: 24px;
}

.catalog-section__name {
  margin-bottom: 4px;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.catalog-section__params {
  color: rgba(255, 255, 255, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

.catalog-section__more {
  right: 55px;
  bottom: 25px;
  color: rgba(255, 255, 255, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  line-height: 1.125;
}

.catalog-section__more::after {
  content: "";
  width: 21px;
  height: auto;
  aspect-ratio: 21/8;
  position: absolute;
  top: 6px;
  right: -30px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='8' viewBox='0 0 21 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3536 4.03544C20.5488 3.84018 20.5488 3.52359 20.3536 3.32833L17.1716 0.146351C16.9763 -0.0489113 16.6597 -0.0489113 16.4645 0.146351C16.2692 0.341613 16.2692 0.658195 16.4645 0.853458L19.2929 3.68188L16.4645 6.51031C16.2692 6.70557 16.2692 7.02216 16.4645 7.21742C16.6597 7.41268 16.9763 7.41268 17.1716 7.21742L20.3536 4.03544ZM0 3.68188V4.18188H20V3.68188V3.18188H0V3.68188Z' fill='white' fill-opacity='0.74'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}

.catalog-section__card:hover .catalog-section__more::after {
  right: -35px;
}

.catalog-section__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.catalog-section__bottom__left {
  max-width: 620px;
}

.catalog-section__bottom__left p {
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
}

.catalog-section__bottom__left p:last-child {
  margin-bottom: 0;
}

.catalog-section__actions {
  width: 40.8%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 9px;
}

.catalog-section__btn {
  width: auto;
}

.catalog-section__btn--empty {
  width: 276px;
}

.catalog-section__btn--mob {
  display: none;
}

/* selection section | 07.04.2026 21:00 */
.selection-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
  overflow: hidden;
  position: relative;
}

.selection-section__inner {
  width: 100%;
  padding-top: 96px;
  padding-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.selection-section__title {
  width: 100%;
  margin-bottom: 45px;
  color: #FDF6E3;
  font-family: "Trajan Pro 3", serif;
  font-size: 46px;
  line-height: 1.05;
  text-transform: lowercase;
}

.selection-section__note {
  width: 100%;
  max-width: 390px;
  margin-bottom: 0px;
  margin-left: auto;
  order: 4;
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  bottom: 110px;
  right: 4vw;
  z-index: 2;
}

.selection-section__scheme {
  width: 100%;
  margin-bottom: 79px;
  position: relative;
  order: 2;
}

.selection-section__scheme::before,
.selection-section__scheme::after {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(253, 246, 227, 0.1);
}

.selection-section__scheme::before {
  top: 0px;
}

.selection-section__scheme::after {
  bottom: 0px;
}

.selection-section__timeline {
  display: none;
  z-index: 2;
}

.selection-section__steps {
  width: 100%;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.selection-section__step {
  width: calc(25% - 22px);
  position: relative;
  padding-left: 24px;
}

.selection-section__step span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0px;
  background-color: #692524;
}

.selection-section__step p {
  color: #FDF6E3;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.1;
}

.selection-section__privacy {
  width: 100%;
  max-width: 390px;
  display: flex;
  flex-direction: column;
  order: 3;
  z-index: 2;
}

.selection-section__privacy-title {
  margin-bottom: 20px;
  color: #FDF6E3;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1;
}

.selection-section__privacy-list {
  width: 100%;
  margin-bottom: 30px;
}

.selection-section__privacy-list p {
  margin-bottom: 10px;
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
}

.selection-section__privacy-list p:last-child {
  margin-bottom: 0px;
}

.selection-section__btn {
  width: 100%;
}

.selection-section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 6vw;
  left: 0;
}

.ssic-bg-mob {
  display: none;
}

@media (max-width: 1600px) {
  .selection-section__inner {
    padding-bottom: 110px;
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  .selection-section__bg {
    top: 2.5vw;
  }
  .selection-section__step {
    width: calc(25% - 18px);
  }
}
@media (max-width: 1300px) {
  .selection-section__inner {
    padding-top: 80px;
    padding-bottom: 96px;
  }
  .selection-section__title {
    margin-bottom: 36px;
    font-size: 40px;
  }
  .selection-section__scheme {
    margin-bottom: 64px;
  }
  .selection-section__steps {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .selection-section__step {
    width: calc(25% - 14px);
    padding-left: 20px;
  }
  .selection-section__step p {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .selection-section__inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .selection-section__title {
    margin-bottom: 30px;
    font-size: 34px;
  }
  .selection-section__scheme {
    margin-bottom: 44px;
  }
  .selection-section__steps {
    flex-wrap: wrap;
    gap: 18px 24px;
  }
  .selection-section__step {
    width: calc(50% - 12px);
  }
  .selection-section__privacy {
    max-width: 100%;
  }
  .selection-section__note {
    max-width: 320px;
  }
  .selection-section__note {
    position: static;
    order: initial;
    left: initial;
    margin-left: initial;
    max-width: 275px;
  }
  .selection-section__title {
    margin-bottom: 8px;
  }
  .selection-section__scheme {
    margin-top: 40px;
  }
  .selection-section__bg {
    top: 10vw;
  }
}
@media (max-width: 600px) {
  .selection-section__inner {
    padding-top: 60px;
    padding-bottom: 0;
  }
  body .selection-section .selection-section__title {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1.05;
    text-align: left;
    z-index: 2;
    position: relative;
  }
   body .selection-section .selection-section__title br {
    display: none;
  }
  .selection-section__note {
    max-width: 280px;
    margin-bottom: 0;
    margin-left: 0px;
    order: 2;
    font-size: 16px;
    line-height: 1;
  }
  .selection-section__scheme {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    order: 3;
  }
  .selection-section__scheme::before,
  .selection-section__scheme::after {
    content: none;
  }
  .selection-section__scheme::after {
    content: "";
    width: calc(100% + 20px);
    height: 81px;
    position: absolute;
    left: -10px;
    right: auto;
    bottom: -24px;
    transform: none;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, #141414 100%);
    pointer-events: none;
  }
  .selection-section__timeline {
    width: 8px;
    display: block;
    flex-shrink: 0;
    margin-top: 4px;
    top: 2px;
    position: relative;
  }
  .selection-section__timeline img {
    width: 100%;
    display: block;
  }
  .selection-section__steps {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
  }
  .selection-section__step {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .selection-section__step:last-child {
    margin-bottom: 0px;
  }
  .selection-section__step span {
    display: none;
  }
  .selection-section__step p {
    font-size: 20px;
  }
  .selection-section__privacy {
    max-width: 100%;
    order: 4;
  }
  .selection-section__privacy-title {
    max-width: 338px;
    margin-bottom: 24px;
  }
  .selection-section__privacy-list {
    margin-bottom: 24px;
  }
  .selection-section__btn {
    max-width: 100%;
  }
  .selection-section__bg {
    display: none;
  }
  .selection-section__scheme::after {
    display: none;
  }
  .ssic-bg-mob {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -30vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* work section | 07.04.2026 22:02 */
.work-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141414;
}

.work-section__inner {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.work-section__label {
  width: 100%;
  max-width: 60px;
  padding-top: 8px;
}

.work-section__label div {
  margin-bottom: 0px;
  color: #FDF6E3;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  white-space: nowrap;
}

.work-section__label div::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 112%;
  width: 200%;
  height: 1px;
  background: rgba(253, 246, 227, 0.1);
}

.work-section__content {
  width: 100%;
  max-width: 701px;
}

.work-section__head {
  width: 100%;
  margin-bottom: 62px;
}

.work-section__title {
  margin-bottom: 10px;
  color: #FDF6E3;
  font-family: "Trajan Pro 3", serif;
  font-size: 46px;
  line-height: 1.05;
}

.work-section__text {
  width: 100%;
  max-width: 352px;
  margin-bottom: 0px;
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1;
}

.work-section__benefits {
  width: 100%;
  margin-bottom: 54px;
}

.work-section__timeline {
  display: none;
}

.work-section .meeting-section__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 0px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.work-section .meeting-section__item {
  width: calc(50% - 12px);
  max-width: 337px;
  padding-left: 30px;
  padding-bottom: 26px;
}

.work-section .meeting-section__item:nth-child(4),
.work-section .meeting-section__item:nth-child(5) {
  margin-bottom: 0px;
}

.work-section .meeting-section__item::before {
  top: 8px;
  left: 4px;
  height: calc(100% - 8px);
}

.work-section .meeting-section__item span {
  top: 8px;
}

.work-section .meeting-section__item > p {
  margin-bottom: 0px;
  font-size: 20px;
}

.work-section__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 5vw;
}

.work-section__btn {
  width: 100%;
  max-width: 224px;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1600px) {
  .work-section__inner {
    padding-bottom: 110px;
  }
}
@media (max-width: 1300px) {
  .work-section__inner {
    padding-top: 84px;
    padding-bottom: 96px;
  }
  .work-section__content {
    max-width: 660px;
  }
  .work-section__title {
    font-size: 40px;
  }
  .work-section__head {
    margin-bottom: 52px;
  }
}
@media (max-width: 1000px) {
  .work-section__inner {
    padding-top: 60px;
    padding-bottom: 80px;
    flex-direction: column;
  }
  .work-section__label {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .work-section__label p {
    font-size: 12px;
    white-space: nowrap;
  }
  .work-section__label span {
    width: 100%;
    display: block;
    height: 1px;
    background-color: rgba(253, 246, 227, 0.05);
  }
  .work-section__content {
    max-width: 100%;
  }
  .work-section__title {
    font-size: 34px;
  }
  .work-section__head {
    margin-bottom: 40px;
  }
  .work-section__benefits {
    margin-bottom: 40px;
  }
  .work-section .meeting-section__item {
    width: calc(50% - 12px);
    max-width: 100%;
  }
  .work-section__bottom {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .work-section__inner {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .work-section__label {
    margin-bottom: 34px;
  }
  .work-section__title {
    margin-bottom: 6px !important;
    font-size: 26px;
    line-height: 1.05;
    text-align: left;
  }
  .work-section__head {
    margin-bottom: 36px;
  }
  .work-section__text {
    max-width: 299px;
  }
  p.work-section__text:nth-child(1) {
    max-width: 260px;
    margin-left: 25px;
  }
  .work-section__benefits {
    margin-bottom: 28px;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .work-section__timeline {
    width: 8px;
    display: block;
    flex-shrink: 0;
    margin-top: 3px;
    top: 4px;
    position: relative;
  }
  .work-section__timeline img {
    width: 100%;
    display: block;
  }
  .work-section .meeting-section__list {
    display: block;
  }
  .work-section .meeting-section__item {
    width: 100%;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .work-section .meeting-section__item:last-child {
    margin-bottom: 0px;
  }
  .work-section .meeting-section__item::before,
  .work-section .meeting-section__item span {
    display: none;
  }
  .work-section .meeting-section__item > p {
    font-size: 20px;
    line-height: 1.1;
  }
  .work-section__btn {
    max-width: 100%;
  }
  .work-section .meeting-section__item:nth-child(4) {
    margin-bottom: 20px;
  }
  .work-section .meeting-section__item {
    padding-bottom: 0;
  }
}
.footer {
  padding-bottom: 55px;
  margin-top: 30px;
}

.footer-box {
  display: flex;
  width: 100%;
  align-items: flex-end;
  padding: 60px;
  background-color: #1C1C1C;
  border: 1px solid rgba(253, 246, 227, 0.1);
  border-radius: 30px;
  justify-content: space-between;
  margin-bottom: 60px;
  background-image: url("../img/btr-bg.webp");
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.footer-title {
  color: #FDF6E3;
  font-family: "Trajan Pro 3", Arial, Helvetica, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 10px;
}

.footer-text {
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.footer-box__right {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.footer-copyright {
  color: rgba(253, 246, 227, 0.5);
  font-family: "Cormorant Garamond", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.meeting-section-bg-mob {
  display: none;
}

.meeting-section__btn--mob {
  display: none;
}

.mobile-hero-btns {
  display: none;
}

.work-section {
  position: relative;
}

.work-bg--desc,
.work-bg--mob {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-bg--desc {
  display: flex;
  top: 53%;
}

.work-bg--mob {
  display: none;
}

@media (max-width: 1600px) {
  .model-info-section ._container {
    padding-bottom: 56px;
  }
  .model-info-section__params {
    -moz-column-gap: 56px;
         column-gap: 56px;
    margin-bottom: 42px;
  }
  .model-info-section__subtitle {
    font-size: 40px;
  }
  .catalog-section__card {
    width: calc(33.333% - 8px);
  }
  .catalog-section__name {
    font-size: 20px;
  }
  .catalog-section__params {
    font-size: 16px;
  }
  .catalog-section__card::after {
    height: 104px;
  }
}
@media (max-width: 1400px) {
  .footer-title {
    font-size: 3vw;
  }
  .footer-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-title {
    font-size: 3vw;
  }
}
@media (max-width: 1300px) {
  .model-info-section ._container {
    padding-bottom: 48px;
  }
  .model-info-section__params {
    -moz-column-gap: 34px;
         column-gap: 34px;
    margin-bottom: 34px;
  }
  .model-info-section__subtitle {
    font-size: 34px;
  }
  .model-info-section__description {
    width: 43%;
  }
  .header__nav {
    gap: 18px;
  }
  .header__nav a {
    font-size: 14px;
  }
  .hero-section__title {
    font-size: 48px;
  }
  .hero-section__subtitle {
    margin-bottom: 32px;
    font-size: 22px;
  }
  .hero-section__text {
    width: 66%;
  }
  .catalog-section__title {
    font-size: 40px;
  }
  .catalog-section__card {
    min-height: 430px;
  }
  .catalog-section__bottom {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 0px;
  }
  .catalog-section__text {
    width: calc(50% - 15px);
  }
  .catalog-section__actions {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 1150px) {
  .mobile-menu {
    display: block;
  }
  .header-tor-nav {
    display: none;
  }
  .header .header__burger {
    display: flex;
  }
}
@media (max-width: 1100px) {
  .meeting-section__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
  .meeting-section__advantages {
    padding-top: 210px;
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  .model-single-page .page-info-header {
    margin-bottom: 30px;
  }
  .model-info-section ._container {
    padding-bottom: 40px;
  }
  .model-info-section__params {
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 10px;
    margin-bottom: 30px;
  }
  .model-info-section__bottom {
    flex-direction: column;
    row-gap: 30px;
  }
  .model-info-section__formats,
  .model-info-section__description {
    width: 100%;
  }
  .model-info-section__subtitle {
    margin-bottom: 24px;
  }
  .header__mobile-actions {
    display: flex;
  }
  .header__mobile-btn {
    height: 32px;
    font-size: 12px;
  }
  .header__mobile-btn--menu {
    width: 24%;
  }
  .header__mobile-btn--selection {
    width: calc(76% - 9px);
    background-color: rgba(255, 255, 255, 0.02);
    border-color: #a29f95;
    backdrop-filter: blur(4px);
  }
  .hero-section__inner {
    padding-bottom: 26px;
  }
  .hero-section__content {
    margin-top: 0px;
    padding-top: 232px;
  }
  .hero-section__title {
    width: 88%;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    font-size: 42px;
  }
  .hero-section__subtitle {
    width: 48%;
    font-size: 20px;
  }
  .hero-section__text {
    width: 100%;
    color: rgba(253, 246, 227, 0.8);
    font-size: 14px;
    line-height: 1.1;
  }
  .catalog-section__inner {
    padding-bottom: 40px;
  }
  .catalog-section__title {
    font-size: 34px;
  }
  .catalog-section__cards {
    margin-bottom: 42px;
  }
  .catalog-section__slider {
    overflow: hidden;
    left: 0;
    width: calc(100% + 4vw);
    padding-right: 4vw;
  }
  .catalog-section__card {
    width: 320px;
  }
  .catalog-section__photo {
    height: 500px;
  }
  .catalog-section__card::after {
    height: 92px;
    background-color: rgba(20, 20, 20, 0.4);
  }
  .catalog-section__more {
    top: 20px;
    left: 24px;
    right: auto;
    bottom: auto;
  }
  .catalog-section__more::after {
    top: 5px;
    right: -29px;
  }
  .catalog-section__info {
    left: 24px;
    bottom: 19px;
    width: calc(100% - 48px);
  }
  .catalog-section__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .catalog-section__text {
    width: 100%;
  }
  .catalog-section__text:first-of-type {
    margin-bottom: 0px;
  }
  .catalog-section__actions {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0px;
  }
  .catalog-section__btn {
    width: 357px;
  }
  .catalog-section__btn--hide {
    display: none;
  }
  .catalog-section__btn--mob {
    display: flex;
  }
  .catalog-section__bottom__left {
    margin-top: 20px;
  }
  .catalogue-section-top__left {
    max-width: 630px;
  }
  .catalogue-section-top {
    align-items: flex-start;
  }
  .page-info-header {
    font-size: 38px;
  }
  .footer-box {
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
  }
  .footer-box {
    border-radius: 18px;
  }
  .footer-title {
    font-size: 26px;
  }
  .meeting-section__advantages {
    width: 70%;
  }
  .hero-section__content {
    margin-bottom: initial;
  }
}
@media (max-width: 800px) {
  .meeting-section__advantages {
    width: 100%;
  }
  .meeting-section__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .model-single-page .page-info-section {
    padding-top: 70px;
  }
  .page-info-section__breadcrumbs {
    margin-bottom: 18px;
    -moz-column-gap: 4px;
         column-gap: 4px;
    row-gap: 4px;
  }
  .page-info-section__breadcrumbs a,
  .page-info-section__breadcrumbs span {
    font-size: 12px;
  }
  .model-single-page .page-info-header {
    margin-bottom: 16px;
  }
  .model-info-section ._container {
    padding-bottom: 20px;
  }
  .model-info-section__params {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    margin-bottom: 26px;
  }
  .model-info-section__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 500px 300px 500px 500px;
    margin-bottom: 40px;
  }
  .model-info-section__subtitle {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.05;
  }
  .model-info-section__formats-list {
    padding-left: 24px;
  }
  .model-info-section__formats-list::before {
    left: 3px;
    top: 5px;
    height: calc(100% - 15px);
  }
  .model-info-section__formats-list p {
    margin-bottom: 14px;
    font-size: 20px;
  }
  .model-info-section__formats-list p::before {
    width: 8px;
    height: 8px;
    left: -24px;
    top: 6px;
  }
  .model-info-section__description p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
  }
  .header__mobile-btn--menu {
    width: 24%;
  }
  .header__mobile-btn--selection {
    width: calc(76% - 9px);
  }
  .hero-section__overlay {
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
  .hero-section__bottom-shadow {
    height: 103px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 0%, rgb(20, 20, 20) 100%);
  }
  .hero-section__inner {
    padding-top: 10px;
    padding-bottom: 26px;
  }
  .hero-section__content {
    padding-top: 30vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
  }
  .hero-section__title {
    width: 87%;
    font-size: 30px;
    line-height: 1.08;
  }
  .hero-section__subtitle {
    width: 66%;
    font-size: 18px;
  }
  .catalog-section__inner {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .catalog-section__title {
    width: 100%;
    margin-right: auto;
    margin-bottom: 26px;
    margin-left: auto;
    font-size: 26px;
    text-align: center;
  }
  .catalog-section__cards {
    margin-bottom: 20px;
  }
  .catalog-section__card {
    width: 320px;
  }
  .catalog-section__text {
    width: 100%;
    font-size: 16px;
  }
  .catalog-section__text:first-of-type {
    margin-bottom: 16px;
  }
  .catalog-section__btn {
    width: 100%;
  }
  .catalog-section__card {
    min-height: 500px;
  }
  .catalog-section__slider {
    overflow: visible;
  }
  .header {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header__inner .main-btn {
    height: 32px;
    font-size: 12px;
  }
  .main-btn--text-us {
    display: none;
  }
  .main-btn--ch {
    background-color: #692524;
    border-color: #692524;
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .page-info-section {
    padding-top: 80px;
  }
  .header {
    background: transparent;
  }
  .page-info-header {
    font-size: 26px;
  }
  .catalogue-section-top__rigth .main-btn {
    margin-top: 5px;
  }
  .catalogue-box-section__age {
    width: -moz-max-content;
    width: max-content;
  }
  .catalogue-box-section__more::after {
    top: 3px;
    aspect-ratio: 11/8;
    width: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3536 4.03553C10.5488 3.84027 10.5488 3.52369 10.3536 3.32842L7.17157 0.146442C6.97631 -0.0488198 6.65973 -0.0488198 6.46447 0.146442C6.2692 0.341705 6.2692 0.658287 6.46447 0.853549L9.29289 3.68198L6.46447 6.5104C6.2692 6.70567 6.2692 7.02225 6.46447 7.21751C6.65973 7.41277 6.97631 7.41277 7.17157 7.21751L10.3536 4.03553ZM0 3.68198V4.18198H10V3.68198V3.18198H0V3.68198Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .footer-box {
    padding: 40px 26px;
  }
  .footer-box__right {
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
  }
  .footer-box__right .main-btn {
    width: 100%;
    max-width: initial;
  }
  .footer-box {
    margin-bottom: 40px;
  }
  .footer-copyright {
    text-align: center;
    font-size: 12px;
  }
  .footer {
    padding-bottom: 20px;
  }
  .footer-title {
    max-width: 200px;
  }
  .model-info-section__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    margin-bottom: 30px;
    gap: 5px;
  }
  .model-info-section__gallery img:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .model-info-section__gallery img:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .model-info-section__gallery img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .model-info-section__gallery img:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .model-info-section__gallery img:nth-child(5) {
    grid-column: 1/3;
    grid-row: 4/5;
  }
  .meeting-section-bg-mob {
    display: flex;
    margin-top: -22vw;
  }
  .meeting-section__bg {
    display: none;
  }
  .meeting-section__intro {
    width: 100%;
    max-width: initial;
    z-index: 2;
    position: relative;
  }
  .meeting-section__intro .meeting-section__btn {
    display: none;
  }
  .meeting-section__inner {
    padding-bottom: 0;
  }
  .meeting-section__advantages {
    padding-top: 0;
  }
  .meeting-section__inner {
    aspect-ratio: initial;
    height: auto;
    max-height: initial;
    background-color: #141414;
  }
  body .section-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .meeting-section__title {
    max-width: 300px;
  }
  .meeting-section__caption {
    max-width: 300px;
  }
  .meeting-section__text,
  .meeting-section__item div p {
    color: rgba(253, 246, 227, 0.7647058824);
  }
  .meeting-section__advantages {
    margin-top: -22vw;
    margin-bottom: 30px;
  }
  .meeting-section__list {
    row-gap: 0;
  }
  .meeting-section__item {
    width: 100%;
    padding-bottom: 30px;
  }
  .meeting-section__item > p {
    margin-bottom: 10px;
  }
  .meeting-section__item span {
    width: 8px;
    height: 8px;
  }
  .meeting-section__item::before {
    left: 3px;
    width: 1px;
    height: 100%;
  }
  .meeting-section__item:last-child::before {
    height: 50%;
  }
  .meeting-section__text {
    max-width: 350px;
  }
  .meeting-section__btn--mob {
    display: flex;
    max-width: initial;
    width: 100%;
    margin-bottom: 0;
  }
  .meeting-section__advantages {
    margin-bottom: 0;
  }
  .catalog-section__card:hover .cbs-photo-hover-hide,
  .catalogue-box-section__card:hover .cbs-photo-hover-hide {
    opacity: 1;
  }
  .catalog-section__bottom {
    row-gap: 20px;
  }
  .catalog-section__bottom__left {
    margin-top: 10px;
  }
  .header__nav {
    display: none;
  }
  .mobile-hero-btns {
    display: flex;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    z-index: 10;
  }
  .main-btn--fullz,
  .main-btn--ch,
  .header__mobile-actions {
    display: flex;
    flex-grow: 1;
    max-width: initial;
  }
  .header__burger {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .mobile-menu__content,
  .mobile-menu__intro,
  .mobile-menu__actions-top,
  .mobile-menu__text {
    transform: scale(0.2652519894vw);
    transform-origin: top left;
  }
  .mobile-menu__content {
    width: calc(100% - 30px);
    height: 100dvh;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section {
    aspect-ratio: 377/660;
  }
  .section-title.hero-section__title {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .hero-section__subtitle {
    margin-bottom: 100px;
  }
  .hero-section__text {
    text-align: justify;
  }
  .mobile-hero-btns .main-btn {
    height: 32px;
    font-size: 12px;
  }
  .mobile-menu__nav {
    justify-items: end;
    padding-right: 15px;
  }
  .mobile-menu__actions-bottom {
    width: calc(100% - 10px);
    max-width: 600px;
  }
  .mobile-menu__link {
    font-size: 16px;
  }
  .hero-section__actions {
    margin-top: auto;
    margin-bottom: 15px;
  }
  .hero-section {
    min-height: 400px;
  }
  .work-bg--desc {
    display: none;
  }
  .work-bg--mob {
    display: flex;
  }
  .catalogue-box-section__photo img:first-child {
    display: none;
  }
  .catalogue-box-section__more::after {
    right: -2px;
  }
  .catalogue-box-section__card::after {
    background: rgba(20, 20, 20, 0.4);
    backdrop-filter: blur(5px);
  }

  body .model-info-section__subtitle {
    margin-bottom: 0;
  }
  .model-info-section__bottom {
    row-gap: 20px;
  }
  .model-info-section__description {
    margin-top: 10px;
  }
  .selection-section__step p br {
    display: none;
  }
}
@media (max-width: 450px) {
  .catalogue-box-section__card::after {
    height: 16vw;
  }
}
@media (max-width: 430px) {
  .hero-section__actions {
    flex-direction: column;
    row-gap: 10px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-section__actions .main-btn--empt {
    width: 100%;
  }
  .hero-section__actions .main-btn {
    width: 100%;
  }
}
@media (max-width: 390px) {
  .catalogue-box-section__card::after {
    height: 18vw;
  }
  .catalogue-box-section__info {
    bottom: 9px;
  }
}
@media (max-width: 370px) {
  .main-btn--ch {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
/* model info section | 07.04.2026 14:42 */
@media (min-width: 601px) and (max-width: 1000px) {
  .model-info-section__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 250px 250px 500px;
    gap: 5px;
    margin-bottom: 30px;
  }
  .model-info-section__gallery img:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .model-info-section__gallery img:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .model-info-section__gallery img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .model-info-section__gallery img:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .model-info-section__gallery img:nth-child(5) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 1600px) {
  .header__nav a {
    font-size: 21px;
  }
  .selection-section__bg {
    top: 0;
    margin-bottom: 50px;
  }
  .selection-section {
    aspect-ratio: 1440/745;
  }
  .work-section {
    aspect-ratio: 1440/560;
  }
  .model-info-section__description {
    padding-left: 1.4vw;
  }
}

/* connect popup | 01.05.2026 */
.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1200;
  justify-content: center;
  align-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition-duration: 0.35s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* popup open state | 01.05.2026 */
.popup-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* popup base layout | 01.05.2026 */
.popup {
  width: 100%;
  max-width: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* popup visibility | 01.05.2026 */
.popup.open {
  display: block;
}

/* popup panel | 01.05.2026 */
.popup__container {
  position: relative;
  width: 100%;
  padding: 60px 75px 70px;
  border: 1px solid rgba(253, 246, 227, 0.1);
  border-radius: 28px;
  background: #1b1b1b;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

/* popup close button | 01.05.2026 */
.popup__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  cursor: pointer;

  /* position: fixed;
  top: 40px;
  right: 40px; */
}

.popup__container .popup__close {
  display: none;
}

.popup__close-desktop {
  display: flex;
  position: fixed;
  top: 40px;
  right: 40px;
}

/* popup close icon | 01.05.2026 */
.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #B8B3A5;
  transform-origin: center;
}

.popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* popup heading | 01.05.2026 */
.popup__head {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 27px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  text-align: center;
}

/* popup title from figma | 01.05.2026 */
.popup__title {
  color: #fdf6e3;
  font-family: "Trajan Pro 3", serif;
  font-size: 26px;
  line-height: 1.2;
}

/* popup subtitle from figma | 01.05.2026 */
.popup__subtitle {
  color: rgba(253, 246, 227, 0.74);
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  line-height: 1.1;
}

/* popup form wrapper | 01.05.2026 */
.popup-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}

/* popup form row | 01.05.2026 */
.popup-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

/* popup field shell | 01.05.2026 */
.popup-form__field {
  display: flex;
  width: 100%;
  margin-bottom: 14px;
}

.popup-form__row .popup-form__field {
  margin-bottom: 0;
}

/* popup input typography | 01.05.2026 */
.popup-form__field input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 14px;
  border: 0;
  border: 1px solid rgba(253, 246, 227, 0.4);
  border-radius: 9px;
  background: rgba(217, 217, 217, 0.06);
  color: #fdf6e3;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  line-height: 1.1;
  transition-duration: .5s;
}

/* popup placeholder styling | 01.05.2026 */
.popup-form__field input::placeholder {
  color: #A39E93;
  opacity: 1;
}

/* popup focus state | 01.05.2026 */
.popup-form__field input:focus {
  border-color: #fdf6e3;
  background: rgba(217, 217, 217, 0.1);
}

/* popup checkbox row | 01.05.2026 */
.popup-form__agree {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}

/* popup native checkbox reset | 01.05.2026 */
.popup-form__agree input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* popup custom checkbox | 01.05.2026 */
.popup-form__agree span {
  position: relative;
  display: block;
  /* padding-left: 25px; */
  color: rgba(253, 246, 227, 0.7);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
}


/* popup submit button sizing | 01.05.2026 */
.popup-form__submit {
  width: 100%;
}

/* popup mobile adaptation from figma | 01.05.2026 */
@media (max-width: 600px) {
  .popup-overlay {
    align-items: flex-start;
    padding: 7px 6px;
  }
  .popup {
    max-width: 367px;
  }
  .popup__container {
    padding: 60px 19px 50px;
    border-radius: 20px;
  }
  .popup__close {
    top: 0;
    right: 0;
  }
  .popup__head {
    max-width: 328px;
    margin-bottom: 19px;
    row-gap: 14px;
  }
  .popup__title {
    font-size: 24px;
  }
  .popup__subtitle {
    font-size: 14px;
  }

  .popup-form__row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .popup-form__field {
    margin-bottom: 14px;
  }
  .popup-form__row .popup-form__field {
    margin-bottom: 0;
  }
  .popup-form__agree span {
    line-height: 1.1;
  }
  .popup__container .popup__close {
    display: flex;
  }

  .popup__close-desktop {
    display: none;
  }

  .popup-form__field input {
    height: 46px;
  }


}




.wpcf7-form-control-wrap[data-name="acceptance-803"] {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-form-control-wrap[data-name="acceptance-803"] .wpcf7-list-item {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 0 !important;
}

.wpcf7-form-control-wrap[data-name="acceptance-803"] input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-form-control-wrap[data-name="acceptance-803"] label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
}

.wpcf7-form-control-wrap[data-name="acceptance-803"] label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #B5B0A3;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.2s;
}

.wpcf7-form-control-wrap[data-name="acceptance-803"] input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 4px;
  width: 10px;
  height: 8px;
background-image: url('data:image/svg+xml;utf8,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.25L4.2 7L9 1" stroke="%23C2BDAF" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.wpcf7-form-control-wrap[data-name="acceptance-803"] .wpcf7-list-item-label {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #908C82;
}

.wpcf7-form-control-wrap[data-name="acceptance-803"] .wpcf7-list-item-label a {
  color: #B9B4A7;
}

.wpcf7-form-control-wrap[data-name="acceptance-803"] .wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.wpcf7 .wpcf7-submit:disabled {
    background-color: #837E7D !important;
}




/* Contact Form 7 */

.wpcf7-form br {
    display: none;
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.wpcf7-form .wpcf7-response-output {
    display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid rgb(157, 2, 2) !important;
}

.wpcf7 {
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}


.popup-success-message {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 102%;
    height: 102%;
    border-radius: 10px;
    z-index: 2000;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 22px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    background-color: #fff;
    color: #fff;

    transition-duration: .3s;

    backdrop-filter: blur(90px);
    background: rgba(217, 217, 217, 0.04);
}

.show.popup-success-message  {
    opacity: 1;
    visibility: visible;
}

.close-success-message {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: auto;
    aspect-ratio: 1/1;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M4 4L20 20M20 4L4 20" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" /%3E%3C/svg%3E');
}


.popup-success-title {
  font-family: "Trajan Pro 3", serif;
  color: #fdf6e3;
  font-size: 22px;
  text-align: center;
}

.popup__head {
  transition-duration: .3s;
}

.popup__head.hide {
  overflow: hidden;
  height: 0;

}


@media (max-width: 600px) {


    .popup-success-message {
      padding-left: 20px;
      padding-right: 20px;
    }

    .popup-success-title {
      font-size: 18px;
    }

    .wpcf7-form-control-wrap[data-name="acceptance-803"] .wpcf7-list-item-label {
      font-size: 10.5px;
    }


}




