BODY {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 1.55;
	color: #000;
	background-color: #f3f3f3;
}
* {
	font-family: inherit;
	font-color: inherit;
	font-size: inherit;
}
a {
	color: inherit;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
h1 {
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	font-weight: 500;
}

#popup {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
}
#popup #popupBackground {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
#popup #popupBody {
	position: relative;
	z-index: 2;
	background: #fff;
	border-radius: 15px;
	margin: 200px auto 0 auto;
	padding-bottom: 50px;
	width: 50%;
}
#popup #popupBody p {
	padding: 40px;
}
#popup #popupBody #popupAgree {
	text-align: center;
}
#popup #popupBody #popupAgree a {
	padding: 10px 25px;
	background-color: #534d87;
	color: #fff;
}
#popup #popupBody #popupAgree a:hover {
	background-color: #212e84;
}
@media screen and (max-width: 767px) {
	#popup #popupBody {
		width: 90%;
		margin: 100px auto 0 auto;
	}
	#popup #popupBody p {
		padding: 20px 20px 40px 20px;
	}
}

#newYearPopup {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
}
#newYearPopup #popupBackground {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
  	animation: ani2 0.3s forwards;
}
@keyframes ani2 {
  0% {opacity:0;}
  100% {opacity:0.5;}
}
#newYearPopup #popupBody {
	position: relative;
	display: flex;
  	justify-content: center;
	z-index: 2;
	margin: 100px auto 0 auto;
}
#newYearPopup #popupBody img {
  	opacity: 0;
	transform: translateY(100px);
  	animation: ani 0.3s forwards;
	animation-delay: 500ms;
	height: 70vh;
}
#newYearPopup a {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 70px;
	line-height: 70px;
	padding: 0 25px;
	color: #fff;
	font-weight: 700;
	z-index: 3;
}
@media screen and (max-width: 767px) {
	#newYearPopup #popupBody {
		margin-top: 150px;
	}
	#newYearPopup #popupBody img {
		height: 95vw;
	}
	#newYearPopup a {
		top: 0px;
		right: 0px;
	}
}

#page {
	overflow-x: hidden;
	min-height: 100%;
	margin-bottom: -92px;
}
#push {
    height: 92px;
}

.pakety_kanalovPage .wr a, .helpPage .wr. a {
	background: #efefef!important;
}

.panel h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
.panel p {
	text-align: center;
	color: #322e2f;
}

.wrapper {
	position: relative;
	width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

#head {
	position: relative;
	height: 100px;
	z-index: 2;

	background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(224,224,224,1)), to(rgba(242,187,156,0.5)) );
    background-image: -webkit-linear-gradient(top, rgba(224,224,224,1), rgba(242,187,156,0.5));
    background-image: linear-gradient(to bottom, rgba(224,224,224,1), rgba(242,187,156,0.5));
}
/*#head #newyear {
	position: absolute;
	width: 100px;
	height: 62px;
    background-image: url(/images/head_center.png);
    top: 0;
	left: 50%;
	margin-left: -50px;
	opacity: 0.9;
	z-index: 1;
}
#head:before {
    width: 126px;
	content: " ";
    background-image: url(/images/head_left.png);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
	opacity: 0.6;
	z-index: 1;
}
#head:after {
    width: 101px;
	content: " ";
    background-image: url(/images/head_right.png);
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
	opacity: 0.8;
	z-index: 3;
	pointer-events: none;
	user-select: none;
}*/
#head #logo {
	display: block;
	position: relative;
	top: 20px;
	left: 10px;
	width: 200px;
	height: 61px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	opacity: 0.9;
	z-index: 2;
}
#head #slogan {
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	top: 40px;
	left: 226px;
	color: rgba(0, 0, 0, 0.65);
	z-index: 2;
}
#head #phoneCity {
	position: absolute;
    right: 375px;
    top: 17px;
    font-size: 26px;
	font-weight: 600;
	color: #909090;
	z-index: 2;
}
#head #phone {
	position: absolute;
	display: block;
	top: 44px;
	right: 375px;
	font-size: 34px;
	font-weight: 500;
	color: #303030;
	z-index: 2;
}
#head #phone:before {
	content: "";
	display: inline-block;
	background: url("/images/phone.png") no-repeat;
	background-size: cover;
	width: 20px;
	height: 20px;
	margin: 0 2px 0 0;
}
#head #orderMaster {
	position: absolute;
	display: block;
	float: right;
	top: 30px;
	right: 170px;
	color: #534d87;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #f3f3f3;
	border: 2px solid #534d87;
	padding: 12px 0 10px 0;
	font-size: 14px;
	line-height: 1;
	width: 150px;
	text-align: center;
	z-index: 2;
}
#head #orderMaster:hover {
	background-color: rgba(83, 77, 135, 0.8);
	color: #fff;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
