@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap');
:root {
  --ff-source_sans: 'Source Sans 3', sans-serif;
  --color-primary: #F7F8FF;
  --color-link: #40ff2e;
  --color-footer: #FDFCFC;
  --bg-main: #000000;
  --bg-nav: #b7324b;
  --bg-purple: #7df309;
  --bg-footer: #0A090A;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 16px;
}
@media (max-width: 450px) {
  img {
    border-radius: 12px;
  }
}

article img {
  display: block;
  max-width: 100%;
  margin: 14px auto;
}

button {
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

body {
  font-family: var(--ff-source_sans);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-primary);
  background: var(--bg-main);
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  overflow-x: hidden;
}
body.hidden {
  overflow-y: hidden;
}
@media (max-width: 1200px) {
  body {
    background-size: auto;
  }
}
@media (max-width: 590px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}

.container {
  max-width: 1070px;
  margin: 0 auto;
}

.arrow-btn-up {
  width: 50px;
  height: 50px;
  background: url(../img/arrow.svg), linear-gradient(#35c42e, #20172e) padding-box, linear-gradient(to bottom, #c1c1c6, #352f2f) border-box;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  border-radius: 50%;
  border: 5px solid transparent;
  z-index: -1;
  bottom: 45px;
  right: 10px;
  opacity: 0;
  transition: 0.3s ease;
}
.arrow-btn-up.btn-visible {
  opacity: 1;
  z-index: 1;
}

.article {
  padding-bottom: 54px;
}
@media (max-width: 1280px) {
  .article {
    padding: 0 15px 54px;
  }
}
.article ul {
  list-style: disc;
}
.article ul,
.article ol {
  margin-left: 40px;
  margin-bottom: 16px;
}
.article p {
  margin-bottom: 16px;
}
.article p:last-child {
  margin-bottom: 0;
  margin-top: 16px;
}
.article p > a {
  color: var(--color-link);
  text-decoration: underline;
}
.article h1 {
  margin: 25px;
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
}
@media (max-width: 450px) {
  .article h1 {
    font-size: 32px;
    line-height: 43px;
  }
}
.article h2 {
  margin: 34px 0 34px;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
}
@media (max-width: 450px) {
  .article h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.article h3 {
  margin: 24px 0 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 450px) {
  .article h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.article picture + h2 {
  margin-top: 32px;
}
.article h3 + p + p {
  margin-bottom: 32px;
}
.article .table {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  border-collapse: collapse;
  border-spacing: 0;
}
.article .table:last-of-type {
  margin-bottom: 0;
}
.article tbody tr {
  display: grid;
  grid-template: auto/repeat(4, 1fr);
}
.article tbody tr:first-child {
  background: var(--bg-purple);
  border-radius: 8px 8px 0px 0px;
}
.article tbody tr:first-child td {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  border: none;
}
@media (max-width: 590px) {
  .article tbody tr:first-child td {
    line-height: 20px;
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .article tbody tr:first-child td {
    line-height: 17px;
    font-size: 11px;
  }
}
.article tbody tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border: 0.5px solid #7fef23;
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .article tbody tr td {
    font-size: 14px;
    line-height: 17px;
    padding: 12px;
  }
}
@media (max-width: 510px) {
  .article tbody tr td {
    font-size: 10px;
  }
}
@media (max-width: 350px) {
  .article tbody tr td {
    line-height: 17px;
    font-size: 11px;
    padding: 5px;
  }
}
.article .table.tab-2 tr {
  grid-template: auto/repeat(3, 1fr);
}
.article .table.tab-3 tr {
  grid-template: auto/repeat(2, 1fr);
}

.footer {
  background: #166022;
  padding: 24px 0;
}
.footer p {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
  color: #FDFCFC;
}

.header-top {
  height: 82px;
}
@media (max-width: 590px) {
  .header-top {
    height: 89px;
  }
}
@media (max-width: 390px) {
  .header-top {
    height: 240px;
  }
}
.header-fixed {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
  transition: 0.3s ease;
}
@media (max-width: 590px) {
  .header-fixed {
    padding: 15px 0 32px;
  }
}
.header-fixed.active {
  background: #166022;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  .header-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 390px) {
  .header-wrap {
    flex-direction: column;
  }
}
.header-block {
  display: flex;
  align-items: center;
  gap: 87px;
}
.header .burger {
  display: none;
}
@media (max-width: 890px) {
  .header .burger {
    display: flex;
    position: relative;
    z-index: 3;
    width: 27px;
    height: 18px;
    background: url(../img/burger.svg) no-repeat center;
  }
  .header .burger.active {
    background: url(../img/closed.svg) no-repeat center;
  }
}
@media (max-width: 390px) {
  .header .burger {
    position: absolute;
    top: 25px;
    left: 23px;
  }
}
.header-logo {
  z-index: 5;
  cursor: pointer;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 22px;
}
@media (max-width: 590px) {
  .header-logo {
    background: rgba(145, 145, 145, 0.12);
    padding: 8px 2px;
    font-size: 17px;
  }
}
@media (max-width: 390px) {
  .header-logo {
    position: absolute;
    top: 17px;
    right: 15px;
  }
}
@media (max-width: 890px) {
  .header .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 110vh;
    z-index: 2;
    overflow-x: hidden;
    transform: translateX(-110%);
    transition: 0.3s ease-in-out;
    background: #166022 url(../img/navopen-img.png) no-repeat bottom 10% center;
    background-size: contain;
  }
  .header .nav.open {
    transform: translateX(0);
  }
}
.header .menu {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media (max-width: 890px) {
  .header .menu {
    flex-direction: column;
    gap: 16px;
    align-items: center;
    padding: 87px 15px 0;
  }
}
@media (max-width: 390px) {
  .header .menu {
    padding: 280px 15px 0;
  }
}
.header .menu .item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 890px) {
  .header .menu .item {
    width: 100%;
    max-width: 360px;
    padding: 16px 0;
    border-bottom: 1px solid #694EA6;
  }
}
.header-container {
  z-index: 5;
  display: flex;
  gap: 12px;
}
@media (max-width: 890px) {
  .header-container {
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 390px) {
  .header-container {
    flex-direction: column;
    margin-top: 101px;
    width: 100%;
  }
}
.header button {
  width: 150px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  padding: 10px 0;
  background: var(--bg-purple);
  color: var(--color-primary);
}
.header button:hover {
  background: #0b4404;
}
@media (max-width: 590px) {
  .header button {
    width: 110px;
  }
}
@media (max-width: 390px) {
  .header button {
    width: 100%;
  }
}
.header button:first-child {
  width: 106px;
  background: transparent;
  border: 1px solid #7df309;
}
.header button:first-child:hover {
  background: #2a6912;
}
@media (max-width: 590px) {
  .header button:first-child {
    width: 72px;
  }
}
@media (max-width: 390px) {
  .header button:first-child {
    width: 100%;
  }
}
.header-bottom {
  padding: 20px 0 20px;
}
@media (max-width: 1280px) {
  .header-bottom {
    padding: 20px 15px 20px;
  }
}
@media (max-width: 590px) {
  .header-bottom {
    padding: 0 15px 10px;
  }
}/*# sourceMappingURL=main.css.map */