html, body {
  margin: 0;
}

.bs-front {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1340px;
}

.bs-header-picture {
  background: url('/img/bs-header.jpg') no-repeat 50%;
  background-size: cover;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bs-header-title {
  margin: 0;
  padding: 0 30px;
  color: #fff;
  font-size: 72px;
  text-align: center;
}

.bs-kit-sale p {
  font-size: 15px;
  line-height: 1.4;
}

.bs-kit-sale .bs-first-row {
  background: #f0f0f0;
}

.bs-kit-sale .bs-second-row {
  padding: 10px 0 80px;
}

.bs-kit-sale .bs-row-inner {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1340px;
}

.bs-kit-sale .bs-title {
  margin: 0;
  padding: 100px 0 30px;
  color: #c6a00c;
  font-size: 48px;
  font-weight: 500;
}

.bs-kit-sale .bs-cols {
  display: flex;
  gap: 60px;
}

.bs-kit-sale .bs-text-col {
  flex: 3;
}

.bs-kit-sale .bs-img-col {
  flex: 5;
  text-align: center;
  position: relative;
}

.bs-kit-sale .bs-img-col img {
  max-width: 400px;
  position: absolute;
  margin-top: -90px;
  left: 50%;
  transform: translateX(-50%);
}

.bs-kit-sale .bs-checklist {
  list-style: url('/img/bs-check.png') outside disc;
  font-weight: 600;
}

.bs-kit-sale .bs-checklist li {
  
}

/* CTA Line */

.bs-cta-line {
  background: #c6a00c;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  min-height: 70px;
}

.bs-cta-line p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin: 2px 30px 0;
}

.bs-cta-line .bs-button {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 4px 50px 1px;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  transition: 0.5s all;
  font-weight: 500;
}

.bs-cta-line .bs-button:hover {
  background: #fff;
  color: #c6a00c;
}

/* Costs */

.bs-costs p {
  font-size: 15px;
  line-height: 1.4;
}

.bs-costs-inner {
  display: flex;
  gap: 100px;
  padding: 100px 0 50px;
}

.bs-costs .bs-photo {
  flex: 3;
}

.bs-costs .bs-img-wrap {
  position: relative;
}

.bs-costs .bs-img-wrap img {
  position: relative;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 50;
}

.bs-costs .bs-img-wrap .bs-decor {
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: #e0e0e0;
  z-index: 40;
}

.bs-costs .bs-block {
  flex: 5;
}

.bs-costs .bs-text-title {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 44px;
}

/* Wood */

.bs-wood p {
  font-size: 15px;
  line-height: 1.4;
}

.bs-wood-inner {
  display: flex;
  gap: 100px;
  padding: 40px 0 100px;
}

.bs-wood .bs-block {
  flex: 5;
}

.bs-wood .bs-heading {
  max-width: 580px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 44px;
}

.bs-wood .bs-subheading {
  max-width: 520px;
}

.bs-wood .bs-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 0;
}

.bs-wood .bs-box {
  flex: 0 43%;
}

.bs-wood .bs-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0;
}

.bs-wood .bs-photo {
  flex: 3;
}

.bs-wood .bs-img-wrap {
  position: relative;
}

.bs-wood .bs-img-wrap img {
  position: relative;
  box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.2);
  z-index: 50;
}

.bs-wood .bs-img-wrap .bs-decor {
  display: block;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -20px;
  top: -20px;
  background: #e0e0e0;
  z-index: 40;
}

.bs-steps-section .bs-heading {
  text-align: center;
  padding: 100px 60px 0;
  max-width: 850px;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}

.bs-steps-section .bs-subheading {
  text-align: center;
  padding: 0 60px 100px;
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
}

.bs-steps-section .bs-steps-wrap {
  background: #f0f0f0;
}

.bs-steps {
  position: relative;
  top: -30px;
  max-width: 890px;
  padding: 0 25px;
  margin: 0 auto 140px;
}

.bs-steps .bs-vertline {
  position: absolute;
  top: 80px;
  bottom: 150px;
  left: 50%;
  width: 10px;
  margin-left: -5px;
  background: #fff;
}

.bs-steps .bs-step {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  padding: 0 0 60px;
}

.bs-steps .bs-step.bs-last {
  position: relative;
  top: 70px;
  margin-top: -70px;
  padding-bottom: 0;
  height: 300px;
}

.bs-steps .bs-step .bs-photo {
  flex: 1;
  text-align: right;
}

.bs-steps .bs-step.bs-even .bs-photo {
  order: 2;
  text-align: left;
}

.bs-steps .bs-step .bs-photo img {
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
  border-radius: 13px;
  max-width: 80%;
}

.bs-steps .bs-step .bs-photo.bs-wide img {
  max-width: 100%;
}

.bs-steps .bs-horline {
  display: block;
  position: absolute;
  right: 50%;
  width: 65px;
  height: 10px;
  margin: 80px -5px 0 0;
  background: #fff;
}

