@media screen and (max-width: 768px) {
  body,
  html {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.ar-header-static {
  color: #fff;
}
.container {
  max-width: 1340px;
  padding: 0 50px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) and (max-width: 1339px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}
h1 {
  font-weight: 750;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: 0px;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-weight: 750;
    font-size: 76px;
    line-height: 100%;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-weight: 750;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0px;
  }
}

h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 4.2px;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    letter-spacing: 4.2px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 4.2px;
  }
}

h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33.6px;
  letter-spacing: 0.68px;
}
@media screen and (max-width: 1200px) {
  h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 33.6px;
    letter-spacing: 0.68px;
  }
}

h4 {
  font-weight: 450;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0em;
  }
}

h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.7px;
}
@media screen and (max-width: 1200px) {
  h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2.7px;
  }
}

h6 {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
}

.secondary__btn {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
  outline: 2px solid #71cbf4;
  border-radius: 40px;
  padding: 10px 32px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease;
}
.secondary__btn:hover {
  outline: 2px solid #8dc8e8;
}

.blue__text {
  color: #71cbf4;
}

.red__text {
  color: #e30613;
  font-weight: 700;
  font-size: 28px;
  line-height: 0px;
  letter-spacing: 0.7px;
}

.grey__text {
  color: #9f9f9e;
}

.underline__text {
  border-bottom: 2px solid;
}

.bold__text {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
}

.custom__list-style {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom__list-style li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom__list-style li::before {
  content: "";
  display: flex;
  width: 16px;
  height: 2px;
  background-color: #e30613;
}

.title {
  height: 600px;
}

.title::after {
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/title/title_slide.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 914px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .title::after {
    height: 680px;
  }
}

@media screen and (max-width: 411px) {
  .title::after {
    height: 720px;
  }
}

@media screen and (max-width: 385px) {
  .title::after {
    height: 770px;
  }
}

.title__wrapper {
  max-width: 744px;
  width: 100%;
  display: grid;
  gap: 24px;
}

.title__wrapper h2,
.title__wrapper span,
.title__wrapper a {
  color: #fff;
}

.title__wrapper span {
  max-width: 457px;
}

.title__title {
  background-image: url("/local/templates/alrosa/assets/uglerodnaya/img/title/title_bg.png");
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: moveText 35s linear infinite;
  position: relative;
  text-transform: lowercase;
}

@keyframes moveText {
  0% {
    background-position: 0% 0%;
    filter: 0deg;
  }
  25% {
    background-position: 100% 25%;
    filter: 90deg;
  }
  50% {
    background-position: 50% 100%;
    filter: 180deg;
  }
  75% {
    background-position: 0% 50%;
    filter: 270deg;
  }
  100% {
    background-position: 0% 0%;
    filter: 360deg;
  }
}

.deg__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .deg__wrapper {
    padding: 50px 0;
  }
}

.deg__block-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.deg__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.deg__block img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .deg__block {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .deg__block:nth-child(2) img {
    order: 2;
  }
}
.block__text-wrapper {
  background-color: #f8f8f8;
  padding: 56px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.question {
  position: relative;
  padding-top: 100px;
  margin-bottom: 402px;
}
.question::after {
  content: "";
  position: absolute;
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/question/question__hands.svg);
  max-width: 804px;
  width: 100%;
  height: 682px;
  top: 172px;
  right: 0%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .question::after {
    max-width: 462px;
    background-size: cover;
    height: 587px;
    top: 288px;
  }
}
@media screen and (max-width: 768px) {
  .question::after {
    display: none;
  }
}

.question__wrapper h2 {
  padding-bottom: 50px;
  font-size: 56px;
}
@media screen and (max-width: 1200px) {
  .question__wrapper h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
.question__text-wrapper-1 {
  max-width: 552px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .question__text-wrapper-1 {
    max-width: 100%;
  }
}

.question__text-wrapper-1 p {
  max-width: 456px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .question__text-wrapper-1 p {
    max-width: 100%;
  }
}

.question__line {
  margin-top: 24px;
  margin-bottom: 49px;
  max-width: 552px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .question__line {
    max-width: 369px;
  }
}
@media screen and (max-width: 768px) {
  .question__line {
    display: none;
  }
}

.question__block {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .question__block {
    flex-direction: column;
  }
}

.question__text-wrapper-2 {
  max-width: 552px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.question__text-wrapper-2 h3 {
  line-height: 34px;
}

.question__block-video {
  max-width: 552px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .question__block-video {
    max-width: 100%;
  }
}

.question__video {
  position: absolute;
  bottom: -556px;
  width: 100%;
  height: 617px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: brightness(1.05) contrast(1.1);
  z-index: -1;
}

.card {
  margin-bottom: 182px;
}

.card__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .card__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.card__block {
  display: flex;
  flex-direction: column;
  padding: 32px;
  height: 400px;
  justify-content: end;
  gap: 16px;
  color: #fff;
}

.card__bg-1 {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/card/card-img.png);
  background-position: 30% 100%;
  background-size: 400%;
  background-repeat: no-repeat;
}

.card__bg-2 {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/card/card-img.png);
  background-size: 400%;
  background-position: 65% 100%;
  background-repeat: no-repeat;
}

