:root {
  --color-black: #181617;
  --color-white: #fff;
  --color-yellow: #f7af4e;
  --color-text: #474747;
  --color-green: #559f3d
}

.container {
  max-width: 100%;
  padding: 0 40px
}

.header {
  align-items: center;
  background: var(--color-black);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
  display: flex;
  height: 95px;
  justify-content: space-between;
  left: 0;
  padding: 0 40px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.header__logo {
  width: 100px
}

.header__menu {
  display: flex;
  gap: 45px;
  list-style: none;
  margin: 0;
  padding: 0
}

.header__menu a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 5px;
  text-decoration: none
}

.header__menu a img {
  margin-top: -2px
}

.header__menu a:hover {
  color: var(--color-yellow)
}

.header__burger {
  display: none
}

.content {
  font-weight: 500;
  padding-bottom: 80px;
  padding-top: 30px
}

h1 {
  font-size: 61px;
  line-height: 73px
}

h1,
h2 {
  color: var(--color-yellow);
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 960px;
  text-align: center
}

h2 {
  font-size: 48px;
  line-height: 58px
}

h3 {
  color: var(--color-yellow);
  font-size: 31px;
  line-height: 37px;
  text-align: center
}

h3,
p {
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 960px
}

.btn {
  align-items: center;
  background: var(--color-yellow);
  border-radius: 33px;
  color: var(--color-black);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 24px;
  padding: 10px 30px;
  text-decoration: none
}

.img-cov {
  float: left;
  margin: 0 25px 25px 0;
  width: 200px
}

.img-text {
  margin-bottom: 25px;
  max-width: 960px
}

.img-text img,
.table {
  width: 100%
}

.table {
  margin-bottom: 20px;
  overflow-x: auto
}

.table table {
  border-collapse: collapse;
  width: 100%
}

.table tr:nth-child(2n) td {
  background: #fcf2f2
}

.table td {
  border: 1px solid #868b96;
  padding: 5px;
  text-align: center
}

.footer {
  background: var(--color-black);
  display: flex;
  justify-content: space-between;
  padding: 40px
}

.footer__logo {
  margin-bottom: 30px
}

.footer__social {
  align-items: center;
  display: flex;
  gap: 20px
}

.footer__social a:hover {
  opacity: .7
}

.footer ul {
  font-size: 16px;
  line-height: 27px;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 350px
}

.footer ul li {
  margin-bottom: 10px
}

.page-404 {
  padding: 100px 0;
  text-align: center
}

.page-404 .btn {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content
}

.page-404 h1,
.page-404 p {
  max-width: 100%
}

.rating{
  margin-bottom: 75px;
}

.rating__item {
  grid-gap: 10px;
  align-items: center;
  border: 1px solid var(--color-yellow);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 65px 160px 150px auto auto 240px;
  margin-bottom: 15px;
  padding: 17px 33px
}

.rating__img{
  display: block;
}

.rating__img img {
  border-radius: 8px
}

.rating__number {
  align-items: center;
  background: var(--color-yellow);
  border-radius: 26px;
  color: #000;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 65px
}

.rating__title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center
}

.rating__count {
  align-items: center;
  background: #000;
  border: 1px solid var(--color-yellow);
  border-radius: 8px;
  color: var(--color-yellow);
  display: flex;
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  margin: 5px auto 0;
  position: relative;
  width: 80px
}

.rating__count span {
  font-size: 18px;
  font-weight: 700
}

.rating__count img {
  left: -13px;
  position: absolute;
  top: auto
}

.rating__bonus span {
  background: rgba(85, 159, 61, .1);
  border-radius: 4px;
  color: #559f3d;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  width: -moz-max-content;
  width: max-content
}

.rating__list {
  font-size: 14px;
  line-height: 18px;
  list-style: none;
  margin: 0;
  padding: 0
}

.rating__list li {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  position: relative
}

.rating__list li:before {
  background-image: url(/assets/img/check.svg);
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  width: 20px
}

.rating__btn .btn {
  position: relative
}

.rating__btn .btn:after {
  background-image: url(/assets/img/right.svg);
  background-size: 100%;
  content: "";
  display: block;
  height: 20px;
  width: 20px
}

@media screen and (max-width:992px) {
  body {
    padding-top: 80px
  }

  .header {
    height: 80px
  }

  .header__logo {
    margin: 0;
    position: relative;
    width: 70px;
    z-index: 2
  }

  .header__btn {
    display: none
  }

  .header__menu {
    background: var(--color-black);
    display: block;
    left: 0;
    opacity: 0;
    padding: 85px 15px 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    visibility: hidden;
    z-index: 1
  }

  .header__menu.active {
    opacity: 1;
    visibility: visible
  }

  .header__menu a {
    padding: 5px 0
  }

  .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: var(--color-yellow);
    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
  }

  .content {
    padding-bottom: 65px;
    padding-top: 80px
  }

  .container {
    padding: 0 20px
  }

  .img-cov {
    float: none;
    margin: 0 auto 20px
  }

  h1 {
    font-size: 32px;
    line-height: 38px
  }

  h2 {
    font-size: 28px;
    line-height: 34px
  }

  h3 {
    font-size: 22px;
    line-height: 27px
  }

  .footer {
    display: block
  }

  .footer__social {
    margin-bottom: 40px
  }

  .rating__item {
    display: block;
    padding: 17px
  }

  .rating__img {
    margin: 0 auto 15px;
    width: 190px
  }

  .rating__title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: center
  }

  .rating__bonus {
    margin-top: 15px
  }

  .rating__bonus .rating__title {
    justify-content: center;
    margin-top: 10px
  }

  .rating__btn,
  .rating__list {
    margin-top: 15px
  }

  .rating__count {
    margin: 0
  }
}