@import url(../css/swiper.css);
@font-face {
  font-family: 'HKGrotesk-Regular';
  src: url("../fonts/HKGrotesk-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'HKGrotesk-Bold';
  src: url("../fonts/HKGrotesk-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'SourceSerifProBold';
  src: url("../fonts/SourceSerifPro-Bold.ttf") format("truetype");
}
/* line 1, ../scss/_box.scss */
.box {
  background: white;
  margin-right: 16px;
  margin-left: 16px;
  width: calc(100% - 32px);
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 20px #00000029;
}
@media screen and (min-width: 450px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 444px;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_box.scss */
  .box {
    width: 978px;
  }
}
/* line 15, ../scss/_box.scss */
.box--description {
  color: #3B3641;
  font-size: 16px;
  line-height: 25px;
  font-family: "HKGrotesk-Regular", sans-serif;
  padding: 0 16px 27px 19px;
}
@media screen and (min-width: 992px) {
  /* line 15, ../scss/_box.scss */
  .box--description {
    padding: 42px 88px 42px 57px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
}
/* line 27, ../scss/_box.scss */
.box--description p {
  margin-top: 27px;
}
@media screen and (min-width: 992px) {
  /* line 27, ../scss/_box.scss */
  .box--description p {
    margin-top: 0px;
    width: 389px;
  }
}
/* line 35, ../scss/_box.scss */
.box--photo-on-top {
  color: #032234;
  font-size: 16px;
  line-height: 25px;
  font-family: "HKGrotesk-Regular", sans-serif;
  width: calc(100% - 64px);
  padding: 6px 16px 33px 16px;
}
@media screen and (min-width: 450px) {
  /* line 35, ../scss/_box.scss */
  .box--photo-on-top {
    width: calc(444px - 32px);
  }
}
@media screen and (min-width: 992px) {
  /* line 35, ../scss/_box.scss */
  .box--photo-on-top {
    display: flex;
    justify-content: space-between;
    width: calc(978px - 110px);
    padding: 32px 55px 17px 55px;
  }
}
/* line 51, ../scss/_box.scss */
.box--photo-on-top p {
  margin-top: 27px;
}
@media screen and (min-width: 992px) {
  /* line 51, ../scss/_box.scss */
  .box--photo-on-top p {
    margin-top: 0px;
    width: 389px;
  }
}
/* line 58, ../scss/_box.scss */
.box--photo-on-top span {
  font-weight: bold;
}
/* line 61, ../scss/_box.scss */
.box--photo-on-top h1, .box--photo-on-top .title {
  font-size: 28px;
  font-family: "SourceSerifProBold", sans-serif;
  display: block;
  margin-bottom: 32px;
  line-height: 35px;
}
@media screen and (min-width: 992px) {
  /* line 61, ../scss/_box.scss */
  .box--photo-on-top h1, .box--photo-on-top .title {
    font-size: 36px;
    line-height: 42px;
  }
}
/* line 73, ../scss/_box.scss */
.box__title {
  color: #3B3641;
  font-family: "SourceSerifProBold", sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  /* line 73, ../scss/_box.scss */
  .box__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 45px;
  }
}
/* line 84, ../scss/_box.scss */
.box__title--mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 84, ../scss/_box.scss */
  .box__title--mobile {
    display: none;
  }
}
/* line 92, ../scss/_box.scss */
.box--1 {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  /* line 92, ../scss/_box.scss */
  .box--1 {
    margin-top: 61px;
  }
}
@media screen and (min-width: 992px) {
  /* line 98, ../scss/_box.scss */
  .box--6 {
    margin-top: 130px;
  }
}

/* line 1, ../scss/_container.scss */
.container {
  position: relative;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_container.scss */
  .container {
    background-image: url(../img/backgrounds/background-desktop.jpg);
  }
}

/* line 12, ../scss/_container.scss */
.background-mobile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/backgrounds/background-mobile.jpg);
}
@media screen and (min-width: 992px) {
  /* line 12, ../scss/_container.scss */
  .background-mobile {
    background-image: none;
  }
}

