@font-face {
    font-family: Mulish;
    src: url("../fuksiarzs_fonts/fuksiarzs_mulish-regular.woff2");
}

@font-face {
    font-family: Mulish-bold;
    src: url("../fuksiarzs_fonts/fuksiarzs_mulish-bold.woff2");
}

@font-face {
    font-family: "Prosto One";
    src: url("../fuksiarzs_fonts/fuksiarzs_prostoone-regular.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;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}



img {
    max-width: 100%;
}

body {
    font-family: Mulish;
    background: #F5F5F5;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.fuksiarzs_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 40px;
    left: 0;
}

.fuksiarzs_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.fuksiarzs_header__navigation{
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 16px 40px;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.fuksiarzs_header__box {
    padding-top: 170px;
}

.header__link__logo {
    font-family: inter-blod;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
}

.fuksiarzs_header {
    padding-top: 0px;
    padding-bottom: 0px;
}


.fuksiarzs_header__block {
    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;
    max-width: 700px;
    width: 100%;
    padding: 24px 40px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    min-height: 546px;
}

.fuksiarzs_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 24px;
}

.fuksiarzs_header__burger {
    display: none;
}

.fuksiarzs_header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.fuksiarzs_header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    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;

    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.fuksiarzs_header__btn:nth-child(1) {
    border-radius: 3000px;
    background: #DC143C;
    color: #FFF;
}

.fuksiarzs_header__btn:nth-child(2) {
    color: #DC143C;
    border-radius: 3000px;
    border: 2px solid #DC143C;
}

.fuksiarzs_header__btn:nth-child(1):hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #230100;
}

.fuksiarzs_header__btn:nth-child(2):hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 2px solid #230100;
    color: #230100;
}

.fuksiarzs_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 80%;
}


.fuksiarzs_header__link {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.fuksiarzs_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: bold;
    color: #008000;
}

.fuksiarzs_header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.fuksiarzs_header__lang {
    display: block;
    max-width: 24px;
    width: 100%;
    height: 24px;
}

.header__lang_pl {
    background: url("../fuksiarzs_img/fuksiarzs-lang-pl.webp") no-repeat center;
    display: block;
    width: 24px;
}

.header__lang_en {
    background: url("../fuksiarzs_img/fuksiarzs-lang-en.webp") no-repeat center;
    display: block;
    width: 24px;
}

.header__lang_active {
    padding: 15px;
    border: 1px solid #4A4A4A;
}

.fuksiarzs_header__title {
    color: #4A4A4A;
    font-family: Mulish-bold;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.fuksiarzs_header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
}

.fuksiarzs_header__text {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}

.fuksiarzs_header__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.fuksiarzs_header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_header__button:nth-child(1) {
    border-radius: 3000px;
    background: #DC143C;
    color: #FFF;
}

.fuksiarzs_header__button:nth-child(2) {
    color: #DC143C;
    border-radius: 3000px;
    background: rgba(220, 20, 60, 0.10);
}

.fuksiarzs_header__button:nth-child(1):hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #230100;
}

.fuksiarzs_header__button:nth-child(2):hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: rgba(35, 1, 0, 0.10);
}

.fuksiarzs_header {
    padding-top: 90px;
    padding-bottom: 40px;
}

.fuksiarzs_header__top {
    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;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 16px;
}

.fuksiarzs_header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 16px 12px 30px;
    border-radius: 0px 30px 30px 0px;
    border: 1px solid #60AC43;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 100%;
}

.fuksiarzs_header__wrapper::before{
    content: "";
    position: absolute;
    left: -20px;
    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: 63px;
    height: 63px;
    background: url("../fuksiarzs_img/fuksiarzs-header-icon-top.webp") no-repeat center left;
}

