@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --resizer: 1440;
}

body {
  padding: 30px 0;
  width: 100%;
  min-height: 100%;
  font-family: "Inter", sans-serif;
  background: #fff;
}

a {
  text-decoration: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: calc(1290vw / var(--resizer) * 100);
}

.header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header .container {
  border-radius: 61px;
  background: var(
    --Grey-grad,
    linear-gradient(99deg, #e3016e 0%, #dd1f1f 100%)
  );
  padding: 0 calc(20vw / var(--resizer) * 100);
}
.header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(23vw / var(--resizer) * 100) 0 calc(13vw / var(--resizer) * 100)
    0;
  border-bottom: calc(2vw / var(--resizer) * 100) solid rgba(255, 255, 255, 0.1);
}
.header .logo {
  position: relative;
  z-index: 15;
  margin: 0 calc(30vw / var(--resizer) * 100) calc(10vw / var(--resizer) * 100)
    0;
  height: calc(35vw / var(--resizer) * 100);
  width: auto;
  transition: all 0.4s ease-in-out;
}
.header .logo p {
  width: inherit;
  height: inherit;
}
.header .logo:hover {
  transform: scale(1.05);
}
.header .logo img {
  height: 100%;
  width: auto;
}
.header nav {
  display: flex;
  align-items: center;
}
.header ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.header ul li {
  margin: 0 0 calc(10vw / var(--resizer) * 100)
    calc(20vw / var(--resizer) * 100);
  font-style: normal;
  font-weight: 400;
  font-size: calc(14vw / var(--resizer) * 100);
  line-height: calc(17vw / var(--resizer) * 100);
  color: #fff;
  transition: all 0.4s linear;
}
.header__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  z-index: 15;
}
.header__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.header__buttons a {
  padding: calc(13vw / var(--resizer) * 100) calc(36vw / var(--resizer) * 100);
  border-radius: calc(16vw / var(--resizer) * 100);
  background: transparent;
  box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.31) inset;
  display: flex;
  justify-content: center;
  border: 1px solid #131313;
  align-items: center;
  color: var(--White, #fff);
  font-size: calc(18vw / var(--resizer) * 100);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.3s ease;
}
.header__buttons a:last-child {
  background: linear-gradient(94deg, #64ffe3 0.45%, #f90850 100%);
  border: none;
}
.header__buttons a:hover {
  transform: scale(1.05);
}
.burger__content {
  opacity: 0;
  visibility: hidden;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  height: 180px;
  z-index: 10;
  background: url("../img/mob-2.png") center / cover no-repeat;
  background-color: #0d0d0d;

  transition: all 0.3s ease;
}
.burger__language {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  padding: 0 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  color: #131313;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.burger__link {
  margin: 15px 0 0 0;
  display: inline-block;
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.burger__content.active {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.posts {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 40px auto;
  flex-direction: row;
}

.posts__info {
  width: 32%;
  border: 1px solid #000000;
  margin-bottom: 20px;
}
.posts__items {
  padding: 15px;
  transition: transform 0.3s ease;
}
.posts__items img {
  width: 100%;
}
.posts__items p {
  margin-top: 15px;
}
.posts__items:hover {
  transform: scale(1.03);
}

.flag {
  margin: 0 0 calc(10vw / var(--resizer) * 100)
    calc(26vw / var(--resizer) * 100);
  width: calc(26vw / var(--resizer) * 100);
  height: calc(18vw / var(--resizer) * 100);
}
.flag img {
  width: inherit;
  height: inherit;
}
.header ul li:hover {
  color: #fecf6c;
}
.header ul a {
  color: inherit;
}
.header.burger {
  display: none;
}
.wrapper {
  display: flex;
  flex-direction: column;
}
.inner {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.inner.no::before {
  background: none;
}
.inner::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/intro.png") top / cover no-repeat;
  z-index: -1;
}
.inner .container {
  min-height: inherit;
}
.inner .row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: inherit;
  max-width: calc(931vw / var(--resizer) * 100);
}
.inner .row.not-found {
  gap: 15px;
  max-width: 100%;
}
.inner .row h1 {
  margin: 0 0 calc(35vw / var(--resizer) * 100) 0;
  font-style: normal;
  font-weight: 800;
  font-size: calc(96vw / var(--resizer) * 100);
  line-height: calc(85vw / var(--resizer) * 100);
  color: #131313;
  align-self: flex-start;
  zoom: 50%;
  -ms-zoom: 0.5;
  -webkit-zoom: 0.5;
  -moz-transform: scale(0.5, 0.5);
  -moz-transform-origin: left center;
}
.inner .row.not-found h1 {
  margin: 0 auto;
  font-size: 300px;
  line-height: 300px;
  color: #131313;
}
.inner .row.not-found h1 span {
  color: #131313;
}
.inner .row.not-found h2 {
  color: #131313;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px;
}
.inner .row p {
  margin: 0 0 calc(35vw / var(--resizer) * 100) 0;
  font-style: normal;
  font-weight: 400;
  font-size: calc(18vw / var(--resizer) * 100);
  line-height: 160%;
  color: #131313;
  align-self: flex-start;
}
.inner .row .button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(23vw / var(--resizer) * 100) calc(73vw / var(--resizer) * 100);
  border-radius: 61px;
  background: var(--Grey, #171717);
  align-self: flex-start;
  transition: all 0.4s ease-in-out;
}
.inner .row .button:hover {
  transform: scale(1.05);
}
.inner .row .button span {
  font-style: normal;
  font-weight: 400;
  font-size: calc(18vw / var(--resizer) * 100);
  line-height: 160%;
  color: #fff;
}
.inner .row.not-found .button {
  margin: 0 auto;
}
.content {
  padding: 0 0 calc(80vw / var(--resizer) * 100) 0;
}
.content .img-text {
  font-size: 0;
  line-height: 0;
}
.content .img-text img {
  width: 92%;
  height: 100%;
}
.content .head .img-text {
  width: 100%;
}
.content .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .head {
}
.content .head h2,
.content .head h3 {
  width: 100%;
}
.content h2 {
  margin: 0 0 calc(60vw / var(--resizer) * 100) 0;

  font-style: normal;
  font-weight: 800;
  font-size: calc(54vw / var(--resizer) * 100);
  line-height: 87.02%;
  color: #131313;
}
.content strong {
  margin: 0 0 calc(60vw / var(--resizer) * 100) 0;

  font-style: normal;
  font-weight: 800;
  font-size: calc(64vw / var(--resizer) * 100);
  line-height: 87.02%;
  color: #131313;
}

.content h3 {
  margin: 0 0 calc(40vw / var(--resizer) * 100) 0;

  font-style: normal;
  font-weight: 800;
  font-size: calc(44vw / var(--resizer) * 100);
  line-height: 87.02%;
  color: #131313;
}

.content .text {
  margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
}
.content p {
  margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16vw / var(--resizer) * 100);
  line-height: calc(26vw / var(--resizer) * 100);
  color: #131313;
}
.content ol,
.content ul {
  margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
  padding: 0 0 0 calc(20vw / var(--resizer) * 100);
}
.content ol li,
.content ul li {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16vw / var(--resizer) * 100);
  line-height: calc(26vw / var(--resizer) * 100);
  color: #131313;
}
.content ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: calc(16vw / var(--resizer) * 100);
  line-height: calc(26vw / var(--resizer) * 100);
  color: #131313;
  transition: all 0.3s ease;
}
.content ul li a:hover {
  color: #64ffe3;
}

