:root {
  --color-black: #bbc49b;
  --color-white: #ecf3de;
  --color-text: #282b30;
  --color-bg: #24371a;
  --color-blue: #00a1ff;
  --color-dark: #1a3769
}

*,
: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: Roboto, -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-blue)
}

h2,
h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase
}

.container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 15px;
  width: 1270px
}

.header {
  background: var(--color-bg);
  padding: 15px 0
}

.header .container {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.header__block {
  gap: 5px
}

.header__block,
.header__btn {
  align-items: center;
  display: flex
}

.header__btn {
  gap: 15px
}

.header__logo {
  width: 120px
}

.header__menu {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0 10px;
  padding: 0;
  flex-wrap: wrap;
}

.header__menu a {
  color: #fff;
  opacity: .4;
  text-transform: uppercase
}

.header__menu a:hover {
  opacity: 1
}

.header__lang {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-right: 40px
}

.header__lang span {
  color: #fff;
  opacity: .4
}

.header__lang:hover span {
  opacity: 1
}

.btn {
  align-items: center;
  border-radius: 2px;
  display: flex;
  font-size: 16px;
  gap: 10px;
  justify-content: center;
  line-height: 24px;
  padding: 11px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-blue {
  background: var(--color-blue);
  border: 1px solid var(--color-blue);
  color: #fff
}

.btn-blue:hover {
  background: hsla(0, 0%, 100%, 0);
  color: var(--color-blue)
}

.btn-border {
  border: 1px solid var(--color-blue);
  color: var(--color-blue)
}

.btn-border:hover {
  background: var(--color-blue);
  color: #fff
}

.btn-dark {
  background: var(--color-dark);
  color: #fff
}

.btn-dark:hover {
  background: var(--color-blue);
  color: #fff
}

.img-cov,
.img-cov img {
  border-radius: 6px
}

.img-cov img {
  margin: 0 auto;
  transition: transform .3s ease, box-shadow .3s ease
}

.img-cov:hover img {
  box-shadow: 0 8px 12px rgba(0, 0, 0, .2);
  transform: scale(1.01)
}

.img-small {
  float: left;
  margin: 0 25px 25px 0;
  width: 200px
}

.table {
  margin-bottom: 25px;
  overflow-x: auto;
  width: 100%
}

.table table {
  border-collapse: collapse;
  width: 100%
}

.table table td {
  border-bottom: 1px solid #c9c9c9;
  padding: 15px
}

.content {
  margin-bottom: 20px;
  padding-top: 20px
}

.content__box {
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px
}

.content__box,
.footer {
  background: var(--color-white)
}

.footer,
.footer__logo {
  padding: 30px 0
}

.footer__logo {
  align-items: center;
  border-bottom: 1px solid #a5a9b1;
  border-top: 1px solid #a5a9b1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px
}

.footer__text {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 15px
}

.footer__image {
  display: flex;
  justify-content: center
}

.intro {
  background-color: var(--color-bg);
  background-image: url(../img/bg.webp);
  background-position: 50%;
  background-size: cover;
  padding: 70px 0
}

.intro__rating {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  line-height: 32px;
  margin-bottom: 10px
}

.intro__rating span:nth-child(2) {
  font-size: 14px;
  line-height: 16px
}

.intro__rating img {
  margin-left: 15px
}

.intro__subtitle {
  color: #fff;
  font-size: 14px;
  line-height: 16px
}

.intro__subtitle,
.intro__title {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
}

.intro__title {
  color: #00f2ff;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px
}

.intro .btn {
  margin: 0 auto;
  width: 200px
}

.intro__block {
  width: 630px
}

.row {
  display: flex;
  gap: 10px;
}

.bn {
  background-color: var(--color-bg);
  background-image: url(../img/bg-2.webp);
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 115px 0;
  text-align: center
}

.bn__title {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px
}

.bn__text,
.bn__title {
  font-weight: 700;
  text-transform: uppercase
}

.bn__text {
  color: #00f2ff;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px
}

.bn .btn {
  margin: 0 auto;
  width: 200px
}

.faq__item {
  background: var(--color-bg);
  border-radius: 20px;
  margin-bottom: 8px;
  padding: 12px;
  position: relative
}

.faq__item[aria-expanded=false] .text {
  height: 0;
  opacity: 0;
  overflow: hidden
}

.faq__item[aria-expanded=true] .head {
  padding-bottom: 10px
}

.faq__item[aria-expanded=true] .faq__icon {
  transform: rotate(-90deg)
}

.faq__item[aria-expanded=true] .faq__icon:after {
  opacity: 0
}

.faq .head {
  cursor: pointer;
  font-size: 20px;
  line-height: 25px;
  margin: 0;
  padding-left: 42px
}

.faq .head,
.faq .text {
  color: #fff;
  transition: all .3s linear
}

.faq .text {
  cursor: auto
}

.faq .text p {
  margin: 0;
  padding-left: 42px
}

.faq__icon {
  height: 20px;
  left: 20px;
  position: absolute;
  top: 15px;
  transition: transform .3s ease;
  width: 20px
}

.faq__icon:after,
.faq__icon:before {
  background-color: #fff;
  border-radius: 30px;
  content: "";
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease
}

.faq__icon:before {
  height: 16px;
  width: 2px
}

.faq__icon:after {
  height: 2px;
  width: 16px
}

.page-404 {
  text-align: center
}

.page-404 .btn {
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content
}

@media screen and (max-width:992px) {
  body {
    font-size: 14px;
    line-height: 20px
  }

  .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.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;
    margin: 0;
    position: absolute;
    right: 0;
    top: 80px;
    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__menu a img {
    margin: 0 auto
  }

  .header {
    position: relative;
    z-index: 1000
  }

  .header .btn-dark {
    font-size: 0;
    padding: 12px 15px
  }

  .header .btn-dark span {
    display: none
  }

  .header__btn {
    margin-left: auto
  }

  .header__btn .btn {
    display: none
  }

  .header__lang {
    margin-right: 10px
  }

  .intro {
    padding: 30px 10px
  }

  .intro__block {
    background: rgba(0, 0, 0, .6);
    padding: 20px;
    width: 100%
  }


  h2,
  h3 {
    font-size: 26px;
    line-height: 31px
  }

  .bn {
    padding: 40px 0
  }

  .bn__title {
    font-size: 30px;
    line-height: 35px
  }

  .container {
    padding: 0 10px
  }

  .faq .head {
    font-size: 18px;
    line-height: 25px
  }

  .footer__logo {
    gap: 20px;
    justify-content: center
  }

  .footer__logo img {
    height: 25px;
    width: auto
  }
}