@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=League+Gothic&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

.header {
    background-image: url(../images/headerFon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    max-height: 523px;
}

.girl-1 {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    max-width: 335px;
}

.header-timeBlock {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 120px;
    z-index: 5;
}

.header-time {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
}

.header-timeBlock-title {
    font-family: "League Gothic", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 89%;
    text-transform: uppercase;
    text-align: center;
    color: #00fded;
    font-size: 35px;
}

.header-timeBlock-subTitle {
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 117%;
    color: #fff;
}

.black {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.header-info {
    text-align: center;
    position: relative;
    z-index: 3;
}

.header-info-underTitle {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 16px;
    line-height: 131%;
    text-align: center;
    color: #fff;
}

.header-info-title {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 55px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #cfff79;
}

.trust {
    width: 336px;
    height: 45px;
    margin: 0 auto 15px auto;
}

.titleImage {
    width: 100%;
    padding: 0 10px;
    margin: 10px 0;
}

.header-info-title span {
    color: #e21281;
}

.header-info-subTitle {
    font-family: "Manrope";
    font-weight: 600;
    font-size: 16px;
    line-height: 131%;
    text-align: center;
    color: #fff;
}


.main {
    padding-bottom: 180px;
    overflow: hidden;
}

.purshes {
    padding-bottom: 70px;
    padding: 0 10px;
}

.pourshes__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pourshes__button-left {
    border-radius: 16px;
    padding: 16px 8px;
    width: 193px;
    height: 72px;
    box-shadow: 0 0 26px 0 rgba(239, 41, 141, 0.6);
    background: rgba(244, 19, 150, 0.5);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.pourshes__button-left-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: #fff;
    text-align: left;
}

.price {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.pourshes__button-right {
    border-radius: 16px;
    padding: 16px 8px;
    width: 191px;
    height: 72px;
    border: 1px solid rgb(160, 160, 160);
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.pourshes__button-right .price {
    color: rgb(160, 160, 160);
    text-decoration: line-through;
}

.pourshes__button-right-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: rgba(255, 255, 255, 0.5);
}

.mainText {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
}

.mainText span {
    font-weight: 600;
}

.sign-up {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    font-family: "League Gothic", sans-serif;
    margin: 0 auto;
    display: block;
    color: #000;
    border-radius: 16px;
    padding: 16px;
    max-width: 336px;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
    height: 72px;
    box-shadow: inset 0 0 9px 0 rgba(255, 255, 255, 0.25);
    background: linear-gradient(90deg, #5d9100 0%, #cfff79 50.96%, #5d9100 100%);
    transition: .2s;
}

.sign-up:hover {
    background-color: #ff4aa4;
    transform: scale(1.01);
}


.who {
    position: relative;
    padding: 70px 20px;

}

.additional {
    box-shadow: 0 0 21px 0 #cfff79;
    background: linear-gradient(180deg, rgba(207, 255, 121, 0.7) 0%, rgba(93, 145, 0, 0.7) 100%);
    border-radius: 16px;
    padding: 16px;
    border: 2px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;
    margin-top: 70px;
}

.additional-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 131%;
    text-transform: uppercase;
    color: #fff;
}


.additional-info-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 131%;
    text-transform: uppercase;
    color: #fff;
    padding-top: 10px;
}

.shadow-first {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.mainTitle {
    font-weight: 400;
    font-size: 75px;
    line-height: 93%;
    font-family: "League Gothic", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
}

.mainTitle span {
    text-shadow: 0 22px 17px 0 rgba(0, 0, 0, 0.6);
    color: #cfff79;

}

.pinkGirls {
    padding-top: 30px;
    margin: 0 auto -60px auto;
    position: relative;
    z-index: 4;
    width: 100%;
    border-radius: 15px;
}

.black-second {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.who-info {
    border-radius: 16px;
    max-width: 389px;
    width: 100%;
    height: 224px;
    margin: 0 auto;
    background: rgba(207, 255, 121, 0.2);
    border: 1px solid rgb(255, 255, 255);
    position: relative;
    padding: 20px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.who-info-item {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.who-info-item-check {
    font-size: 20px;
    padding-right: 10px;
    color: #ff0582;
}


.about {
    position: relative;
    z-index: 3;
}


.aboutContent {
    position: relative;
    min-height: 460px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 50px;
    border-radius: 16px;
    margin-top: 30px;
}

.gf {
    width: 100%;
    object-fit: contain;
}

.infoWr-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.infoWr-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.infoWr-bold {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.instB {
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 32%;
    right: 30px;
    border-radius: 20px;
    width: 174px;
}

.third-title {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 3;
}

.girl-2 {
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 1;
    width: 258px;
    height: 366px;
}

.statistic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 370px;
    width: 100%;
    gap: 10px;
    top: -50px;
    position: relative;
    z-index: 4;
}

.abBlack {
    min-width: 110%;
    position: absolute;
    z-index: 3;
    bottom: -10px;
}

.pinkText {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 30px;
    text-align: center;
    color: #ef298d;
}

.black-3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.statistic-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.statistic-item-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #e52b8e;
    text-shadow: 0 0 9px #e52b8e;
    font-family: "League Gothic", sans-serif;
}

.statistic-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #fff;
}


.what {
    padding: 70px 10px;
}

.orange {
    color: #f9561d;
}

.time-png {
    width: 117px;
    height: 117px;
    margin: 0 auto -40px auto;
}

.what-content {
    border-radius: 16px;
    padding: 40px 16px;
    background: rgba(77, 189, 182, 0.2);
    border: 1px solid #fff;
}

.what-content-time {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.what-content-time-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.what-content-time-item-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #141414;
    border-radius: 80px;
    width: 106px;
    height: 72px;
    background: #fff;
    font-family: "League Gothic", sans-serif;
}

.what-content-time-item-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 77%;
    text-align: center;
    color: #a5e8e4;
}

.what-content-textBold {
    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.what-content-box {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 322px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}


.media {
    background: radial-gradient(55.45% 129.03% at 53.12% 21%, #ffffff48 0%, rgba(255, 255, 255, 0) 100%), #e21281;
    border-radius: 16px;
    padding: 20px 15px;
    margin-bottom: 50px;
}

.media-content {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 50px 20px 20px 20px;
    border: 1px solid #f47cbc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.media-content-item {}

.int {
    font-size: 50px !important;
}

.poster {
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    border: 2px solid #fff;
}

.media-content-item-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    gap: 15px;
}

.elements {
    position: relative;
    padding: 10px;
}

.shadow-second {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 1;
}

.bonus {
    position: relative;
    z-index: 3;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.419);
    padding: 20px;
}

.bonusTitle {
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 80px;
    box-shadow: 0 9px 19px 0 rgba(0, 0, 0, 0.25);
    background: #e31784;
    font-family: "League Gothic", sans-serif;
    margin: -30px auto 0 auto;
    padding: 16px;
    max-width: 310px;
}

.pk {
    margin: 0 auto;
    width: 256px;
    object-fit: cover;
    height: 235px;
}

.course {
    position: relative;
    z-index: 3;
    padding: 50px 0;
}

.girl-3 {
    border-radius: 16px;
    width: 100%;
    margin: 20px auto;
    object-fit: contain;
}

.course-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
    padding-top: 20px;
}

.course-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.course-list-item img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.resoults {
    padding: 50px 0;
}

.protect {
    padding-bottom: 50px;
}

.protect-box {
    border-radius: 16px;
    max-width: 362px;
    width: 100%;
    border: 1px solid #fff;
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 0 21px 0 #ef298d;
    padding: 25px;
    background: linear-gradient(90deg, rgba(181, 0, 91, 0.7) 0%, rgba(239, 41, 141, 0.7) 46.38%, rgba(181, 0, 91, 0.7) 100%);
}

.asks {
    padding-bottom: 30px;
}

.asksContainer {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 340px;
    width: 100%;
    margin: 40px auto;
    border-top: 1px solid #7b7b7b;
}

.asksContainer-item {
    border-bottom: 1px solid #7b7b7b;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.asksContainer-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.asksContainer-item-bottom {

    max-height: 0;
    overflow: hidden;
    padding-bottom: 15px;
    opacity: 0;
    transition: all 0.4s;
}



.asksContainer-item.active .asksContainer-item-bottom {
    opacity: 1;
}


.label {
    font-weight: 400;
    font-size: 35px;
    width: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: transform 0.3s ease;
}

.asksContainer-item-top p {
    max-width: 250px;
}



.contact {
    background-image: url(../images/contact-fon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}

.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.contact-box-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contactlink {
    font-weight: 400;
    font-size: 14px;
    line-height: 179%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #cacaca;
}

.footer {
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 12px 0;
    position: fixed;
    z-index: 99;
    bottom: 0;
    opacity: 0;
    transform: translateY(150px);
    margin: 0 auto;
    width: 100%;
    max-width: 430px;

    transition: all .5s ease;
}

.footer.active {
    transform: translateY(0px);
    opacity: 1;
}

.footer-timer {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.footer-timer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footer-timer-value {
    border-radius: 150px;
    width: 67px;
    height: 38px;
    background-color: #fff;
    color: #000;
    font-family: "League Gothic", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 117%;
    text-align: center;
}

.footer-timer-time {
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.footerButton {
    font-weight: 400;
    font-size: 36px;
    line-height: 141%;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    border-radius: 14px;
    font-family: "League Gothic", sans-serif;
    margin: 15px auto 0 auto;
    display: block;
    width: 293px;
    height: 56px;
    background: linear-gradient(90deg, #5d9100 0%, #cfff79 50.96%, #5d9100 100%);
    transition: .2s;
}

.footerButton:active {
    background: #4a7500;
}



.formEmail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 20px 0 20px;
    gap: 10px;
}

.emailTitle {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}

.inputEmail {
    padding: 10px;
    font-size: 16px;
    color: #000;
    background-color: #fff;
    border: 1px solid #272727;
    height: 50px;
    width: 100%;
    border-radius: 5px;
    flex: 70%;
}

.buttonEmail {
    height: 50px;
    width: 100%;
    flex: 30%;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    background: linear-gradient(90deg, #5d9100 0%, #cfff79 50.96%, #5d9100 100%);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.messageEmail {
    width: 200px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    font-size: 0.9em;
}

.spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid #888;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

.emailText{
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}