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

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

html {
  scroll-behavior: smooth;
}

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

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

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

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

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

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

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

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

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

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

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

@font-face {
  font-family: 'Montserrat';
  src: url('/fontsMACGF99/montserrat-variablefontMACGF99.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 1240px;
  margin: auto;
  padding: 0 15px;
}

.headerMACGF99 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;

  background: rgba(14, 16, 26, 0.8);
}

.header-innerMACGF99 {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logoMACGF99 img {
  width: 129px;
  height: 22px;
  object-fit: contain;
}

.heroMACGF99 {
  position: relative;

  min-height: 100vh;
  background: url('/imagesMACGF99/hero-barbgMACGF99.webp') center / cover
    no-repeat;
  display: flex;
  align-items: center;
}

.hero-overlayMACGF99 {
  position: absolute;
  inset: 0;
}

.hero-contentMACGF99 {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.hero-titleMACGF99 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-descMACGF99 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 40px;
}

.hero-btnMACGF99 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 10px;
  background: #40f771;
  color: #0e101a;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.25s ease;
}

.hero-btnMACGF99:hover {
  background: transparent;
  border: 1px solid #40f771;
  color: #fff;
}

@media (max-width: 768px) {
  .heroMACGF99 {
    background: url('/imagesMACGF99/hero-barbg-mbMACGF99.webp') center / cover
      no-repeat;
    min-height: 60vh;
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .hero-titleMACGF99 {
    font-size: 24px;
    line-height: 100%;
  }

  .hero-descMACGF99 {
    font-size: 18px;
    line-height: 100%;
  }

  .hero-btnMACGF99 {
    width: 100%;
    max-width: 175px;
  }
}

.barsMACGF99 {
  background: #0e101a;
  padding: 80px 0;
}

.bars-main-titleMACGF99 {
  color: #fff;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bars-listMACGF99 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bar-cardMACGF99 {
  background: #0b1949;
  border-radius: 22px;
  padding: 24px;
  margin-bottom: 20px;
}

.bar-gridMACGF99 {
  display: grid;
  grid-template-columns: 590px 1fr;
  gap: 32px;
}

.bar-imagesMACGF99 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bar-imageMainMACGF99 {
  width: 100%;
  height: 332px;
  object-fit: cover;
  border-radius: 18px;
}

.bar-imagesRowMACGF99 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.bar-imagesRowMACGF99 img {
  width: 100%;
  height: 302px;
  object-fit: cover;
  border-radius: 18px;
}

.bar-contentMACGF99 {
  display: flex;
  flex-direction: column;
}

.bar-titleMACGF99 {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px;
}

.bar-ratingMACGF99 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 18px;
}

.bar-ratingMACGF99 img {
  width: 25px;
  height: 25px;
}

.bar-ratingMACGF99 span {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  margin-left: 6px;
}

.bar-rating-wrappMACGF99 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bar-rating-wrappMACGF99 span {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}

.bar-labelMACGF99 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.bar-priceMACGF99 {
  font-family: Montserrat;
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}

.bar-infoMACGF99 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bar-infoMACGF99 li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Montserrat;
  font-size: 18px;
  color: #fff;
}

.bar-infoMACGF99 img {
  width: 22px;
  height: 22px;
}

