.elementor-kit-12{--e-global-color-primary:#C8C41C;--e-global-color-secondary:#687ECE;--e-global-color-text:#000000;--e-global-color-accent:#262425;--e-global-typography-primary-font-family:"InterDisplay";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"InterDisplay";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.4em;--e-global-typography-text-font-family:"InterDisplay";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"InterDisplay";--e-global-typography-accent-font-size:40px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-decoration:underline;--e-global-typography-d386afb-font-family:"Wremena Light";--e-global-typography-d386afb-font-size:16px;--e-global-typography-b0d164c-font-family:"Institut";--e-global-typography-b0d164c-font-size:24px;--e-global-typography-b0d164c-line-height:1.4em;color:var( --e-global-color-text );font-size:18px;font-weight:400;line-height:1.4em;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-primary );}.elementor-kit-12 a:hover{color:#525252;}.elementor-kit-12 h1{font-family:"InterDisplay", Sans-serif;font-size:50px;font-weight:500;line-height:1.4em;}.elementor-kit-12 h2{font-family:"InterDisplay", Sans-serif;font-size:35px;font-weight:500;line-height:1.4em;}.elementor-kit-12 h3{font-family:"Institut", Sans-serif;font-size:32px;text-transform:uppercase;line-height:1.4em;}.elementor-kit-12 h4{font-family:"InterDisplay", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-12 h5{font-family:"Wremena Light", Sans-serif;font-size:24px;}.elementor-kit-12 h6{font-family:"Wremena Light", Sans-serif;font-size:16px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:20px;--container-default-padding-right:60px;--container-default-padding-bottom:20px;--container-default-padding-left:60px;}.elementor-widget:not(:last-child){--kit-widget-spacing:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:40px;--container-default-padding-right:15px;--container-default-padding-bottom:60px;--container-default-padding-left:15px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:40px;--container-default-padding-right:10px;--container-default-padding-bottom:40px;--container-default-padding-left:10px;}}/* Start custom CSS *//* === GLOBAL TEXT HIGHLIGHT === */
.text-highlight {
  position: relative;
  display: inline;
  background: linear-gradient(
    transparent 60%,
   #C8C41C 60%
  );
  padding: 0.05em 0.15em;
}

/* multiline fix */
.text-highlight {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* base token */
:root {
  --highlight-bg: #c7c94a;
  --highlight-offset: 62%;
}

/* subdomain override */
body.is-subdomain {
  --highlight-bg: #C8C41C;
}

/* component */
.text-highlight {
  background: linear-gradient(
    transparent var(--highlight-offset),
    var(--highlight-bg) var(--highlight-offset)
  );
  padding: 0.05em 0.15em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.elementor-kit-12 .bit-divider{
  --stroke: #000;
  --cap-w: 20px;     /* фиксированная ширина "загиба" */
  --cap-h: 20px;     /* фиксированная высота */
  --stroke-w: 1px;

  display: flex;
  align-items: flex-end;  /* чтобы линия "лежала" по низу */
  width: 100%;
  color: var(--stroke);
}

/* горизонтальная часть — тянется */
.elementor-kit-12 .bit-divider__line{
  flex: 1 1 auto;
  height: 0;
  border-bottom: var(--stroke-w) solid currentColor;
}

/* правый загиб — НЕ тянется */
.elementor-kit-12 .bit-divider__cap{
  flex: 0 0 var(--cap-w);
  width: var(--cap-w);
  height: var(--cap-h);
  display: block;
}

/* Выделение текста */
::selection{
  background: #687ECE; /* фон выделения */
  color: #fff;         /* цвет текста */
}

/* Firefox */
::-moz-selection{
  background: #687ECE;
  color: #fff;
}

/* === Editorial Quote Style === */
blockquote {
  position: relative;
  margin: 2.5em 0;
  padding-left: 2.2em;
  border-left: none;
}

blockquote::before {
  content: "“";
  
  position: absolute;
  left: 0;
  top: -0.15em;
  font-family: "InterDisplay", "Inter", sans-serif;
  font-size: 4.5em;
  line-height: 1;
  color: #C8C41C;
  font-weight: 600;
}

blockquote p {
  margin: 0;
  font-style: normal;
}
@media (max-width: 768px) {
  blockquote::before {
    font-size: 3.5em;
    top: -0.1em;
  }

  blockquote {
    padding-left: 1.8em;
  }
}

.post-content figcaption,
.post-content .wp-caption-text,
.post-content .elementor-image-caption-text {
  font-family: "Inter Display";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.entry-content figcaption {
  opacity: 0.75;
  letter-spacing: 0.01em;
}
.entry-content figure {
  margin-bottom: 1.5em;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'InterDisplay';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://belarustheatre.org/wp-content/uploads/2025/12/InterDisplay-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'InterDisplay';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://belarustheatre.org/wp-content/uploads/2025/12/InterDisplay-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'InterDisplay';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://belarustheatre.org/wp-content/uploads/2025/12/InterDisplay-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'InterDisplay';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://belarustheatre.org/wp-content/uploads/2025/12/InterDisplay-MediumItalic.ttf') format('truetype');
}
@font-face {
	font-family: 'InterDisplay';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://belarustheatre.org/wp-content/uploads/2025/12/InterDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'InterDisplay';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://belarustheatre.org/wp-content/uploads/2025/12/InterDisplay-Italic.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Institut';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://belarustheatre.org/wp-content/uploads/2026/01/Institut.ttf') format('truetype');
}
/* End Custom Fonts CSS */