@font-face {
    font-family: helvetica;
    src: url("../sadbgnje_fonts/sadbgnje_helvetica.woff2");
}

@font-face {
    font-family: helvetica-bold;
    src: url("../sadbgnje_fonts/sadbgnje_helvetica-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: helvetica;
    background: #1d67b1;
    background-size: cover;
}

.body-page {
    background: none;
}

.page__container {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    background: url("../sadbgnje_images/sadbgnje_body-page.webp") no-repeat center;
    gap: 20px;
    background-size: cover;
    overflow-y: auto;
}

.sadbgnje_page__header {
    color: #FFF;
    text-align: center;
    text-shadow: 0 2px 20px #000;
    font-family: helvetica-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.body__container {
    margin: 0 auto;
}

.sadbgnje_quiz_1__inner {
    padding-top: 60px;
    padding-bottom: 20px;
    gap: 20px;
    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;
}

.sadbgnje_quiz_1__sup{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.sadbgnje_quiz_1__logo {
    width: 405px;
    height: 70px;
    background: url("../sadbgnje_images/sadbgnje_quiz-logo.webp") no-repeat center;
}

.sadbgnje_quiz_1__header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sadbgnje_quiz_1__title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 10px #000;
    font-family: helvetica-bold;
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 93.6px */
    text-transform: uppercase;
    max-width: 1188px;
    margin: 0 auto;
}

.sadbgnje_quiz_1__center {
    padding-top: 40px;
    padding-bottom: 40px;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.00)), color-stop(25%, rgba(0, 0, 0, 0.64)), color-stop(75%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.00)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -o-border-image: -o-linear-gradient(left,
            rgba(247, 247, 247, 0) 0%,
            rgba(247, 247, 247, 1) 50%,
            rgba(247, 247, 247, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear,
            left top, right top,
            from(rgba(247, 247, 247, 0)),
            color-stop(50%, rgba(247, 247, 247, 1)),
            to(rgba(247, 247, 247, 0))) 1 stretch;
       border-image: linear-gradient(90deg,
            rgba(247, 247, 247, 0) 0%,
            rgba(247, 247, 247, 1) 50%,
            rgba(247, 247, 247, 0) 100%) 1 stretch;
}

.sadbgnje_quiz_1__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 1188px;
    margin: 0 auto;
    /* 31.2px */
}

.sadbgnje_quiz_1__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: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: -o-radial-gradient(50% 42.44%, 57.56% 50%, #0C1219 0%, rgba(12, 18, 25, 0.00) 100%);
    background: radial-gradient(57.56% 50% at 50% 42.44%, #0C1219 0%, rgba(12, 18, 25, 0.00) 100%);
}

.sadbgnje_quiz_1__item {
    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;
    gap: 10px;
    max-width: 265px;
    width: 100%;
}

.sadbgnje_quiz_1__item:nth-child(1)::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: 80px;
    height: 80px;
    background: url("../sadbgnje_images/sadbgnje_quiz-icon-1.webp") no-repeat center;
    background-size: cover;
}

.sadbgnje_quiz_1__item:nth-child(3)::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: 80px;
    height: 80px;
    background: url("../sadbgnje_images/sadbgnje_quiz-icon-2.webp") no-repeat center;
    background-size: cover;
}

.sadbgnje_quiz_1__item:nth-child(5)::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: 80px;
    height: 80px;
    background: url("../sadbgnje_images/sadbgnje_quiz-icon-3.webp") no-repeat center;
    background-size: cover;
}


.sadbgnje_quiz_1__info {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 19.2px */
}

.sadbgnje_quiz_1__wrapper {
    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;
    padding-top: 40px;
    padding-bottom: 40px;
}

.sadbgnje_quiz_1__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #131618;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    padding: 20px 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid rgba(0, 255, 20, 0.00);
    background: #4CCE56;
    -webkit-box-shadow: 0 4px 15px 0 #000;
            box-shadow: 0 4px 15px 0 #000;
    width: 257px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sadbgnje_quiz_1__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.sadbgnje_page__wrawpper {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}    
.sadbgnje_page__search.valid {
    border-color: #4CAF50;
    border-radius: 10px;
}

.sadbgnje_page__search.invalid {
    border-color: #f44336;
    border-radius: 10px;
}
.sadbgnje_page__select.valid {
    border-color: #4CAF50;
}

.sadbgnje_page__select.invalid {
    border-color: #f44336;
}
.sadbgnje_forms__gender-label.selected {
    border-color: green;
}

.sadbgnje_forms__gender-label.unselected {
    border-color: #005EB4;
}
.sadbgnje_page__form {
    max-width: 694px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    margin-top: 40px;
}

.sadbgnje_page__wraps{
    width: 100%;
    position: relative;
}

