@import url("reset.css");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

/* ************SITE LOADER************ */
body.loading .wrapper {
  visibility: hidden;
}
.site-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: opacity 0.3s ease;
  transform: translateZ(0);
  will-change: opacity;
}
.site-loader.site-loader_hidden {
  opacity: 0;
  pointer-events: none;
}
.site-loader__img {
  width: 50vw;
  height: 50vh;
  max-width: 50vw;
  max-height: 50vh;
  object-fit: contain;
  transform: translateZ(0);
}
.site-loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.site-loader__spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e8ecf2;
  border-top-color: #303a4d;
  border-radius: 50%;
  animation: site-loader-spin 0.85s linear infinite;
}
.site-loader__label {
  font-family: "Open Sans", system-ui, sans-serif;
  font-size: 0.95rem;
  color: #303a4d;
}
@keyframes site-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ************COMMON************ */

.logo {
  font-weight: 700;
  font-size: 2.25rem;
}

.logo img {
  display: block;
  height: auto;
  width: auto;
  max-height: 96px;
  object-fit: contain;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  color: #303a4d;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}

/* Восстанавливаем клики для галереи и других интерактивных изображений */
.gallery-full__grid img,
.gallery-full__item img,
.tour-gallery__item img,
.lightbox img,
.lightbox__img,
.gallery-preview-clickable {
  pointer-events: auto;
}

/* Скрываем браузерные контролы изображений */
img::-webkit-media-controls,
img::-webkit-media-controls-enclosure,
img::-webkit-image-controls,
img::-webkit-image-controls-panel {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

[class*="__container"] {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: #303a4d;
}

.title {
  font-size: 3.5rem;
  font-weight: 600;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  max-width: 100%;
}

.wrapper > main {
  min-width: 0;
  flex: 0 0 auto;
}

/* ************HEADER************ */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.header__container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5.75rem;
  flex-wrap: nowrap;
  max-width: 74.624rem;
  color: #808793;
  background-color: #fff;
  box-shadow: none;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.header__navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: nowrap;
}

.menu__body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.menu__link {
  font-weight: 600;
  position: relative;
  color: #808793;
  font-size: 1.25rem;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.menu__link:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.actions-header {
  display: flex;
  align-items: center;
  gap: 0.624rem;
}

.icon-menu {
  display: none;
}

.actions-header__button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #303a4d;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

/* ****************PAGES**************** */
.page__main {
  padding-bottom: 160px;
  background-color: rgba(255, 255, 255, 1);
}

/* *****************HOME**************** */

.main {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  min-height: 100vh;
}

.main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/background_2.jpg") center / cover no-repeat;
  opacity: 0.5;
  z-index: 0;
}

.main__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 19.188rem;
}

/* ************TOURS (Best Trading)************ */

.main_tours {
  padding-top: calc(5.75rem + 2rem);
  padding-bottom: clamp(160px, 30vw, 240px);
  min-height: auto;
  position: relative;
}

.main_tours::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/Mounting.jpg") center / cover no-repeat;
  opacity: 0.4;
  z-index: 0;
}

.main__tours-container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.main__tours-header {
  position: relative;
  margin-bottom: 2.5rem;
}

.main__tours-title {
  font-size: 2.125rem;
  color: rgba(79, 89, 135, 1);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}

.main__tours-subtitle {
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
}

.main__tours-header .main__tours-subtitle {
  color: rgba(172, 170, 170, 1);
}

.main__tours-btn {
  position: absolute;
  top: 0;
  right: 0.938rem;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: rgba(166, 42, 33, 1);
  border: 2px solid rgba(166, 42, 33, 1);
  border-radius: 4px;
  color: rgba(227, 229, 209, 1);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s;
}

.main__tours-btn:hover {
  background-color: #A62A21;
  border-color: #A62A21;
  color: #fff;
}

