#vl2022 {
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
    color: #fff;
}

#vl2022 .vl_col h1 {
    font-size: 55px;
    line-height: 55px;
    padding-top: 10px;
    padding-bottom: 40px;
}

#vl2022 .vl_col p {
    font-size: 24px;
    line-height: 24px;
    padding: 20px 0 40px 0;
}

#vl2022 .vl_col input,
#vl2022 .vl_col div.input_imitation {
    border: 0;
    outline: 0;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
}

#vl2022 .vl_col input,
#vl2022 .vl_col div.input_imitation {
    border: 0;
    outline: 0;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-color: #fff;
}

#vl2022 .vl_col .form-group {
    display: flex;
    margin-bottom: 10px;
}

#vl2022 .vl_col .form-group .preinput {
    padding: 0 10px;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    text-align: center;
}

#vl2022 .vl_col .darb_menu_cont {
    position: relative;
    margin: 0 auto;
    top: -10px;
    display: none;
    opacity: 0;
    z-index: 99;
}

#vl2022 .vl_col .darb_menu_cont .darb_menu_absolute {
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
    z-index: 1;
    color: #000;
}

#vl2022 .vl_col .darb_menu_cont .darb_menu_absolute .item {
    background-color: #f0f0f0;
    padding: 15px;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

#vl2022 .vl_col .darb_menu_cont .darb_menu_absolute .item:last-child {
    border-bottom: 0;
}

#vl2022 .vl_col div.input_imitation {
    color: grey;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 10px;
}

#vl2022 .vl_col input::placeholder {
    color: grey;
    opacity: 1;
}

#vl2022 .vl_col input:-ms-input-placeholder {
    color: grey;
}

#vl2022 .vl_col input::-ms-input-placeholder {
    color: grey;
}

#vl2022 .vl_col input:last-child {
    margin-bottom: 0;
}

#vl2022 .vl_col .consent {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 20px auto 20px;

    color: #999;
    font-size: 12px;
    line-height: 1.25;
}

#vl2022 .vl_col .consent a {
    text-decoration: underline;
    color: #fff;
}

#vl2022 .vl_col .consent input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#vl2022 .vl_col form.lead_form.b2b .consent .checkmark,
#vl2022 .vl_col form.lead_form.b2c .consent .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: background-color 0.25s;
}

#vl2022 .vl_col form.lead_form.b2b .consent input:checked ~ .checkmark:after,
#vl2022 .vl_col form.lead_form.b2c .consent input:checked ~ .checkmark:after {
    display: block;
}

#vl2022 .vl_col form.lead_form.b2b .consent .checkmark:after,
#vl2022 .vl_col form.lead_form.b2c .consent .checkmark:after {
    content: '';
    position: absolute;
    display: none;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

#vl2022 .vl_col form.lead_form.b2b .consent .checkmark.red,
#vl2022 .vl_col form.lead_form.b2c .consent .checkmark.red {
    border: 1px solid #f00;
}

#vl2022 .vl_col .error,
#vl2022 .vl_col .error-exist {
    display: none;
    color: #f00;
    font-size: 14px;
    padding: 0 70px 0 0;
}

#vl2022 a.lead_link {
    cursor: pointer;
}

#vl2022 .vl_col .btn_voice_2022 {
    font-family: 'Tele2Slab', Arial, Helvetica, 'Trebuchet MS', sans-serif;
    color: #fff;
    position: relative;
    outline: 0;
    border: 0;
    background-color: #ff3e3f;
    font-size: 14px;
    font-weight: 700;
    padding: 13px 80px 13px 20px;
}

#vl2022 .vl_col .btn_voice_2022::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;
}

#vl2022 .flex-col,
#vl2022 .flex-col .tab-switch {
    display: flex;
}

#vl2022 .flex-col .lead_form {
    display: none;
    padding-top: 40px;
    padding-right: 65px;
    padding-bottom: 40px;
}

#vl2022 .flex-col .lead_form.active {
    display: block;
}

#vl2022 .flex-col .tab-switch .tab {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    background-color: #f0f0f0;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

#vl2022 .flex-col .tab-switch.ins {
    max-width: 480px;
}

#vl2022 .flex-col .tab-switch.ins.v2 {
    padding-top: 45px;
}

#vl2022 .flex-col .tab-switch.ins .tab-ins {
    flex: 1;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#vl2022 .tip {
    background-color: #373737;
    color: #fff;
    border-radius: 50%;
    padding: 3px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 15px;
}