.sadbgnje_page__select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    padding: 10px;
    height: 52px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    color: #555B61;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    margin-bottom: 20px;
}
.sadbgnje_select__valid {
    position: absolute;
    top: 16%;
    right: 10px;
}
.sadbgnje_forms__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.sadbgnje_forms__gender-options {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.sadbgnje_forms__gender-label {
    color: #555B61;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    cursor: pointer;
    height: 52px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    text-align: center;
}

.sadbgnje_page__name{
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.page__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}
.sadbgnje_page__club {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sadbgnje_page__search {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    height: 52px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.sadbgnje_page__search::-webkit-input-placeholder{
    color: #555B61;
}
.sadbgnje_page__search::-moz-placeholder{
    color: #555B61;
}
.sadbgnje_page__search:-ms-input-placeholder{
    color: #555B61;
}
.sadbgnje_page__search::-ms-input-placeholder{
    color: #555B61;
}
.sadbgnje_page__search::placeholder{
    color: #555B61;
}
.sadbgnje_page__arrow {
    border: none;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url("../sadbgnje_images/sadbgnje_chevron-down.webp") no-repeat center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}   
.sadbgnje_page__arrow.open {
    -webkit-transform: translate(-0%, -50%) rotate(180deg);
        -ms-transform: translate(-0%, -50%) rotate(180deg);
            transform: translate(-0%, -50%) rotate(180deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.no-results{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    opacity: 0.5;
    font-weight: 400;
    line-height: 120%;
}
.sadbgnje_page__information{
    color: #FFF;
    text-shadow: 0 2px 20px #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
}
.sadbgnje_page__list {
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 1000;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding-left: 0;
    list-style: none;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.sadbgnje_page__list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sadbgnje_forms__checkbox-group {
    padding-top: 20px;
}
.sadbgnje_forms__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #212529;
    line-height: 1.4;
}
.sadbgnje_forms__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1px solid #555B61;
    background: #131618;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: top;
    top: 1px;
}
.sadbgnje_forms__checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    line-height: 1;
}
.sadbgnje_forms__checkbox:checked {
    border: 1px solid #FFF;
}
.sadbgnje_forms__consent__info {
    color: #FFF;
    text-shadow: 0 2px 20px #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    max-width: 90%;
}
.sadbgnje_forms__links {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sadbgnje_forms__links:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.sadbgnje_page__item {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}
.club-item{
    background: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.sadbgnje_page__label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.sadbgnje_page__input {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    height: 52px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.sadbgnje_page__input::-webkit-input-placeholder {
    color: #555B61;
}

.sadbgnje_page__input::-moz-placeholder {
    color: #555B61;
}

.sadbgnje_page__input:-ms-input-placeholder {
    color: #555B61;
}

.sadbgnje_page__input::-ms-input-placeholder {
    color: #555B61;
}

.sadbgnje_page__input::placeholder {
    color: #555B61;
}

.sadbgnje_page__icon {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sadbgnje_page__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.sadbgnje_page__info {
    color: #FFF;
    text-shadow: 0 2px 20px #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 12px */
}

.sadbgnje_page__link {
    color: #FFF;
    font-family: helvetica-bold;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sadbgnje_page__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.sadbgnje_page__button {
    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;
    padding-top: 20px;
}

.sadbgnje_page__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    width: 100%;
    -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;
    border: 1px solid #00FF14;
    -webkit-box-shadow: 0 4px 15px 0 #000;
            box-shadow: 0 4px 15px 0 #000;
    background: transparent;
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sadbgnje_page__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #00FF14;
    color: #000;
}

.body-bonus {
    background: none;
}

.bonus__container {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    background: url(../sadbgnje_images/sadbgnje_bonus-background.webp) no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.sadbgnje_preferenze {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 12px;
    padding-right: 12px;
}
.sadbgnje_preferenze__title {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 10px #000;
    font-family: helvetica-bold;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 93.6px */
    text-transform: uppercase;
    margin-bottom: 140px;
}
.sadbgnje_preferenze__wrapper {
    max-width: 694px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: -o-radial-gradient(0% 0%, 100% 100%, rgba(0, 0, 0, 0.70) 100%);
    background: radial-gradient(100% 100% at 0% 0%, rgba(0, 0, 0, 0.70) 100%);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
}
.sadbgnje_preferenze__form {
    width: 100%;
}
.sadbgnje_preferenze__wrap {
    width: 100%;
}
.sadbgnje_preferenze__search {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    height: 52px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.sadbgnje_preferenze__inner{
    position: relative;
    margin-bottom: 20px;
}
.sadbgnje_preferenze__wraps{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
}
.sadbgnje_preferenze__arrow {
    border: none;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url(../sadbgnje_images/sadbgnje_chevron-down.webp) no-repeat center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sadbgnje_preferenze__arrow.open {
        -webkit-transform: translate(-0%, -50%) rotate(180deg);
            -ms-transform: translate(-0%, -50%) rotate(180deg);
                transform: translate(-0%, -50%) rotate(180deg);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
}
.sadbgnje_preferenze__list {
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 1000;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding-left: 0;
    list-style: none;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.sadbgnje_preferenze__list.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sadbgnje_preferenze__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: transparent;
    cursor: pointer;
    border: none;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.sadbgnje_preferenze__label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.sadbgnje_preferenze__input {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    height: 52px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
.sadbgnje_preferenze__icon {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sadbgnje_preferenze__btn {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #00FF14;
    -webkit-box-shadow: 0 4px 15px 0 #000;
            box-shadow: 0 4px 15px 0 #000;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sadbgnje_preferenze__btn:hover{
    background: #00FF14;
    color: #000;
}

.sadbgnje_preferenze__btn[disabled] {
    opacity: 0.5;
}

.sadbgnje_questions__top {
    padding-top: 40px;
    padding-bottom: 40px;
    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;
}

.sadbgnje_questions_thanks {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 10px #000;
    font-family: helvetica-bold;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 93.6px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sadbgnje_questions__resilt {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 38.4px */
    margin-bottom: 0px;
}

.sadbgnje_questions__number {
    color: #FFF;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0px;
}

.sadbgnje_questions__count {
    color: #4CCE56;
    font-family: helvetica-bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.sadbgnje_questions__info {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    /* 33.6px */
}

.sadbgnje_questions__color {
    color: #FFF;
    font-family: helvetica-bold;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
}

.sadbgnje_questions__header {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 32px;
}

.sadbgnje_questions__containers {
    position: relative;
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    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;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.00)), color-stop(25%, rgba(0, 0, 0, 0.64)), color-stop(75%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), color-stop(50%, rgba(247, 247, 247, 1)), to(rgba(247, 247, 247, 0))) 1 stretch;
       border-image: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 0) 100%) 1 stretch;
    overflow: hidden;
}

.sadbgnje_questions__information{
    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;
}



.sadbgnje_questions__text {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    margin-bottom: 0px;
}

.sadbgnje_questions__text:last-child {
    margin-bottom: 0;
}

.sadbgnje_questions__bold {
    color: #4CCE56;
    font-family: helvetica-bold;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
}

.sadbgnje_questions__container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sadbgnje_questions__team {
    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;
    margin-bottom: 40px;
}

.sadbgnje_questions__mobile {
    display: none;
}

.sadbgnje_questions__timer {
    max-width: 1188px;
    width: 100%;
    margin: 0 auto;
    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-top: 20px;
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 18, 25, 0.00)), color-stop(50%, rgba(12, 18, 25, 0.80)), to(rgba(12, 18, 25, 0.00)));
    background: -o-linear-gradient(left, rgba(12, 18, 25, 0.00) 0%, rgba(12, 18, 25, 0.80) 50%, rgba(12, 18, 25, 0.00) 100%);
    background: linear-gradient(90deg, rgba(12, 18, 25, 0.00) 0%, rgba(12, 18, 25, 0.80) 50%, rgba(12, 18, 25, 0.00) 100%);
    margin-bottom: 40px;
}

.sadbgnje_questions__head {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}

.sadbgnje_questions__time {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.sadbgnje_questions__btn {
    color: #131618;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    -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;
    border: 1px solid rgba(0, 255, 20, 0.00);
    background: #4CCE56;
    -webkit-box-shadow: 0 4px 15px 0 #000;
            box-shadow: 0 4px 15px 0 #000;
    width: 482px;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sadbgnje_questions__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.07);
        transform: scale(1.07)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.body-politica {
    background: url("../sadbgnje_images/sadbgnje_politica-background.webp") no-repeat center;
    background-size: cover;
}

.body-impressum {
    background: url("../sadbgnje_images/sadbgnje_body-page.webp") no-repeat center;
    background-size: cover;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh;
}
.sadbgnje_politica__container {
    padding: 12px;
    padding-top: 20px;
    max-width: 1188px;
    margin: 0 auto;
}
.sadbgnje_return {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #00FF14;
    border-radius: 10px;
    background: url("../sadbgnje_images/sadbgnje_chevron-down.webp"), rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    transform: rotate(90deg);
    transition: 0.4s;
}

.sadbgnje_return:hover {
    transform: rotate(180deg);
}
.sadbgnje_politica__title {
    padding-top: 60px;
    padding-bottom: 40px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 10px #000;
    font-family: helvetica-bold;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 93.6px */
    text-transform: uppercase;
}

.sadbgnje_politica__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.00)), color-stop(25%, rgba(0, 0, 0, 0.64)), color-stop(75%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), color-stop(50%, rgba(247, 247, 247, 1)), to(rgba(247, 247, 247, 0))) 1 stretch;
       border-image: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 0) 100%) 1 stretch;
}

.sadbgnje_politica__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    max-width: 1188px;
    width: 100%;
}

.sadbgnje_politica__head {
    color: #FFF;
    font-family: helvetica-bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.sadbgnje_politica__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    /* 19.2px */
}

.body-quiz {
    background: none;
}

.body__containers {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    /* Занимает минимум 100% высоты экрана */
    background: url(../sadbgnje_images/sadbgnje_quiz-background.webp) no-repeat center;
    background-size: cover;
    overflow-y: auto;
    /* Появление скролла при необходимости */
}

.sadbgnje_quiz_dop {
    height: 100vh;
}

.sadbgnje_quiz {
    padding-top: 60px;
    padding-bottom: 40px;
}

.sadbgnje_quiz__top {
    margin-bottom: 0px;
}

.sadbgnje_quiz__numbers {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 10px #000;
    font-family: helvetica-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sadbgnje_quiz__count {
    color: #4CCE56;
    font-family: helvetica-bold;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
}

.sadbgnje_quiz__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.sadbgnje_question__item {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #2E2E2E;
    background: #161616;
}

.sadbgnje_question__item:nth-child(1).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(2).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(3).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(4).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(5).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(6).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(7).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(8).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(9).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(10).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(11).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(12).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(13).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(14).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_question__item:nth-child(15).sadbgnje_question__item_active {
    background: url("../sadbgnje_images/sadbgnje_answer-item.webp"), rgb(76, 206, 86);;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 0 8px #4CCE56;
            box-shadow: 0 0 8px #4CCE56;
}

.sadbgnje_quiz__timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    margin-bottom: 20px;
}

.sadbgnje_quiz__clock {
    background: url("../sadbgnje_images/sadbgnje_quiz-icon.webp");
    width: 80px;
    height: 80px;
    background-size: cover;
    margin-bottom: 10px;
}

.sadbgnje_quiz__iconcor {
    width: 40px;
    height: 40px;
    background: url("../sadbgnje_images/sadbgnje_answer-icon.webp") no-repeat center;
}

.sadbgnje_quiz__iconicor {
    width: 32px;
    height: 32px;
    background: url("../sadbgnje_images/sadbgnje_answer-icon.webp") no-repeat center;
}

.sadbgnje_quiz__time {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.sadbgnje_quiz__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
}

.sadbgnje_quiz__block {
    max-width: 1188px;
    width: 100%;
}

.sadbgnje_quiz__wrap {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: -o-radial-gradient(0% 0%, 100% 100%, rgba(0, 0, 0, 0.70) 100%);
    background: radial-gradient(100% 100% at 0% 0%, rgba(0, 0, 0, 0.70) 100%);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    margin-bottom: 0px;
}

.sadbgnje_quiz__head {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.sadbgnje_quiz__button {
    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;
    gap: 10px;
}

.sadbgnje_quiz__btn {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    font-family: helvetica-bold;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sadbgnje_quiz__btn:hover {
    background: rgb(24, 40, 24);
}

.sadbgnje_quiz__answer {
    display: none;
    -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 10px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    margin-top: 40px;
}

.quiz__btn__true {
    border-radius: 10px;
    border: 1px solid #0F4;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), rgba(1, 82, 23, 0.40);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), rgba(1, 82, 23, 0.40);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), rgba(1, 82, 23, 0.40);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 255, 68, 0.40);
            box-shadow: 0 0 20px 0 rgba(0, 255, 68, 0.40);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    color: #0F4;
}

.quiz__btn__false {
    text-shadow: 0 0 2px #FF0080;
    color: #FF0080;
    border-radius: 10px;
    border: 1px solid #FF0080;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), rgba(134, 3, 69, 0.40);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), rgba(134, 3, 69, 0.40);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), rgba(134, 3, 69, 0.40);
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 128, 0.40);
            box-shadow: 0 0 20px 0 rgba(255, 0, 128, 0.40);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.quiz__correct {
    background: url("../sadbgnje_images/sadbgnje_answer-background-corr.webp") lightgray 50% / cover no-repeat;
    border-radius: 10px;
    border: 1px solid #555B61;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 255, 68, 0.40);
            box-shadow: 0 0 20px 0 rgba(0, 255, 68, 0.40);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.sadbgnje_quiz__result {
    text-align: center;
    font-family: helvetica-bold;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
}

.result_correct {
    color: #0F4;
}

.result_incorrect {
    color: #FF0080;
}

.sadbgnje_quiz__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sadbgnje_quiz__insight {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.sadbgnje_quiz__text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.quiz__incorrect {
    background: url("../sadbgnje_images/sadbgnje_answer-background-incorr.webp") lightgray 50% / cover no-repeat;
    border-radius: 10px;
    border: 1px solid #555B61;
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 0, 128, 0.40);
            box-shadow: 0 0 20px 0 rgba(255, 0, 128, 0.40);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.sadbgnje_quiz__btn-step {
    color: #131618;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 206px;
    padding: 20px 10px;
    -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;
    border: 1px solid rgba(0, 255, 20, 0.00);
    background: #4CCE56;
    -webkit-box-shadow: 0 4px 15px 0 #000;
            box-shadow: 0 4px 15px 0 #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sadbgnje_quiz__btn-step:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.sadbgnje_quiz__results {
    display: none;
    -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;
    gap: 30px;
}

.btn-step {
    display: none;
}

.sadbgnje_quiz__caption {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 10px #000;
    font-family: helvetica-bold;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 76.8px */
    text-transform: uppercase;
    padding-top: 20px;
}

.sadbgnje_quiz__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.00)), color-stop(25%, rgba(0, 0, 0, 0.64)), color-stop(75%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -o-border-image: -o-linear-gradient(left, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(247, 247, 247, 0)), color-stop(50%, rgba(247, 247, 247, 1)), to(rgba(247, 247, 247, 0))) 1 stretch;
       border-image: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 50%, rgba(247, 247, 247, 0) 100%) 1 stretch;
}

.sadbgnje_quiz__information {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    /* 31.2px */
}

.sadbgnje_quiz__submit {
    color: #131618;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 384px;
    padding: 20px 10px;
    -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;
    border: 1px solid rgba(0, 255, 20, 0.00);
    background: #4CCE56;
    -webkit-box-shadow: 0 4px 15px 0 #000;
            box-shadow: 0 4px 15px 0 #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sadbgnje_quiz__submit:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.sadbgnje_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.00)), color-stop(25%, rgba(0, 0, 0, 0.64)), color-stop(75%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    border-top: 1px solid transparent;
    -o-border-image: -o-linear-gradient(left,
            rgba(247, 247, 247, 0) 0%,
            rgba(247, 247, 247, 1) 50%,
            rgba(247, 247, 247, 0) 100%) 1 stretch;
       border-image: -webkit-gradient(linear,
            left top, right top,
            from(rgba(247, 247, 247, 0)),
            color-stop(50%, rgba(247, 247, 247, 1)),
            to(rgba(247, 247, 247, 0))) 1 stretch;
       border-image: linear-gradient(90deg,
            rgba(247, 247, 247, 0) 0%,
            rgba(247, 247, 247, 1) 50%,
            rgba(247, 247, 247, 0) 100%) 1 stretch;
}


.sadbgnje_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.sadbgnje_footer__link {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sadbgnje_footer__link:hover{
    opacity: 0.5;
}
.sadbgnje_footer__line {
    width: 2px;
    height: 14px;
    border-radius: 10px;
    background: -o-linear-gradient(top, rgba(174, 174, 174, 0.00) 0%, #AEAEAE 50%, rgba(174, 174, 174, 0.00) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(174, 174, 174, 0.00)), color-stop(50%, #AEAEAE), to(rgba(174, 174, 174, 0.00)));
    background: linear-gradient(180deg, rgba(174, 174, 174, 0.00) 0%, #AEAEAE 50%, rgba(174, 174, 174, 0.00) 100%);
}

.sadbgnje_footer__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sadbgnje_footer__age {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.sadbgnje_bottom{
    padding-top: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.00)), color-stop(25%, rgba(0, 0, 0, 0.64)), color-stop(75%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.00)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.64) 25%, rgba(0, 0, 0, 0.64) 75%, rgba(0, 0, 0, 0.00) 100%);
}

.sadbgnje_footer__sup {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}
.sadbgnje_footer__wrapper {
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sadbgnje_footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
.sadbgnje_footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    max-width: 299px;
    width: 100%;
}
.sadbgnje_footer__item:nth-child(1):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: 30px;
    height: 30px;
    background: url("../sadbgnje_images/sadbgnje_info-icon-1.webp") no-repeat center;
}
.sadbgnje_footer__item:nth-child(2):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: 30px;
    height: 30px;
    background: url("../sadbgnje_images/sadbgnje_info-icon-3.webp") no-repeat center;
}
.sadbgnje_footer__item:nth-child(3):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: 30px;
    height: 30px;
    background: url("../sadbgnje_images/sadbgnje_info-icon-2.webp") no-repeat center;
}
.sadbgnje_footer__item:nth-child(4):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: 30px;
    height: 30px;
    background: url("../sadbgnje_images/sadbgnje_info-icon-4.webp") no-repeat center;
}
.sadbgnje_footer__head {
    color: #FFF;
    font-family: helvetica-bold;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.sadbgnje_footer__content {
        color: #FFF;
    font-family: helvetica-bold;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.sadbgnje_footer__text{
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
}
.sadbgnje_footer__info {
    color: #FFF;
    text-align: center;
    font-family: helvetica-bold;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.sadbgnje_footer__info:hover{
    opacity: 0.5;
}
.block__active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block__none {
    display: none;
}

/* Оверлей для модальных окон */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    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;
    z-index: 1000;
}

/* Содержимое модального окна */
.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: -o-radial-gradient(0% 0%, 100% 100%, rgba(0, 0, 0, 0.70) 100%);
    background: radial-gradient(100% 100% at 0% 0%, rgba(0, 0, 0, 0.70) 100%);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.50);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
}

