@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

section > * + * {
  margin-top: 20px;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-white);
  background: var(--color-yellow);
  overflow-x: clip;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: black;
}

h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

h2 {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}

p,
span {
  position: relative;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  vertical-align: middle;
}

.buttons {
  display: block;
  text-align: center;
  max-width: 190px;
  min-width: 190px;
  padding: 20px;
  background: var(--color-yellow);
  color: var(--color-black-text);
  text-transform: uppercase;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1;
  transition: all var(--transition-duration);
  box-shadow: 0 4px 15px rgba(255, 200, 0, 0.3);
  position: relative;
}
.buttons:hover {
  background: #ffd66d;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 200, 0, 0.5), 0 0 20px rgba(255, 200, 0, 0.3);
}
.buttons:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(255, 200, 0, 0.4);
}

@media (max-width: 1023px) {
  .background__fill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .background__fill {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    background: rgba(33, 33, 33, 0.7411764706);
    border-radius: 12px;
    padding: 10px;
  }
}

:root {
  --color-dark: #212121;
  --color-yellow: #ffb804;
  --color-white: #ffffff;
  --color-black-text: #121212;
  --color-bg: #6f6f6f;
  --color-btn-bg: #3b3b3b;
  --box-shadow: 0 0 200px rgba(254, 205, 14, 0.2);
  --bg-blur: #fecd0e1f;
  --font-family-base: "Roboto", sans-serif;
  --transition-duration: 0.3s;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v49-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v49-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v49-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.wrapper {
  padding-left: max(50% - 720px);
  padding-right: max(50% - 720px);
  position: relative;
  z-index: 0;
  overflow: visible;
}

/* Фиксированный хедер */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-dark);
  color: white;
  /* display: flex; */
  align-items: center;
  z-index: 1000;
  padding: 0 20px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: max(50% - 700px);
  padding-right: max(50% - 700px);
  height: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .header-inner {
    padding: 0;
  }
}

/* Отступ под хедером */
.main-layout {
  display: flex;
  gap: 20px;
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .main-layout {
    display: block;
  }
}
@media (max-width: 767px) {
  .main-layout {
    margin: 0 10px;
  }
}

/* Контент не трогаем! */
.content {
  flex: 1;
}

.content {
  margin-left: 240px;
}
@media (max-width: 1200px) {
  .content {
    margin-left: 0px;
  }
}

.content section {
  position: relative;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid var(--color-bg);
  background-color: var(--color-black-text);
  overflow: visible;
}
@media (max-width: 767px) {
  .content section {
    padding: 20px 15px;
  }
}

html {
  overflow-x: clip;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--color-black);
  border-radius: 12px;
}

.background img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-links {
  display: flex;
  gap: 20px;
}
.nav-links a {
  position: relative;
  color: var(--color-yellow);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--transition-duration);
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  transition: width var(--transition-duration);
}
.nav-links a:hover {
  color: var(--color-white);
  transition: var(--transition-duration);
}
.nav-links a:hover::after {
  width: 100%;
}

.header-buttons {
  display: flex;
  gap: 8px;
}
.header-buttons .btn {
  padding: 4px 12px;
  border: none;
  color: var(--color-black-text);
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  transition: all var(--transition-duration);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header-buttons .btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.header-buttons .register {
  background: var(--color-yellow);
}
.header-buttons .register:hover {
  background: #ffc329;
}
.header-buttons .login {
  background: var(--color-btn-bg);
  color: var(--color-white);
}
.header-buttons .login:hover {
  background: #6e6e6e;
}

.clock {
  font-size: 12px;
  padding: 9px;
  border-left: 1px solid var(--color-btn-bg);
  border-right: 1px solid var(--color-btn-bg);
  line-height: 1;
}

.language-selector {
  position: relative;
  cursor: pointer;
}
.language-selector > span {
  color: var(--color-white);
}
.language-selector:hover .lang-button {
  color: var(--color-white);
}
.language-selector.open .lang-button {
  color: var(--color-white);
}
.language-selector.open .lang-button svg {
  transform: rotate(180deg);
}
.language-selector.open .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 1200px) {
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: var(--color-dark);
    padding: 0;
    transform: translateY(-30px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
}

@media (max-width: 1200px) {
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    padding: 30px 0;
    gap: 20px;
  }
}

