.b1-front {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}


/* Header */

.b1-header {
  position: relative;
}

.b1-header .b1-video {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: url('/img/b1-header.jpg') 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}

.b1-header .b1-video > * {
  position: relative;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}

.b1-header-inner {
  position: relative;
  z-index: 30;
  padding: 220px 0 100px;
  background: rgba(0, 0, 0, 0.3);
}

.b1-header .b1-title {
  color: #fff;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  padding: 0 0 10px;
}

.b1-header .b1-subtitle {
  color: #fff;
  max-width: 360px;
}

.b1-header .b1-button {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 35px 5px;
  font-size: 15px;
}


/* Work */

.b1-work-inner {
  padding: 100px 0 30px;
  
}

.b1-work .b1-title {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  padding: 30px 0 50px;
}

.b1-work .b1-blocks {
  display: flex;
  justify-content: space-around;
}

.b1-work .b1-block {
  padding: 20px;
  text-align: center;
  max-width: 320px;
}

.b1-work .b1-heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 15px 0 5px;
  color: #373F41;
}

.b1-work .b1-subheading {
  font-size: 15px;
  line-height: 1.3;
  color: #4F4F4F;
}


/* Charity */

.b1-charity-inner {
  padding: 40px 0 100px;
}

.b1-charity .b1-title {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  padding: 30px 0 50px;
}

.b1-charity .b1-blocks {
  display: flex;
  justify-content: space-around;
  padding: 40px 0 0;
}

.b1-charity .b1-block {
  text-align: center;
}

.b1-charity .b1-block-inner {
  max-width: 277px;
  margin: 0 auto;
}

.b1-charity .b1-image {
  width: 277px;
  height: 277px;
  box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.2);
}

.b1-charity .b1-heading {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 65px 0 0;
  color: #373F41;
}

.b1-charity .b1-subheading {
  font-size: 15px;
  line-height: 1.3;
  color: #4F4F4F;
  padding: 10px 20px;
}

.b1-charity .np-slider-wing {
  max-height: 300px;
}


/* Goals */

.b1-goals {
  background: url('/img/b1-goals.jpg') 50% 100% no-repeat;
  background-size: cover;
}

.b1-goals-inner {
  padding: 85px 20px 110px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1140px;
}

.b1-goals .b1-title {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  width: 100%;
  margin: 0;
}

.b1-goals .b1-text {
  width: 340px;
}

.b1-goals .b1-text p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  margin: 1.8em 0;
}

.b1-goals .b1-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.b1-goals .b1-blocks.b1-first-blocks {
  width: 540px;
}

.b1-goals .b1-blocks.b1-second-blocks {
  width: 100%;
}

.b1-goals .b1-block {
  width: 240px;
  text-align: center;
  padding: 0 10px 10px;
}

.b1-goals .b1-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 0 20px;
}

.b1-goals .b1-number {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

.b1-goals .b1-desc {
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
}

.b1-goals .b1-counter {
  padding: 5px 0 0;
}

.b1-goals .b1-counter h3 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.b1-goals .b1-counter h5 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}


/* Eyes */

.b1-eyes-inner {
  display: flex;
  justify-content: space-between;
  gap: 10px 50px;
  margin-top: -40px;
}

.b1-eyes .b1-block {
  flex: 1;
  text-align: center;
}

.b1-eyes .b1-number {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 40px 0 0;
  color: #373F41;
}

.b1-eyes .b1-desc {
  font-size: 16px;
  line-height: 1.3;
  color: #4F4F4F;
  padding: 10px 20px;
}

/* Timber */

.b1-timber-title {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  padding: 130px 0 70px;
}

.b1-timber-inner {
  display: flex;
  gap: 15px 60px;
}

.b1-timber .b1-video-preview {
  display: block;
  flex: 4;
  position: relative;
}

.b1-timber .b1-video-preview u {
  width: 38px;
  height: 38px;
  border: 2px solid #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -19px;
}

.b1-timber .b1-video-preview b {
  position: absolute;
  left: 13px;
  top: 11px;
  border-left: 1px solid #fff;
  height: 12px;
  width: 0;
}

