@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@400;500;600;700&display=swap');
:root {
  --ff-fsc: 'Fira Sans Condensed', sans-serif;
  --color-primary: #ffffff;
  --color-white: #f1f1f1;
  --color-blue: #6570BF;
  --bg-main: #794617;
}

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

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

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: var(--ff-fsc);
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.32px;
  background: var(--bg-main);
  color: var(--color-primary);
  overflow-x: hidden;
}
body.hidden {
  overflow-y: hidden;
}

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

.arrow-btn-up {
  width: 50px;
  height: 50px;
  background: url(../img/arrow.svg), linear-gradient(#674512, #7e9b16) padding-box, linear-gradient(to bottom, #a63d6f, #e01fda) 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;
}

main {
  background: url(../img/bg1.png) no-repeat top left, url(../img/bg2.png) no-repeat top right, url(../img/bg3.png) no-repeat bottom left, url(../img/bg4.png) no-repeat bottom right;
}

.header {
  height: 76px;
}
@media (max-width: 590px) {
  .header {
    height: 74px;
  }
}
.header-fixed {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  padding: 24px 0;
  background: var(--bg-main);
}
@media (max-width: 1250px) {
  .header-fixed {
    padding: 24px 10px;
  }
}
@media (max-width: 590px) {
  .header-fixed {
    padding: 20px 10px;
  }
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menu {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 890px) {
  .header .menu {
    flex-direction: column;
    gap: 80px;
    align-items: center;
    padding: 160px 30px;
  }
}
.header .menu .item {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.4px;
  cursor: pointer;
}
.header .menu .item:hover {
  color: #495DEA;
}
.header-logo {
  display: block;
  font-weight: 600;
  width: 120px;
  height: 28px;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}
.header .burger {
  display: none;
}
@media (max-width: 890px) {
  .header .burger {
    display: flex;
    position: relative;
    z-index: 3;
    width: 32px;
    height: 32px;
    background: url(../img/burger.svg) no-repeat center;
  }
  .header .burger.active {
    background: url(../img/closed.svg) no-repeat center;
  }
}
@media (max-width: 890px) {
  .header .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    bottom: 0;
    height: 100vh;
    z-index: 2;
    overflow-x: hidden;
    transform: translateX(-110%);
    transition: 0.3s ease-in-out;
    background: var(--bg-main);
    background-size: contain;
  }
  .header .nav.open {
    transform: translateX(0);
  }
}
@media (max-width: 590px) {
  .header .nav {
    top: 72px;
  }
}

.hero {
  padding: 10px 0 20px;
}
@media (max-width: 1280px) {
  .hero {
    padding: 10px 10px 20px;
  }
}
@media (max-width: 590px) {
  .hero {
    padding: 10px 10px 20px;
  }
}
.hero-block {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
.hero-text {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 1280px) {
  .hero-text {
    max-width: 100%;
  }
}
.hero-img {
  max-width: 500px;
  width: 100%;
}
.hero h1 {
  font-weight: 600;
  font-size: 45px;
  line-height: 53px;
  letter-spacing: 0.8px;
  margin: 24px 0 30px;
  text-align: center;
}
@media (max-width: 590px) {
  .hero h1 {
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0.64px;
    margin: 14px 0 30px;
  }
}

.article {
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  .article {
    padding: 0 10px 20px;
  }
}
.article ul {
  list-style: disc;
}
.article ul,
.article ol {
  margin-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 590px) {
  .article ul,
  .article ol {
    margin-left: 56px;
  }
}
.article p {
  margin-bottom: 20px;
}
.article p:last-of-type {
  margin-bottom: 0;
  margin-top: 40px;
}
.article span {
  display: block;
}
.article h2 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin: 35px 0 35px;
  text-align: center;
}
@media (max-width: 590px) {
  .article h2 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
  }
}
.article h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.48px;
  margin: 120px 0 30px;
}
@media (max-width: 590px) {
  .article h3 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
}
.article-text {
  margin-bottom: 20px;
}
.article-img {
  margin-bottom: 20px;
}
.article img {
  padding-bottom: 20px;
}
.article img {
  margin: 0 auto;
}
.article table {
  margin: 40px auto;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 800px;
  width: 100%;
  color: var(--color-blue);
  background: #080B20;
  border-radius: 8px;
}
.article table tr {
  border-bottom: 1px solid #191E3D;
  display: grid;
  word-break: break-all;
}
.article table td {
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.article table td:first-child {
  font-weight: 300;
  padding-left: 20px;
}
.article .table-1 tr {
  grid-template-columns: 260px 1fr;
}
@media (max-width: 768px) {
  .article .table-1 tr {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 10px 0 10px;
  }
  .article .table-1 tr td {
    padding: 0;
  }
}
.article .table-2 tr {
  grid-template-columns: repeat(3, 1fr);
}
.article .table-2 tr:first-child td {
  font-weight: 600;
}
.article .table-2 td {
  font-weight: 300;
}
.article .table-3 {
  margin-bottom: 0;
}
.article .table-3 tr {
  grid-template-columns: repeat(4, 1fr);
}
.article .table-3 tr:first-child td {
  font-weight: 600;
}
.article .table-3 td {
  font-weight: 300;
}

.footer {
  padding: 60px 0 60px;
  background: var(--bg-footer);
}
@media (max-width: 1280px) {
  .footer {
    padding: 60px 10px 60px;
  }
}
.footer-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 590px) {
  .footer-wrapper {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
  }
}
.footer-logo {
  display: block;
  font-weight: 700;
  width: 120px;
  height: 28px;
  font-size: 32px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 590px) {
  .footer-logo {
    text-align: center;
  }
}
.footer p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.28px;
}/*# sourceMappingURL=main.css.map */