html,
body {
  background: #241109;
  margin: 0;
  padding: 0;
}

body,
.main-section {
  color: #dbc9ba;
}

body {
  overflow-x: hidden;
}

body::before {
  background: #241109;
  content: "";
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 8px;
  z-index: 0;
}

a {
  color: #d0774c;
}

.wow {
  visibility: visible !important;
}

.main-section {
  background: #241109;
}

.main-section h2 {
  color: #f2d5b5;
}

.main-section h3,
.main-section h4,
.main-section h5,
.main-section h6 {
  color: #e4b572;
}

.main-section p,
.main-section li {
  color: #d4c0ae;
}

.header {
  border: 0;
  background-position: center top !important;
  background-size: cover !important;
  height: 100vh !important;
  margin-left: -4px;
  min-height: 640px;
  padding: 0 !important;
  position: relative;
  width: calc(100% + 8px);
  z-index: 1;
}

.header .container {
  padding-top: 58vh;
}

.header h1 {
  font-size: 58px;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.85);
}

.header .we-create {
  color: #f6be71;
  margin: 0 0 38px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.header .we-create li,
.header .we-create li:first-child {
  background: rgba(36, 17, 9, 0.78);
  border: 1px solid rgba(246, 190, 113, 0.42);
  box-sizing: border-box;
  color: #f4dfc7;
  display: inline-block;
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0 auto;
  max-width: min(760px, calc(100vw - 48px));
  padding: 16px 26px;
  text-transform: uppercase;
}

.xtp26-hero-title,
.xtp26-hero-subtitle {
  display: block;
}

.xtp26-hero-title span {
  display: inline;
}

.xtp26-hero-title {
  color: #f7dfc4;
  font-size: 34px;
}

.xtp26-hero-subtitle {
  color: #e2a95e;
  font-size: 15px;
  letter-spacing: 2px;
  margin-top: 6px;
}

.link {
  background: #8a3a21;
  border-color: #8a3a21;
}

.link:hover,
.link:focus {
  background: #5f2517;
  border-color: #5f2517;
}

.main-nav li a:hover,
.main-nav li a.current {
  color: #f6be71;
}

.main-nav-outer {
  background: #2b1710;
  border-bottom: 1px solid rgba(246, 190, 113, 0.25);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.35);
}

.main-nav li a {
  color: #dfc7ae;
}

.res-nav_click {
  color: #dfc7ae;
}

.main-nav .small-logo img {
  max-height: 52px;
  width: auto;
}

.main-section.team {
  background: #241109;
}

.main-section.team .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-section.team h2,
.main-section.team h6 {
  width: 100%;
}

.main-section.team .team-leader-block {
  margin: 0 0 44px;
  max-width: none;
  width: 33.333%;
}

.main-section.team .team-leader-box {
  box-sizing: border-box;
  float: none;
  margin: 0 auto;
  max-width: 320px;
  padding: 0 14px;
  width: auto !important;
}

