
html,
body,
div,
span,
h1,
h2,
h3,
p,
img,
ol,
ul,
li,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

footer,
header,
menu,
nav,
section,
img {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: inherit;
}

button {
  border: none;
  color: inherit;
  font-size: inherit;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

li {
  list-style: none;
}

html {
  height: 100vh;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  background: #07263E;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.4px;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.burger__button {
  min-width: 41px;
  max-width: 41px;
  height: 41px;
  display: none;
}
.burger__button img {
  width: 100%;
}
.header {
  padding: 17px 0;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__logo {
  width: 100%;
  max-width: 193px;
}
.header__logo img {
  width: 100%;
}
.main__menu {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
}
.main__menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.main__menu li a {
  color: #fff;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
.main__menu li a:hover {
  color: #D9FF00;
  text-decoration: none;
}
.main__menu li a.active {
  color: #D9FF00;
}
.main__content {
  margin: 80px 0 0;
}
h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 50.4px;
  color: #D9FF00;
  padding: 0;
  margin: 0 0 14px 0;
}
.banner {
  margin: 60px 0 20px;
}
.banner__block {
  display: flex;
  gap: 20px;
  margin: 0 0 30px 0;
}
.banner__block__item {
  display: block;
  flex: 1;
}
.banner__block__item img {
  width: 100%;
}
.banner__flex {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.banner__flex__item {
  display: block;
  width: calc(100% / 6 - 20px);
  height: 170px;
  margin: 0 10px 20px;
}
.banner__flex__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.column__image {
  display: flex;
  margin: 0 -10px 30px;
}
.column__image__item {
  width: calc(25% - 20px);
  margin: 0 10px;
  height: 265px;
}
.column__image__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  color: #D9FF00;
  padding: 0;
  margin: 30px 0 24px 0;
}
h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 31.2px;
  color: #D9FF00;
  padding: 0;
  margin: 30px 0 24px 0;
}
.block__flex {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.block__flex__content {
  width: 100%;
}
.block__flex__image {
  min-width: 360px;
  max-width: 360px;
}
.block__flex__image img {
  width: 100%;
  height: auto;
}
.block__flex__indent {
  margin: 50px 0;
}
ul {
  padding: 0 0 0 20px;
  margin: 30px 0;
}
ul li {
  list-style: disc;
  margin: 0;
  padding: 0;
}
.block__table {
  margin: 30px 0;
}
.block__table table {
  width: 100%;
  border-collapse: collapse;
}
.block__table table td {
  padding: 14px 16px;
  border: 1px solid #1D496A;
}
.block__table table tr:first-child td {
  text-align: center;
  font-weight: 600;
}
.block__table table td:first-child {
  font-weight: 600;
}
.block__flex__content h2 {
  margin-top: 0;
}
.block__images {
  margin: 30px 0;
  display: flex;
  gap: 30px;
}
.block__images__item {
  width: 50%;
  text-align: center;
}
.block__images__item img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
p {
  margin: 0 0 20px 0;
}
ol {
  padding: 0 0 0 20px;
  margin: 30px 0;
}
ol li {
  list-style: decimal;
  margin: 0;
  padding: 0;
}
.footer {
  margin: 20px 0 0;
}
.footer__block {
  border-top: 1px solid #1D496A;
  border-bottom: 1px solid #1D496A;
  padding: 45px 0;
}
.footer__block__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__block__by {
  width: 100%;
  max-width: 200px;
}
.footer__block__by img {
  width: 100%;
}
.button {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  color: #07263E;
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #D9FF00;
  background: #D9FF00;
  border-radius: 30px;
  transition: all 400ms ease-in-out;
}
.button:hover {
  color: #D9FF00;
  background: transparent;
}
.footer__copy {
  padding: 35px 0;
  text-align: center;
}
.footer__copy p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26.4px;
  text-align: center;
  color: #334155;
  margin: 0;
}
.footer__copy p a {
  color: #D9FF00;
  text-decoration: none;
}
.footer__copy p a:hover {
  color: #D9FF00;
  text-decoration: underline;
}
.hidden {
  overflow: hidden;
}
.error__page {
  text-align: center;
}
.block__table table td p {
  margin: 0;
}
ul li p {
  margin: 0;
}
.img-cov img {
  width: auto;
  max-width: 100%;
  height: auto;
}
ol li ul {
  margin: 0;
}
ol li ul li {
  list-style: disc;
}
.footer__menu{
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.footer__menu li {
  list-style: none;
}
@media screen and (max-width: 991px) {
  .block__flex {
    flex-direction: column;
    gap: 20px;
  }
  .banner__flex__item {
    width: calc(100% / 4 - 20px);
    height: auto;
  }
 .header__menu {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    padding: 30px 20px;
    background: #07263e;
    bottom: 0;
    display: none;
  }
  .main__menu {
    flex-direction: column;
  }
  .burger__button {
    display: block;
  }
  .header__menu.show {
    display: block;
  }
  .burger__button.open img {
    display: none;
  }
  .burger__button.open {
    background: url(../img/close.svg) center center no-repeat;
  }
}

@media screen and (max-width: 575px) {
  .footer__block__flex {
    flex-direction: column;
  }
  .block__images__item {
    width: 100%;
  }
  .block__images {
    flex-direction: column;
    gap: 20px;
  }
  h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    color: #D9FF00;
    padding: 0;
    margin: 24px 0 20px 0;
  }
  .block__flex__indent {
    margin: 30px 0;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 24px 0 20px 0;
  }
  .column__image {
    flex-wrap: wrap;
    margin: 0 -10px 30px;
  }
  .column__image__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
    height: auto;
  }
  .block__flex__image {
    min-width: 100%;
    max-width: 100%;
  }
  .banner__flex__item {
    width: calc(100% / 2 - 20px);
  }
  .banner__block {
    margin: 0 0 25px 0;
    flex-direction: column;
  }
  .banner {
    margin: 50px 0 20px;
  }
  .main__content {
    margin: 30px 0 0;
  }
  h1 {
    font-size: 22px;
    line-height: 30px;
  }
  body {
    font-size: 14px;
    line-height: 24px;
  }
}