.main__tours-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main__tours-item {
  margin: 0;
  display: flex;
  min-width: 0;
}

.main__tours-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s;
  position: relative;
  z-index: 2;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.main__tours-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.main__tours-image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-shrink: 0;
}

.main__tours-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main__tours-price {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background-color: rgba(166, 42, 33, 1);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  font-size: 0.9rem;
}

.main__tours-price big {
  font-size: 1.25rem;
  font-weight: 600;
}

.main__tours-caption {
  padding: 1.25rem 1.25rem 0.5rem 1.25rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.main__tours-name {
  font-size: 1.125rem;
  color: #3f4974;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.main__tours-duration {
  font-size: 0.875rem;
  color: #525252;
  display: block;
  margin-bottom: 0.75rem;
}

.main__tours-inclusions h4 {
  font-size: 0.875rem;
  color: #4f5987;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}

.main__tours-icons {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.main__tours-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #a7acc3;
  font-size: 1.125rem;
}

.main__tours-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  color: #a7acc3;
}

.main__tours-icon::after {
  font-family: "FontAwesome";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  color: inherit;
  -webkit-font-smoothing: antialiased;
}

.main__tours-icon_bed::after {
  content: "\f236";
}

.main__tours-icon_vehicle::after {
  content: "\f1b9";
}

.main__tours-icon_eat::after {
  content: "\f0f5";
}

.main__tours-icon_plane::after {
  content: "\f072";
}

.main__tours-icon_bag::after {
  content: "\f0f2";
}

@media (max-width: 992px) {
  .main__tours-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 47.999rem) {
  .main_tours {
    padding-top: calc(5.75rem + 1.5rem);
    padding-bottom: 3rem;
  }

  .main__tours-container {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .main__tours-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .main__tours-item {
    width: 100%;
    min-height: 0;
  }

  .main__tours-image-wrap {
    aspect-ratio: 5 / 4;
    flex-shrink: 0;
    overflow: hidden;
  }

  .main__tours-caption {
    flex: 1 1 auto;
    min-height: 0;
    overflow: visible;
  }

  .main__tours-header {
    margin-bottom: 2rem;
  }

  .main__tours-title {
    font-size: 1.5rem;
  }

  .main__tours-btn {
    position: static;
    display: inline-block;
    margin-top: 0.5rem;
  }

  .schedule__list {
    grid-template-rows: none;
    height: auto;
  }
}

.main__title {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #fff;
}

.main__text {
  margin-bottom: 3.5rem;
  max-width: 33.375rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
}

.main__button {
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 3rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: #303a4d;
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  line-height: 110%;
}

.outro_home {
  background-color: #e8e9ec;
}

.outro__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 3rem;
  width: 100%;
  text-align: left;
}

.outro__feature {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.outro__feature-icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem;
}

.outro__feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.outro__feature-content {
  flex: 1;
  min-width: 0;
}

.outro__feature-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2c3544;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}

.outro__feature-text {
  font-size: 0.938rem;
  line-height: 1.5;
  color: #6b7280;
  margin: 0;
  letter-spacing: 0.01em;
}

