.raffle-banner {
    height: 359px;
    background: #feed00 url(../img/banner.png) top center no-repeat;
}

.raffle-banner__img {
    margin-top: 22px;
    margin-left: 25px;
}

h1.raffle-banner__h1 {
    font-size: 36px;
    line-height: 43px;
    margin: 0;
    text-align: left;
    margin-top: 5px;
    margin-left: 40px;
}

.raffle-banner__text {
    font-size: 18px;
    line-height: 22px;
    color: #151616;
    margin-left: 40px;
    margin-top: 5px;
}

.raffle-banner__buttons {
    margin-left: 40px;
    margin-top: 28px;
    width: 484px;
    display: flex;
    justify-content: space-between;
}

.raffle-banner__button {
    width: 229px;
    border: 2px solid #E41E27;
    box-sizing: border-box;
    border-radius: 21px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #151616;
}

.raffle-banner__button-1 {
    background: #E41E27;
    color: #FFF;
}

.raffle-banner__button:hover {
    color: initial;
}

.raffle-banner__button-1:hover {
    color: #FFF;
}

.raffle-conditions {
    color: #151616;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}

.raffle-conditions__top {
    background: #F8F8F8;
    padding: 66px 0;
}

.raffle-conditions__top .container {
    display: flex;
}

.raffle-conditions__top-img {
    margin-right: 138px;
}

.raffle-conditions__top-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.raffle-conditions__text {
    position: relative;
}

.raffle-conditions__text:first-child {
    margin-bottom: 34px;
}

.raffle-conditions__top .raffle-conditions__text:first-child::before {
    content: url(../img/img_3.png);
    position: absolute;
    top: -8px;
    left: -52px;
    z-index: -1;
}

.raffle-conditions__bottom {
    padding-top: 117px;
    padding-bottom: 171px;
}

.raffle-conditions__bottom .container {
    position: relative;
}

.raffle-conditions__bottom .raffle-conditions__text:first-child {
    margin-bottom: 45px;
}

.raffle-conditions__bottom .raffle-conditions__text:last-child::before {
    content: "";
    position: absolute;
    top: -14px;
    left: -28px;
    width: 66px;
    height: 66px;
    background: #FEED00;
    border-radius: 33px;
    z-index: -1;
}

.raffle-conditions__bottom-img {
    position: absolute;
    bottom: -149px;
    right: 24px;
    line-height: 0;
}

.raffle-form {
    height: 492px;
    background: #FEED00;
}

.raffle-form .container {
    display: flex;
}

.raffle-form .container > div {
    width: 50%;
}

.raffle-form__left {
    display: flex;
    height: 492px;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 65px;
}

.raffle-form__right {
    margin-top: 70px;
    color: #151616;
}

.raffle-form__title {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.raffle-form__title b {
    font-weight: normal;
    font-family: 'NeoSansPro-Bold';
}

.raffle-form input[type="text"] {
    width: 370px;
    height: 42px;
    border-radius: 8px;
    border: none;
    margin-bottom: 16px;
    font-size: 18px;
    padding: 0 13px;
    font-family: 'NeoSansPro-Regular';
}

.raffle-form label {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}

.raffle-form label a {
    margin-top: 5px;
    display: block;
    color: #E91A23;
}

.raffle-form input[type="submit"] {
    width: 270px;
    height: 42px;
    background: #E41E27;
    border-radius: 21px;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin-top: 40px;
    font-family: 'NeoSansPro-Regular';
}

.raffle-form input.privacy_opacity[type="submit"] {
    opacity: 0.5;
    cursor: text;
}

.raffle-form input[type="checkbox"] {
    display: none;
}

.raffle-form input[type="checkbox"] ~ label::before {
    content: "";
    background: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -2px;
    left: 0;
    border-radius: 3px;
}

.raffle-form input[type="checkbox"]:checked ~ label::after {
    content: "";
    background: url(../img/gal.png) center center no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -2px;
    left: 1px;
}

.raffle-form .privacy_box {
    padding-top: 0;
}

.raffle-form__success {
    display: none;
    font-size: 18px;
}

.raffle-timer {
    background: #F8F8F8;
    overflow: hidden;
}

.raffle-timer .container {
    height: 298px;
    display: flex;
    align-items: center;
    position: relative;
}

.raffle-timer__text {
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    color: #151616;
}

.raffle-timer__img {
    position: absolute;
    top: -71px;
    right: 50px;
}

.raffle-timer__counter {
    font-family: 'NeoSansPro-Medium';
    position: absolute;
    top: 168px;
    left: 296px;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.raffle-timer__counter span {
    font-size: 72px;
    line-height: 72px;
    color: #E41E27;
}

.raffle-table {
    color: #151616;
}

.raffle-table__head {
    padding-top: 71px;
    padding-bottom: 57px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.raffle-table__head-left {
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
}

.raffle-table__head-left span {
    color: #E41E27;
}

.raffle-table__head-right {
    font-size: 24px;
    line-height: 29px;
    text-align: right;
}

.raffle-table__block {
    border: 2px solid #FEED00;
    box-sizing: border-box;
    border-radius: 10px;
}

.raffle-table__block-head {
    display: flex;
    font-size: 24px;
    line-height: 29px;
    border-bottom: 2px solid #E5E5E5;
    padding: 41px 0 13px;
    margin: 0 70px;
}

.raffle-table__block-cell:nth-child(1) {
    width: 130px;
}

.raffle-table__block-cell:nth-child(2) {
    width: 230px;
}

.raffle-table__block-cell:nth-child(3) {
    width: 295px;
}

.raffle-table__block-body {
    padding: 0 70px 41px;
    overflow-y: scroll;
    max-height: 345px;
    margin-right: 6px;
}

.raffle-table__block-row {
    display: flex;
    font-size: 18px;
    line-height: 22px;
    padding-top: 18px;
}

.raffle-table__block-body::-webkit-scrollbar {
    width: 6px;
}

.raffle-table__block-body::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #E5E5E5;
}

.raffle-video {
    text-align: center;
}

.raffle-video__title {
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    color: #151616;
    margin-top: 70px;
    margin-bottom: 56px;
}

.raffle-answers {
    text-align: center;
    color: #151616;
    margin-bottom: 140px;
}

.raffle-answers__title {
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    margin-top: 120px;
    margin-bottom: 49px;
}

.raffle-answers__item {
    text-align: left;
    width: 570px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 16px;
}

.raffle-answers__name {
    padding: 10px 14px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    border: 2px solid #FEED00;
    box-sizing: border-box;
    border-radius: 6px;
}

.raffle-answers__name::before {
    content: url(../img/gal_2.png);
    position: absolute;
    top: 14px;
    right: 12px;
    line-height: 0;
}

.raffle-answers__item.active .raffle-answers__name {
    background: #FEED00;
}

.raffle-answers__item.active .raffle-answers__name::before {
    transform: rotate(180deg);
}

.raffle-answers__text {
    display: none;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    margin-top: 22px;
    margin-bottom: 35px;
}

.raffle-answers__text a {
    text-decoration: underline;
    color: #E41E27;
}

.raffle-answers__bottom {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-top: 37px;
}

.raffle-answers__bottom span {
    color: #E41E27;
}

.raffle-banner__girl {
    display: none;
    line-height: 0;
}

.raffle-table__button {
    display: none;
}
.raffle-table__open {
    font-size: 24px;
    line-height: 29px;

}
.raffle-blur {
    filter: blur(2px);
}

.raffle-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FEED00;
    opacity: 0.5;
    display: none;
    z-index: 998;
}

.raffle-table__block-close {
    display: none;
}



@media (max-width: 1199px) {
    .raffle-conditions__bottom-img {
        right: 0;
    }

    .raffle-conditions__bottom-img img {
        width: 500px;
    }

    .raffle-banner__img {
        margin-top: 0;
    }

    h1.raffle-banner__h1 {
        margin-top: 0;
    }

    .raffle-timer__img {
        right: 0;
    }

    .raffle-timer__text {
        z-index: 2;
    }

    .raffle-table__block-cell:nth-child(1) {
        width: 70px;
    }

    .raffle-table__block-cell:nth-child(2) {
        width: 200px;
    }

    .raffle-table__block-cell:nth-child(3) {
        width: 180px;
    }

    .raffle-table__head-right {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .raffle-conditions__bottom-img img {
        width: 350px;
    }

    .raffle-timer__img {
        right: -120px;
    }

    .raffle-table__block-cell:nth-child(1) {
        width: 50px;
    }

    .raffle-table__block-cell:nth-child(2) {
        width: 180px;
    }

    .raffle-table__block-cell:nth-child(3) {
        width: 150px;
    }

    .raffle-table__block-cell:nth-child(4) {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .raffle-banner {
        background: #feed00;
        height: initial;
        padding-bottom: 50px;
    }

    .raffle-conditions__top-img {
        display: none;
    }

    .raffle-conditions__top {
        padding-left: 50px;
    }

    .raffle-conditions__bottom {
        padding-left: 50px;
    }

    .raffle-conditions__bottom-img {
        bottom: -250px;
    }

    .raffle-form__left {
        display: none;
    }

    .raffle-form__right {
        padding-left: 50px;
    }

    .raffle-form .container > div {
        width: 100%;
    }

    .raffle-timer__text {
        max-width: 320px;
    }

    .raffle-timer__img {
        right: -190px;
    }

    .raffle-table__block-cell:nth-child(4) {
        display: none;
    }

    .raffle-table__head {
        display: block;
    }

    .raffle-table__head-right {
        text-align: left;
        margin-top: 30px;
    }

    .raffle-answers__title {
        padding: 0 15px;
    }

    .raffle-answers__item {
        width: 90%;
    }

    h1.raffle-banner__h1 {
        max-width: 100%;
        color: #151616;
    }

    .raffle-conditions__bottom-img {
        display: none;
    }
}

@media (max-width: 569px) {
    .raffle-banner__buttons {
        flex-direction: column;
        width: initial;
    }

    .raffle-banner__button-1 {
        margin-bottom: 20px;
    }

    .raffle-table__block-head {
        margin: 0 25px;
    }

    .raffle-table__block-body {
        padding: 0 25px 41px;
    }

    .raffle-conditions__bottom {
        padding-left: 20px;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 480px) {
    .raffle-banner {
        padding-bottom: 24px;
        overflow: hidden;
    }

    .raffle-banner .container {
        position: relative;
    }

    .raffle-banner__img {
        margin-top: 14px;
        margin-left: 0;
    }

    .raffle-banner__img img {
        max-width: 136px;
    }

    h1.raffle-banner__h1 {
        font-size: 24px;
        line-height: 29px;
        margin-left: 0;
    }

    .raffle-banner__text {
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.03em;
        margin-left: 0;
        margin-top: 11px;
    }

    .raffle-banner__buttons {
        margin-left: 0;
        margin-top: 70px;
    }

    .raffle-banner__button {
        width: 152px;
        line-height: 40px;
        font-size: 14px;
    }

    .raffle-banner__button-1 {
        margin-bottom: 8px;
    }

    .raffle-banner__girl {
        display: block;
        position: absolute;
        bottom: -24px;
        right: -114px;
    }

    .raffle-conditions {
        font-size: 18px;
        line-height: 22px;
    }

    .raffle-conditions__top {
        padding: 0;
        padding-top: 25px;
        padding-bottom: 55px;
    }

    .raffle-conditions__top .container {
        position: relative;
        padding-top: 219px;
    }

    .raffle-conditions__top-img {
        display: block;
        position: absolute;
        margin-right: 0;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .raffle-conditions__top-img img {
        max-width: 226px;
    }

    .raffle-conditions__top-info {
        margin-left: 33px;
    }

    .raffle-conditions__text:first-child {
        margin-bottom: 20px;
    }

    .raffle-conditions__top .raffle-conditions__text:first-child::before {
        content: url(/rozygrysh/css/../img/img_9.png);
        position: absolute;
        top: -3px;
        left: -32px;
        z-index: -1;
    }

    .raffle-conditions__bottom {
        padding: 0;
    }

    .raffle-conditions__bottom .container {
        position: relative;
        padding-top: 205px;
        padding-bottom: 50px;
    }

    .raffle-conditions__bottom-img {
        display: block;
        position: absolute;
        top: -21px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .raffle-conditions__bottom-img img {
        width: 290px;
    }

    .raffle-conditions__bottom-info {
        padding-left: 7px;
    }

    .raffle-conditions__bottom .raffle-conditions__text:first-child {
        margin-bottom: 20px;
    }

    .raffle-conditions__bottom .raffle-conditions__text:last-child::before {
        content: "";
        position: absolute;
        top: -2px;
        left: -5px;
        width: 28px;
        height: 28px;
        background: #FEED00;
        border-radius: 14px;
        z-index: -1;
    }

    .raffle-form {
        height: initial;
    }

    .raffle-form__right {
        padding-left: 0;
    }

    .raffle-form .container > div {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .raffle-form__title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 20px;
    }

    .raffle-form input[type="text"] {
        width: 100%;
    }

    .raffle-form input[type="submit"] {
        width: 288px;
        margin-top: 20px;
    }

    .raffle-timer__text {
        font-size: 18px;
        line-height: 22px;
    }

    .raffle-timer .container {
        height: 383px;
        padding-top: 36px;
        text-align: center;
        display: block;
    }

    .raffle-timer__img {
        right: 0;
        top: 80px;
        left: -119px;
    }

    .raffle-timer__img img {
        max-width: 510px;
    }

    .raffle-timer__counter {
        top: 130px;
        left: 237px;
    }

    .raffle-table__head {
        padding-top: 33px;
        padding-bottom: 45px;
    }

    .raffle-table__head-left {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .raffle-table__head-right {
        margin-top: 14px;
        font-size: 14px;
        line-height: 17px;
    }

    .raffle-table__head-right br {
        display: none;
    }

    .raffle-table__block {
        display: none;
        box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
        border: none;
        position: fixed;
        background: #fff;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        z-index: 999;
    }

    .raffle-table__block-head {
        margin: 0;
        font-size: 16px;
        line-height: 19px;
        padding: 13px 15px 15px;
    }

    .raffle-table__block-body {
        padding: 0px 15px 20px;
        max-height: initial;
        height: calc(100% - 49px);
    }

    .raffle-table__block-row {
        font-size: 16px;
        line-height: 19px;
    }

    .raffle-table__block-cell:nth-child(1) {
        width: 33px;
    }

    .raffle-table__block-cell:nth-child(2) {
        width: 85px;
    }

    .raffle-table__block-cell:nth-child(3) {
        width: initial;
    }

    .raffle-table__block-close {
        position: absolute;
        top: -8px;
        right: -8px;
        cursor: pointer;
        display: block;
    }

    .raffle-table__button {
        display: block;
        width: 288px;
        border: 2px solid #E41E27;
        box-sizing: border-box;
        border-radius: 21px;
        font-size: 14px;
        line-height: 36px;
        margin: 0 auto;
        text-align: center;
        cursor: pointer;
    }

    .raffle-answers__title {
        margin-top: 38px;
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 22px;
    }

    .raffle-answers__item {
        font-size: 14px;
        line-height: 17px;
    }

    .raffle-answers__text {
        font-size: 14px;
        line-height: 19px;
        margin-top: 14px;
        margin-bottom: 16px;
    }

    .raffle-answers {
        margin-bottom: 32px;
    }

    .raffle-answers__bottom {
        font-size: 18px;
        line-height: 22px;
        margin-top: 32px;
    }

}