.fuksiarzs_header__info {
    color: #00A650;
    text-align: center;
    font-family: "Prosto One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_header__info:hover {
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_header__image{
    width: 100%;
    max-width: 500px;
    min-height: 546px;
    background-color: #FFF;
    background-image: url("../fuksiarzs_img/fuksiarzs-header-background.webp");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

.fuksiarzs_header__underline{
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_header__underline:hover{
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_why {
    padding-top: 40px;
    padding-bottom: 40px;
}
.fuksiarzs_why__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.fuksiarzs_why__left {
    max-width: 604px;
    width: 100%;
    background: url("../fuksiarzs_img/fuksiarzs-why-background.webp") no-repeat center bottom;
}
.fuksiarzs_why__title {
    color: #4A4A4A;
    font-family: Mulish-bold;
    font-size: 32px;
    font-weight: 1000;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fuksiarzs_why__color {
    color: #DC143C;
}
.fuksiarzs_why__subtitle {
    color:#4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.fuksiarzs_why__undeline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fuksiarzs_why__undeline:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fuksiarzs_why__items {
    max-width: 604px;
    width: 100%;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}
.fuksiarzs_why__item {
    padding: 20px;
    border-radius: 22px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.fuksiarzs_why__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: #DC143C;
    font-family: Mulish-bold;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    margin-bottom: 24px;
}
.why__head_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: 32px;
    height: 32px;
    background: url("../fuksiarzs_img/fuksiarzs-why-icon-1.webp") no-repeat center;
}
.why__head_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: 32px;
    height: 32px;
    background: url("../fuksiarzs_img/fuksiarzs-why-icon-2.webp") no-repeat center;
}
.why__head_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: 32px;
    height: 32px;
    background: url("../fuksiarzs_img/fuksiarzs-why-icon-3.webp") no-repeat center;
}
.why__head_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: 32px;
    height: 32px;
    background: url("../fuksiarzs_img/fuksiarzs-why-icon-4.webp") no-repeat center;
}
.why__head_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: 100%;
    max-width: 32px;
    height: 32px;
    background: url("../fuksiarzs_img/fuksiarzs-why-icon-5.webp") no-repeat center;
}
.why__head_6::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: 32px;
    height: 32px;
    background: url("../fuksiarzs_img/fuksiarzs-why-icon-6.webp") no-repeat center;
}
.fuksiarzs_why__text {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
}
.fuksiarzs_why__attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 24px 40px;
    border-radius: 20px;
    border: 1px solid #FF3733;
    background: #FFF;
}
.fuksiarzs_why__attention::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;
    max-width: 30px;
    width: 100%;
    height: 30px;
    background: url("../fuksiarzs_img/fuksiarzs-why-attention.webp") no-repeat center;
}
.fuksiarzs_why__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.fuksiarzs_why__bold {
    color: #4A4A4A;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; 
}
.fuksiarzs_why__information{
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.fuksiarzs_types {
    padding-top: 40px;
    padding-bottom: 40px;
}
.fuksiarzs_types__wrap {
    padding: 40px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.fuksiarzs_types__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
}
.fuksiarzs_types__title {
    max-width: 568px;
    color: #4A4A4A;
    font-family: Mulish-bold;
    font-size: 32px;
    font-weight: 1000;
    line-height: 120%;
    text-transform: uppercase;
}
.fuksiarzs_types__color {
    color: #DC143C;
}
.fuksiarzs_types__subtitle {
    max-width: 568px;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.fuksiarzs_types__items {
    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;
    padding-left: 0;
    list-style: none;
}
.fuksiarzs_types__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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 370px;
    width: 100%;
    min-height: 340px;
    padding: 24px;
}
.fuksiarzs_types__item:nth-child(1){
    background: url("../fuksiarzs_img/fuksiarzs-types-image-1.webp") no-repeat center;
}
.fuksiarzs_types__item:nth-child(2){
    background: url("../fuksiarzs_img/fuksiarzs-types-image-2.webp") no-repeat center;
}
.fuksiarzs_types__item:nth-child(3){
    background: url("../fuksiarzs_img/fuksiarzs-types-image-3.webp") no-repeat center;
}
.fuksiarzs_types__item:nth-child(4){
    background: url("../fuksiarzs_img/fuksiarzs-types-image-4.webp") no-repeat center;
}
.fuksiarzs_types__item:nth-child(5){
    background: url("../fuksiarzs_img/fuksiarzs-types-image-5.webp") no-repeat center;
}
.fuksiarzs_types__item:nth-child(6){
    background: url("../fuksiarzs_img/fuksiarzs-types-image-6.webp") no-repeat center;
}
.fuksiarzs_types__head {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 150%; 
    margin-bottom: 12px;
}
.fuksiarzs_types__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 12px;
}
.fuksiarzs_types__link {
    color: #FFF;
    font-size: 12px;
    font-weight: 900;
    line-height: 150%; 
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 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: 3000px;
    background: #DC143C;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_types__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #230100;
}

