#leadtime #head-content-block{
    height: 379px
}
#leadtime .leadtime_header {
    font-size: 48px;
}

#leadtime .text-content-header {
    line-height: 25px;
}

#leadtime .fon-img-head-content{
    position: absolute;
    right: 0;
}

#leadtime .textInFon, #leadtime .textInFonWhiteColor {
    position: absolute;
    top: 182px;
    left: 30px;
    width: calc(100% - 60px);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#leadtime .textInFonWhiteColor {
    color: #FFFFFF;
}

#leadtime .input-icon {
    height: 40px;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    border: 1px solid #DBE3FF;
    border-radius: 20px;
}

#leadtime .input-icon input {
    border: none;
    outline: none;
    width: calc(100% - 70px);
}

#leadtime form textarea {
    border: 1px solid #DBE3FF;
    border-radius: 20px;
    margin-bottom: 8px;
    width: 100%;
    padding-left: 20px;
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
}

#leadtime .footer-header-content {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 30px;
}

#leadtime form .footer-button {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
}

#leadtime form .submit-btn {
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    width: 50%;
    height: 58px;
}

#leadtime form .politics, #leadtime form .politics a {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

#leadtime form .captcha{
    width: 50%;
}

#leadtime .Card-border {
    width: calc(50% - 30px);
    margin: 0 15px;
    height: 340px;
    border: 2px solid #31C9F9;
    border-radius: 36px;
}

#leadtime .leadtime-mb{
    margin-bottom: 125px;
}