@font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat-regular.ttf");
}

@font-face {
    font-family: 'Montserrat-bold';
    src: url("../fonts/Montserrat-Bold.ttf");
}



html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    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: 'montserrat';
    background: #4a0b75;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    transition: 0.4s;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.reelzoneplay_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    top: 0px;
    left: 0;
}

.reelzoneplay_header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.reelzoneplay_header__box {
    padding-top: 160px;
    padding-bottom: 0px;
}

.header__link__logo {
    display: flex;
    align-items: center;
}

.reelzoneplay_header__links {
    display: flex;
    gap: 30px;
}

.reelzoneplay_header__burger {
    display: none;
}

.reelzoneplay_header__link {
    color: #FFF;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.4s;
}

.reelzoneplay_header__block {
    max-width: 637px;
}

.reelzoneplay_header__wrap {
    display: flex;
    gap: 20px;
    padding-bottom: 111px;
}

.reelzoneplay_header__title {
    font-family: 'Montserrat-bold';
    color: #FFF;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.reelzoneplay_header__play {
    display: flex;
    justify-content: center;
    width: 172px;
    padding: 13px 10px;
    background: #AC2FFF;
    text-transform: capitalize;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 120%;
    transition: 0.4s;
}

.reelzoneplay_header__play:hover {
    transition: 0.4s;
    background: #FFF;
    color: #000;
}

.reelzoneplay_header__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}


.reelzoneplay_history__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.reelzoneplay_history__subtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
}

.reelzoneplay_history {
    margin-bottom: 100px;
}


.reelzoneplay_advantages__wrap {
    padding: 40px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.reelzoneplay_advantages__item {
    width: 100%;
    max-width: 590px;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
}

.reelzoneplay_advantages__head {
    color: #6E6E68;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reelzoneplay_advantages__text {
    color: #6E6E68;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.reelzoneplay_advantages__text:last-child {
    margin-bottom: 0;
}

.reelzoneplay_advantages__wrapper {
    display: flex;
    justify-content: space-between;
}

.reelzoneplay_advantages__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 100%;
}


.reelzoneplay_advantages__images {
    max-width: 590px;
    width: 100%;
}

.red__text {
    color: #EF4483;
}

.reelzoneplay_advantages {
    margin-bottom: 100px;
}

