.go3_v3 {
    background-color: #030126;
}

.go3_v3 .go3cards {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.go3_v3 .service-card {
    background-color: #000;
    overflow: hidden;
    position: relative;
    border: 1px solid #383C3E;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.go3_v3 .card-image {
    width: 100%;
    height: 165px;
    position: relative;
    overflow: hidden;
    padding: 40px 20px 20px 20px;
    box-sizing: border-box;
    background-color: #000;
    background-size: cover;
    background-position: center;
}

.go3_v3 .card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}

.go3_v3 .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.go3_v3 .promo-badge {
    top: 20px;
    left: 20px;
    background-color: #FF3E3F;
    color: #fff;
    padding: 2px 10px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    z-index: 9;
}

.go3_v3 .promo-badge {
    top: 20px;
    left: 20px;
    background-color: #FF3E3F;
    color: #fff;
    padding: 2px 10px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    position: absolute;
    z-index: 9;
}

.go3_v3 .card-image .desc {
    position: relative;
    z-index: 9999;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.go3_v3 .card-content {
    padding: 20px;
}

.go3_v3 .card-content.bottom {
    margin-top: auto;
}

.go3_v3 .card-title {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
    padding-top: 20px;
    line-height: 1;
    position: relative;
    z-index: 9;
}

@media screen and (max-width: 767px) {
    .go3_v3 .card-title > span {
        color: #FF3E3F;
        display: block;
        line-height: 1;
        padding-top: 20px;
    }
}

.go3_v3 .card-subtitle {
    font-size: 14px;
    color: #94A3B8;
    margin-bottom: 16px;
}

.go3_v3 .service-logos {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.go3_v3 .service-logos .ch {
    height: 54px;
    width: 54px;
    object-fit: contain;
    padding: 5px;
    border: 1px solid #383C3E;
    background-color: rgba(0,0,0,0.75);
    box-sizing: border-box;
}

.go3_v3 .service-logos .rest-of-channels {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px;
    border: 1px solid #383C3E;
    background-color: rgba(0,0,0,0.75);
    box-sizing: border-box;
    width: 85px;
    height: 54px;
    justify-content: center;
}

.go3_v3 .service-logos .rest-of-channels .channel-count {
    font-size: 14px;
    font-weight: 800;
    line-height: 16px;
}

.go3_v3 .service-logos .rest-of-channels .camera {
    width: 20px;
    height: 20px;
}

.go3_v3 .service-logos .rest-of-channels .fa {
    font-size: 11px;
}

.go3_v3 .price {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.go3_v3 .price .currency {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.go3_v3 .price .period {
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.go3_v3 .original-price {
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 400;
    color: #fff;
}

.go3_v3 .original-price-add {
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.go3_v3 .subscribe-btn {
    width: 100%;
    background-color: #0086ff;
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 24px;
    position: relative;
    text-align: left;
}

.go3_v3 .subscribe-btn::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;
}

.go3_v3 .bottom .subscribe-btn {
    margin: unset;
}

.go3_v3 .service-options {
    padding: 20px;
    background-image: radial-gradient(60% 120% at 50% 0%, #00386a 0%, #000000);
}

.go3_v3 .service-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.go3_v3 .service-info {
    width: 100%;
}

.go3_v3 .service-logo {
    width: 24px;
    height: 24px;
}

.go3_v3 .service-name {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.go3_v3 .service-name.open-sublist {
    cursor: pointer;
}

.go3_v3 .sub-services {
    display: none;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
}

.go3_v3 .service-name.open-sublist .read-more-btn-sublist {
    font-size: 16px;
}

.go3_v3 .service-price {
    color: #0086ff;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    align-items: center;
    margin-top: 30px;
}

.go3_v3 .additional-services {
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin: 0 20px 20px 20px;
    padding-top: 20px;
    border-top: 1px solid #212324;
}

.go3_v3 .read-more {
    font-size: 16px;
    color: #0086ff;
    text-decoration: none;
    display: flex;
    gap: 7px;
    cursor: pointer;
    align-items: center;
    font-weight: 600;
}

.go3_v3 .read-more .fa {
    font-size: 13px;
}

.go3_v3 .toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 29px;
}

.go3_v3 .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.go3_v3 .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transition: .4s;
    border-radius: 20px;
}

.go3_v3 .slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 4px;
    bottom: 3px;
    background-color: #fff;
    transition: .4s;
    border-radius: 20px;
}

.go3_v3 input:checked + .slider {
    background-color: #0086ff;
}

.go3_v3 input:checked + .slider:before {
    transform: translateX(22px);
    background-color: #000;
}

.go3_v3 .slider-deactivated {
    width: 29px;
    height: 29px;
    background-color: #0086ff;
    border-radius: 100%;
    display: grid;
    place-items: center;
    margin-left: auto;
    font-size: 15px;
    line-height: 1;
}

.go3_v3 .tab-navigation {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    padding: 40px 0;
}

.go3_v3 .tab {
    color: #fff;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.go3_v3 .swiper-slide {
    height: auto;
}

.go3_v3 .tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background-image: linear-gradient(90deg, #00386B 0%, #0086FF 50%, #00386B 100%);
    background-size: 300% 100%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: borderBeam 6s linear infinite;
}

.go3_v3 .tab.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 1px;
    background-color: #0086ff;
    background-image: unset;
    background-size: 300% 100%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes borderBeam {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.go3_v3 .tab.active {
    background-color: #0086ff;
    color: #fff;
}

.go3_v3 .swiper {
    width: 100%;
    padding: 20px 0;
    overflow: unset;
}

.go3_v3 .swiper-button-next,
.go3_v3 .swiper-button-prev {
    display: flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    background-color: #0088ff;
    border-radius: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
}

.go3_v3 .sticky {
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -150px);
}

.go3_v3 .sticky.collapsed {
    transform: translate(0, 0);
}

.go3_v3 .sticky.is-sticky {
    position: fixed;
    top: 50%;
    width: 100%;
    left: 0;
}

.go3_v3 .sticky.is-at-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

.go3_v3 .swiper-button-next.swiper-button-disabled,
.go3_v3 .swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
}

.go3_v3 .swiper-button-next::after,
.go3_v3 .swiper-button-prev::after {
    content: none;
    display: none;
}

.go3_v3 .swiper-button-next {
    right: auto !important;
    left: 50% !important;
    transform: translateX(578px) !important;
}

.go3_v3 .swiper-button-prev {
    left: auto !important;
    right: 50% !important;
    transform: translateX(-578px) !important;
}

@media screen and (max-width: 1260px) {
    .go3_v3 .swiper-button-next {
        right: 5px !important;
        left: auto !important;
        transform: unset !important;
    }

    .go3_v3 .swiper-button-prev {
        left: 5px !important;
        right: auto !important;
        transform: unset !important;
    }
}

.go3_v3 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.5;
}

.go3_v3 .swiper-pagination-bullet-active {
    background-color: #0086ff;
    opacity: 1;
}

@media screen and (max-width: 1227px) {
    .go3_v3 .wrap {
        margin: unset;
        padding: 0 20px;
    }
}

.go3_v3 .separated_block {
    background-color: #000;
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 767px) {
    .go3_v3 .separated_block {
        background-position: 80%;
    }
}

.go3_v3 .separated_block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0) 80%);
}


