/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type='submit'] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Inter';
  src: url("/p/safe/10/fontsBVaRMi/inter-variablefontBVaRMi.woff2")
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

@media (max-width: 740px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@font-face {
  font-family: 'Archivo Black';
  src: url("/p/safe/10/fontsNKsPOt2/archivoblack-regularNKsPOt2.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("/p/safe/10/fontsNKsPOt2/roboto-variablefontNKsPOt2.woff2") format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.heroNKsPOt2 {
  min-height: 100vh;
  background: url("/p/safe/10/imagesNKsPOt2/moutains-heroNKsPOt2.webp") center / cover
    no-repeat;
  color: #fff;
  position: relative;
  padding-bottom: clamp(40px, 6vw, 96px);
}

@media (max-width: 768px) {
  .heroNKsPOt2 {
    background-image: url("/p/safe/10/imagesNKsPOt2/moutains-herombNKsPOt2.webp");
  }
}

.hero__topNKsPOt2 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: clamp(20px, 4vw, 32px);
  position: relative;
}

.hero__logoNKsPOt2 {
  font-family: 'Archivo Black';
  font-size: clamp(32px, 8vw, 96px);
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
}

.hero__navNKsPOt2 {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.hero__nav-listNKsPOt2 {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero__nav-listNKsPOt2 a {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  text-decoration: none;
}

.hero__dividerNKsPOt2 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1025px) {
  .hero__dividerNKsPOt2 {
    margin-top: 24px;
    margin-bottom: 184px;
  }
}

@media (max-width: 1024px) {
  .hero__dividerNKsPOt2 {
    margin-top: 80px;
    margin-bottom: 48px;
  }
}

@media (max-width: 748px) {
  .hero__dividerNKsPOt2 {
    margin-top: 30px;
    margin-bottom: 90px;
  }
}

.hero__bodyNKsPOt2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}

.hero__text-blockNKsPOt2 {
  max-width: 720px;
}

.hero-linetextNKsPOt2 {
  border: none;
  padding: 0;
}

.hero__headlineNKsPOt2 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.hero__descNKsPOt2 {
  margin-top: 12px;
  font-family: Roboto;
  font-size: 20px;
  line-height: 1.5;
}

.hero__btnNKsPOt2 {
  padding: 20px 56px;
  background: #fff;
  color: #0d0d0d;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid #fff;
  transition: all 0.25s ease;
}

.hero__btnNKsPOt2:hover {
  background: transparent;
  color: #fff;
}

.hero__burgerNKsPOt2 {
  display: none;
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 72px;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.hero__burgerNKsPOt2 span {
  width: 28px;
  height: 2px;
  background: #fff;
}

.hero__mobile-menuNKsPOt2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 20;
}

.hero__mobile-menuNKsPOt2.is-open {
  transform: translateX(0);
}

.hero__mobile-closeNKsPOt2 {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
}

.hero__mobile-listNKsPOt2 {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.hero__mobile-listNKsPOt2 a {
  display: block;
  padding: 16px 0;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .hero__navNKsPOt2 {
    display: none;
  }

  .hero__burgerNKsPOt2 {
    display: flex;
    position: static;
  }

  .hero__navNKsPOt2 {
    display: none;
  }

  .hero__burgerNKsPOt2 {
    display: flex;
    justify-self: end;
    align-self: center;
  }
}

@media (max-width: 768px) {
  .hero__bodyNKsPOt2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }

  .hero__text-blockNKsPOt2 {
    align-items: center;
  }

  .hero__btnNKsPOt2 {
    align-self: center;
  }
}

.philosophyNKsPOt2 {
  padding: clamp(64px, 10vw, 120px) 0;
  background: #fff;
  color: #0d0d0d;
}

.philosophy__headNKsPOt2 {
  text-align: center;
  margin-bottom: clamp(48px, 8vw, 96px);
}

.philosophy__titleNKsPOt2 {
  color: #0d0d0d;
  font-family: 'Archivo Black';
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.philosophy__subtitleNKsPOt2 {
  margin-top: 16px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
}

.philosophy__listNKsPOt2 {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.philosophy__itemNKsPOt2 {
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 48px;
  padding: 0;
  border-bottom: 1px solid #0d0d0d;
  transition: transform 0.35s ease;
}

.philosophy__itemNKsPOt2:hover {
  transform: scale(1.02);
}

.philosophy__itemNKsPOt2 img {
  width: 100%;
  height: auto;
  display: block;
}

.philosophy__textNKsPOt2 h3 {
  color: #0d0d0d;
  font-family: 'Archivo Black';
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.philosophy__textNKsPOt2 p {
  margin-top: 12px;
  color: #0d0d0d;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  max-width: 520px;
}

.philosophy__btn-wrapNKsPOt2 {
  display: flex;
  justify-content: center;
  margin-top: 64px;
}

.philosophy__btnNKsPOt2 {
  background: #0d0d0d;
  color: #fff;
  padding: 18px 48px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  transition: transform 0.3s ease, background 0.3s ease;
}

.philosophy__btnNKsPOt2:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .philosophy__titleNKsPOt2 {
    font-size: 32px;
  }

  .philosophy__itemNKsPOt2 {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  .philosophy__textNKsPOt2 p {
    font-size: 20px;
    max-width: 100%;
  }

  .philosophy__itemNKsPOt2 img {
    order: 2;
  }
}

.includedNKsPOt2 {
  padding: 120px 0;
  background: #fff;
  color: #0d0d0d;
}

.includedNKsPOt2,
.includedNKsPOt2 * {
  box-sizing: border-box;
}

.included__containerNKsPOt2 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
}

.included__headNKsPOt2 {
  text-align: center;
  margin-bottom: 56px;
}

.included__titleNKsPOt2 {
  font-family: 'Archivo Black';
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.included__subtitleNKsPOt2 {
  margin-top: 12px;
  font-family: Roboto;
  font-size: 20px;
}

.included__rowNKsPOt2 {
  display: flex;
  gap: 56px;
  align-items: flex-start;
  justify-content: center;
}

.included__imageNKsPOt2 {
  width: 486px;
  flex-shrink: 0;
}

.included__imageNKsPOt2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.included__rightNKsPOt2 {
  display: grid;
  grid-template-columns: repeat(2, 323px);
  grid-auto-rows: minmax(196px, auto);
  border-left: 1px solid #0d0d0d;
}

.included__itemNKsPOt2 {
  padding: 0 16px 16px 16px;
  border-bottom: 1px solid #0d0d0d;
}

.included__itemNKsPOt2:nth-child(odd) {
  border-right: 1px solid #0d0d0d;
}

.included__itemNKsPOt2:nth-last-child(-n + 2) {
  border-bottom: none;
}

.included__itemNKsPOt2 h3 {
  margin: 0 0 8px;
  font-family: 'Archivo Black';
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.included__itemNKsPOt2 p {
  font-family: Roboto;
  font-size: 20px;
  line-height: 1.4;
}

.included__item--darkNKsPOt2 {
  background: #0d0d0d;
}

.included__item--darkNKsPOt2 h3,
.included__item--darkNKsPOt2 p {
  color: #fff;
}

@media (max-width: 1199px) {
  .included__containerNKsPOt2 {
    padding: 0 48px;
  }

  .included__rowNKsPOt2 {
    flex-direction: column;
    gap: 48px;
  }

  .included__imageNKsPOt2 {
    width: 100%;
    max-width: 600px;
  }

  .included__rightNKsPOt2 {
    grid-template-columns: repeat(2, 1fr);
    border-left: none;
  }

  .included__itemNKsPOt2:nth-child(odd) {
    border-right: 1px solid #0d0d0d;
  }
}

@media (max-width: 768px) {
  .includedNKsPOt2 {
    padding: 64px 0;
  }

  .included__containerNKsPOt2 {
    padding: 0 24px;
  }

  .included__titleNKsPOt2 {
    font-size: 32px;
  }

  .included__rightNKsPOt2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .included__itemNKsPOt2 {
    padding: 0 0 16px 0;
    padding: 10px;
    border-right: none !important;
    border-bottom: 1px solid #0d0d0d;
  }

  .included__itemNKsPOt2:last-child {
    border-bottom: none;
  }
}

.aboutNKsPOt2 {
  padding: 120px 0;
  background: #fff;
  color: #0d0d0d;
}

.aboutNKsPOt2,
.aboutNKsPOt2 * {
  box-sizing: border-box;
}

.about__containerNKsPOt2 {
  margin: 0 auto;
}

.about__headNKsPOt2 {
  text-align: center;
  margin-bottom: 56px;
}

.about__titleNKsPOt2 {
  font-family: 'Archivo Black';
  font-size: 48px;
  font-weight: 400;
  text-transform: uppercase;
}

.about__subtitleNKsPOt2 {
  margin-top: 12px;
  font-family: Roboto;
  font-size: 20px;
}

.about__statsNKsPOt2 {
  list-style: none;
  margin: 0;
  padding: 64px;

  background: url("/p/safe/10/imagesNKsPOt2/about-moutainsNKsPOt2.webp") center / cover
    no-repeat;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.about__statNKsPOt2 {
  background: #fff;
  padding: 24px;
  text-align: center;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.about__statNKsPOt2 strong {
  display: block;
  font-family: 'Archivo Black';
  font-size: 32px;
  margin-bottom: 8px;
}

.about__statNKsPOt2 span {
  font-family: Roboto;
  font-size: 20px;
}

.about__stat--darkNKsPOt2 {
  background: #0d0d0d;
  color: #fff;
}

.about__stat--darkNKsPOt2 strong,
.about__stat--darkNKsPOt2 span {
  color: #fff;
}

@media (max-width: 1024px) {
  .about__containerNKsPOt2 {
  }

  .about__statsNKsPOt2 {
    grid-template-columns: repeat(2, 1fr);
    padding: 48px;
  }
}

@media (max-width: 768px) {
  .aboutNKsPOt2 {
    padding: 64px 0;
  }

  .about__containerNKsPOt2 {
    padding: 0 10px;
  }

  .about__titleNKsPOt2 {
    font-size: 32px;
  }

  .about__statsNKsPOt2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 24px;
  }

  .about__statNKsPOt2 strong {
    font-size: 20px;
  }

  .about__statNKsPOt2 span {
    font-size: 13px;
  }
}

.reviewsNKsPOt2 {
  padding: 120px 0;
  background: #fff;
  color: #0d0d0d;
}

.reviewsNKsPOt2,
.reviewsNKsPOt2 * {
  box-sizing: border-box;
}

.reviews__itemNKsPOt2 {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.reviews__itemNKsPOt2:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.reviews__containerNKsPOt2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 120px;
}

.reviews__headNKsPOt2 {
  text-align: center;
  margin-bottom: 64px;
}

.reviews__titleNKsPOt2 {
  font-family: 'Archivo Black';
  font-size: 48px;
  text-transform: uppercase;
}

.reviews__subtitleNKsPOt2 {
  margin-top: 12px;
  font-family: Roboto;
  font-size: 20px;
}

.reviews__listNKsPOt2 {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.reviews__itemNKsPOt2 {
  border-radius: 20px;
  background: #fff;
  padding: 24px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);

  display: flex;
  flex-direction: column;
}

.reviews__topNKsPOt2 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.reviews__avatarNKsPOt2 {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #0d0d0d;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.reviews__nameNKsPOt2 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.reviews__countryNKsPOt2 {
  font-family: Roboto;
  font-size: 14px;
}

.reviews__starsNKsPOt2 {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.reviews__starsNKsPOt2 img {
  width: 21px;
  height: 22px;
}

.reviews__textNKsPOt2 {
  font-family: Roboto;
  font-size: 16px;
  margin-bottom: 16px;
}

.reviews__dateNKsPOt2 {
  margin-top: auto;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  color: #8c8c8c;
}

.reviews__btn-wrapNKsPOt2 {
  margin-top: 48px;
  text-align: center;
}

.reviews__btnNKsPOt2 {
  display: inline-block;
  padding: 16px 48px;
  background: #0d0d0d;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .reviews__containerNKsPOt2 {
    padding: 0 48px;
  }

  .reviews__listNKsPOt2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .reviewsNKsPOt2 {
    padding: 64px 0;
  }

  .reviews__containerNKsPOt2 {
    padding: 0 24px;
  }

  .reviews__titleNKsPOt2 {
    font-size: 32px;
  }

  .reviews__listNKsPOt2 {
    grid-template-columns: 1fr;
  }
}

.footerNKsPOt2 {
  background: #e7e7e7;
  padding: 48px 0;
  color: #0d0d0d;
}

.footerNKsPOt2,
.footerNKsPOt2 * {
  box-sizing: border-box;
}

.footer__containerNKsPOt2 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.footer__logoNKsPOt2 {
  display: flex;
  align-items: center;
  gap: 8px;

  font-family: 'Archivo Black';
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0d0d0d;
}

.footer__navNKsPOt2 ul {
  list-style: none;
  display: flex;
  gap: 70px;
  padding: 0;
  margin: 0;
}

.footer__navNKsPOt2 a {
  background: #e7e7e7;
  color: #0d0d0d;

  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;

  text-decoration-line: underline;
  text-underline-offset: 3px;
}

.footer__policiesNKsPOt2 {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;

  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

.footer__policiesNKsPOt2 a {
  color: #0d0d0d;
  text-decoration: none;
}

.footer__copyNKsPOt2 {
  margin-top: 8px;
  text-align: center;

  color: #6b6b6b;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .footer__containerNKsPOt2 {
    padding: 0 64px;
  }

  .footer__navNKsPOt2 ul {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer__containerNKsPOt2 {
    gap: 20px;
    padding: 10px;
  }
  .footer__navNKsPOt2 a {
    font-size: 14px;
  }

  .footer__policiesNKsPOt2 a {
    font-size: 14px;
  }

  .footer__navNKsPOt2 ul {
    gap: 12px;
    align-items: center;
    font-size: 14px;
  }

  .footer__policiesNKsPOt2 {
    gap: 8px;
    align-items: center;
  }

  .footer__policiesNKsPOt2 li:nth-child(2),
  .footer__policiesNKsPOt2 li:nth-child(4) {
    display: none;
  }
}

.navHeroNKsPOt2 {
  background: url("/p/safe/10/imagesNKsPOt2/second-moutainsNKsPOt2.webp") center / cover
    no-repeat;
  color: #fff;
}

@media (max-width: 768px) {
  .navHeroNKsPOt2 {
    background-image: url("/p/safe/10/imagesNKsPOt2/second-moutainsmbNKsPOt2.webp");
  }
}

.navHero__containerNKsPOt2 {
  padding: 48px 120px 32px;
}

.navHero__containerNKsPOt2 .navHero__burgerNKsPOt2 {
  top: 100px;
}
@media (max-width: 768px) {
  .navHero__containerNKsPOt2 {
    padding: 32px 10px 120px;
  }
}

.navHero__topNKsPOt2 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.navHero__logoNKsPOt2 {
  grid-column: 1 / -1;
  font-family: 'Archivo Black';
  font-size: 96px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .navHero__logoNKsPOt2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

.navHero__navNKsPOt2 {
  grid-column: 1 / -1;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.navHero__nav-listNKsPOt2 {
  display: flex;
  gap: 32px;
}

.navHero__nav-listNKsPOt2 a {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

/* DIVIDER */
.navHero__dividerNKsPOt2 {
  margin-top: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
}

.navHero__burgerNKsPOt2 {
  display: none;
  background: none;
  border: none;
  position: absolute;
  right: 24px;
  top: 36px;
  flex-direction: column;
  gap: 6px;
}

.navHero__burgerNKsPOt2 span {
  width: 28px;
  height: 2px;
  background: #fff;
}

@media (max-width: 1024px) {
  .navHero__navNKsPOt2 {
    display: none;
  }

  .navHero__burgerNKsPOt2 {
    display: flex;
  }
}

.navHero__mobile-menuNKsPOt2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 20;
}

.navHero__mobile-menuNKsPOt2.is-open {
  transform: translateX(0);
}

.navHero__mobile-closeNKsPOt2 {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
}

.navHero__mobile-listNKsPOt2 li {
  margin: 16px 0;
}

.navHero__mobile-listNKsPOt2 a {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.about-pageNKsPOt2 {
  background: #fff;
  color: #0d0d0d;
}

.aboutNKsPOt2 {
  padding: clamp(64px, 8vw, 140px) 0;
}

.aboutNKsPOt2,
.aboutNKsPOt2 * {
  box-sizing: border-box;
}

.about__containerNKsPOt2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.about__titleNKsPOt2 {
  text-align: center;
  font-family: 'Archivo Black';
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: clamp(32px, 6vw, 72px);
}

.about__rowNKsPOt2 {
  display: flex;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.about__textNKsPOt2 {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.about__textNKsPOt2 p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
}

.about__textNKsPOt2 strong {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 700;
}

.about__imagesNKsPOt2 {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.about__imagesNKsPOt2 li {
  background: #fff;
  padding: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
}

.about__imagesNKsPOt2 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .about__rowNKsPOt2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .about__textNKsPOt2 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .about__imagesNKsPOt2 {
    grid-template-columns: 1fr;
  }

  .about__textNKsPOt2 p {
    font-size: 18px;
  }

  .about__textNKsPOt2 strong {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .about__rowNKsPOt2 {
    align-items: center;
    text-align: center;
  }

  .about__textNKsPOt2 {
    align-items: center;
  }

  .about__textNKsPOt2 p {
    text-align: center;
  }

  .about__imagesNKsPOt2 {
    justify-content: center;
    max-width: 640px;
    margin: 0 auto;
  }
}

.numbers__titleNKsPOt2 {
  font-family: 'Archivo Black';
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.contactNKsPOt2 {
  padding: 120px 0;
  background: #fff;
}

.contact__containerNKsPOt2 {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.contact__titleNKsPOt2 {
  font-family: 'Archivo Black';
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact__subtitleNKsPOt2 {
  font-family: Roboto;
  font-size: 18px;
  margin-bottom: 48px;
}

.contact__formNKsPOt2 {
  text-align: left;
}

.contact__fieldNKsPOt2 {
  margin-bottom: 24px;
}

.contact__fieldNKsPOt2 label {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

.contact__fieldNKsPOt2 input,
.contact__fieldNKsPOt2 textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: Roboto;
  font-size: 16px;
  border: 1px solid #a0a0a0;
  background: #fff;
  outline: none;
}

.contact__fieldNKsPOt2 textarea {
  min-height: 140px;
  resize: vertical;
}

.contact__fieldNKsPOt2 input:focus,
.contact__fieldNKsPOt2 textarea:focus {
  border-color: #0d0d0d;
}

.contact__btnNKsPOt2 {
  margin-top: 24px;
  width: 240px;
  height: 56px;
  background: #0d0d0d;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.contact__successNKsPOt2 {
  margin-top: 24px;
  color: #0d0d0d;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .contactNKsPOt2 {
    padding: 64px 0;
  }

  .contact__titleNKsPOt2 {
    font-size: 32px;
  }

  .contact__btnNKsPOt2 {
    width: 100%;
  }
}

.attractions-headNKsPOt2 {
  text-align: center;
  margin-bottom: 48px;
}

.attractions-titleNKsPOt2 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.attractions-subtitleNKsPOt2 {
  color: #0d0d0d;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Заголовок внутри карточки */
.philosophy__textNKsPOt2 h3 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Текст карточки */
.philosophy__textNKsPOt2 p {
  font-size: 16px;
  line-height: 1.6;
  max-width: 520px;
}

.numbersNKsPOt2 {
  padding: 90px 0;
}

@media (max-width: 740px) {
  .numbersNKsPOt2 {
    padding: 30px 0;
  }
}

.attractions__headNKsPOt2 {
  width: 100%;
  text-align: center;
  margin: 0 auto 48px;
}

.attractions__headNKsPOt2 h2 {
  margin: 0;
  font-family: 'Archivo Black', sans-serif;
  font-size: 42px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #0d0d0d;
}

.attractions__headNKsPOt2 p {
  margin: 16px auto 0;
  max-width: 760px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.attractions-tabsNKsPOt2 {
  width: 100%;
  margin: 0 auto 64px;
}

.attractions-tabs__listNKsPOt2 {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.attractions-tabs__listNKsPOt2 li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.attractions-tabs__listNKsPOt2 button {
  all: unset;

  cursor: pointer;
  position: relative;

  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d;

  padding: 4px 0;
  white-space: nowrap;
}

.attractions-tabs__listNKsPOt2 button:hover {
  opacity: 0.7;
}

.attractions-tabs__listNKsPOt2 button.is-active {
  font-weight: 700;
}

.attractions-tabs__listNKsPOt2 button.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #0d0d0d;
}

@media (max-width: 768px) {
  .attractions__headNKsPOt2 h2 {
    font-size: 30px;
  }

  .attractions-tabs__listNKsPOt2 {
    gap: 20px;
    justify-content: center;
  }

  .attractions-tabs__listNKsPOt2 button {
    font-size: 14px;
  }
}

.is-hidden {
  display: none !important;
}

.attractionsNKsPOt2 {
  padding: 50px 0;
}

.attractions__btnNKsPOt2 {
  background: #0d0d0d;
  display: block;
  max-width: 267px;
  width: 100%;
  margin: auto;
  padding: 16px 32px;
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-top: 40px;
}

.attractions-sectionNKsPOt2 {
  margin-bottom: 40px;
}

.heroNKsPOt2.heroNKsPOt2--attractions {
  position: relative;
  min-height: 520px;
  padding: 34px 0 48px;
  color: #fff;

  background: url("/p/safe/10/imagesNKsPOt2/attractions-montainsNKsPOt2.webp") center /
    cover no-repeat;
}

.heroNKsPOt2.heroNKsPOt2--attractions::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.heroNKsPOt2.heroNKsPOt2--attractions > .container,
.heroNKsPOt2.heroNKsPOt2--attractions .container {
  position: relative;
  z-index: 1;
}

.heroNKsPOt2.heroNKsPOt2--attractions .hero__dividerNKsPOt2 {
  background: rgba(255, 255, 255, 0.55);
  margin: 22px 0 clamp(72px, 14vw, 33px);
}

.heroNKsPOt2.heroNKsPOt2--attractions .hero__nav-listNKsPOt2 a {
  color: #fff;
}

.hero__bodyNKsPOt2.hero__bodyNKsPOt2--textonly {
  margin-top: 110px;
}

.hero__introNKsPOt2 {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  max-width: 980px;
}

.hero__intro-lineNKsPOt2 {
  width: 2px;
  height: 120px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 6px;
  flex: 0 0 auto;
}

.hero__intro-textNKsPOt2 {
  display: grid;
  gap: 14px;
}

.hero__intro-paragraphNKsPOt2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.hero__intro-paragraphNKsPOt2 strong {
  color: #fff;
  font-family: 'Archivo Black';
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .heroNKsPOt2.heroNKsPOt2--attractions {
    min-height: 520px;
    padding: 28px 0 36px;
  }

  .hero__bodyNKsPOt2.hero__bodyNKsPOt2--textonly {
    margin-top: 42px;
  }

  .hero__introNKsPOt2 {
    max-width: 100%;
    gap: 16px;
  }

  .hero__intro-lineNKsPOt2 {
    height: 170px;
  }

  .hero__intro-paragraphNKsPOt2 {
    font-size: 16px;
  }

  .hero__intro-paragraphNKsPOt2 strong {
    font-size: 22px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
.terms {
  padding: 90px 0;
}

.terms h2.terms-title {
  color: #000;
  text-align: center;
  font-family: 'Archivo Black';
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 48px;
  text-align: center;
}

@media (max-width: 740px) {
  .terms {
    padding: 64px 0;
  }
  .terms h2.terms-title {
    font-size: 32px;
  }
}

.terms h2 {
  margin-bottom: 16px;
  color: #000;
  font-family: 'Archivo Black';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.terms p {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms ul {
  list-style: disc;
}

.terms ul li {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.terms ul {
  list-style: disc;
}

.terms ul li {
  list-style-type: disc;
  margin-left: 20px;
}
