@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,regular,500,600,700,800,900");
html {
  scroll-behavior: smooth;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
  counter-reset: guide;
}
.wrapper > * {
  min-width: 0;
}

body {
  background-color: #050b0f;
}
body._lock {
  overflow: hidden;
  touch-action: none;
}
.container {
  max-width: 82.5rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "Nunito";
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Nunito";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.title {
  font-weight: 400;
  text-transform: uppercase;
}

h1,
.title {
  font-size: 96px;
  line-height: 1.1;
}
@media (max-width: 62em) {
  h1,
  .title {
    font-size: 64px;
  }
}
@media (max-width: 48em) {
  h1,
  .title {
    font-size: 40px;
  }
}
@media (max-width: 30.3125em) {
  h1,
  .title {
    font-size: 32px;
  }
}

h2,
.title--second {
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media (max-width: 62em) {
  h2,
  .title--second {
    font-size: 32px;
  }
}
@media (max-width: 48em) {
  h2,
  .title--second {
    font-size: 30px;
  }
}
@media (max-width: 30.3125em) {
  h2,
  .title--second {
    font-size: 24px;
  }
}

h3,
.title--third {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 62em) {
  h3,
  .title--third {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  h3,
  .title--third {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  h3,
  .title--third {
    font-size: 18px;
  }
}

p {
  font-weight: 400;
  line-height: 1.4;
  font-size: 18px;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.arrow-link::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(14%) hue-rotate(288deg) brightness(105%) contrast(100%);
  background-image: url("../../img/icons/right-arrow.svg");
}

section {
  padding: 60px 0 100px;
}
@media (max-width: 48em) {
  section {
    padding: 32px 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  display: block;
  background-color: rgba(49, 49, 49, 0.5);
  text-transform: uppercase;
  z-index: 3;
}
@media (max-width: 48em) {
  .header {
    padding: 16px 0;
  }
}
.header__logo {
  position: relative;
  z-index: 3;
  flex: auto 0 1;
}
@media (max-width: 78.4375em) {
  .header__logo {
    margin-right: 0;
  }
}
.header__logo img {
  max-width: 100%;
}
@media (max-width: 78.4375em) {
  .header__logo img {
    max-width: 220px;
  }
}
@media (max-width: 30.3125em) {
  .header__logo img {
    max-width: 240px;
  }
}
@media (max-width: 62em) {
  .header__logo {
    margin-right: auto;
  }
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1312px;
  gap: 48px;
}
@media (max-width: 78.4375em) {
  .header .container {
    gap: 24px;
  }
}
@media (max-width: 62em) {
  .header .container {
    justify-content: stretch;
    gap: 16px;
  }
}
.header__buttons {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 3;
  font-size: 20px;
}
@media (max-width: 78.4375em) {
  .header__buttons {
    gap: 24px;
  }
}
.header__buttons button {
  padding: 21px 24px !important;
  color: #050b0f !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  text-transform: uppercase;
}
.header__buttons button:hover {
  color: #fff !important;
}
@media (max-width: 48em) {
  .header__buttons {
    display: none;
  }
}

.nav {
  display: flex;
  align-items: center;
}
.nav._active .nav__inner {
  background-color: #050b0f;
  top: 0%;
  padding: 100px 0 30px;
}
@media (max-width: 48em) {
  .nav._active .nav__inner {
    padding: 160px 30px;
  }
}
.nav__inner {
  transition: top 0.3s;
}
@media (max-width: 62em) {
  .nav__inner {
    width: 100%;
    height: 100vh;
    left: 0;
    z-index: 4;
    position: fixed;
    top: -100vh;
    overflow: auto;
    z-index: 2;
  }
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 78.4375em) {
  .nav__list {
    gap: 24px;
  }
}
@media (max-width: 62em) {
  .nav__list {
    flex-direction: column;
    font-size: 24px;
  }
}
.nav__list button {
  padding: 21px 24px !important;
  color: #050b0f !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  text-transform: uppercase;
}
.nav__list button:hover {
  color: #fff !important;
}
.nav__list .hidden-element {
  display: none;
}
@media (max-width: 48em) {
  .nav__list .hidden-element {
    display: block;
  }
}
.nav__item {
  font-size: 18px;
}
@media (max-width: 62em) {
  .nav__item {
    font-size: 20px;
  }
}
.nav__link {
  position: relative;
}
.nav__link:hover::after, .nav__link.active::after {
  width: 100%;
}
.nav__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}
.nav__link.active {
  font-weight: 700;
}

.burger {
  display: none;
  z-index: 6;
}
.burger._active span {
  height: 0;
}
.burger._active span::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}
.burger._active span::after {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.burger span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 100%;
}
.burger span::after, .burger span::before {
  content: "";
  background-color: #fff;
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  transition: top 0.3s, transform 0.3s;
}
.burger span::after {
  top: 0;
  left: 0;
}
.burger span::before {
  bottom: 0;
  left: 0;
}
@media (max-width: 62em) {
  .burger {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
}

.hero {
  min-height: 1000px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 112px;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 11, 15, 0.3);
}
@media (max-width: 62em) {
  .hero {
    min-height: 700px;
  }
}
@media (max-width: 48em) {
  .hero {
    padding-top: 104px;
    min-height: 600px;
  }
}
@media (max-width: 30.3125em) {
  .hero {
    min-height: 500px;
  }
}
.hero__text {
  background-color: rgba(49, 49, 49, 0.5);
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 62em) {
  .hero__text {
    background-color: transparent;
  }
}
.hero .container {
  flex-basis: 100%;
  display: flex;
  gap: 27px;
  text-transform: uppercase;
  align-items: center;
}
@media (max-width: 78.4375em) {
  .hero .container {
    flex-wrap: wrap;
  }
}
.hero__img {
  padding: 0 27px;
  border-right: 6px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 62em) {
  .hero__img {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 48em) {
  .hero__img {
    padding-right: 0;
    border-right: none;
  }
  .hero__img img {
    max-width: 86px;
    height: auto;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 30.3125em) {
  .hero img {
    max-width: 64px;
  }
}
.hero .title {
  letter-spacing: -0.04em;
  line-height: 0.9;
}
@media (max-width: 48em) {
  .hero .title {
    flex-basis: 100%;
  }
}
.hero p {
  flex: 273px 0 0;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  padding-top: 21px;
}
@media (max-width: 62em) {
  .hero p {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .hero p {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .hero p {
    font-size: 18px;
  }
}
@media (max-width: 48em) {
  .hero p {
    flex-grow: 1;
  }
}

.contacts {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  padding: 0;
}
@media (max-width: 48em) {
  .contacts {
    min-height: 400px;
  }
}
.contacts .title--second {
  margin-bottom: 50px;
}
@media (max-width: 62em) {
  .contacts .title--second {
    margin-bottom: 32px;
  }
}
@media (max-width: 48em) {
  .contacts .title--second {
    margin-bottom: 24px;
  }
}
.contacts__info {
  min-height: 800px;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  padding: 60px 95px 95px;
  backdrop-filter: blur(32px);
}
@media (max-width: 48em) {
  .contacts__info {
    padding: 32px;
    min-height: 400px;
    max-width: none;
  }
}
@media (max-width: 30.3125em) {
  .contacts__info {
    padding: 15px;
  }
}
.contacts__info .button {
  width: 100%;
  color: #050b0f;
  line-height: 1.5;
  font-size: 24px;
}
@media (max-width: 62em) {
  .contacts__info .button {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .contacts__info .button {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .contacts__info .button {
    font-size: 18px;
  }
}
.contacts__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
@media (max-width: 48em) {
  .contacts__inputs {
    grid-template-columns: 1fr;
  }
}
.contacts input,
.contacts textarea {
  color: #fff;
  padding: 18px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.contacts input::placeholder,
.contacts textarea::placeholder {
  color: #fff;
}
.contacts input:focus,
.contacts textarea:focus {
  outline: none;
}
.contacts input {
  min-height: 60px;
}
.contacts__form {
  margin-bottom: 30px;
}
.contacts a {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 8px 0;
}
@media (max-width: 62em) {
  .contacts a {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .contacts a {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .contacts a {
    font-size: 18px;
  }
}
.contacts a span {
  position: relative;
}
.contacts a span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s;
}
.contacts a:hover span::after {
  width: 100%;
}
.contacts a::before {
  content: "";
  display: block;
  background-image: url("../../img/icons/mail.svg");
  width: 48px;
  height: 36px;
}
@media (max-width: 30.3125em) {
  .contacts a::before {
    display: none;
  }
}
.contacts textarea {
  grid-column: span 2;
  min-height: 150px;
}
@media (max-width: 48em) {
  .contacts textarea {
    grid-column: span 1;
  }
}

.tours {
  position: relative;
}
.tours--all-tours .tours__list {
  margin-bottom: 20px;
}
.tours__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 32px;
}
@media (max-width: 62em) {
  .tours__heading {
    margin-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .tours__heading {
    margin-bottom: 32px;
  }
}
@media (max-width: 30.3125em) {
  .tours__heading {
    margin-bottom: 24px;
  }
}
.tours__heading .title--second {
  color: #b7e445;
}
.tours__heading p {
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.tours__list {
  display: flex;
  gap: 16px;
}
@media (max-width: 62em) {
  .tours__list {
    flex-wrap: wrap;
  }
}
.tours__item {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  flex: 1 1;
  min-height: 494px;
  overflow: hidden;
}
@media (max-width: 48em) {
  .tours__item {
    min-height: 350px;
  }
}
@media (max-width: 62em) {
  .tours__item {
    flex-basis: 300px;
  }
}
.tours__item .tours__text {
  padding: 20px;
  position: relative;
  backdrop-filter: blur(16px);
  width: 100%;
  line-height: 1.5;
}
.tours__item .tours__text span {
  font-size: 24px;
}
@media (max-width: 62em) {
  .tours__item .tours__text span {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .tours__item .tours__text span {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .tours__item .tours__text span {
    font-size: 18px;
  }
}
.tours__item .title--third {
  margin-bottom: 37px;
  letter-spacing: -0.03em;
}
.tours .tours__link {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.tours__background {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  border-radius: 10px;
  background-image: url("../../img/pages/home/tours/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 30.3125em) {
  .tours__background {
    min-height: 200px;
  }
}
.tours__background .button {
  color: #050b0f;
  font-size: 24px;
  letter-spacing: -0.02em;
  display: flex;
}
@media (max-width: 62em) {
  .tours__background .button {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .tours__background .button {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .tours__background .button {
    font-size: 18px;
  }
}
.tours__background .button:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(139deg) brightness(103%) contrast(101%);
}
.tours__background .button::after {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(16%) hue-rotate(255deg) brightness(95%) contrast(105%);
}

.choose {
  position: relative;
  padding-bottom: 160px;
}
.choose::before {
  content: "";
  position: absolute;
  top: 0;
  max-width: 1320px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 62em) {
  .choose {
    padding-bottom: 64px;
  }
}
@media (max-width: 48em) {
  .choose {
    padding-bottom: 48px;
  }
}
@media (max-width: 30.3125em) {
  .choose {
    padding-bottom: 24px;
  }
}
.choose .container > p {
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-size: 24px;
  text-transform: uppercase;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 62em) {
  .choose .container > p {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .choose .container > p {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .choose .container > p {
    font-size: 18px;
  }
}
.choose__heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 62em) {
  .choose__heading {
    flex-wrap: wrap;
  }
}
.choose__heading p {
  font-size: 24px;
  flex: 707px 0 1;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 62em) {
  .choose__heading p {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .choose__heading p {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .choose__heading p {
    font-size: 18px;
  }
}
@media (max-width: 62em) {
  .choose__heading p {
    flex-basis: 100%;
  }
}
.choose .title--second {
  color: #b7e445;
}
.choose__about {
  background-color: #b7e445;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 32px;
  color: #050b0f;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media (max-width: 62em) {
  .choose__about {
    margin-bottom: 48px;
    flex-wrap: wrap;
    padding: 32px;
  }
}
@media (max-width: 48em) {
  .choose__about {
    margin-bottom: 32px;
    padding: 24px;
  }
}
@media (max-width: 30.3125em) {
  .choose__about {
    margin-bottom: 24px;
  }
}
.choose__about .title--third {
  flex: 243px 0 0;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media (max-width: 62em) {
  .choose__about .title--third {
    font-size: 30px;
  }
}
@media (max-width: 48em) {
  .choose__about .title--third {
    font-size: 24px;
  }
}
@media (max-width: 30.3125em) {
  .choose__about .title--third {
    font-size: 22px;
  }
}
@media (max-width: 62em) {
  .choose__about .title--third {
    flex-basis: 100%;
  }
}
.choose__about p {
  flex: 926px 0 1;
  font-size: 20px;
}
.choose__list {
  counter-reset: chooseList;
  margin-bottom: 40px;
  padding-bottom: 60px;
}
@media (max-width: 62em) {
  .choose__list {
    padding-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .choose__list {
    padding-bottom: 32px;
  }
}
@media (max-width: 30.3125em) {
  .choose__list {
    padding-bottom: 24px;
  }
}
.choose__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px;
  display: flex;
  gap: 24px 40px;
}
@media (max-width: 48em) {
  .choose__item {
    flex-wrap: wrap;
    padding: 24px 0;
  }
}
.choose__item::before {
  counter-increment: chooseList;
  content: "0" counter(chooseList);
  display: block;
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media (max-width: 62em) {
  .choose__item::before {
    font-size: 32px;
  }
}
@media (max-width: 48em) {
  .choose__item::before {
    font-size: 30px;
  }
}
@media (max-width: 30.3125em) {
  .choose__item::before {
    font-size: 24px;
  }
}
.choose__item .title--second {
  margin-bottom: 20px;
  color: #fff;
}

.button {
  background-color: #b7e445 !important;
  font-weight: 400 !important;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  letter-spacing: normal !important;
  font-family: "Nunito" !important;
  color: #fff;
  border: 1px solid #b7e445 !important;
  border-radius: 8px !important;
  margin: 0 !important;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.button:hover {
  background: none !important;
  color: #fff;
  border-color: #fff !important;
}
.button--large {
  padding: 20px 40px !important;
}
.button--medium {
  padding: 21px 24px !important;
}
.button--small {
  padding: 20px 16px !important;
}
.button--border {
  border-color: #fff !important;
  background: none !important;
  color: #fff;
}
.button--border:hover {
  border-color: #b7e445 !important;
  background-color: #b7e445 !important;
  color: #050b0f !important;
}

.article-hero {
  min-height: 1000px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.article-hero::after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 100px;
  width: 100%;
  background: linear-gradient(0deg, #050b0f 0%, #050b0f 20%, rgba(5, 11, 15, 0.1) 100%);
}

.article__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-bottom: 60px;
}
@media (max-width: 62em) {
  .article__heading {
    margin-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .article__heading {
    margin-bottom: 32px;
    justify-content: center;
  }
}
@media (max-width: 30.3125em) {
  .article__heading {
    margin-bottom: 24px;
  }
}
.article__heading .button {
  background-color: #fff !important;
  color: #050b0f !important;
  font-size: 24px;
}
@media (max-width: 62em) {
  .article__heading .button {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .article__heading .button {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .article__heading .button {
    font-size: 18px;
  }
}
.article__subheading {
  display: flex;
  align-items: center;
  gap: 24px;
}
.article__subheading span {
  display: inline-block;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media (max-width: 62em) {
  .article__subheading span {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .article__subheading span {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .article__subheading span {
    font-size: 18px;
  }
}
.article__subheading span:last-of-type {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  color: #050b0f;
}
.article__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 32px;
  margin-bottom: 8px;
}
.article__info + p {
  margin-bottom: 60px;
}
@media (max-width: 62em) {
  .article__info + p {
    margin-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .article__info + p {
    margin-bottom: 32px;
  }
}
@media (max-width: 30.3125em) {
  .article__info + p {
    margin-bottom: 24px;
  }
}
.article__text p {
  line-height: 1.8;
}
.article__item {
  line-height: 1.8;
  font-size: 18px;
  padding-left: 15px;
  position: relative;
}
.article__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}

.categories__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 62em) {
  .categories__heading {
    margin-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .categories__heading {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
}
@media (max-width: 30.3125em) {
  .categories__heading {
    margin-bottom: 24px;
  }
}
.categories__heading .title--second {
  color: #b7e445;
}
.categories__heading p {
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media (max-width: 62em) {
  .categories__heading p {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .categories__heading p {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .categories__heading p {
    font-size: 18px;
  }
}
.categories__item {
  min-height: 494px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 48em) {
  .categories__item {
    min-height: 350px;
  }
}
.categories__item a {
  flex-basis: 100%;
  display: flex;
  align-items: flex-end;
}
.categories__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.categories__text {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: space-between;
  padding: 20px;
  backdrop-filter: blur(16px);
  line-height: 1.5;
  gap: 16px 32px;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media (max-width: 62em) {
  .categories__text {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .categories__text {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .categories__text {
    font-size: 18px;
  }
}
@media (max-width: 30.3125em) {
  .categories__text {
    flex-wrap: wrap;
  }
}

.tabs__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 60px;
}
@media (max-width: 62em) {
  .tabs__menu {
    margin-bottom: 48px;
    justify-content: center;
  }
}
@media (max-width: 48em) {
  .tabs__menu {
    margin-bottom: 32px;
  }
}
@media (max-width: 30.3125em) {
  .tabs__menu {
    margin-bottom: 24px;
  }
}
.tabs__menu button.button {
  background-color: #fff;
}

.tabs__button {
  background-color: transparent !important;
  border-color: transparent;
  font-size: 24px;
  letter-spacing: -0.02em !important;
}
@media (max-width: 62em) {
  .tabs__button {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .tabs__button {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .tabs__button {
    font-size: 18px;
  }
}
.tabs__button--active {
  background-color: #b7e445 !important;
  color: #050b0f;
}

.tabs__pane {
  display: none;
}

.tabs__pane--active {
  display: block;
}

.policy {
  padding: 128px 0;
}
@media (max-width: 62em) {
  .policy {
    padding: 64px 0;
  }
}
@media (max-width: 48em) {
  .policy {
    padding: 48px 0;
  }
}
@media (max-width: 30.3125em) {
  .policy {
    padding: 32px 0;
  }
}
.policy h1 {
  text-align: center;
  margin-bottom: 48px;
}
.policy p,
.policy li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.policy li:before {
  content: "- ";
}
.policy a {
  text-decoration: underline;
  transition: color 0.3s;
}
.policy h2 {
  margin-bottom: 16px;
}

.footer {
  text-transform: uppercase;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 78.4375em) {
  .footer__top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__list {
  display: flex;
  align-items: center;
  gap: 16px 32px;
  font-size: 18px;
}
@media (max-width: 78.4375em) {
  .footer__list {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__link {
  transition: color 0.3s;
}
.footer__link:hover {
  color: #b7e445;
}
.footer__medium {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  gap: 16px 106px;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
}
@media (max-width: 62em) {
  .footer__medium {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .footer__medium {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .footer__medium {
    font-size: 18px;
  }
}
.footer__medium .footer__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 62em) {
  .footer__medium .footer__item {
    flex-basis: 100%;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
  }
}
.footer__medium .footer__item::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}
.footer__medium .footer__item:first-of-type::before {
  background-image: url("../../img/icons/phone.svg");
}
.footer__medium .footer__item:last-of-type::before {
  background-image: url("../../img/icons/geo.svg");
}
@media (max-width: 62em) {
  .footer__medium {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
}
@media (max-width: 48em) {
  .footer__medium {
    margin-bottom: 24px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 40px;
  padding: 10px 0;
  letter-spacing: -0.02em;
  background: linear-gradient(89.96deg, #050b0f 0.04%, #313131 10.03%, #313131 90.47%, #050b0f 99.96%);
  font-size: 24px;
}
@media (max-width: 62em) {
  .footer__bottom {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .footer__bottom {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .footer__bottom {
    font-size: 18px;
  }
}
@media (max-width: 78.4375em) {
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__bottom .footer__item:first-of-type {
    flex-basis: 100%;
    text-align: center;
  }
}
.footer__bottom p {
  font-size: 24px;
}
@media (max-width: 62em) {
  .footer__bottom p {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .footer__bottom p {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .footer__bottom p {
    font-size: 18px;
  }
}
.footer__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 3;
  font-size: 20px;
}
@media (max-width: 78.4375em) {
  .footer__buttons {
    gap: 24px;
    flex-basis: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer__buttons button {
  padding: 21px 24px !important;
  color: #050b0f !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  text-transform: uppercase;
}
.footer__buttons button:hover {
  color: #fff !important;
}

.discover__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media (max-width: 62em) {
  .discover__heading {
    margin-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .discover__heading {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
}
@media (max-width: 30.3125em) {
  .discover__heading {
    margin-bottom: 24px;
  }
}
.discover__heading .title--second {
  color: #b7e445;
}
.discover__heading p {
  flex: 743px 0 1;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 24px;
}
@media (max-width: 62em) {
  .discover__heading p {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .discover__heading p {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .discover__heading p {
    font-size: 18px;
  }
}
.discover__list {
  margin-bottom: 20px;
}
.discover__item {
  min-height: 494px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 48em) {
  .discover__item {
    min-height: 350px;
  }
}
.discover__item a {
  flex-basis: 100%;
  display: flex;
  align-items: flex-end;
}
.discover__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.discover__text {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: space-between;
  padding: 20px;
  backdrop-filter: blur(16px);
  line-height: 1.5;
  gap: 16px 32px;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media (max-width: 62em) {
  .discover__text {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .discover__text {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .discover__text {
    font-size: 18px;
  }
}
@media (max-width: 30.3125em) {
  .discover__text {
    flex-wrap: wrap;
  }
}
.discover__background {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  border-radius: 10px;
  background-image: url("../../img/pages/home/discover/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 30.3125em) {
  .discover__background {
    min-height: 200px;
  }
}
.discover__background .button {
  color: #050b0f;
  font-size: 24px;
  letter-spacing: -0.02em;
  display: flex;
}
@media (max-width: 62em) {
  .discover__background .button {
    font-size: 22px;
  }
}
@media (max-width: 48em) {
  .discover__background .button {
    font-size: 20px;
  }
}
@media (max-width: 30.3125em) {
  .discover__background .button {
    font-size: 18px;
  }
}
.discover__background .button:hover {
  color: #fff;
}
.discover__background .button:hover::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(139deg) brightness(103%) contrast(101%);
}
.discover__background .button::after {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(16%) hue-rotate(255deg) brightness(95%) contrast(105%);
}

.guide {
  padding: 40px 0;
  position: relative;
}
.guide::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  max-width: 1320px;
  left: 50%;
  transform: translate(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
.guide .container {
  display: flex;
}
@media (max-width: 62em) {
  .guide .container {
    flex-wrap: wrap;
    gap: 16px;
  }
}
.guide .container::before {
  counter-increment: guide;
  content: "0" counter(guide);
  display: block;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-left: 40px;
  font-size: 48px;
}
@media (max-width: 62em) {
  .guide .container::before {
    font-size: 32px;
  }
}
@media (max-width: 48em) {
  .guide .container::before {
    font-size: 30px;
  }
}
@media (max-width: 30.3125em) {
  .guide .container::before {
    font-size: 24px;
  }
}
@media (max-width: 48em) {
  .guide .container::before {
    margin-left: 0;
  }
}
@media (max-width: 48em) {
  .guide {
    padding: 32px 0;
  }
}
@media (max-width: 30.3125em) {
  .guide {
    padding: 16px 0;
  }
}
.guide__list {
  padding-left: 10px;
}
@media (max-width: 48em) {
  .guide__list {
    padding-left: 0;
  }
}
.guide__item {
  line-height: 1.4;
  padding-left: 20px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 48em) {
  .guide__item {
    padding-left: 0;
  }
}
.guide__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 48em) {
  .guide__item::before {
    display: none;
  }
}
.guide__item:not(:last-of-type) {
  margin-bottom: 24px;
}
.guide p {
  margin-bottom: 20px;
}
.guide__text {
  padding-left: 40px;
}
@media (max-width: 48em) {
  .guide__text {
    padding-left: 0;
  }
}
.guide .title--second {
  margin-bottom: 20px;
}
.guide--last {
  margin-bottom: 60px;
}

.guide-background {
  padding: 60px 0;
}
.guide-background__text {
  background-color: #b7e445;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #050b0f;
  border-radius: 10px;
  gap: 16px 40px;
}
@media (max-width: 62em) {
  .guide-background__text {
    padding: 48px;
  }
}
@media (max-width: 48em) {
  .guide-background__text {
    padding: 32px;
  }
}
@media (max-width: 30.3125em) {
  .guide-background__text {
    padding: 24px;
  }
}
.guide-background__text p {
  font-size: 20px;
  flex: 919px 0 1;
}
@media (max-width: 48em) {
  .guide-background__text p {
    font-size: 18px;
  }
}
@media (max-width: 30.3125em) {
  .guide-background__text p {
    font-size: 16px;
  }
}
.guide-background__text .title--second {
  font-size: 90px;
}
@media (max-width: 62em) {
  .guide-background__text .title--second {
    font-size: 64px;
  }
}
@media (max-width: 48em) {
  .guide-background__text .title--second {
    font-size: 40px;
  }
}
@media (max-width: 30.3125em) {
  .guide-background__text .title--second {
    font-size: 32px;
  }
}