div[id^="wait_comp_"]{
   display: none !important;
}
.package_free
{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	height:120px;
	width:200px;
	border:1px solid rgba(151,151,151,0.3);
	box-sizing:border-box;
	border-radius:3px;
	transition:box-shadow 200ms ease
}

.package_free:hover
{
	box-shadow:0 5px 30px 0 rgba(0,0,0,0.1)
}

.tariffs__list-item_free
{
	margin-right:30px
}

.tariffs__tip.tip.tip_left
{
	height: auto;
	z-index: 10000;
	left: auto;

}

.tariffs__tip.tip
{
	height: auto;
	z-index: 10000;
	left: 0;
}
.news-list__item {
	background: white;
	position: relative;
}

.extra__item_ntv .text{
	cursor: default;
}

.tip__icon-source{
	object-fit: contain;
}

/*.tariffs__channels-content {
    top: calc(50% - 300px);
    position: absolute;
	max-height: 600px;
}

@media (max-width: 1024px) {
	.tariffs__channels-content {
		max-height: 456px;
	    top: calc(50% - 228px);
	    position: absolute;
	}
}*/

.hide_el::before {
	visibility: hidden;
}

.typical a {
	display: inline-block;
}

.lining a {
	display: inline-block;
}

.lining p {
    margin: 0 0;
}

.lining .button{
	display: flex;
}

.package__popular {
	z-index: 2;
}

.feedback__manual a {
	display: inline-block;
}

.sections__item.additional .tip {
	height: auto;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	pointer-events: auto;
}

.popup_media .popup__container {
	top: 0;
}

.popup_media .popup__image-source {
	height: calc(100vh - 200px);	
}

.popup_media .popup__content {
	max-height: auto;
}

.popup .input__text a {
	display: initial !important;
	border-bottom: 1px dashed rgba(110,110,110,0.5);
}

.tariffs__equipment-name {
    margin: 0 auto 10px auto;
}

.tariffs__equipment-name a {
	min-height: 34px;
	color: black;
}

.filter__button {
	flex-shrink: 0 !important;
}
/*.extra__item.extra__item_ntv .wp-scroll
{
    overflow: visible;
}

.extra__item.extra__item_ntv .wp-scroll__form
{
	overflow-x: visible;
	overflow-y: visible;
}*/

div .navigation__item  .navigation__item-title::after {
    content: "";
    position: absolute;
    margin-top: 1px;
    width: 20px;
    height: 15px;
    background: url(../img/header/rollup.svg) no-repeat center;
    transition: transform 0.2s ease-in-out;
    background-size: 14px 8px;
}

.navigation__item_is-active .navigation__item-title::after {
    transform: rotate(180deg);
}

.navigation__list:last-child {
    margin-left: 10px;
}


.popup__content {
	-webkit-overflow-scrolling: touch;
}

.line_mrgen {
	margin-top: 50px;
}

.news__wrap {
	padding: 0px;
	padding-top: 30px;
}

h1.typical__title {
    color: #377C2B;
    font: 300 48px Roboto;
    text-align: center;
    margin-bottom: 30px;
}

.popup__wrap .form__input-wrap {
	margin-bottom: 20px;
}

.popup__wrap .form__input-wrap:last-child {
	margin-bottom: 0px;
}

.input_checkbox .input__source {
    display: block;
    opacity: 0;
    position: absolute;
    visibility: visible;
}

.input_checkbox.input_theme_green-checkbox .input__source {
    display: block;
}

@media(max-width: 500px) {
.popup__wrap .form__input-wrap:last-child {
	margin-bottom: 20px;
}
}

@media(max-width: 768px){
	.footer__nav .footer__nav-title::after {
		content: "";
		position: absolute;
		margin-top: 3px;
		width: 20px;
		height: 15px;
		background: url(../img/header/rollup.svg) no-repeat center;
		transition: transform 0.2s ease-in-out;
		background-size: 14px 8px;
		transform: rotate(180deg);
		margin-left: 3px;
	}
	
	.footer__nav-title_is-active.footer__nav-title::after {
		transform: rotate(0deg);
	}
}