#vl2022 .flex-col .tab-switch.ins .tab-ins.active {
    background-color: #ff3e3f;
}

#vl2022 .flex-col .tab-switch .tab.active {
    background-color: #000;
    color: #fff;
}

#vl2022 .flex-col .vl_col,
#vl2022 .flex-col .cont_col {
    flex: 1;
}

#vl2022 .flex-col .mobile-header {
    display: none;
}

#vl2022 .flex-col .cont_col .header_voice {
    display: block;
    height: 470px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-image: url('/img/leads/voice_2022/header_voice.jpg');
}

.LV #vl2022 .flex-col .cont_col .header_voice.voice {
    background-image: url('/img/leads/voice_2022/bg21/b2c_desk.png');
}

.LV #vl2022 .flex-col .cont_col .header_voice.iphone15 {
    background-image: url('/img/leads/voice_2022/bg15/tele2_laime_iphone_2000x1333_LV.jpg');
}

.RU #vl2022 .flex-col .cont_col .header_voice.iphone15 {
    background-image: url('/img/leads/voice_2022/bg15/tele2_laime_iphone_2000x1333_RUS.jpg');
}

.RU #vl2022 .flex-col .cont_col .header_voice.voice {
    background-image: url('/img/leads/voice_2022/bg16/2000x1333_RUS.jpg');
}

.LV #vl2022 .flex-col .cont_col .header_voice.oneeur {
    background-image: url('/img/leads/voice_2022/bg11/MBB_LV2.png');
}

.RU #vl2022 .flex-col .cont_col .header_voice.oneeur {
    background-image: url('/img/leads/voice_2022/bg11/MBB_RU2.png');
}

.LV #vl2022 .flex-col .cont_col .header_voice.iphone {
    background-image: url('/img/leads/voice_2022/b2b/2000x1333_leads.png');
}

.RU #vl2022 .flex-col .cont_col .header_voice.iphone {
    background-image: url('/img/leads/voice_2022/bg15/desk_b2b_ru.png');
}

.LV #vl2022 .flex-col .cont_col .header_voice.mbb {
    background-image: url('/img/leads/voice_2022/bg18/T2_Lead_MBB_Landing_LV_2000x1333_2.png');
}

.RU #vl2022 .flex-col .cont_col .header_voice.mbb {
    background-image: url('/img/leads/voice_2022/bg17/ru.jpg');
}

.LV #vl2022 .flex-col .cont_col .header_voice.projektors {
    background-image: url('/img/leads/voice_2022/bg7/T2_non_clients_ban_projektors_lv_2000x1333px.jpg');
}

.RU #vl2022 .flex-col .cont_col .header_voice.projektors {
    background-image: url('/img/leads/voice_2022/bg7/T2_non_clients_ban_projektors_rus_2000x1333px.jpg');
}

.LV #vl2022 .flex-col .cont_col .header_voice.skoleni {
    background-image: url('/img/leads/voice_2022/bg10/DT_2000x1333_sk_LV.png');
}

.RU #vl2022 .flex-col .cont_col .header_voice.skoleni {
    background-image: url('/img/leads/voice_2022/bg10/DT_2000x1333_sk_RU.png');
}

.LV #vl2022 .flex-col .cont_col .header_voice.inbox {
    background-image: url('/img/leads/voice_2022/bg6/T2_non_clients_ban_2000x1333px.png');
}

.RU #vl2022 .flex-col .cont_col .header_voice.inbox {
    background-image: url('/img/leads/voice_2022/bg6/T2_non_clients_ban_2000x1333px_rus.png');
}

