.mobile660  {
    display: none;
}
.poster {
    text-align: right;
    position:relative;
    background-color: #fff;
}
.poster img {
    max-width: 100%;
}
.poster .text  {
    text-align: left;
    position: absolute;
    top: 20%;
    left: 4%;
}
.poster .text1 {
    font-size:40px;
    font-weight: bold;
    color: #f18d13;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr-Bold;
}
.poster .text2 {
    font-size: 40px;
    margin-top:5%;
    font-weight: bold;
    color: #f18d13;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr-Bold;
}
.poster .text3 {
    font-size:24px;
    margin-top:8%;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr-Bold;
}
.poster .text4 {
    font-size:18px;
    margin-top:10%;
}
.style h1 {
    font-family: HelveticaNeueCyr-Light;
    font-size:16px;
    line-height: 24px;
    font-weight: 400;
}
.btn-bonus-10000 {
    width:100%;
    border-radius: 10px;
    color:#fff !important;
    padding:10px;
    text-align: center;
    display: block;
}
picture img {
    max-width: 100%;
}
.btn-bonus-10000.orange {
    background-color: #f18d13;
}
.btn-bonus-10000.purple {
    background-color: #9d6d95;
}
.style .text p {
    margin:30px 0 0 0;
}
.style .text p span {
    margin-top:20px;
    color:#f18d13;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr-Bold;
}
@media (max-width: 1140px) {
    .poster .text2 {
        max-width: 500px;
        line-height: 45px;
    }
}
@media (max-width: 994px) {
    .poster {
        text-align: right;
    }
    .poster img {
        max-width: 80%;
    }
}
@media (max-width: 1040px) {
    .poster .text4  {
        display: none;
    }
    .style .mobile660  {
        display: block;
        background-color: #f5f5f5;
        width:100%;
        padding:10px;
        margin:0;
        font-style: italic;
        font-family: HelveticaNeueCyr;
    }
}
@media (max-width: 670px) {
    .poster .text2  {
        max-width: 300px;
    }
    .poster img {
        max-width: 60%;
    }
    .poster .text  {
        top:20%;
    }
    .poster .text1 {
        font-size:30px;
    }
    .poster .text2 {
        margin-top:1%;
        font-size: 30px;
    }
    .poster .text3 {
        margin-top:2%;
        font-size: 18px;
    }
}
@media (max-width: 500px) {
    .poster .text  {
        top:20%;
    }
    .poster .text1 {
        font-size:22px;
    }
    .poster .text2 {
        font-size: 22px;
        line-height: 30px;
        margin-top:2%;
    }
    .poster .text3  {
        margin-top:2%;
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    .poster .text  {
        top:20%;
    }
    .poster .text1 {
        font-size:16px;
    }
    .poster .text2 {
        font-size: 16px;
    }
    .poster .text3  {
        font-size: 12px;
    }
}