.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}
@media screen and (max-width: 960px) {

    .desktop-only {
        display:none
    }

    .mobile-only {
        display: block;
    }

}


[data-term="24months"] .packs .no-24m {
    display:none;
}

.pricing-table .packs .pack.dark-blue .pack-header {
    background-color: #273747;
}
.pricing-table .packs .pack.dark-blue .pack-content .pack-inner .pack-cta .pack-price .left-part,
.pricing-table .packs .pack.dark-blue .pack-content .pack-inner .pack-cta .pack-price .right-part .cents {
    color: #273747;
}
.pricing-table .packs .pack.dark-blue .pack-content .pack-inner .pack-cta .button-holder .button {
    background-color: #273747;
}
.pricing-table .packs .pack.dark-blue .pack-content .pack-inner .pack-cta .button-holder .button:hover {
    background-color: #273747;
}
.pricing-table .packs .pack.dark-blue .pack-content .pack-inner .pack-custom .tv-pack-title .tv-pack-type {
    color: #273747;
}

.plan-nozone {
    display: none;
}

[data-plan="nozone"] .popup-inner .popup-content .pack-cta .pack-features .feature .feature-title .plan-nozone {
    display: inline-block;
}

[data-plan="nozone"] .popup-inner .popup-content .pack-title .pack-name .plan-nozone {
    display: inline-block;
}

[data-plan="nozone"] .popup-inner .popup-content .channel-number .channel-number-text .plan-nozone {
    display: inline-block;
}

[data-plan="nozone"][data-term="termless"] .popup-inner .popup-content .pack-price .right-part .plan-nozone.term-termless {
    display: inline-block;
}

[data-plan="nozone"][data-term="termless"] .popup-inner .popup-content .pack-price .left-part .plan-nozone.term-termless {
    display: inline-block;
}

.plan-simpleint {
    display: none;
}

[data-plan="simpleint"] .popup-inner .popup-content .pack-cta .pack-features .feature .feature-title .plan-simpleint {
    display: inline-block;
}

[data-plan="simpleint"] .popup-inner .popup-content .pack-title .pack-name .plan-simpleint {
    display: inline-block;
}

[data-plan="simpleint"] .popup-inner .popup-content .channel-number .channel-number-text .plan-simpleint {
    display: inline-block;
}

[data-plan="simpleint"][data-term="termless"] .popup-inner .popup-content .pack-price .right-part .plan-simpleint.term-termless {
    display: inline-block;
}

[data-plan="simpleint"][data-term="termless"] .popup-inner .popup-content .pack-price .left-part .plan-simpleint.term-termless {
    display: inline-block;
}

[data-plan="simpleint"][data-term="24months"] .popup-inner .popup-content .pack-price .right-part .plan-simpleint.term-24months {
    display: inline-block;
}

[data-plan="simpleint"][data-term="24months"] .popup-inner .popup-content .pack-price .left-part .plan-simpleint.term-24months {
    display: inline-block;
}



.popup.form-popup .popup-inner .popup-content.manager-content[data-manager=orlova] .manager-photo {
    background-image: url("../images/orlova.png") !important;
}

.success_page .main .quote-section .section-inner .person .person-photo {
    background-image: url("../images/orlova.png") !important;
    border: 8px solid #fff;
}

.popup.form-popup .popup-inner .popup-content.manager-content .manager-orlova {
    display: none;
}

