.service-info a {
	color: #0056a2;
}

.service-join a {
	color: #0056a2;
}

.popup-channel__container {
	min-width: 70vh;
}

@media only screen and (max-width: 980px) {
	.page-header__basket-form.active {
		bottom: unset;
	}

	.popup-channel__container {
		min-width: 1vh;
	}

	.static-header__background {
		webkit-filter: blur(45px) saturate(2) brightness(0.8);
		filter: blur(45px) saturate(2) brightness(0.8);
	}
}

.tariff-form__header[aria-disabled='true'] {
    opacity: 0.5;
}

div[id^="wait_"] 
{ 
	display: none !important; 
	background: none !important; 
	border: 0 !important; 
	color: #000000; 
	font-family: Verdana, Arial, 
	sans-serif; font-size: 11px; 
	font-style: normal !important; 
	font-variant: normal !important; 
	font-weight: normal; 
	letter-spacing: normal !important; 
	line-height: normal; 
	padding: 0 !important; 
	position: absolute; 
	text-align: center !important; 
	text-indent: 0 !important; 
	width: 0px !important; 
	height: 0px !important; 
	word-spacing: normal !important; 
	z-index: 0; 
	content: ""; 
}

.tariff-detail__desc a
{
	color: #0056a2;
}

.hide
{
	display: none;
}

.homelist__col--table {
	max-height: 720px;
}

.breadcrumbs__item a.breadcrumbs__link {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.news-detail__title {
		line-height: 1.8rem;
	}
}

.tariffs__type-icon {
	opacity: 1;
}

.basket__bottom-discount {
	font-weight: 600;
    color: #8EC166;
    font-family: 'Source Sans Pro';
    font-size: 17px;
    margin-top: 5px;
}

.tariff-form__bottom-col .basket__bottom-discount {
	margin-top: 0px;
}

.tariff-form__bottom-desc {
	margin-top: 20px;
}

@media screen and (max-width: 980px)
{
	.basket__bottom-discount {
		margin-top: -15px;
		margin-bottom: 2rem;
	}
}

.announce_info-block {
	margin-top: 3rem;
}

.static-desc li {
	list-style-type: disc;
	margin-left: 20px;
}

@media screen and (max-width: 980px)
{
	.static-desc li {
		margin-left: 17px;
	}
}


.mobile {
	display: none;
}

@media screen and (max-width: 980px)
{
	.mobile {
		display: unset;
	}

	.desktop {
		display: none;
	}
}

.scroll-content table:not(.homelist__table) td:nth-child(1) {
    max-width: 10rem;
}

.scroll-content table:not(.homelist__table) td:nth-child(2) {
    max-width: 100%;
}

.scroll-content table:not(.homelist__table) td:nth-child(3) {
    max-width: 10rem;
}

.scroll-content table:not(.homelist__table) td:nth-child(4) {
    max-width: 11rem;
}

@media screen and (max-width: 980px)
{
	.scroll-content table:not(.homelist__table) td:nth-child(3) {
	    width: 10rem;
	}

	.scroll-content table:not(.homelist__table) td:nth-child(4) {
		width: 11rem;
	}
}

.page-header__logo {
  width: 141px;
  height: 40px;
}

@media screen and (max-width: 1550px) {
  .page-header__logo {
	  width: 110px;
	  height: 31.2px;
  }
}

@media screen and (max-width: 1440px) {
  .page-header__logo {
	  width: 100px;
	  height: 28.36px;
  }
}

@media only screen and (max-width: 980px) {
  .page-header__logo {
	  width: 69px;
	  height: 19.56px;
  }
}