﻿.home-form {
    background-image: url(../../../Design/img/bg-mail.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-form-container {
    padding: 79px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.home-form-container h3 {
    margin: 0;
    font-size: 32px;
    font-family: 'svn';
    color: #ffffff;
    font-weight: 400;
    line-height: 43.687px; /* 43.687px */
    letter-spacing: 0.64px;
    text-align: center;
}

.home-form-container span {
    font-size: 18px;
    display: block;
    color: #fff;
    margin-top: 8px;
    font-weight: 400;
    line-height: 24.964px;
    text-align: center;
}

.home-form-content {
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.home-form-input {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 11px 22px;
}

.home-form-content .content-item {
    position: relative;
    font-size: 14px;
    color: #b9b9b9;
    margin: 0 4px;
    border-radius: 25px;
}

.home-form-content .content-item .error-contact {
    position: absolute;
    color: transparent !important;
    width: 100%;
    height: 100%;
    border: 1px solid #ff000085;
    top: 0;
    margin-top: 0;
    pointer-events: none;
    left: 0;
    border-radius: 25px;
    box-shadow: 0 0 12px 0 #ff000066;
}

.home-form-content .content-item .error-contact i {
    border: none;
}


.home-form-content .content-item i {
    padding-right: 7px;
    border-right: 1px solid #d9d9d9;
    display: none;
}

.home-form-content .content-item input {
    outline: none;
    background-color: transparent;
    border: none;
    padding: 3px 0;
    /* padding-left: 7px; */
    color: #5F6354;
    font-size: 18px;
}


.home-form-content .content-item input::placeholder {
    color: #5F6354;
    font-size: 18px;
}

.home-form-content a {
    color: #fff;
    font-size: 18px;
    padding: 11px 28px;
    margin-left: 17px;
    border-radius: 29px;
    background: #564848;
    font-family: interB;
    font-weight: 700;
    line-height: 24.964px;
    transition: all linear .2s;
}

.home-form-content a:hover {
    opacity: .8;
}

.home-form-content a i {
    margin-left: 5px;
    font-size: 16px;
}


/*RS*/



@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width: 739px) {
    .home-form-content {
        flex-direction: column;
        width: 100%;
    }

    .home-form-input {
        width: 100%;
    }

    .home-form-content .content-item {
        margin: 10px 0;
    }

    .home-form-content a {
        margin-top: 15px;
    }

    .home-form-container h3 {
        text-align: left;
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .home-form-container span {
        text-align: left;
    }

    .home-options-decor {
        display: none;
    }

    .home-for-decor {
        display: none;
    }
}
