/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

@font-face {
    font-family: 'Zona';
    src: url('../fonts/ZonaPro-Regular.eot');
    src: url('../fonts/ZonaPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ZonaPro-Regular.woff2') format('woff2'),
        url('../fonts/ZonaPro-Regular.woff') format('woff'),
        url('../fonts/ZonaPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gothic';
    src: url('../fonts/BankGothicRUSBYLYAJKA-Medium.eot');
    src: url('../fonts/BankGothicRUSBYLYAJKA-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BankGothicRUSBYLYAJKA-Medium.woff2') format('woff2'),
        url('../fonts/BankGothicRUSBYLYAJKA-Medium.woff') format('woff'),
        url('../fonts/BankGothicRUSBYLYAJKA-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*{
    margin:0;
    padding:0;
}
body{
    font-family: 'Zona';
    font-weight:normal;
    background-color:black;
    color:#fff;
}

.top{
    max-width:2000px;
    margin:0 auto;
    background-image:url(../img/bg.jpg);
    background-size:cover;
    background-position:bottom center;
    overflow:hidden;
    position:relative;
}
.top:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(131 58 180 / 0%) 0%, rgb(73 8 8 / 34%) 98%, rgb(99 59 2 / 21%) 100%);
}
.top:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgb(131 58 180 / 0%) 50%, rgb(73 8 8 / 71%) 100%, rgb(99 59 2 / 63%) 100%)
}
.top-heading{
    text-transform:uppercase;
    text-align:center;
    position:relative;
}
.top-heading span{
    display: block;
    text-transform: uppercase;
    font-size: 95px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Gothic';
    text-shadow: 0px 0px 9px #ffff00bd, 0px 2px 22px #616104c2;
}
.top-date{
    position: absolute;
    top: 50%;
    left:0;
    right:0;
    display:flex;
    justify-content: center;
}
.top-date p{
    margin-top: -17px;
    display: inline-block;
    background-color: #00000087;
    border-image: linear-gradient(90deg, #0066ff, #ff32d6) 1 1 1 1;
    padding: 0px 25px;
    height: 32px;
    line-height: 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    rotate: -5deg;
}
.center{
    width:980px;
    margin:0 auto;
    position:relative;
    height:100%;
    z-index:20;
}
.center-actress{
    display:flex;
    position:relative;
    justify-content: center;
    margin-top:-130px;
}
.center-actress img{
    display:block;
    margin-bottom:-250px;
}
.mesta{
    text-align:center;
    margin-bottom:30px;
    font-size:25px;
    max-width: 80%;
    margin: 0 auto 30px auto;
    text-shadow:1px 1px 1px #000;
}
.mesta span{
    color:#fff;
    font-weight:bold;
}
.logo{
    margin:20px auto 15px auto;
    display: block;
}
.section{
    padding:80px 0;
}
.main-text{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.main-text__heading{
    display:flex;
    justify-content: center;
    margin-bottom:45px;
}
.main-text__heading p{
    display: inline-block;
    background-color: #00000087;
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 14px 25px;
    color: #fff;
    border-radius: 5px;
    font-size: 32px;
    text-align:center;
}
.main-text__btn{
    display:flex;
    justify-content: center;
    margin-bottom:70px;
    text-decoration:none;
}
.main-text__btn p{
    padding:14px 30px;
    background-color:#fff;
    color:#000;
    text-transform:uppercase;
    font-weight:medium;
    border-radius:4px;
    font-size:30px;
    font-weight:bold;
    font-family:'Gothic';
}

/*end main page*/
.section--about{
    position:relative;
}
.section--about:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left:0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(131 58 180 / 0%) 0%, rgb(73 8 8) 90%, rgb(99 59 2) 100%);
}
.about{
    display:flex;
    align-items: center;
}
.amo-form{
    display:flex;
    justify-content: center;
}
.about-ul{
    margin-left:25px;
}
.about-ul li{
    margin-bottom:10px;
}
.about__under{
    display:block;
    font-size:24px;
    font-weight:bold;
    margin-bottom:20px;
}
.about__heading{
    font-family:'Gothic';
    display:block;
    text-transform:uppercase;
    margin-bottom:20px;
    font-size:45px;
    line-height:1;
    font-weight:bold;
}
.about__left{
    width:60%;
    margin-right:10%;
}
.about__left p{
    margin-bottom:10px;
    line-height: 1.35;
}
/*begin about page*/

/*begin step page*/
.section-step{
    position:relative;
}
.section-step:before{
    content:"";
    position:absolute;
    bottom:0px;
    left:0%;
    right:0%;
    border-bottom:1px solid #e8c3c342;
    height:100%;
    background: linear-gradient(0deg, rgb(110 0 0 / 64%) 14%, rgb(0 0 0) 61%); 
}
.section-heading{
    display:block;
    margin-bottom:20px;
    text-align:center;
}
.section-heading h3{
    font-family:'Gothic';
    font-size:45px;
    display:block;
    text-transform:uppercase;
    margin-bottom:10px;
}
.step-ul{
    display:flex;
    list-style:none;
    flex-wrap:wrap;
    margin-right:-40px;
}
.step-ul li{
    width:50%;
    margin-bottom:30px;
}
.step-wrapper{
    margin-right:40px;
}
.step-number{
    background-color:#fff;
    display:inline-block;
    color:#000;
    font-family:'Gothic';
    font-size:20px;
    border-radius:5px;
    padding:4px 15px;
    margin-top:10px;
}
.step-item{
    position: relative;
    text-align:center;
    margin-top:80px;
    border:1px solid #fff;
    border-radius:30px;
    padding:70px 30px 30px 30px;
    background-color:#000;
}
.step-item__img{
    position:absolute;
    top:-90px;
    left:0;
    right:0;
    display: flex;
    justify-content: center;
}
.step-item__img img{
    display:block;
    max-height:160px;
}
.step-item__heading{
    display:block;
    font-size:24px;
    margin-bottom:20px;
    font-weight:bold;
    text-transform:uppercase;
}
.step-item p{
    line-height:1.3;
    margin-bottom:10px;
}
/*end step page*/


