/* Global */
/* ------------------------------------ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

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

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "Inter", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  color: #000000;
  background-color: #D9D9D9;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

main {
  flex-grow: 1;
}

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

a {
  color: #000000;
  text-decoration: none;
}

button {
  cursor: pointer;
  background-color: #ffffff;
}

svg {
  fill: #ffffff;
}

p {
  margin: 0;
  padding: 0;
}

.about-normal-title {
  font-family: "Alexandria", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  padding: 6px 16px;
  margin: 0;
  text-align: center;
  width: fit-content;
  border-radius: 28px;
  border: 2px solid #000000;
}

.corporate__title.about-normal-title{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  white-space: nowrap;      /* главный запрет переносов */
  overflow-wrap: normal;    /* на всякий */
  word-break: normal;       /* на всякий */
  hyphens: none;            /* чтобы дефисы не предлагали перенос */

  width: max-content;       /* капсула = ширина строки */
  max-width: 100%;          /* не вылезать за вьюпорт */
}

.corporate__title.about-normal-title{
  font-size: clamp(16px, 1.1vw + 10px, 24px);
  letter-spacing: clamp(0.8px, 0.12vw, 2.6px);
  padding: clamp(4px, 0.6vw, 6px) clamp(10px, 1.2vw, 16px);
}


@media (max-width: 1023px) {
  .about-normal-title {
    font-size: 18px;
    letter-spacing: 0.04em;
    padding: 6px 9px;
  }
}

.about-btn {
  width: 260px;
  height: 52px;
  border-radius: 8px;
  background: #1A1A1A;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  cursor: pointer;
  transition: background-color ease-in 0.3s;
}
.about-btn:hover {
  background-color: #444444;
}
@media (max-width: 767px) {
  .about-btn {
    width: 180px;
    font-size: 16px;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.desktop-only {
  display: block;
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

/* Blocks */
/* ------------------------------------ */
.hero {
  background-image: url("../images/about/hero/about-hero.webp");
  height: 850px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: stretch;
}
@media (min-resolution: 2dppx) {
  .hero {
    background-image: url("../images/about/hero/about-hero@2x.webp");
  }
}
@media (max-width: 767px) {
  .hero {
    background-image: url("../images/about/hero/about-hero_mobile.webp");
    height: 745px;
  }
}
@media (max-width: 767px) and (min-resolution: 2dppx) {
  .hero {
    background-image: url("../images/about/hero/about-hero_mobile@2x.webp");
  }
}
.hero__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
  flex-wrap: wrap;
  gap: 223px;
  padding-bottom: 107px;
  font-family: "Alexandria", "Arial", sans-serif;
  color: #ffffff;
  height: 100%;
}
@media (max-width: 767px) {
  .hero__wrapper {
    padding-bottom: 79px;
    gap: 37px;
  }
}
.hero__title {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  max-width: 667px;
}
.hero__title--mobile {
  font-size: 18px;
  line-height: 120%;
  border: 2px solid #ffffff;
  border-radius: 28px;
  padding: 4px 12px;
}
.hero__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px;
}
.hero__subtitle {
  font-size: 20px;
  font-weight: 350;
  text-align: center;
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 14px;
    font-weight: 300;
  }
}

.discover {
  padding: 110px 0 105px;
}
@media (max-width: 1023px) {
  .discover {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .discover {
    padding: 60px 0 65px;
  }
}
.discover__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1023px) {
  .discover__wrapper {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 767px) {
  .discover__wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    align-items: center;
    gap: 35px;
  }
}
.discover__title {
  align-self: start;
}
@media (max-width: 767px) {
  .discover__title {
    align-self: center;
  }
}
.discover__texts {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.guides {
  padding: 0 0 120px;
}
@media (max-width: 1023px) {
  .guides {
    padding-bottom: 60px;
  }
}
.guides__title {
  font-family: "Archivo Black", "Arial", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 auto 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .guides__title {
    font-size: 40px;
  }
}
.guides__btn {
  margin: 0 auto;
}

/* About: чтобы вертикальные фото не раздували первый рендер */
.guides__swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 clamp(280px, 70vw, 520px);
}

.guides__swiper:not(.swiper-initialized) .swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 4 / 3;   /* выбери под дизайн: 1/1, 3/4, 4/3 */
  object-fit: cover;     /* чтобы не “колбасило” по высоте */
  display: block;
}

.guides__swiper {
  margin: 0 0 68px 0;
  width: calc(50vw + 49%);
}
@media (max-width: 767px) {
  .guides__swiper {
    margin: 0 0 30px 0;
  }
}

.swiper__arrows {
  display: flex;
  gap: 10px;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .swiper__arrows {
    padding: 28px 12px;
  }
}
.swiper__arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.swiper__icon {
  width: 34px;
  height: 34px;
}

.swiper-wrapper {
  margin: 12px 0;
}

.swiper-slide {
  width: auto;
  height: auto;
}

