#partele2 {

}

#partele2 .header {
    height: 400px;
    position: relative;
    background-image: url("/img/par_tele2/bg/header.png");
    background-size: cover;
    background-position: center;
}

#partele2 .header h1 {
    color: #FFF;
    text-align: center;
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#partele2 .part2-nav {
    position: sticky;
    top: 0;
    z-index: 99;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#partele2 .part2-nav .mob-sticky-header {
    display: none;
}

#partele2 .part2-nav .flex {
    justify-content: center;
    gap: 10px;
}

#partele2 .part2-nav .item {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    background-color: #E4E4E4;
    padding: 5px 15px;
    cursor: pointer;
}

#partele2 .part2-nav .item.active,
#partele2 .part2-nav .item:hover {
    color: #fff;
    background-color: #0086FF;
}

@media screen and (max-width: 995px) {
    #partele2 .part2-nav .mob-sticky-header {
        display: block;
    }

    #partele2 .part2-nav .mob-sticky-header .menu {
        color: #000;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        padding: 20px;
        background-color: #fff;
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
        position: relative;
        cursor: pointer;
    }

    #partele2 .part2-nav .mob-sticky-header .menu::before {
        content: '\f078';
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
    }

    #partele2 .part2-nav .mob-sticky-header .menu.active::before {
        content: '\f077';
    }

    #partele2 .part2-nav .mob-sticky-header .dropdown {
        display: none;
    }

    #partele2 .part2-nav .wrap {
        display: none;
    }

    #partele2 .part2-nav {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }
}

#partele2 .flex {
    display: flex;
}

#partele2 .block-1 .flex {
    gap: 10px;
}

@media screen and (max-width: 995px) {
    #partele2 .block-1 {
        padding-top: 40px;
    }
}

#partele2 .block-1 .fulltext {
    color: #000;
    padding-top: 30px;
    font-size: 16px;
    line-height: 22px;
}

#partele2 .block-1 .fulltext .flex {
    gap: 30px;
}

#partele2 .block-1 .slider {
    padding: 90px 0 60px;
}

#partele2 .block-1 .slider .item {
    position: relative;
    color: #000;
    border: 1px solid #ececec;
    background-color: #fff;
    margin-top: 30px;
    padding: 35px;
    box-sizing: border-box;
    margin-bottom: 30px;
    text-align: center;
    height: auto;
    font-size: 16px;
    line-height: 22px;
}

#partele2 .block-1 .slider .item .image {
    position: absolute;
    background-color: #fff;
    width: 105px;
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
}

#partele2 .block-1 .slider .item .itemtext {
    margin-top: 60px;
}

#partele2 .flex .tooltip {
    position: relative;
    background-color: #0086FF;
    height: 135px;
    margin-top: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden;
}
#partele2 .flex .tooltip .circle {
    background-color: #D765FF;
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    top: -69px;
    left: 0;
    filter: blur(80px);
    opacity: 1;
}

#partele2 .flex .tooltip::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    border-width: 10px;
    border-style: solid;
    border-color: #0086ff transparent transparent #0086ff;
}

#partele2 .flex .twoitems {
    display: flex;
}

#partele2 .flex .twoitems .tt2 {
    position: relative;
}

#partele2 .flex .twoitems .tt2 .absolute-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    text-align: center;
    color: #000;
}

#partele2 .flex .twoitems .tt2 .absolute-text .number {
    font-size: 70px;
    font-weight: 800;
    line-height: 70px;
}

#partele2 .flex .twoitems .tt2 .absolute-text .text {
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    text-wrap: nowrap;
}

.swiper-button-prev,
.swiper-button-next {
    display: flex !important;
    height: 30px !important;
    width: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #0088ff !important;
    border-radius: 15px !important;
    box-sizing: border-box !important;
    color: #fff !important;
    font-size: 10px !important;
}

.swiper-button-next {
    right: -15px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: unset !important;
}

.swiper-button-prev {
    left: -15px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

#partele2 .block-1 .parab {
    padding-bottom: 80px;
}

#partele2 .block-1 .parab .banner {
    min-height: 300px;
    color: #fff;
    padding: 50px 105px;
    box-sizing: border-box;
    background-image: url("/img/par_tele2/bg/block2.png");
    background-size: cover;
    background-position: center;
}

#partele2 .block-1 .parab .banner .cont {
    max-width: 680px;
}

#partele2 .block-1 .parab .banner .cont .heading {
    color: #FFF;
    font-size: 50px;
    font-weight: 800;
    line-height: 45px;
    padding-bottom: 40px;
}

#partele2 .block-1 .parab .banner .cont .desc {
    line-height: 22px;
    padding-bottom: 35px;
}

#partele2 .block-1 .parab .banner .cont .btn-read-more {
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: underline;
    cursor: pointer;
}

#partele2 .block-1 .parab .switches {
    height: 175px;
}

#partele2 .block-1 .parab .switches .flex {
    height: 100%;
    gap: 0;
}

