* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: 'TT Firs Neue';
    overflow-x: hidden;
}

@font-face {
    font-family: TT Firs Neue;
    font-style: normal;
    font-weight: 200;
    src: local(""),url(/fonts/TTFirsNeue-Light.woff2) format("woff2"),url(/fonts/TTFirsNeue-Light.woff) format("woff")
}

@font-face {
    font-family: TT Firs Neue;
    font-style: normal;
    font-weight: 400;
    src: local(""),url(/fonts/TTFirsNeue-SemiBold.woff2) format("woff2"),url(/fonts/TTFirsNeue-SemiBold.woff) format("woff")
}

@font-face {
    font-family: TT Firs Neue;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(/fonts/TTFirsNeue-Medium.woff2) format("woff2"),url(/fonts/TTFirsNeue-Medium.woff) format("woff")
}

@font-face {
    font-family: TT Firs Neue;
    font-style: normal;
    font-weight: 300;
    src: local(""),url(/fonts/TTFirsNeue-Regular.woff2) format("woff2"),url(/fonts/TTFirsNeue-Regular.woff) format("woff")
}

/* start header */

.header {
    width: 100%;
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 103px; /* 80.469% */
    letter-spacing: 0.01em;
    background-color: #171717;
}

.headerContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 95vh;
    position: relative;
    background-image: url("/static/offzone/images/head-b.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-origin: content-box;
}

.headerText {
    width: 80%;
    color: #FFFFFF;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;

    position: absolute;
    left: 141px;
    bottom: 96px;
    box-sizing: border-box;
}

.headerDog {
    position: absolute;
    width: 80%;
    height: 80%;
    top: -100px;
    left: -200px;

    transform: rotate(26.083deg);
}

.headerText>.mainTitle {
    font-size: 128px;
    font-style: normal;
    font-weight: 500;
    line-height: 103px; /* 80.469% */
    letter-spacing: 1.28px;
    z-index: 1;
}

.headerText>.subTitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
}

.headerMobile {
    display: none;
}

@media screen and (max-width: 720px) {
    .header {
        display: none;
    }

    .headerMobile {
        display: block;
        width: 100%;
        background-color: #171717;
    }

    .headerContentMobile {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        height: 70vh;
        position: relative;
        overflow: hidden;

        background-image: url("/static/offzone/images/head-s.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        background-origin: content-box;
    }

    .headerTextMobile {
        width: 100%;
        color: #FFFFFF;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 32px;

        position: absolute;
        left: 16px;
        bottom: 78px;
        box-sizing: border-box;
    }

    .headerDog {
        display: none;
    }

    .headerDogMobile {
        position: absolute;
        width: 130%;
        height: 70%;
        left: -40%;

        transform: rotate(26.083deg);
        flex-shrink: 0;
    }

    .mainTitleMobile {
        font-size: 38px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px; /* 91.304% */
        z-index: 1;
    }

    .subTitleMobile {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
    }
}

/* end header */

/* start about */

.about {
    padding: 96px 130px 20px 141px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 116.667% */
}

.about a {
    cursor: pointer;
    color: #9824F2;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

@media screen and (max-width: 720px) {
    .about {
        padding: 48px 16px 18px 16px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .about p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
    }

    .about a {
        color: #9824F2;

        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
    }
}

/* end about */

/* start superpower */

.superpowerTitle {
    padding-left: 141px;

    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 82px; /* 85.417% */
    letter-spacing: 0.96px;
    z-index: 2;
}

.superpowerList {
    padding-top: 40px;
    width: 100%;
    display: flex;
    gap: 32px;
}

.superpowerCard {
    position: relative;
    background-color: #B5CCAE;
    padding: 40px 32px;
}

.superpowerCard:nth-child(1) {
    background-image: url("/static/offzone/images/superpower-glitch1.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}

.superpowerCard:nth-child(2) {
    background-image: url("/static/offzone/images/superpower-glitch2.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
}

.superpowerCard:nth-child(1)>img {
    display: none;
}

.superpowerCard:nth-child(2)>img {
    position: absolute;
    width: 470px;
    bottom: 75%;
    right: 5px;
}

.superpowerName {
    padding-top: 40px;

    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 106.818% */
}

.superpowerDesc {
    padding-top: 24px;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

@media screen and (max-width: 720px) {
    .superpowerTitle {
        padding-left: 16px;

        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px; /* 105% */
    }

    .superpowerList {
        padding: 56px 16px 16px 16px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .superpowerCard {
        position: relative;
        background-color: #B5CCAE;
        padding: 24px 16px;
    }

    .superpowerCard:nth-child(1) {
        background-image: url("/static/offzone/images/superpower-glitch1-s.png");
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto;
    }

    .superpowerCard:nth-child(1)>img {
        display: block;
        position: absolute;
        bottom: 91%;
        right: 0;
    }

    .superpowerCard:nth-child(2)>img {
        display: none;
    }

    .superpowerName {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.6px;
        text-transform: uppercase;
    }

    .superpowerDesc {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
    }
}

/* end superpower */


/* start speaker */

.speaker {
    padding: 96px 130px 48px 141px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.speakerTitle {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 100% */
}

.speakerInfo {
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.speakerInfoTitle {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 120% */
}

.speakerInfoText {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

.speakerInfoAction {
    cursor: pointer;
    color: #9824F2;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

@media screen and (max-width: 720px) {
    .speaker {
        padding: 48px 16px 32px 16px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .speakerTitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 120% */
    }

    .speakerTitle br {
        display: none;
    }

    .speakerInfo {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .speakerInfo p{
        margin-bottom: 0.3em;
    }

    .speakerInfoTitle {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 120% */
    }

    .speakerInfoText {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
    }

    .speakerInfoAction {
        cursor: pointer;
        color: #9824F2;

        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 125% */
    }
}

/* end speaker */

/* start footer */

footer {
    width: 100%;
    background-color: #F6F6F6;
    position: relative;
}

.footerContent {
    padding: 220px 0 49px 141px;

    display: flex;
    align-items: flex-end;
    gap: 22px;
}

.footerInfo {
    display: flex;
    flex-direction: column;
    gap: 30px;
	padding-top: 20px;
}

.footerDog {
    position: absolute;
    width: 384px;
    height: 266px;
}

.footerTitle {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 120% */
}

.footerList {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

.footerSubInfo {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

.qrDrink {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    padding: 52px 52px 16px 52px;

    background-color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
    color: #00000099;
}

.footerDogMobile {
    display: none;
}

.appLinks {
    display: flex;
    flex-direction: row;
    gap: 32px;
	margin-top: -14px;
	margin-bottom: 16px;
}

@media screen and (max-width: 720px) {

    footer {
        padding: 48px 0 32px 16px;
        width: 100%;
        background-color: #F6F6F6;
        position: relative;
        overflow-x: hidden;
    }

    .footerContent {
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 22px;
    }

    .footerDog {
        display: none;
    }

    .footerDogMobile {
        display: block;
        width: 221px;
        height: 153px;

        transform: scaleX(-1);
        position: absolute;
        right: -30px;
        top: 0;
    }

    .footerTitle {
        width: 178px;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 120% */
    }

    .footerList {
        padding-left: 16px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
    }

    .footerSubInfo {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 128.571% */
    }

    .appLinks {
        display: flex;
        flex-direction: row;
        gap: 10px;
        overflow-x: hidden;
    }
}

/* end footer */


.telegramm {
    width: 56px;
    height: 56px;
    background-image: url(/contacts/images/tg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
