@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  font-family: "Poppins", sans-serif;
  background: #2A0D00;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #2A0D00;
}

.main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

section {
  scroll-margin-top: 100px;
}

[class*=__text] {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.48px;
}

.h2 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.84px;
}

.h3 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.54px;
}

.text-center {
  text-align: center;
}

.m-60 {
  margin: 60px 0;
}

.p-40 {
  padding: 40px 20px;
}

.black {
  color: #000 !important;
}

.header {
  padding: 60px 0;
  width: 100%;
}
.header__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header__title {
  color: #FFF;
  text-align: center;
  font-size: clamp(40px, 6vw, 50px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.header__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .header__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header__item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border-top: 1px solid #C0582C;
  border-right: 1px solid #C0582C;
  border-bottom: 1px solid #C0582C;
  border-left: 4px solid #C0582C;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
}
.header__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header__body h2 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
.header__body p {
  color: #CBD5E1;
  font-size: 16px;
  font-weight: 300;
  line-height: 110%;
}

.hero__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .hero__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.hero__card {
  border-radius: 20px;
  border: 3px solid #C0582C;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hero__card-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero__logo {
  width: -moz-fit-content;
  width: fit-content;
}
.hero__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.hero__raiting {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #EEE;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.hero__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero__body h3 {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.hero__body p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.hero__link {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(91deg, #C0582C 0%, #732200 96%);
  padding: 12px 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.info__content {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.info__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info__item {
  border-radius: 12px;
  border: 2px solid #C0582C;
  background: rgba(255, 255, 255, 0.1);
  padding: 24px;
}
.info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .info__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info__card {
  border-radius: 12px;
  border: 2px solid #FFF;
  background: #C0582C;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info__about-name {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.54px;
}
.info__link {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(91deg, #C0582C 0%, #732200 96%);
  padding: 12px 64px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.faq {
  padding: 60px 0;
}
.faq__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.faq__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 21px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: opacity 0.3s ease;
  width: 100%;
}
.faq__row:hover {
  opacity: 0.8;
}
.faq__icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq__card.active .faq__icon {
  transform: rotate(90deg);
}
.faq__name {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.faq__item {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: max-height 0.3s ease, padding 0.3s ease, margin-bottom 0.3s ease;
}
.faq__card.active .faq__item {
  max-height: 500px;
  margin-bottom: 20px;
}

.contact {
  padding: 60px 0;
}
.contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.contact__inp {
  border-radius: 10px;
  background: #501700;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.16) inset, 0 0 2px 0 rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
  padding: 17px 24px;
  width: 100%;
  height: 56px;
}
.contact__inp::-moz-placeholder {
  color: #FFF;
}
.contact__inp::placeholder {
  color: #FFF;
}
.contact__row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.contact__btn {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(91deg, #C0582C 0%, #732200 96%);
  padding: 0px 64px;
  height: 56px;
}

.footer {
  padding: 40px 0;
  border-bottom: 1px solid rgba(232, 232, 237, 0.08);
  background: #531800;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menu {
  max-width: 595px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__menu a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__menu {
    gap: 10px;
  }
}
.footer__row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .footer__row {
    gap: 10px;
  }
}
.footer__txt {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 14px;
  line-height: 130%;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  border-radius: 12px;
  background: #EF681C;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cookies__btn {
  border-radius: 10px;
  background: rgba(115, 34, 0, 0.4);
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  padding: 14px 0;
  max-width: 173px;
  width: 100%;
}
.cookies__btn:nth-child(2) {
  background: #732200;
}