.page .main .manager-section .white-box .box-inner .manager-photo {
    overflow: hidden;
    width: 130px;
    min-width: 130px !important;
    height: 130px;
    border-radius: 100%;
    background-image: url("../images/orlova.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.popup.form-popup .popup-inner .popup-content.manager-content[data-manager=orlova] .manager-orlova, .popup.form-popup .popup-inner .popup-content.manager-content[data-manager=iesalnieks] .manager-iesalnieks, .popup.form-popup .popup-inner .popup-content.manager-content[data-manager=kalinin] .manager-kalinin {
    display: inline-block;
}

.btn-img {
    width: 25px;
}

a.logo {
    text-decoration: none;
    border-bottom: none;
}

.tooltip {
    position: relative;
    display: inline-block;
  }

.tooltip .tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: rgb(255, 255, 255);
    border: 1px solid;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 16px!important;
    text-justify: auto;
    right: 1px;
    left: -51px;
    
    
    border-color: #c6c5c5; 
    color: #0E0E0F;
    text-align: left !important;
    padding: 16px;

    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptextsmall {
    visibility: hidden;
    width: 300px;
    background-color: rgb(255, 255, 255);
    border: 1px solid;
    border-radius: 6px;
    font-size: 0.5em!important;
    text-justify: auto;
    padding: 10px;
    right: 1px;
    left: -270px;
    line-height: 26px;
    
        border-color: #c6c5c5; 
    color: #0E0E0F;
    text-align: left !important;
    padding: 16px;

    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptextsmall {
    visibility: visible;
}

@media only screen and (min-width: 900px)  {
    .tooltip .tooltiptextsmall {
        visibility: hidden;
        width: 500px;
        background-color: rgb(255, 255, 255);
        border: 1px solid;
        border-color: darkgray;
        color: rgb(0, 0, 0);
        padding: 5px 0;
        border-radius: 6px;
        font-size: 0.5em!important;
        text-align: justify!important;
        text-justify: auto;
        padding: 10px;
        right: 1px;
        left: 30px;
        top: -5px;

        position: absolute;
        z-index: 1;
    }
}

.advantage-style {
    width: 280px;
    border: 4px solid;
    background-color: #FFFFFF!important;
    border-radius: 10px 10px 10px 10px!important;
    border-color: #B7B7B7!important;
    border-width: 1px;
    padding: 15px!important;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

@media screen and (max-width: 960px) {
    .advantage-style {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 90%;
    }
}

.border-privacytable  td {
    border: 1px solid;
    padding: 5px;
}





.success_b2b_page .main {
    background: #F5F7FA;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .success_b2b_page .main .quote-section .section-inner .quote {
    padding: 32px;
    border: none;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
    box-shadow: 0px 12px 24px 0px rgba(39, 55, 71, 0.16);
    background: #fff;
  }
  @media (min-width: 640px) {
    .success_b2b_page .main .quote-section .section-inner .quote {
      padding: 40px;
    }
  }
  .success_b2b_page .main .quote-section .section-inner .quote:before {
    border: none;
  }
  .success_b2b_page .main .quote-section .section-inner .quote .quote-title {
    font-size: 25px;
    line-height: 34px;
  }
  @media (min-width: 640px) {
    .success_b2b_page .main .quote-section .section-inner .quote .quote-title {
      font-size: 32px;
      line-height: 41px;
      letter-spacing: -0.005em;
    }
  }
  .success_b2b_page .main .quote-section .section-inner .quote .quote-content .button-holder {
    padding: 24px 0 32px;
  }
  @media (min-width: 640px) {
    .success_b2b_page .main .quote-section .section-inner .quote .quote-content .button-holder {
      -webkit-box-pack: start;
      box-pack: start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
    }
  }
  .success_b2b_page .main .quote-section .section-inner .quote .quote-content .button-holder .button {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
  }
  @media (min-width: 640px) {
    .success_b2b_page .main .quote-section .section-inner .quote .quote-content .button-holder .button {
      width: auto;
    }
  }
  @media (min-width: 1024px) {
    .success_b2b_page .main .quote-section .section-inner .quote .quote-content .button-holder .button {
      height: auto;
      padding: 0;
      color: #273747;
      font-size: 21px;
      line-height: 30px;
      background: transparent;
    }
    .success_b2b_page .main .quote-section .section-inner .quote .quote-content .button-holder .button:hover {
      color: #54BEE1;
    }
  }
  .success_b2b_page .main .quote-section .section-inner .quote .quote-content .button-holder .button svg {
    width: 10px;
    height: 24px;
  }
  @media (min-width: 1024px) {
    .success_b2b_page .main .quote-section .section-inner .quote .quote-content .button-holder .button svg {
      margin-top: -2px;
      fill: #54BEE1;
    }
  }
  .success_b2b_page .main .quote-section .section-inner .quote .quote-content .row-block {
    padding: 24px 0 32px;
  }
  .success_b2b_page .main .quote-section .section-inner .quote .quote-content .row-block .icon-holder {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .success_b2b_page .main .quote-section .section-inner .quote .quote-content .row-block .icon-holder svg.icon {
    width: 30px;
    height: 30px;
    fill: #54BEE1;
  }
  .success_b2b_page .main .quote-section .section-inner .quote .quote-content .row-block .text {
    font-size: 18px;
    line-height: 27px;
  }
  @media (min-width: 1024px) {
    .success_b2b_page .main .quote-section .section-inner .quote .quote-content .row-block .text {
      font-size: 21px;
      line-height: 30px;
    }
  }
  .success_b2b_page .main .quote-section .section-inner .person .person-photo {
    background-image: url("../images/iesalnieks.png");
    border: 8px solid #fff;
  }


.veikals-banner {
    width: 85%;
    border-radius: 25px;
    background-image: url("../images/veikals-banner-bg.png");
    margin: auto;
    max-width: 1200px;
    display: flex;
}

.veikals-img {
    width: 50%;
}

.veikals-text-content {
    font-size: 1.75vw;
    line-height: 1em;
}

.veikals-text-title {
    font-size: 3vw;
    line-height: 1em;
}

.veikals-text {
    padding: 65px;
    width: 50%;
    color: #fff;
    display: inline-grid;
}

.veikals-btn {
    display: inline-block;
    border-radius: 50px;
    width: 250px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: orange;
    font-size: 2vw;
    background-color: #fff;
    font-weight: 600;
}

.veikals-btn-wrapper {
    text-align: center;
}

.veikals-img-banner {
    max-width: 120%;
}

@media (max-width: 1024px) {

    .veikals-btn-wrapper {
        margin: 30px;
    }

    .veikals-text {
        width: 100%;
        padding: 40px;
    }

    .veikals-text-content {
        text-align: center;
        font-size: 2.5vw;
    }

    .veikals-text-title {
        text-align: center;
    }

    .veikals-img {
        width: 100%;
    }

    .veikals-img-banner {
        max-width: 100%;
        height: 200px;
        content:url("../images/veikals-banner-front-mobile.png");
    }

    .veikals-btn {
        font-size: 2vw;
    }

    .veikals-img {
        text-align: center;
    }

    .veikals-banner {
        display: block;
    }

}


@media (max-width: 600px) {
    .veikals-text-content {
        font-size: 5vw;
    }
    .veikals-text-title {
        font-size: 6vw;
    }

    .veikals-btn {
        font-size: 4vw;
        width: 150px;
    }

    .veikals-btn-wrapper {
        text-align: center;
        margin: 10px;
    }

}

@media (min-width: 1500px) {
    .veikals-text-content {
        font-size: 1.5vw;
    }
    .veikals-text-title {
        font-size: 3vw;
    }

    .veikals-btn {
        font-size: 1.5vw;
    }
}


@media (min-width: 1920px) {
    .veikals-text-content {
        font-size: 1vw;
    }
    .veikals-text-title {
        font-size: 2vw;
    }

    .veikals-btn {
        font-size: 1vw;
    }
}


@media (min-width: 2500px) {
    .veikals-text-content {
        font-size: 0.5vw;
    }
    .veikals-text-title {
        font-size: 1vw;
    }

    .veikals-btn {
        font-size: 0.5vw;
    }
}


.business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic.en {
    background-image: url("../images/busines-page/infographic-mobile-points-EN.png");
}

.business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic.en {
    background-image: url("../images/busines-page/infographic-optical-points-EN.png");
  }

@media (max-width: 1279px) {
    .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic.en {
        background-image: url("../images/busines-page/infographic-mobile-points-tablet-LV.png");
    }

}


@media (max-width: 767px) {
    .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic.en {
        background-image: url("../images/busines-page/infographic-mobile-points-wide-mobile-EN.png");
    }

    .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic.en {
        background-image: url("../images/busines-page/infographic-optical-points-wide-mobile-EN.png");
    }

}


@media (max-width: 479px) {
    .business_internet_page .main .mobile-optical-internet .all-points .points.mobile-points .infographic.en {
        background-image: url("../images/busines-page/infographic-mobile-points-mobile-EN.png");
    }

    .business_internet_page .main .mobile-optical-internet .all-points .points.optical-points .infographic.en {
        background-image: url("../images/busines-page/infographic-optical-points-mobile-EN.png");
    }

}


.business_data_transfer_page .about-data-transfer.en .points .point:nth-of-type(1) .img-point {
    background: url(../images/data-transfer/img-about-vlan-en.png) no-repeat center center/cover;
  }
.business_data_transfer_page .about-data-transfer.en .points .point:nth-of-type(2) .img-point {
    background: url(../images/data-transfer/img-about-vpn-en.png) no-repeat center center/cover;
}
.business_data_transfer_page .about-data-transfer.en .points .point:nth-of-type(3) .img-point {
    background: url(../images/data-transfer/img-about-dark-viber-en.png) no-repeat center center/cover;
}
.business_data_transfer_page .about-data-transfer.en .points .point:nth-of-type(4) .img-point {
    background: url(../images/data-transfer/img-about-bgp-en.png) no-repeat center center/cover;
}

.link-kopsavilkums {
    font-size: 12px;
    color: #B7B7B7;
    text-decoration: underline;
    border-bottom: none;
}

@media (min-width: 767px) {
    .link-kopsavilkums {
        position: absolute;
        right: 40px;
        bottom: 2px;
    }
}

@media (max-width: 766px) {
    .link-kopsavilkums {
        display: block;
        text-align: center;
    }
}

.page.help_page a {
    text-decoration: none;
}

.page.help_page .agreement {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: #F5F7FA;
    border-top: 1px solid rgba(39, 55, 71, 0.1);
  }
  .page.help_page .agreement .agreement-inner {
    padding: 20px 20px 24px;
  }
  @media (min-width: 640px) {
    .page.help_page .agreement .agreement-inner {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      box-pack: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      box-align: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding: 20px 32px;
    }
  }
  .page.help_page .agreement .agreement-inner .agreement-text {
    padding: 0 0 20px;
    text-align: center;
  }
  @media (min-width: 640px) {
    .page.help_page .agreement .agreement-inner .agreement-text {
      padding: 0 40px 0 0;
      text-align: left;
    }
  }
  @media (min-width: 640px) {
    .page.help_page .agreement .agreement-inner .agreement-button .button {
      width: 150px;
    }
}

@media (max-width: 767px) {
    .giveawaylist li {
        padding-left: 12px!important;
    }
}
.giveawaylist li {
    padding-left: 25px;
}

.giveawaylist .giveawaytable table, th, td {
  border: 1px solid black;
}

.section-image.giveaway {
  background-image: url("/assets/images/giveaway.png")!important;
  background-size: contain!important;
}

.channel_list_page .main .services-section {
    position: relative;
    margin-bottom: 90px;
  }

  @media (max-width: 1279px) {
    .channel_list_page .main .services-section .section-inner .services a.service {
      width: 300px;
      height: 320px;
    }
  }
  @media (max-width: 1023px) {
    .channel_list_page .main .services-section .section-inner {
      width: 720px;
      padding: 40px 0 0 !important;
    }
    .channel_list_page .main .services-section .section-inner .services {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .channel_list_page .main .services-section .section-inner .services a.service {
      width: 225px;
    }
  }
  @media (max-width: 767px) {
    .channel_list_page .main .services-section {
      margin-bottom: 10px;
    }
    .channel_list_page .main .services-section .section-inner {
      width: 450px;
      padding: 40px 15px !important;
    }
    .channel_list_page .main .services-section .section-inner .section-title {
      font-size: 25px;
      line-height: 34px;
      text-align: center;
    }
    .channel_list_page .main .services-section .section-inner .services {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
    }
    .channel_list_page .main .services-section .section-inner .services a.service {
      max-width: 260px;
      width: 100%;
      height: 245px;
      margin-bottom: 20px;
      padding-top: 195px;
    }
    .channel_list_page .main .services-section .section-inner .services a.service:first-child svg {
      width: 150px;
    }
    .channel_list_page .main .services-section .section-inner .services a.service:nth-child(2) svg {
      width: 130px;
    }
    .channel_list_page .main .services-section .section-inner .services a.service:last-child {
      margin-bottom: 0;
    }
    .channel_list_page .main .services-section .section-inner .services a.service:last-child svg {
      width: 170px;
    }
    .channel_list_page .main .services-section .section-inner .services a.service .service-inner .icon {
      top: 30px;
    }
    .channel_list_page .main .services-section .section-inner .services a.service .service-inner span.link {
      font-size: 22px;
    }
  }
  @media (max-width: 639px) {
    .channel_list_page .main .services-section .section-inner {
      width: 100%;
    }
  }

  .b2b-redesign-page .online-support .container:before {
    background-size: contain!important;
    bottom: 30p!important;
  }

  @media (max-width: 1279px) {
    .b2b-redesign-page .online-support .container:before {
      left: -30px!important;
    }
  }

  @media (max-width: 1024px) {
    .b2b-redesign-page .online-support .container:before {
      left: -150px!important;
    }
  }


.rekins-page {
  width: 100%;
  height: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  padding: 25px;
}

.rekins-page .rekins-page-left {
  width: 50%;
  max-width: 700px;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  display: flex;
}

.rekins-page .rekins-page-right {
  width: 50%;
  max-width: 700px;
  display: flex;
  justify-content: center;
}

.rekins-page .rekins-page-right .rekins-page-fox {
  max-height: 100%;
}

.rekins-page-title {
  color: #ff6633;
  font-size: 90px;
  line-height: 100px;
  font-weight: 500;
}


.rekins_page {
  background: linear-gradient(290deg, rgba(33,53,70,1) 35%, rgba(245,247,250,1) 35%);
}

.rekins_page .header .nav {
  background-color: transparent!important;
}


.footer-rekins {
  background-color: white;
}

.footer-rekins .footer-inner {
  justify-content: center;
}

.rekins-form .terms-checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rekins-form .input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rekins-form .form-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.rekins-form .button-holder .button {
  width: 100%;
  border-radius: 5px!important;
}

.rekins-dropdown ul {
  width: 100%; height: 150px; overflow: auto;
  position: absolute;
  z-index: 1000;
  list-style-type: none;
}

.rekins-dropdown ul li {
  background-color: white;
  border: 0.05rem solid #dde1db;
  padding: 5px;
}

.rekins-dropdown ul li:before {
  width: 0px;
}

.rekins-dropdown ul li:hover {
  background-color: #54BEE1;

}

.rekins-popup {
  display: none;
  overflow: auto;
  position: absolute;
  z-index: 1000;
  background-color: rgba(245,247,250,1);
  border: 0.05rem solid #dde1db;
  padding: 15px;
  box-shadow: 0 0 0 9999px #000000b0;
  border-radius: 15px;
  text-align: justify;
}

.rekins-popup-hover-element {
  color: #54BEE1;
  margin-left: 15px;
  cursor: pointer;
}

.rekins-popup-hover-element:hover {
  color:  #F03676;
  margin-left: 15px;
}

@media screen and (max-width: 1300px) {
  .rekins-page-right {
    width: 40%!important;
  }

  .rekins-page-left {
    width: 60%!important;
  }

  .rekins-page-fox {
    max-width: 100%;
    object-fit: contain;
  }

  .rekins-page-title {
    font-size: 45px;
    line-height: 50px;
  }

}


@media screen and (max-width: 1023px) {
  .rekins-page-right {
    width: 40%!important;
  }

  .rekins-page-left {
    width: 60%!important;
  }

  .rekins-page-fox {
    max-width: 100%;
    object-fit: contain;
  }

  .rekins-page-title {
    font-size: 50px;
    line-height: 60px;
  }

}

@media screen and (max-width: 479px) {
  .rekins-page-right {
    width: 0%!important;
  }

  .rekins_page {
    background: linear-gradient(290deg, rgba(33,53,70,1) 15%, rgba(245,247,250,1) 15%)!important;
  }

  .rekins-page {
    justify-content: left;
  }

  .rekins-page-left {
    width: 100%!important;
  }

  .rekins-page-fox {
    max-width: 100%;
    object-fit: contain;
  }

  .rekins-page-title {
    font-size: 30px;
    line-height: 35px;
  }

  .rekins-page .terms-checkbox {
    background-color: rgba(245,247,250,1);
    border-radius: 5px;
  }

}

.rekins-page-form .input input {
  height: 55px;
  border-radius: 15px;
}

.rekins-page-form .input input {
  margin-top: 15px;
  margin-bottom: 15px;
}


.rekins-page-failed-input {
  background-color: rgb(255, 0, 49, 0.15)!important;
  border: 1px solid rgb(255, 0, 49, 0.5)!important;
}

.rekins-page-failed-checkbox {
  background-color: rgb(255, 0, 49, 0.15)!important;
  border-radius: 15px;
}

.cert-block .cert-text-mobile {
  display: none;
}

.cert-block .cert-text-desktop {
  display: block;
  padding: 10px;
}

.cert-text-title {
  font-size: 40px;
  padding-bottom: 15px;
  font-weight: 600;
}

.cert-block .cert-image {
  width: 100%;
  padding-right: 30px;
}

.cert-block .container.boxed {
  display: flex;
  flex-direction: row;
}

.cert-block {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1919' height='607.593' viewBox='0 0 1919 607.593'%3E%3Cpath d='M0,0S480.25-52.593,960-52.593,1919,0,1919,0V555s-479.25-63.334-959-63.334S0,555,0,555Z' transform='translate(0 52.593)' fill='%23f5f7fa'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 100px;
  background-size: 200%;
  padding-bottom: 70px;
}

.person-block {
  background-color:#F5F7FA;
}

@media screen and (min-width: 1024px) {
  .cert-block .container.boxed {
    max-width: 1150px;
  }
}

@media screen and (max-width: 1023px) {
  .cert-text-mobile {
    display: block!important;
  }

  .cert-text-title {
    font-size: 25px;
    padding-bottom: 15px;
    font-weight: 600;
  }

  .cert-block {
    background-size: 900%;
  }

  .cert-text-desktop {
    display: none!important;
  }

  .cert-block .cert-image {
    width: 100%;
    padding-right: 17px;
  }

  .cert-block .container.boxed {
    display: block;
  }

  .cert-text-text {
    text-align: left;
    padding-bottom: 20px;
  }

}

.rekins-winner-wrapper {
  margin-top: 25px;
  margin-bottom: 50px;
  max-width: 300px;
}


.rekins-winner-wrapper .winner-title {
  color: #ff6633;
  font-weight: 600;
}


.business_internet_page .main .form-need-help:before {
  background-color: transparent!important;
}

.block-content .cert-image {
  display: none;
}

.footer-block.cert-image {
  display: block;
}


@media screen and (max-width: 1023px) {
  .block-content .cert-image {
    display: block;
  }

  .footer-block.cert-image {
    display: none!important;
  }
}



.is-client-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.is-client-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.is-client-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.is-client-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .is-client-slider {
  background-color: #86D96E;
}

.is-client-yes {
  display: none;
  height: 100%;
  padding-top: 5px;
  padding-left: 5px;
  color: white;
  font-weight: 500;
  font-size: 12px;
}

.is-client-no {
  display: block;
  text-align: right;
  height: 100%;
  padding-top: 5px;
  padding-right: 7px;
  color: white;
  font-weight: 500;
  font-size: 12px;
}

input:checked + .is-client-slider .is-client-yes {
  display: block;
}

input:checked + .is-client-slider .is-client-no {
  display: none;
}

input:focus + .is-client-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .is-client-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.is-client-slider.round {
  border-radius: 34px;
}

.is-client-slider.round:before {
  border-radius: 50%;
}

.is-client-switch-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  max-width: 336px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-client-text {
  height: 100%;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .form-info.has-is-client .is-client-switch-wrapper {
    margin-right: 0px;
  }

  .terms-and-is-client {
    display: flex;
    width: 100%;
  }

  .form-info.has-is-client {
    display: block!important;
  }

  .form-info.has-is-client .callback .callback-text {
    margin-left: auto;
  }

  .form-info.has-is-client .callback .phone {
    margin-right: auto;
  }
}

.form-info.has-is-client .is-client-yes {
    text-align: left;
}

.form-info.has-is-client .is-client-text {
    padding-top: 6px;
}

.white-box .is-client-yes {
    text-align: left;
}

.vacancies_page .main .open-vacancies-section .section-inner .list .list-inner .item .item-inner .item-part .termless-button {
    border-bottom: none;
}

.lottery-winners-section {
    width: 100%;
    background: rgb(232,86,37);
    background: linear-gradient(90deg, rgba(232,86,37,1) 0%, rgba(238,133,34,1) 50%, rgba(232,86,37,1) 100%);
}


.lottery-winners-section .section-inner {
    padding: 20px;
    padding-left: 75px;
    padding-right: 75px;
    color: white;
}


.lottery-winners-section .lottery-winners-text-section {
    display: flex;
}

.lottery-winners-section .lottery-winners-text-section .lottery-winners-item {
    width: 33.3%;
    display: flex;
}

.lottery-winners-section .lottery-winners-text-section .lottery-winners-item .lottery-winners-item-picture img {
    object-fit: contain;
    width: 100%;
}

.lottery-winners-section .lottery-winners-text-section .lottery-winners-item .lottery-winners-item-picture {
    display:flex;
    padding: 10px;
    width: 30%;
}

.lottery-winners-section .lottery-winners-text-section .lottery-winners-item .lottery-winners-item-text {
    width: 70%;
    display: flex;
    flex-direction: column;
}


.lottery-winners-section .lottery-winners-text-section .lottery-winners-item .lottery-winners-item-text .item-text-title {
    font-weight: 600;
}

.lottery-winners-section .lottery-winners-text-section .lottery-winners-item .lottery-winners-item-text .item-text-subtitle {
    height: 100%;
    display: flex;
    align-items: end;
}

.lottery-winners-title {
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
}

.lottery-winners-subtitle {
    text-align: center;
}

.lottery-winners-subtitle a {
    color: lightgray;
    border-bottom: 0;
    text-decoration: none;
}

.lottery-winners-title-section {
    margin-bottom: 15px;
}

.lottery-winners-item-text {
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .lottery-winners-section .lottery-winners-text-section {
        display: block;
    }
    
    .tooltip .tooltiptext {
        width: 300px!important;
    }

    .lottery-winners-section .lottery-winners-text-section .lottery-winners-item {
        display: flex;
    }

    .lottery-winners-item-picture img {
        max-height: 100px;
    }

    .lottery-winners-section .section-inner {
            padding-left: 25px;
        padding-right: 25px;
    }
}

.page .main .services-section .section-inner .services a.service.green-gradient {
  background: linear-gradient(340deg, rgba(0,104,56,1) 32%, rgba(121,178,63,1) 65%);
}

.service-icon-img {
    width: 200px;
}

@media screen and (max-width: 1279px) {


    .page .main .services-section .section-inner .services a.service {
        padding-top: 220px!important;
    }


    .service-icon-img {
        width: 150px;
    }

}


@media screen and (max-width: 1023px) {
    .page .main .services-section .section-inner .services a.service {
        padding-top: 175px!important;
    }

    .page .main .services-section .section-inner .services a.service .service-inner .icon {
        top: 45px!important;
    }

    .service-icon-img {
        width: 110px;
    }
}

@media screen and (max-width: 767px) {
    .page .main .services-section .section-inner .services a.service {
        padding-top: 185px!important;
        margin: 10px;
    }


    .home_index_page .main .services-section .section-inner {
        width: 100%!important;

    }

   .home_index_page .main .services-section .section-inner .services {
        width: 100%!important;
        flex-direction: row;
        flex-wrap: wrap!important;
        justify-content: center;

    }

    .home_index_page .main .services-section .section-inner .services a.service:last-child {
        margin-bottom: 20px!important;

    }

    .service-icon-img {
        width: 150px;
    }
}


.success-page-kopsavilkums-holder {
    background-color: #F5F7FA;
    padding: 10px;
    border-radius: 10px;
}

.success-page-kopsavilkums-holder a {
    text-decoration: none!important;
    color: black;
    border-bottom: none;
}

.button-success-number {
    font-size: 17px;
    min-width: 200px;
}

@media screen and (min-width: 1024px) {
    .button-success-number {
        margin-left: 10px;
    }
}


@media screen and (max-width: 1023px) {
 .button-success-number {
    font-size: 18px!important;
    width: 280px!important;
    margin-top: 10px;
}

.success-phone-holder {
    display: block;
}
 .button-success-number svg {
    height: 18px!important;
}

}


.sub-option a img {
    max-width: 12px;
    margin-right: 10px;
}

.news-article-wrapper {
    background-color: #eef7fc; border-radius: 20px;
    width: 330px;
    height: 500px;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.news-articles-section {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.news-article-text-section {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.news-article-heading {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.news-article-text {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-article-image img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.news-article-image {
    height: 400px;
    overflow: hidden;
        display: flex;
    justify-content: center;
    align-items: center;
        border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.news-articles-full-section {
    max-width: 970px!important;
    padding: 25px;
}

.news-article-full-image img {
    width: 100%;
}

.news-article-full-heading {
    font-weight: 500;
    margin-top: 25px;
    line-height: 120%;
    font-size: 25px;
    margin-bottom: 25px;
}

.page .header .top-bar .top-bar-inner nav.menu a.menu-link:nth-of-type(5) {
  display: flex!important;
}


.feature-icon .feature-sub-image {
    max-height: 100px;
}

.news-article-date {
    padding-top: 10px;
    text-align: right;
    color: #8C97A3;
    font-size: 14px;
}


@media screen and (max-width: 1023px) {
 .news-articles-section {
    justify-content: space-evenly;
}
}


.pricing-table[data-term=termless] .kopsavilkums-24months, kopsavilkums-seniors {
    display: none;
}

.pricing-table[data-term=termless] .kopsavilkums-termless {
    display: block;
}

.pricing-table[data-term="24months"] .kopsavilkums-termless, .kopsavilkums-seniors {
    display: none;
}

.pricing-table[data-term="24months"] .kopsavilkums-24months {
    display: block;
}

.pricing-table[data-term="seniors"] .kopsavilkums-24months, .kopsavilkums-termless {
    display: none;
}

.pricing-table[data-term="seniors"]  .kopsavilkums-seniors {
    display: block;
}


.single-admin-campaign .single-admin-campaign-heading {
    font-size: 25px;
    line-height: 35px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.admin-campaign-input-wrapper {
    padding-left: 25px;
}

.single-admin-campaign {
    padding-left: 25px;
}

.campaign-admin-wrapper h1 {
    font-weight: 600;
    padding-top: 60px;
}

.loader-gif {
    height: 15px;
}

.saved-green-text {
    color: green;
    padding-top: 5px;
    padding-left: 10px;
}

.campaign-admin-constants {
    margin-top: 20px;
}

.campaign-admin-constants-heading {
    margin-bottom: 15px;
}

.floating-admin-buttons {
    position: fixed;
    top: 6.5%;
    right: 100px;
}

.router-sublist-title {
    margin-bottom: 10px;
}

.router-sublist li {
    margin-bottom: 5px;
}

.router-sublist ul {
    list-style: disc;
}

.router-sublist ul li:before {
    background-color: transparent;
}

.router-sublist-title img {
    height: 17px;
}


.product-desc .rekins-popup {
    right: 10%;
}


.single-campaign-input-wrapper {
    margin-bottom: 10px;
}

.found-campaign-name.failed {
    color: red;
}

.found-campaign-name.success {
    color: green;
}

.money-section .section-inner .money-stats {
    justify-content: space-around!important;
}

.home_internet_page .whalebone-section {
  padding-top: 70px !important;
}
.home_internet_page .whalebone-container {
  max-width: 970px;
  margin: 0 auto;
}
.home_internet_page .whalebone-container .whalebone {
  text-align: center;
  margin-bottom: 40px;
}
.home_internet_page .whalebone-container .whalebone-title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}
.home_internet_page .whalebone-container .whalebone-description-text {
  font-size: 16px;
  text-align: left;
}
.home_internet_page .whalebone-container .whalebone-description {
  margin-top: 20px;
}
.home_internet_page .whalebone-container .whalebone-how-it-works {
  margin-bottom: 40px;
}
.home_internet_page .whalebone-container .whalebone-capabilities {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.home_internet_page .whalebone-container .whalebone-section-title {
  margin-top: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.home_internet_page .whalebone-container .whalebone-section-description {
  font-size: 16px;
  line-height: 1.5;
}
.home_internet_page .whalebone-container .whalebone-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 80px;
  margin-top: 15px;
}
.home_internet_page .whalebone-container .whalebone-feature {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px;
  background-color: #F0F8FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.home_internet_page .whalebone-container .whalebone-feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.home_internet_page .whalebone-container .whalebone-feature-title {
  font-size: 18px;
  font-weight: bold;
}
.home_internet_page .whalebone-container .whalebone-feature-description {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.home_internet_page .whalebone-container .whalebone-capability {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px;
  background-color: #F0F8FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.home_internet_page .whalebone-container .whalebone-capability-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.home_internet_page .whalebone-container .whalebone-capability-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home_internet_page .whalebone-container .whalebone-capability-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.home_internet_page .whalebone-container .whalebone-capability-description {
  font-size: 14px;
  line-height: 1.5;
}


.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-text {
    display: flex;
    gap: 8px;
    .internet-title {
        font-size: 24px;
    }
}

.home_bundles_page .main .pricing-section .channel-name {
    font-weight: 300;
    font-size: 24px;
    color: #8C97A3;
}

.home_bundles_page .tv-switch {
  padding-top: 18px;
  display: flex;
  gap: 12px;
  width: 538px;
}

.home_bundles_page .tv-switch .tv-button {
  flex: 1;
  height: 45px;
  padding: 0 24px;
  border: none;
  background-color: #EFEFEF;
  color: #1E2B3C;
  font-weight: normal;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.home_bundles_page .tv-switch .tv-button.active {
  border: 2px solid #F26522;
  background-color: #fff;
  font-weight: bold;
}

.home_bundles_page .campaign-switch {
  padding-top: 18px;
  display: flex;
  gap: 12px;
  width: 538px;
  padding-bottom: 20px;
}

.home_bundles_page .campaign-switch .campaign-button {
  flex: 1;
  height: 45px;
  padding: 0 24px;
  border: none;
  background-color: #EFEFEF;
  color: #1E2B3C;
  font-weight: normal;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.home_bundles_page .campaign-switch .campaign-button.active {
  border: 2px solid #F26522;
  background-color: #fff;
  font-weight: bold;
}

.filters .checkbox {
    gap: 8px;
}

.channel-name {
  display: block;
}

.channel-hidden {
  display: none;
}

.channel-list-section .type-checkbox {
  width: 24px;
  height: 24px;
  background-color: #F26C3D;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.channel-list-section .type-checkbox svg {
  width: 14px;
  height: 14px;
  fill: white;
}

.channel-list-section .checkbox-container {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

.channel-list-section .checkbox-label {
  font-size: 18px;
  color: #333;
}

.page .main .channel_list_page .filter-checkbox {
  padding: 0 0 24px;
  text-align: left;
}
@media (min-width: 1024px) {
  .page .main .channel_list_page .filter-checkbox {
    padding: 0 20px 0 0;
  }
}
.page .main .channel_list_page .filter-checkbox label.checkbox {
  max-width: 190px;
}
@media (min-width: 640px) {
  .page .main .channel_list_page .filter-checkbox label.checkbox {
    max-width: none;
  }
}

.channel_list_page .filter-checkbox label.checkbox .custom-checkbox {
    margin: 3px 8px 0 0;
}

.channel-list-section .filter-checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  padding-right: 12px;
  padding-left: 12px;
}

.channel-list-section .filter-highlight {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .channel-list-section .filters {
    padding-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .channel-list-section .filter-checkbox-container {
      padding-left: 12px;
      padding-right: 12px;
  }
  .channel-list-section .section-inner .switch-filter {
      flex-direction: row !important;
  }
}

.home_internet_page .whalebone-section {
    padding-top: 70px !important;
}

.home_internet_page .whalebone-container {
    max-width: 970px;
    margin: 0 auto;
}

.home_internet_page .whalebone-container .whalebone {
    text-align: center;
    margin-bottom: 40px;
}

.home_internet_page .whalebone-container .whalebone-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
}

.home_internet_page .whalebone-container .whalebone-description-text {
    font-size: 16px;
    text-align: left;
}

.home_internet_page .whalebone-container .whalebone-description {
    margin-top: 20px;
}

.home_internet_page .whalebone-container .whalebone-how-it-works,
.home_internet_page .whalebone-container .whalebone-capabilities {
    margin-bottom: 40px;
}

.home_internet_page .whalebone-container .whalebone-section-title {
    margin-top: 30px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

.home_internet_page .whalebone-container .whalebone-section-description {
    font-size: 16px;
    line-height: 1.5;
}

.home_internet_page .whalebone-container .whalebone-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px;
    margin-top: 15px;
}

.home_internet_page .whalebone-container .whalebone-feature {
    text-align: center;
    flex: 1 1 calc(33.333% - 20px);
    align-items: flex-start;
    padding: 25px;
    background-color: #F0F8FF;
    box-sizing: border-box;
    border-radius: 10px;
}

.home_internet_page .whalebone-container .whalebone-feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.home_internet_page .whalebone-container .whalebone-feature-title {
    font-size: 18px;
    font-weight: bold;
}

.home_internet_page .whalebone-container .whalebone-feature-description {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.home_internet_page .whalebone-container .whalebone-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 40px;
}

.home_internet_page .whalebone-container .whalebone-capability {
    flex: 1 1 calc(50% - 20px);
    margin-bottom: 20px;
    align-items: flex-start;
    padding: 25px;
    background-color: #F0F8FF;
    box-sizing: border-box;
    border-radius: 10px;
}

.home_internet_page .whalebone-container .whalebone-capability-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.home_internet_page .whalebone-container .whalebone-capability-content {
    flex: 1;
}

.home_internet_page .whalebone-container .whalebone-capability-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.home_internet_page .whalebone-container .whalebone-capability-description {
    font-size: 14px;
    line-height: 1.5;
}

.home_internet_page .whalebone-container .header-description {
    display: flex;
    align-items: center;
}

.home_internet_page .whalebone-container .header-description svg {
    flex-shrink: 0;
    width: 200px;
    height: 230px;
}

.home_internet_page .whalebone-container .feature-header {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.home_internet_page .whalebone-container .feature-header svg {
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .home_internet_page .whalebone-container .whalebone-title {
        font-size: 28px;
        font-weight: bold;
    }

    .home_internet_page .whalebone-container .whalebone-section-title {
        font-size: 28px !important;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .home_internet_page .whalebone-container .whalebone-features {
        margin-bottom: 40px;
        flex-direction: column;
    }

    .home_internet_page .whalebone-container .whalebone-feature {
        flex: 1 1 100%;
    }

    .home_internet_page .whalebone-container .header-description {
        flex-direction: column-reverse;
        align-items: center;
    }

    .home_internet_page .whalebone-container .header-description svg {
        margin-top: 15px;
    }

    .home_internet_page .whalebone-container .whalebone-capabilities {
        flex-direction: column;
    }

    .home_internet_page .whalebone-container .whalebone-capability {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        flex: 1 1 100%;
    }
}

@media (max-width: 1280px) {
    .whalebone-container {
        max-width: 940px !important;
        margin: 0 auto;
    }
}

@media (min-width: 640px) {
  .switch-filter {
    justify-content: flex-start !important;
  }
}

@media (min-width: 640px) {
  .switch-filter label.checkbox .checkbox-name {
    padding: 0 0px 0 0 !important;
  }
}

.pricing-table .packs .pack .pack-content .pack-inner {
  padding: 22px 20px 24px !important;
}

@media (min-width: 640px) {
  .pricing-table .packs .pack .pack-content .pack-inner {
    padding: 20px 24px 20px !important;
  }
}

.page .main .channel-list-section .section-inner .switch-filter {
  padding: 0 12px 0px !important;
}

@media (min-width: 1024px) {
  .page .main .channel-list-section .section-inner .switch-filter {
    padding: 0 0 2px !important;
  }
}

@media (min-width: 1280px) {
  .page .main .channel-list-section .section-inner .switch-filter {
    padding: 0 0 0px !important;
  }
}

@media (min-width: 1280px) {
  .page .main .channel-list-section .section-inner .switch-filter .filter-title {
    padding: 2px 0px 0 !important;
  }
}

@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title {
    width: 225px !important;
  }
}
.home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-text {
  padding: 0 0 0px !important;
}

.channel-name {
    padding-top: 10px;
}

@media (max-width: 1024px) {
    .channel-number-text {
        padding-top: 0px;
    }
    .speed-text {
        display: block !important;
    }
}

.home_bundles_page .pricing-table[data-channel-group="premium"] .pack[channel-group="mini"],
.home_bundles_page .pricing-table[data-channel-group="premium"] .pack[channel-group="popular"],
.home_bundles_page .pricing-table[data-channel-group="popular"] .pack[channel-group="premium"],
.home_bundles_page .pricing-table[data-channel-group="popular"] .pack[channel-group="mini"],
.home_bundles_page .pricing-table[data-channel-group="mini"] .pack[channel-group="popular"],
.home_bundles_page .pricing-table[data-channel-group="mini"] .pack[channel-group="premium"] {
    display: none !important;
}

.channel-list-section .tv-campaign-switch-list {
  padding-top: 18px;
  display: flex;
  gap: 12px;
  width: 538px;
  padding-bottom: 20px;
}

.channel-list-section .tv-campaign-switch-list .tv-campaign-button {
  flex: 1;
  height: 45px;
  padding: 0 24px;
  border: none;
  background-color: #EFEFEF;
  color: #1E2B3C;
  font-weight: normal;
  font-size: 16px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}

.channel-list-section .tv-campaign-switch-list .tv-campaign-button.active {
  border: 2px solid #F26522;
  background-color: #fff;
  font-weight: bold;
}

@media (max-width: 640px) {
  .channel-list-section .tv-campaign-switch-list {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 16px;
    gap: 8px;
  }

  .channel-list-section .tv-campaign-switch-list .tv-campaign-button {
    padding: 0 16px;
    font-size: 14px;
  }

 .channel-list-section .tv-campaign-switch-list .tv-campaign-button.active {
    border-width: 1.5px;
  }
}

@media (max-width: 640px) {
  .home_bundles_page .tv-switch, .home_bundles_page .campaign-switch {
    width: 100%;
    padding-top: 12px;
    gap: 8px;
  }

  .home_bundles_page .tv-switch .tv-button, .home_bundles_page .campaign-switch .campaign-button {
    padding: 0 16px;
    font-size: 14px;
  }

 .home_bundles_page .tv-switch .tv-button.active, .home_bundles_page .campaign-switch .campaign-button.active {
    border-width: 1.5px;
  }
}

.channel-list-section .mode-switch-button {
  pointer-events: auto;
  cursor: pointer;
}

.channel-list-section .mode-switch-button.active {
  pointer-events: none;
  cursor: default;
}

.channel-list-section .checkbox input:disabled ~ .checkbox-name {
  pointer-events: none;
  color: #999;
}

@media (min-width: 1024px) {
    .home_bundles_page .pricing-table .packs .pack .pack-content .pack-inner .info-tooltip {
        left: 150px;
        transform: translateY(-42%);
    }
}

@media (min-width: 1024px) {
  .home_bundles_page .main .pricing-section .section-inner .pricing-table .packs .pack .pack-inner .pack-custom .speed-title .speed-number {
    text-align: left !important;
  }
}

.mode-switch-contract .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F26522;
  border-radius: 32px;
  z-index: 1;
  transition: transform 0.3s ease;
}

.mode-switch-contract {
  position: relative;
  width: 538px;
  height: 45px;
  background: #EFEFEF;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}

.mode-switch-contract a {
  flex: 1;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  z-index: 2;
  position: relative;
  border-radius: 32px;
  border-bottom: none;
}

.mode-switch-contract a.active {
  color: white;
  background: #F26522;
}

.mode-switch-contract a:hover,
.mode-switch-contract a:focus,
.mode-switch-contract a:visited {
  text-decoration: none;
  outline: none;
}

@media (max-width: 640px) {
  .mode-switch-contract {
    width: 100%;
    border-radius: 24px;
  }

  .mode-switch-contract a {
    font-size: 14px;
    border-radius: 24px;
  }
}

.home_internet_page .pricing-section .packs, .home_television_page .pricing-section .packs {
    padding-top: 20px;
}


ol ul li:before {
  content: ""!important;
}

.sub-sub-option {
    font-size: 12px!important;
    margin-left: 30px;
    padding: 0px!important;
}

.nav-warning-content {
    border: 2px solid red;
    border-radius: 25px;
    padding: 10px 20px;
    background-color: #fff;
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    box-sizing: border-box;
    font-family: sans-serif;
}

.nav-warning {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px 10px;
}

.nav-warning-content-text {
    margin: 0;
    font-size: 16px;
    color: #333;
}