.guide-card {
  padding: 30px 20px 24px;
  display: flex;
  flex-direction: column;
  width: 800px;
  height: 100%;
  min-height: 678px;
  background: repeat url("../images/about/paper.webp") #ffffff;
  border-radius: 8px;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.48);
}
@media (max-width: 1023px) {
  .guide-card {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .guide-card {
    padding: 295px 15px 15px;
    width: 284px;
    min-height: unset;
  }
}
.guide-card__img {
  width: 386px;
  position: absolute;
  top: -47px;
  left: 0;
}
@media (max-width: 767px) {
  .guide-card__img {
    width: 220px;
    top: -35px;
  }
}
.guide-card__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0 0 0 387px;
  min-height: 538px;
  height: 100%;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .guide-card__right {
    padding: 10px 0;
    margin: 0;
    gap: 10px;
    min-height: unset;
  }
}
.guide-card__info {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .guide-card__info {
    font-size: 14px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
.guide-card__title {
  font-family: "Long Cang", cursive;
  font-weight: 400;
  font-size: 68px;
  text-transform: uppercase;
  color: #1A1A1A;
  text-align: center;
  line-height: 1;
  margin: auto 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .guide-card__title {
    margin: 0;
    font-size: 32px;
    text-align: left;
  }
}
.guide-card__more {
  font-size: 14px;
  color: #205BDC;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
}
.guide-card__tours {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: start;
}
@media (max-width: 767px) {
  .guide-card__tours {
    justify-content: center;
    gap: 2px;
  }
}
.guide-card__tours-item {
  border: 1.5px solid #1A1A1A;
  border-radius: 16px;
  padding: 4px 6px;
  color: #1A1A1A;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  font-family: "Alexandria", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .guide-card__tours-item {
    font-size: 12px;
    padding: 2px 4px;
  }
}
.guide-card.active .guide-card__info {
  display: flex;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  overflow: auto;
}
.guide-card.active .guide-card__more {
  display: none;
}

.values {
  background: url("../images/about/values/about-built-by-people.webp");
  height: 920px;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 76px 0;
  display: flex;
}
@media (min-resolution: 2dppx) {
  .values {
    background-image: url("../images/about/values/about-built-by-people@2x.webp");
  }
}
@media (max-width: 767px) {
  .values {
    background-image: url("../images/about/values/about-built-by-people_mobile.webp");
    background-position: top;
    height: 600px;
    padding: 40px 0;
  }
}
@media (max-width: 767px) and (min-resolution: 2dppx) {
  .values {
    background-image: url("../images/about/values/about-built-by-people_mobile@2x.webp");
  }
}
.values__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 154px;
  height: 100%;
}
@media (max-width: 1023px) {
  .values__wrapper {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .values__wrapper {
    gap: 18px;
  }
}
.values__title {
  border-color: #ffffff;
}
.values__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 300px;
  row-gap: 20px;
}
.values__content > :nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 767px) {
  .values__content {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 94px 0 0;
    width: 222px;
    align-self: end;
  }
}
.values__inner {
  display: flex;
}
@media (max-width: 767px) {
  .values__inner {
    font-size: 12px;
    line-height: 20px;
  }
}
.values__icon {
  width: 20px;
  height: 16px;
  flex-shrink: 0;
  margin: 8px 8px 0 0;
}
@media (max-width: 767px) {
  .values__icon {
    width: 16px;
    height: 13px;
  }
}
.values__logo {
  margin-top: auto;
}
@media (max-width: 1023px) {
  .values__logo {
    width: 130px;
    height: 94px;
  }
}