#partele2 .block-1 .parab .switches .block {
    flex: 1;
    height: 100%;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    transition: 300ms;
    position: relative;
}

#partele2 .block-1 .parab .switches .block.active {
    background-color: #0086FF;
}

#partele2 .block-1 .parab .switches .block:hover {
    text-shadow: #ffffff 1px 0 10px;
}

#partele2 .block-1 .parab .switches .block::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 42px;
    background: transparent url("/img/leads/voice_2022/arrow.svg") no-repeat;
}

#partele2 .block-heading {
    color: #000;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    line-height: 45px;
    padding-bottom: 80px;
}

#partele2 .block-2 {
    margin-bottom: 80px;
}

#partele2 .block-2 .values .flex {

}

#partele2 .values .item {
    flex: 1;
    height: auto;
    color: #fff;
    padding: 80px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
}

#partele2 .values .swiper .item {
    flex: unset;
    flex-shrink: 0;
}

#partele2 .values .item .heading {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    padding-bottom: 30px;
}

#partele2 .values .item .desc {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

#partele2 .block-3 {
    padding: 80px 0;
    background-color: #000;
}

#partele2 .block-3 .block-heading {
    color: #fff;
}

#partele2 .block-3 .swiper .swiper-wrapper .item {
    height: 450px;
    position: relative;
    background-size: cover;
    cursor: pointer;
}


#partele2 .block-3 .swiper .swiper-wrapper .item::after {
    content: '';
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
    width: 100%;
    height: 100%;
    display: block;
}

#partele2 .block-3 .swiper .swiper-wrapper .item::before {
    content: '';
    position: absolute;
    display: block;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 42px;
    background: transparent url("/img/leads/voice_2022/arrow.svg") no-repeat;
}


#partele2 .block-3 .swiper .swiper-wrapper .item .bottom {
    position: absolute;
    color: #fff;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    bottom: 40px;
}

#partele2 .block-3 .swiper .swiper-wrapper .item .bottom .heading {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 10px;
}

#partele2 .c-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 980px;
    max-width: 100%;
    max-height: 865px;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    color: #000;
}

#partele2 .c-popup.tele2ab {
    height: unset;
}

#partele2 .c-popup.tele2ab .image {
    background-image: url("/img/par_tele2/bg/t2ab.png");
}

#partele2 .black-overlay {
    display: none;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

#partele2 .c-popup .item .flex .image {
    flex: 0 0 475px;
    width: 475px;
    background-size: cover;
    background-position: center;
}

#partele2 .c-popup.tele2ab .item .flex .image {
    flex: 0 0 305px;
    width: 305px;
}

#partele2 .c-popup .item .flex,
#partele2 .c-popup .swiper-slide,
#partele2 .c-popup .content,
#partele2 .c-popup ._rel,
#partele2 .c-popup .swiper {
    height: 100%;
}

#partele2 .c-popup .pr_close {
    display: inline;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 38px;
    font-weight: 700;
    cursor: pointer;
}

#partele2 .c-popup .item .flex .text {
    padding: 75px 30px 40px 30px;
    box-sizing: border-box;
    max-height: 865px;
}

#partele2 .c-popup .item .flex .text .heading {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    padding-bottom: 20px;
}

#partele2 .c-popup .item .flex .text .desc {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 20px;
}

#partele2 .c-popup .item .flex .text .email {
    color: #0086ff;
    text-decoration: underline;
    padding-bottom: 30px;
}

#partele2 .c-popup .item .flex .text .fulltext {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

#partele2 .block-4 {
    padding: 80px 0;
    color: #000;
}

#partele2 .block-4 .whatwesupport {
    background-color: #0086ff;
    color: #fff;
    height: 295px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 40px;
}

#partele2 .block-4 .sometext {
    padding-top: 60px;
    padding-bottom: 60px;
}

#partele2 .block-4 .twoblocks .block {
    padding: 60px;
    text-align: center;
    flex: 1;
}

#partele2 .block-4 .twoblocks .block:first-child {
    background-color: #F6F6F6;
}

#partele2 .block-4 .twoblocks .block:last-child {
    background-color: #EBEBEB;
}

#partele2 .block-4 .twoblocks .heading {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    padding-bottom: 40px;
}

#partele2 .block-4 .twoblocks .heading img {
    height: 55px;
    width: 55px;
    padding-bottom: 20px;
}

#partele2 .block-4 .whatwesupport .heading {
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    max-width: 525px;
}

#partele2 .block-4 .whatwesupport .desc {
    max-width: 525px;
}

#partele2 .block-5 {
    color: #000;
}

#partele2 .block-5 .wrap {
    position: relative;
}

#partele2 .block-5 .flex {
    gap: 30px;
    justify-content: space-between;
    flex-direction: row;
}

#partele2 .block-5 .flex .years .year {
    height: 30px;
    margin-bottom: 10px;
}

#partele2 .block-5 .flex .item .upper-heading {
    margin-bottom: 10px;
}

