:root {
  --color-black: #021101;
  --color-white: #fff;
  --color-text: #fff;
  --color-bg: #003a37;
  --color-secondary: #005955;
  --color-green: #00b64f;
  --color-blue: #3d827f;
  --color-orange: #ff9500
}

*,
:after,
:before {
  box-sizing: inherit
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth
}

body,
html {
  max-width: 100%
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--color-black);
  color: var(--color-text);
  font-family: Poppins, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-width: 320px;
  position: relative;
  text-rendering: optimizeLegibility
}

img,
picture {
  display: block;
  height: auto;
  max-width: 100%
}

a {
  color: var(--color-text);
  text-decoration: none;
  transition: all .3s ease-in-out
}

a:hover {
  color: var(--color-orange)
}

h1 {
  font-size: 37px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 15px;
  margin-top: 35px
}

h2 {
  font-size: 35px;
  line-height: 42px
}

h2,
h3 {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: center
}

h3 {
  font-size: 22px;
  line-height: 33px
}

.cont,
.container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  width: 1245px
}

.header {
  background: var(--color-bg);
  padding: 15px 0 0
}

.header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px
}

.header__btn {
  align-items: center;
  display: flex;
  gap: 50px
}

.header__burger {
  display: none
}

.header__logo {
  flex-shrink: 0;
  width: 150px
}

.header__logo img {
  width: 100%;
}

.header__bottom {
  overflow-x: auto;
  width: 100%
}

.header__bottom::-webkit-scrollbar {
  display: none;
  padding: 0;
  width: 0
}

.header__menu {
  background: var(--color-secondary);
  display: flex;
  gap: 30px;
  height: 55px;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 15px;
  width: -moz-max-content;
  min-width: max-content;
  width: 100%;
}

.header__menu a {
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap
}

.header__menu a:hover {
  color: var(--color-orange)
}

.btn {
  align-items: center;
  border-radius: 6px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all .3s ease;
  width: -moz-max-content;
  width: max-content
}

.btn-green {
  background: var(--color-green);
  color: #fff
}

.btn-blue,
.btn-green:hover {
  background: var(--color-blue);
  color: #fff
}

.btn-blue:hover {
  background: var(--color-green);
  color: #fff
}

.btn-orange {
  background: var(--color-orange);
  color: #fff
}

.btn-orange:hover {
  background: var(--color-blue);
  color: #fff
}

.img-text,
.img-text img {
  border-radius: 10px
}

.img-text img {
  transition: transform .3s ease, box-shadow .3s ease
}

.img-table {
  margin: 30px;
  max-width: 560px;
  width: -moz-max-content;
  width: max-content
}

.img-table img {
  border-radius: 10px
}

.content__block {
  background: var(--color-bg);
  border-radius: 4px;
  margin-bottom: 25px;
  padding: 25px 15px
}

.content__columns {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr
}

.content__columns .btn {
  width: 100%
}

.content.page-404 {
  padding: 50px 0
}

.table,
.table-responsive {
  overflow-x: auto;
  width: 100%
}

.table {
  margin-bottom: 25px
}

.table table {
  width: 100%
}

.table table td {
  background: #003134;
  padding: 10px
}

.table-collapse table {
  border-collapse: collapse
}

.cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 25px
}

.cards__card {
  border: 1px solid #64b7b3;
  border-radius: 4px;
  padding: 15px
}

.cards__card strong {
  color: #1e73be;
  display: block;
  font-weight: 600
}

.cards__title {
  border-bottom: 1px solid #64b7b3;
  font-weight: 600
}

.step {
  border: 1px solid #19aa59;
  border-radius: 4px;
  padding: 20px
}

.step__title {
  align-items: center;
  color: #64b7b3;
  display: flex;
  font-size: 24px;
  font-weight: 600;
  position: relative
}

.step__title:before {
  background: #64b7b3;
  border-radius: 4px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: auto;
  width: 20px
}

