* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;
  font-size: 18px;
}

body {
  background: #00100E;
}

.wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

button {
  transition: .3s;
  cursor: pointer;
  background: none;
  border: none;
}

button:hover {
  opacity: .8;
}

ul, ol {
  padding-left: 24px;
  margin: 32px 0;
}

li {
  margin-bottom: 8px;
  color: #fff;
}

a {
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #FF2400;
}

section .mb0 {
  margin-bottom: 0;
}

header {
  padding: 20px 0;
  margin-bottom: 24px;
}

header .wrapper {
  display: flex;
  justify-content: space-between;
}

header .iconsAndButtons {
  display: flex;
  gap: 20px;
  align-items: center;
}

header .icons {
  display: flex;
  gap: 5px;
}

header .icons button {
  background: none;
  border: none;
}

header .buttons {
  display: flex;
  gap: 20px;
}

button.reg, button.log {
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px #FF2400 solid;
  font-size: 18px;
  font-weight: bold;
}

button.reg {
  background: #FF2400;
}

button.log {
  background: none;
}

.banner .wrapper {
  position: relative;
  height: 293px;
  padding: 56px 40px;
  background: linear-gradient(90deg, #0E3837 0%, #006E6A 100%);
  border-radius: 20px;
  overflow: hidden;
}

.banner .wrapper .image {
  position: absolute;
  bottom: -5px;
  right: 100px;
}

.banner h1 {
  font-size: 36px;
  font-weight: bold;
  max-width: 70%;
  line-height: 1;
  margin-bottom: 32px;
}

.banner button {
  padding: 20px 24px;
  border-radius: 8px;
  text-transform: uppercase;
}


footer {
  padding: 30px 0;
}

footer .wrapper {
  text-align: center;
}

footer p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding-left: 0;
}

footer li a {
  font-size: 13px;
}

footer li {
  margin: 0 8px;
  list-style: none;
}

footer .copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 24px;
  border-top: 1px solid #80858F;
}

footer .copyright span {
  font-size: 12px;
}

footer .copyright a {
  color: #FF2301;
  margin-left: 8px;
}

section {
  margin-top: 32px;
  padding: 32px 40px;
  background: rgba(14, 25, 30, 1);
  border-radius: 20px;
}

section.purple {
  box-shadow: 0px 0px 20px 0px rgba(115, 4, 115, 1) inset;
}

section.green {
  box-shadow: 0px 0px 20px 0px rgba(1, 109, 105, 1) inset;
}

section p {
  color: #fff;
  margin-bottom: 32px;
}

section p:last-child {
  margin-bottom: 0px;
}

.general-table-wrapper {
  overflow: auto;
  margin-bottom: 32px;
}

.general-table {
  overflow-x: auto;
}

table tr:first-child td {
  background: #006D69;
  font-size: 20px;
  font-weight: bold;
}

section.purple tr:first-child td {
  background: rgba(118, 39, 124, 1);
}

table tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
}

table tr:first-child td:last-child {
  border-radius: 0 12px 0 0;
}

table td {
  padding: 16px 12px 16px 24px;
  border-left: 1px rgba(0, 109, 105, 1) solid;
  border-right: 1px rgba(0, 109, 105, 1) solid;
}

section.purple table td {
  border-color: rgba(118, 39, 124, 1);
}

table tr:nth-child(odd):not(:first-child) td {
  background: #00100E;
}

table tr:nth-child(even) td {
  background: #0E191E;
}

table td:not(:first-child) {
  border-left: none;
}

table tr:last-child td {
  border-bottom: 1px rgba(0, 109, 105, 1) solid;
}

section.purple table tr:last-child td {
  border-color: rgba(118, 39, 124, 1);
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.divisions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.divisions .division {
  padding: 20px 0;
  width: 315px;
  text-align: center;border-radius: 20px;
  background: #003331;
}

.divisions .division img {
  display: block;
  margin: 0 auto;
}

.divisions .division span {
  display: block;
  margin-top: 8px;
  font-size: 22px;
  font-weight: bold;
}

.advantages-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 32px 0;
  gap: 20px 20px;
}

.advantages-list .advantage {
  width: 315px;
  padding: 36px 16px;
  background: linear-gradient(104.36deg, #21021A 5.29%, #3C0C48 46.18%, #2B033D 69.75%, #210218 100.06%);
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px rgba(192, 0, 173, 1) inset;
  height: 196px;
}

.advantages-list.altered .advantage {
  width: 248px;
}

.advantages-list .advantage .icon {
  font-size: 46px;
  line-height: 1;
}

.advantages-list .advantage p {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}

.faq-container .faq-item {
  padding: 24px 0;
  background: linear-gradient(104.36deg, #21021A 5.29%, #3C0C48 46.18%, #2B033D 69.75%, #210218 100.06%);
  box-shadow: 0px 0px 12px 0px rgba(192, 0, 173, 1) inset;
  border-radius: 20px;
  margin-bottom: 20px;
}

.faq-container input {
  display: none;
}

.faq-container h3 {
  margin: 20px 0;
  font-size: 16px;
}

.faq-container p {
  padding: 0 24px;
  font-size: 16px;
}

.fixedButtons {
  display: none;
}

@media (max-width: 1440px) {

  .wrapper {
    padding: 0 20px;
  }

  .banner .wrapper .image {
    right: 0;
  }

}

@media (max-width: 840px) {

  header {
    margin-bottom: 12px;
  }

  .banner h1 {
    font-size: 28px;
  }

  .banner .wrapper .image {
    right: -150px;
  }

  section {
    margin-top: 20px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

}

@media (max-width: 640px) {

  * {
    font-size: 16px;
  }

  .wrapper {
    padding: 0 10px;
  }

  section {
    padding: 24px 16px;
  }

  header .buttons {
    display: none;
  }

  .banner .wrapper {
    height: auto;
    padding: 24px 16px 0;
  }

  .banner .wrapper .image {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: -5px;
  }

  .banner .wrapper .image img {
    max-width: 100%;
  }

  .banner h1 {
    text-align: center;
    font-size: 22px;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .banner button {
    font-size: 16px;
    width: 100%;
    padding: 15px 0;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  ul, ol {
    margin: 20px 0;
  }

  section p {
    font-size: 16px;
    margin-bottom: 22px;
  }

  table tr:first-child td {
    font-size: 16px;
  }

  .divisions {
    gap: 6px;
  }

  .divisions .division {
    width: 48%;
  }

  .divisions .division span {
    font-size: 16px;
  }

  .divisions .division img {
    max-width: 120px;
  }

  .advantages-list {
    margin: 20px 0;
  }

  .advantages-list .advantage {
    height: auto;
  }

  .faq-container .faq-item {
    padding: 24px 16px;
  }

  .faq-container p {
    padding: 0;
  }

  footer li {
    margin: 8px 20px;
  }

  .fixedButtons {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    gap: 8px;
    padding: 10px;
    width: 100%;
    background: #000;
    justify-content: center;
  }

  .fixedButtons button {
    flex-grow: 1;
  }

  button.reg, button.log {
    padding: 12px 0px;
    width: 50%;
    font-size: 16px;
  }

}

@media (max-width: 360px) {

  .advantages-list.altered .advantage {
    width: 100%;
  }

  .divisions {
    gap: 12px;
  }

  .divisions .division {
    width: 100%;
  }

}

.scrollToTop {
  background: rgba(255, 36, 0, 1);
  box-shadow: 0 0 12px 0 rgba(173, 0, 255, 0.26);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 70px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
