.real-money-buton{
	display: none!important;
}

.brand-details{
	display: none!important;
}
.real-money-buton a{
	display: none!important;
}
/*.ban_desktop{
	display: none!important;
}
.ban_mobile{
	display: none!important;
}*/
.btn_review:nth-child(2) {
	display: none!important;
}


 
/*.itemTopBottom{
	display: none!important;
}  */
.white-text { 
	color: white!important;
}

/*#topHead{
   display: none!important; 
}*/



/* Анимация текст долна лента */
.zoom-in-zoom-out {
	font-size: 15px
   display: inline-block; 
   animation: scaleText 2s infinite ease-in-out;
}


@keyframes scaleText {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5); 
    }
}


@media(max-width: 767px) {
    .menu-open #menu-main-menu {
        display: block !important;
    }
}

@media (max-width: 1225px) {
    #myfooter .rirst-ftR {
        padding: 0 10px;
    }
}

/* Helpers */
.text-center {
    text-align: center;
}
.m-auto {
    margin: 0 auto;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-direction-column {
    flex-direction: column;
}
.align-items-baseline {
    align-items: baseline;
}

.w-full {
    width: 100%;
}

/*newsletter*/
.newsletter {
    background: #ecf0f1;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}


.newsletter-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.newsletter-email {
    margin: 0;
    padding: 25px 10px;
    width: 100%;
}

.newsletter-email-label {
    margin-right: 15px;
}

.newsletter-btn {
    background: #15a2ff;
    color: #fff;
    padding: 18px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    max-width: 170px;
    width: 100%;
}

.newsletter-form {
    max-width: 650px;
    margin: 0 auto 30px;
}

.error-message {
    color: red;
}

.success-message {
    color: green;
}

.error-input {
    border: 1px solid red;
}

.newsletter-message {
    margin: 20px 0;
}

@media (max-width: 680px) {
    .sm-flex-wrap {
        flex-wrap: wrap;
    }

    .newsletter-email-label {
        margin: 0 0 10px;
    }

    .newsletter-btn {
        max-width: inherit;
    }
}

.animate__animated {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight;
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}


@media(min-width: 768px){
    .modalGift .bonusHolder{
        max-width: 840px!important;
    }

    .modalGift .btn.btn-purple{
        width: 25%;
        text-align: center!important;
    }

    .modalGift .bonusGift span{
        font-size: 19px!important;
    }
}