@media (max-width: 992px) {
  .outro__features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 47.999rem) {
  .outro__features {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ************ABOUT**************** */

.main_about {
  background: transparent;
}

.about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.about__image {
  position: relative;
  max-width: 552px;
  height: 614px;
}

.about__image img {
  border-radius: 16px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__title {
  margin-bottom: 1.5rem;
}

.about__text {
  max-width: 30rem;
  letter-spacing: 0.02em;
  line-height: 150%;
  margin-bottom: 3.5rem;
}

.about__text p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.outro_about {
  background-color: #e8e9ec;
}

/* **************SERVICES**************** */

.main_services {
  background: transparent;
}

.services {
  background-color: #e1e4eb;
}

.services__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.services__title {
  text-align: center;
  margin-bottom: 5rem;
}

.services__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.item-services {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 100%;
}

.item-services__image {
  margin-bottom: 2rem;
  max-width: 360px;
  height: 421px;
}

.item-services__image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.item-services__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.item-services__text {
  max-width: 21.5rem;
  line-height: 150%;
  margin-bottom: 2rem;
  flex-grow: 1;
  letter-spacing: 0.02em;
}

.item-services__button {
  background-color: inherit;
  border: 2px solid #303a4d;
  color: #303a4d;
}

.outro_services {
  background-color: #e8e9ec;
}

/* ************TESTIMONIAL**************** */

.testimonial__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.testiomonial__caption {
  margin-bottom: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  max-width: 40.75rem;
  line-height: 136%;
  font-weight: 500;
}

.item-testimonial__image {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 1.063rem;
  height: 64px;
}

.item-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item-testimonial__title {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.item-testimonial__caption {
  font-size: 0.938rem;
}

/* ****************OUTRO**************** */

.outro__container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: left;
}

.outro_about .outro__container {
  align-items: center;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.outro_about .outro__text {
  margin-bottom: 1rem;
}

.outro__title {
  margin-bottom: 1.25rem;
}

.outro__text {
  max-width: 33.625rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}

.outro__button {
  padding: 1.25rem 3rem;
}

/* ****************FOOTER**************** */

.footer {
  line-height: 150%;
}

.footer__container {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  max-width: 74.624rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.footer__social {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer__social-link {
  color: #303a4d;
  font-size: 1.25rem;
  transition: opacity 0.2s;
}

.footer__social-link:hover {
  opacity: 0.7;
}

.footer__copyright {
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ****************ABOUT PAGE**************** */
.main__text_pages {
  max-width: 37.5rem;
  color: #fff;
}

.main__container_pages {
  padding-top: 300px;
}

.main_pages {
  min-height: 676px !important;
  position: relative;
}

.main_pages::before,
.main_contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/Mounting.jpg") center / cover no-repeat;
  opacity: 0.4;
  z-index: 0;
}

/* ****************SERVICES PAGE**************** */
.services-page__container {
  padding-top: 160px;
}

.services-page__item {
  margin-bottom: 132px;
}

.services-page__item:not(:last-child) {
  padding-bottom: 132px;
  margin-bottom: 132px;
  border-bottom: 1px solid rgba(48, 58, 77, 0.4);
}

.services-page__column {
  display: flex;
  align-items: center;
  gap: 97px;
}

.services-page__title {
  margin-bottom: 24px;
}

.services-page__text {
  margin-bottom: 56px;
  max-width: 480px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.services-page__text p:not(:last-child) {
  margin-bottom: 20px;
}

.services-page__img {
  max-width: 552px;
  height: 614px;
}

.services-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************CONTACT PAGE****************/

.main_contact {
  background: transparent;
}

.contact__container {
  display: flex;
  justify-content: space-between;
  gap: 109px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.contact__title {
  margin-bottom: 48px;
  font-weight: 600;
  line-height: 110%;
  font-size: 40px;
}

.connect-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 32px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e4eb;
}

.connect-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: inherit;
  text-decoration: none;
}

.connect-contact__item:hover {
  opacity: 0.85;
}

.connect-contact__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #303a4d;
}

.connect-contant__type {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 110%;
  text-transform: uppercase;
}

.connect-contact__label {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.contact__links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact__text {
  max-width: 545px;
  font-size: 18px;
  line-height: 150%;
}

.contact__text p:not(:last-child) {
  margin-bottom: 15px;
}

/* **************REVIEWS PAGE**************** */
.reviews__container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.reviews__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
}

.reviews__column {
  border: 1px solid #e1e4eb;
  border-radius: 8px;
}

.reviews__item {
  padding-top: 48px;
  padding-bottom: 56px;
  padding-right: 32px;
  padding-left: 32px;
}

.item-reviews {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-reviews__img {
  max-width: 46px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.item-reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-reviews__text {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.item-reviews__author {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.item-reviews__geo {
  font-size: 14px;
  letter-spacing: 0.002em;
}

/* ******************PRICING PAGE******************** */
.pricing__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing__caption {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 4%;
}

.pricing__title {
  font-weight: 600;
  font-size: 72px;
  margin-bottom: 24px;
}

.pricing__text {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 88px;
}

.pricing__row {
  display: flex;
  align-items: start;
  gap: 24px;
}

.pricing__column {
  border: 2px solid #e1e4eb;
  border-radius: 8px;
}

.pricing__item {
  padding: 40px;
  padding-bottom: 48px;
}

.item-pricing__info {
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e4eb;
  margin-bottom: 32px;
}

.item-pricing__label {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1%;
  margin-bottom: 16px;
}

.item-pricing__cost {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 16px;
}

.item-pricing__list {
  margin-bottom: 64px;
}

.item-pricing__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-pricing__item::before {
  content: "";
  background: url("../img/pricing/check.svg") 0 0 no-repeat;
  width: 16px;
  height: 18px;
}

.item-pricing__item:not(:last-child) {
  margin-bottom: 12px;
}

.item-pricing__button {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2%;
  font-weight: 600;
  color: #fff;
  padding: 20px 82px;
  background-color: #303a4d;
  border-radius: 64px;
}

.team {
  background-color: #e1e4eb;
}

.team__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team__title {
  text-align: center;
  margin-bottom: 96px;
  max-width: 483px;
}

.team__row {
  display: grid;
  column-gap: 24px;
  row-gap: 96px;
  grid-template-columns: repeat(3, 1fr);
}

.team__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-team__img {
  max-width: 360px;
  height: 363px;
  margin-bottom: 40px;
}

.item-team__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.item-team__name {
  max-width: 186px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}

.item-team__role {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
  letter-spacing: 2%;
}

.item-team__role span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-team__role span::after {
  content: "";
  background: url("../img/team/icons/star.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.item-team__text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 328px;
  margin-bottom: 20px;
}

.item-team__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* *************GUIDES PAGE************** */
.guides {
  background-color: #fff;
}

.guides__container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.guides__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.guide-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

.guide-card__image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #e8e9ec;
}

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

.guide-card__name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.25rem 1.25rem 0.75rem;
  line-height: 1.3;
  color: #2c3544;
}

.guide-card__text {
  padding: 0 1.25rem 1.25rem;
  flex: 1;
}

.guide-card__text p {
  font-size: 0.938rem;
  line-height: 1.5;
  color: #525252;
  margin: 0 0 0.5rem 0;
}

.guide-card__text p:last-child {
  margin-bottom: 0;
}

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

/* *************SCHEDULE PAGE************** */
/* Updated: 2026-03-02 01:00 - Fixed mobile display, cache bust v2 */
.section-art-divider {
  width: 100%;
  height: clamp(120px, 25vw, 200px);
  background-image: url('../img/main-trip.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 992px) {
  .section-art-divider {
    height: clamp(80px, 20vw, 120px);
    background-size: 100% 80% !important;
    background-repeat: no-repeat !important;
  }
}

.section-art-divider--alt {
  width: 100%;
  height: clamp(120px, 25vw, 200px);
  background-image: url('../img/main-man.png');
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}

/* Мобильная версия - без повторения, на всю ширину, высота 80% */
/* Работает для всех смартфонов (включая с высоким разрешением) */
@media (max-width: 992px), (hover: none) and (pointer: coarse) {
  .section-art-divider,
  .section-art-divider--alt {
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: 100% 80% !important;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.125));
  }
  /* main-man.png (Главная, Гиды, Контакты) - высота 70% */
  .section-art-divider--alt {
    background-size: 100% 70% !important;
  }
  .main_tours .section-art-divider--alt {
    filter: brightness(0.91) saturate(0.95) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.125));
  }
}

/* Divider на главной странице - цвет как у блока преимуществ */
.main_tours .section-art-divider--alt {
  filter: brightness(0.91) saturate(0.95);
}

.schedule {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.schedule__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 2rem 0.938rem 4rem;
}

.schedule__list {
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 993px) {
  .schedule__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* *************FAQ PAGE************** */
.faqs__container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faqs__title {
  text-align: center;
  margin-bottom: 80px;
}

.spollers-faq__item {
  width: 100%;
}

.spollers-faq__item:not(:last-child) {
  margin-bottom: 24px;
}

.spollers-faq__button {
  display: inline-block;
  border: 2px solid #e1e4eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}

.spollers-faq__button span {
  padding-left: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.spollers-faq__button img {
  padding-right: 34.5px;
}

.spollers-faq__text {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
}

.spollers-faq__item.active .spollers-faq__text {
  max-height: 1000px;
  max-height: calc(1000px + 16px);
}

.spollers-faq__item.active .spollers-faq__button {
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

.spollers-faq__item.active .spollers-faq__button span {
  padding-bottom: 32px;
}

.spollers-faq__item.active .spollers-faq__button img {
  transform: translate(-34px, 0px) rotate(180deg);
}

.spollers-faq__inner {
  padding-top: 20px;
  padding-left: 40px;
  border: 2px solid #e1e4eb;
  border-radius: 0px 0px 8px 8px;
  line-height: 150%;
  padding-bottom: 20px;
  border-top: none;
  padding-right: 100px;
}

/* ****************TEAM PAGE**************** */
.director__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  gap: 96px;
}

.director__title {
  margin-bottom: 16px;
}

.director__role {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 40px;
}

.director__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 480px;
}

.director__text p:not(:last-child) {
  margin-bottom: 20px;
}

.director__img {
  max-width: 552px;
  height: 614px;
}

.director__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************GALLERY**************** */
.gallery-tours {
  background-color: #fff;
}

.gallery-tours__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 2rem 0.938rem 4rem;
}

.gallery-tour {
  margin-bottom: 4rem;
}

.gallery-tour:last-child {
  margin-bottom: 0;
}

.gallery-tour__title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #4f5987;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.gallery-tour__preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.gallery-tour__preview img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
  content-visibility: auto;
}

.gallery-tour__btn {
  display: block;
  text-align: center;
  max-width: 12rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .gallery-tour__preview {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* **************PAST TOURS************** */
.past-tours {
  background-color: #fff;
  padding: 3rem 0;
  border-bottom: 1px solid #303a4d;
}

.past-tours__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.past-tours__title {
  font-size: 2.125rem;
  color: #4f5987;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 2.5rem 0;
  text-align: center;
}

.past-tours__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.past-tours__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.past-tours__name {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4f5987;
  margin: 0 0 1rem 0;
  text-align: center;
}

.past-tours__image-link {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
  transition: opacity 0.3s;
}

.past-tours__image-link:hover {
  opacity: 0.85;
}

.past-tours__image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
}

.past-tours__btn {
  display: inline-block;
  text-align: center;
  min-width: 12rem;
}

@media (max-width: 992px) {
  .past-tours__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 47.999rem) {
  .past-tours {
    padding: 2.5rem 0;
  }
  
  .past-tours__container {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .past-tours__title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  
  .past-tours__name {
    font-size: 1.25rem;
  }
  
  .past-tours__grid {
    gap: 1.5rem;
  }
}

.gallery__container {
  padding-bottom: 140px;
  padding-top: 140px;
}

.gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  margin-bottom: 96px;
  justify-items: center;
}

.gallery__item {
  max-width: 360px;
  height: 407px;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.gallery__paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.gallery__paggination button:first-child {
  transform: translate(0px, 5px);
}

.gallery__paggination button:last-child {
  transform: rotate(-180deg) translate(0px, 5px);
}

.gallery_active {
  color: #fff;
  padding: 10px 15px;
  background-color: #303a4d;
  border-radius: 100px;
  display: inline-block;
}

/* ****************RESOURCES**************** */
.resources__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  justify-items: center;
}

.resources__img {
  max-width: 360px;
  height: 330px;
  margin-bottom: 32px;
}

.resources__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.resources__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.resources__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 243px;
  margin-bottom: 32px;
}

.resources__button {
  background-color: #fff;
  color: #303a4d;
  font-weight: 600;
  letter-spacing: 2%;
  border: 2px solid #303a4d;
  border-radius: 64px;
}

/* ****************ADAPTIVE**************** */

@media (max-width: 992px) {
  .services__row {
    grid-template-columns: 1fr;
    gap: 6rem;
    justify-items: center;
  }

  .item-services {
    text-align: center;
    align-items: center;
  }

  .page__main {
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  .header__navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: nowrap;
  }

  .menu__item {
    display: flex;
    align-items: center;
  }

  .menu__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0 1rem;
    text-align: center;
    white-space: nowrap;
  }
}

@media (max-width: 1099px) {
  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.25rem;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 1.375rem;
    margin-right: 1.5rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.09375rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__body {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 9.375rem 0.938rem 1.875rem 0.938rem;
    overflow: auto;
    flex-direction: column;
    row-gap: 5rem;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 5.75rem;
    background-color: #fff;
    border-bottom: 1px solid #000;
    z-index: 2;
  }

  .menu-open .menu__body {
    left: 0;
  }

  .menu-open .menu__body::before {
    left: 0;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .menu__item {
    text-align: center;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 1.563rem;
  }

  .menu__link {
    font-size: 2rem;
  }
}

@media (max-width: 995px) {
  .item-pricing__button {
    font-size: 19px;
  }
}

@media (max-width: 62.6875rem) {
  .resources__container {
    padding-top: 70px;
    padding-bottom: 70px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__paggination {
    gap: 27px;
  }

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

  .team__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .director__container {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 10px;
    text-align: center;
  }

  .item-pricing {
    padding: 20px;
    padding-bottom: 30px;
  }

  .pricing__title {
    font-size: 39px;
  }

  .pricing__text {
    margin-bottom: 25px;
  }

  .item-pricing__button {
    padding: 16px 42px;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }


  .services-page__column {
    gap: 30px;
    font-size: 15px;
  }

  .services-page__title {
    font-size: 29px;
  }

  .reviews__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 10px;
  }

  .reviews__item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
  }

  .item-reviews__text {
    font-size: 16px;
  }

  .item-reviews__author {
    font-size: 16px;
  }
}

@media (max-width: 47.999rem) {
  .spollers-faq__item.active .spollers-faq__button img {
    transform: translate(-10px, -10px) rotate(180deg);
  }

  .spollers-faq__button span {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
  }

  .spollers-faq__button img {
    padding-right: 10px;
  }

  .spollers-faq__inner {
    font-size: 16px;
    padding-left: 10px;
    line-height: 130%;
  }

  .pricing__container {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .item-pricing__button {
    font-size: 17px;
    padding: 15px 32px;
  }

  .reviews__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact__container {
    flex-direction: column;
    padding-top: 80px;
    gap: 50px;
    padding-bottom: 80px;
  }

  .actions-header__button {
    padding: 0.75rem;
  }

  .main__container {
    padding-top: 12.5rem;
  }

  .main__container_pages {
    padding-top: 290px;
  }

  .main__title {
    font-size: 3rem;
  }

  .title {
    font-size: 2rem;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about__container {
    flex-direction: column;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    gap: 4rem;
  }

  .services__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .testimonial__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testiomonial__caption {
    margin-bottom: 2rem;
  }

  .outro__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .outro_about .outro__container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo {
    font-size: 1rem;
  }

  .services-page__column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    gap: 4rem;
  }
}

@media (max-width: 61.936rem) {
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 0.938rem;
  }

  .logo {
    font-size: 2rem;
  }
}

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

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

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

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

/* ************ АДАПТИВНОСТЬ ДЛЯ ОЧЕНЬ МАЛЕНЬКИХ ЭКРАНОВ ************ */
@media (max-width: 39.937rem) { /* 639px - маленькие смартфоны */
  .main__title {
    font-size: 2rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.2;
    text-align: center;
  }
  
  .individual__features-title {
    font-size: 1.375rem;
    line-height: 1.3;
  }
  
  .individual__cta-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media (max-width: 24.937rem) { /* 399px - очень маленькие смартфоны */
  .main__title {
    font-size: 1.75rem;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}

/* ************INDIVIDUAL************ */
.individual {
  padding: 5rem 0;
  background-color: #f9fafb;
  position: relative;
  z-index: 1;
}

.individual__container {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.individual__content {
  background: #fff;
  border-radius: 16px;
  padding: 3.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.individual__description {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 3rem;
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.individual__features {
  margin-bottom: 3.5rem;
}

.individual__features-title {
  font-size: 2rem;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 2.5rem;
  text-align: center;
}

.individual__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

.individual__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 12px;
  border-left: 4px solid #0ea5e9;
  transition: all 0.3s ease;
}

.individual__feature-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.individual__feature-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
  border-radius: 50%;
  color: #fff;
}

.individual__feature-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.individual__feature-text {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #374151;
  font-weight: 500;
}

.individual__cta {
  text-align: center;
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #e5e7eb;
}

.individual__cta-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1f2937;
}

.individual__cta-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #6b7280;
  margin-bottom: 2rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.individual__cta-button {
  background: #303a4d;
  color: #fff;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1rem 2.5rem;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}

.individual__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background: #242e3d;
}

@media (max-width: 992px) {
  .individual__features-list {
    grid-template-columns: 1fr;
  }
  
  .individual__content {
    padding: 2.5rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .individual {
    padding: 3rem 0;
  }
  
  .individual__content {
    padding: 2rem 1.25rem;
    border-radius: 12px;
  }
  
  .individual__description {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
  
  .individual__features-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  
  .individual__feature-item {
    padding: 1.25rem;
  }
  
  .individual__feature-text {
    font-size: 1rem;
  }
  
  .individual__cta {
    padding: 2.5rem 1.5rem;
  }
  
  .individual__cta-title {
    font-size: 1.5rem;
  }
  
  .individual__cta-text {
    font-size: 1rem;
  }
}

@media (max-width: 39.937rem) { /* 639px - маленькие смартфоны */
  .individual__container {
    padding: 0 0.75rem;
  }
  
  .individual__content {
    padding: 1.5rem 1rem;
  }
  
  .individual__description {
    font-size: 1rem;
    max-width: 100%;
  }
  
  .individual__features-list {
    gap: 1rem;
  }
  
  .individual__feature-item {
    padding: 1rem;
    gap: 0.75rem;
  }
  
  .individual__feature-icon {
    width: 2rem;
    height: 2rem;
  }
  
  .individual__feature-icon svg {
    width: 1rem;
    height: 1rem;
  }
  
  .individual__feature-text {
    font-size: 0.938rem;
  }
}

@media (max-width: 24.937rem) { /* 399px - очень маленькие смартфоны */
  .individual__content {
    padding: 1.25rem 0.875rem;
    border-radius: 8px;
  }
  
  .individual__description {
    font-size: 0.938rem;
    line-height: 1.6;
  }
  
  .individual__features-title {
    font-size: 1.125rem;
  }
  
  .individual__cta {
    padding: 1.5rem 1rem;
  }
  
  .individual__cta-title {
    font-size: 1.125rem;
  }
  
  .individual__cta-button {
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }
}