.adv {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .adv {
    padding: 60px 0;
  }
}
.adv__wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .adv__wrapper {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
.adv__block {
  width: 600px;
  height: 900px;
  display: flex;
  flex-direction: column;
  padding: 266px 30px 30px;
  align-items: center;
  color: #ffffff;
  gap: 245px;
  min-width: 460px;
}
.adv__block--nooffice {
  background: url("../images/about/adv/no-office.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #1A1A1A;
}
@media (min-resolution: 2dppx) {
  .adv__block--nooffice {
    background-image: url("../images/about/adv/no-office@2x.webp");
  }
}
@media (max-width: 767px) {
  .adv__block--nooffice {
    background-image: url("../images/about/adv/no-office_mobile.webp");
  }
}
@media (max-width: 767px) and (min-resolution: 2dppx) {
  .adv__block--nooffice {
    background-image: url("../images/about/adv/no-office_mobile@2x.webp");
  }
}
.adv__block--small {
  background: url("../images/about/adv/small.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #1A1A1A;
}
@media (min-resolution: 2dppx) {
  .adv__block--small {
    background-image: url("../images/about/adv/small@2x.webp");
  }
}
@media (max-width: 767px) {
  .adv__block--small {
    background-image: url("../images/about/adv/small_mobile.webp");
  }
}
@media (max-width: 767px) and (min-resolution: 2dppx) {
  .adv__block--small {
    background-image: url("../images/about/adv/small_mobile@2x.webp");
  }
}
@media (max-width: 1023px) {
  .adv__block {
    padding: 205px 30px;
  }
}
@media (max-width: 767px) {
  .adv__block {
    padding: 180px 15px;
    gap: 150px;
    min-width: 360px;
    width: 100%;
    height: 600px;
    border-radius: 8px;
  }
}
.adv__title {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .adv__title {
    letter-spacing: 0.1em;
  }
}
.adv__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .adv__inner {
    gap: 20px;
  }
}
.adv__text {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  max-width: 460px;
}
@media (max-width: 767px) {
  .adv__text {
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }
}

.numbers {
  padding: 94px 0 148px;
  background: url("../images/about/numbers/numbers.webp");
  height: 920px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  display: flex;
}
@media (min-resolution: 2dppx) {
  .numbers {
    background-image: url("../images/about/numbers/numbers@2x.webp");
  }
}
@media (max-width: 767px) {
  .numbers {
    background-image: url("../images/about/numbers/numbers_mobile.webp");
    background-position: center;
    height: 600px;
    padding: 65px 0;
  }
}
@media (max-width: 767px) and (min-resolution: 2dppx) {
  .numbers {
    background-image: url("../images/about/numbers/numbers_mobile@2x.webp");
  }
}
.numbers__wrapper {
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  height: 100%;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .numbers__wrapper {
    gap: 105px;
    padding: 0 10px;
  }
}
.numbers__title {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .numbers__title {
    letter-spacing: 0.2em;
  }
}
.numbers__subtitle {
  font-family: "Alexandria", "Arial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.numbers__list {
  margin: auto 0 0;
  padding: 30px 35px;
  list-style: none;
  align-self: end;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(2px);
}
@media (max-width: 767px) {
  .numbers__list {
    padding: 35px 24px;
    gap: 9px;
  }
}
.numbers__item {
  font-family: "Alexandria", "Arial", sans-serif;
  font-size: 20px;
}
@media (max-width: 767px) {
  .numbers__item {
    font-size: 18px;
  }
}
.numbers__item-num {
  border: 1px dashed #ffffff;
  border-radius: 16px;
  padding: 1px 12px;
  margin-right: 1px;
}

.corporate {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .corporate {
    padding: 80px 0;
  }
}
.corporate__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .corporate__wrapper {
    padding: 0 15px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .corporate__title {
    letter-spacing: 0.1em;
    margin: 0 0 15px;
  }
}
.corporate__text {
  font-family: "Alexandria", "Arial", sans-serif;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 767px) {
  .corporate__text {
    font-size: 16px;
  }
}
.corporate__icon {
  width: 20px;
  height: 12px;
  animation: arrow-shake 1s ease-in-out infinite;
}
.corporate__btn {
  width: 260px;
  font-size: 20px;
}

@keyframes arrow-shake {
  0% {
    transform: translateY(-60%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(-60%);
  }
}
.tours {
  padding: 12px 0 0;
}
@media (max-width: 767px) {
  .tours {
    padding: 0;
  }
}
.tours__title {
  font-family: "Alexandria", "Arial", sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .tours__title {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 5px;
  }
}
.tours__subtitle {
  font-family: "Alexandria", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .tours__subtitle {
    font-size: 16px;
    line-height: 16px;
    margin: 0;
  }
}
.tours__list {
  margin: 0;
  padding: 0 72px;
  list-style: none;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.tour-card {
  width: 360px;
  height: 335px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 767px) {
  .tour-card {
    margin-top: -12px;
    width: 300px;
    height: 280px;
  }
}
.tour-card__img {
  width: 360px;
  height: 240px;
}
@media (max-width: 767px) {
  .tour-card__img {
    width: 300px;
    height: 200px;
  }
}
.tour-card__title {
  margin: 0;
  padding: 0;
  font-family: "Alexandria", "Arial", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .tour-card__title {
    font-size: 20px;
    line-height: 22px;
  }
}
.tour-card__text {
  margin: 0;
  padding: 0;
  font-family: "Alexandria", "Arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .tour-card__text {
    font-size: 12px;
    line-height: 18px;
  }
}

.questions {
  padding: 88px 0;
}
@media (max-width: 767px) {
  .questions {
    padding: 66px 0;
  }
}
.questions__wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 75px;
}
@media (max-width: 1023px) {
  .questions__wrapper {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .questions__wrapper {
    flex-direction: column;
    padding: 0 15px;
    gap: 35px;
  }
}
.questions__title {
  padding: 4px 8px;
  margin-top: 8px;
  flex-shrink: 0;
}
.questions__inner {
  max-width: 566px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.questions__inner a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .questions__inner {
    width: auto;
  }
}
.questions__social {
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .questions__social {
    gap: 8px;
  }
}
.questions__icon {
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .questions__icon {
    width: 32px;
    height: 32px;
  }
}

/*# sourceMappingURL=style.css.map */
