@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Geologica", sans-serif;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Виправлення розміру шрифту для iOS Safari 18.2 */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Правило для iOS Safari */
  @supports (-webkit-touch-callout: none) {
    html {
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }
    /* Додаткові стилі для конкретних елементів, якщо потрібно */
    body {
      /* Запобігає автоматичному масштабуванню тексту */
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }
  }
}
/* Заглушка */
html, body {
  font-size: 30px;
}
@media (max-width: 1440px) {
  html, body {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1441px) and (max-width: 2550px) {
  html, body {
    font-size: 2.0833333333vw;
  }
}

.title {
  color: #222;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 110%;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .title {
    margin-bottom: 36px;
    max-width: 855px;
    width: 100%;
    font-size: 48px;
  }
  .title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .title {
    font-size: 36px;
    margin-bottom: 27px;
  }
}

.text {
  color: #000;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (max-width: 1024px) {
  .text {
    max-width: 805px;
    width: 100%;
    font-size: 24px;
  }
  .text br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .text {
    font-size: 16px;
  }
}

.content {
  max-height: 100vh;
  height: 100vh;
  width: 100vw;
  background-color: #FFF;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .content {
    flex-direction: column;
    gap: 80px;
    max-height: initial;
    height: 100%;
    max-width: 100%;
    width: 100%;
    padding: 77px 48px 45px 48px;
  }
}
@media screen and (max-width: 600px) {
  .content {
    gap: 30px;
    padding: 33px 25px 31px 25px;
  }
}

.banner img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  object-fit: cover;
}

.banner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.info {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .info {
    margin-top: 62px;
  }
  .info br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .info {
    margin-top: 27px;
  }
}
.info h2 {
  color: #000;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .info h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .info h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.info a {
  color: var(--Blue-MCOP-1, #0F4E8C);
  font-size: 1.3333333333rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .info a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .info a {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .info a {
    font-size: 24px;
  }
}
.info span {
  color: #000;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-top: 1rem;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .info span {
    margin-top: 1.6666666667rem;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .info span {
    margin-top: 20px;
    font-size: 16px;
  }
}

.col {
  max-width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .col {
    max-width: 100%;
  }
}

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