@font-face {
	font-family: riffic;
	src: url('../fonts/riffic.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: riffic, sans-serif;
}

body{
    background: #840D21;
    z-index: -100;
    position: relative;
}
header {
    z-index: 0;
    width: 1080px;
    margin: 0 auto;
    height: 800px;
    position: relative;
    background: linear-gradient(to bottom, #FFFFFF, #AE5F6C);
}
.header__bg_bg{
    position: absolute;
    z-index: -2;
    background: linear-gradient(to bottom, #FFFFFF, #AE5F6C);
    top: 0;
    height: 800px;
    width: 100%;
}
.text-right{
    display: flex;
    flex-direction: row;
    width: 413px;
    position: relative;
    left: 663px;
    top: 20px;
    overflow: hidden;
    height: 167px;
    justify-content: space-between;
}
.text-right-wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #840D21;
    font-size: 1.75rem;
    -webkit-text-stroke: 1px #FAE013;
    transform: rotate(337deg);
}
.text-right-number{
    -webkit-text-stroke: 0px;
    font-size: 3.5rem;
}
.text-wrapper{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 7.2vw;
}
.text_data_competition{
    color:#FAE013;
    -webkit-text-stroke: 5px #840D21;
    font-size: 3.2rem;
}
.text_1-line{
    color: #840D21;
    -webkit-text-stroke: 5px #ffffff;
    font-size: 7.15rem;
}
.text_2-line{
    color: #ffffff;
    -webkit-text-stroke: 5px #840D21;
    font-size:  5.4rem;
}
.text_3-line{
    color:#FAE013;
    -webkit-text-stroke: 5px #840D21;
    font-size:  6.4rem;
}
.text_4-line{
    color: #ffffff;
    -webkit-text-stroke: 5px #840D21;
    font-size: 3.48rem;
}
.fire_line{
    position: absolute;
    width: 1080px;
    top: -76px;
    z-index: -2;
}
.snake{
    position: relative;
    width: 345px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -76px;
    right: -704px;
    z-index: -1;
}
.culich_2 {
    position: relative;
    top: -1435px;
    right: 16px;
    z-index: 2;
    width: 260px;
}

.buttons {
    position: absolute;
    top: 696px;
    z-index: 10;
    width: 1080px;
    display: flex;
    justify-content: space-evenly;
}

.main_button {
    border: none;
    font-size: 2rem;
    padding: 1% 4%;
    border-radius: 15px;
    background-color: #FAE013;
    color: #840D21;
    cursor: pointer;
}

.main_button:hover {
    color: #FAE013;
    background: #840D21;
}

.deadline {
    position: relative;
    font-size: 2.4rem;
    color: #fff;
    width: 360px;
    text-align: center;
    top: -100px;
    right: -668px;
}

.wrapper__timing {
    position: relative;
    top: 20px;
    right: -655px;
    display: flex;
    flex-direction: column;
    width: 392px;
    align-items: center;
}

.test_finish_promo {
    position: relative;
    top: 10px;
    width: 390px;
    right: -655px;
    color: #FAE013;
    text-align: center;
    font-size: 2rem;
    display: block;
    -webkit-text-stroke: 2px #840D21;
}

.main_timing {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.timing {
    display: flex;
    align-items: center;
    font-size: 3rem;
}

.timing__number {
    display: flex;
    margin-right: 1%;
}

.timing_dot {
    margin-right: 1%;
}

.text__timing {
    font-size: 2rem;
    display: flex;
    color: #840D21;
}

.timing__number > div {
    background: #840D21;
    margin-right: 6%;
    width: 40px;
    text-align: center;
    color: #FAE013;
}

.wrapper__super_gift {
    width: 1080px;
    margin: 0 auto;
}

.header_text {
    background: #fff;
    font-size: 4rem;
    color: #840D21;
    padding: 0.2% 5%;
    position: relative;
    text-align: center;
}
.title_login{
    text-align: start;
}

.header_text > img {
    width: 110px;
    position: absolute;
    z-index: 2;
    right: 35px;
    /*left: calc((100vw - 1080px)/2 + 1080px - 154px);*/
}
.wrapper__list_gift{
    background: #840D21;
}

.list_gift_text {
    color: #FAE013;
    font-size: 2.5rem;
    text-align: center;
    padding: 4% 2%;
}

.list_gift {
    display: flex;
    justify-content: center;
    /*margin-bottom: 3%;*/
}

.gift {
    overflow: hidden;
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1%;
}
.gift-eleps{
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.gift-eleps> img{
    width: 240px;
    height: 240px;
    padding: 2%;
}
.img_alisa{
    height: 200px;
    padding: 15% 5% 15% 5% !important;
}
#pelmeni{
    margin-bottom: 7%;
}
.gift > p {
    margin-bottom: 10%;
    margin-top: 3%;
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
}

.warning {
    color: #C18690;
    font-size: 0.95vw;
    padding: 1% 0;
}

.gift_from_portner > .list_gift > .gift > img {
    width: 240px;
    background: none;
    border-radius: 0;
    padding: 10%;
}

.gift_from_portner > .list_gift > .gift > p {
    margin-top: 0;
}

.green_circle {
    text-align: center;
    width: 100px;
    height: 100px;
    font-size: 1.2rem;
    background: #840D21;
    color: #FAE013;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    padding: 1% 0;
    z-index: 2;
}

.postavshiki {
    margin-top: 2%;
}

.postavshiki > .list_gift > .gift > img {
    padding: 10%;
}

.block_login {
    margin-top: 3%;
    padding: 2%;
    border-radius: 20px;
    color: #840D21;
    background-color: #C18690;
}

.block_login_title {
    margin: 1% 0;
    text-align: right;
}

.block_login_title > span {
    background: #FAE013;
    color: #840D21;
    font-size: 3.7rem;
    padding: 1%;
    border-radius: 20px;
}

.block_login_title > span > p {
    display: inline-block;
    color: #000;
    transform: rotate(45deg);
    cursor: pointer;
    font-family: arial, sans-serif;
    padding-bottom: 2%;
    padding-right: 2%;
}

.block_login_input {
    display: flex;
    flex-direction: column;
}

.input_label {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    padding: 2% 2% 2% 0;
}

.block_login_input_tel_number, .block_login_input_fio, .block_login_input_code_check {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1%;
}

.input {
    border: none;
    font-size: 3rem;
    width: 84.6%;
    border-radius: 10px;
    padding: 1%;
}

.block_login_button {
    display: flex;
    justify-content: space-between;
    padding: 2% 0;
}

.block_login_button > div {
    display: flex;
    width: 50%;
}

.block_login_button > div > label {
    display: block;
    font-size: 2rem;
    text-decoration: underline;
    margin-left: 2%;
    text-align: center;
}

.block_login_button > div > input {
    width: 16%;
}

.button_login {
    width: 45%;
    font-size: 4rem;
    border: none;
    background: #FAE013;
    color: #840D21;
    cursor: pointer;
    border-radius: 15px;
}

.button_login:hover {
    color: #fff;
    background: #fba95c;
}

.block_social {
    margin: 3%;
}

.block_social_title {
    color: #fff;
    font-size: 3.5rem;
    text-align: center;
}

.block_social_title > span > a {
    color: #FAE013;
}

.block_social_qr {
    margin: 5% 0;
    display: flex;
    justify-content: space-between;

}

.social_qr {
    text-align: center;
    width: 48%;
    z-index: 1;
}

.block_steps {
    display: flex;
    justify-content: space-around;
    margin: 6% 0;
}

.steps_rules {
    width: calc(80% / 3);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid #fff;
    padding: 2%;
    border-radius: 20px;
}

.steps_rules > div {
    color: #840D21;
    background: #fff;
    font-size: 4rem;
    padding: 12%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 8%;
}

.steps_rules > p {
    color: #fff;
    font-size: 1rem;
}

.block_instruction {
    display: flex;
    justify-content: space-around;
    margin: 6% 0;
}

.photo_instruction {
    text-align: center;
    color: #c8172d;
    background: #fff;
    width: 52%;
}

.photo_instruction > img {
    width: 100%;
}

.steps_instruction {
    font-size: 1.4rem;
    width: 45%;
    color: #fff;
    margin-top: 5%;
}

.steps_instruction > p {
    margin-bottom: 2%;
}

.steps_instruction > p > span {
    color: #FAE013;
    font-size: 1.8rem;
}

.list_winners {
    margin: 6% 0;
    color: white;
    text-align: center;
    font-size: 4.5vw;
}

.list_winners > p {
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
}

.list_winners > div {
    background: #fff;
    color: #c8172d;
    font-size: 3rem;
    text-align: center;
    padding: 3%;
    margin: 3%;
    border-radius: 40px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);
}

#count_check {
    position: absolute;
    font-size: 1.5rem;
    padding: 1%;
    top: 350px;
    right: 0;
}
.sponser{
    justify-content: center;
}
.priz_bg {
    width: 1080px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
}
.eleps_1,
.eleps_2,
.eleps_3,
.eleps_4,
.eleps_5,
.eleps_6,
.eleps_7,
.eleps_8,
.eleps_9,
.eleps_10,
.eleps_11,
.eleps_12,
.eleps_13,
.eleps_14,
.eleps_15,
.eleps_16,
.eleps_17,
.eleps_18,
.eleps_19,
.eleps_20{
    position: absolute;
    filter: blur(2px);
}
.eleps_1 {
    height: 40px;
    top: 1055px;
}
.eleps_2{
    height: 40px;
    top: 1055px;
}
.eleps_3{
    height: 45px;
    top: 1110px;
}
.eleps_4{
    height: 45px;
    top: 1110px;
}
.eleps_5{
    height: 70px;
    top: 1180px;
}
.eleps_6{
    height: 70px;
    top: 1180px;
}
.eleps_7{
    height: 85px;
    top: 1240px;
}
.eleps_8{
    height: 85px;
    top: 1240px;
}
.eleps_9{
    height: 95px;
    top: 1640px;
}
.eleps_10{
    height: 85px;
    top: 2040px;
}
.eleps_11{
    height: 85px;
    top: 2230px;
}
.eleps_12{
    height: 85px;
    top: 2495px;
}
.eleps_13{
    height: 45px;
    top: 2920px;
}
.eleps_14{
    height: 100px;
    top: 2940px;
}
.eleps_15{
    height: 50px;
    bottom: 1100px;
}
.eleps_16{
    height: 100px;
    bottom: 760px;
}
.eleps_17{
    height: 150px;
    bottom: 820px;
}
.eleps_18{
    height: 80px;
    bottom: 560px;
}
.eleps_19{
    height: 120px;
    bottom: 475px;
}
.eleps_20{
    height: 130px;
    bottom: 5px;
}
.logo_1, .logo_2, .logo_3, .logo_4, .logo_5{
    top: -18px;
}

.arrow_left, .arrow_right {
    position: absolute;
    height: 220px;
    bottom: 540px;
    width: 180px;
}
.arrow_left{
    bottom: 550px;
}
#header_text_table_winners{
    text-align: start;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
thead{
    align-content: center;
}

strong{
    font-size: 30px;
}
.container{
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);
    min-height: 40vw;
}
th, td {
    border: 1px solid #ddd;
    padding: 12px; /* Увеличенные отступы для ячеек */
    text-align: left;
}
th {
    background-color: #f2f2f2;
}
tr:nth-child(even) {
    background-color: #f9f9f9;
}
tr:hover {
    background-color: #f1f1f1;
}
td[colspan="3"] {
    text-align: center;
    font-weight: bold;
    background-color: #e9ecef; /* Цвет фона для заголовков секций */
    padding: 15px; /* Увеличенные отступы для заголовков секций */
}