.bs-steps .bs-step.bs-even .bs-horline {
  left: 50%;
  margin-left: -5px;
  margin-right: 0;
  right: auto;
}

.bs-steps .bs-num {
  display: block;
  position: absolute;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  margin: -6px 0 0 -10px;
}

.bs-steps .bs-step.bs-even .bs-num {
  right: 0;
  margin: -6px -10px 0 0;
}

.bs-steps .bs-num b {
  display: block;
  position: absolute;
  color: #c6a00c;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  padding: 1px 0 0;
  width: 22px;
}

.bs-steps .bs-text {
  flex: 1;
  padding: 73px 0 0;
}

.bs-steps .bs-title {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
}

.bs-steps .bs-desc {
  font-size: 15px;
  line-height: 1.3;
}

/* FAQ */

.bs-faq {
  
}

.bs-faq .bs-section-title {
  font-size: 50px;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0;
}

.bs-faq .bs-section-subtitle {
  font-size: 15px;
}

.bs-faq-accordion {
  margin: 0;
  padding: 0 0 100px;
  list-style: none;
}

.bs-faq-accordion li {
  margin: 2px 0 5px;
  padding: 0 0 0 22px;
  list-style: none;
  border-bottom: 1px solid #f6f6f6;
}

.bs-faq-accordion li:last-child {
  border-bottom: none;
}

.bs-faq-accordion li::before {
  content: "";
  font-size: 15px;
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
  transition: all 0.3s;
}

.bs-faq-accordion li.bs-open::before {
  transform: rotate(90deg);
}

.bs-faq-accordion .bs-question {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  cursor: pointer;
}

.bs-faq-accordion .bs-answer {
  display: none;
  padding: 0 0 8px;
  line-height: 1.3;
}

.bs-faq-accordion .bs-answer p {
  line-height: 1.3;
}

/* Form Section */

.bs-form-section {
  max-width: 750px;
  padding: 40px 40px 80px;
  margin: 0 auto;
}

.bs-form-section p {
  text-align: center;
  font-size: 20px;
}

.bs-form-section .bs-small-title {
  font-size: 26px;
  font-weight: bold;
  color: #c6a00c;
}

.bs-form-section .bs-small-text {
  font-size: 16px;
  font-weight: bold;
  max-width: 520px;
  margin: 0 auto;
}

.bs-form-section .bs-form {
  padding: 50px;
}

/* Photos */

.bs-photos {
  
}

.bs-photos .bs-heading {
  text-transform: uppercase;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0;
}

.bs-photos .bs-album {
  
}

@media (max-width: 900px) {

  .bs-costs .bs-text-title,
  .bs-wood .bs-heading,
  .bs-steps-section .bs-heading,
  .bs-faq .bs-section-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .bs-header-title {
    font-size: 58px;
    line-height: 1.1;
  }

  .bs-kit-sale .bs-title {
    padding: 30px 0 10px;
    line-height: 1.2;
    text-align: center;
  }

  .bs-kit-sale .bs-cols {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .bs-kit-sale .bs-img-col img {
    position: static;
    margin: 0 auto;
    padding: 0 0 25px;
    max-width: calc(min(100%, 320px));
    transform: none;
  }

  .bs-kit-sale .bs-second-row {
    padding: 40px 0 25px;
  }

  .bs-costs-inner,
  .bs-wood-inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 25px;
  }

  .bs-costs .bs-img-wrap,
  .bs-wood .bs-img-wrap {
    margin: 20px 0 40px;
  }

  .bs-wood .bs-boxes {
    display: block;
  }

  .bs-wood .bs-boxes {
    padding: 0;
  }

  .bs-wood .bs-photo {
    order: -1;
  }

  .bs-steps {
    margin-bottom: 40px;
  }

  .bs-steps-section .bs-heading {
    padding: 35px 50px 20px;
  }

  .bs-steps-section .bs-subheading {
    padding: 0 50px 70px;
  }

  .bs-steps .bs-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .bs-steps .bs-desc {
    font-size: 13px;
    line-height: 1.2;
  }

  .bs-steps .bs-text {
    padding-top: 0;
  }

  .bs-step.bs-first .bs-text {
    padding-top: 75px;
  }

  .bs-faq-accordion {
    padding-bottom: 30px;
  }

  .bs-form-section .bs-form {
    padding: 0;
  }

  .bs-form-section {
    padding: 0;
  }

}

@media (max-width: 550px) {

  .bs-steps .bs-step,
  .bs-steps .bs-step.bs-last {
    display: block;
    padding: 0;
    position: static;
    top: 0;
    margin: 0;
    height: auto;
  }

  .bs-steps .bs-step .bs-text {
    padding: 0;
  }

  .bs-steps .bs-step .bs-photo {
    margin: 0 0 20px;
  }

  .bs-steps .bs-step .bs-photo img {
    max-width: 100%;
  }

  .bs-steps .bs-horline,
  .bs-vertline {
    display: none;
  }

}