/* line 1, ../scss/_pin.scss */
.pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 155px;
  z-index: 10;
}
/* line 8, ../scss/_pin.scss */
.pin__button {
  width: 31px;
  height: 31px;
  border-radius: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pins/plus.png);
  border-width: 0px;
  cursor: pointer;
  box-shadow: 0px 0px 20px #00000029;
}
/* line 20, ../scss/_pin.scss */
.pin .active {
  background-image: url(../img/pins/minus.png);
}
/* line 23, ../scss/_pin.scss */
.pin__box {
  display: none;
  font-family: "HKGrotesk-Regular", sans-serif;
  background: white;
  border-radius: 14px;
  color: #3B3641;
  width: 127px;
  padding: 12px 14px;
  margin-top: 10px;
  box-shadow: 0px 0px 20px #00000029;
}
/* line 34, ../scss/_pin.scss */
.pin__box__text {
  font-size: 32px;
  text-align: center;
  font-family: "SourceSerifProBold", sans-serif;
}
/* line 40, ../scss/_pin.scss */
.pin__box__line {
  border-top: 0.5px solid #032234;
  margin: 0px 0 10px 0;
}
/* line 45, ../scss/_pin.scss */
.pin__box__link {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #032234;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 55, ../scss/_pin.scss */
.pin__box__link span {
  margin-left: 10px;
  width: 20px;
  height: 12px;
  border-radius: 31px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/pins/arrow.png);
}
/* line 67, ../scss/_pin.scss */
.pin__box--open {
  display: block;
}

/* line 75, ../scss/_pin.scss */
.pin-1 {
  top: 130px;
  right: 60px;
}
@media screen and (min-width: 450px) {
  /* line 75, ../scss/_pin.scss */
  .pin-1 {
    top: 87px;
    left: 242px;
  }
}

/* line 85, ../scss/_pin.scss */
.pin-2 {
  top: 40px;
  right: 130px;
}
@media screen and (min-width: 450px) {
  /* line 85, ../scss/_pin.scss */
  .pin-2 {
    top: 426px;
    right: 37px;
  }
}
@media screen and (min-width: 992px) {
  /* line 85, ../scss/_pin.scss */
  .pin-2 {
    top: 613px;
  }
}

/* line 97, ../scss/_pin.scss */
.pin-3 {
  top: 60px;
  left: 37px;
}
@media screen and (min-width: 992px) {
  /* line 97, ../scss/_pin.scss */
  .pin-3 {
    top: 85px;
    left: 233px;
  }
}

/* line 106, ../scss/_pin.scss */
.pin-4 {
  top: 60px;
  left: 37px;
}
@media screen and (min-width: 992px) {
  /* line 106, ../scss/_pin.scss */
  .pin-4 {
    top: 60px;
    left: 233px;
  }
}

/* line 115, ../scss/_pin.scss */
.pin-5 {
  top: 75px;
  left: 40px;
}
@media screen and (min-width: 992px) {
  /* line 115, ../scss/_pin.scss */
  .pin-5 {
    top: 75px;
    left: 40px;
  }
}

/* line 124, ../scss/_pin.scss */
.pin-6 {
  top: 80px;
  left: 5px;
}
@media screen and (min-width: 450px) {
  /* line 124, ../scss/_pin.scss */
  .pin-6 {
    top: 65px;
    left: 230px;
  }
}
@media screen and (min-width: 992px) {
  /* line 124, ../scss/_pin.scss */
  .pin-6 {
    top: 305px;
    left: -20px;
  }
}

/* line 137, ../scss/_pin.scss */
.pin-7 {
  top: 80px;
  left: 5px;
}
@media screen and (min-width: 992px) {
  /* line 137, ../scss/_pin.scss */
  .pin-7 {
    top: 157px;
    left: 280px;
  }
}

/* line 146, ../scss/_pin.scss */
.pin-slider {
  top: 156px;
  left: 48px;
}
@media screen and (min-width: 992px) {
  /* line 146, ../scss/_pin.scss */
  .pin-slider {
    top: 156px;
    left: 48px;
  }
}

