:root {
  --color-black: rgba(77, 44, 0, 1);
  --color-white: rgba(255, 255, 255, 1);
  --color-text: rgba(255, 255, 255, 1);
  --color-yellow: rgba(255, 72, 0, 1);
  --color-green: rgba(73, 141, 0, 1);
  --color-bg: rgba(64, 32, 0, 1)
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

*,
::after,
::before {
  box-sizing: inherit
}

html {
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  color: var(--color-text);
  background: var(--color-black);
  font-family: Lato, -apple-system, Lato, sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto
}

a {
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: var(--color-text)
}

a:hover {
  color: var(--color-yellow)
}

@media screen and (max-width:992px) {
  body {
    font-size: 12px;
    padding-bottom: 75px
  }
}


h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 10px;
  text-align: center
}

h2 {
  font-size: 24px
}

h2,
h3 {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 15px;
  margin-top: 0
}

h3 {
  font-size: 22px
}

.container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  width: 1420px
}

.header {
  padding: 25px
}

.header .container {
  align-items: center;
  background: var(--color-bg);
  border-radius: 100px;
  display: flex;
  height: 65px;
  justify-content: space-between;
  padding: 0 20px;
  width: 1390px
}

.header__burger {
  display: none
}

.header__logo {
  flex-shrink: 0;
  width: 110px
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__menu {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0
}

.header__menu a {
  font-weight: 700
}

.wrapper {
  background: var(--color-bg);
  border-radius: 40px;
  padding: 25px
}

.btn {
  align-items: center;
  border-radius: 4px;
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 15px
}

.btn-green {
  background: var(--color-green);
  color: #fff
}

.btn-green:hover {
  background: var(--color-yellow);
  color: #fff
}

.btn-white {
  background: var(--color-yellow);
  color: #fff
}

.btn-white:hover {
  background: var(--color-green);
  color: #fff
}

.img-cov {
  max-width: 615px
}

.img-cov img {
  border-radius: 30px
}

.img-text {
  margin: 0 auto 25px;
  max-width: 1024px
}

.img-text img {
  border-radius: 25px;
  width: 100%
}

.img-ver {
  max-width: 400px
}

.table {
  margin-bottom: 35px;
  overflow-x: auto
}

.table table {
  border-collapse: collapse;
  margin: 0 auto;
  min-width: 100%;
  width: auto
}

.table td,
.table th {
  font-weight: 400;
  padding: 10px 15px
}

.table td:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px
}

.table td:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px
}

.table tr:nth-child(odd) td,
.table tr:nth-child(odd) th {
  background: var(--color-black)
}

.intro {
  align-items: center;
  background-image: url('/front/img/bg.webp');
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding: 40px;
  text-align: center
}

.intro .btn {
  width: 220px
}

.intro__title {
  background: #1d2730;
  padding: 12px 0
}

.intro__bg {
  background: #11181f
}

.intro__bg p {
  margin: 0;
  width: 100%
}

.intro__bg p img {
  width: 100%
}


.content__wrapper {
  display: grid;
  gap: 70px;
  grid-template-columns: auto 270px
}

.footer {
  margin-bottom: 25px;
  margin-top: 25px
}

.footer .container {
  align-items: center;
  background: var(--color-bg);
  border-radius: 100px;
  display: flex;
  height: 45px;
  justify-content: center;
  padding: 0 20px;
  width: 1390px
}

.footer__menu {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer__menu a {
  font-weight: 700
}

.sidebar .btn {
  position: sticky;
  top: 15px
}

@media screen and (max-width:992px) {
  .header__burger {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    padding: 2.5px 0;
    width: 30px;
    z-index: 101
  }

  .header__burger span {
    background: #fff;
    border-radius: 30px;
    display: block;
    height: 3px;
    transition: all .3s ease;
    width: 30px
  }

  .header__burger span:nth-child(3) {
    display: none
  }

  .header__burger.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header__burger.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .header__burger.active span:nth-child(3) {
    display: none
  }

  .header__menu {
    background: var(--color-bg);
    border-radius: 20px;
    display: block;
    height: auto;
    left: 15px;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: 15px;
    top: 75px;
    transition: all .3s ease;
    visibility: hidden;
    z-index: 1
  }

  .header__menu.active {
    opacity: 1;
    visibility: visible
  }

  .header__menu a {
    display: block;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center
  }

  .header {
    padding: 15px
  }

  .header .container {
    height: 50px
  }

  .header__logo {
    width: 80px
  }

  h1 {
    font-size: 20px;
    margin-bottom: 10px
  }

  .intro {
    border-radius: 12px;
    padding: 15px
  }


  .sidebar {
    background: var(--color-bg);
    bottom: 0;
    left: 0;
    padding: 15px;
    position: fixed;
    right: 0
  }

  .content__wrapper {
    display: block
  }

  h2 {
    font-size: 18px
  }

  h3 {
    font-size: 16px
  }

  .img-cov img {
    margin: 0 auto
  }

  .wrapper {
    border-radius: 15px;
    padding: 15px
  }

  .footer .container {
    border-radius: 100px;
    height: 40px;
    margin: 0 15px;
    width: auto
  }

  .footer {
    margin-top: 15px
  }
}