.channel {
    color: #202124;
    padding-bottom: 100px;
}

.channel__title {
    padding-bottom: 50px;
}

.channel__top {
    max-width: 855px;
    width: 100%;
    min-height: 173px;
    background-color: #EFF1F2;
    border-radius: 5px;
    margin: 0 auto 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.city__select {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 720px;
    width: 100%;
    border-bottom: 1px solid #C9D6DC;
    margin: 0 auto 15px;
    padding: 10px 0 30px;
}

.house-rates__select {
    border-bottom: 0;
}

.city__select-name {
    margin-right: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.icon__big-arrow-right {
    display: inline-block;
    background: url("../img/icon__big-arrow-right.html") no-repeat center;
    background-size: cover;
    width: 14px;
    height: 12px;
}

.city__select .icon__big-arrow-right {
    margin-right: 8px;
}

.city__select-block {
    position: relative;
}

.city__select-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    background: url("../img/icon__arrow-down.html") no-repeat center right;
}

.city__select-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: calc(100% - 15px);
    height: 1px;
    background-color: rgba(153, 9, 227, .5);
    transition: .2s ease-in-out;
}

.city__select-title:hover:after {
    background-color: transparent;
}

.city__select-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    padding: 15px;
    background-color: #EFF1F2;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    border: 1px solid #C9D6DC;
    z-index: 2;
    white-space: nowrap;
}

.city__select-dropdown p {
    cursor: pointer;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C9D6DC;
    background-color: transparent;
    transition: all .25s ease-in-out;
}

.city__select-dropdown p:hover {
    color: #9909E3;
}

.city__select-dropdown p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.city__select-block.open .city__select-dropdown {
    visibility: visible;
    opacity: 1;
}

.channel__menu {
    max-width: 720px;
    width: 100%;
    border-bottom: 1px solid #C9D6DC;
    margin-bottom: 30px;
}

.channel__menu-list {
    display: flex;
    justify-content: center;
}

.channel__menu-list li {
    margin: 0 15px;
}

.channel__menu-list li:first-child {
    margin: 0 15px 0 0;
}

.channel__menu-list li:last-child {
    margin: 0 0 0 15px;
}

.channel__menu-list li[data-city='valmiera'],
.channel__menu-list li[data-city='tukums'],
.channel__menu-list li[data-city='talsi'],
.channel__menu-list li[data-city='liepaja'] {
    display: none;
}

.channel__menu-list li[data-city='valmiera'].data-city__show,
.channel__menu-list li[data-city='tukums'].data-city__show,
.channel__menu-list li[data-city='talsi'].data-city__show,
.channel__menu-list li[data-city='liepaja'].data-city__show {
    display: block;
}

.channel__menu-href {
    color: #9FAAB0;
}

.channel__menu-href .underline:after {
    content: unset;
}

.channel__menu-href.active {
    color: #9909E3;
}

.channel__menu-href .underline {
    display: inline-block;
    padding: 0 0 13px 0;
}

.channel__menu-href.active .underline:after {
    content: '';
}

.channel__menu-href .underline:after {
    height: 2px;
    background-color: #9909E3;
    bottom: -1px;
}

.channel__switch {
    display: flex;
    justify-content: center;
}

.channel__switch-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.channel__switch-item img {

}

.channel__switch-item p {
    margin: 0 15px;
    font-weight: 700;
}

.on-off__switch input {
    display: none;
}

.on-off__switch label {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    width: 56px;
    padding: 0;
    line-height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
    margin-bottom: 0;
}

.on-off__switch input:checked + label {
    background-color: #351b46;
}

.on-off__switch label:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    margin: 0;
    background: rgba(159, 170, 176, 0.56);
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 28px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

.on-off__switch input:checked + label:before {
    right: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(39, 55, 71, .3);
    box-shadow: 0 3px 6px rgba(39, 55, 71, .3);
    background-color: #fff;
}

.channel__more {
    max-width: 288px;
    width: 100%;
    height: 55px;
    border: 2px solid #9909e3;
    border-radius: 3px;
    background-color: transparent;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    line-height: 55px;
    font-weight: 500;
    color: #351b46;
}

