@charset "UTF-8";
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

:root {
  --main-color: #11EC95;
  --main-border-color: #282B33;
  --fh-bg-color: #080809;
  --title-color: #ffffff;
  --text-color: #CDCDCD;
  --main-theme-color: #101114;
  --aside-bg-color: #1b1c22;
  --aside-content-color: #25272e;
  --language-bg-color: #141415;
  --login-bg-color: #11EC95;
  --login-text-color: #101114;
  --login-border-color: #ffffff;
  --signup-bg-color: #282B33;
  --signup-text-color: #CDCDCD
  --signup-border-color: #ffffff;
  --hero-title-color: linear-gradient(125deg, #a5ff00 0%, #8bd405 100%);
  --hero-button-bg-color: linear-gradient(136deg, #ffe600 0%, #ffd339 100%);
  --hero-button-text-color: #101114;
  --content-bg-color: #1d1f24;
  --button-text-color: #101114;
  --button-bg-color: #11EC95;
  --button-bg-hover: #11EC95;
}

body {
  height: 100%;
  color: var(--text-color);
  font-family: Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
}

h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
}

h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: normal;
}

h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: normal;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  height: 100vh;
}

.container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 16px;
  }
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s ease-in-out;
}
.tab.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.footer {
  overflow: hidden;
  background: var(--aside-bg-color);
  margin: 0 -20px;
}
.footer__inner {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media only screen and (max-width: 1400px) {
  .footer__inner {
    padding: 8r0px 16px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__inner {
    padding: 60px 16px 0;
  }
}
.footer__top {
  padding: 0 0 48px;
}
@media only screen and (max-width: 1200px) {
  .footer__top {
    padding: 0 0 36px;
  }
}
.footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 48px;
  border-bottom: 1px solid var(--main-border-color);
}
@media only screen and (max-width: 1200px) {
  .footer__main {
    flex-direction: column;
    padding: 0 0 36px;
  }
}
.footer__navs {
  display: flex;
  align-items: flex-start;
}
.footer__navs nav {
  min-width: 150px;
}
.footer__navs nav + nav {
  margin-left: 16px;
}
.footer__navs nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__navs nav > ul > li + li {
  margin-top: 16px;
}
.footer__navs nav > ul > li a {
  text-decoration: none;
  color: var(--text-color);
}
@media only screen and (min-width: 1025px) {
  .footer__navs nav > ul > li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__navs {
    margin-bottom: 36px;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  padding: 38px 0;
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
    padding: 32px 0;
  }
}
.footer__bottom-btns {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .footer__bottom-btns {
    margin: 28px 0 0;
    justify-content: center;
  }
}
.footer__images {
  display: flex;
  align-items: center;
}
.footer__images img + img {
  margin-left: 24px;
}
.footer__images a + a {
  margin-left: 24px;
}
@media only screen and (max-width: 1200px) {
  .footer__images {
    margin-bottom: 36px;
  }
}
.footer__buttons {
  max-width: 226px;
  width: 100%;
}

.download-btn {
  display: flex;
  align-items: center;
  border: 1px solid var(--main-border-color);
  border-radius: 24px;
  padding: 12px 16px;
  width: 100%;
  height: 44px;
  cursor: pointer;
  text-decoration: none;
  padding: 0 16px;
  gap: 8px;
  color: var(--title-color);
  transition: 0.3s ease-in-out;
}
.download-btn span {
  margin-left: auto;
}
.download-btn + .download-btn {
  margin-top: 8px;
}
@media only screen and (min-width: 1025px) {
  .download-btn:hover {
    background: var(--main-border-color);
  }
}

.socials {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .socials {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
  }
}
.socials li {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .socials li {
    margin: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  height: 52px;
  z-index: 5;
  background: var(--fh-bg-color);
}
@media only screen and (max-width: 991px) {
  .header {
    left: 0;
  }
}
.header__container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .header__container {
    padding: 0 16px;
  }
}
.header__container .logo {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header__container .logo {
    display: block;
    margin-right: auto;
    margin-left: 20px;
  }
  .header__container .logo img {
    max-width: 94px;
  }
}
.header__opener {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header__opener {
    display: flex;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    position: relative;
  }
  .header__opener span {
    position: absolute;
    left: 0;
    border-radius: 4px;
    width: 100%;
    height: 3px;
    background: var(--title-color);
    transition: 0.3s ease-in-out;
  }
  .header__opener span:nth-child(1) {
    top: 6px;
  }
  .header__opener span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__opener span:nth-child(3) {
    bottom: 6px;
  }
  .header__opener.active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 14px;
  }
  .header__opener.active span:nth-child(2) {
    visibility: hidden;
    opacity: 0;
  }
  .header__opener.active span:nth-child(3) {
    transform: rotate(45deg);
    bottom: 13px;
  }
}