#head #connect {
	position: absolute;
	display: block;
	float: right;
	top: 30px;
	right: 10px;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #4c9104;
	padding: 14px 0 12px 0;
	font-size: 14px;
	line-height: 1;
	width: 150px;
	text-align: center;
	z-index: 2;
}
#head #connect:hover {
	background-color: rgba(95, 187, 0, 0.8);
	color: #fff;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

#menu {
	position: relative;
	background: #f3f3f3;
	z-index: 100;
	padding: 9px 0;
}
#menu ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	text-align: center;
	justify-content: space-around;
}
#menu ul ul {
	display: none;
}
#menu ul ul:after, #menu ul ul:before {
    top: -10px;
}
#menu ul ul:after, #menu ul ul:before {
    content: '';
	width: 20px;
	height: 20px;
    position: absolute;
	left: 90px;
	transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
	background-color: #fff;
}
#menu ul>li {
	display: inline-block;
	position: relative;
	padding: 15px 0;
}
#menu ul>li:first-child {
	display: none;
}
#menu ul>li:last-child {
	margin-right: 0px;
}
#menu ul>li a {
	display: block;
	text-transform: uppercase;
}
#menu ul>li a span {
	position: relative;
	padding: 3px 0;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-weight: 300;
	white-space: nowrap;
}
#menu ul>li.selected a span, #menu ul li a span:hover {
	color: #5fbb00;
}
#menu ul>li.selected a span, #menu ul li a span:hover {
	color: #5fbb00;
}
#menu ul>li.selected a span {
	font-weight: 700;
	border-bottom: 2px solid #5fbb00;
}
#menu ul li a span:hover {
	transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#menu ul>li>a>span:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5fbb00;
    -webkit-box-shadow: inset 0px -1px 0px 0px #5fbb00;
    -moz-box-shadow: inset 0px -1px 0px 0px #5fbb00;
    box-shadow: inset 0px -1px 0px 0px #5fbb00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
}
#menu ul>li>a>span:hover:after {
    opacity: 1;
    bottom: 1px;
}
#menu li:hover ul {
	display: block;
	margin-top: 15px;
	margin-left: -60px;
	position: absolute;
	background: #fff;
	padding: 15px 0;
	-webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}
#menu li:hover ul>li {
	display: block;
	margin-right: 0;
	padding: 5px 0px;
}
#menu li:hover ul>li:last-child {
	border: 0;
}
#menu li:hover ul>li a {
	width: 200px;
	background: #fff;
	font-size: 14px;
	color: #000!important;
	text-decoration: none;
	text-align: center;
}
#menu li:hover ul>li a:hover {
	color: #5fbb00!important;
}
#menu li .arrow {
	display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    width: 6px;
    border-color: inherit;
}
#menu li .arrow:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0;
    position: absolute;
    top: 45%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent;
    border-top-color: inherit;
}

.innerPage #menu {
	border-bottom: 1px solid #e2e2e2;
}

#main {
	position: relative;
}
#main #textHead {
	padding: 30px 0;
}
#main #textHead .breadcrumbs {
	color: #534d87;
	font-size: 14px;
}
#main #textHead .breadcrumbs a {
	color: #534d87;
	padding-right: 10px;
}
#main #textHead .breadcrumbs a:nth-child(n+2) {
	padding-left: 10px;
}
#main #textHead .breadcrumbs a:hover {
	color: #f87013;
	transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#main #textHead .breadcrumbs span {
	color: #f87013;
	padding-left: 10px;
}

#channelsContainer {
	background-color: #e0e0e0;
}
#channels {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	justify-content: space-around;
	padding: 80px 0px 80px 0;
}
#channels a {
	text-decoration: none!important;
}
#channels .channel {
	width: 290px;
	height: 320px;
	padding: 30px;
	text-align: center;
	background-color: rgb(243, 243, 243);
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
	color: #000000;
  	opacity: 0;
	transform: translateY(100px);
  	animation: ani 0.3s forwards;
}
#channels .channel:hover {
	background-color: #a1cb76 !important;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
}
#channels .channel .icon {
	margin-bottom: 10px;
}
#channels .channel .icon img {
	width: 150px;
}
#channels .channel .title {
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
#channels .channel .description {
	font-size: 16px;
	font-weight: 300;
}