.bar-aboutTitleMACGF99 {
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.bar-aboutTextMACGF99 {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

.bar-actionsMACGF99 {
  display: flex;
  gap: 18px;
  margin-top: auto;
}

.btnPrimaryMACGF99 {
  height: 56px;
  padding: 0 36px;
  background: #40f771;
  color: #0e101a;
  border-radius: 12px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnOutlineMACGF99 {
  height: 56px;
  padding: 0 36px;
  border: 1px solid #40f771;
  color: #fff;
  border-radius: 12px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TABLET */
@media (max-width: 1104px) and (min-width: 740px) {
  .bar-cardMACGF99 {
    padding: 20px;
  }

  .bar-actionsMACGF99 {
    flex-direction: column;
  }

  .bar-gridMACGF99 {
    grid-template-columns: 420px 1fr;
    gap: 24px;
  }

  .bar-imageMainMACGF99 {
    height: 280px;
  }

  .bar-imagesRowMACGF99 img {
    height: 180px;
  }

  .bar-titleMACGF99 {
    font-size: 26px;
  }

  .bar-ratingMACGF99 img {
    width: 22px;
    height: 22px;
  }

  .bar-ratingMACGF99 span {
    font-size: 16px;
  }

  .bar-labelMACGF99 {
    font-size: 20px;
  }

  .bar-priceMACGF99 {
    font-size: 17px;
  }

  .bar-infoMACGF99 li {
    font-size: 16px;
  }

  .bar-aboutTitleMACGF99 {
    font-size: 20px;
  }

  .bar-aboutTextMACGF99 {
    font-size: 16px;
  }

  .bar-actionsMACGF99 {
    gap: 14px;
  }

  .btnPrimaryMACGF99,
  .btnOutlineMACGF99 {
    height: 52px;
    padding: 0 28px;
    font-size: 16px;
  }
}

/* MOBILE */
@media (max-width: 740px) {
  .bar-cardMACGF99 {
    width: 285px;
    margin: 0 auto;
    padding: 16px;
    margin-bottom: 20px;
  }

  .bars-main-titleMACGF99 {
    font-size: 22px;
  }

  .bar-gridMACGF99 {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bar-imageMainMACGF99 {
    height: 302px;
  }

  .bar-imagesRowMACGF99 img {
    height: 147px;
  }

  .bar-titleMACGF99 {
    font-size: 22px;
  }

  .bar-infoMACGF99 li,
  .bar-aboutTextMACGF99 {
    font-size: 16px;
  }

  .bar-actionsMACGF99 {
    flex-direction: column;
    gap: 12px;
  }

  .btnPrimaryMACGF99,
  .btnOutlineMACGF99 {
    width: 100%;
  }

  .barsMACGF99 {
    padding-bottom: 20px;
  }
}

.is-hiddenMACGF99 {
  display: none;
}

.aboutMACGF99 {
  padding: 80px 0;
  background: #0e101a;
}

.about-innerMACGF99 {
  display: grid;
  grid-template-columns: 1fr 610px;
  align-items: center;
  gap: 48px;
}

.about-titleMACGF99 {
  color: #fff;
  font-family: Montserrat;
  font-size: 46px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-contentMACGF99 p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 14px;
}

.about-imageWrapMACGF99 img {
  width: 610px;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 1024px) {
  .about-innerMACGF99 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .about-imageWrapMACGF99 img {
    width: 100%;
    height: 360px;
  }
}

@media (max-width: 600px) {
  .aboutMACGF99 {
    padding: 60px 0;
  }

  .about-titleMACGF99 {
    font-size: 32px;
  }

  .about-contentMACGF99 p {
    font-size: 18px;
  }

  .about-imageWrapMACGF99 img {
    height: 232px;
  }
}

.footerMACGF99 {
  background: #0b1949;
  padding: 60px 0;
}

.footer-topMACGF99 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.footer-logoImgMACGF99 {
  width: 129px;
  height: 22px;
}

.footer-ageImgMACGF99 {
  width: 36px;
  height: 36px;
}

.footer-innerMACGF99 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.footer-titleMACGF99 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}

.footer-mailMACGF99,
.footer-textMACGF99 {
  color: rgba(255, 255, 255, 0.8);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}

.footer-mailMACGF99 a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-moreMACGF99,
.footer-privacyMACGF99 {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-top: 8px;
}

.footer-socialsMACGF99 {
  list-style: none;
  display: flex;
  gap: 16px;
  padding: 0;
  margin-top: 20px;
}

.footer-socialsMACGF99 img {
  width: 36px;
  height: 36px;
}

@media (max-width: 900px) {
  .footer-topMACGF99 {
    margin-bottom: 24px;
  }

  .footer-innerMACGF99 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.terms {
  background: #0e101a;
  padding: 80px 0;
}

.terms h1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.terms p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .terms h1 {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }

  .terms p {
    color: rgba(255, 255, 255, 0.9);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
