body {
    padding: 0;
    margin: 0;
    font-size: 26px;
    background: #F3F3F3;
    color: #2C2B30;
    font-family: 'Inter';
    position: relative;
}
body.body-white {
    background: #F2F2F2;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Bona Nova SC";
    font-weight: 700;
}

ul, li {
    display: block;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #2C2B30;
}

.section-title {
    font-size: 50px;
    color: #2C2B30;
    font-weight: bold;
    font-family: "Bona Nova SC";
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 2px;
    text-align: center;
}
.section-title.pink {
    color: #E5004E;
}

.section-text {
    max-width: 840px;
    margin: auto;
    margin-bottom: 60px;
    text-align: center;
    color: #2C2B30;
    font-size: 26px;
}


a {
    text-decoration: none;
    color: #2C2B30;
    transition: 0.2s;
}
a:hover {
    color: #fff;
}


/* Header */
.header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1;
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-inner__right nav ul {
    display: flex;
    gap: 37px;
}
.header-inner__right nav ul li a{
    color: #2C2B30;
    font-size: 16px;
    font-weight: 600;
    transition: 0.2s;
}
.header-inner__right nav ul li a:hover{
    color: #E5004E;
}



/* end Header */


/* Hero */
.hero-section {
    padding: 350px 0 120px;
    background: #F0E3E6 url(../img/hero-bg.png) 100% 100% no-repeat;
    background-size: cover;
    margin-bottom: 60px;
    position: relative;
}
.hero-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.hero-section__about-subtitle {
    color: #E5004E;
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.hero-section__about-title {
    font-size: 72px;
    color: #2C2B30;
    font-weight: bold;
    font-family: "Bona Nova SC";
    text-transform: uppercase;
    margin-bottom: 80px;
}
.hero-section__about-btn {
    display: inline-flex;
    background: #E5004E;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 24px 105px;
    border-radius: 20px;
    border: 1px solid #E5004E;
    transition: 0.2s;
}
.hero-section__about-btn.konkurs{
    background: #2C2B30;
    border: 1px solid #2C2B30;
}
.hero-section__about-btn.telegram{
    background: #3290EC;
    border: 1px solid #3290EC;
}
.hero-section__about-btn span{
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.2s;
}
.hero-section__about-btn svg path{
    transition: 0.2s;
}
.hero-section__about-btn:hover {
    background: #fff;
}
.hero-section__about-btn:hover span {
    color: #E5004E;
}
.hero-section__about-btn.konkurs:hover span {
    color: #2C2B30;
}
.hero-section__about-btn.telegram:hover span {
    color: #3290EC;
}
.hero-section__about-btn:hover svg path{
    fill: #E5004E;
}
.hero-section__about-btn.konkurs:hover svg path{
    fill: #2C2B30;
}
.hero-section__about-btn.telegram:hover svg path{
    fill: #3290EC;
}

/* end Hero */



/* Info */
.info-section {
    margin: 60px 0;
}
.info-list {
    display: flex;
    gap: 115px;
}
.info-list .item {
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
}
.info-list .item:nth-child(2) {
    width: 40%;
}
.info-list .item img{
    width: 123px;
    height: 123px;
}
.info-list .item .item-text{
    text-align: center;
    color: #2C2B30;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.2s;
}

/* end Info */

/* Pink */
.pink-section{
    margin: 60px 0;
}
.pink-info {
    background: #ECD6DF;
    border-radius: 60px;
    padding: 125px 210px 105px;
    position: relative;
}
.eyelash {
    position: absolute;
    top: -20%;
    right: -10%;
}
.spring {
    position: absolute;
    bottom: -25%;
    left: -11%;
}
.pink-info2 {
    padding: 195px 210px 175px;
}

.pink-info3 {
    padding: 135px 210px;
}
.pink-info__title {
    font-size: 50px;
    color: #E5004E;
    font-weight: bold;
    font-family: "Bona Nova SC";
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-align: center;
}
.pink-info__flex-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.pink-info__flex-text > div{
    width: 50%;
}
.pink-info__text {
    text-align: center;
    color: #2C2B30;
    font-size: 26px;
}
.pink-info__text p {
    margin-bottom: 20px;
}
.pink-info__flex-text .pink-info__text{
    text-align: left;
}

/* end Pink */





/* Prize */

.prize-section {
    margin: 60px 0;
}

.prize-info {
    background: #E5004E;
    border-radius: 20px;
    padding: 120px 380px 100px;
    text-align: center;
    position: relative;
}
.prize1 {
    position: absolute;
    top: -22%;
    left: -15%;
}
.prize2 {
    position: absolute;
    bottom: -18%;
    right: -18%;
}
.prize-info__name {
    font-size: 48px;
    color: #fff;
    font-family: "Bona Nova SC";
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.prize-info__price {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.prize-info__pluse {
    font-size: 40px;
    color: #fff;
    margin: 40px 0;
}
.prize-info__pochet {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-family: "Bona Nova SC";
    text-transform: uppercase;
    margin-bottom: 10px;
}
.prize-info__kubok {
    font-size: 64px;
    color: #fff;
    font-weight: bold;
    font-family: "Bona Nova SC";
    text-transform: uppercase;
    margin-bottom: 20px;
}
.prize-info__titul {
    font-size: 43px;
    color: #fff;
    margin-bottom: 20px;
}
.prize-info__more {
    font-size: 16px;
    color: #fff;
    
}
.prize-info__more a{
    transition: 0.2s;
    text-decoration: underline; 
    color: #fff;
}
.prize-info__more a:hover{
    text-decoration: none; 
}

/* end Prize */




/* Why */
.why-section {
    margin: 60px 0;
}
.why-list {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: space-between;
    gap: 37px;
    margin-bottom: 60px;
}
.why-list .item {
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
}
.why-list .item img {
    border-radius: 60px;
    border: 1px solid #E5004E;
}
.why-list .item-title{
    font-weight: bold;
    font-size: 26px;
    color: #2C2B30;
    text-transform: uppercase;
}
.why-list .item-text{
    font-size: 26px;
    color: #2C2B30;
}
/* end Why */



/* Steps */
.steps-section {
    margin: 60px 0;
}
.steps-section .container{
    position: relative;
}
.crown {
    position: absolute;
    top: -38%;
    right: -9%;
}
.steps-list {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: space-between;
    gap: 37px;
}
.steps-list .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
}

.steps-list .item-text{
    font-size: 26px;
    color: #2C2B30;
}
.steps-list .item-date{
    font-weight: 600;
    font-size: 26px;
    color: #2C2B30;

    padding: 20px 0;
    width: 100%;
    background: #fff;
    border-radius: 30px;
}
/* end Steps */




/* Talant */
.talant-section {
    margin: 60px 0;
    background: #F0E3E6 url(../img/talant-bg.png) 100% 100% no-repeat;
}
.talant-info {
    padding: 130px 0;
    margin-left: auto;
    max-width: 600px;
}
.talant-mobile {
    display: none;
}
.crown-mobile {
    display: none;
}
.talant-info__subtitle {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.talant-info__title {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    font-family: "Bona Nova SC";
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 4px;
}
/* end Talant */


/* Format */
.format-section {
    margin: 60px 0;
}
.format-list {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: space-between;
    gap: 105px;
    margin-bottom: 60px;
}
.format-list .item {
    width: 24%;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
}

.format-list .item-text{
    font-size: 26px;
    color: #2C2B30;
}

.format-text {
    font-size: 26px;
    color: #2C2B30;
    text-align: center;
    max-width: 940px;
    margin: auto;
    margin-top: 60px;
}
.format-text p {
    margin-bottom: 20px;
}
/* end Format */



/* Judge */
.judge-section {
    margin: 60px 0;
    padding: 80px 0 60px;
    background: #ECD6DF;
}
.judge-section .container{
    position: relative;
}
.star {
    position: absolute;
    top: -30%;
    left: -10%;
}
.judge-list {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: space-between;
    gap: 36px;

}
.judge-list .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
}
.judge-list .item-name{
    margin-top: 30px;
    font-size: 26px;
    color: #2C2B30;
    font-weight: 600;
}
.judge-list .item-city{
    font-size: 26px;
    color: #2C2B30;
}
.judge-list .item-text{
    margin-top: 30px;
    font-size: 16px;
    color: #2C2B30;
}
/* end Judge */


/* Requirements */
.requirements-section {
    margin: 60px 0;
}
.requirements-list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: flex-start;
    justify-content: space-between;
    gap: 36px;
}
.requirements-list .item {
    width: calc(50% - 18px);
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 40px;
}
.requirements-list img{
    padding-left: 120px;
}
.requirements-list .item-text{
    font-size: 23px;
    color: #2C2B30;
    padding-left: 120px;
}
.requirements-list .item-text ul{
    padding-left: 35px;
}
.requirements-list .item-text ul li{
    display: list-item;
    list-style-type: circle;
    list-style: disc;
}
.requirements-list .item-about{
    font-weight: 600;
    font-size: 26px;
    color: #2C2B30;

    padding: 20px 0;
    width: 100%;
    background: #fff;
    padding-left: 120px;
    border-radius: 30px;
    text-transform: uppercase;
}
/* end Requirements */


/* Chance */

.chance-section {
    margin: 60px 0;
    padding: 80px 0 100px;
    background: #ECD6DF;
}
.chance-text {
    font-size: 26px;
    color: #2C2B30;
    max-width: 940px;
    text-align: center;
    margin: auto;
    margin-bottom: 80px;
}
.chance-list {
    display: flex;
    text-align: center;
    align-items: flex-start;
    justify-content: space-between;
    gap: 36px;
}
.chance-list .item {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 15px;
    justify-content: flex-start;
    text-align: center;
}
.chance-list .item-title{
    font-size: 26px;
    color: #2C2B30;
    margin-bottom: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.chance-list .item-text{
    font-size: 26px;
    color: #2C2B30;
}
/* end Chance */


/* Efforts */
.efforts-section {
    margin: 60px 0;
}
.efforts-info {
    display: flex;
    align-items: center;
    gap: 36px;
    background: #ECD6DF;
    border-radius: 40px;
    margin: 120px 0;
    position: relative;
}
.heart {
    position: absolute;
    top: -27%;
    right: -9%;
}
.efforts-info__subtitle {
    font-size: 26px;
    color: #2C2B30;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.efforts-info__title {
    font-size: 50px;
    color: #2C2B30;
    font-weight: bold;
    font-family: "Bona Nova SC";
    text-transform: uppercase;
    margin-bottom: 80px;
    letter-spacing: 0.5px;
}

.efforts-btns {
    display: flex;
    gap: 36px;
    justify-content: center;
}
.efforts-btns > a {
    max-width: 580px;
    padding: 24px 0;
    width: 100%;
}
/* end Efforts */

 /* Modal */
 .info-modal__content {
    font-size: 18px;
    color: #2C2B30;
}
.info-modal__content p {
    margin-bottom: 20px;
}
/* end Modal */

/* Policy */
section.policy-section {
    padding-top: 400px;
}
.policy-title {
    font-size: 26px;
    color: #2C2B30;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.policy-content {
    font-size: 26px;
    color: #2C2B30;
}
.policy-content p {
    margin-bottom: 20px;
}
/* end Policy */

/* Footer */
.footer {
    margin-top: 160px;
    margin-bottom: 220px;
}
.footer .line {
    margin-bottom: 100px;
}

.policy {
    font-size: 16px;
    color: #2C2B30;
    margin-top: 60px;
}
/* Footer */