#banner {
	display: block;
	position: relative;
	z-index: 1;
	height: 405px;
	background-color: #000;
	overflow: hidden;
}
.banner {
	display: none;
	position: absolute;
	width: 100%;
	height: 405px;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
}
.banner:first-child {
	display: block;
}
.banner #bannerTitle {
	font-size: 65px;
	line-height: 65px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 50px;
	padding-left: 7px;
}
.banner #bannerText {
	font-size: 17px;
	line-height: 17px;
	color: #ccc;
	padding-top: 25px;
	padding-left: 10px;
}
#banner .bannerBtn {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -25px;
	color: #534d87;
	font-size: 50px;
	opacity: 0.9;
	cursor: pointer;
	background-color: rgba(243, 243, 243, 0.8);
	border-radius: 90px;
	text-align: center;
	z-index: 999;
}
#banner .bannerBtn:hover {
	color: #FFF;
	background-color: rgba(95,187,0,1) !important;

	-webkit-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
	-moz-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
	-o-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
	transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
}
#banner .bannerBtn svg {
	position: relative;
	top: 10px;
	left: 13px;
	width: 15px;
}
#banner #leftBanner {
	left: 30px;
}
#banner #leftBanner svg {
	left: 11px;
	transform: rotate(-180deg);
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari and Chrome */
}
#banner #rightBanner {
	right: 30px;
}

#buttons {
	position: relative;
}
#buttons .wr {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
#buttons .wr a {
	position: relative;
	display: inline-block;
	height: 275px;
	width: 33%;
	margin-right: 0.5%;
	padding-top: 50px;
	background: #fff;
	vertical-align: top;
	text-align: center;
}
#buttons .wr a i {
	display: block;
	margin: 0 auto;
	width: 55px;
	height: 50px;
	font-size: 51px;
	color: #534d87; /*#424242 #534d87*/
	background-position: center center;
	background-repeat: no-repeat;
}
#buttons .wr a b {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	margin-top: 20px;
	color: #212e84;
	text-transform: uppercase;
	font-weight: bold;
}
#buttons .wr a p {
	display: block;
	width: 225px;
	margin: 15px auto 0 auto;
	font-size: 12px;
	line-height: 20px;
}
#buttons .wr a:last-child {
	margin-right: 0;
}
#buttons .wr a:hover {
	background: #534d87;
	color: #fff;
}
#buttons .wr a:hover b {
	color: inherit;
}
#buttons .wr a:hover i {
	color: #fff;
}

#alert {
	text-align: center;
	padding: 17px 0 13px 0;
	color: #000;
	font-weight: bold;
}
#alert.selected {
	background-color: #fff;
	background: url(/images/join.png);
}

#news {
	position: relative;
}
.itc-slider-wrapper {
	background-color: #dcdaee;
	padding: 50px 0;
}
.itc-slider-items {
	--gap: 1rem;
	gap: var(--gap);
}
.itc-slider-item {
	position: relative;
	flex: 0 0 calc(50% - var(--gap) / 2);
	left: 25vw;
	text-align: center;
	opacity: 0.4;
}
.itc-slider-item.itc-slider-item-active {
	opacity: 1;
}
.itc-slider-item img {
	height: 400px;
}

.itc-slider-indicators {
    position: absolute;
    right: 0;
    bottom: 21px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    margin: 0 15%;
    padding-left: 0;
    list-style: none;
}
.itc-slider-indicator {
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    background-color: #f3f3f3;
    background-clip: padding-box;
	border: 0;
	border-radius: 8px;
    cursor: pointer;
}
.itc-slider-indicator.itc-slider-indicator-active {
	background-color: #4c9104 !important;
}
.itc-slider-indicator:hover {
	background-color: #4c9104 !important;
	transition: background-color ease-in-out .2s;
}

#news .itc-slider-btn::before {
	display: none;
}
#news .itc-slider-btn {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	color: #534d87;
	font-size: 50px;
	opacity: 0.9;
	cursor: pointer;
	background-color: rgba(243, 243, 243, 0.8);
	border-radius: 90px;
	text-align: center;
	z-index: 999;
}
#news .itc-slider-btn:hover {
	color: #FFF;
	background-color: rgba(95,187,0,1) !important;

	-webkit-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
	-moz-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
	-o-transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
	transition: background-color ease-in-out .2s,border-color ease-in-out .2s;
}
#news .itc-slider-btn svg {
	position: relative;
	width: 15px;
}
#news .itc-slider-btn-prev {
	left: 25vw;
	margin-left: -20px;
}
#news .itc-slider-btn-prev svg {
	left: -1px;
	transform: rotate(-180deg);
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari and Chrome */
}
#news .itc-slider-btn-next {
	right: 25vw;
	margin-right: -20px;
}
#news .itc-slider-btn-next svg {
	right: -1px;
}

#map {
	position: relative;
	height: 400px;
	overflow: hidden;
}
#map iframe {
	position: relative;
	width: 100%;
	height: 400px;
	z-index: 1;
}
#map .contacts {
	position: absolute;
	top: 75px;
	left: 75px;
	width: 250px;
	height: 250px;
	padding: 40px 20px 20px 20px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 20px;
	text-align: left;
	color: #000000;
	z-index: 2;
}
#map .contacts h3 {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#map .contacts p {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.55;
}