@media (max-width: 767px) {
    #vl2022 .flex-col .mobile-header {
        display: block;
    }

    #vl2022 .flex-col .mobile-header .header_voice {
        display: block;
        height: 370px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-image: url('/img/leads/voice_2022/header_voice.jpg');
    }

    #vl2022 .flex-col .cont_col .header_voice {
        display: none;
    }

    .LV #vl2022 .flex-col .mobile-header .header_voice.voice {
        background-image: url('/img/leads/voice_2022/bg21/b2c_mob.png');
    }

    .LV #vl2022 .flex-col .mobile-header .header_voice.iphone15 {
        background-image: url('/img/leads/voice_2022/bg15/tele2_laime_iphone_760x470_LV.jpg');
    }

    .RU #vl2022 .flex-col .mobile-header .header_voice.iphone15 {
        background-image: url('/img/leads/voice_2022/bg15/tele2_laime_iphone_760x470_RUS.jpg');
    }

    .RU #vl2022 .flex-col .mobile-header .header_voice.voice {
        background-image: url('/img/leads/voice_2022/bg16/760x470_RU.jpg');
    }

    .LV #vl2022 .flex-col .mobile-header .header_voice.oneeur {
        background-image: url('/img/leads/voice_2022/bg11/MBB_mob_LV2.png');
    }

    .RU #vl2022 .flex-col .mobile-header .header_voice.oneeur {
        background-image: url('/img/leads/voice_2022/bg11/MBB_mob_RU2.png');
    }

    .LV #vl2022 .flex-col .mobile-header .header_voice.iphone {
        background-image: url('/img/leads/voice_2022/b2b/760x460_Lead_mobile.png');
    }

    .RU #vl2022 .flex-col .mobile-header .header_voice.iphone {
        background-image: url('/img/leads/voice_2022/bg15/mob_b2b_ru.png');
    }

    .LV #vl2022 .flex-col .mobile-header .header_voice.mbb {
        background-image: url('/img/leads/voice_2022/bg18/T2_Lead_MBB_Landing_LV_760x470_2.png');
    }

    .RU #vl2022 .flex-col .mobile-header .header_voice.mbb {
        background-image: url('/img/leads/voice_2022/bg17/ru-mob.jpg');
    }

    .LV #vl2022 .flex-col .mobile-header .header_voice.projektors {
        background-image: url('/img/leads/voice_2022/bg7/T2_non_clients_ban_projektors_lv_760x470px_mobile.jpg');
    }

    .RU #vl2022 .flex-col .mobile-header .header_voice.projektors {
        background-image: url('/img/leads/voice_2022/bg7/T2_non_clients_ban_projektors_rus_760x470px_mobile.jpg');
    }

    .LV #vl2022 .flex-col .mobile-header .header_voice.skoleni {
        background-image: url('/img/leads/voice_2022/bg10/MOB_760x470pix_sk_LV.png');
    }

    .RU #vl2022 .flex-col .mobile-header .header_voice.skoleni {
        background-image: url('/img/leads/voice_2022/bg10/MOB_760x470pix_sk_RU.png');
    }

    .LV #vl2022 .flex-col .mobile-header .header_voice.inbox {
        background-image: url('/img/leads/voice_2022/bg6/T2_non_clients_ban_760x470px_mobile.png');
    }

    .RU #vl2022 .flex-col .mobile-header .header_voice.inbox {
        background-image: url('/img/leads/voice_2022/bg6/T2_non_clients_ban_760x470px_mobile_rus.png');
    }
}

#vl2022 .flex-col .vl_col .w594,
#vl2022 .flex-col .cont_col .w594 {
    width: 100%;
    max-width: 594px;
}

#vl2022 .flex-col .cont_col .w594.active {
    display: block;
}

#vl2022 .flex-col .vl_col .w594 {
    float: right;
    position: sticky;
    top: 0;
}

#vl2022 .flex-col .cont_col .w594 {
    display: none;
    padding-left: 100px;
    padding-right: 50px;
    padding-top: 40px;
    float: left;
    box-sizing: border-box;
}

#vl2022 .flex-col .cont_col .w594 .heading_c2 {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    padding-bottom: 40px;
}

#vl2022 .flex-col .cont_col .w594 .heading_c2_2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
}

#vl2022 .flex-col .cont_col .w594 .desc_c2_2 {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 40px;
}

#vl2022 .flex-col .cont_col .w594 .reasons .flex-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
}

#vl2022 .flex-col .cont_col .w594 .reasons .flex-item div h1 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 10px;
}

#vl2022 .flex-col .cont_col .w594 .reasons .flex-item div p {
    font-size: 14px;
    line-height: 20px;
}

#vl2022 .flex-col .cont_col .w594 .reasons .flex-item div p:last-child {
    padding-top: 10px;
    color: #b9b9b9;
}

#vl2022 .flex-col .cont_col .w594 .reasons .flex-item lottie-player {
    padding-right: 50px;
    width: 60px;
    flex: 0 0 60px;
}

#vl2022 .flex-col .vl_col {
    background-color: #000;
    position: relative;
}

