body {
    font-family: 'Roboto', sans-serif;
    background-color: hsl(210, 20%, 95%);
    color: hsl(210, 10%, 20%);
    line-height: 1.6;
    overflow-x: hidden;
}
html{
      overflow-x: hidden; 
}
h1, h2, h3, h4, h5, h6 {
    color: hsl(210, 80%, 35%);
    font-weight: 700;
}

.text-muted-custom {
    color: #6c757d;
}

.top-info-bar {
    background-color: hsl(45, 100%, 50%);
    color: hsl(210, 10%, 20%);
    font-size: 0.9rem;
}
.accordion-button{
    font-size: 0.9rem;
}
.header-main {
    background-color: hsl(210, 80%, 35%);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.header-main .navbar-brand .site-title {
    color: #fff;
    font-size: 1.5rem;
}

.header-main .navbar-brand .logo-img {
    height: 40px;
    width: auto;
}

.header-main .nav-link {
    color: #fff !important;
    font-weight: 400;
    padding: 0.5rem 1rem;
}

.header-main .nav-link:hover {
    color: hsl(45, 100%, 50%) !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-block {
    background-size: cover;
    background-position: center;
    min-height: 600px;
    position: relative;
}

.hero-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-block > .container {
    position: relative;
    z-index: 2;
}

.hero-block h1 {
    color: #fff;
    font-size: 3.5rem;
}

.hero-block p.lead {
    color: #f8f9fa;
    font-size: 1.25rem;
}

.hero-cta-btn {
    background-color: hsl(45, 100%, 50%);
    border-color: hsl(45, 100%, 50%);
    color: hsl(210, 80%, 35%);
    font-weight: 700;
    padding: 0.75rem 2rem;
    text-decoration: none;
}

.hero-cta-btn:hover {
    background-color: hsl(45, 100%, 60%);
    border-color: hsl(45, 100%, 60%);
    color: hsl(210, 80%, 35%);
}

.section-block {
    padding: 60px 0;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    position: relative;
    display:block;
    color: hsl(210, 80%, 35%);
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: hsl(45, 100%, 50%);
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}


.img-fluid {
    max-width: 100%;
    height: auto;
}

.rounded {
    border-radius: 0.5rem !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.offer-card {
    background-color: hsl(210deg 23.4% 15.23%);
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    transition: none;
    align-items: stretch;
}

.offer-card-img-link {
    display: block;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 0.5rem;
}

.offer-card-img-link .offer-logo {
    width: 100%;
    height: 220px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.offer-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offer-title {
    color: hsl(210, 80%, 35%);
    font-size: 1.75rem;
}

.offer-description {
    font-size: 0.95rem;
    color: white;
}

.offer-rating {
    font-weight: 700;
    color: hsl(210, 80%, 35%);
}

.offer-bonus {
    font-weight: 500;
    color: white;
}

.offer-advantages li {
    font-size: 0.9rem;
    color: white;
}

.offer-license .license-link {
    color: hsl(210, 80%, 35%);
    font-weight: 700;
}
.cocki-block{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.offer-card-cta .btn {
    width: fit-content!important;
    background-color: hsl(210, 100%, 50%);
    border-color: hsl(210, 100%, 50%);
    color: #fff;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
}

.offer-card-cta .btn:hover {
    background-color: hsl(210, 100%, 40%);
    border-color: hsl(210, 100%, 40%);
    color: #fff;
}

.bg-light-blue {
    background-color: hsl(210, 20%, 92%);
}

.accordion-button {
    background-color: hsl(210, 80%, 35%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0.25rem;
}

.accordion-button:not(.collapsed) {
    background-color: hsl(210, 100%, 50%);
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-item {
    margin-bottom: 10px;
    border: none;
    border-radius: 0.25rem;
    overflow: hidden;
}

.accordion-body {
    background-color: #fff;
    color: hsl(210, 10%, 20%);
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
}

.review-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    height: 100%;
}

.review-avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid hsl(45, 100%, 50%);
}

.review-author {
    color: hsl(210, 80%, 35%);
    font-size: 1.15rem;
}

.review-date {
    font-size: 0.85rem;
}

.disclaimer-block {
    background-color: hsl(210, 20%, 88%);
    padding: 60px 0;
}

.disclaimer-content {
    background-color: #fff;
    border: 2px solid hsl(45, 100%, 50%);
    padding: 2rem;
    position: relative;
}

.disclaimer-title {
    color: hsl(210, 80%, 35%);
    font-size: 1.8rem;
}

.disclaimer-subtitle {
    color: hsl(210, 80%, 35%);
    font-size: 1.3rem;
}

.disclaimer-content p, .disclaimer-content li {
    color: hsl(210, 10%, 25%);
}

.disclaimer-content a {
    color: hsl(210, 100%, 50%);
    font-weight: 500;
}

.disclaimer-content a:hover {
    color: hsl(210, 100%, 40%);
}

.footer-main {
    background-color: hsl(210deg 23.4% 15.23%);
    color: #fff;
    padding: 40px 0;
}

.footer-main .navbar-brand .site-title {
    color: #fff;
    font-size: 1.5rem;
}

.footer-main .navbar-brand .logo-img {
    height: 40px;
    width: auto;
}

.footer-links a {
    color: #fff;
    font-size: 0.95rem;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    color: hsl(45, 100%, 50%);
}

.footer-logos {
    gap: 15px;
}

.footer-logo-img {
    height: auto;
    max-width: 100px;
    width: auto;
    object-fit: contain;
    filter: none;
}

.cookie-banner {
    background-color: hsl(210, 80%, 25%) !important;
    color: #fff !important;
    z-index: 1040;
    border-top: 2px solid hsl(45, 100%, 50%);
}

.cookie-banner p a {
    color: hsl(45, 100%, 50%) !important;
}

.cookie-banner .btn-primary {
    background-color: hsl(210, 100%, 50%);
    border-color: hsl(210, 100%, 50%);
    color: #fff;
    text-decoration: none;
}

.cookie-banner .btn-primary:hover {
    background-color: hsl(210, 100%, 40%);
    border-color: hsl(210, 100%, 40%);
}

.cookie-banner .btn-outline-secondary {
    border-color: #319af5;
    color: #409ff3;
    text-decoration: none;
}

.cookie-banner .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: #fff;
}

@media (max-width: 991.98px) {

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
        width: 100%;
        text-align: left;
    }

    .hero-block h1 {
        font-size: 2.5rem;
    }

    .hero-block p.lead {
        font-size: 1rem;
    }

    .section-title {
        font-size: 2rem;
    }

    #about .section-title::after, #info .section-title::after, #anj-importance .section-title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .offer-card {
        flex-direction: column;
        text-align: center;
    }

    .offer-card-img-link {
        margin-bottom: 1rem !important;
        margin-right: 0 !important;
    }

    .offer-card-cta {
        margin-top: 1rem !important;
        margin-left: 0 !important;
        width: 100%;
    }

    .offer-card-cta .btn {
        width: 100%;
    }

    .disclaimer-content {
        padding: 1.5rem;
    }

    .disclaimer-title {
        font-size: 1.5rem;
    }

    .disclaimer-subtitle {
        font-size: 1.1rem;
    }

    .footer-links a {
        display: block;
        margin: 5px 0;
    }

    .footer-logos {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    .footer-logo-img {
        max-width: 100px;
    }
}

@media (max-width: 767.98px) {
    .hero-block {
        min-height: 400px;
    }

    .hero-block h1 {
        font-size: 2rem;
    }

    .hero-block p.lead {
        font-size: 0.9rem;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .review-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .review-avatar {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    .cookie-banner .container {
        flex-direction: column;
    }

    .cookie-banner .d-flex {
        width: 100%;
        justify-content: center;
    }

    .cookie-banner p {
        text-align: center !important;
        margin-bottom: 10px !important;
    }
}
.legalDomeBlock {
    /* Basic spacing for the content block */
    padding: 2rem 2.5rem; /* Top/bottom padding, left/right padding */
    margin-top: 2rem; /* Top margin for separation from preceding content */
    margin-bottom: 2rem; /* Bottom margin */
    line-height: 1.6; /* Standard line height for readability */
    font-family: Arial, sans-serif; /* A common, readable font */
    color: #333; /* Dark grey for text */
}

.legalDomeBlock p {
    /* Paragraph styles */
    font-size: 1rem; /* Base font size, typically 16px */
    margin-bottom: 1rem; /* Space after each paragraph */
}

.legalDomeBlock h1 {
    /* Heading 1 styles */
    font-size: 2.2rem; /* Moderate size for main heading */
    font-weight: 700; /* Bold */
    margin-top: 2.5rem; /* Space before heading */
    margin-bottom: 1.2rem; /* Space after heading */
    line-height: 1.2;
    color: #222; /* Slightly darker color for headings */
}

.legalDomeBlock h2 {
    /* Heading 2 styles */
    font-size: 1.8rem; /* Moderate size */
    font-weight: 600; /* Semi-bold */
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #222;
}

.legalDomeBlock h3 {
    /* Heading 3 styles */
    font-size: 1.5rem; /* Moderate size */
    font-weight: 600;
    margin-top: 1.8rem;
    margin-bottom: 0.9rem;
    line-height: 1.4;
    color: #222;
}

.legalDomeBlock h4 {
    /* Heading 4 styles */
    font-size: 1.3rem; /* Moderate size */
    font-weight: 500; /* Medium weight */
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    line-height: 1.5;
    color: #333;
}

.legalDomeBlock h5 {
    /* Heading 5 styles */
    font-size: 1.15rem; /* Moderate size */
    font-weight: 500;
    margin-top: 1.2rem;
    margin-bottom: 0.7rem;
    line-height: 1.5;
    color: #333;
}

.legalDomeBlock ul {
    /* Unordered list styles */
    list-style: disc; /* Default disc bullet */
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1.5rem; /* Indent for list items */
    padding-left: 0; /* No extra padding */
}

.legalDomeBlock li {
    /* List item styles */
    font-size: 1rem;
    margin-bottom: 0.5rem; /* Space between list items */
}
@media (max-width: 991.98px) {
  .navbar { position: relative; z-index: 1000; }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); /* центрируем по вьюпорту */
    width: 100vw;                /* ровно ширина окна */
    box-sizing: border-box;
    padding: 1rem;
    background: hsl(210 80% 35%);
    border-radius: 0 0 .5rem .5rem;
  }
}