#twitter {
	position: relative;
	margin-top: 50px;
	padding: 50px 0;
	background: #fff;
}
#twitter ul {
	position: relative;
	display: block;
	margin-top: 30px;
}
#twitter ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 23.2%;
	height: 300px;
	margin-right: 2%;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}
#twitter ul li:last-child {
	margin-right: 0;
}
#twitter ul li .twLogoAcc {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
}
#twitter ul li .twLogo {
	position: absolute;
	top: 17px;
	right: 13px;
	opacity: 0.3;
	z-index: 2;
}
#twitter ul li .twLogoAcc img {
	width: 30px;
	height: 30px;
}
#twitter ul li .twName {
	position: absolute;
	top: 16px;
	left: 55px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	z-index: 2;
}
#twitter ul li .twLink {
	position: absolute;
	top: 30px;
	left: 55px;
	font-size: 11px;
	z-index: 2;
}
#twitter ul li .twTxt {
	display: block;
	position: relative;
	padding: 55px 15px 10px 15px;
	z-index: 1;
	font-size: 12px;
	line-height: 20px;
}
#twitter ul li .twPic {
	height: 112px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
#twitter ul li .twDate {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 7px 15px;
	text-align: right;
}

#footer {
	position: relative;
	padding: 25px 10px;
	background-color: #534d87;
	font-size: 14px;
	color: #ffffff;
}
#footer #copyright {
	position: absolute;
	top: 5px;
}
#footer ul {
	position: relative;
	text-align: center;
}
#footer ul li {
	display: inline-block;
	padding: 0 5px;
	height: 40px;
}
#footer ul li span {
	position: relative;
	top: 4px;
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}
#footer ul li a {
	display: inline-block;
}
#footer ul li a img {
	height: 40px;
	width: auto;
}

.news {
	position: relative;
	width: 100%;
}
.news .item {
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #828181;
}
.news .item:last-child {
	border: 0;
}
.news .item .photo {
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 100px;
	height: 70px;
	background-size: cover;
	background-position: center center;
	z-index: 2;
}
.news .item .txt {
	position: relative;
	padding: 0 0 0 130px;
	min-height: 70px;
	z-index: 1;
}
.news .item .txt b {
	display: block;
	color: #000;
	padding-bottom: 5px;
}

.list_post {
	text-align: center;
	padding: 30px 0  10px 0;
}
.list_post a {
	padding: 0 3px;
}
.list_post a.selected {
	color: #000;
}

#txt p {
	padding-bottom: 10px;
	line-height: 20px;
}
#txt a {
	color: rgb(83, 77, 135);
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
}

#join {
	margin: 20px 0 40px 0;
}
#join label {
	display: block;
	width: 400px;
	margin: 0 auto 10px auto;
	color: rgb(0, 0, 0);
	font-size: 14px;
    line-height: 1.55;
}
#join input, #join textarea, #join select {
	display: block;
	padding: 0 20px;
	color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
    height: 40px;
	width: 360px;
	margin: 0 auto 20px auto;
	border-radius: 0px;
}
#join select {
	width: 402px;
	padding: 0 16px;
}
#join textarea {
	padding-top: 10px;
	width: 360px;
	height: 85px;
}
#join input[type=submit], #join input[type=button] {
	width: 220px;
    font-size: 18px;
	font-weight: 600;
    height: 40px;
	background-color: #534d87;
	color: #fff;
	border: 0;
	padding: 0px 15px;
	margin-bottom: 0;
	margin-top: 30px;
}
#join a {
	display: inline-block;
	color: #0069ff;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
	margin-top: 5px;
	text-decoration: underline;
}
.joinPage #join input[type=submit], .joinPage #join input[type=button] {
	width: 400px;
}

#join #agree {
	position: relative;
	width: 370px;
	margin: 10px auto;
}
#join #agree input {
	position: absolute;
	top: 0;
	left: 0;
	display:inline-block;
	width:15px;
	z-index: 2;
	height: 20px;
}
#join #agree label {
	display: block;
	position: relative;
	padding-left: 25px;
	z-index: 1;
}
#join #agree a {
	margin-top: 0;
}

.selectDiv {
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 400px;
}
.selectDiv div {
	display: inline-block;
	margin: 0 0 20px 0;
}
.selectDiv div a {
	flex: 0 0 25%;
	padding: 10px!important;
	color: #000!important;
	text-decoration: none!important;
	margin-right: 5px!important;
	background-color: #e0e0e0;
	white-space:nowrap;
}
.selectDiv a:last-child {
	margin-right: 0!important;
}
.selectDiv a.three {
	width: 90px!important;
}
.selectDiv a:hover {
	color: #fff!important;
	background-color: #534d87!important;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.selectDiv a.selected {
	color: #fff!important;
	background-color: #534d87!important;
}
.selectDiv a.hidden {
	background-color: #999999!important;
}

