@charset "UTF-8";
:root {
  --main-color: #11366b;
  --main-color-dark: #031838;
  --yellow: #ffd200;
  --text: #fff;
  --orange-gradient: linear-gradient(0deg,#e73d00,#ffbf00);
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1em;
  background: var(--main-color);
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
@media (width < 1023px) {
  .container {
    padding: 0 15px;
  }
}

h1 {
  color: var(--text);
}

h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #f7971e, #ffd200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.03em;
  line-height: normal;
}

h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #ffd200;
}

p {
  margin-bottom: 18px;
  font-size: 1rem;
  color: #e0e0e0;
}

ul {
  margin-left: 20px;
  margin-bottom: 25px;
  list-style-type: disc;
  color: #f0f0f0;
}
@media (width < 768px) {
  ul {
    margin-left: 0;
    padding: 0;
    padding-left: 20px;
  }
}
ul li {
  margin-bottom: 12px;
  font-size: 1rem;
}
ul li strong {
  color: #ffd200;
}

@media (max-width: 600px) {
  h2 {
    font-size: 1.2rem;
    line-height: normal;
  }
  h3 {
    font-size: 1.3rem;
  }
}
.area-text {
  color: #f0f0f0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

.with-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: center;
}
.with-img img {
  width: 100%;
  border-radius: 50%;
  filter: drop-shadow(2px 4px 256px #e73d00);
}
@media (width < 768px) {
  .with-img {
    display: flex;
    flex-direction: column-reverse;
    justify-items: center;
  }
}

.btn {
  background: #ff124c;
  color: #FFF;
  padding: 12px 26px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  cursor: pointer;
}
.btn:hover {
  opacity: 0.6;
  transition: 0.2s ease;
}
.btn.center {
  margin: 20px auto;
  display: table;
}
.btn-dark {
  background: #ff124c;
  color: #FFF;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
}
.btn-dark:hover {
  opacity: 0.6;
  transition: 0.2s ease;
}

.header-live {
  padding: 20px 0;
  background: var(--main-color-dark);
}
.header-live .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-live__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-live__logo {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  font-family: Arial;
}

.live-magic-slider {
  margin: 50px 0;
}
.live-magic-slider__item {
  position: relative;
}
.live-magic-slider__item img {
  width: 100%;
}
.live-magic-slider__item:hover .content {
  opacity: 1;
  transition: 0.5s ease;
}
.live-magic-slider__item .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.live-magic-slider__item .content .image-circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0b57d0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.live-magic-slider__item .content .image-circle img {
  width: 28px;
}
.live-magic-slider__item .content div {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  bottom: 20px;
}
.live-magic-slider__wrapper + button {
  margin: 20px auto;
  display: table;
}

.box-image-wrapper {
  background: linear-gradient(85deg, #834bfb 0%, #2D34C4 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 40px;
  border-radius: 20px;
}
@media (width < 768px) {
  .box-image-wrapper {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.box-image-wrapper img {
  max-width: 450px;
  width: 100%;
}
.box-image-wrapper .item {
  display: grid;
  justify-items: center;
}
.box-image-wrapper .item .title {
  font-size: 18px;
  color: #fff;
}
.box-image-wrapper .item p {
  font-size: 37px;
  color: #fff;
  font-weight: 700;
  margin: 20px 0;
}
.box-image-wrapper .item button {
  border: 0;
  padding: 20px 40px;
  font-size: 21px;
  font-weight: 700;
}

footer {
  background: var(--main-color-dark);
  padding: 40px 0;
  margin-top: 50px;
  color: #fff;
}

.footer__nav {
  margin-bottom: 20px;
}
.footer__nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (width < 520px) {
  .footer__nav .container {
    flex-direction: column;
  }
}
.footer__nav .container a {
  color: #FFF;
}
.footer__nav .container ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.footer__nav .container ul li {
  list-style: none;
}

.table-block-standart {
  margin-top: 50px;
  /* Мобильная адаптация */
  /* Анимации */
}
.table-block-standart .table-container {
  overflow-x: auto;
  padding: 0;
}
.table-block-standart table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}
.table-block-standart th, .table-block-standart td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #e1e8ed;
  vertical-align: top;
}
.table-block-standart th {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  font-weight: 700;
  font-size: 1.1rem;
  color: #2c3e50;
  position: sticky;
  left: 0;
  z-index: 10;
}
.table-block-standart td:first-child {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  font-weight: 600;
  color: #2c3e50;
  position: sticky;
  left: 0;
  z-index: 5;
}
.table-block-standart td {
  font-size: 1rem;
  line-height: 1.6;
  color: #34495e;
}
.table-block-standart tr:hover {
  background: rgba(52, 152, 219, 0.05);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.table-block-standart .payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.table-block-standart .payment-tag {
  background: #031838;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 500;
}
.table-block-standart .crypto-tag {
  background: linear-gradient(0deg, #e73d00, #ffbf00);
}
.table-block-standart .currency-list {
  line-height: 1.8;
}
.table-block-standart .highlight {
  background: linear-gradient(135deg, #e8f5e8, #d4edda);
  border-left: 4px solid #27ae60;
  padding: 15px;
  border-radius: 8px;
}
.table-block-standart .limit-info {
  background: linear-gradient(135deg, #fff3cd, #ffeaa7);
  border-left: 4px solid #f39c12;
  padding: 15px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .table-block-standart {
    /* Стек-стиль для очень маленьких экранов */
  }
  .table-block-standart body {
    padding: 10px;
  }
  .table-block-standart .header {
    padding: 20px;
  }
  .table-block-standart .header h1 {
    font-size: 1.5rem;
  }
  .table-block-standart .header p {
    font-size: 1rem;
  }
  .table-block-standart th, .table-block-standart td {
    padding: 15px 10px;
    font-size: 0.9rem;
  }
  .table-block-standart .payment-methods {
    gap: 5px;
  }
  .table-block-standart .payment-tag {
    padding: 4px 8px;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .table-block-standart table, .table-block-standart thead, .table-block-standart tbody, .table-block-standart th, .table-block-standart td, .table-block-standart tr {
    display: block;
  }
  .table-block-standart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-block-standart tr {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .table-block-standart td {
    border: none;
    position: relative;
    padding: 15px 15px 15px 35%;
    text-align: left;
  }
  .table-block-standart td:before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: #2c3e50;
  }
  .table-block-standart td:first-child {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 10px 10px 0 0;
  }
  .table-block-standart td:first-child:before {
    display: none;
  }
}
.table-block-standart .container {
  animation: slideIn 0.8s ease-out;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.providers {
  margin: 50px 0;
}
.providers img {
  width: 100%;
}
.providers__slider {
  margin: 50px 0;
}
.providers__slider img {
  width: 80%;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.providers__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px;
  justify-items: center;
}
@media (width < 1024px) {
  .providers__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 768px) {
  .providers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*# sourceMappingURL=scss.css.map */
