
@font-face {
    font-family: "Archangelsk";
    src: url("./fonts/archangelsk.woff2") format("woff2"),
        url("./fonts/archangelsk.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto_light.woff2") format("woff2"),
    url("./fonts/roboto_light.woff") format("woff");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto_regular.woff2") format("woff2"),
    url("./fonts/roboto_regular.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("./fonts/roboto_bold.woff2") format("woff2"),
    url("./fonts/roboto_bold.woff") format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizeSpeed;}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}}a{text-decoration:none;color:#000}

:root {
    color-scheme: only light;

    --color-accent-1: #fcee0a;
    --color-accent-2: #00f0ff;
}

*::-moz-selection {
    color: black;
    background-color: var(--color-accent-2);
}

*::selection {
    color: black;
    background-color: var(--color-accent-2);
}

body {
    font-family: "Roboto", serif;
    color: black;
    font-weight: 400;
}

a,
button {
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    
    @media (max-width: 1300px) {
        max-width: 952px;
    }

    @media (max-width: 952px) {
        max-width: 296px;
    }
}

.highlighting {
    font-weight: 700;
    color: var(--color-accent-2);
}

.hero {
    margin-top: -100px;
    height: 100vh;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-position: center;
    background-image: url("./image/background_1.webp");

    @media (max-width: 952px) {
        margin-top: -105px;
    }
}

.hero_background_1 {
    background-image: url("./image/background_1.webp");
}

.hero_background_2 {
    background-image: url("./image/background_2.webp");
}

.hero_background_3 {
    background-image: url("./image/background_3.webp");
}

.cross__section {
    clip-path: polygon(
            0% 50px,
            50px 0%,
            100% 0%,
            100% 0,
            100% calc(100% - 50px),
            calc(100% - 50px) 100%,
            0 100%,
            0 0
    );
}

.shadow {
    width: 100%;
    height: 70px;
    position: absolute;
}

.shadow__bottom {
    background-image: url("./image/shadow_1.webp");
    bottom: 0;
    left: 0;
    right: 0;
}

.shadow__top {
    background-image: url("./image/shadow_2.webp");
    top: 0;
    left: 0;
    right: 0;
}

.buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: black;
    color: white;

    @media(max-width: 1300px) {
        display: block;
    }
}

.buy__image {
    width: 945px;
    height: 717px;
    -o-object-fit: cover;
       object-fit: cover;

    @media(max-width: 1300px) {
        width: 332px;
    }

    @media(max-width: 952px) {
        width: 100%;
        height: 350px;
    }
}

.buy__info {
    width: 625px;
    margin-left: 32px;

    @media(max-width: 1300px) {
        width: 296px;
        margin: 0 auto;
        padding-bottom: 50px;
    }


}

.buy__info_title {
    font-weight: 700;
    font-family: "Archangelsk", serif;
    font-size: 62px;
    line-height: 79px;
    margin-bottom: 25px;

    @media(max-width: 952px) {
        font-size: 30px;
        line-height: 35px;
        margin-top: 25px;
    }
}

.buy__packages_title {

}

.buy__packages {
    margin-bottom: 60px;

    @media(max-width: 952px) {
        margin-bottom: 30px;
    }
}

.buy__package {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
}

.buy__package_image {

}

.buy__package_text {
    font-size: 18px;
    line-height: 21px;
    margin-left: 10px;
}

.buy__platforms_title {
    margin-bottom: -25px;

    @media(max-width: 952px) {
        margin-bottom: -20px;
    }
}

.buy__platforms {
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
    color: var(--color-accent-1);

    @media(max-width: 952px) {
        width: 100%;
    }
}

.buy__platform_pc {
    width: 62px;
    height: 35px;
    cursor: pointer;
}

.buy__platform_xbox {
    width: 178px;
    height: 35px;
    cursor: pointer;
}

.buy__platform_stadia {
    width: 58px;
    height: 50px;
    cursor: pointer;
}

.buy__platform_playstation {
    width: 168px;
    height: 35px;
    cursor: pointer;
}

.footer {

}

.footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 0;

    @media(max-width: 952px) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.footer__logos {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    @media(max-width: 952px) {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.footer__logo_cyberpunk {
    width: 296px;
    height: 74px;

    @media(max-width: 952px) {
        margin-bottom: 25px;
    }
}

.footer__logo_cd_project {
    width: 172px;
    height: 74px;

    @media(max-width: 952px) {
        margin-bottom: 25px;
    }
}

.footer__link {
    font-size: 18px;
    line-height: 21px;

    @media(max-width: 952px) {
        margin-top: 30px;
    }
}

.footer__copyright {
    padding: 13px 0;
    color: white;
    background-color: black;
}

.footer__copyright_text {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.header {
    height: 100px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

    @media (max-width: 952px) {
        height: 105px;
    }
}

.header__background {
    background-color: white;
}

.header__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    @media (max-width: 952px) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.header__logo {
    width: 296px;
    height: 75px;

    @media (max-width: 952px) {
        width: 200px;
        height: 50px;
    }
}

.header__socials {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    @media (max-width: 952px) {
        width: 100%;
    }
}

.header__socials_icon {
    width: 30px;
    height: 30px;

    @media (max-width: 952px) {
        width: 25px;
        height: 25px;
    }
}

.intro {
    position: relative;
    height: calc(100vh - 100px);
}

.intro__content {
    height: 100%;
}

.intro__block {
    width: 625px;
    height: 370px;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: 10;
    background-color: var(--color-accent-1);
    padding: 70px 76px 70px 65px;

    @media (max-width: 952px) {
        width: 320px;
        height: 207px;
        padding: 30px 12px 30px 12px;
        right: 50%;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.intro__title {
    font-weight: 400;
    font-family: "Archangelsk", serif;
    font-size: 62px;
    line-height: 73px;
    margin-bottom: 25px;

    @media (max-width: 952px) {
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }
}

.intro__button {
    background-color: #000000;
    padding: 15px 50px;
    border: none;
    font-weight: 700;
    font-size: 24px;
    color: var(--color-accent-1);
    line-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    @media (max-width: 952px) {
        font-size: 20px;
    }
}

.intro__button:hover {
    color: black;
    background-color: var(--color-accent-1);
}

.monitor {
    position: relative;
    background-color: #F8F200;
    padding-top: 140px;
    padding-bottom: 80px;
}

.monitor__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    @media (max-width: 952px) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.monitor__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.monitor__image {
    width: 625px;
    height: 430px;
    margin-bottom: 26px;

    @media(max-width: 1300px) {
        width: 460px;
        height: 317px;
    }

    @media(max-width: 952px) {
        width: 100%;
        height: 204px;
    }
}

.monitor__collaboration {
    width: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    @media(max-width: 1300px) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    @media(max-width: 1300px) {
        width: 100%;
    }

    @media(max-width: 952px) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.monitor__collaboration_hp {
    width: 80px;
    height: 80px;

    @media(max-width: 1300px) {
        margin-bottom: 25px;
    }

    @media(max-width: 952px) {
        width: 44px;
        height: 44px;
        margin-bottom: 0;
    }
}

.monitor__collaboration_cross {
    width: 90px;
    height: 20px;

    @media(max-width: 1300px) {
        margin-bottom: 25px;
    }

    @media(max-width: 952px) {
        width: 50px;
        height: 10px;
        margin-bottom: 0;
    }
}

.monitor__collaboration_cyberpunk {
    width: 320px;
    height: 80px;

    @media(max-width: 952px) {
        width: 175px;
        height: 44px;
    }
}

.monitor__info {
    width: 625px;

    @media(max-width: 1300px) {
        width: 460px;
    }

    @media(max-width: 952px) {
        width: 100%;
    }
}

.monitor__info_title {
    font-family: "Archangelsk", serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 79px;
    margin-bottom: 25px;

    @media(max-width: 952px) {
        font-size: 30px;
        line-height: 35px;
        margin-top: 40px;
    }
}

.monitor__info_description {
    font-size: 18px;
    line-height: 34px;
    color: black;
    margin-bottom: 25px;
}

.monitor__info_features {
    margin-bottom: 57px;
}

.monitor__info_feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.monitor__info_feature_icon {
    width: 32px;
    height: 32px;
}

.monitor__info_feature_text {
    font-size: 18px;
    line-height: 21px;
    margin-left: 10px;
}

.monitor__info_button {
    padding: 15px 50px;

    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #F8F200;

    background-color: black;
    border: black;

    -webkit-transition: all .3s ease-in-out;

    transition: all .3s ease-in-out;
}

.monitor__info_button:hover {
    color: black;
    background-color: #F8F200;
}

.screenshots {
    position: relative;
    padding-top: 70px;
    padding-bottom: 140px;
}

.screenshots__block {

}

.screenshots__block_title {
    font-family: "Archangelsk", serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 79px;
    margin-bottom: 10px;

    @media(max-width: 1300px) {
        width: 620px;
    }

    @media (max-width: 952px) {
        width: 296px;
        font-size: 30px;
        line-height: 34px;
    }
}

.screenshots__block_description{
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 70px;

    @media(max-width: 1300px) {
        width: 790px;
    }

    @media (max-width: 952px) {
        width: 296px;
        font-size: 16px;
        line-height: 32px;
    }
}

.screenshots__block_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    @media(max-width: 1300px) {
        display: block;
    }
}

.screenshots__block_left_images {
    @media(max-width: 1300px) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    @media (max-width: 952px) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.screenshots__block_left_image {
    width: 460px;
    height: 196px;
    -o-object-fit: cover;
       object-fit: cover;

    @media (max-width: 952px) {
        width: 320px;
        height: 196px;
    }
}

.screenshots__block_left_image:first-child {
    margin-bottom: 32px;
}

.screenshots__block_image {
    width: 788px;
    height: 424px;
    -o-object-fit: cover;
       object-fit: cover;

    @media(max-width: 1300px) {
        width: 952px;
        height: 424px;
    }

    @media (max-width: 952px) {
        margin-top: 32px;
        width: 100%;
        height: 424px;
    }
}

.stock {
    background-color: black;
    padding-top: 35px;
    padding-bottom: 200px;
}

.stock__block {

}

.stock__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    @media(max-width: 1300px) {
        width: 460px;
    }

    @media(max-width: 952px) {
        width: 100%;
    }
}

.stock__title_icon {
    width: 132px;
    height: 132px;
    position: absolute;

    @media (max-width: 952px) {
        width: 62px;
        height: 62px;
    }
}

.stock__title_text {
    font-family: "Archangelsk", serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 73px;
    color: white;
    margin-top: 45px;
    margin-left: 164px;

    @media(max-width: 1300px) {
        width: 460px;
        margin-top: 160px;
        margin-left: 0;
    }

    @media (max-width: 952px) {
        width: 296px;
        font-size: 30px;
        line-height: 35px;
        margin-top: 210px
    }
}

.stock__description {
    width: 950px;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: white;
    margin-top: 30px;

    @media(max-width: 1300px) {
        width: 460px;
    }

    @media (max-width: 952px) {
        width: 296px;
        font-size: 16px;
        line-height: 32px;
        margin-top: 25px;
    }
}

.stock__content {
    margin-top: 150px;

    @media(max-width: 1300px) {
        margin-top: 0;
    }
}

.stock__form {
    width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 75px;

    @media(max-width: 952px) {
        width: 100%;
    }
}

.stock__form_input {
    width: 100%;
    height: 50px;
    font-weight: 700;
    color: #FFFFFF;
    border: none;
    background: none !important;
    border-bottom: 2px solid #777777;
    margin-bottom: 20px;
}

.stock__form_input::-webkit-input-placeholder {
    font-weight: 400;
    color: #FFFFFF;
}

.stock__form_input::-moz-placeholder {
    font-weight: 400;
    color: #FFFFFF;
}

.stock__form_input:-ms-input-placeholder {
    font-weight: 400;
    color: #FFFFFF;
}

.stock__form_input::-ms-input-placeholder {
    font-weight: 400;
    color: #FFFFFF;
}

.stock__form_input::placeholder {
    font-weight: 400;
    color: #FFFFFF;
}

.stock__form_input:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid #777777;
}

.stock__form_button {
    width: 200px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: black;
    border: var(--color-accent-1);
    background-color: var(--color-accent-1);
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.stock__form_button:hover {
    color: var(--color-accent-1);
    background-color: black;
}

.stock__form_checkbox {
    position: relative;
}

.stock__form_checkbox_label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    color: white;
}

.stock__form_checkbox_input {
    position: absolute;
    margin: 0;
    opacity: 0;
    width: 14px;
    height: 14px;
}

.stock__form_checkbox_input+p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.stock__form_checkbox_input+p::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid #777777;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    padding-bottom: 3px;
}

.stock__form_checkbox_input:checked+p::before {
    background-image: url("./image/check.svg");
}

.stock__image {
    width: 788px;
    height: 456px;
}

.stock__image_1 {
    position: absolute;
    top: 230px;
    right: 325px;
    z-index: 1;

    @media(max-width: 1300px) {
        top: 20px;
        right: 0;
    }

    @media (max-width: 952px) {
        width: 132px;
        height: 130px;
        top: 55px;
        left: 0;
    }
}

.stock__image_2 {
    position: absolute;
    top: 230px;
    right: 0;

    @media(max-width: 1300px) {
        top: 425px;
        right: 0;
    }

    @media (max-width: 952px) {
        width: 132px;
        height: 130px;
        top: 55px;
        right: 0;
    }
}