.reelzoneplay_advantages__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.reelzoneplay_comparison__wrap {
    padding: 40px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.reelzoneplay_comparison__title {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.reelzoneplay_comparison__subtitle {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}

.reelzoneplay_comparison {
    margin-bottom: 100px;
}

.reelzoneplay__item {
    max-width: 400px;
    width: 100%;
}

.reelzoneplay__play {
    padding-top: 103px;
    padding-bottom: 103px;
    /* background: url("../img/bg.jpg") no-repeat center; */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/bg3.png") no-repeat center;
    background-attachment: fixed;

    background-size: cover;
}

.reelzoneplay__title {
    font-family: 'Montserrat-bold';
    color: #FFF;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.reelzoneplay__img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    padding: 5px;
    background: linear-gradient(45deg, #ff6ec4, #7873f5, #4ade80);
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    position: relative;
}

.reelzoneplay__img:hover {
    transform: scale(1.15);
    box-shadow: 0 0 30px rgba(255, 110, 196, 0.7), 0 0 40px rgba(120, 115, 245, 0.7), 0 0 50px rgba(74, 222, 128, 0.7);
    animation-play-state: paused;
}

.reelzoneplay__img::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    background: inherit;
    filter: blur(15px);
    z-index: -1;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.reelzoneplay__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.reelzoneplay__content {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.reelzoneplay__name {
    color: #FFF;
    font-family: 'Montserrat-bold';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 15px;
    padding-top: 20px;
    text-align: center;
}

.reelzoneplay__link {
    padding: 10px 0px;
    background: #AC2FFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    transition: 0.4s;
}

.reelzoneplay__link:hover {
    transition: 0.4s;
    background: #FFF;
    color: #000;
}

.reelzoneplay_footer {
    background: #4a0b75;
    padding-top: 70px;
    padding-bottom: 70px;
}

.reelzoneplay_footer__wrap {
    display: flex;
    justify-content: space-between;
}

.reelzoneplay_footer__left {
    max-width: 921px;
    width: 100%;
}

.reelzoneplay_footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 98px;
    max-width: 231px;
    width: 100%;
}

.reelzoneplay_footer__title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.reelzoneplay_footer__text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.reelzoneplay_footer__nav {
    display: flex;
    gap: 44px;
    padding-top: 25px;
}

.reelzoneplay_footer__link {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    transition: 0.4s;
}

.reelzoneplay_footer__link:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.reelzoneplay_footer__info {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.reelzoneplay_about {
    /* background: url("../img/about.png") no-repeat center; */
    background: linear-gradient(180deg, #1C4351 0%, #00000044 100%), url("../img/bg11.png") no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 100px;
    padding-bottom: 100px;
}

.reelzoneplay_about__wrap {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.reelzoneplay_about__content {
    max-width: 483px;
}

.reelzoneplay_about__title {
    color: #FFF;
    font-size: 48px;
    font-family: 'Montserrat-bold';
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.reelzoneplay_about__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}


.reelzoneplay_contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../img/form.png") no-repeat center;
    background-size: cover;
}

.reelzoneplay_contact__title {
    color: #FFF;
    font-family: 'Montserrat-bold';
    font-size: 48px;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.48px;
    margin-bottom: 40px;
}

.reelzoneplay___form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.reelzoneplay_contact__label {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.reelzoneplay___input {
    height: 47px;
    padding: 15px 10px 15px 20px;
    border: 1px solid #FFF;
    background: #131313;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;
}

.reelzoneplay___message {
    height: 80px;
    padding: 15px 10px 15px 20px;
    border: 1px solid #FFF;
    background: #131313;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    margin-bottom: 20px;
}

.reelzoneplay___btn {
    width: 100%;
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    background: #AC2FFF;
    color: #FFF;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    transition: 0.4s;
}

.reelzoneplay___btn:hover {
    background: #FFF;
    color: #AC2FFF;
    transition: 0.4s;
}

.modal {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal__title {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn {
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    border-radius: 30px;
    background: #AC2FFF;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.modal__btn:hover {
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.40);
    box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12.5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 680px;
    border-radius: 5px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cookie-popup.hidden {
    display: none;
}

.popupcookie {
    display: flex;
    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: 540px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.70);
    padding: 20px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title {
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.1px;
    text-align: center;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.popupcookie__subtitle {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-align: center;
}

.popupcookie__btn {
    border: none;
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 30px;
    background: #AC2FFF;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.popupcookie__button {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #060606;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
}

.popupcookie__button:hover {
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.popupcookie__btns {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover {
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}


.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: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px;
}

.header__img_mob {
    display: none;
}

.popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
    border-radius: 10px;
    border: 1px solid #A992C8;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

.popup__game {
    width: 100%;
    height: 400px;
}

.popup__iframe {
    width: 100%;
    height: 100%;
}

.popup__title {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content {
    display: flex;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.reelzoneplay_demo {
    padding-top: 100px;
    padding-bottom: 100px;
}

.reelzoneplay_demo__title {
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.reelzoneplay_demo__wrapper {
    border: 1px solid #363636;
}

.reelzoneplay_demo__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 615px;
}

.reelzoneplay_demo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.reelzoneplay_demo {
    margin-bottom: 0px;
}


.active__block {
    display: flex;
}


@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .reelzoneplay_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .reelzoneplay_header__wrap {
        gap: 0;
    }

    .reelzoneplay_header__links {
        display: none;
    }

    .reelzoneplay_header__burger {
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 22px;
    }

    .reelzoneplay_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }

    .reelzoneplay_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
    }

    .reelzoneplay_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 5px;
    }

    .reelzoneplay_header__line {
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        background: rgba(0, 0, 0, 0.60);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        border-radius: 0;
        justify-content: flex-start;
        align-items: center;
        max-width: 1240px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #060606;
        padding: 20px;
    }

    .menu.active {
        display: flex;
    }

    .header__img_mob {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc {
        display: none;
    }

    .reelzoneplay_header__block {
        max-width: 100%;
    }

    .reelzoneplay_advantages__wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .reelzoneplay_advantages__item {
        max-width: 100%;
    }

    .reelzoneplay_advantages__images {
        display: flex;
        max-width: 100%;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .reelzoneplay_footer__wrap {
        flex-direction: column;
        gap: 41px;
    }

    .reelzoneplay_footer__right {
        gap: 20px;
    }

    .reelzoneplay_footer__nav {
        flex-wrap: wrap;
    }

    .reelzoneplay_about__content {
        max-width: 100%;
    }

    .reelzoneplay_about {
        /* background-image: url("../img/about.png"); */
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
    }

    .reelzoneplay_header__box {
        /* background-color: rgba(0, 0, 0, 0.5); */
        background-blend-mode: multiply;
    }

}


@media (max-width: 991px) {


    .reelzoneplay_footer__wrap {
        flex-direction: column;
    }

    .reelzoneplay_footer__left {
        flex-direction: column;
    }

    .reelzoneplay_footer__text {
        max-width: 100%;
    }


}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .reelzoneplay_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .reelzoneplay_header__title {
        font-size: 28px;
        margin-bottom: 11px;
    }

    .reelzoneplay_header__subtitle {
        font-size: 12px;
        margin-bottom: 11px;
    }

    .reelzoneplay_header__play {
        font-size: 16px;
    }

    .reelzoneplay_header__block {
        padding: 20px 10px;
    }

    .reelzoneplay_history__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .reelzoneplay_history__subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .reelzoneplay_advantages__wrap {
        padding: 20px 10px;
    }

    .reelzoneplay_advantages__list {
        padding-left: 20px;
    }


    .reelzoneplay_advantages__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .reelzoneplay_advantages__text {
        font-size: 16px;
    }

    .reelzoneplay_comparison__wrap {
        padding: 20px 10px;
    }


    .reelzoneplay_comparison__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .reelzoneplay_comparison__subtitle {
        font-size: 16px;
    }

    .reelzoneplay_footer__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .reelzoneplay_footer__text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .reelzoneplay_footer__link {
        font-size: 14px;
    }

    .reelzoneplay_footer__info {
        font-size: 14px;
    }

    .reelzoneplay_history {
        margin-bottom: 30px;
    }

    .reelzoneplay_advantages {
        margin-bottom: 30px;
    }

    .reelzoneplay_comparison {
        margin-bottom: 30px;
    }

    .reelzoneplay_demo__title {
        font-size: 30px;
        margin-bottom: 20px;
    }


    .popupcookie__title {
        font-size: 20px;
    }

    .popupcookie__subtitle {
        font-size: 12px;
    }

    .modal__title {
        font-size: 20px;
    }

    .modal__subtitle {
        font-size: 12px;
    }

    .modal__btn {
        padding: 10px;
        font-size: 14px;
    }

    .reelzoneplay_advantages__head {
        font-size: 18px;
    }

    .reelzoneplay_demo__wrapper {
        padding-top: 536px;
    }

    .reelzoneplay_header__play {
        max-width: 100%;
    }

    .reelzoneplay_header {
        padding-top: 0px;
    }

    .reelzoneplay_footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .reelzoneplay_header__box {
        /* background-color: #4a0b75; */
        background-blend-mode: multiply;
        background-size: contain;
        padding-top: 60px;
    }

    .reelzoneplay_header__wrap {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .reelzoneplay_header__logo {
        max-width: 160px;
    }

    .reelzoneplay__play {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .reelzoneplay__title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 40px;
    }

    .reelzoneplay__item {
        max-width: 206px;
    }

    .reelzoneplay__name {
        font-size: 20px;
        text-align: center;
    }

    .reelzoneplay_footer__nav {
        flex-direction: column;
        gap: 4px;
    }

    .reelzoneplay__link {
        font-size: 16px;
    }

    .reelzoneplay_about__content {
        max-width: 100%;
    }

    .reelzoneplay_about__title {
        font-size: 30px;
        margin-bottom: 11px;
    }

    .reelzoneplay_about__text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .reelzoneplay_about {
        padding-top: 40px;
        padding-bottom: 157px;
        /* background-image: url("../img/about.png"); */
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: multiply;
        background-position: 0px;
    }


    .desc__top {
        padding-top: 140px;
        padding-bottom: 50px;
    }

    .reelzoneplay_contact__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .reelzoneplay_contact__label {
        font-size: 14px;
    }

    .reelzoneplay_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .reelzoneplay_demo {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}
