.sgk-about {
  height: 100vh;
  background-image: url(../image/about/about-bg-hero.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  top: -51px;
}
.sgk-about__title {
  font-weight: 400;
  font-size: 68px;
  line-height: 0.88;
  color: #fff;
  margin-bottom: 20px;
}
.sgk-about__shop {
  font-style: italic;
  font-weight: 400;
}
.sgk-about__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 300px;
  margin: 0 auto 5px;
}

.sgk-about__image {
  margin-bottom: 0;
  max-height: 600px;
  max-width: 600px;
}
.sgk-about__image img {
  display: block;
  height: auto;
  width: 100%;
}

.sgk-about__footer-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.sgk-about__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-about-history {
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.sgk-about-history__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: #343232;
  text-indent: 100px;
  margin-bottom: 60px;
  max-width: 100%;
}
.sgk-about-history__title span {
  font-style: italic;
  font-weight: 400;
}
.sgk-about-history__step {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-about-history__content {
  display: flex;
  gap: 80px;
}

.sgk-about-history__content img {
  transform: scale(1);
  transition: all .7s;
}

.sgk-about-history.center img {
  transform: scale(1.1);
} 

.sgk-about-history__content-blocks-img {
  overflow: hidden;
}

.sgk-about-history__content-item {
  flex: 1;
  overflow: hidden;
}
.sgk-about-history__content-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 330px;
}
.sgk-about-history__content-text-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #343232;
}
.sgk-about-history__content-text-item p {
  margin-bottom: 20px;
}
.sgk-about-history__content-text .sgk-about-history__highlight {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.4);
  margin-bottom: 0;
}
.sgk-about-history__content-text .sgk-about-history__highlight span {
  display: block;
  color: #343232;
}
.sgk-about-history__content-blocks {
  max-width: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.sgk-about-history .sgk-about-history__button {
  display: inline-flex;
}
.sgk-media-slider {
  min-height: 100vh;
  background-image: url(../image/about/about-media-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.sgk-media-slider .sgk-media-slider__slideWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sgk-media-slider__title {
  font-weight: 400;
  font-size: 68px;
  line-height: 0.88;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.sgk-media-slider__title span {
  font-style: italic;
  font-weight: 400;
}
.sgk-media-slider__slide {
  margin: 0 auto 100px;
}
.sgk-media-slider__slide img {
  margin: 0 auto 25px;
}
.sgk-media-slider__slide a.sgk-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 170px;
  margin: 0 auto;
}
.sgk-media-slider__slide p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 190px;
  margin: 0 auto;
}
.sgk-media-slider .slick-dots {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  border-top: 1px solid #fff;
}
.sgk-media-slider .slick-dots li {
  flex: 1;
  padding: 8px;
  cursor: pointer;
  margin-top: 0;
}
.sgk-media-slider .slick-dots li button {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  cursor: pointer;
  transition: .3s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sgk-media-slider .slick-dots li.slick-active button {
  position: relative;
  font-weight: 700;
}
.sgk-media-slider .slick-dots li.slick-active button::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.sgk-media-slider .slick-dots li.slick-active button::after {
  content: "";
  position: absolute;
  left: 20px;
  height: 2px;
  background-color: #fff;
  animation: sgk-slider-progress 5s linear forwards;
}
@keyframes sgk-slider-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.sgk-categories {
  background-color: #fff;
  padding: 65px 30px;
}
.sgk-categories__wrapper {
  display: flex;
}
.sgk-categories__catalog {
  height: 100vh;
  border: 1px solid rgba(52, 50, 50, 0.2);
  border-right: none;
  padding: 20px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 120px;
  position: sticky;
  top: 0;
}
.sgk-categories__catalog a.sgk-btn {
  display: inline-flex;
  margin: 0;
}
.sgk-categories__catalogWrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.sgk-categories__catalogWrapper-l {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}
.sgk-categories__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: #343232;
}
.sgk-categories__title span {
  font-style: italic;
  font-weight: 400;
}
.sgk-categories__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #343232;
  max-width: 300px;
}

.sgk-categories__catalog-image img {
  display: block;
  max-width: 330px;
  min-height: 366px;
  object-fit: cover;
}

.sgk-categories__items {
  padding: 0;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.sgk-categories__item {
  padding: 15px;
  width: 50%;
  border: 1px solid rgba(52, 50, 50, 0.2);
}
.sgk-categories__item-img img {
  margin: 0 auto;
}
.sgk-categories__item-text a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-video-popup {
  height: 100vh;
  background-image: url(../image/about/about-video-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sgk-video-popup .sgk-video-popup__contentText {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.sgk-video-popup .sgk-video-popup__contentText .sgk-video-popup__subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sgk-video-popup .sgk-video-popup__contentText .sgk-video-popup__subtitle span {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-video-popup .sgk-video-popup__contentText .sgk-video-popup__subtitle p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-video-popup .sgk-video-popup__contentText .sgk-video-popup__title {
  max-width: 650px;
  font-weight: 400;
  font-size: 68px;
  line-height: 0.88;
  text-align: center;
  color: #343232;
}
.sgk-video-popup .sgk-video-popup__contentText .sgk-video-popup__title
.sgk-video-popup .sgk-video-popup__contentText .sgk-video-popup__title span {
  font-style: italic;
  font-weight: 400;
}
.sgk-video-popup__play-button {
  cursor: pointer;
  position: relative;
  left: -400px;
  top: -250px;
}
.sgk-video-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1000;
}
.sgk-video-popup-content {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sgk-video-popup-content iframe {
  width: 100%;
  height: 100%;
  max-width: 920px;
  max-height: 515px;
}
.sgk-video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.sgk-timeline-slider {
  background-color: #fff;
  padding: 30px;
  min-height: 100vh;
}

.sgk-timeline-slider__title {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.sgk-timeline-slider__title-item {
  min-width: 180px;
}
.sgk-timeline-slider__title-1 {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-timeline-slider__title-2 {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin: 0 auto;
}
.sgk-timeline-slider__title-3 {
  max-width: 180px;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.3);
}
.sgk-timeline-slider__title-3 span {
  color: #343232;
}
.sgk-timeline-slider__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 150px 0 0;
}

.sgk-timeline-slider__year {
  font-weight: 400;
  font-size: 220px;
  line-height: 0.929;
  text-transform: lowercase;
  text-align: center;
  color: rgba(52, 50, 50, 0.1);
  margin-bottom: -115px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.sgk-timeline-slider__year count {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  transform: translateY(-100%);
  display: block;
  transition: all 2s;
}

.sgk-timeline-slider__slide.slick-current .sgk-timeline-slider__year {
  color: rgba(52, 50, 50, 1);
  transition: all .7s;
  transition-delay: .7s;
}

.sgk-timeline-slider__slide.slick-current .sgk-timeline-slider__year count {
  transform: translateY(0);
  
}

.sgk-timeline-slider__images {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 260px;
}

.sgk-timeline-slider__images img {
  display: block;
  object-fit: cover;
  height: 0;
  width: 220px;
}

.sgk-timeline-slider__images img:nth-child(1) {
  transform: translate(-20%, -70%);
  opacity: 0;
}

.sgk-timeline-slider__images img:nth-child(2) {
  transform: translate(20%, -70%);
  opacity: 0;
}

.sgk-timeline-slider__slide.slick-current .sgk-timeline-slider__images img {
  transform: translate(0);
  height: 100%;
  opacity: 1;
  transition: transform 1.5s, height 1.5s, opacity 1s ease;
}

.sgk-timeline-slider__slide.slick-current .sgk-timeline-slider__images img:nth-child(2) {
  transition-delay: .5s;
}

.sgk-timeline-slider__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
  max-width: 290px;
}
.sgk-timeline-slider .slick-dots {
  margin-top: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 15px;
  overflow: hidden;
  overflow-x: auto;
}
.sgk-timeline-slider .slick-dots li {
  margin-top: 0;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  color: rgba(52, 50, 50, 0.1);
}
.sgk-timeline-slider .slick-dots li:hover,
.sgk-timeline-slider .slick-dots li.slick-active {
  color: rgba(52, 50, 50, 1);
}

.sgk-location-slider {
  position: relative;
}
.sgk-location-slider__slide img {
  width: 100%;
}
.sgk-location-slider__nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #fff;
  max-width: 285px;
  padding: 12px;
}
.sgk-location-slider__nav-itemList {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
.sgk-location-slider__nav-itemList span {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(52, 50, 50, 0.3);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: .3s;
}
.sgk-location-slider__nav-itemList span:hover {
  cursor: pointer;
  color: #343232;
}

.sgk-const-location-slider__slide {
  overflow: hidden;
}

.sgk-const-location-slider__slide img {
  display: block;
  width: 100%;
}

.sgk-const-location-slider__slide.slick-current img {
  transition: all 1s ease;
}

.sgk-location-slider__nav-itemList span.active {
  color: #343232;
}
.sgk-location-slider__nav-itemList span.active::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8Y2lyY2xlIGN4PSI0IiBjeT0iNCIgcj0iNCIgZmlsbD0iIzM0MzIzMiIgLz4NCjwvc3ZnPg==");
  width: 8px;
  height: 8px;
  display: block;
  position: relative;
  transition: .3s;
  top: -1px;
}
.sgk-location-slider__nav-itemText p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-mission {
  height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
}
.sgk-mission__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.sgk-mission__content * {
  z-index: 2;
}
.sgk-mission__header {
  text-align: center;
}
.sgk-mission__step {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-mission__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
  margin-bottom: 40px;
}
.sgk-mission__main-text {
  max-width: 550px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #343232;
}
.sgk-mission__main-text span {
  font-style: italic;
  font-weight: 400;
}
.sgk-mission__subtitle {
  max-width: 290px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #343232;
}
.sgk-mission__subtitle span {
  display: block;
  color: rgba(52, 50, 50, 0.4);
}
.sgk-mission .sgk-mission__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sgk-mission .sgk-mission__images .sgk-mission__image {
  position: absolute;
}
.sgk-mission .sgk-mission__images .sgk-mission__image--1 {
  top: 50px;
  left: 5%;
}
.sgk-mission .sgk-mission__images .sgk-mission__image--2 {
  bottom: 15%;
  left: 25%;
}
.sgk-mission .sgk-mission__images .sgk-mission__image--3 {
  bottom: 1%;
  left: -3%;
}
.sgk-mission .sgk-mission__images .sgk-mission__image--4 {
  top: 20%;
  right: 20%;
}
.sgk-mission .sgk-mission__images .sgk-mission__image--5 {
  top: 0;
  right: 0;
}
.sgk-mission .sgk-mission__images .sgk-mission__image--6 {
  right: 10%;
  bottom: 5%;
}
.sgk-benefits-slider {
  background-color: #e8e1d7;
}
.sgk-benefits-slider__content {
  display: flex;
}
.sgk-benefits-slider__content-l {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.sgk-benefits-slider__content-r {
  flex: 1;
  width: 50%;
}
.sgk-benefits-slider__step {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
}
.sgk-benefits-slider__title {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #343232;
  margin-bottom: 65px;
}
.sgk-benefits-slider__bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.sgk-benefits-slider__bottom-content {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 400px;
}
.sgk-benefits-slider__bottom-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.sgk-benefits-slider__bottom-nav--prev,
.sgk-benefits-slider__bottom-nav--next {
  opacity: 0.4;
  transition: .3s;
}
.sgk-benefits-slider__bottom-nav--prev:hover,
.sgk-benefits-slider__bottom-nav--next:hover {
  opacity: 1;
}
.sgk-benefits-slider__bottom-nav--prev {
  cursor: pointer;
}
.sgk-benefits-slider__bottom-nav--next {
  cursor: pointer;
}
.sgk-benefits-slider__sliders {
  display: flex;
  flex-direction: column;
}
.sgk-benefits-slider__slide {
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: rgba(52, 50, 50, 0.2);
  cursor: pointer;
}
.sgk-benefits-slider__slide.active {
  color: #343232;
}
.sgk-benefits-slider__image {
  width: 100%;
  height: 740px;
  overflow: hidden;
}

.sgk-benefits-slider__image img {
  width: 100%;
  height: auto;
  max-height: 900px;
  object-fit: cover;
  transition: max-height 1s;
}

.sgk-benefits-slider__image.loaded img:nth-child(1) {
  max-height: 0;
}
.section__insta {
  position: relative;
  z-index: 3;
}


.sgk-subscribe-tg-parallax {
  height: 100vh;
  background: #e8e1d7;
  overflow: hidden;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
  font-weight: 400;
  font-size: 56px;
  line-height: 0.88;
  color: #343232;
  text-align: center;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__content span {
  font-style: italic;
  font-weight: 400;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__content .sgk-subscribe-tg__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__content a.sgk-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: relative;
  z-index: 1;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__contentWrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img {
  position: absolute;
  z-index: 2;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--1 {
  top: 10%;
  left: 0;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--2 {
  top: 25%;
  left: 20%;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--3 {
  bottom: 0;
  left: 0;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--4 {
  top: 20%;
  right: 0;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--5 {
  top: 60%;
  right: 5%;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--6 {
  bottom: 0;
  right: 10%;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--7 {
  top: 30%;
  left: 50%;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--8 {
  bottom: 0;
  left: 25%;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--9 {
  bottom: 0;
  left: 50%;
}
.sgk-subscribe-tg-parallax .sgk-subscribe-tg__parallax-images .sgk-parallax-img--10 {
  bottom: -10%;
  right: 25%;
}
.footer {
  z-index: 2;
}

@media (max-width: 1920px) {
  .sgk-video-popup {
    height: auto;
  }
}

@media (max-width: 575.98px) {
  .sgk-about__image {
    max-width: 370px;
    max-height: 370px;
  }
}
