.main-content img {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  margin: 24px 0;
  background-color: #04418d;
  box-shadow: 0 0 30px #04418d
}

h2,h3,h4,h5,h6 {
  color: #fff;
  padding-top: 24px;
  margin-bottom: 16px
}

ol,p,ul {
  margin-bottom: 16px;
  line-height: 1.4
}

table {
  width: 100%;
  table-layout: fixed;
  overflow-wrap: break-word;
  border-spacing: 0
}

td,th {
  padding: 6px 10px
}

tr:nth-child(2n) {
  background-color: #e5a74915
}


@media (min-width: 1200px) {
  .main-content img {
    margin: 24px 25%;
    max-width: 50%
  }


}

.faq-section {
  --gap: 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0
}

.faq-title {
  font-size: 40px;
  line-height: 1;
  margin: 0
}

.faq-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px
}

.faq-list {
  align-items: flex-start
}

.accordion svg {
  font-size: 20px;
  flex: 0 0 20px;
  transform: rotateZ(-90deg)
}

.accordion_active svg {
  transform: rotateZ(90deg);
  color: #ffcb2f
}

.accordion {
  border-radius: 8px;
  background-color: #e5a74915;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  transition-property: background-color,box-shadow;
  transition-duration: .2s;
  user-select: none;
  margin-bottom: 8px;
  padding: 20px;
}

.accordion_active {
  box-shadow: inset 0 0 16px rgba(0,0,0,.05)
}

.accordion:active {
  background-color: #e5a74905
}

.accordion h3 {
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  padding: 10px 0px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.accordion>div {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  transition: max-height 0.3s ease-out
}

.accordion_active>div {
  padding-bottom: 16px
}

.accordion:last-of-type {
  margin-bottom: 24px
}

.accordion-content {
  padding: 16px 24px;
  margin: 0
}

.accordion-divider {
  height: 2px;
  background-color: #dbdbdb
}

.accordion_active>div {
  max-height: 1000px
}

.footer {
  padding: var(--global-gap) 0;
  overflow: hidden;
  width: 100%;
  background-color: #04418d;
  color: #fff
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 25%
}

.footer-main {
  flex: 1 1;
  display: flex;
  flex-direction: column
}

.footer-copyright {
  opacity: .7;
  font-size: 14px;
  line-height: 1.6;
  text-align: center
}

.footer-bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

.footer-link {
  width: 100%;
  aspect-ratio: 2/1;
  height: 50px;
  padding: 6px 12px;
  margin-bottom: 16px
}

.footer-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center
}


@media (min-width: 1200px) {
  .footer-copyright {
    text-align: left
  }


}

.header {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  color: #000;
  z-index: 100;
  background-color: #04418d
}

.header-content {
  display: flex;
  gap: 32px
}

.header-logo {
  padding: 8px 0;
  display: flex
}

.header-logo-image {
  object-fit: contain;
  object-position: center;
  width: 125px
}

.header-nav {
  flex: 1 1;
  display: flex;
  align-items: center
}

.header-nav-link {
  white-space: nowrap;
  cursor: pointer;
  padding: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: #ffcb2f
}

.header-nav-link:hover {
  color: #ffcb2f80
}

.header-button {
  margin-left: auto;
  margin-right: 14px
}

.mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 50px;
  background-color: transparent;
  border: none;
  aspect-ratio: 1/1;
  margin-left: auto;
  color: #ffcb2f
}

.mobile-nav {
  position: fixed;
  top: 50px;
  left: 0;
  gap: 16px;
  right: 0;
  padding: 24px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #04418d;
  transition-property: transform,opacity;
  transition-duration: .3s
}

.mobile-nav.hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-100%)
}

.partners-wrapper {
  position: relative;
  background-color: #e5a74915;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden
}

.partners {
  width: 100%;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 16px 0
}

.partner {
  scroll-snap-align: center;
  flex: 0 0 200px;
  aspect-ratio: 2/1;
  border-radius: 16px;
  padding: 16px;
  max-width: 180px
}

.partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center
}

.overscroll-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 38px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5a74915;
  color: #ffcb2f;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  backdrop-filter: blur(20px);
  transition-property: opacity;
  transition-duration: .2s
}

.overscroll-button-hidden {
  opacity: 0
}

.overscroll-button-start {
  left: 0
}

.overscroll-button-end {
  right: 0
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px
}

.button {
  position: relative;
  z-index: 1;
  width: max-content;
  min-height: 38px;
  border-radius: 10px;
  border: none;
  color: #c2231b;
  background-color: #ffcb2f;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  text-transform: uppercase;
  transition-property: transform,box-shadow;
  transition-duration: .2s;
  box-shadow: 0 3px 12px 2px #2d0c0610
}

.button-big {
  padding: 0 24px;
  min-height: 42px;
  min-width: 140px;
  margin: 0 auto;
}

.section {
  display: flex;
  align-items: flex-start;
  padding: var(--global-gap) 0
}

.section h3 {
  font-size: 20px;
  line-height: 1.1;
  padding-top: 16px
}

.section img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0,0,0,.3);
  margin-bottom: 24px
}

h1,h2,h3,h4,h5,h6,ol,p,ul {
  line-height: 1
}

ol,ul {
  padding-left: 20px;
  line-height: 1.3
}

p {
  line-height: 1.3
}

h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 5px #000
}

h2 {
  font-size: 24px
}

h3 {
  font-size: 20px;
  font-weight: 500
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.hero {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: var(--global-gap) 0;
  background-color: #000;
  color: #fff;
  padding-bottom: 0;
  border-radius: 8px;
  margin-top: 100px
}

.hero-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(45deg,rgba(0,0,0,.4) 0,rgba(0,0,0,0) 100%)
}

.hero-backdrop img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: contain;
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 500px;
}

@media (max-width: 768px){
  .hero-backdrop img {
    min-height: 370px;
  }
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--global-gap);
  padding-top: 200px;
  box-shadow: inset 0 0 200px 40px #032858
}

.hero h1 {
  margin: 0;
  margin-bottom: 30px
}

.hero h3 {
  margin-bottom: 24px;
  color: #fff;
  text-shadow: 0 0 5px #000
}

.floating-button {
  position: fixed;
  bottom: 20px;            /* отступ от нижнего края */
  left: 50%;               /* ставим в центр по горизонтали */
  transform: translateX(-50%); /* сдвигаем на половину ширины */
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background: #ffcb2f;
  color: #c2231b;
  cursor: pointer;
  z-index: 9999;     
}

@media (max-width: 768px) {
 .floating-button  {
    width: calc(100% - 140px);
    left: 50%;
    transform: translateX(-50%);
  }
}


@media (min-width: 1200px) {
  h1 {
    font-size: 40px
  }

  h2 {
    font-size: 32px
  }

  h3 {
    font-size: 24px
  }


}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent
}

:root {
  --global-gap: 16px
}

a {
  color: #e5a749
}

hr {
  display: none
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: Arial,Helvetica,sans-serif;
  overflow-x: hidden;
  overflow-y: auto
}

body {
  margin: 0;
  padding: 0;
  min-width: 375px;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #032858;
  color: #ddd
}

main {
  flex: 1 1;
  min-width: 375px;
  width: 100%;
  overflow: hidden
}

.table {
  width: 100%;
  overflow-x: auto;
  padding: var(--global-gap) 0
}

.table-cell {
  min-height: 40px;
  display: flex;
  padding: 12px;
  max-width: 100%;
  overflow: hidden
}

.table-head {
  font-weight: 500;
  background-color: #e9e9e9;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3,1fr)
}

.table-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  color: #faf3c0
}

.table-row:nth-child(odd) {
  background-color: #f8f8f8;
  border-radius: 8px
}


@media (min-width: 1200px) {
  :root {
    --global-gap: 32px
  }

  main {
    padding: 0 0 var(--global-gap)
  }


}

