@charset "UTF-8";/* Generated by vite-plugin-svg-spritemap */
.protection-section__wrapper {
  display: flex;
  background-color: #262626;
}
.protection-section__card {
  flex: 1;
}
.protection-section__card:first-child {
  padding-right: 1.875rem;
  border-right: 0.0625rem solid #333;
}
.protection-section__card:last-child {
  padding-left: 1.875rem;
}
.protection-section__block-img {
  margin-bottom: 1.25rem;
}
.protection-section__img {
  height: 9rem;
  width: auto;
}
.protection-section__list-item {
  line-height: 1.6;
  padding-left: 0.9375rem;
  position: relative;
}
.protection-section__list-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.protection-section__list-item::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #D2D2D2;
  left: 0;
  top: 0.5625rem;
}
.protection-section__subtitle {
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.protection-section__content {
  line-height: 1.6;
}
.protection-section__description {
  padding-left: 1.875rem;
  flex: 2;
  min-width: 18.75rem;
  line-height: 1.5;
}
.protection-section__description > p:not(:last-child) {
  margin-bottom: 1em;
}
.protection-section__description-list {
  margin-bottom: 1em;
}
.protection-section__description-list-item {
  line-height: 1.6;
  padding-left: 0.9375rem;
  position: relative;
}
.protection-section__description-list-item:not(:last-child) {
  margin-bottom: 1.25rem;
}
.protection-section__description-list-item::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #D2D2D2;
  left: 0;
  top: 0.5625rem;
}/* Generated by vite-plugin-svg-spritemap */
.philosophy-section__title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
}
.philosophy-section__description {
  text-align: center;
  line-height: 1.5;
}
.philosophy-section__subtitle {
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
}
.philosophy-section__content {
  display: flex;
  gap: 1.875rem;
}
.philosophy-section__card {
  flex: 1;
}
.philosophy-section__video {
  margin-bottom: 1.25rem;
}
.philosophy-section__text {
  line-height: 1.5;
}/* Generated by vite-plugin-svg-spritemap */
.intro-section-title__container {
  border-bottom: 0.0625rem solid #333;
}
.intro-section-title__title {
  line-height: 1.2;
  text-transform: uppercase;
}
/* Generated by vite-plugin-svg-spritemap */
.intro-block__info {
  margin-bottom: 2.5rem;
}
.intro-block__list {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.intro-block__label {
  line-height: 1.5;
}
.intro-block__item-value {
  color: #b88a4a;
  line-height: 1.5;
}
.intro-block__media {
  aspect-ratio: 13/5;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}
.intro-block__media.video {
  aspect-ratio: 13/6;
}
.intro-block__media.image {
  aspect-ratio: 13/7;
}
.intro-block__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-block__media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introblock-video__controls {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: flex;
  gap: 1.5rem;
  z-index: 2;
}

.introblock-video__play-btn,
.introblock-video__mute-btn {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-color: #b88a4a;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s ease, background 0.2s;
  color: #fff;
  font-size: 1.25rem;
  position: relative;
  /* Убрана анимация ::after */
  box-shadow: 0 0 0 0.375rem rgba(184, 138, 74, 0.4);
}
.introblock-video__play-btn span,
.introblock-video__mute-btn span {
  display: flex;
  font-size: 1rem;
}
.introblock-video__play-btn::before,
.introblock-video__mute-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  border-radius: 50%;
  background-color: #b88a4a;
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
}
.introblock-video__play-btn::after,
.introblock-video__mute-btn::after {
  display: none;
}
.introblock-video__play-btn:hover,
.introblock-video__mute-btn:hover {
  transform: scale(1.05);
  background: #a6783d;
}

.introblock-video__play-btn:hover,
.introblock-video__mute-btn:hover {
  background: rgb(60, 60, 60);
}

.introblock-video__mute-btn.is-muted .--icon-mute-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.introblock-video__mute-btn.is-muted .--icon-mute-video::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5rem;
  height: 0.09375rem;
  background: #fff;
  border-radius: 0.125rem;
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
}