.table {
  width: 100%;
  margin: 30px 0;
  overflow: auto;
}
.faq__item {
  display: flex;
  justify-content: space-between;
}
.faq__head {
  width: 48%;
}
.faq__content {
  width: 48%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table,
td,
th {
}
td,
th {
  width: 50%;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16vw / var(--resizer) * 100);
  line-height: calc(26vw / var(--resizer) * 100);
  color: #131313;
}
th {
  text-align: left;
}
.table tr td {
  background: #ededed;
  border-radius: 9px 0 0 9px;
}
.table tr:nth-child(2n) td {
  background: none;
}
.table td:nth-child(2n) {
  border-radius: 0px 9px 9px 0px;
}
.content .img-text {
  margin: 0 0 calc(60vw / var(--resizer) * 100) 0;
  border-radius: calc(40vw / var(--resizer) * 100);
  overflow: hidden;
}

.footer {
  width: 100%;
}
.footer .container {
  border-radius: 60px;
  background: var(--Grey, #171717);
}
.footer .row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(23vw / var(--resizer) * 100) 0 calc(13vw / var(--resizer) * 100)
    0;
  border-top: calc(2vw / var(--resizer) * 100) solid rgba(27, 89, 146, 0.17);
}
.footer .logo {
  margin: 0 calc(30vw / var(--resizer) * 100) calc(10vw / var(--resizer) * 100)
    0;
  height: calc(38vw / var(--resizer) * 100);
  width: calc(78vw / var(--resizer) * 100);
  transition: all 0.4s ease-in-out;
}
.footer .logo p {
  width: inherit;
  height: inherit;
}
.footer .logo:hover {
  transform: scale(1.05);
}
.footer .logo img {
  height: 100%;
  width: auto;
}
.footer nav {
  display: flex;
  align-items: center;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.footer ul li {
  margin: 0 0 calc(10vw / var(--resizer) * 100)
    calc(20vw / var(--resizer) * 100);
  font-style: normal;
  font-weight: 400;
  font-size: calc(14vw / var(--resizer) * 100);
  line-height: calc(17vw / var(--resizer) * 100);
  color: #fff;
  transition: all 0.4s linear;
}
.footer ul li:hover {
  color: #fecf6c;
}
.footer ul a {
  color: inherit;
}
.burger {
  display: none;
}

p img {
  max-width: 100%;
}
.block {
  display: flex;
  gap: 15px;
}
.head {
  width: 48%;
}
.text {
  width: 48%;
}
.showcase__wrapper {
  width: 100%;
  margin: 0 0 30px 0;
}
.showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 0;
}

