* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  font-family: "Work Sans", sans-serif;
}
body:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("++resource++dolomiti_adventures.site.images/lp2024/img/pattern_body.png");
  background-position: center top;
  background-repeat: repeat-y;
  opacity: 0.15;
}

a {
  text-decoration: none;
}

.main {
  position: relative;
}

.m-btn--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #4B4B4B;
  margin-top: 32px;
}
.m-btn--primary:visited {
  color: #4B4B4B;
}
.m-btn--primary:hover {
  color: #4B4B4B;
}
.m-btn--primary:active {
  color: #4B4B4B;
}
.m-btn--primary span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-btn--primary:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 300;
  color: #fff;
  border-radius: 50%;
  background-color: #D7385B;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.m-nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.m-nav__inner {
  padding: 12px 0;
}

.m-logo img {
  max-width: 200px;
}

.m-header {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 332px 0 112px 0;
}
.m-header__title {
  position: relative;
  font-family: "Antonio", sans-serif;
  font-size: 68px;
  line-height: 78px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.m-header__icon {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 259px;
}
.m-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
}

.m-section {
  padding: 80px 0;
}
.m-section__category {
  display: block;
  font-family: "Antonio", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: #D7385B;
  margin-bottom: 8px;
}
.m-section__title {
  --px: 24px;
  --py: 16px;
  position: relative;
  font-family: "Antonio", sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4B4B4B;
  margin-bottom: 12px;
  padding: var(--py) var(--px);
}
.m-section__title:before {
  content: url("++resource++dolomiti_adventures.site.images/lp2024/img/deco_title.svg");
  position: absolute;
  left: var(--px);
  bottom: var(--py);
  z-index: -1;
  -webkit-transform: translateY(7.5px);
  transform: translateY(7.5px);
}
.m-section__text {
  padding: 0 24px;
}
.m-section__text h3 {
  font-family: "Antonio", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D7385B;
  text-decoration: underline;
  margin-bottom: 28px;
}
.m-section__text h4 {
  font-family: "Antonio", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4B4B4B;
  margin-bottom: 24px;
}
.m-section__text h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #4B4B4B;
  margin-bottom: 16px;
}
.m-section__text p {
  font-size: 18px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 24px;
}
.m-section__text ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 24px;
}
.m-section__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #727272;
}
.m-section__text ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D7385B;
  margin: 0 8px;
}
.m-section--centered .m-section__title {
  text-align: center;
}
.m-section--centered .m-section__title:before {
  left: 50%;
  -webkit-transform: translate(-50%, 7.5px);
  transform: translate(-50%, 7.5px);
}
.m-section--centered .m-section__text {
  text-align: center;
}
.m-section--centered .m-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-section--level {
  padding: 64px 0;
}
.m-section--dark {
  background-color: #393939;
}
.m-section--dark .m-section__title {
  color: #DDDDDD;
  padding: 0 24px;
}
.m-section--dark .m-section__text {
  margin-bottom: 80px;
}
.m-section--dark .m-section__text p {
  color: #B0B0B0;
}
.m-section--dark .m-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #DDDDDD;
}
.m-section--dark .m-btn:visited {
  color: #DDDDDD;
}
.m-section--dark .m-btn:hover {
  color: #DDDDDD;
}
.m-section--dark .m-btn:active {
  color: #DDDDDD;
}
@media screen and (max-width: 991px) {
  .m-section {
    padding: 40px 0;
  }
  .m-section__title {
    padding: 0;
  }
  .m-section__text {
    padding: 0;
  }
}

.m-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-bottom: 40px;
}
.m-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.m-block__item h4 {
  font-family: "Antonio", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
  color: #4B4B4B;
  margin-bottom: 16px;
}
.m-block__item p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .m-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.m-card {
  margin-bottom: 80px;
}
.m-card__image {
  background-size: cover;
  background-position: center;
  margin-bottom: 32px;
  padding-bottom: 60%;
}
.m-card__title {
  font-family: "Antonio", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  color: #20A39E;
  margin-bottom: 16px;
}
.m-card__text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #B0B0B0;
  margin-bottom: 0;
}

.m-slider__item {
  padding: 0 24px;
}
.m-slider__image {
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 100%;
}
@media screen and (max-width: 991px) {
  .m-slider__item {
    padding: 0;
  }
}

.m-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.m-contacts__item h4 {
  font-family: "Antonio", sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #4B4B4B;
  margin: 0;
}
.m-contacts__item a {
  font-size: 16px;
  line-height: 24px;
  color: #727272;
  text-decoration: underline;
}
.m-contacts__item a:visited {
  color: #727272;
}
.m-contacts__item a:hover {
  color: #727272;
}
.m-contacts__item a:active {
  color: #727272;
}
.m-contacts__item p {
  font-size: 16px;
  line-height: 24px;
  color: #727272;
  margin: 0;
}

.m-footer {
  background-color: #EEEEEE;
  padding: 20px 0;
}

.m-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.m-menu--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}
.m-menu--footer li a {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #727272;
}
.m-menu--footer li a:visited {
  color: #727272;
}
.m-menu--footer li a:hover {
  color: #727272;
}
.m-menu--footer li a:active {
  color: #727272;
}