.b1-timber .b1-video-preview u:before,
.b1-timber .b1-video-preview u:after {
  display: block;
  content: '';
  position: absolute;
  left: 18px;
  top: 14px;
  border-left: 1px solid #fff;
  height: 11px;
  width: 0;
  transform: rotate(60deg);
}

.b1-timber .b1-video-preview u:after {
  top: 9px;
  transform: rotate(-60deg);
}

.b1-timber .b1-video-preview img {
  max-width: 100%;
}

.b1-timber .b1-text {
  flex: 5;
}

.b1-timber .b1-text p {
  font-size: 15px;
  line-height: 1.4;
  color: #4F4F4F;
  margin: 0.5em 0 2em;
}

.b1-timber .b1-button {
  display: inline-block;
  color: #000;
  border: 1px solid #000;
  padding: 6px 20px 3px;
  font-size: 16px;
}


/* Saunas */

.b1-saunas .b1-title {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  padding: 170px 0 70px;
}


/* Slider */

.b1-slider-inner2 {
  display: flex;
}

.b1-slider .b1-block {
  flex: 1;
  text-align: center;
  padding: 0 0 15px;
}

.b1-slider .b1-desc {
  padding: 30px 0 0;
}

.b1-slider .b1-desc a {
  display: inline-block;
  font-size: 13px;
  color: #4F4F4F;
  transition: all 0.3s ease;
}

.b1-slider .b1-desc a:after {
  display: inline-block;
  border: 1px solid #C6A00C;
  border-top: none;
  border-left: none;
  width: 8px;
  height: 8px;
  content: '';
  transform: translateX(5px) rotate(-45deg);
  transition: all 0.6s ease-in-out;
}

.b1-slider .b1-desc a:hover {
  color: #C6A00C;
}

.b1-slider .b1-desc a:hover:after {
  transform: translateX(12px) rotate(-45deg);
}


/* Partners */

.b1-partners .b1-title {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  padding: 170px 0 70px;
}

.b1-partners .b1-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 70px;
  padding: 0 0 120px;
}

.b1-partners .b1-block {
  width: 140px;
  text-align: center;
}

.b1-partners .b1-break {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
}

.b1-partners .b1-image {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b1-partners .b1-name {
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  padding: 15px 0 0;
}

@media only screen and (max-width: 900px) {

  .b1-work .b1-blocks {
    flex-direction: column;
    align-items: center;
  }

  .b1-work-inner {
    padding: 40px 0 0;
  }

  .b1-work .b1-title {
    padding: 20px 10px 10px;
  }

  .b1-charity .b1-title {
    padding: 0 20px;
  }

  .b1-charity .b1-image {
    box-shadow: none;
  }

  .b1-charity-inner {
    padding: 20px 0 40px;
  }

  .b1-goals .b1-text {
    width: auto;
    padding-bottom: 40px;
  }

  .b1-goals .b1-blocks.b1-first-blocks,
  .b1-goals .b1-blocks.b1-second-blocks {
    width: auto;
    justify-content: center;
  }

  .b1-goals .b1-block {
    padding-bottom: 30px;
    width: 50%;
  }

  .b1-goals .b1-image {
    padding-bottom: 5px;
  }

  .b1-goals .b1-number {
    margin: 0;
  }

  .b1-goals-inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .b1-eyes-inner {
    padding: 0 10px;
    gap: 5px;
  }

  .b1-eyes .np-slider-wing {
    width: 20px;
  }

  .b1-eyes .b1-number {
    padding-top: 10px;
  }

  .b1-timber-title {
    padding: 0 20px 10px;
  }

  .b1-timber-inner {
    flex-direction: column;
  }

  .b1-timber .b1-text p {
    margin: 0.5em 0 1em;
  }

  .b1-timber .b1-button {
    display: block;
    max-width: 150px;
    margin: 25px auto 0;
  }

  .b1-saunas .b1-title {
    padding: 40px 0 20px;
  }

  .b1-partners .b1-title {
    padding: 40px 0 20px;
  }

  .b1-partners .b1-blocks {
    justify-content: space-between;
    gap: 30px 0;
  }

  .b1-partners .b1-block {
    width: 47%;
  }

  .b1-partners .b1-name {
    padding-top: 10px;
  }

  .b1-partners .b1-break {
    display: none;
  }

}
