:root {
  --header-height: 186px;
}

#sauna-hero {
  position: relative;
  height: calc(100vh - var(--header-height));
  background: url("../pics/sauna-hero-bg.jpg") no-repeat 0 0;
  background-size: cover;
}
#sauna-hero .lines-overlay {
  background: url(../pics/sauna-hero-lines.png) no-repeat;
  background-size: cover;
  width: 440px;
  height: 176px;
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 10;
}
#sauna-hero .slide .slide-content {
  width: 40em;
  top: 30vh;
  position: relative;
  z-index: 10;
  left: 0;
}
#sauna-hero .slide .slide-content .years {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: #FFFFFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
#sauna-hero .slide .slide-content h3 {
  color: #CA7A45;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 20px;
}
#sauna-hero .slide .slide-content h3 span {
  color: #FFFFFF;
}
#sauna-hero .slide .slide-content p {
  color: #FAF6F5;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}

#sauna-advantages {
  background-color: #FAF6F5;
}
#sauna-advantages #wrapper {
  padding: 60px 0;
}
#sauna-advantages .blocks {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
}
#sauna-advantages .blocks .block {
  text-align: center;
  padding-right: 20px;
}
#sauna-advantages .blocks .block h3 {
  color: #213F59;
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}
#sauna-advantages .blocks .block p {
  color: #4A545E;
  text-align: center;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 20px;
}
#sauna-advantages .blocks .block img {
  display: inline-block;
  margin-bottom: 20px;
}

#sauna-experience {
  margin: 80px 0;
}
#sauna-experience h2 {
  color: #213F59;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
#sauna-experience h4 {
  font-weight: 400;
  text-align: center;
  width: 50%;
  margin: 10px auto 40px auto;
}
#sauna-experience .blocks {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
}
#sauna-experience .blocks .block {
  padding: 24px;
  background-image: url(../pics/services-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1;
}
#sauna-experience .blocks .block img {
  display: inline-block;
}
#sauna-experience .blocks .block h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sauna-experience .blocks .block ul {
  text-align: left;
}
#sauna-experience .blocks .block ul li {
  padding-left: 25px;
  margin-bottom: 10px;
}
#sauna-experience .blocks .block ul li:before {
  content: "";
  background: url("../pics/sauna-experience-check.svg") no-repeat 0 2px;
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

#sauna-cabins {
  margin: 40px 0 80px 0;
}
#sauna-cabins h2 {
  color: #213F59;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
#sauna-cabins .blocks {
  display: flex;
  column-gap: 24px;
}
#sauna-cabins .blocks .block {
  border: 1px solid #E0D9D6;
}
#sauna-cabins .blocks .block .pic-container {
  position: relative;
  height: 286px;
}
#sauna-cabins .blocks .block .pic-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
#sauna-cabins .blocks .content {
  padding: 20px 16px;
}
#sauna-cabins .blocks .content .title {
  display: flex;
  justify-content: space-between;
}
#sauna-cabins .blocks .content .title h3 {
  color: #213F59;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sauna-cabins .blocks .content .title .more {
  position: relative;
  top: 4px;
}
#sauna-cabins .blocks .content p {
  color: #4A545E;
  font-weight: 400;
}

#sauna-offer {
  margin: 40px 0 80px 0;
  padding-top: 40px;
}
#sauna-offer #wrapper {
  display: flex;
  padding: 60px 90px;
  justify-content: space-between;
  gap: 80px;
  background: linear-gradient(0deg, rgba(27, 55, 79, 0.9) 0%, rgba(27, 55, 79, 0.9) 100%), url(/wp-content/themes/skandinav/assets/pics/sauna-build-bg.jpg) lightgray 50%/cover no-repeat;
}
#sauna-offer h2 {
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
}
#sauna-offer p {
  font-weight: 400;
  color: #F9F9F9;
}
#sauna-offer ul li {
  color: #F9F9F9;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}
#sauna-offer ul li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-image: url(../pics/sauna-check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 2px;
}
#sauna-offer .btn {
  margin-top: 4px;
}