.lang-button {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  background: none;
  border: none;
  padding: 0;
  transition: var(--transition-duration);
}
.lang-button img {
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  display: none;
}
@media (max-width: 767px) {
  .lang-button img {
    display: block;
  }
}
.lang-button .lang-text {
  font-size: 12px;
  line-height: 1;
}
.lang-button svg {
  width: 10px;
  height: 6px;
  transition: transform 0.3s ease;
  margin-left: 2px;
}

.lang-dropdown {
  position: absolute;
  max-height: calc(100vh - 50px);
  visibility: hidden;
  top: calc(100% + 19px);
  right: 0;
  background: var(--color-dark);
  border-radius: 0 0 8px 8px;
  z-index: 1000;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  min-width: 165px;
  overflow-y: auto;
  padding: 4px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .lang-dropdown {
    top: calc(100% + 12px);
    -webkit-overflow-scrolling: touch;
  }
}

.nav__langs {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.nav__langs li a {
  display: flex;
  align-items: center;
  padding: 8px 8.5px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: var(--color-white);
  gap: 10px;
  transition: background 0.2s ease, border-radius 0.2s ease;
  border-radius: 8px;
}
.nav__langs li a img {
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  flex-shrink: 0;
  display: block;
}
.nav__langs li a:hover {
  background: var(--color-yellow);
  color: var(--color-black-text);
  border-radius: 8px;
}

.logo {
  display: block;
  width: 150px;
  padding: 12px 0;
}
@media (max-width: 480px) {
  .logo {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .logo > img {
    width: 100px;
  }
}

.logo__block {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .logo__block {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .media {
    display: none;
  }
}

@media (max-width: 767px) {
  .reset {
    display: block;
    min-width: 100px;
  }
}

.btn__block {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 767px) {
  .btn__block {
    gap: 4px;
  }
}
.btn__block > a {
  display: flex;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #454545;
}
@media (max-width: 1200px) {
  .btn__block > a {
    display: none;
  }
}
.btn__block > a:hover {
  background: #6e6e6e;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn__block > a:active {
  transform: translateY(0) scale(1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.list li {
  position: relative;
  color: var(--color-white);
  padding-left: 34px;
  margin-bottom: 12px;
}
.list li:last-of-type {
  margin-bottom: 0;
}
.list li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--color-yellow);
  border-radius: 100%;
  flex-shrink: 0;
  top: 9px;
  left: 16px;
}

@media (min-width: 768px) {
  .reset {
    display: none;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 0 10px;
  }
}

.sidebar {
  width: 240px;
  flex-shrink: 0;
  position: sticky;
  top: 80px;
  height: -moz-fit-content;
  height: fit-content;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .sidebar {
    width: 100%;
    position: static;
  }
}
.sidebar__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #ffb804;
  color: var(--color-black-text);
  border-radius: 8px;
  border: 1px solid #6f6f6f;
  cursor: pointer;
  padding: 16px;
  border-radius: 8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  transition: all var(--transition-duration);
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.sidebar__toggle::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}
.sidebar__toggle:hover {
  background: #ffd66d;
}
.sidebar__toggle:hover::before {
  left: 100%;
}
.sidebar__toggle:active {
  background: #ffca4d;
}
.sidebar__links-list {
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease;
  opacity: 1;
  background: var(--color-dark);
  border-radius: 0 0 8px 8px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid var(--color-bg);
}
.sidebar__links-list::-webkit-scrollbar {
  display: none;
}
.sidebar__links-list > li {
  padding: 8px 8px 8px 16px;
  transition: all 0.3s ease;
  position: relative;
}
.sidebar__links-list > li:first-of-type {
  margin-top: 12px;
}
.sidebar__links-list > li:hover {
  padding: 8px 8px 8px 14px;
  background: #2e2e2e;
  border-left: 2px solid var(--color-yellow);
  transform: translateX(4px);
}
.sidebar__links-list > li.active {
  padding: 8px 8px 8px 14px;
  background: #2e2e2e;
  border-left: 2px solid var(--color-yellow);
}
.sidebar__links-list > li.active a {
  color: var(--color-yellow);
  font-weight: 500;
}
.sidebar__links-list a {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-white);
  transition: all 0.3s ease;
  display: inline-block;
  transform-style: preserve-3d;
}
.sidebar__links-list a:hover {
  transform: translateZ(10px) scale(1.02);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  color: var(--color-yellow);
}
.sidebar__section {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: transparent;
}
.sidebar__section .sidebar__toggle {
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1200px) {
  .sidebar__section.collapsed {
    border-radius: 8px;
  }
}
.sidebar__section.collapsed .sidebar__links-list {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s ease;
}
.sidebar__section.collapsed .arrow__nav {
  transform: rotate(-180deg);
}
.sidebar__section.collapsed .sidebar__toggle {
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .sidebar__section.collapsed .sidebar__toggle {
    border-radius: 8px;
  }
}
.sidebar__section:not(.collapsed) .sidebar__links-list {
  max-height: 1000px;
}
.sidebar__section:not(.collapsed) .arrow__nav {
  transform: rotate(0);
}

.arrow__nav {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 12px;
}

.aside__wrap {
  position: relative;
  overflow: visible !important;
  transform: none !important;
  will-change: auto !important;
  contain: none !important;
  margin: 0;
  padding: 0;
  background: transparent;
}

.language-selector {
  position: relative;
  overflow: visible;
}

.lang-list {
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.lang-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 15px;
  z-index: 1001;
}
@media (max-width: 1200px) {
  .burger {
    display: flex;
  }
}
@media (max-width: 767px) {
  .burger {
    width: 20px;
    height: 17px;
  }
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--color-white);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.burger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  padding: 30px 20px;
  margin: 70px 20px 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .hero {
    min-height: 370px;
  }
}
@media (max-width: 767px) {
  .hero {
    margin: 70px 10px 20px 10px;
    padding: 15px;
  }
}
.hero h1 {
  max-width: 845px;
  margin-bottom: 8px;
  font-size: 42px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .hero h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 32px;
  }
}
.hero__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  overflow: hidden;
  max-width: none;
  max-height: none;
}
@media (max-width: 1023px) {
  .hero__background img {
    -o-object-position: 80%;
       object-position: 80%;
    opacity: 1;
  }
}
.hero__content {
  overflow-wrap: anywhere;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: white;
  z-index: 2;
}
@media (max-width: 1023px) {
  .hero__content {
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
    background: rgba(33, 33, 33, 0.7411764706);
    padding: 15px;
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    width: 80%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero__content {
    width: 100%;
  }
}
.hero__content p {
  max-width: 710px;
  margin-bottom: 24px;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.rating {
  display: flex;
  gap: 12px;
}
.rating p {
  margin-bottom: 8px;
  color: var(--color-yellow);
  font-weight: 700;
  line-height: 1;
}

.arrow__scroll {
  position: fixed;
  right: 15%;
  bottom: 4.5%;
  z-index: 999;
}
.arrow__scroll a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  border-radius: 50%;
  background: #6f6f6f;
  transition: all var(--transition-duration);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  animation: pulse 2s infinite;
}
.arrow__scroll a img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.arrow__scroll a:hover {
  transform: scale(1.1) translateY(-2px);
  background: var(--color-yellow);
  box-shadow: 0 4px 12px rgba(255, 200, 0, 0.4);
}
.arrow__scroll a:hover img {
  transform: rotate(180deg) translateY(-2px);
}
.arrow__scroll.stop {
  position: absolute;
  bottom: 200px;
}

.scroll-up {
  position: fixed;
  right: max(40px, 50% - 680px);
  bottom: 24px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #6f6f6f;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 9999;
  transition: all var(--transition-duration);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(20px);
}
@media (max-width: 767px) {
  .scroll-up {
    right: max(13px, 50% - 690px);
  }
}
.scroll-up img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
.scroll-up.visible {
  opacity: 1;
  transform: translateY(0);
  animation: bounce 2s infinite;
}
.scroll-up:hover {
  transform: scale(1.1) translateY(-3px);
  background: var(--color-yellow);
  box-shadow: 0 6px 16px rgba(255, 200, 0, 0.5);
}
.scroll-up:hover img {
  transform: rotate(180deg) translateY(-2px);
}
.scroll-up:active {
  transform: scale(0.95);
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 2px 15px rgba(111, 111, 111, 0.4);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.analyse {
  text-align: left;
}
@media (max-width: 1200px) {
  .analyse {
    margin-top: 20px;
  }
}
.analyse > h2 {
  margin-bottom: 20px;
}
.analyse > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .analyse > div {
    flex-direction: column;
  }
}
.analyse > div > div {
  flex: 1;
}
.analyse > div > div > h3 {
  margin-bottom: 20px;
}
.analyse > div img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .analyse > div img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .analyse > div img {
    width: 100%;
    height: 100%;
  }
}

