@font-face {
    font-family: montserrat;
    src: url("../suomibetswin_fonts/suomibetswin_montserrat-regular.woff2")
}

@font-face {
    font-family: montserrat-bold;
    src: url("../suomibetswin_fonts/suomibetswin_montserrat-bold.woff2")
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%
}

body {
    background: #FFF;
    font-family: montserrat;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto
}

.suomibetswin_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
}

.suomibetswin_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: 15px;
    padding-bottom: 15px
}

.suomibetswin_header__box {
    padding-top: 80px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}


.suomibetswin_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.suomibetswin_header__burger {
    display: none
}

.suomibetswin_header__link {
    color: #020012;
    font-family: montserrat-bold;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.suomibetswin_header__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #E900AF 
}

.suomibetswin_header__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.suomibetswin_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 30px;
}

.suomibetswin_header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.suomibetswin_header__lang {
    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: 29px;
    height: 24px;
    border-radius: 5000px;
}
.suomibetswin_header__lang:nth-child(1){
    background: url("../suomibetswin_img/suomibetswin-lang-en.webp") no-repeat 3px center;
}
.suomibetswin_header__lang:nth-child(2){
    background: url("../suomibetswin_img/suomibetswin-lang-hu.webp") no-repeat 3px center;
}
.suomibetswin_header__age {
    width: 46px;
    height: 46px;
    background: url("../suomibetswin_img/suomibetswin-header-icon-age.webp") no-repeat center;
}

.suomibetswin_header {
    padding-top: 83px;
    padding-bottom: 83px;
    background: url("../suomibetswin_img/suomibetswin-header-background.webp") no-repeat center;
    background-size: cover;
}