.channel__more:hover {
    background-color: #9909e3;
    color: #fff;
}

.channel__tabs {
    display: none;
}

.channel__tabs.active {
    display: block;
}

#tabs-BASIC .channel__container {
    position: relative;
    overflow: hidden;
}

#tabs-BASIC .channel__container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 70.83%);
}

#tabs-BASIC .channel__container.channel__content_active:after {
    content: unset;
}

.channel__container2 {
    border: 1px solid #E7E8EB;
}

.channel__wrapper {
    column-count: 3;
    column-gap: 30px;
    transition: max-height .2s ease-in-out;
}

#tabs-TEM1 .channel__wrapper,
#tabs-BIG .channel__wrapper,
#tabs-TV3 .channel__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

#tabs-TEM1 .channel__wrapper .channel__column,
#tabs-BIG .channel__wrapper .channel__column,
#tabs-TV3 .channel__wrapper .channel__column {
    margin-bottom: 0;
}

.channel__row {
    width: 100%;
    padding: 30px 18px;
    border: 1px solid #E7E8EB;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
}

.channel__row1 {
    width: 100%;
    padding: 30px 18px;
    border: 1px solid #E7E8EB;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.channel__row1 > span {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    color: #202124;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E8EB;
}

.channel__row1 .channel__block-price {
    margin: auto 50px 0 0;
}


.channel__row > span {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 25px;
    color: #202124;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7E8EB;
}

.channel__row .channel__block-price {
    margin: auto 50px 0 0;
}

.channel__package {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin: 15px auto;
}

.channel__package h5 {
    background-color: #EFF1F2;
    border-radius: 3px;
    padding: 11px 16px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    margin-right: 15px;
}

.channel__package h5:last-child {
    margin: 0;
}

