@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wdth,wght@8..144,150,1000&display=swap');

html, body {
    font-family: "Roboto Flex";
}

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 100%;
    /*height: 100vh; !* Высота на весь экран *!*/
    height: calc(var(--vh, 1vh) * 100); /* Учитывает высоту окна */
    background-image: url("clippath.png"); /* Укажите путь к вашей картинке */
    background-size: cover; /* Картинка растягивается на весь экран */
    background-position: center; /* Центрируем картинку */
    background-repeat: no-repeat; /* Убираем повторение картинки */
    justify-content: center;
    display: flex;
    overflow: hidden;
    align-items: start;

}

.image-container {
    position: absolute;
    right: 0;
    bottom: 50px;
    pointer-events: none;
    height: 43%;
    width: 100%;
}

.image-content {
    position: relative;
    width: 130%;
    height: 100%;
    overflow: hidden;
}

.image-mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    object-fit: cover;
    pointer-events: none;
}

.image {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
    text-align: center;
    align-items: center;
}

.logo {
    display: block;
    text-decoration: none;
    margin-bottom: 24px;
    position: relative;
    width: 300px;
    height: 62px;
}

.logo-image {
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.title {
    font-stretch: extra-expanded;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    margin-bottom: 24px;
    font-family: "Roboto Flex", serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: normal;
    font-variation-settings:
            "slnt" 0,
            "wdth" 150,
            "GRAD" 0,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712;
}

.description {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 1000;
    line-height: 16px;
    color: #000;
    margin-bottom: 24px;
    font-variation-settings:
            "slnt" 0,
            "wdth" 150,
            "GRAD" 0,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712;
}

.action_btn {
    font-family: 'Roboto Flex', sans-serif;
    width: 80%;
    /*display: block;*/
    text-decoration: none;
    padding: 16px 32px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
    /*align-self: stretch;*/
    border-radius: 8px;
    background: #EA0029;
    cursor: pointer;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-stretch: extra-expanded;
    font-style: normal;
    font-variation-settings:
            "slnt" 0,
            "wdth" 150,
            "GRAD" 0,
            "XOPQ" 96,
            "XTRA" 468,
            "YOPQ" 79,
            "YTAS" 750,
            "YTDE" -203,
            "YTFI" 738,
            "YTLC" 514,
            "YTUC" 712;
}

.license {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    z-index: 10;
    font-size: 9px;
    font-weight: 400;
}

@media screen and (max-height: 650px) and (max-width: 600px) {
    .image-container {
        bottom: 28px;
        height: 42.5%;
    }
}


@media (min-width: 768px) {
    .action_btn {
        width: fit-content;
    }
    .license {
        font-family: "Inter", sans-serif;
        width: auto;
        /*text-align: center;*/
        margin-left: 40px;
        bottom: 40px;
        z-index: 10;
        font-size: 10px;
        font-weight: 400;
    }
    .content {
        margin-left: 40px;
        display: block;
        justify-content: center;
        flex-direction: column;
        margin-top: 24px;
        text-align: start;
        align-items: center;
    }
    .wrapper {
        justify-content: start;
        align-items: center;
    }
    .logo {
        margin-bottom: 24px;
        position: relative;
        width: 300px;
        height: 62px;
    }
    .image {
        display: block;
    }
    .image-mobile {
        display: none;
    }
    .image-content {
        /*width: 405px;*/
        /*height: 445px;*/
        width: 100%;
        height: 100%;
    }

    .image-container {
        position: absolute;
        right: -5%;
        bottom: -10%;
        width: 50%;
        height: 100%;
    }
    .title {
        font-family: 'Roboto Flex', sans-serif;
        font-style: normal;
        font-size: 32px;
        font-weight: 1000;
        line-height: 32px;
        color: #000;
        margin-bottom: 24px;
    }
    .description {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 1000;
        line-height: 16px;
        color: #000;
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .logo {
        margin-bottom: 32px;
        position: relative;
        width: 300px;
        height: 62px;
    }
    .image {
        display: block;
    }
    .image-mobile {
        display: none;
    }
    .title {
        font-size: 44px;
        font-weight: 1000;
        line-height: 44px;
        color: #000;
        margin-bottom: 32px;
    }
    .description {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 1000;
        line-height: 16px;
        color: #000;
        margin-bottom: 32px;
    }
}


@media (min-width: 1440px) {
    .license {
        font-family: "Inter", sans-serif;
        width: auto;
        /*text-align: center;*/
        margin-left: 40px;
        bottom: 40px;
        z-index: 10;
        font-size: 20px;
        font-weight: 400;
    }
    .logo {
        margin-bottom: 40px;
        position: relative;
        width: 464px;
        height: 96px;
    }
    .image {
        display: block;
    }
    .image-mobile {
        display: none;
    }
    .title {
        font-size: 64px;
        font-weight: 1000;
        line-height: 64px;
        color: #000;
        margin-bottom: 40px;
    }
    .description {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 1000;
        line-height: 16px;
        color: #000;
        margin-bottom: 40px;
    }
}

@media (min-width: 1920px) {
    .content {
        margin-left: 80px;
    }
    .logo {
        margin-bottom: 40px;
        position: relative;
        width: 464px;
        height: 96px;
    }
    .image {
        display: block;
    }
    .image-mobile {
        display: none;
    }
    .title {
        font-size: 75px;
        font-weight: 1000;
        line-height: 75px;
        color: #000;
        margin-bottom: 40px;
    }
    .description {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 1000;
        line-height: 16px;
        color: #000;
        margin-bottom: 40px;
    }
}