.cookies-infobar {
    position: fixed;
    right: 2px;
    bottom: 2px;
    z-index: 1000;
    width: 100%;
    padding: 20px 15px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    background: #000;
    color: #fff
}

.cookies-infobar__wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px
}

.cookies-infobar.cookies-infobar_accepted {
    display: none
}

.cookies-infobar_wrapper {
    max-width: 850px;
    width: 100%
}

.cookies-infobar_wrapper h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase
}

.cookies-infobar_wrapper p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.cookies-infobar_buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

.cookies-infobar_btn {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
    background: red;
    padding: 10px;
    font-size: 14px;
    color: #000;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cookies-infobar_btn span {
    position: relative;
    z-index: 2
}

.cookies-infobar_btn:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(251, 251, 251, .3);
    box-shadow: 0 0 20px 0 rgba(251, 251, 251, .3);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 5px 0 10px;
    background: rgba(21, 21, 21, .8)
}

.topjackpot-header {
    padding: 10px 0 0
}

.topjackpot-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.topjackpot-header__top img {
    width: 20px
}

.topjackpot-header__top span {
    color: #fff;
    font-size: clamp(.75rem, .699rem + .23vw, .875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.topjackpot-header__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: var(--mb-1)
}

.topjackpot-header__menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topjackpot-header__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.topjackpot-header__link {
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.topjackpot-header__link:hover {
    color: red
}

.top__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.burger {
    position: relative;
    z-index: 1000;
    display: none;
    padding: 0;
    width: 42px;
    height: 20px;
    cursor: pointer
}

.burger__line {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.burger::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: top .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: top .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out, top .2s ease-in-out;
    transition: transform .2s ease-in-out, top .2s ease-in-out;
    transition: transform .2s ease-in-out, top .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.burger::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: bottom .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: bottom .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out, bottom .2s ease-in-out;
    transition: transform .2s ease-in-out, bottom .2s ease-in-out;
    transition: transform .2s ease-in-out, bottom .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.burger--active .burger__line {
    opacity: 0
}

.burger--active::before {
    top: 50%;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger--active::after {
    top: 50%;
    bottom: auto;
    width: 100%;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.no-webp .topjackpot-hero {
    background-image: url(../img/hero.png)
}

.topjackpot-hero {
    position: relative;
    padding: 330px 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.topjackpot-hero__headline {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(1.75rem, 1.188rem + 2.5vw, 3.125rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-hero__text {
    color: #fff;
    font-size: clamp(.875rem, .722rem + .68vw, 1.25rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.topjackpot-hero--contact {
    margin-bottom: 60px
}

.topjackpot-faqs {
    padding: 80px 0
}

.topjackpot-faqs__headline {
    margin-bottom: 40px;
    color: #fff;
    font-size: clamp(1.25rem, .943rem + 1.36vw, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-faqs__subtitle {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(.875rem, .722rem + .68vw, 1.25rem);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-faqs__text {
    color: #fff;
    font-size: clamp(.875rem, .824rem + .23vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.topjackpot-faqs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px
}

.topjackpot-faqs__item {
    padding: 24px;
    border-radius: 10px;
    border: 1px solid red;
    background: -webkit-gradient(linear, left top, right top, from(#373737), to(#131414));
    background: -o-linear-gradient(left, #373737 0, #131414 100%);
    background: linear-gradient(90deg, #373737 0, #131414 100%)
}

.topjackpot-faqs__item p {
    max-width: 90%;
    color: #fff;
    font-size: clamp(.875rem, .824rem + .23vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.topjackpot-faqs__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px
}

.topjackpot-faqs__top h3 {
    color: #fff;
    font-size: clamp(1rem, .949rem + .23vw, 1.125rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-faqs__top img {
    width: 24px;
    height: 24px
}

.topjackpot-about {
    padding: 40px 0;
    background: #2d0000
}

.topjackpot-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.topjackpot-about__image {
    width: 393px;
    height: 235px;
    border-radius: 20px;
    border: 1px solid #fff;
    -o-object-fit: cover;
    object-fit: cover
}

.topjackpot-about__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.topjackpot-about__title {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: clamp(1.25rem, .943rem + 1.36vw, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-about__subtitle {
    color: #fff;
    font-size: clamp(.875rem, .824rem + .23vw, 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.topjackpot-about__text {
    color: #fff;
    font-size: clamp(.875rem, .824rem + .23vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.topjackpot-about__text:not(:last-child) {
    margin-bottom: 15px
}

.topjackpot-about--contact {
    margin-bottom: 80px
}

.topjackpot-contact {
    padding: 0 0 80px
}

.topjackpot-contact__wrapper {
    margin: 0 auto;
    max-width: 600px
}

.topjackpot-contact__title {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
    font-size: clamp(1.25rem, .943rem + 1.36vw, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.topjackpot-contact__form label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: clamp(.875rem, .824rem + .23vw, 1rem);
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.topjackpot-contact__input {
    display: block;
    padding: 15px 10px 15px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #131313;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}

.topjackpot-contact__textarea {
    display: block;
    min-height: 80px;
    resize: none;
    padding: 15px 10px 15px 20px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: #131313;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
}

.topjackpot-contact__btn {
    display: block;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -.16px;
    text-transform: capitalize;
    background: -o-linear-gradient(2deg, #fff 6.47%, #696969 49.8%, #fff 95.09%);
    background: linear-gradient(88deg, #fff 6.47%, #696969 49.8%, #fff 95.09%);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.topjackpot-contact__btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.form-message {
  margin-top: 10px;
  font-size: 16px;
  color: green;
  text-align: center;
  transition: opacity 0.3s ease;
}

.topjackpot-contactpage {
    padding: 110px 0 100px
}

.topjackpot-contactpage__wrapper {
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px;
    border-radius: 24px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .7)
}

.topjackpot-contactpage__pic {
    width: 400px;
    height: 400px;
    aspect-ratio: 1/1
}

.topjackpot-contactpage__form {
    max-width: 715px;
    width: 100%
}

.topjackpot-disclaimer {
    margin-bottom: 80px
}

.topjackpot-disclaimer__wrap {
    padding: 30px 0;
    background: #ba0000
}

.topjackpot-disclaimer__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.topjackpot-disclaimer__title {
    color: #000;
    font-size: clamp(1.25rem, .943rem + 1.36vw, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%
}

.topjackpot-disclaimer__text {
    color: #000;
    font-size: clamp(.875rem, .824rem + .23vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.topjackpot-info {
    padding: 80px 0;
    color: #fff
}

.topjackpot-info__headline {
    margin-bottom: 20px;
    font-size: clamp(1.25rem, .943rem + 1.36vw, 2rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-info__subtitle {
    margin-bottom: 10px;
    font-size: clamp(1rem, .898rem + .45vw, 1.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-info__text {
    font-size: clamp(.875rem, .824rem + .23vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.topjackpot-info__text:not(:last-child) {
    margin-bottom: 40px
}

.topjackpot-important {
    padding: 0 0 80px;
    color: #fff
}

.topjackpot-important__title {
    margin-bottom: 10px;
    font-size: clamp(1rem, .898rem + .45vw, 1.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-important__text {
    font-size: clamp(.875rem, .824rem + .23vw, 1rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.topjackpot-list {
    padding: 80px 0
}

.topjackpot-list__date {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(.875rem, .722rem + .68vw, 1.25rem);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    min-height: 200px;
    padding: 20px 40px;
    border-radius: 10px;
    border: 1px solid red;
    background: #000;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5)
}

.topjackpot-item:not(:last-child) {
    margin-bottom: 20px
}

.topjackpot-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 55px
}

.topjackpot-item__logo {
    max-width: 205px;
    max-height: 95px;
    -o-object-fit: contain;
    object-fit: contain
}

.topjackpot-item__name {
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(.875rem, .466rem + 1.82vw, 1.875rem);
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase
}

.topjackpot-item__rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topjackpot-item__rate p {
    margin-right: 10px;
    color: #fff;
    font-size: clamp(.625rem, .523rem + .45vw, .875rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.topjackpot-item__rate h3 {
    margin-right: 5px;
    color: #fff;
    font-size: clamp(.75rem, .545rem + .91vw, 1.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.topjackpot-item__rate ul {
    gap: 2px
}

.topjackpot-item__rate ul li {
    padding: 2px
}

.topjackpot-item__rate ul img {
    width: 22px;
    height: 22px
}

.topjackpot-item__bonus {
    max-width: 295px;
    color: #fff;
    font-size: clamp(.625rem, .369rem + 1.14vw, 1.25rem);
    font-style: italic;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase
}

.topjackpot-item__link {
    display: block;
    margin-bottom: 10px;
    width: 200px;
    padding: 10px;
    border-radius: 6px;
    background: red;
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition)
}

.topjackpot-item__link:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.topjackpot-item__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    max-width: 140px;
    margin: auto;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #454545
}

.logo {
    width: 205px
}

.topjackpot-footer {
    padding: 40px 0;
    color: #fff;
    background: #000
}

.topjackpot-footer__disclaimer {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px
}

.topjackpot-footer__disclaimer h2 {
    margin-bottom: 10px;
    font-size: clamp(.875rem, .773rem + .45vw, 1.125rem);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.topjackpot-footer__disclaimer p {
    font-size: clamp(.75rem, .699rem + .23vw, .875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.topjackpot-footer__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.topjackpot-footer__link {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-decoration: underline;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition)
}

.topjackpot-footer__link:hover {
    opacity: .7
}

.topjackpot-footer__alert {
    font-size: clamp(1.25rem, .994rem + 1.14vw, 1.875rem);
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.topjackpot-footer__images {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.topjackpot-footer__address {
    font-style: normal;
    text-align: center
}

.topjackpot-footer__address p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.topjackpot-footer__address h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%
}

.topjackpot-footer__address li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

.topjackpot-footer__address li a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #fff;
    text-decoration: underline
}

@media screen and (max-width:1000px) {
    .header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px
    }

    .nav {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 100;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        padding: 150px 30px 50px;
        width: 380px;
        height: 100vh;
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#242424)), #fff;
        background: -o-linear-gradient(top, #000 0, #242424 100%), #fff;
        background: linear-gradient(180deg, #000 0, #242424 100%), #fff;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
        transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out, visibility .2s ease-in-out;
        transition: transform .2s ease-in-out, visibility .2s ease-in-out;
        transition: transform .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s ease-in-out
    }

    .nav--visible {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .topjackpot-header__list {
        position: relative;
        z-index: 5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        gap: 20px
    }

    .topjackpot-header__item {
        width: 100%;
        text-align: left
    }

    .topjackpot-header__link {
        padding-bottom: 0;
        font-size: 20px;
        color: #fff;
        text-align: left
    }

    .topjackpot-header__link::before {
        display: none;
        opacity: 0
    }

    .burger {
        display: block;
        margin-left: auto
    }

    .topjackpot-hero {
        padding: 106px 0 34px
    }

    .topjackpot-list {
        padding-bottom: 60px
    }

    .topjackpot-item {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        max-width: 600px;
        margin: 0 auto;
        padding: 10px
    }

    .topjackpot-item:not(:last-child) {
        margin-bottom: 10px
    }

    .topjackpot-item__info {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-column-span: 2;
        grid-column: 2 span;
        gap: 10px
    }

    .topjackpot-item__link {
        width: 100%
    }

    .topjackpot-item__logo {
        display: block;
        margin: 0 auto
    }
}

@media screen and (max-width:900px) {
    .topjackpot-contactpage {
        padding: 130px 0 30px
    }

    .topjackpot-contactpage__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 15px
    }

    .topjackpot-contactpage__form {
        max-width: 100%
    }

    .topjackpot-contactpage__pic {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:767px) {
    .topjackpot-faqs {
        padding: 60px 0
    }

    .topjackpot-faqs__list {
        margin-bottom: 60px;
        gap: 10px
    }

    .topjackpot-faqs__item {
        padding: 24px 12px
    }

    .topjackpot-faqs_-top {
        margin-bottom: 5px
    }

    .topjackpot-about__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .topjackpot-about__image {
        width: 100%;
        height: 100%
    }

    .topjackpot-contact {
        padding: 0 0 60px
    }

    .topjackpot-contact__title {
        margin-bottom: 20px;
        text-align: center
    }

    .topjackpot-contact__input,
    .topjackpot-contact__textarea {
        margin-bottom: 10px
    }

    .topjackpot-disclaimer {
        margin-bottom: 60px
    }

    .topjackpot-disclaimer__wrap {
        padding: 20px 0
    }

    .topjackpot-info {
        padding: 60px 0
    }

    .topjackpot-important {
        padding: 0 0 60px
    }

    .topjackpot-footer {
        padding: 40px 0
    }

    .topjackpot-footer__disclaimer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }

    .topjackpot-footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .topjackpot-footer__address {
        text-align: left
    }
}

@media screen and (max-width:500px) {
    .topjackpot-item__logo {
        position: relative;
        top: 20px;
        max-width: 100px
    }

    .topjackpot-item__name {
        margin-bottom: 5px
    }

    .topjackpot-item__rate p {
        margin-right: 2px
    }

    .topjackpot-item__rate ul {
        gap: 2px
    }

    .topjackpot-item__rate ul img {
        width: 12px;
        height: 12px
    }

    .topjackpot-item__nav {
        margin-top: -20px
    }

    .topjackpot-item__link {
        padding: 10px 5px
    }
}

@media screen and (width <=1000px) {
    .cookies-infobar__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px
    }

    .cookies-infobar_wrapper {
        max-width: 100%
    }
}

@media screen and (width <=767px) {
    .cookies-infobar_buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px
    }

    .cookies-infobar {
        left: 2px;
        right: 2px;
        margin: auto;
        padding: 14px;
        max-width: 99%
    }
}

@media screen and (width <=600px) {
    .nav {
        width: 100%
    }

    .topjackpot-header__logo {
        width: 216px
    }
}

.webp .topjackpot-hero {
    background-image: url(../img/hero.webp)
}