#sauna-book {
  margin: 240px 0 80px 0;
}
#sauna-book #wrapper {
  position: relative;
  display: flex;
  padding: 60px 90px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
  background: linear-gradient(0deg, rgba(27, 55, 79, 0.9) 0%, rgba(27, 55, 79, 0.9) 100%), url(../pics/sauna-build-bg.jpg) lightgray 50%/cover no-repeat;
}
#sauna-book #wrapper:after {
  display: none !important;
}
#sauna-book .pic-container {
  position: absolute;
  width: 556px;
  height: 611px;
  left: 73px;
  top: -138px;
}
#sauna-book .pic-container img {
  clip-path: polygon(0% 5%, 100% 0, 100% 100%, 0% 100%);
}
#sauna-book h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #FFFFFF;
}
#sauna-book p {
  color: #F9F9F9;
  font-weight: 400;
  margin-bottom: 40px;
}
#sauna-book p strong {
  font-weight: 700;
  margin-top: 20px;
  display: block;
}

#sauna-course {
  margin: 40px 0 80px 0;
}
#sauna-course #wrapper {
  max-width: 1092px;
}
#sauna-course .block {
  border-top: 3px solid var(--Vilgos, #FAF6F5);
  display: flex;
  align-items: flex-start;
  padding: 40px 0px;
  gap: 40px;
}
#sauna-course .block .pic-container {
  width: 320px;
  height: 210px;
  position: relative;
  flex-shrink: 0;
}
#sauna-course .block .pic-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
#sauna-course .block h3 {
  color: #213F59;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
#sauna-course .block p {
  font-weight: 400;
}
#sauna-course .block .link-sauna {
  margin-top: 20px;
}

#sauna-gallery {
  margin: 40px 0 120px 0;
}
#sauna-gallery #wrapper .row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
#sauna-gallery #wrapper .pic {
  height: 245px;
  flex: 1 0 0;
}
#sauna-gallery .title-block {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}
#sauna-gallery .title-block h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

#sauna-accordion {
  background: #FAF6F5;
  padding: 80px 0 100px 0;
}
#sauna-accordion .arrows {
  background: url("../pics/sauna-gyik-arrows.svg") no-repeat center center;
  background-size: cover;
  width: 52px;
  height: 23px;
  margin: 0 auto 25px auto;
}
#sauna-accordion h2 {
  color: #213F59;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px;
}
#sauna-accordion .blocks {
  display: flex;
  gap: 40px;
}
#sauna-accordion .blocks > div {
  flex: 1;
}
#sauna-accordion .sp-easy-accordion {
  background-color: white;
}
#sauna-accordion .sp-easy-accordion .sp-ea-single {
  background: white;
  margin-bottom: 0px !important;
  border-radius: 0 !important;
  border: 1px solid #E0D9D6;
}
#sauna-accordion .sp-easy-accordion .ea-header a {
  color: #4CBAAF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
}
#sauna-accordion a[aria-expanded=true] {
  color: #CA7A45 !important;
}

#sauna-template-page #wrapper {
  margin-top: 80px;
}
#sauna-template-page h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
#sauna-template-page .description {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
  flex-flow: row;
}
#sauna-template-page .description pre {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  padding: 20px;
  background: linear-gradient(0deg, rgba(250, 246, 245, 0.94) 0%, rgba(250, 246, 245, 0.94) 100%), lightgray 50%/cover no-repeat;
  margin-bottom: 25px;
  display: block;
}
#sauna-template-page .description h3 {
  color: #213F59;
  font-size: 17px;
  font-weight: 700;
  line-height: 140%;
  margin: 1em 0;
  position: relative;
  padding-left: 35px;
}
#sauna-template-page .description h3:before {
  content: url("../pics/services-item.svg");
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
}
#sauna-template-page .description .col1 {
  width: 100%;
}
#sauna-template-page .description .col2 {
  width: 100%;
  text-align: right;
}
#sauna-template-page .description img {
  display: inline-block;
}

#sauna-finn-labels {
  margin-top: 80px;
  background-color: #FAF6F5;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
#sauna-finn-labels .labels {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
}
#sauna-finn-labels .labels div {
  display: flex;
  gap: 10px;
}
#sauna-finn-labels .labels div span {
  position: relative;
  background: url(../pics/calculator-item.svg) no-repeat 0 0;
  width: 25px;
  height: 25px;
  display: inline-block;
}

#sauna-finn-block {
  margin: 80px 0;
}
#sauna-finn-block #wrapper {
  display: flex;
  gap: 40px;
}
#sauna-finn-block .col1 {
  background-color: rgba(250, 246, 245, 0.9411764706);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 404px;
  flex-shrink: 0;
}
#sauna-finn-block .col1 h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
#sauna-finn-block .col1 p {
  font-weight: 400;
}
#sauna-finn-block .col2 {
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: center;
}
#sauna-finn-block .col2 h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sauna-finn-block .col2 p {
  font-weight: 400;
}