.error {
	position: relative;
	text-align: center;
	background-color: #534d87;
	padding: 7px 0;
	color: #fff;
	margin-bottom: 10px;
}
.error a {
	color: #fff!important;
}

.ok {
	position: relative;
	text-align: center;
	background-color: #534d87;
	padding: 7px 0;
	color: #fff;
	margin-bottom: 10px;
}
.ok a {
	color: #fff!important;
}

#dirs {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	justify-content: space-around;
	margin: 20px 0 50px 0;
}
#dirs a {
	text-decoration: none!important;
}
#dirs .dir_link {
	width: 290px;
	height: 290px;
	padding: 30px;
	text-align: center;
	background-color: rgb(224, 224, 224);
    border-radius: 0px;
	background-color: rgb(224, 224, 224);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	color: #000000;
}
#dirs .dir_link:hover {
	background-color: #a1cb76 !important;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
}
#dirs .dir_link i {
	display: block;
	margin: 50px auto 40px auto;
	width: 100px;
	height: 100px;
	font-size: 102px;
	color: #534d87;
	background-position: center center;
	background-repeat: no-repeat;
}
#dirs .dir_link:hover i {
	color: #fff;
	transition: color 0.2s ease-in-out;
}
#dirs .dir_link b {
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
#dirs .dir_link p {
	font-size: 16px;
	font-weight: 300;
}

#dirs h2 {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding: 0 15px;
	font-size: 17px;
}
/*#dirs {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}
#dirs .dir_link {
	position: relative;
	display: inline-block;
	height: 260px;
	width: 33%;
	padding-top: 50px;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	background: #efefef;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;

	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
    color: #000000;
}
.pakety_kanalovPage .dir_link:nth-child(3n+1) {
	margin-right: 0!important;
}
#dirs .dir_link:hover {
	background: #534d87;
	color: #fff;
}
#dirs .dir_link:hover b {
	color: inherit;
}
#dirs .dir_link i {
	display: block;
	margin: 0 auto;
	width: 55px;
	height: 50px;
	font-size: 51px;
	color: #534d87;
	background-position: center center;
	background-repeat: no-repeat;
}
#dirs .dir_link:hover i {
	color: #fff;
}
#dirs .dir_link b {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	margin-top: 20px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
#dirs .dir_link p {
	display: block;
	width: 225px;
	margin: 5px auto 0 auto;
	font-size: 12px;
	line-height: 20px;
}*/

.docPage .dir_link:nth-child(3n) {
	margin-right: 0!important;
}

#helpDirInfo {
	text-align: center;
    color: #000000;
	margin-top: 10px;
}
#helpDirInfo #helpDirInfoTitle {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
#helpDirInfo #helpDirInfoDescription {
	font-size: 16px;
	font-weight: 300;
}

#helpDirs {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	justify-content: space-around;
	padding: 80px 0px 10px 0;
}
.pakety_kanalovPage #helpDirs {
	padding-top: 40px;
}
.pakety_kanalovPage #helpDirs .helpDir {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 10px 0px;
}
.pakety_kanalovPage #helpDirs .helpDir:hover {
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3) !important;
}
#helpDirs a {
	text-decoration: none!important;
}
#helpDirs .helpDir {
	margin: 0 20px 40px 20px;
	width: calc(33.3333% - 40px);
	min-height: 117px;
	height: auto;
	text-align: center;
	background-color: rgb(224, 224, 224);
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px;
	color: #000000;
  	opacity: 0;
	transform: translateY(100px);
  	animation: ani 0.3s forwards;
}
@keyframes ani {
  0% {opacity:0; transform:translateY(100px);}
  100% {opacity:1; transform: translateY(0);}
}
#helpDirs .helpDir:nth-child(1n+0), #channels .channel:nth-child(1n+0) {
	animation-delay: 200ms;
}
#helpDirs .helpDir:nth-child(2n+0), #channels .channel:nth-child(2n+0) {
	animation-delay: 400ms;
}
#helpDirs .helpDir:nth-child(3n+0), #channels .channel:nth-child(3n+0) {
	animation-delay: 600ms;
}
#helpDirs .helpDir:nth-child(4n+0) {
	animation-delay: 800ms;
}
#helpDirs .helpDir:nth-child(5n+0) {
	animation-delay: 1000ms;
}
#helpDirs .helpDir:nth-child(6n+0) {
	animation-delay: 1200ms;
}
#helpDirs .helpDir:nth-child(7n+0) {
	animation-delay: 1400ms;
}
#helpDirs .helpDir:nth-child(8n+0) {
	animation-delay: 1600ms;
}
#helpDirs .helpDir:nth-child(9n+0) {
	animation-delay: 1800ms;
}
#helpDirs .helpDir.small {
	width: calc(25% - 40px);
	min-height: 140px;
	height: auto;
}
#helpDirs .helpDir:hover {
	background-color: #a1cb76 !important;
	box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.10) !important;
}
#helpDirs .helpDir .icon {
	margin-top: 30px;
}
#helpDirs .helpDir .icon img {
	width: auto;
	height: 100px;
}
#helpDirs .helpDir .title {
	margin: 20px 0 15px 0;
	padding: 0 20px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}
