
.sas-grey {
  background: #F9F9F9;
}

.sas-pre-title {
  color: #DAA520;
  font-size: 19px;
  line-height: 1.1;
  margin: 0 0 5px;
}

.sas-pre-title strong {
  font-weight: 500;
}

.sas-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  margin: 0 0 20px;
}


/* Header */

.sas-header {
  background: url('../img/saltsauna/header.jpg') no-repeat 30% 80%;
  background-size: cover;
}

.sas-header-inner {
  display: flex;
  align-items: center;
}

.sas-header-inner2 {
  margin: 0 auto;
  padding: 130px 40px;
  max-width: 1300px;
  width: 100%;
}

.sas-header-title {
  color: #fff;
  font-size: 33px;
  font-weight: 500;
}

.sas-header-text {
  color: #fff;
  font-size: 28px;
  max-width: 500px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.sas-header .sas-button {
  margin-bottom: 10px;
}

/* Button */

.sas-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  max-width: 290px;
  padding: 5px 10px;
  margin: 10px 0 50px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: transparent;
  transition: all 0.3s ease;
}

.sas-button.on-white {
  color: #000;
  border-color: #000;
}

.sas-button:hover,
.sas-button.on-white:hover {
  color: #fff !important;
  background: #DAA520;
  border-color: #DAA520;
}

.sas-button.sas-transparent {
  color: #fff;
  margin-top: 10px;
  border: none;
}

.sas-button.sas-transparent:hover {
  background: transparent;
  color: #DAA520 !important;
}

/* Inter Text */

.sas-inter-text h2 {
  line-height: 44px;
  font-weight: 500;
}

.sas-beleive-block {
  padding: 100px 30px;
}

/* Features */

.sas-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 60px;
}

.sas-feature {
  background: #F9F9F9;
  border-radius: 14px;
  max-width: 350px;
  padding: 30px;
  margin: 13px;
  text-align: center;
}

.sas-feature img {
  margin: 40px 0;
}

.sas-feature .sas-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
}

.sas-feature .sas-text {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.4;
}

.sas-feature .sas-text strong {
  font-weight: 500;
}

/* P */

.sas-title-for-home {
  letter-spacing: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 100;
}

.sas-title-for-home strong {
  font-weight: 500;
}

.sas-p {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 750px;
}

.sas-p strong {
  font-weight: 500;
}

.sas-haloone {
  text-align: center;
  padding: 0 0 170px;
}

/* Black */

.sas-black {
  background: #000;
}

.sas-black-inner {
  margin: 0 auto;
  max-width: 1200px;
  min-height: 420px;
  display: flex;
  gap: 20px;
}

.sas-black .sas-text {
  padding: 90px 20px 20px;
  width: 50%;
}

.sas-black .sas-text p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  max-width: 470px;
}

.sas-black .sas-text strong {
  font-weight: 500;
}

.sas-black .sas-text a {
  color: #fff;
  transition: all 0.5s ease;
}

.sas-black .sas-text a:hover {
  color: #DAA520;
}

.sas-black .sas-img {
  background: url('../img/saltsauna/black.jpg') 50% 0 no-repeat;
  background-size: contain;
  width: 50%;
}


/* White */