.card__bg-3 {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/card/card-img.png);
  background-size: 400%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.card__block {
  position: relative;
}
.card__block::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 102%;
  z-index: 1;
  background: linear-gradient(189.12deg, rgba(0, 0, 0, 0) 21.31%, rgba(0, 0, 0, 0.6) 106.48%);
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
}

.card__block:first-child,
.card__block:nth-child(2) {
  position: relative;
}
.card__block:first-child::after,
.card__block:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 150px;
  right: -40px;
  width: 40px;
  height: 100px;
  background: linear-gradient(#71cbf4 67.86%, #0072bb 140.18%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  z-index: 3;
}

.card__block:nth-child(3) h2 {
  display: flex;
  align-items: center;
  position: relative;
}
.card__block:nth-child(3) h2::after {
  content: "";
  position: absolute;
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/card/check.svg);
  width: 100px;
  height: 100px;
  right: 0;
  z-index: 3;
}

.card__block h4 {
  height: 128px;
  z-index: 4;
  font-weight: 400;
  padding: 0;
}

.card__block h2 {
  z-index: 4;
  font-size: 56px;
}

.info {
  background: linear-gradient(164.88deg, #f2f2f9 16.57%, #ffffff 72.69%);
  padding: 100px 0;
}

.info__wrapper h2 {
  margin-bottom: 40px;
}

.info__block-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
  gap: 24px;
}

.info__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
  max-width: 840px;
}

.info__block {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  height: 400px;
}

.info__block:nth-child(n + 2):nth-child(-n + 3)::after {
  content: "";
  position: absolute;
  background: linear-gradient(174.7deg, rgba(243, 249, 255, 0.5882352941) 35.13%, rgba(255, 255, 255, 0) 96.78%);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.info__block {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  background-repeat: no-repeat;
  background-size: cover;
}

.info__block p,
.info__block h4 {
  z-index: 2;
}

.info__block:nth-child(1) {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/info/carbon-1.png);
  color: #fff;
}

.info__block:nth-child(2) {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/info/carbon-2.png);
}

.info__block:nth-child(3) {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/info/carbon-3.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.info__block:nth-child(4) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.info__block-icon {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/info/info-check.svg);
  width: 32px;
  height: 32px;
}

.slider__wrapper {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.slider__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
}

.first__swiper {
  margin-bottom: 60px;
  height: 544px;
}

