.ui-widget-content {
    z-index: 99999;
}

.mbb_new .black-bg {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
}

.mbb_new .item .more_btn {
    font-weight: 700;
    display: inline-block;
    padding-left: 30px;
}

.mbb_new .address_popup {
    background-image: url('/img/mbb2023/bgpopup_v2.jpg');
    background-size: cover;
    background-position: center;
    width: 955px;
    max-width: 90%;
    height: 555px;
    max-height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px solid #fff;
    z-index: 99999;
}

.mbb_new .address_popup.b2b {
    background-image: url('/img/mbb2023/b2b-mbb_v2.jpg');
}

.mbb_new .address_popup .loader {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 68px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.mbb_new .address_popup .pop {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    padding: 20px 100px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}

.mbb_new .address_popup .pop .success {
    padding-bottom: 20px;
}

.mbb_new .address_popup .pop .form_group {
    display: flex;
    width: 480px;
    max-width: 100%;
}

.mbb_new .address_popup .pop .heading {
    font-size: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: 800;
    padding-bottom: 30px;
    padding-top: 30px;
}

.mbb_new .address_popup .pop .form_group input {
    border: 0;
    outline: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .mbb_new .address_popup .pop .form_group {
        flex-direction: column;
    }

    .mbb_new .address_popup .pop .form_group input {
        margin-bottom: 20px;
    }
}

.mbb_new .address_popup .pop .btn_black {
    background-color: #000;
    padding: 12px 70px 12px 12px;
    box-sizing: border-box;
    color: #fff;
    outline: 0;
    border: 0;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    position: relative;
}

.mbb_new .address_popup .pop .btn_black.to4g {
    margin-bottom: 20px;
}

.mbb_new .address_popup .pop .btn_black::after {
    content: '';
    position: absolute;
    display: block;
    top: 19px;
    right: 20px;
    height: 20px;
    width: 42px;
    background: transparent url('/img/leads/voice_2022/arrow.svg') no-repeat;
}

.mbb_new .address_popup .closepopup {
    position: absolute;
    top: -42px;
    right: -42px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .mbb_new .address_popup .pop {
        padding: 20px;
    }

    .mbb_new .address_popup .closepopup {
        right: -11px;
    }
}

.mbb_new .choose {
    background-color: #fafafa;
    color: #000;
    padding: 100px 0;
}

.mbb_new .choose .heading {
    text-align: center;
    font-size: 40px;
    line-height: 38px;
    font-weight: 900;
    padding-bottom: 100px;
}

.mbb_new .choose .flex {
    display: flex;
    gap: 60px;
}

.mbb_new .choose .flex .item {
    text-align: center;
    flex: 1;
}

.mbb_new .choose .flex .item img {
    height: 48px;
    width: 48px;
    margin: 0 auto;
}

.mbb_new .choose .flex .item .text {
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    padding: 35px 0;
}

.mbb_new .choose .flex .item .desc {
    color: #373737;
    font-size: 16px;
    line-height: 24px;
}

.mbb_new .product {
    padding: 100px 0 60px 0;
    position: relative;
}

.mbb_new .product .backbtn {
    color: #fff;
    background-color: #0086ff;
    display: inline-block;
    padding: 15px 20px 15px 80px;
    position: absolute;
    top: 30px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .mbb_new .product .backbtn {
        top: 0;
        left: 0;
    }

    .mbb_new .product {
        padding: 50px 0 60px 0;
    }
}

.mbb_new .product .backbtn::before {
    content: '';
    position: absolute;
    background-image: url(/img/mbb2023/ico/arrow-back.svg);
    width: 34px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 22px;
    top: 22px;
}

.mbb_new .product .heading {
    color: #000;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 57px;
    padding-bottom: 60px;
}

.mbb_new .product .flex,
.mbb_new .offer .offer-cards .flex {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.mbb_new .swiper {
    padding-bottom: 20px;
}

.mbb_new .wrap > .flex {
    flex-wrap: wrap;
}

.mbb_new .flex .item {
    flex: 0 0 375px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    height: auto !important;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .mbb_new .flex .item {
        cursor: default;
    }
}

.mbb_new .item.swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.mbb_new .item .main_block {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    box-sizing: border-box;
    padding: 40px 35px 20px 35px;
    color: #000;
    flex-grow: 1;
    position: relative;
    background-color: #fff;
}

.mbb_new .item .main_block .more_info_block {
    position: absolute;
    background-color: #e1e7eb;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    transform: translateY(-100%);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}

.mbb_new .item .main_block .more_info_block .close_more {
    margin-left: auto;
    font-size: 42px;
    padding-bottom: 10px;
    cursor: pointer;
}

.mbb_new .item.choosable .main_block {
    color: #fff;
    background-color: #0086ff;
}

.mbb_new .item.choosable .main_block .heading {
    color: #fff;
}

.mbb_new .item.choosable .main_block ul li:before {
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

.mbb_new .item .main_block .badge {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 10px;
    padding: 5px 30px 5px 10px;
    box-sizing: border-box;
    line-height: 14px;
    font-weight: 700;
}

.mbb_new .item .main_block .badge.red {
    background-color: #ff3e3f;
    color: #fff;
}

.mbb_new .item .main_block .flex-collumn .bottom {
    padding-top: 30px;
    text-align: left;
}

.mbb_new .item .main_block .flex-collumn .bottom a {
    font-size: 12px;
    margin-top: 10px;
    line-height: 14px;
    display: block;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.mbb_new .item .main_block .flex-collumn {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.mbb_new .item .main_block .heading {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    padding-bottom: 30px;
}

.mbb_new .item .main_block ul {
    text-align: left;
}

.mbb_new .item .main_block ul li {
    position: relative;
    padding-left: 30px;
}

.mbb_new .item .main_block ul li {
    position: relative;
    padding-left: 30px;
}

.mbb_new .item .main_block ul li:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.mbb_new .item .main_block .more_info_block ul li:before {
    content: unset;
}

.mbb_new .item .main_block .more_info_block ul li {
    padding-left: 0;
    list-style-type: disc;
    display: list-item;
    list-style-position: outside;
    margin-left: 40px;
}

.mbb_new .item .main_block ul li.go3:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background-image: url('/img/mbb2023/ico/bulet-go3.png');
    background-size: cover;
    border-width: 0;
    transform: rotate(0deg);
}

.mbb_new .item .main_block .bottom .flex {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.mbb_new .item .main_block .bottom .flex div:first-child {
    width: 80px;
    flex: 0 0 80px;
    text-align: center;
}

.mbb_new .item .main_block .bottom .flex div p.sm {
    font-size: 12px;
    line-height: 1;
}

.mbb_new .item .main_block .bottom .flex .router_img {
    position: relative;
}

.mbb_new .item .main_block .bottom .flex .router_img .fiveg_badge {
    position: absolute;
    left: 50px;
}

.mbb_new .item .main_block .bottom .flex div img:first-child {
    height: 64px;
}

.mbb_new .item .price_button_container {
    position: relative;
    height: 60px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.mbb_new .item .price_button_container .price_container {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.mbb_new .item .price_button_container .price_container .monthly_price {
    font-weight: 400;
    font-size: 29px;
    line-height: 34px;
    text-align: left;
}

.mbb_new .item .price_button_container .price_container .monthly_price .from {
    font-size: 12px;
    line-height: 12px;
}

.mbb_new .item .price_button_container .price_container .monthly_price_old_container {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    padding-bottom: 4px;
    text-align: left;
}

.mbb_new .item .price_button_container .price_container .monthly_price_old_container .old_price {
    color: #ff3f3f;
    text-decoration: line-through;
}

.mbb_new .item .price_button_container .price_button_text {
    margin-left: auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    background-color: transparent;
    outline: 0;
    border: 0;
}

.mbb_new .item .price_button_container .price_button_container_arrow {
    position: relative;
    width: 28px;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.mbb_new .item .price_button_container .price_button_container_arrow::before {
    background-image: url(/img/reloaded/line_white.svg);
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    width: 28px;
}

.mbb_new .item .price_button_container .price_button_container_arrow::after {
    animation-delay: 1s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: arrowMove2023;
    background-image: url(/img/reloaded/arr_white.svg);
    background-repeat: no-repeat;
    content: '';
    height: 20px;
    position: absolute;
    text-align: center;
    width: 28px;
}

.mbb_new .item .price_button_container:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    clear: both;
}

.mbb_new .offer {
    padding: 100px 0;
    background-image: url('/img/mbb2023/bgpopup_v2.jpg');
    color: #fff;
    background-size: cover;
    background-position: center;
}

.mbb_new .offer .spinnerl {
    text-align: center;
}

.mbb_new .offer.b2b {
    background-image: url('/img/mbb2023/mbbb2b_v2.jpg');
}

.mbb_new .offer .offer-res {
    padding-top: 20px;
}

.mbb_new .offer .offer-res .flex {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.mbb_new .offer .offer-res .flex .badge {
    padding: 1px 6px 1px 32px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

.mbb_new .offer .offer-res .flex .badge.green {
    background-color: #15cf74;
}

.mbb_new .offer .offer-res .flex.badges {
    flex-wrap: wrap;
}

.mbb_new .offer .offer-res .flex .badge.red {
    background-color: #b4b4b4;
}

.mbb_new .offer .offer-res .flex .badge.green::after {
    content: '';
    position: absolute;
    background-image: url('/img/mbb2023/ico/success.svg');
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.mbb_new .offer .offer-res .flex .badge.red::after {
    content: '';
    position: absolute;
    background-image: url('/img/mbb2023/ico/failed.svg');
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
}

.mbb_new .offer .heading {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
}

.mbb_new .offer .offer-cards .heading {
    padding: 30px 0;
}

.mbb_new .offer .form-group {
    position: relative;
    margin: 40px auto 0 auto;
    width: 480px;
    max-width: 100%;
}

.mbb_new .offer .form-group input {
    outline: 0;
    border: 0;
    padding: 10px 42px 10px 12px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.mbb_new .offer .form-group .search {
    width: 18px;
    height: 18px;
    background-image: url('/img/mbb2023/ico/search.svg');
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
}

.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-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: unset !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: unset !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -15px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -15px !important;
}

.mbb_new .facts {
    color: #000;
    padding: 100px 0;
}

.mbb_new .facts .heading {
    text-align: center;
    font-size: 40px;
    line-height: 38px;
    font-weight: 900;
    padding-bottom: 60px;
}

.mbb_new .facts .content .item {
    margin-bottom: 80px;
}

.mbb_new .facts .content .item .flex {
    display: flex;
    gap: 100px;
    align-items: center;
}

.mbb_new .facts .content .item .flex .text .heading {
    text-align: left;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 25px;
    line-height: 32px;
}

.mbb_new .facts .content .item .flex.reversed img {
    order: 2;
}

@media screen and (max-width: 975px) {
    .mbb_new .facts .content .item .flex {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .mbb_new .choose .heading {
        font-size: 30px;
    }

    .mbb_new .choose .flex {
        display: flex;
        gap: 40px;
        flex-wrap: wrap;
    }

    .mbb_new .facts .content .item .flex {
        flex-direction: column;
    }

    .mbb_new .facts .content .item .flex img {
        width: 100%;
    }

    .mbb_new .facts .content .item .flex.reversed img {
        order: 0;
    }

    .mbb_new .facts .heading {
        font-size: 30px;
    }

    .mbb_new .facts .content .item .flex .text .heading {
        font-size: 28px;
    }

    .mbb_new .product .heading {
        font-size: 48px;
        line-height: 46px;
    }
}