/* BONUS */
.bonus {
  min-height: 358px;
  padding-left: 100px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  background: none;
  border: none !important;
}
@media (max-width: 1280px) {
  .bonus {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.bonus > div > h2 {
  max-width: 610px;
  margin-bottom: 24px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .bonus > div > h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .bonus .background img {
    -o-object-position: 91%;
       object-position: 91%;
    opacity: 1;
  }
}

/* foundation */
.foundation {
  text-align: left;
}
.foundation > h2 {
  margin-bottom: 20px;
}
.foundation > p {
  margin-bottom: 20px;
}
.foundation > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .foundation > div {
    flex-direction: column;
  }
}
.foundation > div > div {
  flex: 1;
}
.foundation > div > div > h3 {
  margin-bottom: 20px;
}
.foundation > div > div > p {
  margin-bottom: 20px;
}
.foundation > div > div > p:last-of-type {
  margin-bottom: 0;
}
.foundation > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .foundation > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .foundation > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* PROTECTION */
.protection {
  text-align: left;
}
.protection > h2 {
  margin-bottom: 20px;
}
.protection > p {
  margin-bottom: 20px;
}
.protection > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .protection > div {
    flex-direction: column;
  }
}
.protection > div > div {
  flex: 1;
}
.protection > div > div > h3 {
  margin-bottom: 20px;
}
.protection > div > div > p {
  margin-bottom: 20px;
}
.protection > div > div > p:last-of-type {
  margin-bottom: 0;
}
.protection > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .protection > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .protection > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* CERTIFICATION */
.certification {
  text-align: left;
}
.certification > h2 {
  margin-bottom: 20px;
}
.certification > p {
  margin-bottom: 20px;
}
.certification > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .certification > div {
    flex-direction: column;
  }
}
.certification > div > div {
  flex: 1;
}
.certification > div > div > p {
  margin-bottom: 20px;
}
.certification > div > div > p:last-of-type {
  margin-bottom: 0;
}
.certification > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .certification > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .certification > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* VALIDATION */
.validation {
  text-align: left;
}
.validation > h2 {
  margin-bottom: 20px;
}
.validation > p {
  margin-bottom: 20px;
}
.validation > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .validation > div {
    flex-direction: column;
  }
}
.validation > div > div {
  flex: 1;
}
.validation > div > div > p {
  margin-bottom: 20px;
}
.validation > div > div > p:last-of-type {
  margin-bottom: 0;
}
.validation > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .validation > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .validation > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* SIMPLE */
.simple {
  text-align: left;
}
.simple > h2 {
  margin-bottom: 20px;
}
.simple > p {
  margin-bottom: 20px;
}
.simple > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .simple > div {
    flex-direction: column;
  }
}
.simple > div > div {
  flex: 1;
}
.simple > div > div > p {
  margin-bottom: 20px;
}
.simple > div > div > p:last-of-type {
  margin-bottom: 0;
}
.simple > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .simple > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .simple > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* VERIFICATION */
.verification {
  text-align: left;
}
.verification > h2 {
  margin-bottom: 20px;
}
.verification > p {
  margin-bottom: 20px;
}
.verification > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .verification > div {
    flex-direction: column;
  }
}
.verification > div > div {
  flex: 1;
}
.verification > div > div > p {
  margin-bottom: 20px;
}
.verification > div > div > p:last-of-type {
  margin-bottom: 0;
}
.verification > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .verification > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .verification > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* COMPILATION */
.compilation {
  text-align: left;
}
.compilation > h2 {
  margin-bottom: 20px;
}
.compilation > p {
  margin-bottom: 20px;
}
.compilation > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .compilation > div {
    flex-direction: column;
  }
}
.compilation > div > div {
  flex: 1;
}
.compilation > div > div > p {
  margin-bottom: 20px;
}
.compilation > div > div > p:last-of-type {
  margin-bottom: 0;
}
.compilation > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .compilation > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .compilation > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* DEPOSTI */
.deposit {
  min-height: 358px;
  padding-left: 100px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  background: none;
  border: none !important;
}
@media (max-width: 1280px) {
  .deposit {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.deposit > div > h2 {
  max-width: 635px;
  margin-bottom: 24px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .deposit > div > h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .deposit .background img {
    -o-object-position: 91%;
       object-position: 91%;
    opacity: 1;
  }
}

/* PERFORMANCE */
.performance {
  text-align: left;
}
.performance > h2 {
  margin-bottom: 20px;
}
.performance > p {
  margin-bottom: 20px;
}
.performance > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .performance > div {
    flex-direction: column;
  }
}
.performance > div > div {
  flex: 1;
}
.performance > div > div > p {
  margin-bottom: 20px;
}
.performance > div > div > p:last-of-type {
  margin-bottom: 0;
}
.performance > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .performance > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .performance > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* CASINO */
.casino {
  text-align: left;
}
.casino > h2 {
  margin-bottom: 20px;
}
.casino > p {
  margin-bottom: 20px;
}
.casino .mb12 {
  margin-bottom: 12px;
}
.casino > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .casino > div {
    flex-direction: column;
  }
}
.casino > div > div {
  flex: 1;
}
.casino > div > div > p {
  margin-bottom: 20px;
}
.casino > div > div > p:last-of-type {
  margin-bottom: 0;
}
.casino > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .casino > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .casino > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* DIRECT */
.direct {
  text-align: left;
}
.direct > h2 {
  margin-bottom: 20px;
}
.direct > p {
  margin-bottom: 20px;
}
.direct > h3 {
  margin-bottom: 20px;
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.direct > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .direct > div {
    flex-direction: column;
  }
}
.direct > div > div {
  flex: 1;
}
.direct > div > div > p {
  margin-bottom: 20px;
}
.direct > div > div > p:last-of-type {
  margin-bottom: 0;
}
.direct > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .direct > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .direct > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* STRUCTURE */
.structure {
  text-align: left;
}
.structure > h2 {
  margin-bottom: 20px;
}
.structure > p {
  margin-bottom: 20px;
}
.structure > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .structure > div {
    flex-direction: column;
  }
}
.structure > div > div {
  flex: 1;
}
.structure > div > div > p {
  margin-bottom: 20px;
}
.structure > div > div > p:last-of-type {
  margin-bottom: 0;
}
.structure > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .structure > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .structure > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* PLAY */
.play {
  min-height: 358px;
  padding-left: 100px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  background: none;
  border: none !important;
}
@media (max-width: 1280px) {
  .play {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.play > div > h2 {
  max-width: 770px;
  margin-bottom: 24px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .play > div > h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .play .background img {
    -o-object-position: 91%;
       object-position: 91%;
    opacity: 1;
  }
}

/* PAYMENT */
.payment {
  text-align: left;
}
.payment > h2 {
  margin-bottom: 20px;
}
.payment > p {
  margin-bottom: 20px;
}
.payment > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .payment > div {
    flex-direction: column;
  }
}
.payment > div > div {
  flex: 1;
}
.payment > div > div > p {
  margin-bottom: 20px;
}
.payment > div > div > p:last-of-type {
  margin-bottom: 0;
}
.payment > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .payment > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .payment > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* CLIENT */
.client {
  text-align: left;
}
.client > h2 {
  margin-bottom: 20px;
}
.client > p {
  margin-bottom: 20px;
}
.client .mb8 {
  margin-bottom: 8px;
}
.client > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .client > div {
    flex-direction: column;
  }
}
.client > div > div {
  flex: 1;
}
.client > div > div > p {
  margin-bottom: 20px;
}
.client > div > div > p:last-of-type {
  margin-bottom: 0;
}
.client > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .client > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .client > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* EXPERT */
.expert {
  text-align: left;
}
.expert > h2 {
  margin-bottom: 20px;
}
.expert > p {
  margin-bottom: 20px;
}
.expert > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .expert > div {
    flex-direction: column;
  }
}
.expert > div > div {
  flex: 1;
}
.expert > div > div > p {
  margin-bottom: 20px;
}
.expert > div > div > p:last-of-type {
  margin-bottom: 0;
}
.expert > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .expert > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .expert > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* FOOTER */
footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 20px;
  margin-bottom: 20px;
  z-index: 5;
}
@media (max-width: 767px) {
  footer {
    padding: 0 10px;
  }
}