.introblock-video__mute-btn.is-unmuted .--icon-mute-video {
  /* Здесь можно задать стили для иконки unmute */
  opacity: 0.5;
}

@media (max-width: 61.99875em){
  .intro-block__item:last-child {
    display: none;
  }
}

@media (max-width: 47.99875em){
  .protection-section__wrapper {
    flex-direction: column;
  }
  .protection-section__card:first-child {
    padding-right: 0;
    border-right: none;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #333;
  }
  .protection-section__card:last-child {
    padding-left: 0;
    padding-top: 1.875rem;
  }
  .protection-section__description {
    padding-left: 0;
  }
  .philosophy-section__content {
    flex-direction: column;
  }
  .intro-block {
    background-color: #262626;
  }
  .intro-block__container {
    display: flex;
    flex-direction: column;
  }
  .intro-block__info {
    order: 2;
    padding: 1.25rem 0;
    margin-bottom: 0;
  }
  .intro-block__list {
    flex-wrap: wrap;
    column-gap: 0;
  }
  .intro-block__item {
    width: 48%;
  }
}

@media (max-width: 20em){
  .philosophy-section__title {
    font-size: 1.25rem;
  }
  .philosophy-section__title {
    margin-bottom: 1.5625rem;
  }
  .philosophy-section__description {
    margin-bottom: 1.5625rem;
  }
  .philosophy-section__subtitle {
    font-size: 1rem;
  }
  .philosophy-section__subtitle {
    margin-bottom: 1.5625rem;
  }
  .intro-section-title__container {
    padding-top: 3.125rem;
  }
  .intro-section-title__container {
    padding-bottom: 1.5625rem;
  }
  .intro-section-title__title {
    font-size: 2rem;
  }
  .intro-block {
    padding-top: 1.5625rem;
  }
  .intro-block {
    padding-bottom: 1.5625rem;
  }
  .intro-block__item-value {
    font-size: 1.25rem;
  }
}

@media (min-width: 20em) and (max-width: 91.875em){
  .philosophy-section__title {
    font-size: clamp( 1.25rem , 1.18043478260625rem  +  0.347826087vw , 1.5rem );
  }
  .philosophy-section__title {
    margin-bottom: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .philosophy-section__description {
    margin-bottom: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .philosophy-section__subtitle {
    font-size: clamp( 1rem , 0.96521739130625rem  +  0.1739130435vw , 1.125rem );
  }
  .philosophy-section__subtitle {
    margin-bottom: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .intro-section-title__container {
    padding-top: clamp( 3.125rem , 2.25543478260625rem  +  4.347826087vw , 6.25rem );
  }
  .intro-section-title__container {
    padding-bottom: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .intro-section-title__title {
    font-size: clamp( 2rem , 1.7217391304375rem  +  1.3913043478vw , 3rem );
  }
  .intro-block {
    padding-top: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .intro-block {
    padding-bottom: clamp( 1.5625rem , 1.38858695651875rem  +  0.8695652174vw , 2.1875rem );
  }
  .intro-block__item-value {
    font-size: clamp( 1.25rem , 1.18043478260625rem  +  0.347826087vw , 1.5rem );
  }
}

@media (min-width: 91.875em){
  .philosophy-section__title {
    font-size: 1.5rem;
  }
  .philosophy-section__title {
    margin-bottom: 2.1875rem;
  }
  .philosophy-section__description {
    margin-bottom: 2.1875rem;
  }
  .philosophy-section__subtitle {
    font-size: 1.125rem;
  }
  .philosophy-section__subtitle {
    margin-bottom: 2.1875rem;
  }
  .intro-section-title__container {
    padding-top: 6.25rem;
  }
  .intro-section-title__container {
    padding-bottom: 2.1875rem;
  }
  .intro-section-title__title {
    font-size: 3rem;
  }
  .intro-block {
    padding-top: 2.1875rem;
  }
  .intro-block {
    padding-bottom: 2.1875rem;
  }
  .intro-block__item-value {
    font-size: 1.5rem;
  }
}