.swiper-pagination-bullet {
  background: none;
  border: solid 1.16px #fff;
  width: 8px;
  height: 8px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.s-pagination {
  align-items: center;
}

.swiper-pagination-bullets {
  display: flex;
}

.s-button-next {
  cursor: pointer;
}

.s-button-prev {
  cursor: pointer;
}

.first__swiper-slide {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .first__swiper-slide {
    padding: 45px 0;
  }
}

.first__swiper-slide:nth-child(1)::before {
  content: "";
  position: absolute;
  background: linear-gradient(268.32deg, rgba(11, 43, 7, 0) 44.53%, rgba(11, 43, 7, 0.8) 90.11%);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.first__swiper-slide:nth-child(2)::before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(11, 43, 7, 0) 44.9%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.slide-container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.first__swiper-slide-active .slide-content h1,
.first__swiper-slide-active .slide-content p,
.first__swiper-slide-active .btn {
  opacity: 1;
  transform: translateY(0);
}

.slide-content p:nth-child(1) {
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: 0px;
  max-width: 648px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .slide-content p:nth-child(1) {
    font-size: 46px;
    line-height: 100%;
  }
}

.slide-content p:nth-child(2) {
  font-weight: 450;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
  max-width: 457px;
  width: 100%;
}

.slide-content {
  max-width: 936px;
  width: 100%;
  gap: 24px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.first__swiper_btn-wrapper {
  display: flex;
  padding-bottom: 44px;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 16px;
  z-index: 10;
}

.info__2 {
  margin-bottom: 100px;
}

.info__2-icon {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/info/co2.svg);
  width: 56px;
  height: 56px;
}

.info__2-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.info__2-wrapper h4 {
  max-width: 744px;
  width: 100%;
}

.info__2-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.noslide {
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/noslide/noslide.jpg);
  background-position: 0% 83%;
  background-size: 130%;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .noslide {
    background-size: 300%;
    background-position: 50% 83%;
    background-attachment: local;
  }
}
.noslide {
  background-repeat: no-repeat;
  min-height: 612px;
  position: relative;
  padding: 100px 0;
}
.noslide::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
  background:
    linear-gradient(83.01deg, #f4f9fb 30.74%, rgba(244, 249, 251, 0) 67.46%),
    linear-gradient(0deg, #ffffff 3.92%, rgba(255, 255, 255, 0) 35.36%);
  z-index: 1;
  top: 0;
}

.noslide__wrapper {
  max-width: 553px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.noslide__wrapper h2 {
  z-index: 2;
}

.noslide__wrapper-text {
  max-width: 456px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 2;
}
.noslide__wrapper-text h4 {
  font-weight: 450;
}

.verification {
  padding-bottom: 100px;
  background:
    linear-gradient(39deg, rgba(242, 242, 249, 1) -8.93%, #ffffff 57.07%),
    linear-gradient(88deg, rgb(1 1 255) 78.07%, #0000ff 80.47%);
}

.verification__wrapper h2 {
  margin-bottom: 40px;
}

.verification__info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .verification__info {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.verification__block {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  height: 370px;
}

.verification__block-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
  gap: 24px;
  margin-bottom: 60px;
  background-color: #fff;
}

.verification__list-wrapper {
  position: relative;
  height: 412px;
}
@media screen and (max-width: 768px) {
  .verification__list-wrapper {
    order: 1;
  }
}

.verification__list {
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/verification/verification__list.svg);
  background-size: cover;
  background-position: top;
  max-width: 552px;
  width: 100%;
  height: 412px;
}

.verification__lists-text {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.verification__detail {
  padding: 56px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.verification__detail-wrapper {
  display: flex;
  gap: 24px;
  padding-left: 24px;
  border-left: 4px solid #e30613;
}
@media screen and (max-width: 768px) {
  .verification__detail-wrapper {
    flex-direction: column;
  }
}

.verification__detail p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  flex: 1;
}

.blackslide {
  background: rgb(0, 0, 0);
  background-position: -22% 84%;
  background-size: 123%;
  background-repeat: no-repeat;
  perspective: 1px;
  overflow-y: auto;
  position: relative;
  padding: 100px 0;
}
.blackslide::after {
  position: absolute;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/alrosa/assets/uglerodnaya/img/blackslide/blackslide-bg.jpg);
  background-size: contain;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  top: 0;
  z-index: 1;
}

.blackslide__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blackslide__wrapper h2 {
  z-index: 2;
  color: #fff;
}

.blackslide__wrapper-text {
  max-width: 552px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 2;
  color: #fff;
}

.commentaries__slide {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.commentaries__slide-text {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.commentaries__slide-name {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.commentaries__slide-name p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
}

.commentaries__slide img {
	width: 100%;
}

.commentaries-pagination .swiper-pagination-bullet {
  background: none;
  border: solid 1.16px #212529;
  width: 8px;
  height: 8px;
  opacity: 1 !important;
}

.commentaries-pagination .swiper-pagination-bullet-active {
  background: #212529 !important;
}

.commentaries-pagination {
  display: flex;
  align-items: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.commentaries-pagination-bullets {
  display: flex;
}

.commentaries_btn-wrapper {
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  width: -moz-min-content;
  width: min-content;
  gap: 16px;
  z-index: 10;
}

.commentaries-button-prev {
  cursor: pointer;
}

.commentaries-button-next {
  cursor: pointer;
}

.swiper_btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  gap: 12px;
}

.commentaries__container {
  max-width: 1196px;
  padding: 0 24px;
  margin: 0 auto;
}
.commentaries__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 100px 0;
}

.commentaries__swiper {
  width: 100%;
}
.ar-main .ar-burger-menu__btn span[data-v-8fa512dc] {
  background-color: #fff;
}
._opened .ar-burger-menu__btn span[data-v-8fa512dc]:last-child,
._opened .ar-burger-menu__btn span[data-v-8fa512dc]:first-child {
  background-color: #404040 !important;
}