/*begin reg page*/
.attention{
    display:flex; 
    justify-content:center;
}
.attention-ul{
    list-style:none;
    margin-bottom:30px;
}
.attention-ul li{
    margin-bottom:10px;
}
.attention-ul li a{
    color:#fff;
    text-decoration:underline;
}
.form{
    border:1px solid #fff;
    border-radius:30px;
    padding:30px;
}
.form__heading{
    display:block;
    font-weight:bold;
    font-size:21px;
    margin-bottom:25px;
    text-transform:uppercase;
}
.form-part{
    display:flex;
    flex-wrap:wrap;
}
.form-part input{
    width:100%;
    border-radius:5px;
    height:38px;
    border:0px;
    margin-bottom:20px;
    padding:0 10px;
    color:#555;
}
/*end reg page*/

.footer-text{
    display:flex;
    flex-direction: column;
    align-items:center;
}
.footer-text__center{
    display:flex;
    flex-direction: column;
    align-items:center;  
}
.social-ul{
    display:flex;
    list-style:none;
    margin-top:15px;
    justify-content: center;
    align-items:center;
}
.social-ul li{
    margin-right:20px;
}

.top--thank{
    min-height:100vh;
    padding-bottom:50px;
}
.thank-text{
    background-color: rgb(0 0 0 / 67%);
    border-radius:20px;
    padding:30px;
    max-width:400px;
    margin: 40px auto 30px auto;
    text-align:center;
}
.thank-text__heading{
    display:block;
    font-weight:bold;
    font-size:21px;
    margin-bottom:20px;
}
.thank-text p{
    font-size:14px;
    line-height:1.3;
    margin-bottom:20px;
}
.thank-text .thank-text__italic{
    margin-bottom:0;
}
.thank-text__italic{
    font-style:italic
}
.telegram-link{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: left;
    background-color: #e6e6e626;
}
.telegram-link img{
    margin-right:10px;
}
@media screen and (max-width: 1090px) {
    .center{
        width:auto;
        padding:0 40px;
    }
    .step-ul{
        margin-right:-30px;
    }
    .step-wrapper {
        margin-right: 30px;
    }
    .top-heading span{
        font-size:75px;
    }
    .center-actress img {
        width: 700px;
    }
    .main-text__heading{
        margin-bottom:35px
    }
    .main-text__heading p{
        rotate: 0deg;
        font-size:30px;
    }
}
@media screen and (max-width: 880px) {
    .logo {
        margin: 10px auto 8px auto;
        display: block;
        width: 120px;
    }
    .top-heading span {
        font-size: 60px;
        line-height: 0.9;
        text-shadow: 0px 0px 2px #ffff00bd, 0px 2px 22px #616104c2;
    }
    .top-date{
        position:static;
    }
    .top-date p{
        rotate: 0deg;
        margin-top: 10px;
    }
    .center-actress{
        margin-top:-80px;
    }
    .center-actress img {
        width: 580px;
    }
    .section {
        padding: 70px 0;
    }
    .mesta{
        font-size:19px;
    }
    .about{
        flex-direction:column;
        flex-wrap:wrap;
    }
    .about__left{
        width:100%;
    }
    .about__img{
        display:none;
    }
    .about__heading{
        text-align:center;
    }
    .about__left{
        text-align:center;
    }
    .about__heading,.section-heading h3{
        font-size:40px;
    }
    .about__left p{
        font-size:15px;
    }
    .main-text__heading p{
        font-size:25px;
    }
    .main-text__btn p{
        font-size:20px;
    }
    .step-item__img {
        top: -60px;
    }
    .step-item__img img {
        display: block;
        max-height: 120px;
    }
    .step-item{
        margin-top:60px;
    }
}
@media screen and (max-width: 700px) {
    .section {
        padding: 50px 0;
    }
    .center-actress img {
        width: 480px;
    }
    .top-heading span {
        font-size: 50px;
    }
    .top-date p {
        font-size: 18px;
    }
    .center{
        padding:0 30px;
    }
    .center-actress {
        margin-top: -50px;
    }
    .mesta{
        font-size:17px;
    }
    .main-text__heading {
        margin-bottom: 25px;
    }
    .main-text__heading p{
        font-size:20px;
        padding: 10px 25px;
    }
    .main-text__heading {
        margin-bottom: 15px;
    }
    .main-text__btn{
        margin-bottom:40px;
    }
    .main-text__btn p {
        font-size: 15px;
    }
    .step-item__img img {
        display: block;
        max-height: 70px;
    }
    .step-ul{
        margin-right:-20px;
    }
    .step-wrapper {
        margin-right: 20px;
    }
    .step-item{
        padding: 40px 20px 20px 20px;
    }
    .step-item p{
        font-size:15px;
    }
}
@media screen and (max-width: 600px) {
    .step-item {
        padding: 30px 15px 15px 15px;
    }
    .step-ul{
        margin-right:0px;
    }
    .step-ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .step-wrapper{
        margin-right:0;
    }
    .step-item__img img {
        display: block;
        max-height: 80px;
    }
    .step-item p {
        font-size: 14px;
    }
    .step-item__heading {
        display: block;
        font-size: 21px;
        margin-bottom: 12px;
    }    
}