/* Responsive CSS Styles */

@media (max-width: 992px) {
  .hero-content {
    flex-direction: column;
  }
  .features-list {
      gap: 0px;
  }
  .hero-text, .hero-image {
    width: 100%;
  }
  
  .hero-image {
            margin: -6px 0 20px 11px;
  }
  
  .hero h2 {
    font-size: 36px;
  }
  
  .features-list {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 40px 0;
  }
  
  .hero h2 {
    font-size: 28px;
  }
  
  .hero p {
    font-size: 16px;
  }
  
  .features-list {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .cta-button {
    width: 100%;
    justify-content: center;
  }
  
  .hero-badge {
    width: 100px;
    height: 100px;
            top: 28px;
        right: 18px;
  }
  
  .badge-text {
    font-size: 10px;
  }
  
  .badge-value {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .hero h2 {
    font-size: 24px;
  }
  
  .hero p {
    font-size: 14px;
  }
  
  .feature-item {
    padding: 6px 12px;
  }
  
  .feature-item span {
    font-size: 12px;
  }
  
  .boxing-glove img {
    max-width: 200px;
  }
  
  .coin {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1200px) {
  .filters-bar {
    flex-wrap: wrap;
  }
  
  .search-filters {
    flex-basis: 100%;
    max-width: none;
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .ring-match-content {
    flex-direction: column!important;
  }
  
  .ring-match-text, .ring-match-image {
    width: 100%;
  }
  
  .ring-match-image {
    margin-top: 30px;
  }
  
  .filter-group {
    flex-basis: calc(50% - 10px);
  }
}

.bonuses-section .section-header,
.payment-methods .section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
  .casino-table {
    display: block;
    overflow-x: auto;
  }
  
  .section-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .view-all {
    margin-top: 15px;
  }
  
  .filters-bar {
    padding: 10px;
  }
  
  .filter-group {
    flex-basis: 100%;
  }
  
  .active-filters {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .clear-filters {
    margin-left: 0;
    margin-top: 10px;
  }
  
  .ring-match {
    padding: 20px;
  }
  
  .ring-match h3 {
    font-size: 20px;
  }
  
  .boxing-vs {
    width: 200px;
    height: 150px;
  }
  
  .vs-badge {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .glove {
    width: 100px;
    height: 100px;
  }
  
  /* Casino Table Mobile Layout */
  .section-title h2 {
    font-size: 28px;
  }
  
  .section-title p {
    font-size: 16px;
  }
  
  /* Скрываем фильтры на мобильных */
  .filters-wrapper {
    display: none;
  }
  
  /* Преобразуем таблицу в карточки */
  .casino-table-wrapper {
    overflow: visible;
  }
  
  .casino-table {
    display: block;
    min-width: auto;
  }
  
  .casino-table tbody {
    display: block;
  }
  
  .casino-row {
    display: block;
    background: #1a1a1a;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #333;
    position: relative;
  }
  
  .casino-row td {
    display: block;
    width: 100% !important;
    padding: 10px 0;
    border: none;
    background: transparent;
  }
  
  /* Логотип казино и ранг */
  .casino-logo-col {
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .casino-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    justify-content: center;
  }
  
  .casino-rank {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFD700;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    z-index: 2;
  }
  
  .casino-logo img {
    width: 120px;
    height: 60px;
    margin-top: 20px;
    object-fit: contain;
  }
  
  .casino-logo span {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  
  /* Бонус секция */
  .bonus-col {
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .bonus-amount {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #FFD700;
    font-weight: 600;
  }
  
  .bonus-details {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
  }
  
  .exclusive-tag {
    display: inline-block;
    background: #FF6B35;
    color: #fff;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    margin-top: 8px;
    font-weight: 600;
  }
  
  /* Рейтинг секция */
  .rating-col {
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .rating-title {
    font-size: 12px;
    margin-bottom: 10px;
    color: #FFD700;
    font-weight: 600;
  }
  
  .rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  
  .glove-rating {
    display: flex;
    justify-content: center;
    gap: 2px;
  }
  
  .glove-icon {
    width: 20px;
    height: 20px;
  }
  
  .rating-text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }
  
  .rating-meter {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  
  .meter-label {
    font-size: 12px;
    margin-bottom: 5px;
    color: #ccc;
    text-align: center;
  }
  
  .meter-bar {
    background: #333;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
  }
  
  .meter-fill {
    background: linear-gradient(90deg, #FFD700, #FFA500);
    height: 100%;
    border-radius: 3px;
  }
  
  /* Особенности */
  .features-col {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  
  .feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
  }
  
  .feature-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
  }
  
  .feature-check {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  
  .knockout-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid #FFD700;
    border-radius: 8px;
    padding: 8px 12px;
  }
  
  .knockout-badge {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .ko-icon {
    width: 24px;
    height: 24px;
  }
  
  .knockout-text {
    font-size: 13px;
    color: #FFD700;
    font-weight: 600;
  }
  
  /* Действия */
  .action-col {
    text-align: center;
  }
  
  .visit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
  }
  
  .visit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
  }
  
  .btn-arrow {
    width: 16px;
    height: 16px;
  }
  
  .action-meta {
    text-align: center;
  }
  
  .players-online {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #4CAF50;
  }
  
  .pulse-dot {
    width: 8px;
    height: 8px;
    background: #4CAF50;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
  }
}

@media (max-width: 480px) {
  .casino-logo-col {
    width: auto;
  }
  
  .casino-logo img {
    width: 100px;
    height: 50px;
  }
  
  .casino-rank {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  
  .bonus-amount {
    font-size: 16px;
  }
  
  .exclusive-tag {
    font-size: 10px;
    padding: 2px 6px;
  }
  
  .rating-title {
    font-size: 11px;
  }
  
  .feature-item {
    font-size: 13px;
  }
  
  .knockout-feature {
    padding: 4px 8px;
  }
  
  .ko-icon {
    width: 20px;
    height: 20px;
  }
  
  .knockout-text {
    font-size: 12px;
  }
  
  .visit-btn {
    font-size: 13px;
    padding: 8px 5px;
  }
  
  .boxing-vs {
    width: 160px;
    height: 120px;
  }
  
  .glove {
    width: 80px;
    height: 80px;
  }
  
  .container {
    padding: 0 10px;
  }
  
  .casino-row {
    padding: 12px;
    margin-bottom: 12px;
  }
  
  .casino-logo span {
    font-size: 15px;
  }
  
  .bonus-details {
    font-size: 12px;
  }
  
  .glove-icon {
    width: 18px;
    height: 18px;
  }
  
  .rating-text {
    font-size: 13px;
  }
  
  .players-online span {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .championship-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .champions-tabs {
    margin: 20px 0;
  }
  
  .comparison-banner {
    flex-direction: column;
    text-align: center;
  }
  
  .champions-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .champions-grid {
    grid-template-columns: 1fr;
  }
  
  .champion-stats {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .championship-header h2 {
    font-size: 28px;
  }
  
  .belt-icon {
    width: 150px;
  }
  
  .comparison-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .champions-tabs {
    flex-wrap: wrap;
  }
  
  .tab-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
  
  .champion-name {
    font-size: 18px;
  }
  
  .meter-label {
    font-size: 12px;
  }
  
  .champion-features {
    gap: 10px;
  }
  
  .feature-badge {
    width: 35px;
    height: 35px;
  }
  .heavyweight-champions .feature-icon {
      margin-right: 0;
  }
  .feature-icon {
    width: 20px;
    height: 20px;
  }
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .bonuses-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media (max-width: 992px) {
  .bonuses-tabs {
    gap: 8px;
  }
  
  .bonus-tab {
    padding: 6px 16px;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .bonuses-section .section-title h2 {
    font-size: 28px;
  }
  
  .bonuses-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
  
  .bonus-highlights {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .bonus-title {
    font-size: 16px;
  }
}

@media (max-width: 580px) {
  .bonuses-grid {
    grid-template-columns: 1fr;
  }
  
  .bonus-card-header {
    flex-direction: column;
    gap: 15px;
  }
  
  .bonus-highlights {
    grid-template-columns: 1fr;
    text-align: left;
  }
  
  .highlight-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .highlight-label {
    margin-bottom: 0;
  }
  
  .bonuses-section .section-title h2 {
    font-size: 24px;
  }
  
  .bonus-icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 992px) {
  .payment-info-blocks {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .guide-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .payment-methods .section-title h2 {
    font-size: 28px;
  }
  
  .guide-grid {
    grid-template-columns: 1fr;
  }
  
  .method-column {
    min-width: 180px;
  }
  
  .limits-column, .time-column, .fee-column {
    min-width: 100px;
  }
  
  .casinos-column {
    min-width: 120px;
  }
}

@media (max-width: 580px) {
  .payment-filters {
    flex-direction: column;
    align-items: stretch;
  }
  
  .payment-filter {
    text-align: center;
  }
  
  .payment-info-blocks {
    grid-template-columns: 1fr;
  }
  
  .payment-methods .section-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .options-grid {
    grid-template-columns: 1fr;
  }
  
  .options-grid.payment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .step-buttons {
    flex-direction: column;
    gap: 15px;
  }
  
  .prev-step-btn, .next-step-btn, .submit-match-btn {
    width: 100%;
    justify-content: center;
  }
  
  .casino-actions {
    flex-direction: column;
  }
  
  .casino-name {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .results-cta {
    flex-direction: column;
  }
  
  .restart-btn, .view-all-btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .steps-indicator {
    display: none;
  }
  
  .match-step {
    position: relative;
  }
  
  .options-grid.payment-grid {
    grid-template-columns: 1fr;
  }
  
  .matches-grid {
    grid-template-columns: 1fr;
  }
  
  .step-title {
    font-size: 18px;
  }
  
  .subtitle {
    display: block;
    margin-top: 5px;
  }
  
  .match-stats {
    flex-direction: column;
    gap: 10px;
  }
  
  .section-title h2 {
    font-size: 24px;
  }
  
  .section-title p {
    font-size: 14px;
  }
  
  .casino-row {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
  }
  
  .casino-rank {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  
  .casino-logo img {
    width: 100px;
    height: 50px;
  }
  
  .casino-logo span {
    font-size: 16px;
  }
  
  .bonus-amount {
    font-size: 15px;
  }
  
  .bonus-details {
    font-size: 13px;
  }
  
  .visit-btn {
    padding: 12px;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .resp-intro {
    flex-direction: column;
  }
  
  .intro-content, .intro-image {
    width: 100%;
  }
  
  .info-content {
    flex-direction: column;
  }
  
  .info-text, .info-sidebar {
    width: 100%;
  }
  
  .pledge-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .resp-features, 
  .tips-grid, 
  .resources-grid, 
  .tools-grid, 
  .parents-grid {
    grid-template-columns: 1fr;
  }
  
  .resp-title h2 {
    font-size: 28px;
  }
  
  .intro-content h3 {
    font-size: 22px;
  }
  
  .answers {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .resp-badges {
    flex-direction: column;
  }
  
  .resp-badge {
    width: 100%;
  }
  
  .resp-title h2 {
    font-size: 24px;
  }
  
  .resource-card {
    flex-direction: column;
  }
  
  .resource-logo {
    margin: 0 0 15px;
  }
}

/* Responsive Styles */
@media (max-width: 992px) {
  .about-intro {
    flex-direction: column;
  }
  
  .intro-text, .intro-image {
    width: 100%;
  }
  
  .experience-badge {
    bottom: -10px;
    right: 10px;
  }
  
  .team-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .language-selector {
    margin-right: 10px;
  }
  
  .intro-image {
    display: none;
  }
  
  .value-card, .contact-card {
    padding: 20px;
  }
  
  .about-title h2, 
  .about-values h3, 
  .about-process h3, 
  .about-team h3, 
  .about-faq h3, 
  .contact-section h3 {
    font-size: 24px;
  }
  
  .team-member {
    flex-direction: column;
  }
  
  .member-photo {
    width: 100%;
    height: 200px;
  }
  
  .contact-form {
    grid-template-columns: 1fr;
  }
  
  .form-group:nth-child(3), 
  .form-group:nth-child(4), 
  .form-group:nth-child(5), 
  .form-group:nth-child(6),
  .submit-btn {
    grid-column: span 1;
  }
}

@media (max-width: 576px) {
  .process-timeline::before {
    left: 20px;
  }
  
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .process-step {
    padding-left: 50px;
  }
  
  .faq-question h4 {
    font-size: 16px;
  }
  
  .contact-form-wrapper {
    padding: 20px;
  }
}