.suomibetswin_header__play{
   color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: montserrat-bold;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 61px;
    padding: 12px 24px;
    text-transform: uppercase;
    width: 238px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#22FFE5), to(#0185BD));
    background: -o-linear-gradient(top, #22FFE5 0%, #0185BD 100%);
    background: linear-gradient(180deg, #22FFE5 0%, #0185BD 100%);
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.suomibetswin_header__play:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.suomibetswin_ready {
    padding-top: 80px;
    padding-bottom: 80px;
}
.suomibetswin_ready__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../suomibetswin_img/suomibetswin-join-background.webp") no-repeat center left;
    padding-top: 80px;
    padding-bottom: 80px;
}
.suomibetswin_ready__content {
    max-width: 600px;
    width: 100%;
}
.suomibetswin_ready__title {
    color: #020012;
    font-family: montserrat-bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 72px */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.suomibetswin_ready__subtitle{
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

.suomibetswin_benefits {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000D72;
}
.suomibetswin_benefits__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.suomibetswin_benefits__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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}
.suomibetswin_benefits__item {
    max-width: 397px;
    width: 100%;
    padding: 16px;
    border-radius: 30px;
    background: #FFF;
}
.suomibetswin_benefits__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 13px;
}
.suomibetswin_benefits__number {
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 140%;
    width: 39px;
    height: 39px;
    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;
    background-color: #000D72;
    border-radius: 100%
}
.suomibetswin_benefits__head {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}
.suomibetswin_benefits__text {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.suomibetswin_find {
    padding-top: 40px;
    padding-bottom: 40px;
}
.suomibetswin_find__title {
    color: #272727;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.suomibetswin_find__link {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    padding: 12px 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: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#22FFE5), to(#0185BD));
    background: -o-linear-gradient(top, #22FFE5 0%, #0185BD 100%);
    background: linear-gradient(180deg, #22FFE5 0%, #0185BD 100%);
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.suomibetswin_find__link:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.suomibetswin_review {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000D72;
}
.suomibetswin_review__title {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.suomibetswin_review__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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
}
.suomibetswin_review__item {
    padding: 16px;
    border-radius: 30px;
    background: #FFF;
    max-width: 397px;
    width: 100%;
}
.suomibetswin_review__head {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 13px;
}
.suomibetswin_review__text {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}


.header__lang {
    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;
    border: 1px solid #E900AF;
    width: 32px;
    height: 32px;
}

.suomibetswin_contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000D72;
}
.suomibetswin_contact__wrap {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.suomibetswin_contact__title {
    color: #FFF;
    font-family: montserrat-bold;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.suomibetswin_contact__subtitle{
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}
.suomibetswin_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: center;
        -ms-flex-align: center;
            align-items: center;
}
.suomibetswin_contact__input {
    color: #272727;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border: none;
    height: 46px;
    padding: 14px 20px;
    width: 100%;
    border-radius: 100px;
    background: #FFF;
    margin-bottom: 20px;
}
.suomibetswin_contact__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #020012;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    border: none;
    height: 46px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 100px;
    background: #FFF;
    margin-bottom: 20px;
    resize: none;
}
.suomibetswin_contact__btn {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-family: montserrat-bold;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    padding: 12px 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: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#22FFE5), to(#0185BD));
    background: -o-linear-gradient(top, #22FFE5 0%, #0185BD 100%);
    background: linear-gradient(180deg, #22FFE5 0%, #0185BD 100%);
    width: 300px;
    border: none;
    cursor: pointer;
    margin-bottom: 16px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.suomibetswin_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #FFF;
}
.suomibetswin_contact__messages {
    font-size: 20px;
    display: none;
    color: #fff;
}

.suomibetswin_games {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #000D72;
}
.suomibetswin_games__title {
    color: #FFF;
    font-family: montserrat-bold;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.suomibetswin_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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
}
.suomibetswin_games__item {
    max-width: 298px;
    width: 100%;
}
.suomibetswin_games__img {
    margin-bottom: 10px;
}
.suomibetswin_games__name {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    line-height: 120%; 
    margin-bottom: 20px;
}
.suomibetswin_games__link {
    color: #fff;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 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: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#22FFE5), to(#0185BD));
    background: -o-linear-gradient(top, #22FFE5 0%, #0185BD 100%);
    background: linear-gradient(180deg, #22FFE5 0%, #0185BD 100%);
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.suomibetswin_games__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #FFF;
}


.suomibetswin_footer {
    padding-top: 40px;
    padding-bottom: 40px;
}
.suomibetswin_footer__logo {
    margin-bottom: 20px;
}
.suomibetswin_footer__inner {
    margin-bottom: 20px;
}
.suomibetswin_footer__head {
    color: #020012;
    font-family: montserrat-bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.suomibetswin_footer__text {
    color: #020012;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; 
}
.suomibetswin_footer__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;
    margin-bottom: 20px;
}
.suomibetswin_footer__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.suomibetswin_footer__link {
    color: #020012;
    font-family: montserrat-bold;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.suomibetswin_footer__link:hover {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #E900AF;
}
.suomibetswin_footer__email {
    color: #020012;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 20px;
}
.suomibetswin_footer__sup {
    color: #020012;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.suomibetswin_footer__age{
    width: 46px;
    height: 46px;
    background: url(../suomibetswin_img/suomibetswin-header-icon-age.webp) no-repeat center;
}

.footer__nav{
    margin-bottom: 20px;
}

.modal {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    z-index: 10000;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.modal__age{
    color: #020012;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%; 
    text-transform: uppercase;
}

.modal__title {
    color: #020012;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%; 
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal__subtitle{
    color: #020012;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.modal__titleadd {
    color: #FFF;
    text-align: center;
    font-family: montserrat-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.modal__text {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px
}

.modal__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.modal__btn {
    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: none;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#22FFE5), to(#0185BD));
    background: -o-linear-gradient(top, #22FFE5 0%, #0185BD 100%);
    background: linear-gradient(180deg, #22FFE5 0%, #0185BD 100%);
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: montserrat-bold;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no {
    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: none;
    border-radius: 100px;
    font-family: montserrat-bold;
    border: 2px solid #FFF;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__no:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__btn:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 15px;
    border: 1px solid #4484BA;
    width: 100%;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__link:hover {
    background: #ff8235;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.modal__content {
    position: relative;
    top: 0;
    border-radius: 30px;
    background: #E7E7E7;
    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;
    padding: 20px;
    max-width: 420px;
    width: 100%
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: 700
}

.modal__close:focus,
.modal__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.content__title,
.info__title {
    color: #272727;
    font-family: montserrat-bold;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px
}

.info__head,
.terms__subtitle {
    color: #020012;
    
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px
}

.terms__list{
    margin-bottom: 20px;
    padding-left: 30px;
}

.info__text,
.terms__text {
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px
}

.terms__info{
    color: #272727;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.desc__top {
    padding-top: 120px;
    padding-bottom: 50px
}

.terms__link{
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.terms__link:hover {
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.mobile{
    display: none;
}

@media (max-width:1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .suomibetswin_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .suomibetswin_header__links {
        display: none
    }

    .suomibetswin_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
    }

    .suomibetswin_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .suomibetswin_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .suomibetswin_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
    }

    .suomibetswin_header__line {
        height: 2px;
        background-color: #020012;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        background: #FFF;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 76px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop{
        display: none;
    }

    .suomibetswin_ready__content{
        max-width: 46vw;
    }

    .suomibetswin_ready__wrap {
        background: url(../suomibetswin_img/suomibetswin-join-background.webp) no-repeat center left;
        padding-top: 100px;
        padding-bottom: 100px;
        background-size: 450px
    }

    .suomibetswin_header__wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
    }

    .suomibetswin_ready__title{
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .suomibetswin_ready__content{
        max-width: 100%;
    }

    .suomibetswin_ready__wrap {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .suomibetswin_ready__mob{
        max-width: 320px;
        width: 100%;
        min-height: 209px;
        background: url("../suomibetswin_img/suomibetswin-join-background.webp") no-repeat center;
        background-size: 320px;
    }

    .suomibetswin_ready__content{
        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;
    }

    .suomibetswin_ready__subtitle{
        margin-bottom: 20px;
    }

    .suomibetswin_footer__nav{
        -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;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 20px;
    }

    .suomibetswin_footer__age{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .suomibetswin_header__title{
        font-size: 45px;
    }

    .content__title, .info__title{
        font-size: 35px;
    }
}

@media (max-width:575px) {
    .body__container {
        padding-left: 13px;
        padding-right: 13px
    }

    .suomibetswin_header__fixed {
        padding-left: 13px;
        padding-right: 13px
    }

    .suomibetswin_header__icon{
        max-width: 154px;
    }

    .menu{
        top: 76px;
    }

    .suomibetswin_header__box{
        padding-top: 70px;
    }

    .suomibetswin_header__title{
        font-size: 34px;
        margin-bottom: 20px;
    }

    .suomibetswin_header__subtitle{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .suomibetswin_ready__title{
        font-size: 32px;
        text-align: left;
    }

    .suomibetswin_ready{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .suomibetswin_ready__mob{
        border-radius: 30px;
    }

    .suomibetswin_contact__title{
        font-size: 32px;
        margin-bottom: 20px;
        text-align: left;
    }

    .suomibetswin_header {
        padding-top: 60px;
        padding-bottom: 60px;
        background: url(../suomibetswin_img/suomibetswin-header-background-mob.webp) no-repeat center;
        background-size: cover;
    }

    .suomibetswin_contact__subtitle{
        margin-bottom: 20px;
        text-align: left;
        font-size: 16px;
    }

    .suomibetswin_contact__input{
        margin-bottom: 10px;
    }

    .suomibetswin_contact__btn{
        width: 100%;
    }

    .suomibetswin_header__play{
        padding: 12px 24px;
        width: 100%;
    }

    .suomibetswin_contact{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .suomibetswin_footer__items{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .desc__top {
        padding-top: 120px;
        padding-bottom: 50px
    }

    .suomibetswin_games{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .suomibetswin_games__title{
        margin-bottom: 30px;
        font-size: 32px;
    }

    .suomibetswin_find__title{
        font-size: 32px;
        text-align: left;
    }

    .suomibetswin_review__title{
        font-size: 32px;
    }

    .suomibetswin_games__items{
        gap: 20px;
    }

    .suomibetswin_ready__subtitle{
        font-size: 16px;
    }

    .suomibetswin_benefits {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .suomibetswin_benefits__title{
        font-size: 32px;
    }

    .suomibetswin_benefits__items{
        gap: 8px;
    }

    .suomibetswin_find {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .suomibetswin_review {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .suomibetswin_review__items{
        gap: 8px;
    }

    .suomibetswin_contact__input{
        font-size: 16px;
    }

    .suomibetswin_footer__link{
        font-size: 14px;
    }

    .suomibetswin_footer__sup{
        font-size: 12px;
    }

    .content__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .info__text, .terms__text{
        font-size: 14px;
    }

    .terms__info{
        font-size: 14px;
    }
}