/* line 1, ../scss/_slider-section.scss */
.slider-section {
  position: relative;
  margin: 80px auto 0 auto;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_slider-section.scss */
  .slider-section {
    margin: 160px auto 0 auto;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1480px) {
  /* line 1, ../scss/_slider-section.scss */
  .slider-section {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 1900px) {
  /* line 1, ../scss/_slider-section.scss */
  .slider-section {
    max-width: 1940px;
  }
}
/* line 15, ../scss/_slider-section.scss */
.slider-section .slide {
  margin-bottom: 40px;
  width: 94%;
}
@media only screen and (min-width: 480px) {
  /* line 15, ../scss/_slider-section.scss */
  .slider-section .slide {
    width: 469px;
  }
}
/* line 21, ../scss/_slider-section.scss */
.slider-section .slide__image {
  box-shadow: 0px 0px 20px #00000029;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  height: 313px;
  background-position: center;
}
/* line 28, ../scss/_slider-section.scss */
.slider-section .slide__image--1 {
  background-image: url("../img/slider-top/slide-2.jpg");
}
/* line 31, ../scss/_slider-section.scss */
.slider-section .slide__image--2 {
  background-image: url("../img/slider-top/slide-4.jpg");
}
/* line 34, ../scss/_slider-section.scss */
.slider-section .slide__image--3 {
  background-image: url("../img/slider-top/slide-3.jpg");
}
/* line 37, ../scss/_slider-section.scss */
.slider-section .slide__image--4 {
  background-image: url("../img/slider-top/slide-1.jpg");
}
/* line 41, ../scss/_slider-section.scss */
.slider-section .slide__text {
  box-shadow: 0px 0px 20px #00000029;
  background-color: white;
  padding: 27px 25px 27px 48px;
  color: #3B3641;
  min-height: 500px;
}
@media screen and (min-width: 992px) {
  /* line 41, ../scss/_slider-section.scss */
  .slider-section .slide__text {
    height: 502px;
  }
}
/* line 50, ../scss/_slider-section.scss */
.slider-section .slide__text h1 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 42px;
  font-family: "SourceSerifProBold", sans-serif;
  min-height: 84px;
}
/* line 57, ../scss/_slider-section.scss */
.slider-section .slide__text p {
  font-size: 16px;
  font-family: "HKGrotesk-Regular", sans-serif;
  line-height: 25px;
  padding-right: 6px;
}

/* line 66, ../scss/_slider-section.scss */
.swiper {
  width: 100%;
  height: 100%;
}

/* line 71, ../scss/_slider-section.scss */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 77, ../scss/_slider-section.scss */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px));
}

/* line 82, ../scss/_slider-section.scss */
.swiper-pagination-bullet-active {
  background: #FFCF2C;
}