.fuksiarzs_promotions {
    padding-top: 40px;
    padding-bottom: 40px;
}
.fuksiarzs_promotions__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../fuksiarzs_img/fuksiarzs-bonuses-home-background.webp") no-repeat center left;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fuksiarzs_promotions__content {
    max-width: 700px;
    width: 100%;
}
.fuksiarzs_promotions__title {
    color: #00A650;
    font-family: Mulish-bold;
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fuksiarzs_promotions__inner {
    margin-bottom: 20px;
}
.fuksiarzs_promotions__text {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.fuksiarzs_promotions__underline{
    text-decoration: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fuksiarzs_promotions__underline:hover{
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fuksiarzs_promotions__link {
    color: #00A650;
    font-size: 14px;
    font-weight: 900;
    line-height: 150%; 
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3000px;
    border: 2px solid #00A650;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_promotions__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #230100;
    border: 2px solid #230100;
}


.fuksiarzs_join {
    padding-top: 40px;
    padding-bottom: 40px;
}
.fuksiarzs_join__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 40px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.fuksiarzs_join__left {
    max-width: 771px;
    width: 100%;
}
.fuksiarzs_join__title {
    color: #4A4A4A;
    font-family: Mulish-bold;
    font-size: 32px;
    font-weight: 1000;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fuksiarzs_join__subtitle {
    color: #4A4A4A;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%
}
.fuksiarzs_join__right {
    max-width: 379px;
    width: 100%;
}
.fuksiarzs_join__link {
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    line-height: 150%; 
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3000px;
    background: #DC143C;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_join__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #230100;
}

.fuksiarzs_only {
    padding-top: 20px;
    padding-bottom: 20px;
}
.fuksiarzs_only__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10000px;
    border: 1px solid #DC143C;
    max-width: 522px;
    margin: 0 auto;
}
.fuksiarzs_only__text {
    color:  #DC143C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}

.fuksiarzs_bonuses {
    margin-top: 240px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fuksiarzs_bonuses__header {
    padding: 40px;
    border-radius: 16px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 80px;
}
.fuksiarzs_bonuses__wrap {
    background: url("../fuksiarzs_img/fuksiarzs-bonuses-background.webp") no-repeat center right;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.fuksiarzs_bonuses__content {
    max-width: 450px;
    width: 100%;
}
.fuksiarzs_bonuses__title {
    color: #4A4A4A;
    font-family: Mulish-bold;
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fuksiarzs_bonuses__color {
    color: #DC143C;
}
.fuksiarzs_bonuses__link {
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    line-height: 150%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3000px;
    background: #DC143C;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fuksiarzs_bonuses__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #230100
}
.fuksiarzs_bonuses__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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
}
.fuksiarzs_bonuses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    max-width: 360px;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
.fuksiarzs_bonuses__item::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: 170px;
    height: 80px;
    background: url("../fuksiarzs_img/fuksiarzs-bonuses-icon-image.webp") no-repeat center;
}
.fuksiarzs_bonuses__sup {
    color: #DC143C;
    font-size: 14px;
    font-weight: 800;
    line-height: 150%; 
    text-transform: uppercase;
    margin-bottom: 16px;
}
.fuksiarzs_bonuses__head {
    color: #4A4A4A;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fuksiarzs_bonuses__subtitle {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 24px;
}
.fuksiarzs_bonuses__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3000px;
    background: rgba(220, 20, 60, 0.10);
    color: #DC143C;
    font-size: 14px;
    font-weight: 900;
    line-height: 150%; /* 21px */
    text-transform: uppercase;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.fuksiarzs_responsible {
    padding-bottom: 24px;
}
.fuksiarzs_responsible__title {
    color: #4A4A4A;
    font-family: Mulish-bold;
    font-size: 48px;
    font-weight: 800;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fuksiarzs_responsible__wrap {
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 24px;
}
.fuksiarzs_responsible__wrap:last-child{
    margin-bottom: 0;
}
.fuksiarzs_responsible__head {
    color: #4A4A4A;
    font-family: Mulish-bold;
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.fuksiarzs_responsible__inner {
    margin-bottom: 20px;
}
.fuksiarzs_responsible__inner:last-child{
    margin-bottom: 0;
}
.fuksiarzs_responsible__info {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}
.fuksiarzs_responsible__items {
    padding-left: 20px;
    margin-bottom: 20px;
}
.fuksiarzs_responsible__text {
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.fuksiarzs_bonuses__btn:hover {
    background: rgba(35, 1, 0, 0.10);
}

.fuksiarzs_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #131313;
}
.fuksiarzs_footer__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-bottom: 24px;
}
.fuksiarzs_footer__left {
    max-width: 1082px;
    width: 100%;
}
.fuksiarzs_footer__logo {
    margin-bottom: 16px;
}
.fuksiarzs_footer__info {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
.fuksiarzs_footer__underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fuksiarzs_footer__underline:hover {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fuksiarzs_footer__networks {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
}
.fuksiarzs_footer__network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
}
.footer__network_1 {
    background: url("../fuksiarzs_img/fuksiarzs-footer-network-1.webp") no-repeat center;
}
.footer__network_2 {
    background: url("../fuksiarzs_img/fuksiarzs-footer-network-2.webp") no-repeat center;
}
.footer__network_3 {
    background: url("../fuksiarzs_img/fuksiarzs-footer-network-3.webp") no-repeat center;
}
.fuksiarzs_footer__address {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.fuksiarzs_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
}
.fuksiarzs_footer__link {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.fuksiarzs_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.fuksiarzs_footer__inner {
    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: 40px;
    margin-bottom: 24px;
}
.fuksiarzs_footer__politica {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%; 
    -webkit-transition: 0.4s; 
    -o-transition: 0.4s; 
    transition: 0.4s;
}
.fuksiarzs_footer__politica:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.fuksiarzs_footer__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
}
.footer__list::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: 54px;
    height: 45px;
    background: url("../fuksiarzs_img/fuksiarzs-footer-icon-age.webp") no-repeat center;
}
.fuksiarzs_footer__content {
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #00A650;
    margin-bottom: 24px;
}
.fuksiarzs_footer__text {
    color: #00A650;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.fuksiarzs_footer__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: 40px;
    margin-bottom: 24px;
}
.fuksiarzs_footer__item {
    max-width: 600px;
    width: 100%;
}
.fuksiarzs_footer__head {
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}
.fuksiarzs_footer__information {
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.fuksiarzs_footer__sup {
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
    text-align: center;
}

.fuksiarzs_addiction {
    margin-top: 220px;
    padding-top: 40px;
    padding-bottom: 24px;
}
.fuksiarzs_addiction__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 24px 40px;
    border-radius: 20px;
    border: 1px solid #FF3733;
    background: #FFF;
}
.fuksiarzs_addiction__head {
    color: #4A4A4A;
    font-family: Mulish-bold;
    font-size: 20px;
    font-weight: 800;
    line-height: 150%; 
    max-width: 580px;
    width: 100%;
}
.fuksiarzs_addiction__text {
    max-width: 580px;
    width: 100%;
    color: #4A4A4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title,
.content__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.desc__top {
    padding-top: 250px;
    padding-bottom: 50px;
}

.mobile {
    display: none;
}

.mobile_bonus {
    display: none;
}

.lang_mob {
    display: none;
}

.animateMe {
    opacity: 0;
}

.cookie-popup.hidden {
    display: none
}

.popupcookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%
}

.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 500px;
    width: 100%;
    border-radius: 30px;
    background: #E2E2E2;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.30);
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px
}

.popupcookie__close:focus,
.popupcookie__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.popupcookie__title {
    color: #4A4A4A;
    margin: 0;
    text-align: center;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .1px;
    width: 100%
}

.popupcookie__subtitle {
    color: #4A4A4A;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px
}

.popupcookie__btn {
    border: none;
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 3000px;
    background: #A50300;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer
}

.popupcookie__button {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 3000px;
    border: 2px solid #A50300;
    color: #A50300;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__button:hover {
    border: 2px solid #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popupcookie__btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #22272b;
    color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.popup {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.popup__box {
    border-radius: 20px;
    background: #fff;
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.popup__game {
    width: 100%;
    height: 400px
}

.popup__iframe {
    width: 100%;
    height: 100%
}

.popup__title {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px
}

.popup__name {
    margin: 0;
    letter-spacing: .1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.popup__close:focus,
.popup__close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fuksiarzs_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fuksiarzs_header__links {
        display: none;
    }

    .fuksiarzs_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;
    }

    /* Эффект перекрестия */
    .fuksiarzs_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px;
    }

    .fuksiarzs_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .fuksiarzs_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;
    }

    .fuksiarzs_header__line {
        height: 2px;
        background-color: #000;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        background: #FDFBFF;
        -webkit-box-shadow: 0px 4px 10px 0px rgba(177, 59, 255, 0.10);
        box-shadow: 0px 4px 10px 0px rgba(177, 59, 255, 0.10);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 151px;
        left: 0;
        width: 100%;

        border-radius: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        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_bonus {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop_bonus {
        display: none;
    }

    .lang_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .lang_desc {
        display: none;
    }

}

@media (max-width: 1199px) {

    .fuksiarzs_header__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .fuksiarzs_header__left {
        max-width: 100%;
        text-align: center;
    }

    .fuksiarzs_header__block {
        max-width: 100%;
        min-height: auto;
    }

    .fuksiarzs_header__title {
        font-size: 30px;
    }

    .fuksiarzs_header__image{
        max-width: 100%;
        background-size: 552px;
    }

    .fuksiarzs_why__left{
        background-size: 345px
    }

    .fuksiarzs_promotions__content{
        max-width: 48vw;
    }

    .fuksiarzs_promotions__wrap {
        background: url(../fuksiarzs_img/fuksiarzs-bonuses-home-background.webp) no-repeat center left;
        background-size: 350px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .fuksiarzs_types__header{
        gap: 20px;
    }

    .fuksiarzs_join__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .fuksiarzs_join__left{
        max-width: 100%;
    }

    .fuksiarzs_footer__header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }

    .fuksiarzs_footer__links{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 40px;
    }

    .fuksiarzs_why__wrap{
        gap: 16px;
    }

    .fuksiarzs_types__subtitle{
        max-width: 350px;
    }

    .fuksiarzs_types__items{
        gap: 12px;
    }

    .fuksiarzs_types__item{
        max-width: 318px;
        border-radius: 20px;
    }

    .fuksiarzs_bonuses__content{
        max-width: 40vw;
    }

    .fuksiarzs_bonuses__wrap {
        background: url(../fuksiarzs_img/fuksiarzs-bonuses-background.webp) no-repeat center right;
        background-size: 300px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fuksiarzs_bonuses__title{
        font-size: 35px;
    }

    .fuksiarzs_bonuses__item{
        max-width: 352px;
    }


}

@media (max-width: 767px) {
    .fuksiarzs_header__button {
        padding: 10px 24px;
        font-size: 12px;
    }

    .fuksiarzs_header__items {
        gap: 10px;
    }

    .fuksiarzs_header__icon {
        max-width: 164px;
    }

    .fuksiarzs_header__btn {
        font-size: 12px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 10px 20px;
    }

    .fuksiarzs_header__buttons {
        gap: 8px;
    }

    .fuksiarzs_header__info {
        font-size: 12px;
    }

    .fuksiarzs_header__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .fuksiarzs_header__text {
        font-size: 14px;
        margin-bottom: 16px;
    }


    .fuksiarzs_header__box {
        padding-top: 110px;
    }
        
    .fuksiarzs_header__fixed{
        top: 20px;
    }

    .fuksiarzs_header__navigation{
        padding: 8px 16px;
    }

    .fuksiarzs_header__wrapper::before{
        background-size: 55px;
        width: 55px;
        height: 55px;
    }

    .fuksiarzs_header__wrapper{
        max-width: 90%;
        padding: 12px 16px 12px 30px;
    }

    .fuksiarzs_promotions__wrap {
        background: url(../fuksiarzs_img/fuksiarzs-bonuses-home-background.webp) no-repeat center left;
        background-size: 177px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .fuksiarzs_promotions__content{
        max-width: 60vw;
    }

    .fuksiarzs_header__box {
        padding-top: 95px;
    }

    .fuksiarzs_header__block{
        padding: 16px;
    }

    .fuksiarzs_header__button{
        width: 100%;
    }

    .fuksiarzs_header__image {
        max-width: 100%;
        background-size: 400px;
        min-height: 400px;
    }

    .fuksiarzs_header{
        padding-bottom: 20px;
    }

    .fuksiarzs_why {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fuksiarzs_why__head{
        gap: 12px;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .fuksiarzs_why__text{
        font-size: 16px;
    }

    .fuksiarzs_why__item{
        border-radius: 16px;
    }

    .fuksiarzs_why__items{
        gap: 16px;
        margin-bottom: 20px;
    }

    .fuksiarzs_why__title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .fuksiarzs_why__subtitle{
        font-size: 14px;
    }

    .fuksiarzs_why__left {
        background-size: 204px;
    }

    .fuksiarzs_why__wrapper{
        -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;
        gap: 12px;
    }

    .fuksiarzs_why__attention{
        gap: 16px;
        padding: 16px;
    }

    .fuksiarzs_why__bold{
        font-size: 18px;
    }

    .fuksiarzs_why__information{
        font-size: 14px;
    }

    .fuksiarzs_types {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fuksiarzs_types__wrap{
        padding: 16px;
    }

    .fuksiarzs_types__title{
        font-size: 20px;
    }

    .fuksiarzs_types__subtitle{
        font-size: 14px;
        max-width: 252px;
    }

    .fuksiarzs_types__item{
        max-width: 250px;
    }

    .fuksiarzs_types__head{
        font-size: 18px;
    }

    .fuksiarzs_types__text{
        font-size: 14px;
    }

    .fuksiarzs_types__link{
        width: 100%;
    }

    .fuksiarzs_promotions__title{
        margin-bottom: 16px;
        font-size: 20px;
    }

    .fuksiarzs_promotions__text{
        font-size: 14px;
    }

    .fuksiarzs_promotions__inner{
        margin-bottom: 16px;
    }

    .fuksiarzs_promotions__link{
        padding: 10px 24px;
        font-size: 12px;
        width: 100%;
    }

    .fuksiarzs_join__wrap{
        padding: 16px;
    }

    .fuksiarzs_join__title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .fuksiarzs_join__subtitle{
        font-size: 18px;
    }

    .fuksiarzs_join__link{
        padding: 10px 24px;
        font-size: 12px;
    }

    .fuksiarzs_promotions {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fuksiarzs_join {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fuksiarzs_footer__logo{
        max-width: 174px;
        margin-bottom: 12px;
    }

    .fuksiarzs_footer__info{
        font-size: 12px;
    }

    .fuksiarzs_footer__address{
        font-size: 14px;
    }

    .fuksiarzs_footer__networks{
        margin-bottom: 12px;
    }

    .fuksiarzs_footer__header{
        gap: 16px;
    }

    .fuksiarzs_footer__header{
        margin-bottom: 16px;
    }

    .fuksiarzs_footer__inner{
        margin-bottom: 16px;
    }

    .fuksiarzs_footer__content{
        padding: 12px 16px;
        margin-bottom: 16px;
    }

    .fuksiarzs_footer__text{
        font-size: 12px;
    }

    .fuksiarzs_footer__head{
        font-size: 14px;
        margin-bottom: 12px;
    }

    .fuksiarzs_footer__information{
        font-size: 14px;
    }

    .fuksiarzs_footer__items{
        margin-bottom: 16px;
    }

    .fuksiarzs_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .menu{
        top: 120px;
    }

    .fuksiarzs_types__items{
        gap: 4px;
    }

        .fuksiarzs_bonuses{
        margin-top: 180px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fuksiarzs_bonuses__header{
        padding: 16px;
    }

    .fuksiarzs_bonuses__wrap {
        background: url(../fuksiarzs_img/fuksiarzs-bonuses-background.webp) no-repeat center right;
        background-size: 216px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fuksiarzs_bonuses__title{
        font-size: 30px;
    }

    .fuksiarzs_bonuses__header{
        margin-bottom: 20px;
    }

    .fuksiarzs_bonuses__item{
        padding: 16px;
        gap: 16px;
    }

    .fuksiarzs_bonuses__sup{
        font-size: 12px;
        margin-bottom: 12px;
    }

    .fuksiarzs_bonuses__head{
        font-size: 18px;
        margin-bottom: 4px;
    }

    .fuksiarzs_bonuses__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .fuksiarzs_bonuses__btn{
        padding: 10px 24px;
        font-size: 12px;
    }

    .fuksiarzs_bonuses__items{
        gap: 16px;
    }

    .fuksiarzs_bonuses__item{
        max-width: 260px;
    }

    .fuksiarzs_responsible__title{
        margin-bottom: 20px;
        font-size: 20px;
    }

    .fuksiarzs_responsible__wrap{
        padding: 16px;
    }

    .fuksiarzs_responsible__head{
        margin-bottom: 16px;
        font-size: 14px;
    }

    .fuksiarzs_responsible__info{
        font-size: 14px;
    }

    .fuksiarzs_responsible__inner{
        margin-bottom: 15px;
    }

    .fuksiarzs_responsible__wrap{
        margin-bottom: 20px;
    }

    .fuksiarzs_addiction__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 16px;
        border-radius: 20px;
    }

    .fuksiarzs_addiction__head{
        font-size: 14px;
    }

    .fuksiarzs_addiction{
        margin-top: 160px;
    }

    .fuksiarzs_addiction__text{
        max-width: 100%;
        font-size: 14px;
    }

}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fuksiarzs_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop {
        display: none;
    }

    .fuksiarzs_header__btn {
        width: 100%;
    }

    .fuksiarzs_header__buttons {
        padding-bottom: 16px;
    }

    .fuksiarzs_header__wrapper {
        padding-top: 8px;
        padding-bottom: 8px;
        max-width: 100%;
    }

    .fuksiarzs_header__wrap {
        margin-top: 50px;
    }

    .fuksiarzs_header__top{
        padding-bottom: 16px;
    }

    .fuksiarzs_header__block{
        max-width: 100%;
    }

    .fuksiarzs_header__title{
        font-size: 24px;
    }

    .fuksiarzs_header {
        padding-top: 90px;
        padding-bottom: 20px;
    }

    .fuksiarzs_header__wrapper::before{
        left: 0px;
    }

    .fuksiarzs_header__wrapper{
        padding-left: 70px;
        border-radius: 30px;
    }

    .fuksiarzs_header__info{
        text-align: left;
    }

    .fuksiarzs_header__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .fuksiarzs_header__image {
        max-width: 100%;
        background-size: 300px;
        min-height: 328px;
    }

    .fuksiarzs_why__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px;
        padding-bottom: 0;
    }

    .fuksiarzs_why__left{
        background: none;
    }

    .fuksiarzs_why__left{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 16px;
    }

    .fuksiarzs_why__items{
        background: url("../fuksiarzs_img/fuksiarzs-why-background.webp") no-repeat center bottom;
        background-size: 277px;
        padding-bottom: 340px;
        margin-bottom: 0;
    }

    .fuksiarzs_types__items{
        gap: 16px;
    }

    .fuksiarzs_types__item{
        max-width: 296px;
    }

    .fuksiarzs_promotions__content{
        max-width: 100%;
    }

    .fuksiarzs_promotions__wrap {
        background: url(../fuksiarzs_img/fuksiarzs-bonuses-home-background.webp) no-repeat center top;
        background-size: 177px;
        padding-top: 177px;
        padding-bottom: 0px;
    }

    .fuksiarzs_promotions__title{
        text-align: center;
    }

    .fuksiarzs_join__wrap{
        border-radius: 0;
        padding: 40px 16px;
    }

    .fuksiarzs_footer__links{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 12px;
    }

    .fuksiarzs_footer__inner{
        gap: 16px;
    }

    .fuksiarzs_footer__image{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 16px;
    }

    .footer__list{
        gap: 16px;
    }

    .fuksiarzs_footer__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .fuksiarzs_footer__info{
        font-size: 14px;
    }

    .fuksiarzs_header__box {
        padding-top: 110px;
    }

    .fuksiarzs_header__btn {
        padding: 10px 14px;
    }

    .fuksiarzs_bonuses{
        margin-top: 220px;
    }

    .fuksiarzs_bonuses__wrap {
        background: url(../fuksiarzs_img/fuksiarzs-bonuses-background.webp) no-repeat center bottom;
        background-size: 296px;
        padding-top: 0px;
        padding-bottom: 260px;
    }

    .fuksiarzs_bonuses__content{
        max-width: 100%;
    }

    .fuksiarzs_bonuses__link{
        width: 100%;
        padding: 10px 24px;
        font-size: 12px;
    }

    .fuksiarzs_bonuses__item{
        max-width: 100%;
        border-radius: 10px;
    }

    .fuksiarzs_addiction {
        margin-top: 200px;
    }

    .popupcookie__title{
        font-size: 22px;
    }

    .popupcookie__subtitle{
        font-size: 14px;
    }

    .popupcookie__content{
        padding: 10px;
    }

    .popupcookie__button{
        font-size: 10px;
        padding: 10px;
    }

    .popupcookie__btn{
        font-size: 10px;
        padding: 10px;
    }

    .menu {
        top: 180px;
    }
}