#helpDirs .helpDir.small .title {
	text-transform: none;
	font-weight: 400;
}
#helpDirs .helpDir .description {
	margin: 5px 0 20px 0;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 300;
}

#faq .question:first-child {
	border-top: 0;
}
.faqTitle {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
	background-color: #534d87;
	text-align: center;
}
.faqMore {
	text-align: center;
}
.faqMore img {
	width: 30px!important;
	margin-right: 10px;
}
.faqMore a {
	text-decoration: none!important;
}
.faqMore a span {
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
.faqMore a:hover span {
	text-decoration: underline;
}

#helpItems, #searchItems {
	position: relative;
	padding-bottom: 20px;
}
#helpItems h2, #searchItems h2 {
	color: #000;
	text-transform: uppercase;
	font-size: 17px;
	margin: 20px 0;
	text-align: center;
}
#helpItems .question, #searchItems .question {
	position: relative;
	border-top: 1px solid #534d87;
}
#helpItems .question a.title, #searchItems .question a.title {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	padding: 11px 30px 10px 0;
}
#helpItems .question:last-child, #searchItems .question:last-child {
	border-bottom: 1px solid #534d87;
}
#helpItems .question a.title svg, #searchItems .question a.title svg {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	padding: 7px;
	top: 50%;
	right: 0;
	margin-top: -19px;
	transform: rotate(0deg);
	border-radius: 45px;
	background-color: #f3f3f3;
	transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#helpItems .question a.title:hover svg, #searchItems .question a.title:hover svg {
	background-color: #a1cb76;
}
#helpItems .question a.title.selected svg, #searchItems .question a.title.selected svg {
	transform: rotate(45deg);
}
#helpItems .question a.title i, #searchItems .question a.title i {
	position: absolute;
	display: block;
	top: 15px;
	right: 10px;
	width: 12px;
	height: 8px;
}
#helpItems .question .answer, #searchItems .question .answer {
	display: none;
	width: 100%!important;
	position: relative;
	padding: 0 0 30px 0;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 300;
}
#helpItems .question .answer a, #searchItems .question .answer a {
	color: rgb(83, 77, 135);
}
#helpItems img {
	width: 100%!important;
}
#txt img {
	width: 100%!important;
}

#helpCall {
	margin: 50px 0;
	font-size: 18px;
	line-height: 1.55;
	text-align: center;
	font-weight: 700;
	color: #000000;
}
#helpCall #helpCallQuestion {
	text-transform: uppercase;
}
#helpCall #helpCallUs {
	font-weight: 300;
}
#helpCall #helpCallPhone {
	font-size: 22px;
	text-decoration: none;
}
#helpCall #helpCallPhone a {
	color: #000000;
	text-decoration: none;
}

#listItems {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 40px auto;
	width: 700px;
}
#listItems .kanal {
	position: relative;
	width: 120px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	margin: 0 10px 20px 10px;
}
#listItems .kanal .logos {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
	opacity: 1;
	width: auto;

	z-index: 1;
}
#listItems .kanal .info {
	display: none;
	position: relative;

	z-index: 2;
}
#listItems .kanal .info p {
	padding: 0;
	margin: 0;
	text-align: center!important;
}
#listItems .kanal .info a {
	color: #132a87;
	font-weight: bold;
}
#listItems .kanal:hover .logos {
	opacity: 0.2;
}
#listItems .kanal:hover .info {
	display: inline-block;
}

#back {
	position: absolute;
	top: 40px;
	left: 15px;
	color: #000!important;
	opacity: 0.4;
	text-decoration: none!important;
}
.helpPage #back {
	top: 0!important;
	left: 25px;
}
#back:hover {
	opacity: 1;
	color: #1584f5!important;
}

.pakety_cifrovih_kanalovPage #helpDirs .wr a {
	background: #efefef;
	color: #000;
}

#userButtons {
	position: relative;
	background-color: #707bcb;
	background-image: url(/images/logos.png);
	height: 130px;
}
#userButtons #userPanel {
	position: relative;
	display: inline-block;
	width: 60%;
	height: 130px;
}
#userButtons #userPanel a {
	display: block;
	position: absolute;
}
#userButtons #userPanel a:hover {
	text-decoration: underline;
}
#userButtons #userPanel a#change {
	top: 40px;
	left: 0;
	color: #fff;
	font-size: 30px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
