@font-face {
    font-family: "ALS_Gorizont 2.1";
    src: url("ALS_Gorizont_Bold\ Expanded_2.1.otf");
    font-weight: 700;
}

@font-face {
    font-family: "ALS_Hauss";
    src: url("ALS_Hauss_Regular_1.002.otf");
    font-weight: 400;
}

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

.wrapper {
    display: flex;
    flex-direction: column;
    width: auto;
    align-items: center;
}

.head {
    display: flex;
    font-family: "ALS_Gorizont 2.1", Verdana, Arial, Sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #131313;
    padding: 72px 0px 32px 0px;
}

.btnsWrapper {
    display: flex;
    gap: 30px;
    @media (max-width: 1280px) {
        flex-direction: column;
    }
}

.btn {
    display: flex;
    flex-direction: column;
    width: 585px;
    background-color: #f0f0f6;
    cursor: pointer;
    border: none;
    @media (max-width: 768px) {
        width: 355px;
    }
}

.iconsWrapper {
    display: flex;
    width: 521px;
    margin: 32px;
    justify-content: space-between;
    @media (max-width: 768px) {
        width: 318px;
        margin: 18px;
    }
}

.svg {
    display: flex;
}

.text {
    display: flex;
    width: 521px;
    height: 34px;
    font-family: "ALS_Gorizont 2.1", Verdana, Arial, Sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #131313;
    margin: 32px;
    @media (max-width: 768px) {
        width: 318px;
        margin: 18px;
        text-align: start;
        font-size: 22px;
        line-height: 20px;
    }
}

.form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 585px;
    margin: 32px auto;
}

.input {
    display: flex;
    color: #131313;
    font-family: "ALS_Hauss", Verdana, Arial, Sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 16px !important;
    border: none;
    padding: 8px !important;
    background-color: #f0f0f6;
}

.input:focus {
    outline: none;
    margin: 16px !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 30px #f0f0f6;
    box-shadow: inset 0 0 0 30px #f0f0f6;
    -webkit-text-fill-color: #131313;
    margin: 16px !important;
    border: none !important;
    padding: 8px !important;
}

input:-moz-autofill {
    background-color: #f0f0f6 !important;
    color: #131313 !important;
    margin: 16px !important;
    margin: 16px !important;
    border: none !important;
    padding: 8px !important;
}

.btnSub {
    display: flex;
    justify-content: center;
    color: white;
    font-family: "ALS_Hauss", Verdana, Arial, Sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: rgb(3, 107, 253);
    border: none;
    margin: 16px;
    padding: 8px;
}