.channel__column {
    border: 1px solid #E7E8EB;
    border-radius: 5px;
    padding: 30px 18px;
    width: 100%;
    margin-bottom: 30px;
    page-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.channel__column h3 {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #E7E8EB;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.channel__item {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    border: 1px solid transparent;
}

.channel__image {
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.channel__image img {
    max-width: 100%;
    max-height: 25px;
}

.channel__name {
    display: flex;
    width: calc(100% - 13% - 5%);
    margin-left: 5%;
    align-items: center;
}

.channel__name p {
    line-height: 20px;
}

.channel__icon {
    margin-left: 10px;
}

.channel__icon img {
    max-width: 100%;
}

.channel__block {
    margin: auto 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #E7E8EB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.channel__block-price {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    padding: 2px 0 0 0%;
    line-height: 40px;
    height: 40px;
    color: #202124;
}

.channel__block-price div {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #585d67;
    margin-left: 7px;
}

.channel__block-button {
    width: 125px;
    height: 40px;
    background-color: #9909E3;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0 0 0;
}

.channel__block-button:hover {
    background-color: #8101c2;
}

.interactive {
    background-color: #eff1f2;
    margin-top: 90px;
    padding-bottom: 130px;
}

.television__interactive {
    margin-top: 0;
}

.interactive__title {
    padding-bottom: 100px;
}

.interactive__content-container {
    display: grid;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.interactive__item {
    padding-left: 18px;
    padding-right: 30px;
    border-left: 2px solid #dbe4e9;
    color: #000;
}

.interactive__item:nth-child(4n + 1) {
    padding-left: 0;
    border-left: 0;
}

.interactive__item:nth-child(4n) {
    padding-right: 0;
}

.interactive__image {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
}

.interactive__image img {
    max-width: 50%;
    max-height: 50%;
}

.interactive__item h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    margin-top: 30px;
}

.interactive__item p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
}

.main__coverage {
    padding-top: 100px;
}

.internet__coverage,
.business__coverage {
    padding-bottom: 100px;
}

.television__coverage {
    padding-top: 100px;
}

.telephony__coverage {
    padding-bottom: 100px;
}

.coverage__content-container {
    padding: 0 28px 80px;
    background: #351b46;
    border-radius: 5px;
}

.coverage__title {
    max-width: 620px;
    color: #ffd66d;
    padding: 80px 0 30px;
    margin: 0 auto;
}

.coverage__subtitle {
    max-width: 492px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    margin: 0 auto 30px;
}

.coverage__check-form {
    max-width: 590px;
    margin: 0 auto 40px;
}

.coverage__check-form .check-form__top {
    align-items: center;
}

.coverage__stock {
    display: none;
}

.coverage__rating {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coverage__rating .rating__icon {
    margin-right: 16px;
}

.faq {
    background-color: #EFF1F2;
    padding-bottom: 130px;
}


.faq__title {
    padding-bottom: 100px;
}

.faq dl {
    max-width: 1145px;
    margin: 0 auto;
    color: #000;
}

.faq dl dt {
    display: inline-block;
    position: relative;
    margin-left: 35px;
    font-weight: 500;
    font-size: 28px;
    line-height: 27px;
    cursor: pointer;
    margin-top: 30px;
    transition: .2s ease-in-out;
}

.faq dl dt span {
    border-bottom: 1px solid #9909e3;
    transition: .2s ease-in-out;
}

.faq dl dt:hover span {
    border-color: transparent;
}

.faq dl dt:first-child {
    margin: 0 0 0 35px;
}

.faq dl dt:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
    left: -35px;
    background: url("../img/icon__plus.svg") no-repeat center;
}

.faq dl dt.active:before {
    background: url("../img/icon__minus.svg") no-repeat center;
}

.faq dl dd {
    font-size: 15px;
    line-height: 22px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 15px;
    padding-left: 35px;
}



.faq44 {
    background-color: #EFF1F2;
    padding-bottom: 50px;
}


.faq44__title {
    padding-bottom: 100px;
}

.faq44 dl {
    max-width: 1145px;
    margin: 0 auto;
    color: #000;
}

.faq44 dl dt {
    display: inline-block;
    position: relative;
    margin-left: 35px;
    font-weight: 500;
    font-size: 28px;
    line-height: 27px;
    cursor: pointer;
    margin-top: 30px;
    transition: .2s ease-in-out;
}

.faq44 dl dt span {
    border-bottom: 1px solid #9909e3;
    transition: .2s ease-in-out;
}

.faq44 dl dt:hover span {
    border-color: transparent;
}

.faq44 dl dt:first-child {
    margin: 0 0 0 35px;
}

.faq44 dl dt:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: calc((100% - 20px) / 2);
    left: -35px;
    background: url("../img/icon__plus.svg") no-repeat center;
}

.faq44 dl dt.active:before {
    background: url("../img/icon__minus.svg") no-repeat center;
}



.faq44 dl dd {
    font-size: 15px;
    line-height: 22px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: 15px;
    padding-left: 35px;
}















footer {
    padding: 0 70px 0 calc(147px + 70px);
    background-color: #010d57;
}

.footer__container {
    max-width: 1920px;
    margin: 0 auto;
}

.footer-top {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
}

.footer-top__left {
    max-width: 260px;
}

.footer-top__left hr {
    display: none;
}

