@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;600&display=swap");

body#body-container {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #232956;
    background-color: #f5f5f5;
}
#body-container {
  margin: 0;
  padding: 0;
}

.header {
    width: 100%;
    height: 56px;
    background: #000525;
    box-sizing: border-box;
}

.tabs-card a {
    text-decoration: none;
}

.sbImage {
    width: 100%;
}

.superbahisMenuButton {
    height: 2em;
    display: block;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    border-radius: 0.4em;
    color: black;
    margin: -1em 0 0 0;
    padding: 0.35em 1em;
    font-weight: normal;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
.superbahisMenuButton:hover {
    color: #11afdb;
    font-weight: bold;
}

.rules .pageButton {
    width: 2em;
    padding: 1em;
    font-family: inherit;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    border-radius: 0.35em;
    box-sizing: border-box;
    background: #11afdb;

    display: block;
    width: 15em;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
}

.rules .pageButton:hover {
    background: #ff3752;
    color: #333;
}

.main-nav {
    width: 60%;
}

@media screen and (min-width: 1180px) {
    .header {
        height: 84px;
    }
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 16px 8px 10px 12px;
    box-sizing: border-box;
}

@media screen and (min-width: 1180px) {
    .header-container {
        max-width: 1440px;
        padding: 0 30px;
    }
}

@media screen and (min-width: 1180px) {
    .header-container .main-nav {
        /*display: none;*/
    }
}

.header-container .main-logo img {
    width: 127px;
}

@media screen and (min-width: 1180px) {
    .header-container .main-logo img {
        width: 100%;
        max-width: 240px;
    }
}

.header-container .nav-list {
    display: flex;
    justify-content: center;
    gap: 5px;
    height: 100%;
    padding: 15px 0 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.25;
    box-sizing: border-box;
    list-style: none;
}

.header-container .nav-item {
    text-align: center;
}

.header-container .buttons {
    display: flex;
    gap: 8px;
}

@media screen and (min-width: 1180px) {
    .header-container .buttons {
        gap: 12px;
    }
}

.buttons .registerButton,
.buttons .loginButton {
    width: 78px;
    padding: 6px;
    color: #000525;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.28571;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
}

.buttons .contactButton {
    display: none;
}

@media screen and (min-width: 1180px) {
    .buttons .contactButton {
        display: block;
        align-self: center;
        width: 24px;
        height: 24px;
        background-image: url(../images/contacts.svg);
        background-repeat: no-repeat;
        font-size: 0;
        line-height: 0;
        border: none;
    }
}

@media screen and (min-width: 1180px) {
    .buttons .registerButton,
    .buttons .loginButton {
        width: 106px;
        padding: 13px;
    }
}

.buttons .registerButton {
    background: #ff3752;
}

.buttons .loginButton {
    background: #11afdb;
}

.content-wrapper {
    width: 100%;
    padding: 20px 8px 42px;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (min-width: 1180px) {
    .content-wrapper {
        max-width: 1440px;
        padding: 32px 30px 42px;
    }
}

.tabs {
    width: 100%;
    padding: 0;
    margin: 0 auto 42px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.tabs > input {
    display: none;
}

.tabs > div {
    display: none;
    padding-top: 16px;
    justify-content: center;
    gap: 16px;
}

@media screen and (min-width: 1180px) {
    .tabs > div {
        padding-top: 32px;
        gap: 24px;
    }
}

.tabs > label {
    display: inline-block;
    color: #56576b;
    height: 34px;
    font-size: 14px;
    line-height: 1.28571;
    text-align: center;
    cursor: pointer;
    margin-right: 48px;
}

@media screen and (min-width: 1180px) {
    .tabs > label {
        margin-right: 56px;
    }
}

.tabs > label:last-of-type {
    margin-right: 0;
}

.tabs > input:checked + label {
    position: relative;
    color: #232956;
    font-weight: 700;
}

.tabs > input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #11afdb;
    border-radius: 4px 4px 0px 0px;
}

#sport_tab:checked ~ #area_1,
#casino_tab:checked ~ #area_2,
#canli_casino:checked ~ #area_3 {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1180px) {
    #sport_tab:checked ~ #area_1,
    #casino_tab:checked ~ #area_2,
    #canli_casino:checked ~ #area_3 {
        flex-direction: row;
    }
}

.tabs-card {
    flex: 1 1 33.33333%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.28571;
    filter: drop-shadow(1px 1px 2px rgba(79, 80, 82, 0.05))
        drop-shadow(2px 3px 10px rgba(79, 80, 82, 0.06))
        drop-shadow(2px 3px 15px rgba(79, 80, 82, 0.1));
}

.tabs-card:last-child {
    margin-right: 0;
}

.tabs-card .card-banner {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 1180px) {
    .tabs-card .card-banner {
        height: 190px;
    }
}

.tabs-card .card-banner img {
    width: inherit;
    height: auto;
}

.tabs-card .card-info {
    padding: 20px 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

@media screen and (min-width: 1180px) {
    .tabs-card .card-info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tabs-card .card-info .card-info-wrapper {
    text-align: left;
}

.tabs-card .card-info .card-title {
    margin: 0 0 16px 0;
    color: #1d1d1b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.tabs-card .card-info .card-description {
    margin: 0 0 3em;
    color: #242956;
}

@media screen and (min-width: 1180px) {
    .tabs-card .card-info .card-description {
        margin-bottom: 3em;
    }
}

.tabs-card .card-info .card-link {
    width: 159px;
    padding: 13px;
    background: #11afdb;
    color: #000525;
    font-family: inherit;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
}

.rules {
    max-width: 868px;
    margin: 0 auto;
}

.rules a {
    color: #11afdb;
    text-decoration: underline;
    font-weight: 700;
    font-size: inherit;
    line-height: inherit;
}

.rules h2 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.25;
}

.rules p {
    margin: 0 0 20px;
}

.rules p:last-child {
    margin-bottom: 0;
}

.footer {
    padding: 36px 0 45px;
    background: #000525;
    color: #f8f8f8;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 1180px) {
    .footer {
        padding-bottom: 55px;
    }
}

.footer-payments,
.footer-terms {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-payments {
    gap: 16px;
    margin-bottom: 20px;
}

.footer-text {
    max-width: 838px;
    margin: 0 auto 20px;
}

.footer-text p {
    margin: 0 0 20px;
}

.footer-text {
    margin: 0 16px 32px;
}

@media screen and (min-width: 1180px) {
    .footer-text {
        margin: 0 auto 24px;
    }
}

.footer-terms {
    gap: 32px;
    row-gap: 8px;
}

.footer-terms__link {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.33333;
    text-decoration: none;
}

@media screen and (max-width: 848px) {
    .bottomBanner {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: auto;
        width: auto;
        height: auto;
        border: solid 5px #ff3752;
    }
    .bottomBanner img {
        width: 100%;
        height: auto;
        display: block;
    }
    .header-container .main-nav {
        display: none;
    }
}

.bottomBanner img {
    width: 100%;
    height: auto;
    display: block;
}