#userButtons #userPanel a#exit {
	top: 75px;
	left: 0;
	color: #ccc;
	font-size: 13px;
	width: 100%;
	text-align: center;
}
#userButtons #btnsPanel {
	position: relative;
	display: inline-block;
	width: 40%;
	height: 130px;
	background-color: #fff;
	vertical-align: top;
}
#userButtons #btnsPanel .btn {
	position: relative;
	display: inline-block;
	width: 49.6%;
	background-color: #fff;
	height: 130px;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	vertical-align: top;
}
#userButtons #btnsPanel .btn:last-child {
	border-right: 0;
}
#userButtons #btnsPanel .btn a {
	display: block;
	position: relative;
	padding: 23px 0;
}
#userButtons #btnsPanel .btn img {
	display: inline-block;
	text-align: center;
}
#userButtons #btnsPanel .btn span {
	display: block;
}

#tv a {
	color: #534d87;
}
.channel {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding-bottom: 20px;
}
.channel a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}
.channel .programm {
	display: block;
	padding-right: 20px;
}
.programm .time {
	display: inline-block;
	width: 50px;
	font-weight: bold;
	font-size: 14px;
}

.timeLine {
	display: block;
	margin-bottom: 20px;
}
.timeLine a {
	text-decoration: none!important;
}
.timeLine .date {
	display: inline-block;
	padding: 10px 0 10px 0;
	margin-right: 20px;
}
.timeLine .date.selected {
	border-bottom: 3px solid #534d87;
}

#accounts {
	border-bottom: 1px solid #555555;
}
#accounts tr {
	border-bottom: 1px solid #d9d9d9;
}
#accounts tr:first-child {
	border-bottom: 1px solid #555555;
}
#accounts td {
	padding: 7px 0 3px 0;
}
#accounts input {
	position: relative;
	display: inline-block;
	top: -2px;
}
#account_btns {
	position: relative;
	text-align: right;
	margin-top: 25px;
	padding-right: 25px;
}
#account_btns .btn {
	display: inline-block;
	border: 1px solid #000;
	font-style: italic;
	padding: 5px 20px;
	margin-left: 5px;
	color: #000;
	text-decoration: none;
}

#info {
}
#info tr {
}
#info td {
	padding-bottom: 5px;
}
#info tr td:first-child {
	font-weight: bold;
	padding-right: 25px;
}

#joinForm {
	display: none;
}

.noBr {
	white-space: nowrap;
}

#txt .wrapper img {
	width: 100%;
}

@media screen and (max-width: 1300px) {
	#head #connect {
		right: 50px;
	}
	#head #orderMaster {
		right: 210px;
	}
	#head #phoneCity {
		right: 415px;
	}
	#head #phone {
		right: 415px;
	}

	#news .itc-slider-item {
		position: relative;
		flex: 0 0 70%;
		left: 15vw;
		text-align: center;
	}
	#news .itc-slider-btn-prev {
		left: 14vw;
	}
	#news .itc-slider-btn-next {
		right: 14vw;
	}
}
@media screen and (max-width: 1200px) {
	.wrapper {
		width: calc(100% - 20px);
			padding: 0 10px!important;
	}

	#txt .wrapper, #textHead .wrapper {
		padding: 0 10px!important;
	}

	.itc-slider-item img {
		height: 300px;
	}
}
@media screen and (max-width: 1100px) {
	#head #slogan {
		left: 216px;
		font-size: 14px;
	}
	#head #phoneCity {
		right: 385px;
	}
	#head #phone {
		right: 385px;
	}

	#channels .channel {
		width: 260px;
		padding: 30px 20px;
	}
	#helpDirs .helpDir {
		width: 600px;
		height: auto;
		margin-bottom: 40px!important;
	}
	#helpDirs .helpDir .icon {
		margin-top: 30px;
	}

	#dirs .dir_link {
		width: 260px;
		padding: 30px 20px;
	}
}
@media screen and (max-width: 980px) {
	#head #slogan {
		top: 72px;
		left: 88px;
	}
	#head #phoneCity {
		top: 30px;
		font-size: 16px;
	}
	#head #phone {
		font-size: 24px;
	}
	#head #phone:before {
		width: 12px;
    	height: 12px;
	}

	#menu ul>li a {
		font-size: 16px;
	}

	#channels .channel {
		width: 600px;
		padding: 30px;
		margin-bottom: 15px;
	}
	#channels .channel .title {
		margin-top: 50px;
	}

	#dirs .dir_link {
		width: 600px;
		height: 200px;
		padding: 30px;
		margin-bottom: 15px;
	}
	#dirs .dir_link .title {
		margin-top: 50px;
	}
	#dirs .dir_link i {
		margin-top: 10px;
	}

	#search {
		width: 70%!important;
	}
	.faqTitle {
		font-size: 22px;
	}

	#banner #leftBanner {
		left: 3%;
	}
	#banner #rightBanner {
		right: 3%;
	}

	#news .itc-slider-btn-prev {
		left: 30px;
	}
	#news .itc-slider-btn-next {
		right: 30px;
	}
}