.step table td {
  background: none;
  padding-left: 35px
}

.step table tr {
  position: relative
}

.step table tr:nth-child(2n) td:before {
  border-left: 1px solid #fff;
  bottom: 0;
  content: "";
  left: 10px;
  position: absolute;
  top: 0
}

.faq {
  border: 1px solid #19aa59;
  border-radius: 4px;
  margin-bottom: 100px;
  padding: 20px
}

.faq h3 {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding: 15px 30px 15px 15px;
  position: relative;
  text-align: left
}

.faq h3:before {
  background-image: url(../img/down.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 20px;
  position: absolute;
  right: 20px;
  top: auto;
  width: 20px
}

.faq .text,
.faq h3:before {
  transition: all .3s linear
}

.faq .text p {
  margin: 0;
  padding: 0 15px 15px
}

.faq__item {
  background: #071e05;
  border-radius: 10px;
  margin-bottom: 20px
}

.faq__item[aria-expanded=false] .text {
  height: 0;
  opacity: 0;
  overflow: hidden
}

.faq__item[aria-expanded=true] h3:before {
  transform: rotate(180deg)
}

.reviews__item {
  margin-bottom: 60px
}

.reviews__date {
  color: #526b50;
  margin-bottom: 25px;
  text-decoration: underline
}

.reviews p {
  border: 1px solid #64b7b3;
  border-radius: 4px;
  margin: 0;
  padding: 30px
}

.footer {
  background: #121d11;
  padding-bottom: 20px;
  padding-top: 40px
}

.footer__top {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding-bottom: 60px
}

.footer__logo {
  margin-bottom: 30px
}

.footer__social {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 25px
}

.footer__social a:hover {
  opacity: .7
}

.footer__column {
  color: #cecece
}

.footer__column p {
  margin: 0
}

.footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.footer__column ul a {
  color: #cecece;
  text-decoration: underline
}

.footer__column ul a:hover {
  color: #fff;
  text-decoration: none
}

.footer__logo {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center
}

.footer__copyright {
  color: #cecece;
  font-size: 15px;
  text-align: center
}

.img-micro {
  float:left;
  margin-right:20px;
  max-width:200px;
}

.img-micro img {
  width:100%;
  border-radius:15px;
}

.img-big {
	width:65%;
	margin:20px auto;
	text-align:center;
}

.img-big img {
	width:100%;
}

.content__block:empty{
  display: none;
}

@media screen and (max-width:992px) {
  .header__burger {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    margin-left: auto;
    margin-right: 20px;
    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.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);
    display: block;
    height: auto;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 55px;
    transition: all .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1
  }

  .header__menu.active {
    opacity: 1;
    visibility: visible
  }

  .header__menu a {
    border: 0;
    display: block;
    font-size: 12px;
    padding: 10px 0;
    text-align: center
  }

  .header__logo {
    padding: 20px 15px;
    width: 115px
  }

  .header {
    padding: 0;
    position: relative;
    z-index: 1000
  }

  .header .container {
    flex-wrap: wrap;
    padding: 0
  }

  .header__btn {
    background: var(--color-black);
    gap: 20px;
    padding: 15px;
    width: 100%
  }

  .header__btn .btn {
    width: 100%
  }

  .btn {
    font-size: 14px;
    padding: 7px 40px
  }

  h1 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 10px
  }

  .content__columns {
    display: flex;
    flex-direction: column-reverse
  }

  .img-table {
    margin: 0;
    width: 100%
  }

  .table table td {
    padding: 15px
  }

  .cards {
    grid-template-columns: 1fr
  }

  .footer__top {
    flex-direction: column;
    justify-content: center
  }

  .footer__top img {
    margin: 0 auto
  }

  .footer__column {
    text-align: center
  }

  .footer__logo {
    flex-wrap: wrap
  }

  .table-collapse table,
  .table-collapse tbody,
  .table-collapse td,
  .table-collapse tr {
    display: block
  }
}