.contact-bg{
    background-image: url(../img/main/bg-contact.svg);
    background: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 190px;
}
.contact-img{
    max-width: 720px;
    width: 100%;
}
.contact-img img{
    width: 100%;
}
.subt-input{
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 21.6px */
    letter-spacing: -0.08px;
    margin-top: 20px;
}
.input-contact{
    border-radius: 8px;
    border: 1px solid rgba(153, 153, 153, 0.10);
    background: rgba(153, 153, 153, 0.12);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(12.5px);
    width: 100%;
    color: #fff;
    margin-top: 7px;
    padding: 14px;
    resize: none;
    font-size: 20px;
}
.contact-form{
    max-width: 650px;
    width: 100%;
}
.textarea-size{
    height: 140px;
}
.custom-checkbox {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #41FFF4;
}
.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background: url('../img/main/custom-check.svg') no-repeat center center;
    background-size: contain;
}
.checkmark {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.check-flex{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.label-for-check{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 24.3px */
    letter-spacing: -0.09px;
}
@media (max-width:1500px){
    .contact-bg{
        flex-wrap: wrap;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

}