* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    background-color: #000;
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("../img/bg.webp") no-repeat center center / cover;
}

.logo {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 3;
}

.puck {
    position: absolute;
    top: 40px;
    left: 200px;
    width: 153px;
    z-index: 3;
}

.hockey-man {
    position: absolute;
    right: -70px;
    bottom: -20px;
    max-width: 1120px;
    width: 57vw;
    z-index: 3;
}

.bonus-text {
    position: absolute;
    bottom: 89px;
    left: 44%;
    mix-blend-mode: multiply;
    z-index: 2;
    transform: rotate(12deg);
}


.bonus {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-size: 95px;
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #FD2727;
    line-height: 78px;
    text-align: center;
}

.text-block {
    position: absolute;
    top: 160px;
    left: 170px;
    transform: matrix(0.98, 0.19, -0.29, 0.96, 0, 0);
    mix-blend-mode: multiply;
    color: #FD2727;
    z-index: 1;
    max-width: 920px;
}

.text-block .main-title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 900;
    font-size: 189.24px;
    line-height: 145.57px;
    text-transform: uppercase;
    text-align: center;
}

.text-block .subtitle {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-weight: 600;
    font-size: 55.93px;
    line-height: 46.2px;

    text-transform: uppercase;
    margin: 30px 0;
    text-align: center;
}

.features {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px 20px;
    margin-top: 30px;
    justify-items: stretch;
    justify-content: center;
}

.feature {
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    font-weight: 900;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #FD2727;
    padding: 12px;
    border: 5px solid #FD2727;
    min-width: 336px;
    background: transparent;
}

.form-placeholder {
    position: absolute;
    right: 60px;
    top: 100px;
    width: auto;
    height: auto;
    z-index: 5;
}

@media (max-width: 1740px) {
    .text-block .main-title {
        font-size: 143px;
        line-height: 110px;
    }
    .text-block .subtitle {
        font-size: 42px;
        line-height: 35px;
        margin: 20px 0;
    }
    .features {
        gap: 20px 20px;
        margin-top: 24px;
    }

    .feature {
        font-size: 22px;
        line-height: 21px;
        min-width: 266px;
        padding: 12px 5px;
    }
    .text-block {
        top: 160px;
        left: 95px;
    }
    .puck {
        top: 47px;
        left: 150px;
        width: 153px;
    }
    .bonus {
        font-size: 82px;
        line-height: 63px;
    }
    .hockey-man {
        position: absolute;
        right: -30px;
        bottom: -20px;
        max-width: 1120px;
        width: 55vw;
        z-index: 3;
    }
    .bonus-text {
        position: absolute;
        bottom: 100px;
        left: 43%;
        mix-blend-mode: multiply;
        z-index: 2;
        rotate: 3deg;
    }
    .form-placeholder {
        right: 40px;
    }
    .logo {
        width: 180px;
    }
}
@media (max-width: 1440px) {
    .text-block .main-title {
        font-size: 102px;
        line-height: 78px;
    }
    .text-block .subtitle {
        font-size: 30px;
        line-height: 24px;
        margin: 12px 0;
    }
    .features {
        display: grid;
        grid-template-columns: repeat(1, auto);
        gap: 10px 20px;
        margin-left: 185px;
        margin-top: 130px;
    }
    .feature {
        font-size: 18px;
        line-height: 18px;
        min-width: 215px;
        padding: 12px 5px;
        border: 3px solid #FD2727;
    }
    .puck {
        top: 21px;
        left: 37px;
        width: 79px;
    }
    .text-block {
        top: 80px;
        left: -35px;
    }
    .logo {
        width: 120px;
        top:24px
    }
    .bonus {
        font-size: 58px;
        line-height: 45px;
        letter-spacing: 0px;
    }
    .bonus-text {
        position: absolute;
        bottom: auto;
        top: 313px;
        left: 1%;
        mix-blend-mode: multiply;
        z-index: 2;
        rotate: 0deg;
    }
    .form-placeholder {
        right: 24px;
    }
    .hockey-man {
        position: absolute;
        right: -233px;
        bottom: -25px;
        max-width: 920px;
        width: 94vw;
        z-index: 3;
    }
}

@media (max-width: 1024px) {
    .form-placeholder {
        right: auto;
        left: 50%;
        top: 500px;
        transform: translateX(-50%);
    }
    .wrapper {
        position: relative;
        width: 100%;
        height: 100vh;
        min-height: 1100px;
        background: url("../img/bg2.webp") no-repeat center center / cover;
    }
    .hockey-man {
        content: url("../img/man2.png");
        top:0px;
        width: 440px;
        right: 0px;
        bottom: 0px;
    }

    .features {
        display: none;
    }
    .text-block {
        top: 82px;
        left: 41px;
    }
    body, html {
        overflow-y: auto;
    }

}

@media (max-width: 768px) {
    .wrapper {
        background: url("../img/bg3.webp") no-repeat center center / cover;
    }
    .text-block .main-title {
        display: none;
        font-size: 68px;
        line-height: 52px;
    }
    .text-block .subtitle {
        display: none;
        font-size: 20px;
        line-height: 19px;
        margin: 10px 0;
    }
    .bonus {
        display: none;
        font-size: 39px;
        line-height: 31px;
        letter-spacing: 0px;
    }
    .bonus-text {
        display: none;
        position: absolute;
        bottom: auto;
        top: 235px;
        left: 12%;
        mix-blend-mode: multiply;
        z-index: 2;
        rotate: 11deg;
    }
    .features {
        display: none;
        margin-left: 0px;
        margin-top: 84px;
    }
    .hockey-man {
        display: none;
    }
    .puck {display: none;
    }
    .form-placeholder {
        right: auto;
        left: 50%;
        top: 550px;
        transform: translateX(-50%);
    }
}