/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/templates/health-light.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.topSection {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: center;
}
.topSection .thumbnail, .topSection video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.topSection video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.topSection .container {
  padding-bottom: 130px;
}
.topSection .text {
  padding-bottom: 28px;
}
.topSection .text.white {
  color: #fff;
}
.topSection .text.white h1, .topSection .text.white h2, .topSection .text.white h3 {
  color: #fff;
}
.topSection .text.white .letter svg path {
  fill: #fff;
}
.topSection .text.white .letter svg rect {
  stroke: #fff;
}
.topSection .text.black .letter svg path {
  fill: #101828;
}
.topSection .text.black .letter svg rect {
  stroke: #101828;
}
.topSection .letter {
  display: inline-block;
  width: 56px;
  margin-bottom: 40px;
}
.topSection .letter svg {
  width: 100%;
  height: 100%;
}
.topSection .buttons {
  margin-bottom: 40px;
  font-size: 0;
}
.topSection .buttons .button {
  margin: 0 2px 4px;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  .topSection .buttons .button {
    margin: 0 4px 8px;
  }
}
.topSection .logos {
  gap: 28px;
  align-items: center;
}
.topSection .logos .item img {
  max-height: 48px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .topSection h1 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .topSection .container {
    padding-bottom: 100px;
  }
  .topSection .text {
    padding-bottom: 48px;
  }
  .topSection .buttons {
    margin-bottom: 56px;
  }
}