.login {
  font-weight: 600;
  font-size: 14px;
  border-radius: 60px;
  padding: 8px 30px;
  height: 36px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  white-space: nowrap;
  color: var(--login-text-color);
  background: var(--login-bg-color);
  border: 1px solid var(--login-bg-color);
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .login:hover {
    border-color: var(--login-border-color);
  }
}
@media only screen and (max-width: 991px) {
  .login {
    padding: 8px 18px;
  }
  .login.hide {
    display: none;
  }
}

.signup {
  font-weight: 600;
  font-size: 14px;
  border-radius: 60px;
  padding: 8px 18px;
  height: 36px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  white-space: nowrap;
  color: var(--signup-text-color);
  background: transparent;
  border: 1px solid var(--signup-bg-color);
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .signup:hover {
    background: var(--signup-bg-color);
    border-color: var(--signup-border-color);
  }
}
@media only screen and (max-width: 991px) {
  .signup.hide {
    display: none;
  }
}

.language {
  position: relative;
  margin-right: 10px;
}
.language:hover > ul {
  display: flex;
}
.language:focus > ul {
  display: flex;
}
.language:focus-within > ul {
  display: flex;
}
.language__current {
  gap: 4px;
  display: flex;
  align-items: center;
  width: 92px;
  height: 36px;
  border-radius: 60px;
  padding: 4px 16px;
  background: var(--language-bg-color);
  color: var(--title-color);
  cursor: pointer;
}
.language__current::after {
  border-bottom: 2px solid var(--title-color);
  border-right: 2px solid var(--title-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.language ul {
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  padding: 8px 10px 8px 8px;
  background: var(--language-bg-color);
  min-width: 92px;
  display: none;
  max-height: 465px;
  overflow: hidden;
}
.language ul > li > a {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .language ul > li > a:hover {
    background: var(--fh-bg-color);
  }
}
@media only screen and (max-width: 991px) {
  .language {
    position: absolute;
    right: 0;
    display: none;
  }
  .language.show {
    display: block;
  }
}

.aside {
  width: 250px;
  background: var(--aside-bg-color);
  height: 100vh;
  z-index: 7;
  display: flex;
  flex-direction: column;
  padding: 0 0 100px;
}
@media only screen and (max-width: 991px) {
  .aside {
    position: absolute;
    top: 52px;
    left: 0;
    max-width: 375px;
    width: 100%;
    overflow-y: auto;
    transition: 0.3s ease-in-out;
    transform: translateX(-100%);
  }
  .aside.active {
    transform: translateX(0);
  }
}
.aside__header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--content-bg-color);
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .aside__header {
    display: none;
  }
}
.aside__menu {
  margin: 0 12px 40px;
  border-radius: 20px;
  padding: 8px 14px;
  background: var(--aside-content-color);
}
.aside__menu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.aside__menu nav > ul > li {
  font-size: 14px;
  border-bottom: 1px solid var(--main-border-color);
}
.aside__menu nav > ul > li:last-of-type {
  border: none;
}
.aside__menu nav > ul > li > a {
  display: block;
  padding: 12px 0;
  color: var(--text-color);
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.aside__menu nav > ul > li > a.active {
  color: var(--main-color);
}
@media only screen and (min-width: 1025px) {
  .aside__menu nav > ul > li > a:hover {
    color: var(--main-color);
  }
}
.aside__buttons {
  margin: 0 12px 20px;
}
.aside__footer {
  margin: auto 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-color);
  border-radius: 20px;
  padding: 0px 12px;
  height: 42px;
  flex-shrink: 0;
  background: var(--main-theme-color);
}
.aside__footer svg {
  fill: var(--text-color);
}
.aside__profile {
  display: flex;
  position: relative;
  margin: 0 12px 20px;
  padding: 32px 12px 12px 12px;
  border-radius: 20px;
  background: var(--aside-content-color);
}
.aside__profile .signup {
  display: inline-flex;
  margin: 0 auto;
  color: var(--main-color);
  border-color: var(--main-color);
  background: var(--content-bg-color);
}
@media only screen and (min-width: 1025px) {
  .aside__profile .signup:hover {
    border-color: var(--login-border-color);
    color: var(--title-color);
    background: var(--main-border-color);
  }
}
@media only screen and (max-width: 991px) {
  .aside__profile {
    margin: 20px 12px 10px;
    padding: 10px 14px;
    gap: 20px;
  }
  .aside__profile .signup {
    margin: 0;
  }
}
.aside__profile-image {
  position: absolute;
  width: 41px;
  height: 41px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .aside__profile-image {
    position: static;
    transform: none;
  }
}

