#leads_2023[data-id='13351'],
#leads_2023[data-id='13444'],
#leads_2023[data-id='13574'],
.tarif-offer,
#dynamic-iframe,
.mbb_new {
    display: none;
}

#dynamic-iframe {
    width: 100%;
    height: 1290px;
    border: none;
}

@media screen and (max-width: 767px) {
    #dynamic-iframe {
        height: 940px;
    }
}

#compl_form {
    color: #000000;
    height: 100%;
}

#compl_form .paldies {
    display: none;
    text-align: center;
    box-sizing: border-box;
    padding: 80px 20px;
}

#compl_form .paldies .main {
    font-size: 56px;
    font-weight: 800;
    line-height: 56px;
    padding-bottom: 20px;
}

#compl_form .flex {
    display: flex;
}

#compl_form .flex.wrp {
    gap: 20px;
    align-items: center;
    padding-top: 40px;
}

@media screen and (max-width: 767px) {
    #compl_form .flex.wrp {
        text-align: center;
    }
}

#compl_form .wrp .sm-heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}

#compl_form .flex .wrapped-col {
    max-width: 594px;
    box-sizing: border-box;
}

#compl_form .flex .col1 .wrapped-col {
    float: right;
    padding: 80px 40px 80px 0;
}

#compl_form .flex .col1 .wrapped-col ul {
    padding-top: 20px;
    font-size: 14px;
    line-height: 21px;
}

#compl_form .flex .col1 .wrapped-col ul li {
    display: list-item;
    list-style: disc;
}

#compl_form .flex .col2 .wrapped-col {
    padding: 80px 0 80px 40px;
    position: relative;
}

#compl_form .flex .col2 .wrapped-col .progress-bar {
    position: absolute;
    width: calc(100% - 60px);
    background-color: #c8d2d6;
    top: 35px;
}

@media screen and (max-width: 767px) {
    #compl_form .flex .col2 .wrapped-col .progress-bar {
        width: calc(100% - 40px);
    }
}

#compl_form .flex .col2 .wrapped-col .progress-bar .progress-bar-done {
    width: 0;
    height: 2px;
    background-color: #0086ff;
    transition: width 0.5s ease;
}

#compl_form .flex .col1 {
    background-color: #ffffff;
    flex: 1;
}

#compl_form .flex .col1 .lrg {
    font-size: 56px;
    font-weight: 800;
    line-height: 56px;
    padding-bottom: 20px;
}

#compl_form .flex .col1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#compl_form .flex .col2 {
    background-color: #eff4f7;
    flex: 1;
}

#compl_form .flex .col2 .med {
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
}

#compl_form .flex .col2 .med .important {
    color: #ff3636;
}

#compl_form .flex .col2 .desc {
    flex: 0 0 100%;
    line-height: 21px;
    font-size: 14px;
    padding-top: 20px;
}

#compl_form .flex .col2 .desc-multiple {
    flex: 0 0 100%;
    line-height: 21px;
    font-size: 14px;
}

#compl_form .flex .col2 .select_cont {
    padding-top: 20px;
}

#compl_form .flex .col2 .select_cont input[type='radio'],
#compl_form .flex .col2 .select_cont input[type='checkbox'] {
    display: none;
}

#compl_form .flex .col2 .select_cont input[type='text'] {
    border: 0;
    outline: 0;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid;
    box-sizing: border-box;
}

#compl_form .flex .col2 .select_cont .item {
    padding-bottom: 20px;
}

#compl_form .flex .col2 .select_cont .fun_fact {
    background-color: #dbe8ef;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
}

#compl_form .flex .col2 .select_cont .fun_fact:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #dbe8ef;
    clear: both;
}

#compl_form .flex .col2 .select_cont .fun_fact .flex {
    gap: 20px;
    align-items: flex-start;
}

#compl_form .flex .col2 .select_cont .item.flex {
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

#compl_form .flex .col2 .select_cont .item .grouped-custom-radio .custom-radio-label {
    display: flex;
    min-width: 50px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #94a1aa;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 20px;
}

#compl_form .flex .col2 .select_cont .item .grouped-custom-radio .custom-radio-label:hover {
    border: 1px solid #0086ff;
}

#compl_form .flex .col2 .select_cont input[type='radio']:checked + .custom-radio-label {
    border: 1px solid #0086ff;
    background-color: #0086ff;
    color: #ffffff;
}

#compl_form .flex .col2 .select_cont input[type='radio']:checked + .custom-radio-label:hover {
    border: 1px solid #0086ff;
    background-color: #0086ff;
    color: #ffffff;
}

#compl_form .flex .col2 .select_cont .item .c-label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-right: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 4px;
}

#compl_form .flex .col2 .select_cont .item .c-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #94a1aa;
    background: #fff;
}

#compl_form .flex .col2 .select_cont .item .c-label.radio:before {
    border-radius: 50%;
}

#compl_form .flex .col2 .select_cont .heading_form {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
}

#compl_form .flex .col2 .select_cont input[type='radio']:checked + .c-label:before,
#compl_form .flex .col2 .select_cont input[type='checkbox']:checked + .c-label:before {
    background-color: #0086ff;
    border: 1px solid #0086ff;
}

#compl_form .flex .col2 .select_cont input[type='radio']:checked + .c-label:after,
#compl_form .flex .col2 .select_cont input[type='checkbox']:checked + .c-label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#compl_form .flex .col2 .quiz_content {
    display: none;
}

#compl_form .flex .col2 .quiz_content.active {
    display: block;
}

#compl_form .flex .col2 .success {
    display: none;
}

#compl_form .flex .col2 .success .large {
    font-size: 56px;
    line-height: 56px;
    font-weight: 800;
    padding-bottom: 30px;
}

#compl_form .flex .col2 .success a {
    font-size: 24px;
    text-decoration: underline;
}

#compl_form .btn2024 {
    color: #fff;
    position: relative;
    outline: 0;
    border: 0;
    background-color: #0086ff;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 80px 13px 20px;
}

#compl_form .btn2024::after {
    content: '';
    position: absolute;
    display: block;
    top: 17px;
    right: 20px;
    height: 20px;
    width: 42px;
    background: transparent url('/img/leads/voice_2022/arrow.svg') no-repeat;
}

#compl_form .btn_cont {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    #compl_form .flex {
        flex-direction: column;
    }

    #compl_form .flex .wrapped-col {
        max-width: unset;
    }

    #compl_form .flex .col2 .wrapped-col,
    #compl_form .flex .col1 .wrapped-col {
        padding: 60px 20px;
    }
}

#compl_form .form-group {
    position: relative;
    margin: 10px 0;
}

#compl_form .form-label {
    position: absolute;
    top: 7px;
    left: 14px;
    color: #757575;
    font-size: 16px;
    transition: all 0.3s ease;
    pointer-events: none;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 20px);
}

#compl_form .form-input:focus + .form-label,
#compl_form .form-input:not(:placeholder-shown) + .form-label {
    top: -20px;
    left: 0;
    font-size: 14px;
    color: #000;
    background-color: transparent;
}
