@font-face {
    font-family: inter;
    src: url("../fjordjackpot_fonts/fjordjackpot_inter-regular.woff2");
}

@font-face {
    font-family: inter-bold;
    src: url("../fjordjackpot_fonts/fjordjackpot_inter-bold.woff2");
}



html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: inter;
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F5FA), to(#DBE9F6));
    background: -o-linear-gradient(top, #F1F5FA 0%, #DBE9F6 100%);
    background: linear-gradient(180deg, #F1F5FA 0%, #DBE9F6 100%);
}

.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.fjordjackpot_header{
    background: url("../fjordjackpot_img/fjordjackpot-header-background.webp") no-repeat center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
}

.fjordjackpot_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F5FA), to(#DBE9F6));
    background: -o-linear-gradient(top, #F1F5FA 0%, #DBE9F6 100%);
    background: linear-gradient(180deg, #F1F5FA 0%, #DBE9F6 100%);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    top: 0px;
    left: 0;
}

.fjordjackpot_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.fjordjackpot_header__box {
    padding-top: 80px;
    padding-bottom: 0px;
}

.fjordjackpot_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 41px;
    padding-left: 0;
    list-style: none;
}

.fjordjackpot_header__burger {
    display: none;
}

.fjordjackpot_header__link {
    color: #201A29;
    text-shadow: 0 0 4px #5350D5;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fjordjackpot_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #201A29;
    text-shadow: 0px 0px 4px #FF0FEB;
    opacity: 0.5;
}

.fjordjackpot_header__block {
    max-width: 700px;
}

.fjordjackpot_header__title {
    color: #FFF;
    font-family: inter-bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.fjordjackpot_header__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.fjordjackpot_header__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 246px;
    padding: 14px 24px;
    border-radius: 10px;
    background: #4530B3;
    text-transform: capitalize;
    text-align: center;
    color: #FFF;

    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fjordjackpot_header__play:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #FFF;
    color: #000;
}

.fjordjackpot_info {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fjordjackpot_info__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.fjordjackpot_info__head{
    color: #201A29;
    font-family: inter-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.fjordjackpot_info__image{
    width: 630px;
    height: 440px;
    background: url("../fjordjackpot_img/fjordjackpot-about-background.webp") no-repeat center;
    background-size: 630px;
}

.fjordjackpot_info__box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
}

.fjordjackpot_info__content {
    max-width: 530px;
}
.fjordjackpot_info__sub {
    color: #1A291C;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fjordjackpot_info__title {
    color: #201A29;
    font-family: inter-bold;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.fjordjackpot_info__text{
    color: #201A29;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.fjordjackpot_images{
    background: url("../fjordjackpot_img/fjordjackpot-body-background.webp") no-repeat center;
    background-size: cover;
    height: 300px;
    padding: 80px 100px;
}

.fjordjackpot_why {
    padding-top: 80px;
    padding-bottom: 80px;
}
.fjordjackpot_why__title {
    color: #201A29;
    text-align: center;
    font-family: inter-bold;
    font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.fjordjackpot_why__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    margin-bottom: 40px;
}
.fjordjackpot_why__wrap:last-child{
    margin-bottom: 0;
}
.fjordjackpot_why__one {
    width: 580px;
    height: 400px;
    background: url("../fjordjackpot_img/fjordjackpot-why-image-1.webp") no-repeat center;
    border-radius: 20px;
}
.fjordjackpot_why__content {
    max-width: 580px;
    width: 100%;
}
.fjordjackpot_why__head{
    color: #201A29;
    font-family: inter-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fjordjackpot_why__text {
    color: #201A29;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.fjordjackpot_why__two {
    width: 580px;
    height: 400px;
    background: url("../fjordjackpot_img/fjordjackpot-why-image-2.webp") no-repeat center;
    border-radius: 20px;
}


.fjordjackpot__play {
    padding-top: 80px;
    padding-bottom: 80px;
}
.fjordjackpot__play__title {
    color: #201A29;
    text-align: center;
    font-family: inter-bold;
    font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.fjordjackpot__play__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 66px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.fjordjackpot__play__item {
    max-width: 260px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
}
.fjordjackpot__play__img {
    margin-bottom: 12px;
}
.fjordjackpot__play__name {
    color: #201A29;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.fjordjackpot__play__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: #4530B3;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fjordjackpot__play__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}
.fjordjackpot_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #201A29;
}
.fjordjackpot_footer__inner {
    margin-bottom: 24px;
}
.fjordjackpot_footer__head {
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}
.fjordjackpot_footer__text {
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
}
.fjordjackpot_footer__networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.fjordjackpot_footer__age {
    width: 84px;
    height: 40px;
    background: url("../fjordjackpot_img/fjordjackpot-footer-icon-age.webp") no-repeat center;
}
.fjordjackpot_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-bottom: 24px;
}
.fjordjackpot_footer__link {
    color: #F1F1F1;
    font-family: inter-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fjordjackpot_footer__link:hover {
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fjordjackpot_footer__sup{
    color: #A1A1A1;
    text-align: center;
    font-family: inter-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
}

.fjordjackpot__games__title {
    color: #201A29;
    text-align: center;
    font-family: inter-bold;
    font-size: 38px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.fjordjackpot__games__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.fjordjackpot__games__item {
    border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
}
.fjordjackpot__games__img {
    margin-bottom: 12px;
}
.fjordjackpot__games__name {
    color: #201A29;
    text-align: center;
    font-family: inter-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}
.fjordjackpot__games__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: #4530B3;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fjordjackpot__games__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.fjordjackpot_contact__wrap {
    max-width: 900px;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    background: #FFF;
    margin: 0 auto;
}
.fjordjackpot_contact__title {
    color: #201A29;
    font-family: inter-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fjordjackpot_contact__inner {
    margin-bottom: 24px;
}
.fjordjackpot_contact__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    color: #201A29;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.fjordjackpot_contact__email::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 24px;
    height: 24px;
    background: url("../fjordjackpot_img/fjordjackpot-contact-icon-email.png") no-repeat center;
}
.fjordjackpot_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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.fjordjackpot_contact__label {
    color: #201A29;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}
.fjordjackpot_contact__input {
    padding: 14px 16px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #E6E6E6;
    background: #FFF;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}
.fjordjackpot_contact__message {
    padding: 14px 16px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #E6E6E6;
    background: #FFF;
    color: #999;
    height: 100px;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
    resize: none;
}
.fjordjackpot_contact__messages {
    text-align: center;
    width: 100%;
    font-size: 12px;
    display: none;
}
.fjordjackpot_contact__btn {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    width: 246px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 10px;
    background: #4530B3;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fjordjackpot_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.info__title,
.content__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.header__img_mob {
    display: none;
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.mob{
    display: none;
}

.mobs{
    display: none;
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fjordjackpot_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fjordjackpot_header_btns{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .fjordjackpot_header__links {
        display: none;
    }

    .fjordjackpot_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 22px;
    }

    /* Эффект перекрестия */
    .fjordjackpot_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 1px;
            -ms-transform-origin: 1px;
                transform-origin: 1px;
    }

    .fjordjackpot_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .fjordjackpot_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
            -ms-transform-origin: 5px;
                transform-origin: 5px;
    }

    .fjordjackpot_header__line {
        height: 2px;
        background-color: #000;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 30px;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 88px;
        left: 0;
        width: 100%;
        max-width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(#F1F5FA), to(#DBE9F6));
        background: -o-linear-gradient(top, #F1F5FA 0%, #DBE9F6 100%);
        background: linear-gradient(180deg, #F1F5FA 0%, #DBE9F6 100%);
        -webkit-backdrop-filter: blur(15px);
                backdrop-filter: blur(15px);
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        align-items: center;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__img_mob {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc {
        display: none;
    }

    .fjordjackpot_header__block {
        max-width: 100%;
        z-index: 10;
    }

    .fjordjackpot_header__subtitle{
        text-align: center;
    }

    .fjordjackpot_testimonials__items {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }

    .fjordjackpot_info__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc{
        display: none;
    }


    .fjordjackpot_testimonials__item{
        max-width: 100%;
        min-height: auto;
    }

    .fjordjackpot_header__sub{
        text-align: center;
    }

    .fjordjackpot_header__title{
        text-align: center;
    }

    .fjordjackpot__play__items{
        gap: 16px;
    }

    .fjordjackpot_info__box{
        gap: 24px;
    }

    .fjordjackpot_info__content{
        max-width: 45vw;
    }

    .fjordjackpot_info__image{
        border-radius: 20px;
        width: 500px;
        height: 340px;
        background: url(../fjordjackpot_img/fjordjackpot-about-background.webp) no-repeat center;
        background-size: 500px;
    }

    .fjordjackpot_why__wrap{
        gap: 24px;
    }

    .fjordjackpot_why__content{
        max-width: 40vw;
    }

    .fjordjackpot_why__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .fjordjackpot_why__content{
        max-width: 100%;
    }

    .fjordjackpot_why__wrap{
        margin-bottom: 24px;
    }

    .fjordjackpot_why__one {
        width: 500px;
        height: 345px;
        background: url(../fjordjackpot_img/fjordjackpot-why-image-1.webp) no-repeat center;
        background-size: 500px;
        border-radius: 20px;
    }

    .fjordjackpot_why__two {
        width: 500px;
        height: 345px;
        background: url(../fjordjackpot_img/fjordjackpot-why-image-2.webp) no-repeat center;
        background-size: 500px;
        border-radius: 20px;
    }

    .fjordjackpot_header__title{
        font-size: 40px;
    }
}


@media (max-width: 991px) {
    .fjordjackpot_info__box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .fjordjackpot_info__image{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .fjordjackpot_info__content{
        max-width: 100%;
    }

    .fjordjackpot_info__text:last-child{
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fjordjackpot_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fjordjackpot_header__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .fjordjackpot_header__subtitle{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .fjordjackpot_header__play {
        max-width: 100%;
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .fjordjackpot_header {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fjordjackpot_header__box {
        padding-top: 75px;
    }

    .fjordjackpot_header__logo {
        max-width: 92px;
    }

    .desc__top {
        padding-top: 140px;
        padding-bottom: 50px;
    }

    .fjordjackpot_info{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fjordjackpot_info__title{
        font-size: 24px;
        margin-bottom: 24px;
        text-align: left;
    }

    .fjordjackpot_info__head{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .fjordjackpot_info__text{
        font-size: 14px;
    }

    .fjordjackpot_info__text:last-child{
        margin-bottom: 0;
    }

    .fjordjackpot_info__sub{
        font-size: 14px;
    }

    .desc__top {
        padding-top: 130px;
        padding-bottom: 50px;
    }

    .fjordjackpot_info__image{
        border-radius: 20px;
        width: 280px;
        height: 190px;
        background: url(../fjordjackpot_img/fjordjackpot-about-background.webp) no-repeat center;
        background-size: 280px;
    }

    .fjordjackpot_why__one {
        width: 280px;
        height: 190px;
        background: url(../fjordjackpot_img/fjordjackpot-why-image-1.webp) no-repeat center;
        background-size: 280px;
        border-radius: 20px;
    }

    .fjordjackpot_why__two {
        width: 280px;
        height: 190px;
        background: url(../fjordjackpot_img/fjordjackpot-why-image-2.webp) no-repeat center;
        background-size: 280px;
        border-radius: 20px;
    }

    .menu{
        top: 77px;
    }

    .fjordjackpot_header {
        background: url(../fjordjackpot_img/fjordjackpot-header-background-mob.webp) no-repeat center;
        background-size: cover;
    }

    .fjordjackpot_images {
        background: url(../fjordjackpot_img/fjordjackpot-body-background-mob.webp) no-repeat center;
        background-size: cover;
        height: 200px;
        padding: 80px 100px;
    }

    .fjordjackpot_why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fjordjackpot_why__title{
        font-size: 24px;
        margin-bottom: 24px;
    }

    .fjordjackpot_why__head{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .fjordjackpot_why__text{
        font-size: 14px;
    }

    .fjordjackpot__play {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fjordjackpot__play__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .fjordjackpot_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .fjordjackpot_footer__inner{
        margin-bottom: 16px;
    }

    .fjordjackpot_footer__networks{
        margin-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .fjordjackpot_footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
        margin-bottom: 16px;
    }

    .fjordjackpot__games__items{
        gap: 16px;
    }

    .fjordjackpot__games__title{
        font-size: 24px;
        margin-bottom: 24px;
    }

    .fjordjackpot_contact__wrap{
        padding: 8px;
        border-radius: 0;
    }

    .fjordjackpot_contact__title{
        margin-bottom: 16px;
    }

    .fjordjackpot_contact__input{
        margin-bottom: 12px;
    }

    .fjordjackpot_contact__btn{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }
}