.sas-white-inner {
  margin: 0 auto;
  padding: 130px 0;
  max-width: 1200px;
  min-height: 420px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sas-white h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.sas-white .sas-text {
  width: 48%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.sas-white .sas-img {
  width: 48%;
  flex: 1;
  text-align: center;
}

.sas-white .sas-text .sas-par {
  font-size: 20px;
  font-weight: 100;
  max-width: 550px;
  line-height: 1.4;
}

.sas-white .sas-text .sas-par strong {
  font-weight: 500;
}

/* Facts */

.sas-facts-inner {
  margin: 0 auto;
  padding: 130px 0 0;
  max-width: 1200px;
  min-height: 420px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sas-facts .sas-text {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.sas-facts .sas-img {
  width: 55%;
  text-align: center;
}

.sas-facts h2 {
  padding: 10px 0 20px;
  letter-spacing: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.sas-facts .sas-text .sas-par {
  font-size: 22px;
  max-width: 550px;
  line-height: 1.4;
}

.sas-button {
  width: 260px;
  max-width: 100%;
}

.sas-facts .sas-boxes {
}

.sas-facts .sas-box {
  display: flex;
  width: 100%;
  padding: 0 0 15px;
}

.sas-facts .sas-box.sas-box-small-gap {
  padding-bottom: 10px;
}

.sas-facts .sas-box.sas-box-no-gap {
  padding-bottom: 0;
}

.sas-facts .sas-box.sas-box-small-gap h3,
.sas-facts .sas-box.sas-box-no-gap h3 {
  font-weight: 100;
}

.sas-facts .sas-box.sas-box-small-gap h3 strong {
  font-weight: 500;
}

.sas-facts .sas-box.sas-box-small-gap .sas-par,
.sas-facts .sas-box.sas-box-no-gap .sas-par {
  margin: 0;
}

.sas-facts .sas-box h3 {
  width: 40%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.sas-facts .sas-box .sas-par {
  font-weight: 100;
  flex: 1 0;
}

/* history */

.sas-history-inner {
  margin: 0 auto;
  padding: 130px 0;
  max-width: 1200px;
  min-height: 420px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sas-history .sas-text {
  width: 48%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.sas-history .sas-img {
  width: 48%;
  flex: 1;
  text-align: center;
}

.sas-history h2 {
  letter-spacing: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.sas-history .sas-text .sas-par {
  font-size: 20px;
  font-weight: 100;
  max-width: 530px;
  line-height: 28px;
}

.sas-history .sas-button {
  width: 290px;
  max-width: 100%;
}

/* Benefits */

.sas-benefits-inner {
  margin: 0 auto;
  padding: 130px 0;
  max-width: 1200px;
  min-height: 420px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sas-benefits .sas-text {
  width: 48%;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.sas-benefits .sas-img {
  width: 48%;
  flex: 1;
  text-align: center;
}

.sas-benefits h2 {
  letter-spacing: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.sas-benefits .sas-text .sas-par {
  font-size: 20px;
  font-weight: 100;
  max-width: 530px;
  line-height: 28px;
}

.sas-benefits .sas-button {
  width: 290px;
  max-width: 100%;
}

/* FAQ */

.sas-faq-box {
  max-width: 835px;
  padding-left: 55px;
}

.sas-faq-title {
  letter-spacing: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

.sas-faq {
  max-width: 835px;
}

.sas-faq h5 {
  font-weight: 500;
}

.sas-faq p {
  font-weight: 100;
  font-size: 21px;
}

.sas-faq p strong {
  font-weight: 500;
}

.sas-mobile-break {
  display: none;
}

.sas-mobile-only {
  display: none;
}

/* Mobile */

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

  .sas-header-title {
    font-size: 28px;
    padding-bottom: 15px;
  }

  .sas-header-text {
    font-size: 24px;
    max-width: 300px;
    padding-bottom: 20px;
  }

  .sas-mobile-padding-bottom-0 {
    padding-bottom: 0 !important;
  }

  .sas-larger-paddings {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sas-no-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .sas-mobile-break {
    display: block;
  }

  .sas-desktop-only {
    display: none;
  }

  .sas-mobile-only {
    display: block;
  }

  .sas-title-for-home,
  .sas-white h2,
  .sas-facts h2,
  .sas-history h2,
  .sas-benefits h2,
  .sas-faq-title {
    font-size: 32px;
  }

  .sas-mobile-white {
    background: transparent;
  }

  .sas-header-inner2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .sas-inter-text {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .sas-inter-text h2,
  .sas-inter-text p,
  .sas-title-for-home {
    text-align: left;
  }

  .sas-inter-text p {
    margin-bottom: 5px;
  }

  .sas-inter-text h2 {
    font-size: 32px !important;
  }

  .sas-beleive-block {
    padding-bottom: 60px;
  }

  .sas-features {
    padding-bottom: 0;
  }

  .sas-feature img {
    margin-top: 10px;
  }

  .sas-generator p {
    text-align: left !important;
  }

  .sas-generator > div {
    padding-top: 40px;
  }

  .sas-haloone {
    display: none;
  }

  .sas-black-inner {
  }

  .sas-black .sas-text {
    width: auto;
    background: url('/img/saltsauna/black.jpg') no-repeat 50% 0;
    background-size: 100%;
    padding: 200px 30px 20px;
  }

  .sas-black .sas-img {
    display: none;
  }

  /* * */

  .sas-white-inner {
    flex-direction: column;
    padding: 30px 0 0;
  }

  .sas-white .sas-img {
    width: auto;
  }

  .sas-white .sas-text {
    width: auto;
    padding: 20px;
    text-align: left;
    display: block;
  }

  .sas-white .sas-button {
    max-width: 260px;
  }

  /* * */

  .sas-facts-inner {
    flex-direction: column-reverse;
    padding: 0;
  }

  .sas-facts .sas-img {
    width: auto;
  }

  .sas-facts .sas-text {
    width: auto;
    padding: 20px;
    text-align: left;
    display: block;
  }

  .sas-facts .sas-text .sas-par {
    font-size: 20px;
  }


  .sas-facts .sas-button {
    margin: 0 auto;
  }

  /* * */

  .sas-history {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .sas-history-inner {
    flex-direction: column-reverse;
    padding: 0;
  }

  .sas-history .sas-img {
    width: auto;
  }

  .sas-history .sas-text {
    width: auto;
    padding: 20px;
    text-align: left;
    display: block;
  }

  .sas-history .sas-button {
    margin: 0 auto;
  }

  /* * */

  .sas-benefits-inner {
    flex-direction: column-reverse;
    padding: 0;
  }

  .sas-benefits .sas-img {
    width: auto;
  }

  .sas-benefits .sas-text {
    width: auto;
    padding: 20px;
    text-align: left;
    display: block;
  }

  .sas-benefits .sas-button {
    margin: 0 auto;
  }

  /* * */

  .sas-faq-box {
    padding-left: 20px;
  }

  .sas-faq-title-box {
    padding-top: 30px;
  }

}


