@font-face {
    font-family: Unbounded;
    src: url('../fonts/Unbounded-Blond.ttf');
    font-weight: 300;
}

@font-face {
    font-family: Unbounded;
    src: url('../fonts/Unbounded-Bold.ttf');
    font-weight: 600;
}

body {
    margin: 0;
    background-image: url('../img/back.png');
    background-size: cover;
    font-family: 'Unbounded';
    color: #fff;
    background-repeat: no-repeat;
    height: 100vh;
}

form {
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main {
    height: 100vh;
    margin: auto;
    display: flex;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.head {
    display: flex;
    flex-direction: column;
}

.title {
    margin: auto;
    max-width: 1200px;
    width: 90%;
}

.subtitle {
    text-align: center;
    font-size: 27px;
}

.form_block {
    display: flex;
    background-image: url('../img/back2.png');
    padding: 25px 0;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin: 30px 0;
    background-size: auto;
}

.form_input {
    width: 90%;
    max-width: 600px;
    height: 45px;
    padding-left: 5px;
    background: #e3e3e3;
    color: #000;
    font-family: 'Unbounded';
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0;
    border-radius: 10px;
}

.btn {
    width: 85%;
    max-width: 620px;
    height: 38px;
    background: linear-gradient(90deg, #C766EF 0%, #7928D2 50%, #2B0C52 100%);
    border-radius: 25px;
    border: none;
    margin: auto;
    font-family: 'Unbounded';
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
}

.subtext {
    margin-top: 20px;
    color: #a656cd;
    font-size: 22px;
    text-align: center;
}

.build_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    background: #1d1a23;
    --tw-shadow: 0px 32px 64px -12px rgba(153, 69, 255, .2);
    border-radius: 15px;
    position: relative;
    height: auto;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.left_block {
    height: auto;
    width: 50%;
    display: flex;
}

.left_img {
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0;
    margin: 0;
}

.right_block {
    width: 50%;
}

.info_block {
    display: flex;
    flex-direction: column;
    padding: 30px 40px;
}

.icon {
    width: 200px;
    margin-bottom: 15px;
}

.text {
    color: #d0d0dc;
    font-size: 16px;
    margin-bottom: 10px;
}

.svg {
    margin-left: 5px;
}

.link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.partners_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.logo_partner {
    width: 130px;
}

@media screen and (max-width: 600px) {
    .build_block {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 320px;
        width: 100%;
        background: #1d1a23;
        --tw-shadow: 0px 32px 64px -12px rgba(153, 69, 255, .2);
        border-radius: 15px;
        position: relative;
        height: auto;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
        flex-wrap: wrap;
        margin: auto;
    }

    .left_block {
        height: auto;
        width: 100%;
        display: flex;
    }

    .left_img {
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }

    .right_block {
        width: 100%;
    }

    .info_block {
        display: flex;
        flex-direction: column;
        padding: 30px 35px;
    }

    .icon {
        width: 100px;
        margin-bottom: 15px;
    }

    .text {
        color: #d0d0dc;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .svg {
        margin-left: 5px;
        width: 35px;
    }

    .link {
        color: #fff;
        text-decoration: none;
        display: flex;
        margin-top: 10px;
        align-items: center;
    }

    .partners_block {
        display: flex;
        margin-top: 10px;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
    }

    .logo_partner {
        width: 70px;
    }
}