@media screen and (max-width: 767px) {

	#head {
		height: 170px;
	}
	#head:after {
		opacity: 0.3;
		z-index: 1;
	}
	#head #phoneCity {
		right: 10px;
		color: #707070;
	}
	#head #phone {
		right: 10px;
	}
	#head #orderMaster {
		top: 103px;
		left: 50%;
		margin-left: -170px;
	}
	#head #connect {
		top: 103px;
		left: 50%;
		margin-left: 20px;
	}

	#menu ul>li {
		display: none;
		width: 100%;
		padding: 5px 0;
	}
	#menu ul>li.open {
		display: block;
	}
	#menu ul>li:first-child {
		display: block;
	}
	#menu ul ul {
		display: block!important;
		margin: 0!important;
    	position: relative!important;
		background: none!important;
		padding: 0!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	#menu ul ul::before, #menu ul ul::after {
		display: none;
	}
	#menu ul ul li {
		padding: 2px 0!important;
	}
	#menu ul ul li a {
		width: 100%!important;
		background: none!important;
		font-size: 16px!important;
		font-weight: 300!important;
	}

	#banner {
		height: 250px;
	}
	.banner {
		height: 250px;
		background-size: cover;
	}
	.banner #bannerTitle {
		font-size: 40px;
		line-height: 40px;
		padding-top: 30px;
	}
	#banner .bannerBtn {
		font-size: 30px;
		margin-top: -15px
	}

	#channels {
		padding: 45px 10px 40px 10px;
	}
	#channels .channel {
		width: 100%;
		padding: 20px;
		height: auto;
	}

	#helpDirs .helpDir {
		width: 100%;
		padding: 20px;
	}
	#helpDirs .helpDir .icon {
		margin-top: 20px;
	}

	#buttons {
		margin: 0 0 30px 0;
	}
	#buttons a {
		display: block!important;
		width: 100%!important;
		border-bottom: 1px solid #e1e1e1;
	}
	#twitter li {
		display: none!important;
		width: 100%!important;
		height: auto!important;
		padding-bottom: 25px;
	}
	#twitter li:first-child {
		display: block!important;
	}

	#helpDirs a {
		display: block!important;
		width: 100%!important;
		border-bottom: 1px solid #e1e1e1;
	}
	#back {
		display: block;
		position: relative;
		top: -20px;
		left: 0;
		text-align: center;
	}

	#txt .wrapper, #textHead .wrapper {
		padding: 0 10px!important;
	}
	#txt iframe {
		width: 100%;
	}

	.timeLine {
		padding-left: 5px;
	}
	.channel {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding-bottom: 20px;
	}
	#txt .wrapper img {
		width: 100%;
	}

	#buttons {
		margin: 0 0 30px 0;
	}
	#dirs a {
		display: block!important;
		width: 100%!important;
		border-bottom: 1px solid #e1e1e1;
	}

	#listItems {
		width: 100%;
	}

	#accounts td {
		padding-right: 10px;
	}

	.notImportant {
		display: none;
	}

	#news .itc-slider-item {
		flex: 0 0 100%;
    	left: 0vw
	}
	#news .itc-slider-item img {
		width: auto;
		height: 200px;
	}

	#map {
		height: auto;
	}
	#map iframe {
		height: 300px;
	}
	#map .contacts {
		position: relative;
		top: 0;
		left: 0;
		border-radius: 0;
		width: 100%;
		height: auto;
		padding-bottom: 40px;
		box-shadow: none;
		background-color: #f3f3f3;
	}

	#footer ul {
		position: relative;
		width: 150px;
		margin-left: 40%;
	}
	#footer ul li {
		height: 25px;
	}
	#footer ul li span {
		font-size: 14px;
	}
	#footer ul li a img {
		height: 25px;
		width: auto;
	}

	#join label {
		width: 350px;
	}
	#join input, #join textarea, #join select {
		width: 310px;
	}
	#join select {
		width: 352px;
	}
	#join textarea {
		width: 310px;
	}

	.joinPage #join input[type=submit], .joinPage #join input[type=button] {
		width: 352px;
	}

	.selectDiv {
		width: 350px;
	}
}

#garland {
	position: absolute;
	top: -5px;
	left: 0;
	background-image: url('/images/christmas.png');
	height: 36px;
	width: 100%;
	overflow: hidden;
	z-index: 99
}
#nums_1 {
	padding: 100px;
}
.garland_1 {
	background-position: 0 0;
}
.garland_2 {
	background-position: 0 -36px;
}
.garland_3 {
	background-position: 0 -72px;
}
.garland_4 {
	background-position: 0 -108px;
}

.snowflake {
	pointer-events: none;
    user-select: none;
}