.footer__contact-paragraph {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer__contact-paragraph:last-child {
    margin: 0;
}

.footer__contact-paragraph a {
    color: #fff;
}

.footer__call-order {
    display: none;
}

.footer-top__right {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin-left: 25px;
}

.footer-top__menu {
    display: flex;
    flex-wrap: wrap;
}

.footer-top__menu span {
    width: calc(100% / 4);
    margin-bottom: 20px;
}

.footer-top__menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.footer__social {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.footer__social a {
    margin-right: 20px;
}

.footer-bottom {
    padding: 22px 0 17px;
    border-top: 1px solid #442657;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #62556b;
}

.footer-bottom p a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #62556b;
    margin: 0 20px;
}

.footer-bottom a {
    display: block;
}

.footer-mobile {
    display: none;
}

.icon__scroll-up {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../img/icon__scroll-up.svg") no-repeat center;
}

.thanks-page {
    height: calc(100vh - 70px);
    padding: 170px 70px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #202124;
}

.thanks-page h1 {
    font-size: 70px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 45px;
}

.thanks-page h3 {
    max-width: 760px;
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 45px;
    font-weight: 400;
}

.thanks-page p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.thanks-page__phone {
    display: block;
    margin: 0 auto;
}

.thanks-page__phone .phone__text {
    color: #000;
}

.thanks-page__link {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin: auto 0 0 0;
}

.contact-service {
    padding-bottom: 60px;
}

.contact-service h2 {
    font-weight: bold;
    font-size: 56px;
    line-height: 67px;
    color: #291536;
    padding: 90px 0 30px;
}

.payment-welcome {
    background-color: #EFF1F2;
    padding-top: 125px;
    padding-bottom: 85px;
}

.payment-welcome h1 {
    font-weight: bold;
    font-size: 56px;
    line-height: 67px;
    color: #291536;
    padding-bottom: 30px;
}

.payment-welcome__description {
    max-width: 755px;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #291536;
    margin-bottom: 145px;
}

.payment-welcome__list {
    max-width: 755px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 35px 50px;
}

.payment-welcome__list li {
    border-bottom: 1px solid #E9E9E9;
    font-size: 18px;
    line-height: 48px;
}

.payment-welcome__list li:last-child {
    border-bottom: 0;
}

.payment-welcome__list li span {
    display: inline-block;
}

.payment-welcome__list li > span:first-child {
    width: 45%;
    color: #676E7F;
}

.payment-welcome__list li span:last-child {
    color: #000000;
}

.payment-welcome__list li a {
    color: #000000;
    line-height: 20px;
}

.icon__copy {
    /*display: inline-block;*/
    display: none !important;
    width: 19px;
    height: 19px;
    background: url("../img/icon__copy.html") no-repeat center;
    background-size: cover;
    margin: 0 0 -2px 5px;
    cursor: pointer;
}

.payment-instruction {
    padding-bottom: 120px;
}

.payment-instruction h2 {
    font-size: 56px;
    line-height: 67px;
    color: #291536;
    padding: 90px 0 70px;
}

.payment-instruction__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.payment-instruction__item:last-child {
    margin-bottom: 0;
}

.payment-instruction__content {
    margin-right: 80px;
    max-width: 363px;
}

.payment-instruction__content h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #291536;
    margin-bottom: 15px;
}

.payment-instruction__content p {
    font-size: 20px;
    line-height: 25px;
    color: rgba(45, 51, 58, 0.8);
}

.payment-instruction__image {
    max-width: 705px;
    width: 100%;
}

.payment-instruction__image img {
    max-width: 100%;
    border-radius: 10px;
}

.payment-instruction__item:nth-child(2n) .payment-instruction__content,
.payment-instruction__reverse .payment-instruction__content {
    order: 2;
    margin-right: 0;
    margin-left: 80px;
}

.payment-instruction__item:nth-child(2n) .payment-instruction__image,
.payment-instruction__reverse .payment-instruction__image {
    order: 1;
}

.shop__list {
    display: grid;
    grid-gap: 45px;
    grid-template-columns: 1fr 1fr;
}

.shop__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 40px 40px;
    display: flex;
    flex-direction: column;
    transition: all .25s ease-in-out;
}

.shop__item:hover {
    box-shadow: 0 12px 36px 0 rgba(0, 0, 0, .2);
    transform: translateY(-4px);
}

.shop__item-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.shop__content {
    max-width: 300px;
    width: 100%;
    color: #000;
    margin-top: 30px;
}

.shop__content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}

.shop__content p {
    max-width: 265px;
    font-size: 18px;
    line-height: 25px;
}

.shop__image {
    max-width: 166px;
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop__image img {
    max-width: 100%;
}

.shop__item-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 35px;
    margin-top: auto;
    border-top: 1px solid #E9E9E9;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #202124;
}

.shop__item-bottom p span {
    font-size: 18px;
    line-height: 25px;
}

.shop__item-bottom-disc {
    position: absolute;
    left: 0;
    bottom: -35px;
 /*   text-decoration: line-through; */
    color: #9909E3;
    font-size: 14px;
    line-height: 25px;
}

.shop__button {
    width: 186px;
    height: 40px;
    background-color: #9909E3;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}


/* MEDIA */
@media only screen and (max-width: 1200px) {
  
}
@media only screen and (max-width: 1080px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {

}