.footer__country__items {
  display: flex;
  flex-wrap: wrap;
  background: var(--color-dark);
  justify-content: center;
  padding: 12px 20px 0 20px;
  margin-bottom: 8px;
  border-radius: 8px;
}
.footer__country__items > li {
  display: flex;
  align-items: center;
  margin: 0 12px 12px 0;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid #404e5b;
  background: var(--color-black-btn);
  cursor: pointer;
  transition: var(--transition-duration);
}
.footer__country__items > li:hover > a {
  color: var(--color-yellow);
}
.footer__country__items > li > a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--color-white);
  line-height: normal;
  transition: color var(--transition-duration);
}
.footer__country__items > li > a > img {
  margin-right: 8px;
  border-radius: 50px;
  width: auto;
}

footer > div {
  background: var(--color-dark);
  border-radius: 8px;
  padding: 12px;
}

.footer__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  .footer__info {
    flex: 1 1 100%;
    gap: 20px;
    align-items: baseline;
    justify-content: space-around;
  }
}
@media (max-width: 480px) {
  .footer__info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.footer__info > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 850px) {
  .footer__info > div {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer__info > div {
    justify-content: center;
  }
}

.footer__info > div > a {
  transition: var(--transition-duration);
}

.footer__info > div > a:hover {
  transition: var(--transition-duration);
  color: var(--color-yellow);
}

.footer__info p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 850px) {
  .footer__info p {
    text-align: center;
  }
}