.posts {
  display: grid;
  gap: 16px;
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  .posts {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts.col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .posts {
    padding-bottom: 261px;
  }
  .posts.col2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .posts.col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.post-item {
  text-decoration: none;
  display: block;
  transition: all 0.4s ease;
}
.post-item figure {
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.post-item figure img {
  margin: 0 auto;
}
.post-item figure .project-logo {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
}
.post-item figure .project-logo img {
  margin: 0 0 0 auto;
}
.post-item figure .award {
  position: absolute;
  left: 0;
  top: 0;
  background: #FFD95E;
  padding: 16px;
  line-height: 1;
  width: 106px;
}
.post-item figure .award svg {
  margin: 0 auto;
}
.post-item figure .rewards {
  position: absolute;
  left: 20px;
  top: 20px;
}
.post-item figure .rewards .project-reward {
  display: block;
  width: 70px;
  margin-bottom: 8px;
}
.post-item figure .status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
}
.post-item .info time {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  display: block;
  padding-bottom: 8px;
}
.post-item .info h3 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 6px;
}
.post-item .info p {
  color: rgba(0, 0, 0, 0.8);
}
.post-item .info .cats {
  color: #808080;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.post-item .info .external {
  color: #808080;
  font-size: 15px;
  position: relative;
  display: block;
}
.post-item .info .external:before {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 24px;
}
.post-item.publication-item figure {
  border: 1px solid #D4D2D0;
}
.post-item.has-gallery {
  cursor: pointer;
}
@media screen and (min-width: 1081px) {
  .post-item figure > img {
    transform: scale(1);
    transition: all 0.4s ease;
  }
  .post-item:hover figure > img {
    transform: scale(1.05);
  }
}

.videoBox {
  position: relative;
  padding: 48px 0 0;
}
.videoBox .container {
  padding: 10px 0;
}
.videoBox .videoWrap {
  position: relative;
  line-height: 1;
}
.videoBox .videoWrap span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.videoBox .videoWrap span:before, .videoBox .videoWrap span:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.videoBox .videoWrap span:before {
  background: url("../images/Mute_Desktop..svg") 0 0/cover no-repeat;
}
.videoBox .videoWrap span:after {
  background: url("../images/Unmute_Desktop.svg") 0 0/cover no-repeat;
  opacity: 0;
  visibility: hidden;
}
.videoBox .videoWrap span.active:before {
  opacity: 0;
  visibility: hidden;
}
.videoBox .videoWrap span.active:after {
  opacity: 1;
  visibility: visible;
}
.videoBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (min-width: 1081px) {
  .videoBox .videoWrap {
    height: inherit;
  }
  .videoBox .videoWrap .container {
    height: inherit;
  }
  .videoBox .videoWrap span {
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }
  .videoBox .videoWrap span:before, .videoBox .videoWrap span:after {
    width: 50px;
    height: 50px;
  }
}

.relatedPosts {
  padding-top: 34px;
  padding-bottom: 34px;
  background: #fff;
  position: relative;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .relatedPosts {
    padding-bottom: 48px;
  }
}

.partners {
  padding: 30px 0;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 8px;
}
.partners .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
@media screen and (min-width: 1081px) {
  .partners {
    padding: 104px 0;
  }
}

.title-button {
  margin-bottom: 24px;
}
.title-button h2 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.title-button .button {
  padding: 10px;
}
@media screen and (min-width: 1081px) {
  .title-button .button {
    padding: 10px 16px;
  }
}

.topSection .thumbnail {
  filter: blur(40px);
  animation: blurPulse 4s infinite alternate ease-in-out;
}

@keyframes blurPulse {
  0% {
    filter: blur(40px);
  }
  100% {
    filter: blur(5px);
  }
}
.content h2 {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.firstPart {
  background: linear-gradient(to bottom, #fff 0%, #F4E8DE 100%);
  z-index: 0;
}
.firstPart:before {
  background: #fff;
}
@media screen and (min-width: 1081px) {
  .firstPart:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -700px;
    width: 2024px;
    height: 1112px;
    z-index: -1;
    background: #DBDFEC;
    filter: blur(100px);
    border-radius: 50%;
  }
}

.secondPart {
  background: #EEEDEC;
  padding-bottom: 1px;
}
.secondPart:before {
  background: #EEEDEC;
}

/*.videoBox {
  position: relative;
  padding: 48px 0 0;
  a {
    color: $c2;
  }
  img {
    border-radius: 24px;
  }
  .play {
    border-radius: 26px;
    padding: 4px 16px 4px 4px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(32px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    @include transition();
    .icon-play {
      background: #fff;
      border-radius: 50%;
      width: 44px;
      height: 44px;
      position: relative;
      margin-right: 12px;
      &:before {
        @include center();
        font-size: 29px;
        color: #000;
      }
    }
    .watch {
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    &:hover {
      backdrop-filter: blur(16px);
    }
  }
  #popupVideo {
    display: none;
  }
  @include rwd-max(767){
    .play {
      @include center();
    }
  }
  @include rwd-min(768){
    .play {
      position: absolute;
      left: 64px;
      bottom: 64px;
    }
  }
}*/
.timing {
  position: relative;
}
.timing .swiper-slide {
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.timing img {
  margin: 0 auto;
  max-height: 100%;
  width: auto;
}
.timing .pagination {
  position: absolute;
  text-align: center;
  bottom: 40px !important;
  z-index: 1;
}
.timing .pagination .swiper-pagination-bullet {
  border-radius: 2px;
  background: #fff;
  width: 43px;
  height: 4px;
  margin: 0 2px;
  background: #000;
}
@media screen and (min-width: 1081px) {
  .timing {
    height: 100vh;
  }
  .timing .swiper-slide {
    height: 100vh;
  }
  .timing .pagination .swiper-pagination-bullet {
    width: 91px;
    margin: 0 4px;
  }
}

.messageSection {
  position: relative;
}
.messageSection .swiper-slide {
  display: flex;
  align-items: center;
}
.messageSection .swiper-slide:before {
  content: "";
  background: url("../images/sunny.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 64px;
  height: 64px;
  display: none;
}
.messageSection .swiper-slide:after {
  content: "";
  background: url("../images/bedtime.svg") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 64px;
  height: 64px;
  display: none;
}
.messageSection .swiper-slide svg {
  transform-origin: center;
  animation: rotateCW 50s linear infinite;
}
@keyframes rotateCW {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.messageSection figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.messageSection .messageText {
  text-align: center;
  padding: 96px 0;
  width: 993px;
  max-width: 100%;
  margin: 0 auto;
  color: #000;
  position: relative;
}
.messageSection .messageText p {
  font-size: 28px;
  line-height: 1.2;
}
.messageSection .messageText p:last-of-type {
  padding-bottom: 0;
}
.messageSection .links {
  margin-top: 40px;
}
.messageSection .links .item {
  display: inline-block;
  padding: 0 80px;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
.messageSection .links .item:first-child {
  border-left: none;
}
.messageSection .links a {
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 3px 40px 3px 0;
}
.messageSection .links a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  font-size: 20px;
  line-height: 1;
  padding-top: 2px;
}
.messageSection .links a:hover {
  color: #000;
}
.messageSection .pagination {
  position: absolute;
  text-align: center;
  bottom: 40px !important;
  z-index: 1;
}
.messageSection .pagination .swiper-pagination-bullet {
  border-radius: 2px;
  background: #fff;
  width: 43px;
  height: 4px;
  margin: 0 2px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .messageSection .swiper-slide svg {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .messageSection .messageText p {
    font-size: 36px;
  }
}
@media screen and (min-width: 1081px) {
  .messageSection {
    height: 100vh;
  }
  .messageSection .swiper-slide {
    height: 100vh;
  }
  .messageSection .swiper-slide:before, .messageSection .swiper-slide:after {
    display: block;
  }
  .messageSection .pagination .swiper-pagination-bullet {
    width: 91px;
    margin: 0 4px;
  }
}

.stepsBox {
  padding: 60px 0 0;
}
.stepsBox .description {
  margin-bottom: 100px;
}
.stepsBox .description h2 {
  font-size: 24px;
  text-transform: none;
}
.stepsBox .steps {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.stepsBox .steps .step {
  background: rgba(255, 255, 255, 0.4);
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.stepsBox .steps .step figure {
  width: 40px;
  margin-bottom: 40px;
}
.stepsBox .steps .step .step-title {
  color: #000;
  font-size: 20px;
  margin-bottom: 16px;
}
.stepsBox .steps .step .step-subtitle {
  color: #808080;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .stepsBox .steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .stepsBox {
    padding: 100px 0 0;
  }
  .stepsBox .description h2 {
    font-size: 36px;
  }
  .stepsBox .steps {
    grid-template-columns: repeat(4, 1fr);
  }
}

.beforeAfter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.beforeAfter .item {
  background: #fff;
  padding: 25px 16px 37px;
}
.beforeAfter .item figure {
  margin-bottom: 34px;
}
.beforeAfter .item .ba-title {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #000;
}
@media screen and (min-width: 768px) {
  .beforeAfter {
    grid-template-columns: repeat(2, 1fr);
  }
}

.modernizationBox {
  padding-top: 70px;
  padding-bottom: 100px;
}
.modernizationBox h2 {
  padding-bottom: 48px;
}
.modernizationBox .item {
  padding: 32px 0 32px 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
}
.modernizationBox .item:before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 1;
  color: #000;
}
.modernizationBox .item h3 {
  padding-bottom: 8px;
}
.modernizationBox .item p:last-of-type {
  padding-bottom: 0;
}
.modernizationBox .item .more {
  color: #101828;
  padding: 3px 0;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.modernizationBox .item .more:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #101828;
  transition: all 0.4s ease;
}
.modernizationBox .item .more:hover:after {
  opacity: 0;
}
@media screen and (min-width: 1081px) {
  .modernizationBox {
    padding-top: 100px;
    padding-bottom: 125px;
  }
  .modernizationBox h2 {
    flex: 1;
  }
  .modernizationBox .list {
    width: 712px;
  }
}

.brends {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.brends .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background: rgba(255, 255, 255, 0.4);
  aspect-ratio: 2/1.2;
}
@media screen and (min-width: 768px) {
  .brends {
    grid-template-columns: repeat(3, 1fr);
  }
}

.relatedCases {
  padding-top: 34px;
  padding-bottom: 76px;
  position: relative;
}

.team {
  padding-bottom: 8px;
}
.team .info {
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(144);
          backdrop-filter: blur(144);
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 8px;
  color: #000;
}
.team .info p {
  font-size: 24px;
}
.team .info .button {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .team .info p span {
    display: inline-block;
    font-size: 16px !important;
  }
}
@media screen and (min-width: 768px) {
  .team {
    display: flex;
    justify-content: space-between;
  }
  .team > div {
    width: calc(50% - 4px);
  }
  .team .info {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1081px) {
  .team .info {
    border-radius: 24px;
    padding: 32px;
  }
  .team .info p {
    font-size: 32px;
  }
}

.projectsBox {
  padding-bottom: 8px;
}
.projectsBox .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.projectsBox .info {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  padding: 16px;
  z-index: 10;
  max-width: 600px;
}
.projectsBox .info p {
  font-size: 24px;
}
.projectsBox .button {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .projectsBox .info {
    padding: 32px;
  }
  .projectsBox .info p {
    font-size: 32px;
  }
}
@media screen and (min-width: 1081px) {
  .projectsBox .swiper-slide:before {
    border-radius: 24px;
  }
}

.inMedia {
  padding-top: 34px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 8px;
}
.inMedia .posts {
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .inMedia {
    padding-top: 48px;
  }
}

/*# sourceMappingURL=health-light_style.css.map*/