/*
WCS custom styles:
use classes with the prefix: .wcs-
*/


@font-face {
    font-family: 'PeridotPERegular';
    src: url('../fonts/PeridotPE-Regular.woff2') format('woff2'),
         url('../fonts/PeridotPE-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PeridotPEBold';
    src: url('../fonts/PeridotPE-Bold.woff2') format('woff2'),
         url('../fonts/PeridotPE-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PeridotPESemiBold';
    src: url('../fonts/PeridotPE-SemiBold.woff2') format('woff2'),
         url('../fonts/PeridotPE-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BTCosmoBold';
    src: url('../fonts/BTCosmo-Bold.woff2') format('woff2'),
         url('../fonts/BTCosmo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




body.wcs-locked{
	overflow:hidden;
}

.wcst-container{
    overflow: hidden;
}

.wcs-custom-page{
	position:relative;
	font-size:18px;
	color:#3D5265;
	font-family: 'PeridotPERegular';
	text-align: center;
	max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 16px;
}

.wcs-custom-page > div{
    width: 100%;
}

.wcs-custom-page *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wcs-custom-page strong{
	font-weight: normal;
	font-family: 'PeridotPEBold';
}

.wcs-custom-page b{
    font-weight: normal;
    font-family: 'PeridotPESemiBold';
}


.wcs-clear{
	clear:both;
}

.wcs-green{
    color: #0EA600;
}

.wcs-blue{
    color: #00A5E3;
}


/* ///////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////// */


.wcs-hero{
    padding: 24px 0px 0 0px;
}


.wcs-hero img,
.wcs-hero video{
    display: block;
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    object-position: center center;
}

.wcs-hero .wcs-v2 img{
    object-position: left center;
}

.wcs-hero img.wcs-img-mob{
    display: none;
}

.wcs-hero .wcs-items{
    padding: 0 0 66px 0;
    position: relative;
    padding: 0px;
}

.wcs-hero .wcs-item{
    position: relative;
    margin: 0 16px 0 0;
}

.wcs-hero .wcs-item .wcs-item-content{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    text-align: left;
    gap: 16px;
}


.wcs-hero .wcs-item .wcs-item-content .wcs-item-plan{
    text-align: center;
    max-width: 475px;
    width: 100%;
    color:  #00A5E3;
    font-family: 'BTCosmoBold';
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
}

.wcs-hero .wcs-item .wcs-item-content .wcs-item-plan span{
    color: #36B22D;
}

.wcs-hero .wcs-item .wcs-item-content .wcs-item-title{
    font-family: 'BTCosmoBold';
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.24px;
}

.wcs-hero .wcs-item .wcs-item-content .wcs-item-text{
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.15px;
    max-width: 400px;
}

.wcs-hero .wcs-item .wcs-item-content .wcs-item-more{
    padding: 16px;
    display: block;
    border-radius: 8px;
    border: 1px solid  #FFF;
    backdrop-filter: blur(2px);
    color:  #FFF;
    font-family: 'BTCosmoBold';
    font-size: 13px;
    line-height: 100%;
    transition: all 300ms;
}

.wcs-hero .wcs-item .wcs-item-content .wcs-item-more:hover{
    background: #fff;
    color: #000;
}


.wcs-hero .slick-list{
    overflow: visible;
}


.wcs-hero .slick-next{
    width: 50px;
    height: 50px;
    background: url("../images/wcs/icon-next.svg") no-repeat center center;
    background-size: contain;
    right: 16px;
    bottom: 0px;
    top: auto;
    transform: translate(0, 0);
    z-index: 10;
}

.wcs-hero .slick-prev{
    width: 50px;
    height: 50px;
    background: url("../images/wcs/icon-prev.svg") no-repeat center center;
    background-size: contain;
    right: 76px;
    left: auto;
    bottom: 0px;
    top: auto;
    transform: translate(0, 0);
    z-index: 10;
}



/* ///////////////////////////////////////////////////////////////////////////// */



.wcs-promo{
    padding: 54px 16px 64px 16px;
}

.wcs-promo .wcs-title{
    color: #212121;
    font-family: 'BTCosmoBold';
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.46px;
}

.wcs-promo .wcs-text{
    color: #212121;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.18px;
    padding: 16px 0 54px 0;
}

.wcs-promo .wcs-photo{
    
}

.wcs-promo .wcs-photo img{
    width: 100%;
    border-radius: 16px;
    display: block;
}

.wcs-promo .wcs-photo img.wcs-img-mob{
    display: none;
}

/* ///////////////////////////////////////////////////////////////////////////// */


.wcs-plans{
   
    margin: 0px auto 0 auto;
    padding:  55px 20px;
}

.wcs-plans .wcs-tab-menu{
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 8px;
}

.wcs-plans .wcs-tab-menu a{
    padding: 15px 30px;
    display: block;
    border-radius: 45px;
    border: 1px solid #DCDCDC;
    color: #000;
    font-family: 'BTCosmoBold';
    font-size: 17px;
    line-height: 15px;
    letter-spacing: -0.34px;
}

.wcs-plans .wcs-tab-menu a.wcs-active{
    color: #E20074;
	border: 2px solid #E20074;
}

.wcs-plans .wcs-tab{
    display: none;
}

.wcs-plans .wcs-tab.wcs-active{
    display: block;
}

.wcs-plans .wcs-title{
    color: #212121;
    font-family: 'BTCosmoBold';
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.46px;
    padding: 0 0 45px 0;
}


.wcs-plans .wcs-text{
    padding: 24px 0;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.18px;
}

.wcs-plans .wcs-row{
    max-width: 1130px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 64px 0;
}

.wcs-plans .wcs-row .wcs-title{
    color:  #fff;
    font-family: 'PeridotPEBold';
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    position: relative;
    padding: 24px 0 0 0;
    letter-spacing: 0px;
}

.wcs-plans .wcs-row .wcs-title::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 56px;
    height: 1px;
    background: #0EA600;
}


.wcs-plans .wcs-row .wcs-text{
    width: 556px;
    color:  #fff;
    
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.18px;
}

.wcs-plans .wcs-row .wcs-text strong{
    font-family: 'BTCosmoBold';
    font-size: 24px;
}

.wcs-plans .wcs-items{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
}

.wcs-plans .wcs-items .wcs-item{
    border-radius: 16px;
    border: 1px solid #F2F2F3;
    background: #F2F2F3;
    width: 100%;
    min-width: 328px;
    max-width: 443px;
    padding: 8px;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0;
    text-align: left;
    color: #212121;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-wrapper{
     padding: 34px 16px 16px 16px;
     flex-direction: column;
     justify-content: flex-start;
     align-items: start;
     gap: 16px;
     background: #fff;

     border-radius: 8px 8px 12px 12px;
    border: 1px solid rgba(220, 220, 220, 0.20);
    position: relative;
}

.wcs-plans .wcs-items .wcs-item .wcs-new{
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0);
    padding: 5px 15px 7px 15px;
    border-radius: 0px 0px 8px 8px;
    background: #0EA600;

    color: #F2F2F3;
    font-size: 13px;
    font-family: 'PeridotPEBold';
    line-height: 100%;
    letter-spacing: -0.13px;
    white-space: nowrap;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-header{
    min-height: 130px;
    text-align: center;
}

.wcs-plans .wcs-items.wcs-no-offer .wcs-item .wcs-item-header{
    min-height: 0px;
    padding-bottom: 20px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-title{
    color:  #212121;
    text-align: center;
    font-family: 'BTCosmoBold';
    font-size: 22px;
    line-height: 100%;
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-title.wcs-plan{
    color: #00A5E3;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-title.wcs-plan span{
    color: #36B22D;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-text{
    color: #212121;
    font-family: "PeridotPERegular";
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.28px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-text strong{
    color: #212121;
    font-family: 'BTCosmoBold';
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.16px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-offer{
    padding: 5px 15px 7px 15px;
    border-radius: 50px;
    background: #E20074;
    color: #fff;
    font-family: 'PeridotPEBold';
    font-size: 13px;
    line-height: 100%;
    display: inline-block;

    letter-spacing: -0.13px;
}

.wcs-plans .wcs-items .wcs-item .wcs-options {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    min-height: 270px;
    min-height: 280px;
    transition: all 300ms;
    gap: 10px;
}

.wcs-plans .wcs-items.wcs-min-height .wcs-item .wcs-options{
    min-height: 225px;
}

.wcs-plans #wcs-t3 .wcs-items .wcs-item .wcs-options{
   min-height: 220px;
}

.wcs-plans .wcs-items .wcs-item.wcs-no-benefits-space .wcs-options{
    min-height: 268px;
    min-height: 277px;
}

.wcs-plans .wcs-items .wcs-item .wcs-options.wcs-active{
    opacity: 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-option{
    background: url("../images/wcs/icon-option1-magenta.svg") no-repeat left 3px;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.28px;
    padding: 4px 0 0px 40px;
     min-height: 32px;
}

.wcs-plans .wcs-items .wcs-item .wcs-option strong{
    font-size: 16px;
    font-family: 'BTCosmoBold';
}

.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o2{
    background-image: url("../images/wcs/icon-option2-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o3{
    background-image: url("../images/wcs/icon-option3-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o4{
    background-image: url("../images/wcs/icon-option4-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o5{
    background-image: url("../images/wcs/icon-option5-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o6{
    background-image: url("../images/wcs/icon-option6-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o7{
    background-image: url("../images/wcs/icon-option7-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o8{
    background-image: url("../images/wcs/icon-option8-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o9{
    background-image: url("../images/wcs/icon-option9-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o10{
    background-image: url("../images/wcs/icon-option10-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o11{
    background-image: url("../images/wcs/icon-option11-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o12{
    background-image: url("../images/wcs/icon-option12-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o13{
    background-image: url("../images/wcs/icon-option13-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o14{
    background-image: url("../images/wcs/icon-option14-magenta.svg");
}
.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-o15{
    background-image: url("../images/wcs/icon-option15-magenta.svg");
}

.wcs-plans .wcs-items .wcs-item .wcs-option img{
    max-width: 100%;
    width: auto;
    display: inline-block;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-options{
    position: relative;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options img{
    max-width: 100%;
    width: auto;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

   font-family: 'PeridotPEBold';
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.28px;
    padding: 11px 8px;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    background: #082235;
    color: #fff;
}

.wcs-plans #wcs-t3 .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-title{
    gap: 5px;
    font-size: 13px;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options.wcs-active .wcs-netflix-title{
    border-radius: 0 0 8px 8px;
    border-top-color: #082235;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options:not(.wcs-no-pop) .wcs-netflix-title::after{
    content: "";
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    background: url("../images/wcs/icon-option-arrow.svg") no-repeat center center;
    background-size: contain;
    transition: all 300ms;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options.wcs-active .wcs-netflix-title::after{
    transform: translate(0, -50%) rotate(180deg);
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-pop{
    position: absolute;
    left: 0px;
    bottom: calc(100% - 2px);
    width: 100%;
    border: 1px solid #DCDCDC;
    background: #082235;
    border-bottom: 0px;
    border-radius: 8px 8px 0 0;
    padding: 16px 10px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 12px;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options.wcs-no-pop .wcs-netflix-title{
    cursor: default;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options.wcs-active .wcs-netflix-pop{
    visibility: visible;
    opacity: 1;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan{
   
    width: 100%;
    padding: 8px 16px 8px 10px;
    border-radius: 4px;
    border: 1px solid rgba(220, 220, 220, 0.50);
    background: #082235;
    color: #FFF;
    font-size: 13px;
    line-height: 120%; 
    letter-spacing: -0.26px;
    position: relative;
    cursor: pointer;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-netflix-plan-title{
    padding-left: 30px;
    position: relative;
    z-index: 2;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan:hover{
    z-index: 10;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan::before,
.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan::after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 16px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan::after{
    background: url("../images/wcs/icon-selected.svg") no-repeat center center;
    background-size: contain;
    border: 0px;
    opacity: 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan.wcs-active::before{
    opacity: 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan.wcs-active::after{
    opacity: 1;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-pop-info{
   position: absolute;
   right: 16px;
   top: 50%;
   transform: translate(0, -50%);
   z-index: 10;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-pop-info .wcs-arrow{
    width: 18px;
    height: 18px;
    background: url("../images/wcs/icon-info.svg") no-repeat center center;
    background-size: contain;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-pop-info .wcs-pop-message{
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 24px;
    border-radius: 16px;
    background: #F2F2F3;
    width: 310px;
    display: none;
    z-index: 10;
}


@media screen and (min-width: 960px) {
    .wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-pop-info:hover .wcs-pop-message{
        display: block;
    }
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-pop-info.wcs-active .wcs-pop-message{
        display: block;
    }

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-pop-info .wcs-pop-message .wcs-pop-title{
    color: #000;
    font-family: 'BTCosmoBold';
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.18px;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-pop-info .wcs-pop-message .wcs-pop-text{
    color: #808080;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: -0.13px;
    padding: 8px 0 0 0;
}




.wcs-plans .wcs-items .wcs-item .wcs-extra-benefits{
    /*position: relative;*/

    padding: 16px 0 0 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-extra-benefits .wcs-extra-benefits-title{
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #F2F2F3;
    color:  #212121;
    font-family: 'PeridotPEBold';
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.13px;
    text-align: center;
    cursor: pointer;
    background: #F2F2F3;
}

.wcs-plans .wcs-items .wcs-item.wcs-benefits-opened .wcs-extra-benefits .wcs-extra-benefits-title{
    background: #fff;
    border-color: #fff;
}

.wcs-plans .wcs-items .wcs-item .wcs-extra-benefits .wcs-extra-benefits-title::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    width: 16px;
    height: 16px;
    background: url("../images/wcs/icon-plus-magenta.svg") no-repeat center center;
    background-size: contain;
}

.wcs-plans .wcs-items .wcs-item.wcs-benefits-opened .wcs-extra-benefits .wcs-extra-benefits-title::after{
    background-image: url("../images/wcs/icon-min-magenta.svg");
}

.wcs-plans .wcs-items .wcs-item .wcs-extra-benefits .wcs-extra-benefits-pop{
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
    background: #fff;
    height: calc(100% - 160px);
    padding: 44px 16px 0 16px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 10px;
    z-index: 10;
}

.wcs-plans .wcs-items .wcs-item.wcs-benefits-opened .wcs-extra-benefits .wcs-extra-benefits-pop{
    display: flex;
}


.wcs-plans .wcs-items .wcs-item .wcs-extra-benefits .wcs-extra-benefits-pop .wcs-benefits-row{
    background: url("../images/wcs/icon-benefit-1.svg") no-repeat left center;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.28px;
    padding: 4px 0 4px 40px;
     min-height: 32px;
}

.wcs-plans .wcs-items .wcs-item .wcs-option.wcs-single,
.wcs-plans .wcs-items .wcs-item .wcs-extra-benefits .wcs-option.wcs-single{
    padding: 10px 0 0px 40px;
}








.wcs-plans .wcs-items .wcs-item .wcs-item-price-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 12px 12px 12px;
    min-height: 94px;
}


.wcs-plans .wcs-items .wcs-item .wcs-item-price{
    font-size: 13px;
    letter-spacing: -0.13px;
    line-height: 100%;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-price strong{
    font-size: 24px;
    line-height: 100%;
    font-family: 'BTCosmoBold';
}

.wcs-plans .wcs-items .wcs-item .wcs-item-price del{
     font-family: 'BTCosmoBold';
     font-size: 17px;
     color: #848484;
     line-height: 100%;
}



.wcs-plans .wcs-items .wcs-item .wcs-item-more{
    padding: 14px 16px;
    border-radius: 8px;
    background:  #0EA600;
    color:  #FFF;
    font-family: 'BTCosmoBold';
    font-size: 15px;
    line-height: 100%;
    display: inline-block;
    transition: all 300ms;
    min-width: 144px;
    text-align: center;
}

.wcs-plans #wcs-t3 .wcs-items .wcs-item .wcs-item-more{
    min-width: 10px;
}

.wcs-plans .wcs-items .wcs-item .wcs-item-more:hover{
    background: #006D29;
}



.wcs-plans .wcs-items.wcs-text-only .wcs-item .wcs-item-title,
.wcs-plans .wcs-items.wcs-1col .wcs-item .wcs-item-title{
    min-height: 0px;
}
.wcs-plans .wcs-items.wcs-text-only .wcs-item .wcs-item-header,
.wcs-plans .wcs-items.wcs-1col .wcs-item .wcs-item-header{
    min-height: 80px;
}


.wcs-plans .wcs-items.wcs-text-only .wcs-item .wcs-item-wrapper{
    padding-top: 20px;
}

.wcs-plans .wcs-items.wcs-text-only .wcs-item .wcs-item-price strong{
    font-size: 32px;
}

.wcs-plans .wcs-items.wcs-text-only .wcs-item-price-row{
    flex-direction: column;
    text-align: center;
    gap: 10px;
}



.wcs-plans .wcs-items.wcs-1col .wcs-item{
    background: #082235;
    color: #fff;
    width: 724px;
    min-width: 0px;
    max-width: 2000px;
}

.wcs-plans .wcs-items.wcs-1col .wcs-item .wcs-item-wrapper{
    background: #082235;
    border-color: rgba(220, 220, 220, 0.20);
}

.wcs-plans .wcs-items.wcs-1col .wcs-item img{
    width: auto;
    max-width: 100%;
}

.wcs-plans .wcs-items.wcs-1col .wcs-item .wcs-item-title,
.wcs-plans .wcs-items.wcs-1col .wcs-item .wcs-item-text,
.wcs-plans .wcs-items.wcs-1col .wcs-item .wcs-item-text strong{
    color: #fff;
}



.wcs-plans .wcs-items .wcs-item .wcs-item-channel-title{
    color: #FFF;
    font-family: 'BTCosmoBold';
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.16px;
    padding: 0 0 24px 0;
}

.wcs-plans .wcs-items .wcs-item .wcs-sub-items{
    padding: 16px 0;
    max-width: 400px;
    margin: 0 auto;
}


.wcs-plans .wcs-items .wcs-item .wcs-sub-items .wcs-sub-item{
    margin: 0 4px;
}


.wcs-plans .slick-next{
    width: 50px;
    height: 50px;
    background: url("../images/wcs/icon-next.svg") no-repeat center center;
    background-size: contain;
    right: 20px;
    right: -15px;
    z-index: 10;
}

.wcs-plans .slick-prev{
    width: 50px;
    height: 50px;
    background: url("../images/wcs/icon-prev.svg") no-repeat center center;
    background-size: contain;
    left: -20px;
    z-index: 10;
}


.wcs-plans .wcs-items .wcs-item .wcs-sub-items .slick-next{
    width: 32px;
    height: 32px;
    right: -40px;
    background-image: url("../images/wcs/arrow-big-right-magenta.svg");
}

.wcs-plans .wcs-items .wcs-item .wcs-sub-items .slick-prev{
    width: 32px;
    height: 32px;
    left: -40px;
    background-image: url("../images/wcs/arrow-big-left-magenta.svg");
}



.wcs-plans .slick-next.slick-disabled,
.wcs-plans .slick-prev.slick-disabled{
    opacity: 0.4;
    cursor: default;
}




.wcs-custom-page .slick-next::before,
.wcs-custom-page .slick-prev::before{
    display: none;
}


.wcs-plans .wcs-items .wcs-item.wcs-item-more-full{
    border: 0px;
    padding: 0px;
    background: none;
    position: relative;
}



.wcs-plans .wcs-items .wcs-item.wcs-item-more-full img{
    width: 100%;
    max-width: 310px;
}

.wcs-plans .wcs-items .wcs-item.wcs-item-more-full.wcs-no-netflix-space img{
    min-height: 691px;
    object-fit: cover;
    object-position: center top;
    border-radius: 16px;
}



.wcs-plans .wcs-item-more-link{


    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    color: #fff;

    color:  #F2F2F3;
    font-family: 'BTCosmoBold';
    font-size: 21px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.21px;
}



.wcs-plans .wcs-all-plans{
    padding: 13px 16px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid  #FFF;
    text-align: center;
    color: #FFF;
    font-family: 'BTCosmoBold';
    font-size: 13px;
    line-height: 100%;
    transition: all 300ms;
    margin: 38px auto 0 auto;
    background: #0EA600;
}

.wcs-plans .wcs-all-plans:hover{
    background: #006D29;
}


.wcs-plans .wcs-disclaimer{
    color:  #FFF;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.13px;
    padding: 32px 0 0 0;
    max-width: 984px;
    margin: 0 auto;
}


.wcs-plans #wcs-t3 .wcs-items{
    display: block;
}
/*
.wcs-plans #wcs-t3 .wcs-items .slick-list{
    overflow: visible;
}
*/
.wcs-plans #wcs-t3 .wcs-items .wcs-item{
    max-width: 328px;
}

.wcs-plans #wcs-t3 .wcs-items .wcs-item.wcs-item-more-full{
    max-width: 308px;
    min-width: 10px;
}


.wcs-plans #wcs-t3 .wcs-items .wcs-item .wcs-item-price-row,
.wcs-plans .wcs-items .wcs-item.wcs-new-plan .wcs-item-price-row{
    flex-wrap: wrap;
}

.wcs-plans #wcs-t3 .wcs-items .wcs-item .wcs-item-price {
    max-width: 115px;
}


.wcs-plans #wcs-t3 .wcs-items .wcs-item.wcs-nogov-discount .wcs-item-price{
    padding: 15px 0;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-discount{
    width: 100%;
    border-radius: 8px;
    border: 2px solid #E20074;
    padding: 8px 15px;

    color: #212121;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.26px;
    margin: 0px 0 -6px 0;
}

.wcs-plans #wcs-t1 .wcs-items .wcs-item.wcs-new-plan .wcs-options{
    min-height: 220px;
}


.wcs-plans #wcs-t1 .wcs-items .wcs-item .wcs-options{
    min-height: 320px;
}

.wcs-plans #wcs-t1 .wcs-items .wcs-item.wcs-ch1 .wcs-options{
    min-height: 265px;
}

.wcs-plans #wcs-t1 .wcs-items .wcs-item .wcs-item-header {
    min-height: 115px;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-pop-info{
   position: absolute;
   right: 16px;
   top: 50%;
   transform: translate(0, -50%);
   z-index: 10;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-pop-info .wcs-arrow{
    width: 18px;
    height: 18px;
    background: url("../images/wcs/icon-info.svg") no-repeat center center;
    background-size: contain;
}


.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-pop-info .wcs-pop-message{
    position: absolute;
    right: -20px;
    bottom: calc(100% + 5px);
    transform: translate(0, 0%);
    padding: 24px;
    border-radius: 8px;
    background: #F2F2F3;
    width: 240px;
    display: none;
    z-index: 10;

    padding: 16px;
    color: #808080;
    font-size: 13px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.13px;
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-pop-info .wcs-pop-message::after {
    top: 100%;
    right: 20px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242, 242, 243, 0);
    border-top-color: #F2F2F3;
    border-width: 7px;
    margin-left: -7px;
}


@media screen and (min-width: 960px) {
    .wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-pop-info:hover .wcs-pop-message{
        display: block;
    }
}

.wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-pop-info.wcs-active .wcs-pop-message{
        display: block;
    }





@media screen and (max-width: 1439px) {

    .wcs-plans #wcs-t1 .wcs-items,
    .wcs-plans #wcs-t4 .wcs-items,
    .wcs-plans #wcs-t8 .wcs-items{
        display: block;
    }

    .wcs-plans #wcs-t1 .wcs-items .slick-list,
    .wcs-plans #wcs-t4 .wcs-items .slick-list,
    .wcs-plans #wcs-t8 .wcs-items .slick-list{
        overflow: visible;
    }

    .wcs-plans #wcs-t1 .wcs-items .wcs-item,
    .wcs-plans #wcs-t4 .wcs-items .wcs-item,
    .wcs-plans #wcs-t8 .wcs-items .wcs-item{
        max-width: 328px;
    }
}


@media screen and (max-width: 1139px) {

    .wcs-plans #wcs-t5 .wcs-items,
    .wcs-plans #wcs-t7 .wcs-items{
        display: block;
    }

    .wcs-plans #wcs-t5 .wcs-items .slick-list,
    .wcs-plans #wcs-t7 .wcs-items .slick-list{
        overflow: visible;
    }

    .wcs-plans #wcs-t5 .wcs-items .wcs-item,
    .wcs-plans #wcs-t7 .wcs-items .wcs-item{
        max-width: 328px;
    }
}

@media screen and (max-width: 767px) {

    .wcs-plans #wcs-t2 .wcs-items{
        display: block;
    }

    .wcs-plans #wcs-t2 .wcs-items .slick-list{
        overflow: visible;
    }

    .wcs-plans #wcs-t2 .wcs-items .wcs-item{
        max-width: 328px;
    }
}

/* ///////////////////////////////////////////////////////////////////////////// */




.wcs-streaming{
    text-align: left;
    padding: 64px 40px;
    background: #082235;
    overflow: hidden;
    border-radius: 40px;
    color: #fff;
}

.wcs-streaming .wcs-head{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    padding: 0 90px 70px 114px;
    color: #fff;
}


.wcs-streaming .wcs-title{
    font-family: 'PeridotPESemiBold';
    font-size: 18px;
    font-style: normal;
    line-height: 140%;
    letter-spacing: -0.18px;
}


.wcs-streaming .wcs-text{
    font-family: 'BTCosmoBold';
    font-size: 46px;
    line-height: 120%;
    letter-spacing: -0.46px;
}



.wcs-streaming .wcs-items{
    font-size: 0px;
}

.wcs-streaming .slick-list{
    overflow: visible;
}

.wcs-streaming .wcs-items .wcs-item{
    display: inline-block;
    vertical-align: top;
    width: 405px;
    height: 740px;
    font-size: 15px;
    margin: 0 15px 0 0;
    background: url("../images/wcs/img-services1.jpg") no-repeat center bottom;
    background-size: cover;
    border-radius: 16px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
    gap: 24px;
    padding: 40px 32px;
    text-align: left;
}

.wcs-streaming .wcs-items .wcs-item.wcs-i2{ background-image: url("../images/wcs/img-services2.jpg");  }
.wcs-streaming .wcs-items .wcs-item.wcs-i3{ background-image: url("../images/wcs/img-services3.jpg");  }
.wcs-streaming .wcs-items .wcs-item.wcs-i4{ background-image: url("../images/wcs/img-services4.jpg");  }
.wcs-streaming .wcs-items .wcs-item.wcs-i5{ background-image: url("../images/wcs/img-services5.jpg");  }
.wcs-streaming .wcs-items .wcs-item.wcs-i6{ background-image: url("../images/wcs/img-services6.jpg");  }


.wcs-streaming .wcs-items .wcs-item .wcs-item-title{
    color: #F2F2F3;
    font-family: 'BTCosmoBold';
    font-size: 31px;
    line-height: 120%;
    letter-spacing: -0.31px;
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-text{
    font-size: 15px;
    color: #F2F2F3;
    line-height: 140%;
    letter-spacing: -0.15px;
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-text ul,
.wcs-streaming .wcs-items .wcs-item .wcs-item-text li{
    margin: 0px;
    padding: 0px;
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-more{
    padding: 12px 16px;
    display: block;
    border-radius: 8px;
    border: 1px solid  #FFF;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(2px);
    color:  #FFF;
    font-family: 'BTCosmoBold';
    font-size: 13px;
    line-height: 100%;
    transition: all 300ms;
}

.wcs-streaming .wcs-items .wcs-item .wcs-item-more:hover{
    background: #fff;
    color: #000;
}


/* ///////////////////////////////////////////////////////////////////////////// */


.wcs-faq{
    padding: 80px 20px 58px 20px;
}


.wcs-faq .wcs-title{
    color:  #212121;
    font-family: 'BTCosmoBold';
    font-size: 31px;
    line-height: 120%;
    letter-spacing: -0.31px;
    padding: 0 0 32px 0;
}

.wcs-faq .wcs-tab-menu{
    padding: 0 0 48px 0;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 16px;
}

.wcs-faq .wcs-tab-menu a{
    display: block;
    padding: 15px 30px;
    border-radius: 45px;
    background: #fff;
    border: 1px solid #DCDCDC;

    color: #000;
    text-align: center;
    font-family: 'BTCosmoBold';
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.34px;
    transition: all 200ms;
}

.wcs-faq .wcs-tab-menu a.wcs-active{
	color: #e20074;
    border: 2px solid #E20074;
}


.wcs-faq .wcs-tab{
    display: none;
    max-width: 1130px;
    margin: 0 auto;
    text-align: left;
}

.wcs-faq .wcs-tab.wcs-active{
    display: block;
}


.wcs-faq .wcs-tab .wcs-item-q{
    display: block;
    padding: 26px 60px 26px 0;
    color:  #212121;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.16px;
    position: relative;
}

.wcs-faq .wcs-tab .wcs-item-q::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    width: 17px;
    height: 17px;
    background: url("../images/wcs/icon-faq-magenta.svg") no-repeat center center;
    transition: all 300ms;
}

.wcs-faq .wcs-tab .wcs-item-q.wcs-active::after{
     transform: translate(0, -50%) rotate(180deg);
}

.wcs-faq .wcs-tab .wcs-item-ans{
    color:  #212121;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.16px;
    padding: 0 0 30px 0;
    display: none;
}


.wcs-faq .wcs-tab .wcs-item-ans a{
    text-decoration: underline;
}


.wcs-faq .wcs-tab .wcs-item-ans ul,
.wcs-faq .wcs-tab .wcs-item-ans li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}


.wcs-faq .wcs-tab .wcs-item-ans li{
    margin: 0 0 0 15px;
    list-style-type: disc;
}

.wcs-faq .wcs-tab .wcs-item-ans p{
    margin: 0px;
    padding: 0px;
}

.wcs-faq .wcs-tab .wcs-item-ans p:last-child{
    padding: 0px;
}

/* ///////////////////////////////////////////////////////////////////////////// */



.wcs-callme{
    position: relative;
    background: #006D29;
    border-radius: 40px;
    padding: 90px 140px;
    text-align: left;
    font-size: 0px;
}

.wcs-callme .wcs-content{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 510px);
}

.wcs-callme .wcs-content .wcs-content-title{
    font-family: 'BTCosmoBold';
    font-size: 31px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.wcs-callme .wcs-content .wcs-content-text{
    font-size: 15px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 8px 0 0px 0;
}

.wcs-callme .wcs-content .wcs-content-check{
    font-size: 16px;
    line-height: 19px;
    color: #288F9D;
}

.wcs-callme .wcs-content .wcs-content-check a{
    font-family: 'PeridotPEBold';
    color: #288F9D;
    text-decoration: underline;
}


.wcs-callme .wcs-form{
    display: inline-block;
    vertical-align: middle;
    width: 510px;
    font-size: 0px;
}

.wcs-callme .wcs-form input{
    width: 360px;
    height: 50px;
    border: 0px;
    background: #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    padding: 0 10px;
    border: 1px solid #FFFFFF;
}

.wcs-callme .wcs-form input::-webkit-input-placeholder { 
  color: #000000;
  opacity: 1;
}
.wcs-callme .wcs-form input::-moz-placeholder { 
  color: #000000;
  opacity: 1;
}
.wcs-callme .wcs-form input:-ms-input-placeholder { 
  color: #000000;
  opacity: 1;
}
.wcs-callme .wcs-form input:-moz-placeholder { 
  color: #000000;
  opacity: 1;
}

.wcs-callme .wcs-form input.wcs-error{
    border-color: #ff0000;
}

.wcs-callme .wcs-form .wcs-submit{
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    font-size: 0px;
    border: 0px;
    border-radius: 0px;
    transition: all 200ms;
    text-align: center;
    margin: 0 0 0 20px;
    background: url("../images/wcs/icon-submit.svg") no-repeat center center;
    background-size: contain;
}




.wcs-callmeback-thank{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 100;
    display: none;
}

.wcs-callmeback-thank .wcs-callmeback-thank-message{
    width: 80%;
    max-width: 500px;
    background: #fff;
    padding: 40px;
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    z-index: 10;
}

.wcs-callmeback-thank .wcs-callmeback-back-close{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1; 
}

.wcs-callmeback-thank .wcs-callmeback-thank-message .wcs-callmeback-close{
    
    position: absolute;
    right: -20px;
    top: -5px;
    color: #fff;
    font-size: 30px;
    display: block;
    cursor: pointer;
}


.wcs-callmeback-thank .wcs-callmeback-thank-message .wcs-callmeback-thank-title{
    font-family: 'PeridotPEBold';
    padding: 0 0 10px 0;
    font-size: 20px;
    line-height: 120%;
}

/* ///////////////////////////////////////////////////////////////////////////// */


.wcs-cosmotetv-netflix{
    border-radius: 40px;
    background: #082235;
    color: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wcs-cosmotetv-netflix .wcs-photo{
    width: 54%;
}

.wcs-cosmotetv-netflix .wcs-photo img{
    display: block;
    width: 100%;
}


.wcs-cosmotetv-netflix .wcs-content{
    padding: 0 0 0 74px;
    text-align: left;
    width: 46%;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 32px;
    flex-direction: column;
}

.wcs-cosmotetv-netflix .wcs-content img{
    max-width: 100%;
    width: auto;
}

.wcs-cosmotetv-netflix .wcs-content .wcs-title{
    font-family: 'BTCosmoBold';
    font-size: 31px;
    line-height: 120%;
    letter-spacing: -0.31px;
}

.wcs-cosmotetv-netflix .wcs-content .wcs-text{
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.18px;     
}

.wcs-cosmotetv-netflix .wcs-content .wcs-more{
    padding: 16px;
    display: block;
    border-radius: 8px;
    border: 1px solid  #FFF;
    backdrop-filter: blur(2px);
    color:  #FFF;
    font-family: 'BTCosmoBold';
    font-size: 13px;
    line-height: 100%;
    transition: all 300ms;
}

.wcs-cosmotetv-netflix .wcs-content .wcs-more:hover{
    background: #fff;
    color: #000;
}


/* ///////////////////////////////////////////////////////////////////////////// */

.wcs-products{
    border-radius: 40px;
    background: #006D29;
    color: #fff;
    padding: 48px 124px;
}

.wcs-products .wcs-content{
    padding: 0 0 48px 0;
}

.wcs-products .wcs-title{
    color: #FFF;
    font-family: 'BTCosmoBold';
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -0.21px;
}

.wcs-products .wcs-text{
    font-family: 'BTCosmoBold';
    font-size: 31px;
    line-height: 120%;
    letter-spacing: -0.31px;
    padding: 6px 0 24px 0;
}

.wcs-products .wcs-more{
    display: inline-block;
    padding: 15px 24px;
    border-radius: 8px;
    border: 1px solid #FFF;
    color: #FFF;
    font-family: 'PeridotPESemiBold';
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.15px;
    transition: all 300ms;
}

.wcs-products .wcs-more:hover{
    background: #fff;
    color: #006D29;
}

.wcs-products .wcs-items .wcs-item{
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 15px;
    padding: 8px;
    margin: 0 8px;
}

.wcs-products .wcs-items .wcs-item .wcs-item-top{
    padding: 16px;
     text-align: left;
}

.wcs-products .wcs-items .wcs-item .wcs-item-bottom{
    padding: 16px;
    border-radius: 8px;
    background: #F2F2F3;
    text-align: center;
    color: #000;
}

.wcs-products .wcs-items .wcs-item .wcs-item-brand{
    color: #000;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: -0.15px;
    padding: 10px 0 0 0;
}

.wcs-products .wcs-items .wcs-item .wcs-item-model{
    color: #000;
    font-family: 'BTCosmoBold';
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -0.21px;
    min-height: 75px;
}

.wcs-products .wcs-items .wcs-item .wcs-item-price{
    color: #000;
    font-family: 'BTCosmoBold';
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.24px;
    padding: 0 0 12px 0;
}

.wcs-products .wcs-items .wcs-item .wcs-item-price del{
    color: #848484;
    text-align: center;
    font-family: 'BTCosmoBold';
    font-size: 17px;
    line-height: 90%;
    letter-spacing: -0.17px;
}

.wcs-products .wcs-items .wcs-item .wcs-item-more{
    display: inline-block;
    padding: 16px;
    border-radius: 8px;
    background: #0EA600;
    color: #FFF;
    font-family: 'BTCosmoBold';
    font-size: 13px;
    line-height: 100%;
    width: 100%;
    transition: all 300ms;
}

.wcs-products .wcs-items .wcs-item .wcs-item-more:hover{
    background: #006D29;
}

.wcs-products .slick-next{
    width: 40px;
    height: 40px;
    background: url("../images/wcs/icon-next.svg") no-repeat center center;
    background-size: contain;
    right: -50px;
}

.wcs-products .slick-prev{
    width: 40px;
    height: 40px;
    background: url("../images/wcs/icon-prev.svg") no-repeat center center;
    background-size: contain;
    left: -50px;
}


/* ///////////////////////////////////////////////////////////////////////////// */



@media screen and (max-width: 1339px) {
    .wcs-callme {
        position: relative;
        background: #006D29;
        border-radius: 40px;
        padding: 90px 45px;
        text-align: left;
        font-size: 0px;
    }

    .wcs-cosmotetv-netflix .wcs-contentbr{
        display: none;
    }

    .wcs-products {
        padding: 48px 65px;
    }

    .wcs-products .wcs-items .wcs-item .wcs-item-model br{
        display: none;
    }
}


@media screen and (max-width: 1159px) {
   

}

@media screen and (max-width: 1139px) {
        


    .wcs-promo {
        padding: 54px 0px 64px 0px;
    }


}

@media screen and (max-width: 959px) {




    .wcs-callme .wcs-content{
        display: block;
        width: auto;
        padding: 0 0 30px 0;
    }

    .wcs-callme .wcs-form{
        display: block;
        width: auto;
    }

    .wcs-cosmotetv-netflix{
        flex-direction: column-reverse;
        gap: 30px;
    }

    .wcs-cosmotetv-netflix .wcs-content{
        padding: 0px;
        width: 100%;
    }

    .wcs-cosmotetv-netflix .wcs-photo{
        width: 100%;
    }

    .wcs-streaming .wcs-head{
        flex-direction: column;
        padding: 0 0 70px 0;
    }


    .wcs-plans .slick-next{
        right: -12px;
    }


    .wcs-plans .wcs-text br{
        display: none;
    }


}

@media screen and (max-width: 767px) {
    

    .wcs-hero{
        padding: 24px 0px 0 0px;
    }


    .wcs-plans .slick-list{
        overflow: visible;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-item-more {
        min-width: 150px;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-netflix-options .wcs-netflix-plan .wcs-pop-info .wcs-pop-message{
        width: 240px;
    }


    .wcs-plans .wcs-row,
    .wcs-activation .wcs-row{
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        gap: 30px;
    }

    .wcs-plans .wcs-row .wcs-text,
    .wcs-activation .wcs-row .wcs-text{
        width: auto;
        font-size: 20px;
    }

    .wcs-net-items{
        display: block;
    }

    .wcs-net-items .wcs-item{
        width: auto;
        margin: 0 10px 0 0;
    }







    .wcs-faq .wcs-title{
        font-size: 20px;
    }

    .wcs-faq{
        padding-left: 20px;
        padding-right: 20px;
    }




    .wcs-streaming .wcs-title {
        font-size: 29px;
        padding: 0 0 44px 0;
    }

    .wcs-streaming .wcs-items .wcs-item {
        width: 359px;
        height: 633px;
    }

    .wcs-streaming .wcs-items .wcs-item .wcs-item-title{
        font-size: 24px;
    }

    .wcs-streaming .wcs-items .wcs-item .wcs-item-text{
        font-size: 15px;
    }



    .wcs-callme .wcs-content .wcs-content-check {
        font-size: 14px;
    }

    .wcs-callme .wcs-form input{
        width: 225px;
    }

    .wcs-callme .wcs-form .wcs-submit{
        margin: 0px 0 0 20px;
    }

    .wcs-callme .wcs-content .wcs-content-text{
        padding-right: 30px;
    }

    .wcs-callme{
        text-align: center;
    }

    .wcs-callme{
        padding: 50px 30px;
        border-radius: 16px;
    }


    .wcs-custom-page{
        overflow: hidden;
    }


    .wcs-custom-page{
        padding: 0 10px;
    }


    .wcs-hero img.wcs-img-mob{
        display: block;
        border-radius: 0px;
        height: auto;
        width: 100vw;
    }

    .wcs-hero img.wcs-img-desk{
        display: none;
    }

    .wcs-hero .wcs-item{
        margin: 0px;
        width: 100vw !important;
    }

    .wcs-hero .wcs-item .wcs-item-content {
        padding: 34px 24px;
        gap: 14px;
    }

    .wcs-hero .wcs-item .wcs-item-content .wcs-item-plan {
        max-width: 262px;
        font-size: 25px;
    }

    .wcs-hero .slick-prev,
    .wcs-hero .slick-next{
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        margin: 0 0 0 -30px;
    }

    .wcs-hero .slick-next{
        margin: 0 0 0 30px;
    }

    .wcs-promo .wcs-title {
        font-size: 28px;
    }

    .wcs-promo .wcs-text {
        font-size: 15px;
        padding: 15px 0 42px 0;
    }

    .wcs-promo .wcs-text br{
        display: none;
    }

    .wcs-plans{
        padding: 0 0 30px 0;
    }

    .wcs-callme .wcs-content .wcs-content-title{
        font-size: 23px;
    }

    .wcs-callme .wcs-content .wcs-content-title br{
        display: none;
    }

    .wcs-cosmotetv-netflix .wcs-content .wcs-title{
        font-size: 22px;
    }

    .wcs-cosmotetv-netflix{
        border-radius: 16px;
        padding: 35px 25px;
    }

    .wcs-cosmotetv-netflix .wcs-content {
        gap: 22px;
    }

    .wcs-cosmotetv-netflix .wcs-content .wcs-title br{
        display: none;
    }

    .wcs-streaming{
        border-radius: 16px;
        padding: 35px 25px;
    }

    .wcs-streaming .wcs-title{
        font-size: 18px;
        padding: 0 0 20px 0;
    }

    .wcs-streaming .wcs-text {
        font-size: 31px;
    }

    .wcs-streaming .wcs-items .wcs-item {
        width: 280px;
        height: 571px;
        padding: 33px 18px;
    }

    .wcs-products{
        border-radius: 16px;
        padding: 35px 15px;
        overflow: hidden;
    }

    .wcs-products .wcs-text{
        font-size: 24px;
    }

    .wcs-products .wcs-text br{
        display: none;
    }

    .wcs-products .wcs-title{
        font-size: 17px;
    }

    .wcs-products .slick-list{
        overflow: visible;
    }

    .wcs-products .wcs-items .wcs-item{
        margin: 0 4px;
    }

    .wcs-faq .wcs-tab-menu a {
        padding: 15px 19px;
        font-size: 15px;
    }

    .wcs-plans .wcs-tab-menu{
        display: block;
        overflow: auto;
        white-space: nowrap;
        margin: 0 -16px 0 0;
        padding: 0 20px 5px 0;
        width: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .wcs-plans .wcs-tab-menu::-webkit-scrollbar {
      display: none;
    }

    .wcs-plans .wcs-tab-menu a{
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
        padding: 12px 20px;
        font-size: 15px;
    }


    .wcs-plans .slick-next,
    .wcs-plans .slick-prev{
        display: none !important;
    }

    .wcs-promo{
        padding-bottom: 30px;
    }

    .wcs-plans .wcs-title {
        font-size: 29px;
        padding: 0 0 32px 0;
        max-width: 250px;
        margin: 0 auto;
    }

    .wcs-plans .wcs-items .wcs-item {
        margin: 0 10px 0 0;
    }


    .wcs-plans .wcs-items .wcs-item .wcs-sub-items{
        width: auto;
    }

    .wcs-plans .wcs-items .wcs-item .wcs-sub-items .slick-list{
        overflow: hidden;
    }

    .wcs-plans .wcs-text {
        padding: 24px 12px;
        font-size: 16px;
    }


    .wcs-promo .wcs-photo img.wcs-img-mob{
        display: block !important;
    }

    .wcs-promo .wcs-photo img.wcs-img-desk{
        display: none !important;
    }

}











