/* Заголовок модального окна */
.modal-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
    color: #333;
}

/* Текст внутри модального окна */
.modal-content p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

/* Кнопки внутри модального окна */
.modal-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.modal-btn {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #555B61;
    background: #131618;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 100%;
    color: #FFF;
    font-family: helvetica-bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.modal-btn:hover{
    background-color: #fff;
    color: #000;
}

.home-link{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #4CCE56;
    background: #4CCE56;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 100%;
    color: #161616;
    font-family: helvetica-bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.home-link:hover{
    background: transparent;
    color: #fff;
}
/* Кнопка закрытия модального окна */
.close-modal {
    background-color: #f44336;
    color: white;
}

.close-modal:hover {
    background-color: #d32f2f;
}



@media (max-width: 1199px) {
    .sadbgnje_quiz_1__items {
        padding: 10px 12px;
        margin-bottom: 20px;
    }

    .sadbgnje_footer__box{
        padding: 0px 12px;
    }

    .sadbgnje_question__item:nth-child(1).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(2).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(3).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(4).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(5).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(6).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(7).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(8).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(9).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(10).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(11).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(12).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(13).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(14).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(15).sadbgnje_question__item_active {
        background-size: 9px;
        background-position: center;
    }


    .sadbgnje_page__wrawpper {
        padding: 0px 12px;
    }

    .sadbgnje_questions__color {
        font-size: 18px;
    }

    .sadbgnje_questions__bold {
        font-size: 18px;
    }

    .sadbgnje_quiz_mob {
        height: 100vh;
    }

    .body-quiz {
        gap: 30px;
    }

    .sadbgnje_quiz_1__header {
        padding: 10px 12px;
        margin-bottom: 20px;
    }

    .sadbgnje_quiz_1__center {
        padding: 20px 12px;
        margin-bottom: 20px;
    }

    .sadbgnje_quiz_1__wrapper {
        padding: 20px 12px;
    }

    .sadbgnje_quiz_1__title {
        font-size: 50px;
    }

    .sadbgnje_quiz_1__subtitle {
        font-size: 20px;
    }

    .sadbgnje_quiz_1__item:nth-child(1)::before {
        width: 50px;
        height: 50px;
        background: url(../sadbgnje_images/sadbgnje_quiz-icon-1.webp) no-repeat center;
        background-size: cover;
    }

    .sadbgnje_quiz_1__item:nth-child(3)::before {
        width: 50px;
        height: 50px;
        background: url(../sadbgnje_images/sadbgnje_quiz-icon-2.webp) no-repeat center;
        background-size: cover;
    }

    .sadbgnje_quiz_1__item:nth-child(5)::before {
        width: 50px;
        height: 50px;
        background: url(../sadbgnje_images/sadbgnje_quiz-icon-3.webp) no-repeat center;
        background-size: cover;
    }

    .sadbgnje_quiz_1__item {
        max-width: 200px;
    }

    .sadbgnje_quiz_1__info {
        font-size: 12px;
    }

    .sadbgnje_questions__top {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sadbgnje_questions_thanks {
        font-size: 38px;
    }

    .sadbgnje_questions__resilt {
        font-size: 20px;
    }

    .sadbgnje_questions__number {
        font-size: 32px;
    }

    .sadbgnje_questions__count {
        font-size: 32px;
    }

    .sadbgnje_questions__containers {
        padding: 16px 12px 16px 12px;
    }

    .sadbgnje_questions__text {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .sadbgnje_questions__container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sadbgnje_questions__team {
        margin-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sadbgnje_questions__timer{
        margin-bottom: 20px;
    }

    .sadbgnje_questions__timer {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sadbgnje_questions__head {
        font-size: 18px;
    }

    .sadbgnje_politica__content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sadbgnje_politica__wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sadbgnje_politica__title {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 36px;
    }

    .sadbgnje_quiz {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .sadbgnje_quiz__caption {
        font-size: 44px;
    }

    .sadbgnje_quiz__inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sadbgnje_quiz__information {
        font-size: 18px;
    }

    .sadbgnje_question__item {
        width: 18px;
        height: 18px;
        border-radius: 5px;
    }

    .sadbgnje_quiz__items {
        gap: 4px;
    }

    .sadbgnje_quiz__numbers {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .sadbgnje_quiz__count{
        font-size: 30px;
    }

    .sadbgnje_quiz__clock {
        background: url(../sadbgnje_images/sadbgnje_quiz-icon.webp);
        width: 40px;
        height: 40px;
        background-size: cover;
        margin-bottom: 10px;
    }

    .sadbgnje_quiz__time {
        font-size: 22px;
    }

    .sadbgnje_quiz__wrap {
        padding: 20px 10px;
    }

    .sadbgnje_quiz__head {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .sadbgnje_quiz__btn {
        font-size: 16px;
    }

    .sadbgnje_quiz_1__logo {
        width: 405px;
        height: 70px;
        background: url(../sadbgnje_images/sadbgnje_quiz-logo.webp) no-repeat center;
        background-size: cover;
    }

    .sadbgnje_quiz_1__inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sadbgnje_questions__header {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .sadbgnje_preferenze__title{
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .sadbgnje_footer {
        background: -o-linear-gradient(left, rgba(12, 18, 25, 0.00) 0%, rgba(12, 18, 25, 0.80) 50%, rgba(12, 18, 25, 0.00) 100%);
        background: -webkit-gradient(linear, left top, right top, from(rgba(12, 18, 25, 0.00)), color-stop(50%, rgba(12, 18, 25, 0.80)), to(rgba(12, 18, 25, 0.00)));
        background: linear-gradient(90deg, rgba(12, 18, 25, 0.00) 0%, rgba(12, 18, 25, 0.80) 50%, rgba(12, 18, 25, 0.00) 100%);
    }
}

@media (max-width: 767px) {
    .sadbgnje_quiz_1__title {
        font-size: 44px;
    }

    .sadbgnje_quiz_1__subtitle {
        font-size: 18px;
    }

    .sadbgnje_footer__item{
        max-width: 260px;
    }


}

@media (max-width: 575px) {
    .page__container {
        background: url("../sadbgnje_images/sadbgnje_body-page-mobile.webp") no-repeat center;
        background-size: cover;
    }

    .sadbgnje_quiz{
        padding-top: 20px;
    }

    .body-politica {
        background: url("../sadbgnje_images/sadbgnje_politica-background-mob.webp") no-repeat center;
        background-size: cover;
    }

    .body__containers {
        background: url(../sadbgnje_images/sadbgnje_body-page-mobile.webp) no-repeat center;
        background-size: cover;
    }

    .body__containers_act {
        gap: 28vh;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .sadbgnje_quiz_1__inner {
        padding-top: 60px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        gap: 10px;
    }

    .sadbgnje_quiz_1__logo {
        width: 252px;
        height: 45px;
        background: url(../sadbgnje_images/sadbgnje_quiz-logo.webp) no-repeat center;
        background-size: cover;
    }

    .sadbgnje_quiz_1__sup{
        font-size: 14px;
    }

    .sadbgnje_quiz_1__line {
        height: 40px;
    }

    .sadbgnje_quiz_1__items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .sadbgnje_page__wrawpper {
        padding: 0 12px;
    }

    .sadbgnje_quiz_1__title {
        font-size: 32px;
    }

    .sadbgnje_quiz_1__item {
        max-width: 110px;
    }

    .sadbgnje_quiz_1__info {
        font-size: 7px;
    }

    .sadbgnje_quiz_1__subtitle {
        font-size: 12px;
    }

    .sadbgnje_quiz_1__btn {
        padding: 15px 10px;
        width: 206px;
        font-size: 16px;
    }

    .sadbgnje_footer__item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
    }

    .sadbgnje_footer__head{
        text-align: center;
        font-size: 8px;
    }

    .sadbgnje_footer__content{
        font-size: 8px;
        text-align: center;
    }


    .sadbgnje_footer__text{
        font-size: 8px;
    }

    .sadbgnje_footer__info{
        font-size: 8px;
    }

    .sadbgnje_footer{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sadbgnje_footer__links{
        gap: 10px;
    }
    .sadbgnje_footer__link{
        font-size: 10px;
    }
    .sadbgnje_footer__items{
        gap: 10px;
    }

    .sadbgnje_footer__items{
        margin-bottom: 10px;
    }

    .sadbgnje_quiz_1 {
        margin-bottom: auto;
    }


    .sadbgnje_footer__age {
        font-size: 12px;
    }

    .sadbgnje_footer__links {
        margin-bottom: 10px;
    }

    .sadbgnje_footer__sup {
        font-size: 10px;
    }

    .body-impressum {
        background: url("../sadbgnje_images/sadbgnje_body-page-mobile.webp") no-repeat center;
        background-size: cover;
    }

    .sadbgnje_quiz__count {
        font-size: 24px;
    }

    .sadbgnje_quiz__items {
        margin-bottom: 10px;
    }

    .sadbgnje_page__form {
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .sadbgnje_page__select{
        margin-bottom: 0;
    }

    .sadbgnje_page__information{
        margin-top: 15px;
        text-align: center;
    }

    .page__select{
        margin-bottom: 15px;
    }

    .sadbgnje_forms__gender-options{
        padding-bottom: 15px;
    }

    .sadbgnje_page__header {
        font-size: 16px;
    }

    .sadbgnje_page__btn {
        width: 100%;
        padding: 15px 10px;
        font-size: 16px;
    }

    .sadbgnje_page__input {
        font-size: 16px;
        height: 52px;
    }

    .sadbgnje_page__icon {
        max-width: 24px;
    }

    .sadbgnje_page__label{
        margin-bottom: 15px;
    }

    .page__label{
        margin-bottom: 0;
    }

    .sadbgnje_page__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }

    .sadbgnje_page__info {
        font-size: 12px;
        text-align: center;
    }

    .sadbgnje_page__link {
        font-size: 8px;
    }

    .sadbgnje_page__button {
        padding-top: 15px;
    }

    .sadbgnje_questions__desctop {
        display: none;
    }

    .sadbgnje_questions__mobile {
        display: block;
    }

    .sadbgnje_questions_thanks {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .sadbgnje_questions__resilt {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .sadbgnje_questions__number {
        font-size: 24px;
    }

    .sadbgnje_questions__count {
        font-size: 32px;
    }

    .sadbgnje_questions__containers {
        padding: 20px 12px;
        margin-bottom: 0;
        width: 95%;
    }

    .sadbgnje_questions__header {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .sadbgnje_questions__color {
        font-size: 14px;
    }

    .sadbgnje_questions__text {
        font-size: 14px;
    }

    .sadbgnje_questions__head {
        font-size: 14px;
    }

    .sadbgnje_questions__btn {
        width: 90%;
        font-size: 16px;
        padding: 15px 10px;
    }

    .sadbgnje_politica__title {
        padding-top: 30px;
        font-size: 28px;

    }

    .sadbgnje_politica__head {
        font-size: 14px;
    }

    .sadbgnje_politica__text {
        font-size: 14px;
    }

    .sadbgnje_quiz__caption {
        font-size: 28px;
        padding-top: 0;
    }

    .sadbgnje_quiz__information {
        font-size: 12px;
    }

    .sadbgnje_quiz__submit {
        font-size: 16px;
        width: 206px;
    }

    .sadbgnje_quiz__numbers {
        font-size: 20px;
    }

    .sadbgnje_quiz__count{
        font-size: 20px;
    }

    .sadbgnje_quiz__time {
        font-size: 16px;
    }

    .sadbgnje_quiz__head {
        font-size: 14px;
    }

    .sadbgnje_quiz__btn {
        font-size: 12px;
    }

    .sadbgnje_quiz__result {
        font-size: 16px;
    }
    .sadbgnje_quiz__iconcor {
        width: 32px;
        height: 32px;
        background: url(../sadbgnje_images/sadbgnje_answer-icon.webp) no-repeat center;
        background-size: cover;
    }
    .sadbgnje_quiz__iconicor {
        width: 24px;
        height: 24px;
        background: url(../sadbgnje_images/sadbgnje_answer-icon.webp) no-repeat center;
        background-size: cover;
    }

    .sadbgnje_quiz__logo {
        max-width: 110px;
    }

    .sadbgnje_quiz__insight {
        font-size: 24px;
    }

    .sadbgnje_quiz__text {
        font-size: 12px;
    }

    .sadbgnje_quiz__btn-step {
        font-size: 16px;
        width: 174px;
        padding: 15px 10px;
    }

    .sadbgnje_quiz__answer {
        margin-top: 20px;
    }

    .sadbgnje_quiz__timer {
        margin-bottom: 20px;
    }

    .sadbgnje_questions__info {
        font-size: 14px;
    }

    .sadbgnje_questions__bold {
        font-size: 14px;
    }

    .sadbgnje_questions__information{
        gap: 15px;
    }


    .sadbgnje_questions__top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sadbgnje_footer__item:nth-child(1):before{
        max-width: 24px;
        height: 24px;
        background-size: cover;
    }
    .sadbgnje_footer__item:nth-child(2):before{
        max-width: 24px;
        height: 24px;
        background-size: cover;
    }
    .sadbgnje_footer__item:nth-child(3):before{
        max-width: 24px;
        height: 24px;
        background-size: cover;
    }
    .sadbgnje_footer__item:nth-child(4):before{
        max-width: 24px;
        height: 24px;
        background-size: cover;
    }

    .sadbgnje_footer__item{
        max-width: 44vw;
    }

    .sadbgnje_preferenze__title{
        font-size: 32px;
    }

    .sadbgnje_preferenze__wrapper{
        padding: 10px;
    }

    .sadbgnje_preferenze__wraps{
        margin-bottom: 15px;
    }

    .sadbgnje_preferenze__inner{
        margin-bottom: 15px;
    }

    .sadbgnje_preferenze__label{
        margin-bottom: 15px;
    }

    .sadbgnje_preferenze__btn{
        padding: 15px 10px;
        font-size: 16px;
    }

    .sadbgnje_forms__checkbox{
        margin-right: 4px;
    }

    .sadbgnje_forms__consent__info{
        max-width: 87%;
    }

    .sadbgnje_forms__checkbox-label{
        gap: 4px;
    }
}

@media (max-width: 350px) {
    .sadbgnje_quiz {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .sadbgnje_quiz__items {
        margin-bottom: 10px;
    }

    .sadbgnje_quiz__timer {
        margin-bottom: 20px;
    }

    .sadbgnje_quiz__head {
        font-size: 11px;
    }

    .body-quiz {
        gap: 20px;
    }

    .sadbgnje_quiz__clock {
        background: url(../sadbgnje_images/sadbgnje_quiz-icon.webp);
        width: 20px;
        height: 20px;
        background-size: cover;
        margin-bottom: 10px;
    }

    .sadbgnje_quiz__numbers {
        font-size: 16px;
    }

    .sadbgnje_quiz__head {
        margin-bottom: 10px;
    }

    .sadbgnje_quiz__wrap {
        padding: 10px;
    }

    .sadbgnje_quiz__btn {
        padding: 7px;
        font-size: 11px;
    }
    .sadbgnje_question__item {
        width: 16px;
        height: 16px;
        border-radius: 5px;
    }
    .sadbgnje_question__item:nth-child(1).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(2).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(3).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(4).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(5).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(6).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(7).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(8).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(9).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(10).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(11).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(12).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(13).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(14).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

    .sadbgnje_question__item:nth-child(15).sadbgnje_question__item_active {
        background-size: 7px;
        background-position: center;
    }

}