.form-content {
    width: 100%;
    padding-top: 76px;
    margin-bottom: 240px;
}

.form-content .container {
    padding: 0;
}

.form-content p {
    text-align: center;
    max-width: 561px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Clash Display', sans-serif;
    letter-spacing: 0px;
    color: #0D1725;
}

.form-content .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 51px;
    gap: 73px;
    padding: 0 20px;
}

.form-content .tabs a {
    font-family: 'Clash Display', sans-serif;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 30px;
    color: #B9B9B9;
}

.form-content .tabs a.active {
    color: #0D1725;
    position: relative;
}

.form-content .tabs a.active::after {
    content: '';
    width: 100%;
    height: 4px;
    background:  #022EF3;
    display: block;
    position: absolute;
    bottom: -61px;
}

.form-content .main-form {
    background: #F2F2F2;
    margin-top: 61px;
    padding: 70px 40px;
}

.form-content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -300px;
}

.form-content form span {
    font-family: 'Clash Display', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    display: block;
    color: #0D1725;
}

.form-content form > p {
    font-family: 'Clash Display', sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0D1725;
    margin-bottom: 36px;
}

.form-content form .line {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 985px;
    gap: 35px;
}

.form-content form .line input {
    width: 100%;
    display: block;
    box-shadow: 0px 20px 20px #0000000A;
    border-radius: 100px;
    border: none;
    height: 65px;
    padding: 0 34px;
    font-family: "Clash Display", sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0D1725;
}

.form-content form .line textarea {
    width: 100%;
    border: none;
    box-shadow: 0px 20px 20px #0000000A;
    border-radius: 30px;
    padding: 26px 34px;
    font-family: "Clash Display", sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0D1725;
    resize: none;
}

.form-content form .line label {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: "Clash Display", sans-serif;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0D1725;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.form-content form .line input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: 2px solid #707070;
    border-radius: 5px;
}

.form-content form .line button {
    background: #022EF3;
    border-radius: 100px;
    width: 425px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    font-family: "Clash Display", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFF;
    text-transform: uppercase;
}
.form-content .input-fake {
    width: 100%;
    display: flex;
    align-items: center;
    background: #FFF;
    box-shadow: 0px 20px 20px #0000000A;
    border-radius: 100px;
    border: none;
    height: 65px;
    padding: 0 34px;
    font-family: "Clash Display", sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0D1725;
}

.form-content .input-fake span {
  opacity: 0.44;
}

.input-fake input {
    display: none !important;
}

@media (max-width: 1024px) {
    .form-content {
        padding-top: 40px;
    }
    .form-content .tabs {
        margin-top: 35px;
        gap: 25px;
    }
    .form-content .tabs a {
        font-family: 'Clash Display', sans-serif;
        letter-spacing: 0px;
        font-weight: 600;
        font-size: 20px;
    }
    .form-content .tabs a.active::after {
        bottom: -30px;
    }
    .form-content .main-form {
        margin-top: 30px;
        padding-top: 40px;
    }
    .form-content form span,
    .form-content form p {
        text-align: center;
        font-size: 18px;
        line-height: 150%;
    }
    .form-content form > p {
        margin-bottom: 10px;
    }
    .form-content form .line {
        margin-top: 20px;
    }
    .form-content form .line input,
    .form-content .input-fake {
        height: 50px;
        padding: 0 20px;
    }
    .form-content form .line textarea {
        padding: 15px 20px; 
    }
    .form-content form .line button {
        max-width: 300px;
        height: 55px;
    }
}

@media (max-width: 768px) {
    .form-content form .line {
        flex-direction: column;
    }
    .form-content form .line label {
        width: 100%;
    }
    .form-content form .line label br {
        display: none;
    }
    .form-content .main-form {
        padding: 40px 20px;
    }
    .form-content .tabs a {
        gap: 20px;
        font-size: 18px;
    }
    .form-content form .line {
        margin-top: 20px;
        gap: 20px;
    }
    .form-content {
        margin-bottom: 280px;
    }
    .form-content p {
        padding: 0 20px;
    }
    .form-content form > p {
        padding: 0;
    }
}