main {
  background: var(--main-theme-color);
  width: calc(100% - 250px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 92px 20px 0;
}
@media only screen and (max-width: 1200px) {
  main {
    padding: 92px 16px 0;
  }
}
@media only screen and (max-width: 991px) {
  main {
    width: 100%;
  }
}

.main-section {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .main-section {
    margin-bottom: 78px;
  }
}
.main-section h1, .main-section h2 {
  text-align: center;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .main-section h1, .main-section h2 {
    text-align: left;
  }
}
.main-section h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .main-section h1 {
    font-size: 32px;
  }
}
.main-section p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--text-color);
}
.main-section__image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-section__image {
    margin: 0 -16px;
  }
  .main-section__image img {
    height: 176px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.main-section__box {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.main-section__box span {
  display: block;
  font-weight: 700;
  font-size: 52px;
  line-height: 110%;
  text-transform: uppercase;
  background: var(--hero-title-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .main-section__box span {
    font-size: 30px;
  }
}
.main-section__box small {
  display: block;
  color: var(--title-color);
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .main-section__box small {
    font-size: 15px;
  }
}
.main-section__box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 10px 40px;
  height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  color: var(--hero-button-text-color);
  background: var(--hero-button-bg-color);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .main-section__box a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .main-section__box {
    left: 16px;
  }
}

.updated {
  display: flex;
  align-items: center;
  background: var(--content-bg-color);
  border-radius: 50px;
  padding: 16px 40px;
  max-width: 1110px;
  width: 100%;
  height: 57px;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  .updated {
    margin-bottom: 60px;
  }
}
.updated span, .updated time {
  gap: 14px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  color: var(--title-color);
}
.updated span svg, .updated time svg {
  fill: var(--login-bg-color);
}
@media only screen and (max-width: 767px) {
  .updated {
    font-size: 18px;
    padding: 16px 20px;
  }
}

.faq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  .faq {
    margin-bottom: 60px;
  }
}
.faq h1, .faq h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  margin: 0 0 24px;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .faq h1, .faq h2 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 10px;
  }
}
.faq__item {
  padding: 24px 0;
  border-bottom: 1px solid var(--main-border-color);
}
.faq__item h3 {
  padding-right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: var(--title-color);
  margin: 0;
  position: relative;
  cursor: pointer;
}
.faq__item h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 5px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top: 5px solid var(--text-color);
}
@media only screen and (max-width: 767px) {
  .faq__item h3 {
    font-size: 16px;
  }
}
.faq__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color);
  margin: 10px 0;
  display: none;
}
.faq__item p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .faq__item p {
    font-size: 14px;
    line-height: 140%;
  }
}
.faq__item.active h3 {
  color: var(--main-color);
}
.faq__item.active h3::after {
  margin-top: -2px;
  transform: translateY(-50%) rotate(180deg);
}
.faq h3 {
  padding-right: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  color: var(--title-color);
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 24px 0 0;
}
@media only screen and (max-width: 767px) {
  .faq h3 {
    font-size: 16px;
  }
}
.faq p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color);
  margin: 10px 0 0;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--main-border-color);
}
@media only screen and (max-width: 767px) {
  .faq p {
    font-size: 14px;
    line-height: 140%;
  }
}