#vl2022 .flex-col .cont_col {
    background-color: #fff;
    color: #000;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm {
    background-color: #f1efef;
    margin-bottom: 20px;
    width: 215px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm img {
    position: absolute;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm img.unlim {
    top: 0;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm img.user {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 125px;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm img.global {
    top: 0;
    left: 0;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm img.star {
    top: 0;
    right: 0;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm h1 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm p {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

#vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm .btnred {
    font-size: 14px;
    background-color: #ff3e3f;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

#vl2022 .loader-cont .loader {
    display: none;
    margin: 0 auto;
    border: 16px solid #f2f2f2;
    border-radius: 50%;
    border-top: 16px solid #000;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#vl2022 .loader-cont .ty,
#vl2022 .loader-cont .err {
    display: none;
    padding-right: 90px;
}

#vl2022 .loader-cont .ty .small-txt {
    display: block;
    font-size: 22px;
    line-height: 29px;
    margin-top: 35px;
    font-weight: 400;
}

.expanded_tooltip {
    z-index: 999;
}

#vl2022 .loader-cont {
    display: none;
    padding: 200px 0;
}

#vl2022 a {
    color: #ff3e3f;
}

#vl2022 a:hover {
    color: #bf1e20;
}

#vl2022 .mobile-sticky-form {
    display: none;
}

#vl2022 .mobile-sticky-form .flex-col .vl_col {
    display: none;
}

#vl2022 .mobile-sticky-form .preform {
    display: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1185px) {
    #vl2022 .loader-cont .ty-err {
        padding: 0 20px;
    }

    #vl2022 .loader-cont .ty {
        padding: 0 20px;
    }

    #vl2022 .flex-col .cont_col .w594 .two-blocks .block-cont div.itm {
        width: 100%;
    }

    #vl2022 .flex-col .lead_form {
        padding-top: 40px;
        padding-right: 25px;
        padding-bottom: 40px;
    }

    #vl2022 .flex-col .cont_col .w594 {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    #vl2022 .flex-col,
    #vl2022 .flex-col .tab-switch {
        flex-direction: row;
    }

    #vl2022 .mobile-sticky-form {
        display: block;
        position: fixed;
        top: 0;
        background-color: #000;
        width: 100%;
        z-index: 99;
        transition: 0.3s;
    }

    #vl2022 .flex-col .vl_col {
        display: block;
    }

    #vl2022 .mobile-sticky-form .mobile-form {
        display: none;
    }

    #vl2022 .mobile-sticky-form .preform {
        display: flex;
        padding: 30px 20px;
        box-sizing: border-box;
        align-items: center;
    }

    #vl2022 .mobile-sticky-form .preform h1 {
        font-size: 21px;
        line-height: 28px;
    }

    #vl2022 .mobile-sticky-form .preform .col1,
    #vl2022 .mobile-sticky-form .preform .col2 {
        flex: 1;
    }

    #vl2022 .mobile-sticky-form .preform .btn3 {
        box-sizing: border-box;
        width: 100%;
        color: #fff;
        font-size: 12px;
    }

    #vl2022 .mobile-sticky-form .preform .btn3:hover {
        color: #ff3e3f !important;
        border: 1px solid #ff3e3f !important;
    }

    #vl2022 .btn3:hover:after,
    #vl2022 .btn3.hovered:after {
        filter: hue-rotate(160deg);
    }

    #vl2022 .btn3:hover:before,
    #vl2022 .btn3.hovered:before {
        filter: hue-rotate(160deg);
    }

    #vl2022 .flex-col .lead_form {
        padding-left: 20px;
        padding-right: 20px;
    }

    #vl2022 .flex-col {
        flex-direction: column;
    }

    #vl2022 .loader-cont {
        display: none;
        padding: 60px 0;
    }

    #vl2022 .flex-col .vl_col .w594,
    #vl2022 .flex-col .cont_col .w594 {
        width: 100%;
        max-width: unset;
        float: unset;
    }

    #vl2022 .flex-col .cont_col .w594 {
        padding-left: 20px;
        padding-right: 20px;
    }

    #vl2022 .vl_col h1 {
        font-size: 32px;
        line-height: 38px;
        padding-top: 15px;
    }

    #vl2022 .vl_col p {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (min-width: 670px) and (max-width: 767px) {
    #vl2022 .mobile-sticky-form {
        height: 103px;
        top: -103px;
    }
}

@media (min-width: 421px) and (max-width: 669px) {
    #vl2022 .mobile-sticky-form {
        height: 130px;
        top: -130px;
    }

    #vl2022 .mobile-sticky-form .preform h1 {
        padding-right: 16px;

        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 420px) {
    #vl2022 .mobile-sticky-form {
        height: 140px;
        top: -140px;
    }

    #vl2022 .mobile-sticky-form .preform h1 {
        padding-right: 16px;

        font-size: 16px;
        line-height: 21px;
    }
}