.footer__info a {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: var(--color-white);
}

.footer__info__app > div {
  display: flex;
}
@media (max-width: 767px) {
  .footer__info__app > div {
    flex-direction: column;
    gap: 10px;
  }
}

.footer__info__app > div a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 44px;
  min-width: 152px;
}
@media (max-width: 767px) {
  .footer__info__app > div a .footer__info__app > div a {
    width: 50%;
    min-width: 0;
  }
}

.footer__info__app > div a:first-of-type {
  border-radius: 8px 0 0 8px;
  background: #2e2e2e;
  transition: var(--transition-duration);
}
@media (max-width: 767px) {
  .footer__info__app > div a:first-of-type {
    border-radius: 8px;
  }
}

.footer__info__app > div a:first-of-type:hover {
  border-radius: 0 8px 8px 0;
  transition: var(--transition-duration);
  background: #1a1a1a;
}

.footer__info__app > div a:last-of-type {
  border-radius: 0 8px 8px 0;
  background: #1a1a1a;
  transition: var(--transition-duration);
}
@media (max-width: 767px) {
  .footer__info__app > div a:last-of-type {
    border-radius: 8px;
  }
}

.footer__info__app > div a:last-of-type:hover {
  border-radius: 0 8px 8px 0;
  transition: var(--transition-duration);
  background: var(--color-bg);
}

