/* Sagitov Agency / Tilda CSS v2
   Paste this into Site Settings -> More -> Add CSS code.
   Add fonts separately in HEAD:
   
*/

:root {
  --sagitov-dark: #222222;
  --sagitov-card-dark: #2b2b2b;
  --sagitov-light: #f8f8f8;
  --sagitov-white: #ffffff;
  --sagitov-orange: #ff3c18;
  --sagitov-muted-light: #c9c2b8;
  --sagitov-line: rgba(255, 255, 255, 0.14);
  --sagitov-line-dark: rgba(0, 0, 0, 0.14);
  --sagitov-radius: 6px;
}

body,
.t-body {
  font-family: "Golos Text", Arial, sans-serif !important;
  background: var(--sagitov-dark);
}

/* Shared typography */
.uc-sagitov-header,
.uc-sagitov-hero {
  font-family: "Golos Text", Arial, sans-serif !important;
}

.uc-sagitov-header h1,
.uc-sagitov-header h2,
.uc-sagitov-header h3,
.uc-sagitov-hero h1,
.uc-sagitov-hero h2,
.uc-sagitov-hero h3,
.uc-sagitov-hero .t-title {
  font-family: "Anton", Impact, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

/* Header block class: uc-sagitov-header */
.uc-sagitov-header {
  position: fixed !important;
  top: 14px !important;
  left: 50% !important;
  z-index: 990 !important;
  transform: translateX(-50%) !important;
  width: min(1200px, calc(100% - 28px)) !important;
  border: 1px solid rgba(34, 34, 34, 0.08) !important;
  border-radius: var(--sagitov-radius) !important;
  background: rgba(248, 248, 248, 0.94) !important;
  color: var(--sagitov-dark) !important;
  overflow: hidden;
  backdrop-filter: blur(18px);
}

.uc-sagitov-header .t-container,
.uc-sagitov-header .t396__artboard {
  max-width: 1200px !important;
}

.uc-sagitov-header .t-menu__link-item,
.uc-sagitov-header a {
  font-family: "Golos Text", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--sagitov-dark) !important;
}

.uc-sagitov-header .t-menu__link-item:hover,
.uc-sagitov-header a:hover {
  color: var(--sagitov-orange) !important;
}

.uc-sagitov-header .t-title,
.uc-sagitov-header .t-name,
.uc-sagitov-header .t-logo,
.uc-sagitov-header [field="title"] {
  font-family: "Anton", Impact, sans-serif !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: var(--sagitov-dark) !important;
  text-transform: uppercase;
}