.content-block {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
  padding: 52px 40px;
  border-radius: 30px;
  background: var(--content-bg-color);
}
.content-block h1, .content-block h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  margin: 0 0 24px;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .content-block h1, .content-block h2 {
    font-size: 26px;
    margin: 0 0 12px;
  }
}
.content-block img {
  border-radius: 20px;
  margin: 0 0 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .content-block img {
    border-radius: 10px;
    margin: 0 0 18px;
  }
}
.content-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color);
}
.content-block p:first-of-type {
  margin-top: 0;
}
.content-block p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .content-block p {
    font-size: 14px;
    line-height: 140%;
  }
}
.content-block ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color);
  padding: 0 0 0 20px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .content-block ul {
    font-size: 14px;
    line-height: 140%;
  }
}
.content-block ul li {
  position: relative;
}
.content-block ul li::before {
  content: "✔";
  position: absolute;
  left: -20px;
  top: 5px;
  font-size: 16px;
  color: var(--main-color);
  line-height: 1;
}
.content-block .main-button {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .content-block .main-button {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content-block {
    padding: 28px 16px;
    margin: 0 0 60px;
  }
}
.content-block__content {
  max-width: 472px;
  width: 100%;
  flex-basis: 472px;
}
@media only screen and (max-width: 767px) {
  .content-block__content {
    max-width: 100%;
    flex-basis: auto;
  }
}
.content-block__image {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}
.content-block__image img {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .content-block__image {
    max-width: 100%;
    flex-basis: auto;
    margin: 20px 0 0;
  }
}
.content-block__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content-block__wrap + .content-block__wrap {
  margin-top: 100px;
}
.content-block__wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.content-block__wrap:nth-child(even) .content-block__image {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .content-block__wrap {
    flex-direction: column;
  }
}
.content-block figure {
  margin: 0;
  padding: 0;
}
.content-block figcaption {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  margin: 0 0 24px;
  color: var(--title-color);
  margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
  .content-block figcaption {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}
.content-block table {
  width: 100%;
  padding: 24px 40px;
  border-radius: 30px;
  border: 1px solid var(--main-color);
}
@media only screen and (max-width: 767px) {
  .content-block table {
    padding: 14px 20px;
  }
}
.content-block table tr {
  display: flex;
  border-bottom: 1px solid var(--main-border-color);
}
.content-block table tr:last-of-type {
  border: none;
}
.content-block table tr td, .content-block table tr th {
  font-weight: 500;
  font-size: 18px;
  width: 50%;
  padding: 18px 0px;
  text-align: left;
  color: var(--text-color);
}
.content-block table tr td:last-of-type, .content-block table tr th:last-of-type {
  text-align: right;
  color: var(--title-color);
}
@media only screen and (max-width: 767px) {
  .content-block table tr td, .content-block table tr th {
    font-size: 16px;
  }
}
.content-block table thead tr {
  border-bottom: 1px solid var(--main-border-color) !important;
}

.main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 18px 60px;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  color: var(--login-text-color);
  background: var(--main-color);
  border: 1px solid var(--main-color);
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .main-button:hover {
    border-color: var(--login-border-color);
  }
}
@media only screen and (max-width: 767px) {
  .main-button {
    height: 52px;
    padding: 14px 36px;
  }
}

.table-content {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  .table-content {
    margin-bottom: 60px;
  }
}
.table-content h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: var(--title-color);
  margin: 0 0 12px;
}
@media only screen and (max-width: 767px) {
  .table-content h3 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 10px;
  }
}
.table-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table-content ul li {
  border-bottom: 1px solid var(--main-border-color);
}
.table-content ul li a {
  position: relative;
  display: block;
  padding: 18px 24px 18px 0;
  font-size: 16px;
  text-decoration: none;
  color: var(--title-color);
  transition: 0.3s ease-in-out;
}
.table-content ul li a::after {
  border-bottom: 1px solid var(--title-color);
  border-right: 1px solid var(--title-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(-45deg);
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .table-content ul li a:hover {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .table-content ul li a {
    font-size: 14px;
    padding: 14px 24px 14px 0;
  }
}

.games {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
  .games {
    margin: 0 0 60px;
  }
}
.games h1, .games h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: var(--title-color);
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .games h1, .games h2 {
    font-size: 26px;
    line-height: 110%;
    margin: 0 0 16px;
  }
}
.games__nav {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: stretch;
  margin: 0 0 20px;
}
.games__nav li {
  height: 48px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .games__nav li {
    height: 36px;
  }
}
.games__nav li a {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: 0.3s ease-in-out;
  text-decoration: none;
  gap: 8px;
  text-shadow: transparent 1px 0 0;
  border-bottom: 1px solid var(--main-border-color);
}
.games__nav li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--main-color);
  transition: 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.games__nav li a.active {
  text-shadow: var(--main-color) 1px 0 0;
  color: var(--main-color);
}
.games__nav li a.active::after {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .games__nav li a {
    font-size: 14px;
    gap: 6px;
  }
  .games__nav li a img {
    width: 17px;
    height: 16px;
  }
}
.games__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.games__item {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--content-bg-color);
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .games__item {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .games__item {
    max-width: calc(25% - 20px);
    flex-basis: calc(25% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .games__item {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
.games__item-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.games__item-image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .games__item-image:hover img {
    transform: scale(1.1);
  }
}
.games__item-box {
  padding: 10px 16px 14px;
}
@media only screen and (max-width: 767px) {
  .games__item-box {
    padding: 8px 10px 10px;
  }
}
.games__item-box span {
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
  color: var(--title-color);
}
.games__item-box small {
  font-size: 12px;
  display: block;
  color: var(--text-color);
}
/*# sourceMappingURL=index.css.map */