#partele2 .block-5 .flex .item {

}

#partele2 .block-5 ._rel {
    width: 90%;
}

#partele2 .block-5 .flex .item .prog {
    margin-bottom: 10px;
}

#partele2 .block-5 .flex .item .prog .progress-bar .progress-bar-inner {
    height:30px;
    background-color: #DBDBDB;
    color: #000;
    position: relative;
    transition: 1s;
    width: 0;
    overflow: hidden;
}

#partele2 .block-5 .flex .item .prog.fr .progress-bar .progress-bar-inner {
    background-color: #0086ff;
    color: #fff;
}

#partele2 .block-5 .flex .item .prog .progress-bar .progress-bar-inner .peso {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#partele2 .block-5 .upper-heading {
    font-weight: 700;
}

#partele2 .block-6 {
    padding: 80px 0;
}

#partele2 .block-6 .values .item {
    position: relative;
    overflow: hidden;
}

#partele2 .block-6 .values .item .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: all 300ms;
}


#partele2 .block-6 .values .item:hover .image {
    transform: scale(1.1);
    transition: all 300ms;
}

#partele2 .block-6 .values .item .heading {
    position: relative;
    z-index: 2;
}

#partele2 .block-6 .dsk {
    display: block;
}

#partele2 .block-6 .mob {
    display: none;
}

#partele2 .block-7 {
    padding-bottom: 80px;
}

#partele2 .block-7 .banner-2 {
    height: 300px;
    background-image: url("/img/par_tele2/bg/review.png");
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

#partele2 .block-7 .banner-2 .content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

#partele2 .block-7 .banner-2 .content .heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 45px;
    padding-bottom: 40px;
}

#partele2 .btn_cont .btn2022 {
    display: inline-block;
    color: #fff;
    position: relative;
    outline: 0;
    border: 0;
    background-color: #0086ff;
    font-size: 14px;
    font-weight: 700;
    min-width: 200px;
    max-width: 100%;
    padding: 12px 89px 12px 20px;
    box-sizing: border-box;
    white-space: nowrap;
    transition: 0.3s;
}

#partele2 .btn_cont .btn2022::before {
    content: '';
    position: absolute;
    display: block;
    top: 19px;
    right: 20px;
    height: 20px;
    width: 42px;
    background: transparent url("/img/leads/voice_2022/arrow.svg") no-repeat;
}

#partele2 .btn_cont.second {
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 1180px) {
    #partele2 .flex .tooltip {
        padding: 10px;
    }
}

@media screen and (max-width: 995px) {
    #partele2 .block-6 .dsk {
        display: none;
    }

    #partele2 .c-popup .pr_close {
        color: #fff;
    }


    #partele2 .block-6 .mob {
        display: block;
    }

    #partele2 .flex {
        flex-direction: column;
    }

    #partele2 .flex .twoitems {
        justify-content: center;
    }

    #partele2 .flex .tooltip {
        height: unset;
        margin: 0 10px 30px;
        padding: 30px 35px;
    }

    #partele2 .flex .twoitems .tt2 img {
        width: 100%;
    }

    #partele2 .block-1 .slider .item {
        padding: 20px;
    }

    #partele2 .block-1 .parab .banner {
        padding: 30px 20px;
        text-align: center;
    }

    #partele2 .block-1 .parab .switches .flex {
        flex-direction: row;
    }

    #partele2 .block-1 .parab .banner .cont .desc {
        text-align: left;
    }

    #partele2 .c-popup {
        max-width: 90%;
        top: 0;
        transform: translate(-50%, 0);
        height: calc(100vh - 80px);
        max-height: unset;
    }

    #partele2 .c-popup ._rel {
        position: relative;
        overflow: auto;
        height: calc(100vh - 80px);
    }

    #partele2 .c-popup .item .flex .text {
        max-height: unset;
    }

    #partele2 .c-popup .item .flex .image {
        width: 100%;
    }

    #partele2 .block-5 ._rel {
        width: 75%;
    }

    #partele2 .block-5 .flex .item .upper-heading {
        text-align: center;
    }

    #partele2 .block-5 .flex .years {
        order: 2;
    }

    #partele2 .c-popup .item .flex,
    #partele2 .c-popup .swiper-slide,
    #partele2 .c-popup .content,
    #partele2 .c-popup .swiper {
        height: auto;
    }

    #partele2 .c-popup.tele2ab {
        height: calc(100vh - 80px);
        overflow: auto;
    }

    #partele2 .c-popup.tele2ab .item .flex .image {
        width: 100%;
    }

    #partele2 .btn_cont.second .btn2022 {
        margin-bottom: 20px;
    }

    #partele2 .block-5 .swiper-button-next,
    #partele2 .block-5 .swiper-button-prev {
        top: 30%;
    }
}

@media screen and (max-height: 865px) and (min-width: 995px) {
    #partele2 .c-popup .item .flex .text {
        max-height: 100vh;
        overflow: auto;
    }
}