.go3_v3 .separated_block .card-content {
    padding: 20px 0px 20px 0;
}

.go3_v3 .separated_block .wrap {
    position: relative;
    z-index: 9;
}

.go3_v3 .separated_block .additional-services {
    margin: 0 0 20px 0;
}

.go3_v3 .separated_block .service-options {
    border: 1px solid #383C3E;
    margin-bottom: 20px;
}

.go3_v3 .separated_block .wrap {
    display: flex;
}

.go3_v3 .separated_block .wrap .left-block {
    width: 430px;
    max-width: 100%;
}

.go3_v3 .separated_block .wrap .left-block .desc {
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    padding-top: 10px;
}

.go3_v3 .black-layout {
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.go3_v3 .modal {
    display: none;
    border: 20px solid #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
    color: #fff;
    background-color: #030126;
    padding: 40px;
    transform: translate(-50%, -50%);
    max-width: 500px;
}

.go3_v3 .modal *::-webkit-scrollbar {
    width: 7px;
    border-radius: 3px;
}

.go3_v3 .modal *::-webkit-scrollbar-thumb {
    background: #fafafa;
    border-radius: 3px;
}

.go3_v3 .modal *::-webkit-scrollbar-track {
    background: #fafafa;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    background-clip: padding-box;
    margin-left: 10px;
}

.go3_v3 .modal .content-modal {
    overflow: auto;
    height: 100%;
}

@media screen and (max-height: 800px) {
    .go3_v3 .modal {
        height: calc(100% - 200px);
    }
}

.go3_v3 .modal .heading {
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.go3_v3 .modal .channels {
    max-height: 400px;
}

.go3_v3 .modal .channels .channel-heading {
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 20px;
    line-height: 24px;
}

.go3_v3 .modal .channels .flex {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 10px;
}

.go3_v3 .modal .channels .flex > div:first-child {
    box-sizing: border-box;
    width: 54px;
    height: 54px;
    background-color: rgba(39, 20, 76, 0.4);
    object-fit: contain;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.go3_v3 .modal .channels .flex > div:last-child {

}

.go3_v3 .modal .channels .flex .channel-ico {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.go3_v3 .modal .name {
    color: #FFF;
    font-size: 48px;
    font-weight: 800;
    line-height: 58px;
}

.go3_v3 .modal ul {

}

.go3_v3 .modal ul li {
    position: relative;
    padding-left: 30px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.go3_v3 .modal ul li::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #0086ff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.go3_v3 .modal.active {
    display: block;
}

.go3_v3 .closepopup {
    position: absolute;
    top: -52px;
    right: -52px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .go3_v3 .modal {
        padding: 20px;
        border: 10px solid #fff;
        width: 100%;
        box-sizing: border-box;
    }

    .go3_v3 .closepopup {
        right: 0;
    }
}

.go3_v3 .swiper-scrollbar {
    bottom: unset !important;
    left: 0 !important;
    top: 0;
    width: 100% !important;
    background-color: #383C3E;
    border-radius: 0;
    height: 3px !important;
}

.go3_v3 .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #0086ff;
    border-radius: 0;
}

.go3_v3 .read-more-btn {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 2px);
    color: #fff;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    background-image: linear-gradient(0deg, #000, transparent);
    cursor: pointer;
}

.go3_v3 .read-more-btn.expanded {
    position: unset;
    transform: unset;
    height: unset;
    padding-bottom: 20px;
    padding-top: 20px;
}


