.tv-service-view {
  padding-bottom: 40px;
}
.tv-service-view .service-tariff-list-container .service-title {
  font-size: 32px;
}
.tv-service-view .service-tariff-list-container .service-title h3 {
  text-transform: none;
}
.tv-service-view .tariffs-channel-compare-container {
  max-width: 810px;
  margin: 40px auto 45px;
}
.tv-service-view .tariffs-channel-compare-container h4 {
  width: max-content;
  background: #f7aa18;
  color: #fff;
  margin: 0 auto 40px;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 0 25px;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.tv-service-view .tariffs-channel-compare-container h4:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-top-color: transparent;
  margin-left: 10px;
  position: relative;
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .tv-service-view .tariffs-channel-compare-container h4 {
    width: initial;
    max-width: 400px;
    font-size: 20px;
    min-height: 50px;
  }
}
.tv-service-view .tariffs-channel-compare-container .channel-list {
  display: none;
  overflow-x: auto;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row {
  display: flex;
  height: 60px;
  align-items: stretch;
  padding: 10px 0 10px 30px;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row:nth-child(even) {
  background: #F9F9F9FF;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row:nth-child(even) > div {
  background-color: #f9f9f9;
  position: relative;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row:nth-child(even) > div:before,
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row:nth-child(even) > div:after {
  content: '';
  display: block;
  width: 100%;
  height: 9px;
  background-color: #f9f9f9;
  position: absolute;
  left: 0;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row:nth-child(even) > div:before {
  top: -9px;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row:nth-child(even) > div:after {
  bottom: -8px;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row > div:first-child {
  flex: 1;
  min-width: 150px;
  display: flex;
  align-items: center;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row > div:first-child img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  object-position: center;
  margin-right: 15px;
  background: #fff;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row > div:not(:first-child) {
  min-width: 125px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row.item > div {
  min-height: 100%;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row.item > div:not(:first-child) {
  font-size: 0;
  border-right: 1px solid #c7c7c7;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row.item > div:not(:first-child).enabled {
  background-image: url("../images/icons/checkmark_icon_green.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 24px;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row.item > div:not(:first-child).disabled {
  background-image: url("../images/icons/close_icon_red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.tv-service-view .tariffs-channel-compare-container .channel-list .list-row.item > div:last-child {
  border-right: none;
}
@media (max-width: 992px) and (max-height: 400px) {
  .tv-service-view .tariffs-channel-compare-container .channel-list .list-row {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tv-service-view .tariffs-channel-compare-container .channel-list .list-row.head div {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .tv-service-view .tariffs-channel-compare-container .channel-list {
    margin-right: -15px;
    padding-right: 30px;
  }
  .tv-service-view .tariffs-channel-compare-container .channel-list .list-row.head div {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.tv-service-view .tariffs-channel-compare-container.open h4:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 5px;
}
.tv-service-view .tariffs-channel-compare-container.open .channel-list {
  display: block;
}
.tv-tariff-view .main-info-container h1 span {
  font-family: NeoSansPro, sans-serif;
  font-weight: normal;
}
.tv-tariff-view .main-info-container .sidebar .price-block {
  padding-bottom: 12px;
}
.tv-tariff-view .main-info-container .sidebar .price-block .old-price .value {
  font-size: 16px;
}
.tv-tariff-view .main-info-container .sidebar .price-block .value.red {
  color: #ff0000;
}
.tv-tariff-view .tariff-tv-channels h3 {
  font-family: NeoSansProBold, sans-serif;
}
.tv-tariff-view .tariff-tv-channels h3 span {
  font-family: NeoSansPro, sans-serif;
  font-weight: normal;
}
/*# sourceMappingURL=tv.css.map */