.footer__info__app > div img {
  width: 16px;
  height: 16px;
}

.footer__info__contact {
  display: flex;
  gap: 8px;
  background: transparent;
  padding: 0;
}
@media (max-width: 767px) {
  .footer__info__contact {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}

.footer__info__contact p {
  background: var(--color-dark);
  border-radius: 8px;
  padding: 12px;
  font-size: 12px;
  line-height: 1;
  color: #c2c2c2;
}
@media (max-width: 767px) {
  .footer__info__contact p {
    flex: 1 1 50%;
  }
}

.footer__info__contact p a {
  font-size: 12px;
  line-height: 14px;
  color: var(--color-white);
  text-decoration: underline;
}

.footer__info__contact p a:hover {
  text-decoration: none;
}

.footer__info__contact img {
  background: var(--color-dark);
  border-radius: 8px;
  padding: 10px 12px;
  max-width: 130px;
}
@media (max-width: 767px) {
  .footer__info__contact img {
    width: auto;
    max-width: 100%;
    height: 60px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
  }
}

.footer__info__18 {
  display: flex;
  background: transparent;
  gap: 8px;
  padding: 0;
}

.footer__info__18 img {
  text-align: center;
  padding: 12px;
  background: var(--color-dark);
  flex: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 56px;
  height: 56px;
  border-radius: 8px;
}

.footer__info__lust {
  background: transparent;
  display: flex;
  padding: 0;
  gap: 8px;
}
@media (max-width: 767px) {
  .footer__info__lust {
    flex-direction: column;
    text-align: center;
  }
}

.footer__info__lust > div {
  flex: 1;
}

.footer__info__lust .support {
  display: flex;
  gap: 8px;
}

.footer__info__lust .support p {
  padding: 27px 12px;
  background: var(--color-dark);
  border-radius: 8px;
  padding: 27px 12px;
  font-size: 12px;
  line-height: 1;
  color: #c2c2c2;
  flex: 1 1 50%;
}

.footer__info__lust .support a {
  padding: 27px 12px;
  text-transform: uppercase;
  background: var(--color-dark);
  border-radius: 8px;
  padding: 24px 12px;
  font-size: 12px;
  line-height: 1;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex: 1 1 50%;
}

.footer__info__lust .support a > img {
  width: 48px;
  height: 48px;
}

.social {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.social > div {
  display: flex;
  gap: 8px;
}

.social > div > div:first-of-type {
  display: flex;
  justify-content: center;
  gap: 12px;
  background: var(--color-dark);
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}

.social > div > div:first-of-type img {
  width: 32px;
  height: 32px;
}

.social > div > div:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: var(--color-dark);
  padding: 12px;
  border-radius: 8px;
  min-width: 130px;
}
@media (max-width: 767px) {
  .social > div > div:last-of-type {
    min-width: 80px;
  }
}

.social > div > div:last-of-type p {
  font-size: 20px;
  line-height: 24px;
}

.social > p {
  display: block;
  background: #2e2e2e;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .social > p {
    height: 100%;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .social > p {
    padding: 10px;
  }
}

/* APP */
.app {
  text-align: left;
}
.app > h2 {
  margin-bottom: 20px;
}
.app > p {
  margin-bottom: 20px;
}
.app > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .app > div {
    flex-direction: column;
  }
}
.app > div > div {
  flex: 1;
}
.app > div > div > p {
  margin-bottom: 20px;
}
.app > div > div > p:last-of-type {
  margin-bottom: 0;
}
.app > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .app > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .app > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* SUPPORTS */
.supports {
  text-align: left;
}
.supports > h2 {
  margin-bottom: 20px;
}
.supports > p {
  margin-bottom: 20px;
}
.supports > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .supports > div {
    flex-direction: column;
  }
}
.supports > div > div {
  flex: 1;
}
.supports > div > div > p {
  margin-bottom: 20px;
}
.supports > div > div > p:last-of-type {
  margin-bottom: 0;
}
.supports > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .supports > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .supports > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* Limit */
.limit {
  text-align: left;
}
.limit > h2 {
  margin-bottom: 20px;
}
.limit > p {
  margin-bottom: 20px;
}
.limit > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .limit > div {
    flex-direction: column;
  }
}
.limit > div > div {
  flex: 1;
}
.limit > div > div > h3 {
  margin-bottom: 20px;
}
.limit > div > div > p {
  margin-bottom: 20px;
}
.limit > div > div > p:last-of-type {
  margin-bottom: 0;
}
.limit > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .limit > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .limit > div > div > img {
    width: 100%;
    height: 100%;
  }
}

/* FINISH */
.finish {
  text-align: left;
}
.finish > h2 {
  margin-bottom: 20px;
}
.finish > p {
  margin-bottom: 20px;
}
.finish > h3 {
  margin-bottom: 20px;
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.finish > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .finish > div {
    flex-direction: column;
  }
}
.finish > div > div {
  flex: 1;
}
.finish > div > div > p {
  margin-bottom: 20px;
}
.finish > div > div > p:last-of-type {
  margin-bottom: 0;
}
.finish > div > div > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
@media (max-width: 850px) {
  .finish > div > div > img {
    width: 75%;
    height: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .finish > div > div > img {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=styles.css.map */