.uc-sagitov-header .t-btn,
.uc-sagitov-header button {
  min-height: 50px !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 30px !important;
  background: var(--sagitov-orange) !important;
  color: var(--sagitov-white) !important;
  font-family: "Golos Text", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* Hero block class: uc-sagitov-hero */
.uc-sagitov-hero {
  background: var(--sagitov-dark) !important;
  color: var(--sagitov-white) !important;
  padding-top: 118px !important;
  padding-bottom: 38px !important;
}

.uc-sagitov-hero .t-container {
  max-width: 1200px !important;
}

/* Works best on two-column basic blocks */
.uc-sagitov-hero .t-col:first-child {
  border: 1px solid var(--sagitov-line) !important;
  border-radius: var(--sagitov-radius) !important;
  background: #252525 !important;
  padding: 28px !important;
}

.uc-sagitov-hero .t-col:last-child {
  overflow: hidden !important;
  border: 1px solid var(--sagitov-line) !important;
  border-radius: var(--sagitov-radius) !important;
  background: var(--sagitov-card-dark) !important;
}

.uc-sagitov-hero .t-col:last-child img,
.uc-sagitov-hero .t-bgimg {
  width: 100% !important;
  height: min(58svh, 620px) !important;
  min-height: 390px !important;
  object-fit: cover !important;
  border-radius: var(--sagitov-radius) !important;
}

.uc-sagitov-hero .t-title,
.uc-sagitov-hero h1 {
  margin: 18px 0 !important;
  color: var(--sagitov-white) !important;
  font-size: clamp(40px, 6.2vw, 94px) !important;
  line-height: 0.9 !important;
}

.uc-sagitov-hero .t-descr,
.uc-sagitov-hero .t-text,
.uc-sagitov-hero p {
  color: var(--sagitov-muted-light) !important;
  font-family: "Golos Text", Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}

.uc-sagitov-hero .t-uptitle,
.uc-sagitov-hero .t-prefix,
.uc-sagitov-hero .sagitov-eyebrow {
  color: var(--sagitov-orange) !important;
  font-family: "Golos Text", Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.uc-sagitov-hero .t-btn {
  min-height: 50px !important;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 30px !important;
  background: var(--sagitov-orange) !important;
  color: var(--sagitov-white) !important;
  font-family: "Golos Text", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.uc-sagitov-hero .t-btn:nth-child(2),
.uc-sagitov-hero .t-btn_second {
  border: 1px solid var(--sagitov-line) !important;
  background: transparent !important;
}

@media (max-width: 920px) {
  .uc-sagitov-header {
    top: 8px !important;
    width: calc(100% - 16px) !important;
  }

  .uc-sagitov-hero {
    padding-top: 92px !important;
    padding-bottom: 34px !important;
  }

  .uc-sagitov-hero .t-col:first-child,
  .uc-sagitov-hero .t-col:last-child {
    margin-bottom: 12px !important;
  }

  .uc-sagitov-hero .t-title,
  .uc-sagitov-hero h1 {
    font-size: clamp(34px, 10.5vw, 42px) !important;
    line-height: 0.95 !important;
  }

  .uc-sagitov-hero .t-col:last-child img,
  .uc-sagitov-hero .t-bgimg {
    height: 210px !important;
    min-height: 0 !important;
  }
}
/* CR50B fallback / stronger Hero rules.
   Keep Block CSS Class Name as: uc-sagitov-hero */
.uc-sagitov-hero,
.uc-sagitov-hero .t-cover,
.uc-sagitov-hero .t-cover__carrier,
.uc-sagitov-hero .t-cover__filter,
.uc-sagitov-hero .t-section,
.uc-sagitov-hero .t-container {
  background-color: var(--sagitov-dark) !important;
}

.uc-sagitov-hero .t-container,
.uc-sagitov-hero .t-row,
.uc-sagitov-hero .t-cover__wrapper {
  width: min(1200px, calc(100% - 44px)) !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.uc-sagitov-hero .t-col,
.uc-sagitov-hero [class*="col"] {
  box-sizing: border-box !important;
}

.uc-sagitov-hero .t-title,
.uc-sagitov-hero h1 {
  max-width: 760px !important;
  color: var(--sagitov-white) !important;
  font-size: clamp(40px, 5.4vw, 82px) !important;
  line-height: 0.92 !important;
}

.uc-sagitov-hero .t-descr,
.uc-sagitov-hero .t-text,
.uc-sagitov-hero p {
  max-width: 620px !important;
  color: var(--sagitov-muted-light) !important;
}

.uc-sagitov-hero img {
  border-radius: var(--sagitov-radius) !important;
  object-fit: cover !important;
}

.uc-sagitov-hero .t-img,
.uc-sagitov-hero img,
.uc-sagitov-hero .t-bgimg {
  max-height: 620px !important;
}

.uc-sagitov-hero .t-btn:first-of-type {
  box-shadow: 0 14px 28px rgba(255, 60, 24, 0.16) !important;
}

.uc-sagitov-hero .t-btn:last-of-type {
  border: 2px solid var(--sagitov-orange) !important;
  background: transparent !important;
  color: var(--sagitov-white) !important;
}

@media (max-width: 920px) {
  .uc-sagitov-hero .t-container,
  .uc-sagitov-hero .t-row,
  .uc-sagitov-hero .t-cover__wrapper {
    width: calc(100% - 32px) !important;
  }

  .uc-sagitov-hero .t-title,
  .uc-sagitov-hero h1 {
    font-size: clamp(34px, 10.5vw, 42px) !important;
  }
}
.uc-sagitov-hero,
.uc-sagitov-hero .t-container,
.uc-sagitov-hero .t-row,
.uc-sagitov-hero .t-cover,
.uc-sagitov-hero .t-cover__wrapper,
.uc-sagitov-hero .t-cover__carrier,
.uc-sagitov-hero .t-cover__filter,
.uc-sagitov-hero [class*="wrapper"],
.uc-sagitov-hero [class*="container"] {
  background-color: #222222 !important;
}

.uc-sagitov-hero .t-title,
.uc-sagitov-hero h1 {
  color: #ffffff !important;
  font-size: clamp(40px, 5.4vw, 82px) !important;
  line-height: 0.92 !important;
}

.uc-sagitov-hero .t-descr,
.uc-sagitov-hero .t-text,
.uc-sagitov-hero p {
  color: #c9c2b8 !important;
}
.uc-sagitov-header {
  display: block !important;
  position: fixed !important;
  top: 14px !important;
  left: 50% !important;
  z-index: 999999 !important;
  transform: translateX(-50%) !important;
  width: min(1180px, calc(100% - 28px)) !important;
  min-height: 64px !important;
  background: #f8f8f8 !important;
  border: 1px solid rgba(34,34,34,0.08) !important;
  border-radius: 6px !important;
  overflow: visible !important;
}

.uc-sagitov-header,
.uc-sagitov-header * {
  opacity: 1 !important;
  visibility: visible !important;
}

.uc-sagitov-header .t-container,
.uc-sagitov-header .t-row {
  min-height: 64px !important;
  display: flex !important;
  align-items: center !important;
}

.uc-sagitov-header a,
.uc-sagitov-header .t-menu__link-item,
.uc-sagitov-header .t-name,
.uc-sagitov-header .t-title,
.uc-sagitov-header .t-logo {
  color: #222222 !important;
}

.uc-sagitov-header .t-btn,
.uc-sagitov-header button {
  background: #ff3c18 !important;
  color: #ffffff !important;
}
/* Force Sagitov fonts in Header + Hero */

.uc-sagitov-header,
.uc-sagitov-header *,
.uc-sagitov-hero,
.uc-sagitov-hero * {
  font-family: 'Golos Text', Arial, sans-serif !important;
}

.uc-sagitov-header .t-title,
.uc-sagitov-header .t-name,
.uc-sagitov-header .t-logo,
.uc-sagitov-header [field="title"],
.uc-sagitov-hero .t-title,
.uc-sagitov-hero h1,
.uc-sagitov-hero [field="title"] {
  font-family: 'Anton', Impact, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.uc-sagitov-header .t-menu__link-item,
.uc-sagitov-header .t-menu__link-item span,
.uc-sagitov-header a:not(.t-btn) {
  font-family: 'Golos Text', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.uc-sagitov-header .t-btn,
.uc-sagitov-header button,
.uc-sagitov-hero .t-btn,
.uc-sagitov-hero button {
  font-family: 'Golos Text', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

.uc-sagitov-hero .t-descr,
.uc-sagitov-hero .t-text,
.uc-sagitov-hero .t-subtitle,
.uc-sagitov-hero [field="descr"],
.uc-sagitov-hero [field="text"],
.uc-sagitov-hero p {
  font-family: 'Golos Text', Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}
/* Why us block
   Recommended Tilda block: Features / 3 columns with text
   Try: FR301 / FR302 / CL03 or any basic 3-column card/text block.
   Block CSS Class Name: uc-sagitov-why
*/

.uc-sagitov-why {
  background: #222222 !important;
  color: #ffffff !important;
  padding-top: 18px !important;
  padding-bottom: 96px !important;
}

.uc-sagitov-why .t-container {
  max-width: 1180px !important;
}

.uc-sagitov-why .t-row {
  display: grid !important;
  grid-template-columns: 5fr 4fr 3fr !important;
  gap: 12px !important;
  align-items: stretch !important;
}

.uc-sagitov-why .t-col {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 34px 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 6px !important;
  background: #2b2b2b !important;
  color: #ffffff !important;
  min-height: 310px !important;
}

.uc-sagitov-why .t-name,
.uc-sagitov-why .t-title,
.uc-sagitov-why h3 {
  margin: 28px 0 16px !important;
  color: #ffffff !important;
  font-family: "Anton", Impact, sans-serif !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.uc-sagitov-why .t-descr,
.uc-sagitov-why .t-text,
.uc-sagitov-why p {
  color: #c9c2b8 !important;
  font-family: "Golos Text", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.uc-sagitov-why .t-uptitle,
.uc-sagitov-why .t-prefix,
.uc-sagitov-why .t-card__uptitle {
  color: #ff3c18 !important;
  font-family: "Golos Text", Arial, sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.09em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.uc-sagitov-why .t-uptitle::first-letter,
.uc-sagitov-why .t-prefix::first-letter,
.uc-sagitov-why .t-card__uptitle::first-letter {
  color: #ffffff !important;
}

@media (max-width: 920px) {
  .uc-sagitov-why {
    padding-top: 12px !important;
    padding-bottom: 70px !important;
  }

  .uc-sagitov-why .t-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .uc-sagitov-why .t-col {
    min-height: auto !important;
    padding: 28px 22px !important;
  }
}
.uc-sagitov-why .t-col {
  padding: 34px 28px !important;
  min-height: 310px !important;
}

.uc-sagitov-why .t-name,
.uc-sagitov-why .t-title,
.uc-sagitov-why h3 {
  margin: 28px 0 16px !important;
  color: #ffffff !important;
  font-family: 'Anton', Impact, sans-serif !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.uc-sagitov-why .t-descr,
.uc-sagitov-why .t-text,
.uc-sagitov-why p {
  color: #c9c2b8 !important;
  font-family: 'Golos Text', Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.uc-sagitov-why strong,
.uc-sagitov-why b {
  color: #ffffff !important;
  font-family: 'Anton', Impact, sans-serif !important;
  font-size: 34px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.sagitov-what-card {
  position: relative;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.sagitov-what-card h3,
.sagitov-what-card p,
.sagitov-what-card span {
  transition: transform 220ms ease, color 220ms ease;
}

.sagitov-what-card:hover {
  transform: translateY(-6px);
  border-color: #ff3c18;
  background: #fff8f5;
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.10);
}

.sagitov-what-card:hover h3 {
  transform: translateY(-2px);
}

.sagitov-what-card:hover span {
  color: #d92c10;
}

.sagitov-what-card-muted:hover {
  background: #fff8f5;
}
.sagitov-what-card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 4px;
  background: #ff3c18;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}

.sagitov-what-card:hover::before {
  transform: scaleX(1);
}
@media (max-width: 980px) {
  .sagitov-what-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sagitov-what-card,
  .sagitov-what-card-wide {
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  .sagitov-what-grid {
    grid-template-columns: 1fr;
  }
}
/* Wider site containers / closer to reference */

/* Header */
.uc-sagitov-header {
  width: min(1540px, calc(100% - 48px)) !important;
}

.uc-sagitov-header .t-container,
.uc-sagitov-header .t-row,
.uc-sagitov-header .t396__artboard {
  max-width: 1540px !important;
}

/* Hero */
.uc-sagitov-hero .t-container,
.uc-sagitov-hero .t-row,
.uc-sagitov-hero .t-cover__wrapper {
  width: min(1540px, calc(100% - 48px)) !important;
  max-width: 1540px !important;
}

/* Why block */
.uc-sagitov-why .t-container {
  max-width: 1540px !important;
  width: min(1540px, calc(100% - 48px)) !important;
}

/* T123 / HTML blocks: What we do */
html body .sagitov-what-head,
html body .sagitov-what-grid {
  width: min(1540px, calc(100% - 48px)) !important;
  max-width: 1540px !important;
}

/* T123 / HTML blocks: Shoot day */
html body .sagitov-shootday-head,
html body .sagitov-shootday-grid {
  width: min(1540px, calc(100% - 48px)) !important;
  max-width: 1540px !important;
}

/* Mobile stays comfortable */
@media (max-width: 620px) {
  .uc-sagitov-header,
  .uc-sagitov-hero .t-container,
  .uc-sagitov-hero .t-row,
  .uc-sagitov-hero .t-cover__wrapper,
  .uc-sagitov-why .t-container,
  html body .sagitov-what-head,
  html body .sagitov-what-grid,
  html body .sagitov-shootday-head,
  html body .sagitov-shootday-grid {
    width: calc(100% - 28px) !important;
  }
}