@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&family=Martel:wght@800&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,500&family=Staatliches&display=swap');

html {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: 400;
    line-height: 30px; /* 166.667% */
}

body {
    background-color: #020000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #FFF;
    font-family: Roboto;
}

.bgHelper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.bgHelper img {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    margin: auto;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

header {
    padding: 70px 0 113px;
}

header img {
    margin: 0 0 0 130px;
}

header .inner {
    display: flex;
    justify-content: space-between;
}

header .inner .right {
    margin-right: 83px;
    text-align: right;
}

header .inner .right p {
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 250% */
    letter-spacing: 0.6px;
    margin: 0 0 5px 0;
}

.texts .text .container {
    display: flex;
}

h2 {
    color: #FFF;
    font-family: Staatliches;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    margin-bottom: 30px;
}

.redBackground {
    background: #FF0202;
    padding: 18px 22px;
    width: 588px;
    right: 21px;
    position: relative;
}

.redBackground p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 0 0;
    max-width: 520px;
}

.redBackground p a {
    color: #fff;
}

.regularText {
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
}

.regularText p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 512px;
}

h3 {
    color: #FFF;
    font-family: Staatliches;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.texts .text .side {
    position: relative;
    right: 50px;
}

.texts .text:nth-child(2) .side {
    position: relative;
    left: 155px;
    top: 60px;
}

.texts .text:nth-child(2) .side .redBackground {
    right: 116px;
}

.texts .text:nth-child(2) .side .redBackground p {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    max-width: 520px;
    position: relative;
    left: 98px;
}

.schedules {
    gap: 21px;
    display: flex;
    flex-direction: column;
    margin: 67px 0 0 0;
}

.schedule {
    background: #272727;
    padding: 75px 0 70px;
}

h4 {
    font-family: Staatliches;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    margin: 0 0 0 0;
}

.schedule .text {
    padding: 0 0 0 159px;
}

.schedule .text p {
    max-width: 620px;
    margin: 50px 0 0 0;
}

h5 {
    color: #FFF;
    font-family: Staatliches;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 40px 0 0 0;
}

ul {
    margin: 14px 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

ul li {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
}

.scheduleLogo {
    position: absolute;
    bottom: 0;
    right: 0;
}

.scheduleList {
    padding: 0 0 10px;
}

.scheduleInfo {
    background: #FF0202;
    max-width: 367px;
    padding: 29px 71px 29px 39px;
    float: left;
    position: absolute;
    top: -20px;
    right: 0;
}

.scheduleInfo p {
    color: #FFF;
    text-align: right;
    font-family: Staatliches;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 0 0;
}

footer .inner {
    text-align: center;
    margin: 72px 0 74px;
}

footer .inner img {
    max-width: 264px;
    margin-bottom: 37px;
}

footer .inner p {
    color: #FFF;
    text-align: center;
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 250% */
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

h6 {
    color: #FFF;
    text-align: center;
    font-family: Staatliches;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 28px 0 40px 0;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
}

@media screen and (max-width: 1500px) {
    .container {
        max-width: 1140px;
    }

    .bgHelper img {
        max-width: 1050px;
    }

    header {
        padding: 20px 0 94px;
    }

    header img {
        margin: 20px 0 0 110px;
        max-width: 400px;
    }

    header .inner .right p {
        font-size: 10px;
    }

    .texts .text .container img {
        max-width: 670px;
        max-height: 557.94px;
    }

    .texts .text .side {
        right: 30px;
    }

    h2 {
        color: #FFF;
        font-family: Staatliches;
        font-size: 80px;
        font-style: normal;
        font-weight: 400;
        line-height: 84px;
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .redBackground {
        background: #FF0202;
        padding: 15px 22px;
        width: 508px;
        right: 21px;
        position: relative;
    }

    .redBackground p {
        color: #FFF;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 0 0;
        max-width: 520px;
    }

    .regularText p {
        color: #FFF;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        max-width: 512px;
    }

    h3 {
        color: #FFF;
        font-family: Staatliches;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin: 18px 0 0 0;
    }

    h4 {
        font-family: Staatliches;
        font-size: 73px;
        font-style: normal;
        font-weight: 400;
        line-height: 90px;
        margin: 0 0 0 0;
    }

    .scheduleInfo p {
        color: #FFF;
        text-align: right;
        font-family: Staatliches;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin: 0 0 0 0;
    }

    .scheduleInfo {
        background: #FF0202;
        max-width: 367px;
        padding: 25px 59px 25px 31px;
        float: left;
        position: absolute;
        top: -13px;
        right: 0;
    }

    .schedule .text p {
        max-width: 510px;
        margin: 30px 0 0 0;
        font-size: 15px;
        line-height: 26px;
    }

    ul li {
        max-width: 510px;
        font-size: 15px;
        line-height: 26px;
    }

    h5 {
        font-size: 26px;
    }

    .texts .text:nth-child(2) .side .redBackground p {
        font-size: 16px;
        line-height: 24px;
        max-width: 450px;
        left: 74px;
    }

    .texts .text:nth-child(2) .side .redBackground {
        right: 94px;
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1220px) {
    .container {
        max-width: 90%;
    }

    .bgHelper img {
        max-width: 90%;
    }

    header .inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    header .inner .right {
        margin-right: 0;
        text-align: right;
    }

    header .inner .right {
        margin-right: 0;
        text-align: center;
    }

    header img {
        margin: 0 0 0 0;
        max-width: 400px;
    }

    header .inner .right p {
        font-size: 10px;
        margin-bottom: 18px;
    }

    header {
        padding: 40px 0 60px;
    }

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

    .text {
        display: flex;
        flex-direction: column;
    }
    
    .texts .text .container {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .texts .text .side {
        right: 0;
    }

    .redBackground {
        background: #FF0202;
        padding: 15px 22px;
        width: auto;
        right: 0;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .redBackground p {
        max-width: 100%;
    }

    .regularText p {
        color: #FFF;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        max-width: 100%;
    }

    h2 {
        color: #FFF;
        font-family: Staatliches;
        font-size: 80px;
        font-style: normal;
        font-weight: 400;
        line-height: 84px;
        margin-bottom: 29px;
        margin-top: 50px;
    }
    
    .texts .text:nth-child(2) .container {
        flex-direction: column-reverse;
    }

    .texts .text:nth-child(2) .side {
        position: relative;
        left: 0;
        top: 0;
    }

    .texts .text:nth-child(2) .side .redBackground {
        right: 0;
    }

    .texts .text:nth-child(2) .side .redBackground p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
        left: 0;
    }

    .texts {
        gap: 50px;
    }

    .schedule .text {
        padding: 0 0 0 0;
    }

    .scheduleInfo {
        background: #FF0202;
        float: left;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 0 0 0;
        text-align: center;
    }

    .scheduleInfo p {
        text-align: center;
        padding: 20px;
    }

    h4 {
        font-family: Staatliches;
        font-size: 63px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        margin: 0 0 0 0;
    }

    .scheduleLogo {
        position: relative;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        float: left;
    }

    .scheduleList {
        padding: 0 0 30px;
    }

    h2 {
        font-size: 60px;
    }

    .redBackground {
        max-width: 550px;
    }
}

@media screen and (max-width: 700px) {
    .texts .text .container img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    h4 {
        font-size: 53px;
        line-height: 100%;
    }

    h2 {
        font-size: 50px;
        line-height: 100%;
    }

    header .inner .right p {
        font-size: 10px;
        margin-bottom: 18px;
        line-height: 170%;
    }

    h6 {
        color: #FFF;
        text-align: center;
        font-family: Staatliches;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin: 28px 0 40px 0;
        line-height: 100%;
    }
    
    footer .inner p {
        color: #FFF;
        text-align: center;
        font-family: "Roboto";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.6px;
        margin-bottom: 16px;
        line-height: 170%;
    }
}

@media screen and (max-width: 500px) {
    header img {
        margin: 0 0 0 0;
        max-width: 300px;
    }
}

footer .inner p a {
    color: #fff;
}