.showcase__item {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 35px;
  border-radius: 24px;
  background: #ededed;
  padding: 10px;
  border-radius: 24px 0 0 24px;
}
.showcase__item:nth-child(2n) {
  border-radius: 0 24px 24px 0;
}
.showcase .showcase__item:nth-child(2) {
  justify-content: flex-end;
}
.showcase__item .showcase__img p {
  width: 125px;
}
.showcase__item p {
  height: 68px;
  margin: 0;
}
.showcase__img {
  padding: 0 0 0 90px;
  position: relative;
}
.showcase__img::before {
  content: "1";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 15px;
  background: var(
    --Grey-grad,
    linear-gradient(99deg, #e3016e 0%, #dd1f1f 100%)
  );
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: calc(36vw / var(--resizer) * 100);
  font-style: normal;
  font-weight: 800;
  line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__title span {
  text-align: left;
  display: block;
  margin: 0 0 10px 0;
  color: #131313;
  font-size: calc(28vw / var(--resizer) * 100);
  font-style: normal;
  font-weight: 700;
  line-height: calc(28vw / var(--resizer) * 100);
}
.showcase__title .showcase__rating {
  display: flex;
  min-width: 145px;
}
.showcase__title .showcase__rating-item {
  max-width: 25px;
  max-height: 25px;
}
.showcase__title .showcase__rating-item p {
  height: 25px;
}
.showcase__rating {
  display: none;
  gap: 5px;
}

.showcase__rating-item {
  max-width: 18px;
  max-height: 18px;
}
.showcase__rating-item p {
  height: 18px;
}
.showcase__rating-item img {
  width: 100%;
  height: 100%;
}

.showcase__btn {
  padding: 23px 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: calc(16vw / var(--resizer) * 100);
  font-style: normal;
  font-weight: 400;
  line-height: calc(25vw / var(--resizer) * 100);
  border-radius: 61px;
  background: var(--Grey, #171717);
}

@media screen and (max-height: 700px) {
  .inner {
    min-height: 140vh;
  }
}