/* line 1, ../scss/_description.scss */
.description {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 179px;
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_description.scss */
  .description {
    padding-top: 479px;
  }
}
/* line 10, ../scss/_description.scss */
.description__title {
  padding: 14px 25px 17px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #3B3641;
  margin-bottom: 50px;
  width: calc(100% - 82px);
}
@media screen and (min-width: 450px) {
  /* line 10, ../scss/_description.scss */
  .description__title {
    width: calc(444px - 50px);
  }
}
@media screen and (min-width: 992px) {
  /* line 10, ../scss/_description.scss */
  .description__title {
    padding: 14px 25px 11px 25px;
    margin-bottom: 21px;
    width: calc(978px - 50px);
  }
}
/* line 26, ../scss/_description.scss */
.description__title h1 {
  font-family: "SourceSerifProBold", sans-serif;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (min-width: 992px) {
  /* line 26, ../scss/_description.scss */
  .description__title h1 {
    font-size: 46px;
    line-height: 57px;
  }
}
/* line 35, ../scss/_description.scss */
.description__title h2 {
  font-family: "HKGrotesk-Regular", sans-serif;
  font-size: 30px;
  line-height: 40px;
}
@media screen and (min-width: 992px) {
  /* line 35, ../scss/_description.scss */
  .description__title h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (min-width: 992px) {
  /* line 45, ../scss/_description.scss */
  .description__box {
    display: flex;
    justify-content: space-between;
  }
}
/* line 50, ../scss/_description.scss */
.description__box--reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  /* line 50, ../scss/_description.scss */
  .description__box--reverse {
    flex-direction: row;
  }
}
/* line 57, ../scss/_description.scss */
.description__box__image {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 57, ../scss/_description.scss */
  .description__box__image {
    width: 444px;
  }
}
/* line 64, ../scss/_description.scss */
.description__box__image__background {
  width: 100%;
  height: 100%;
}
/* line 69, ../scss/_description.scss */
.description__box__sun-icon {
  width: 142px;
  margin: 50px auto 0 auto;
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 69, ../scss/_description.scss */
  .description__box__sun-icon {
    display: block;
  }
}
/* line 78, ../scss/_description.scss */
.description__box--extra-text img {
  margin-top: auto;
}
@media screen and (min-width: 450px) {
  /* line 78, ../scss/_description.scss */
  .description__box--extra-text img {
    width: 444px;
    height: 593px;
  }
}
/* line 85, ../scss/_description.scss */
.description__box--extra-text p {
  color: #3B3641;
  font-size: 16px;
  line-height: 25px;
  font-family: "HKGrotesk-Regular", sans-serif;
}
@media screen and (min-width: 992px) {
  /* line 91, ../scss/_description.scss */
  .description__box--extra-text .description__box__image {
    display: flex;
    flex-direction: column;
  }
}
/* line 96, ../scss/_description.scss */
.description__box--extra-text .description__box__image p {
  color: #3B3641;
  font-size: 16px;
  line-height: 25px;
  font-family: "HKGrotesk-Regular", sans-serif;
  margin: 42px 0 30px 0;
}
/* line 105, ../scss/_description.scss */
.description__box--photo-on-top {
  flex-wrap: wrap;
}
/* line 107, ../scss/_description.scss */
.description__box--photo-on-top img {
  width: 100%;
}
/* line 112, ../scss/_description.scss */
.description__video {
  background-color: transparent;
  margin-top: 63px;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  /* line 112, ../scss/_description.scss */
  .description__video {
    margin-top: 130px;
    margin-bottom: 20px;
  }
}
/* line 120, ../scss/_description.scss */
.description__video iframe {
  width: 100%;
  height: calc(100vw/1.77777778);
}
@media screen and (min-width: 450px) {
  /* line 120, ../scss/_description.scss */
  .description__video iframe {
    height: 240px;
  }
}
@media screen and (min-width: 992px) {
  /* line 120, ../scss/_description.scss */
  .description__video iframe {
    height: 550px;
  }
}
/* line 131, ../scss/_description.scss */
.description__logo {
  margin: 52px 0 55px 0;
}
/* line 134, ../scss/_description.scss */
.description__info {
  margin-top: 40px;
  color: #032234;
  font-family: "SourceSerifProBold", sans-serif;
  padding: 8px 19px 12px 19px;
  font-size: 26px;
  width: calc(100% - 80px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
}
/* line 146, ../scss/_description.scss */
.description__info span {
  width: 100%;
  font-size: 46px;
  line-height: 57px;
}
@media screen and (min-width: 992px) {
  /* line 146, ../scss/_description.scss */
  .description__info span {
    position: absolute;
    left: 52px;
    top: 17px;
    width: auto;
  }
}
/* line 157, ../scss/_description.scss */
.description__info p {
  font-size: 28px;
  line-height: 35px;
}
@media screen and (min-width: 992px) {
  /* line 157, ../scss/_description.scss */
  .description__info p {
    padding: 0 49px;
  }
}
@media screen and (min-width: 450px) {
  /* line 134, ../scss/_description.scss */
  .description__info {
    width: calc(444px - 38px);
  }
}
@media screen and (min-width: 992px) {
  /* line 134, ../scss/_description.scss */
  .description__info {
    display: block;
    width: 874px;
    margin-top: 78px;
    padding: 30px 52px;
    font-size: 34px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  /* line 175, ../scss/_description.scss */
  .description__info--5 {
    margin-top: 360px;
  }
}

/* line 1, ../scss/_products.scss */
.products {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 5, ../scss/_products.scss */
.products__box {
  margin-bottom: 42px;
}
/* line 7, ../scss/_products.scss */
.products__box span {
  font-weight: bold;
  font-family: "HKGrotesk-Bold", sans-serif;
}
/* line 12, ../scss/_products.scss */
.products__box-info {
  margin-bottom: 31px;
}
/* line 14, ../scss/_products.scss */
.products__box-info .sun-icon {
  margin: 0 auto 30px auto;
  width: 120px;
  height: 120px;
  background-image: url("../img/descriptions/sun.png");
  background-size: cover;
}
/* line 22, ../scss/_products.scss */
.products__logo {
  margin-top: 20px;
}
/* line 25, ../scss/_products.scss */
.products__slider {
  margin: 55px 0 120px 0;
}
/* line 27, ../scss/_products.scss */
.products__slider .box--description {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 450px) {
  /* line 27, ../scss/_products.scss */
  .products__slider .box--description {
    height: 303px;
  }
}
@media screen and (min-width: 992px) {
  /* line 27, ../scss/_products.scss */
  .products__slider .box--description {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  /* line 38, ../scss/_products.scss */
  .products__footer {
    margin-top: 612px;
  }
}
@media screen and (min-width: 450px) {
  /* line 42, ../scss/_products.scss */
  .products__footer p {
    width: 392px;
  }
}
/* line 47, ../scss/_products.scss */
.products__footer .title {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 27px;
  font-family: "SourceSerifProBold", sans-serif;
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 47, ../scss/_products.scss */
  .products__footer .title {
    margin-bottom: 47px;
    font-size: 34px;
    line-height: 42px;
  }
}
/* line 59, ../scss/_products.scss */
.products__footer .bold {
  font-weight: bold;
  font-family: "HKGrotesk-Bold", sans-serif;
  display: contents;
}
@media screen and (min-width: 992px) {
  /* line 64, ../scss/_products.scss */
  .products__footer .box--description {
    padding: 23px 0 20px 101px;
  }
}
/* line 69, ../scss/_products.scss */
.products__footer__image {
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 69, ../scss/_products.scss */
  .products__footer__image {
    height: 610px;
  }
}
/* line 76, ../scss/_products.scss */
.products__footer__mobile-img {
  margin-top: 20px;
  position: relative;
}
/* line 79, ../scss/_products.scss */
.products__footer__mobile-img img {
  width: 100%;
}

/* line 1, ../scss/_footer.scss */
.footer {
  padding: 28px 0 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 450px) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    padding: 28px 0 138px 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 1, ../scss/_footer.scss */
  .footer {
    padding: 80px 0 130px 0;
  }
}
/* line 16, ../scss/_footer.scss */
.footer__text {
  font-size: 20px;
  line-height: 25px;
  color: white;
  font-family: "HKGrotesk-Regular", sans-serif;
  text-align: center;
  padding: 0 16px;
  max-width: 360px;
  font-style: italic;
}
@media screen and (min-width: 450px) {
  /* line 16, ../scss/_footer.scss */
  .footer__text {
    margin-top: -50px;
  }
}
@media screen and (min-width: 992px) {
  /* line 16, ../scss/_footer.scss */
  .footer__text {
    max-width: 100%;
  }
}
/* line 33, ../scss/_footer.scss */
.footer img {
  width: 80%;
}
@media screen and (min-width: 450px) {
  /* line 33, ../scss/_footer.scss */
  .footer img {
    width: auto;
  }
}

/* line 15, ../scss/style.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 20, ../scss/style.scss */
body {
  overflow-x: hidden;
}

/* line 24, ../scss/style.scss */
.mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 24, ../scss/style.scss */
  .mobile {
    display: none;
  }
}

/* line 31, ../scss/style.scss */
.desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 31, ../scss/style.scss */
  .desktop {
    display: block;
  }
}

/* line 38, ../scss/style.scss */
.desktop-flex {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 38, ../scss/style.scss */
  .desktop-flex {
    display: flex;
  }
}