.main-section.team .team-leader {
  background: #170b07;
  border: 0;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.main-section.team .team-leader img {
  display: block;
  height: auto;
  width: 100%;
}

.main-section.team h3 {
  color: #f2d5b5;
}

.xtp26-basic-info {
  background: #f3e5d8;
  border-left: 6px solid #8a3a21;
  box-sizing: border-box;
  margin: 0 auto 38px;
  max-width: 760px;
  padding: 22px 28px;
  text-align: left;
}

.xtp26-basic-info li,
.xtp26-basic-info span {
  color: #5d4c42;
}

.xtp26-basic-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xtp26-basic-info li {
  font-size: 18px;
  line-height: 1.6;
}

.xtp26-basic-info span {
  font-weight: 700;
}

.xtp26-story {
  font-style: italic;
}

.xtp26-story p,
.xtp26-callout p {
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: break-word;
}

.xtp26-callout {
  background: #2b1710;
  color: #f1dfca;
  margin: 34px 0;
  padding: 28px 32px;
}

.xtp26-callout p {
  color: #f1dfca;
}

.xtp26-callout strong {
  color: #f6be71;
}

.xtp26-audience {
  border-left: 4px solid #8a3a21;
  margin: 30px 0;
  padding: 4px 0 4px 24px;
}

.xtp26-audience p {
  font-size: 16px;
  line-height: 1.8;
}

.xtp26-columns {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 32px 0;
}

.xtp26-columns > div {
  border-top: 3px solid #8a3a21;
  padding-top: 16px;
}

.xtp26-registration {
  border-top: 1px solid #dbc4b6;
  margin-top: 42px;
  padding-top: 28px;
  text-align: left;
}

.xtp26-registration h2 {
  text-align: center;
}

.xtp26-form {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  max-width: 820px;
  width: 100%;
}

.xtp26-form-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.xtp26-form label,
.xtp26-form legend {
  color: #e4b572;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 16px;
}

.xtp26-form input[type="text"],
.xtp26-form input[type="email"],
.xtp26-form input[type="date"],
.xtp26-form textarea {
  background: #efe0d0;
  border: 1px solid #9f7763;
  box-sizing: border-box;
  color: #2b1710;
  display: block;
  font: inherit;
  margin-top: 6px;
  padding: 10px 12px;
  width: 100%;
}

.xtp26-form input[type="text"]:focus,
.xtp26-form input[type="email"]:focus,
.xtp26-form input[type="date"]:focus,
.xtp26-form textarea:focus {
  background: #f6eadc;
  border-color: #f6be71;
  outline: none;
}

.xtp26-form textarea {
  resize: vertical;
}

.xtp26-form-note {
  background: rgba(246, 190, 113, 0.11);
  border-left: 4px solid #e4b572;
  color: #ead7c2 !important;
  line-height: 1.7;
  margin: 8px 0 22px;
  padding: 14px 16px;
}

.xtp26-form fieldset {
  background: rgba(58, 29, 20, 0.7);
  border: 0;
  border-left: 4px solid #8a3a21;
  box-sizing: border-box;
  margin: 0 0 24px;
  padding: 20px 22px 18px;
}

.xtp26-form fieldset p {
  color: #d4c0ae;
  margin: 0 0 16px;
}

.xtp26-form legend {
  color: #f6be71;
  display: block;
  float: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(246, 190, 113, 0.35);
  width: 100%;
}

.xtp26-form fieldset label {
  align-items: center;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: #f0d8bf;
  display: flex;
  font-weight: 400;
  gap: 10px;
  margin-bottom: 8px;
  padding: 3px 0;
}

.xtp26-form input[type="radio"] {
  accent-color: #e4b572;
  flex: 0 0 auto;
  margin: 0;
  transform: scale(1.08);
}

.xtp26-form .xtp26-other-option {
  align-items: stretch;
  display: block;
  margin-top: 16px;
  padding-top: 8px;
}

.xtp26-form .input-btn {
  background: #8a3a21;
  border: 0;
  color: #fff;
  display: block;
  margin: 28px auto 0;
}

.xtp26-faq li {
  border-bottom: 1px solid #e3d5cc;
  margin-bottom: 20px;
  padding-bottom: 18px;
}

@media (max-width: 900px) {
  .header {
    background-position: center top !important;
    height: 100vh !important;
    margin-left: 0;
    min-height: 620px;
    width: 100%;
  }

  .header .container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    padding-top: 52vh;
    padding-left: 16px;
    padding-right: 16px;
    width: 100% !important;
  }

  .header .we-create {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 28px;
    padding: 0;
  }

  .header .we-create li,
  .header .we-create li:first-child {
    box-sizing: border-box;
    display: block;
    max-width: calc(100vw - 32px);
    padding: 12px 14px;
    white-space: normal;
    width: 100%;
  }

  .xtp26-hero-title {
    font-size: 24px;
    line-height: 1.25;
    overflow-wrap: break-word;
  }

  .xtp26-hero-title span {
    display: block;
  }

  .xtp26-hero-subtitle {
    font-size: 13px;
  }

  .main-section .container {
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .xtp26-basic-info {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    padding: 18px;
    width: 100%;
  }

  .xtp26-basic-info li,
  .xtp26-story p,
  .xtp26-callout p,
  .xtp26-audience p,
  .xtp26-columns li,
  .xtp26-faq p {
    overflow-wrap: break-word;
    word-break: normal;
  }

  .xtp26-columns {
    grid-template-columns: 1fr;
  }

  .xtp26-form-grid {
    grid-template-columns: 1fr;
  }

  .main-section.team .team-leader-block {
    width: 100%;
  }
}
