


/*

			FACE_CARD
		
*/


.face-card{
	padding-bottom:3pc;
}
.face-card_wrapper{
	background:#373830;
	border-left:5px solid #373830;
	height:420px;
	position:relative;
}
.face-card_content{
	position:relative;
	z-index:3;
	padding:30px 24px;
}
.face-card_heading{
	line-height:1;
	font-family:'Cleanvertising';
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding-bottom:1em;
}
.face-card_text{
	color:#fff;
	font-size:16px;
	line-height:1.4;
}
.face-card ul{
	list-style:none;
	padding:6px 0;
}
.face-card ul li{
	font-style:italic;
	color:#bab27e;
	color:#ffc000;
	font-size:13px;
	letter-spacing:-0.01em;
	line-height:1.2;
	margin-bottom:5px;
}
.face-card ul li:before{
	content:'';
	float:left;
	display:block;
	width:5px;
	height:5px;
	background:#bab27e;
	background:#373830;
	margin-right:7px;
	margin-top:6px;
	margin-left:-3px;
}
.face-card_button{
	border-radius:0;
	border:2px solid #ffc000;
	background:#ffc000;
	color:#373830;
	font-size:14px;
	font-family:'Cleanvertising';
	font-weight:bold;
	text-transform:uppercase;
	line-height:44px;
	width:100%;
	margin-top:30px;
}
.face-card_button:hover{
	background:#2c830e;
	border:2px solid #2c830e;
	color:#fff;
}
.face-card_overlay{
	z-index:1;
	left:0;
	opacity:0.8;
	background: -moz-linear-gradient(left,  rgba(204,102,28,1) 0%, rgba(204,102,28,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(204,102,28,1) 0%,rgba(204,102,28,0) 100%);
	background: linear-gradient(to right,  rgba(204,102,28,1) 0%,rgba(204,102,28,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc661c', endColorstr='#00cc661c',GradientType=1 );
}
.face-card_overlay-2{
	z-index:2;
	background:transparent url('../img/face-card-overlay-2.png');
	opacity:0.6;
}


/*

			MAIN-BUTTONS
		
*/


.main-buttons{
	padding-bottom:2pc;
}
.main-button{
	display:block;
	position:relative;
	overflow:hidden;
	margin-bottom:12px;
	line-height:64px;
	text-align:right;
	font-weight:bold;
	
	color:#fff;
	background: rgb(44,131,14);
	background: -moz-linear-gradient(left,  rgba(44,131,14,1) 0%, rgba(76,163,52,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(44,131,14,1) 0%,rgba(76,163,52,1) 100%);
	background: linear-gradient(to right,  rgba(44,131,14,1) 0%,rgba(76,163,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c830e', endColorstr='#4ca334',GradientType=1 );
}
.main-button span{
	position:relative;
	z-index:3;
	display:block;
	padding:0 1em;
	font-size:16px;
	font-family:'M PLUS Rounded 1c';
	letter-spacing:-0.025em;
}
.main-button:before{
	content:'';
	width:100%;
	height:64px;
	position:absolute;
	left:64px;
	top:0;
	background:url('../img/dots-main-button.png')no-repeat left top;
}
.main-button:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	left:0;
	top:0;
	background:rgba(234,221,83,0);
	transition:all ease 550ms;
}
.main-button .main-button_icon{
	content:'';
	width:64px;
	height:64px;
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fdf18b;
	transition:all ease 250ms;
}
.main-button .main-button_icon:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:5px;
	height:0;
	background:#cc661c;
	transition:all ease 250ms;
}
.main-button:hover .main-button_icon:before{
	height:100%;
	transition:all ease 250ms;
}

.main-button__pay-services:before{background:url('../img/dots-main-button.png')no-repeat left top}
.main-button__pay-services .main-button_icon{background:#eadd53 url('../img/icons-main-button.png')no-repeat 0 0;}
.main-button__pay-services:hover .main-button_icon{background:#eadd53 url('../img/icons-main-button.png')no-repeat 0 -64px;}

.main-button__fill-account:before{background:url('../img/dots-main-button.png')no-repeat left -40px}
.main-button__fill-account .main-button_icon{background:#eadd53 url('../img/icons-main-button.png')no-repeat -64px 0;}
.main-button__fill-account:hover .main-button_icon{background:#eadd53 url('../img/icons-main-button.png')no-repeat -64px -64px;}

.main-button__speed-test:before{background:url('../img/dots-main-button.png')no-repeat left -80px}
.main-button__speed-test .main-button_icon{background:#eadd53 url('../img/icons-main-button.png')no-repeat -128px 0;}
.main-button__speed-test:hover .main-button_icon{background:#eadd53 url('../img/icons-main-button.png')no-repeat -128px -64px;}

.main-button__write-us:before{background:url('../img/dots-main-button.png')no-repeat left -120px}
.main-button__write-us .main-button_icon{background:#eadd53 url('../img/icons-main-button.png')no-repeat -192px 0;}
.main-button__write-us:hover .main-button_icon{background:#eadd53 url('../img/icons-main-button.png')no-repeat -192px -64px;}

.main-button__webcam{background:#ffc000;color:#373830;}
.main-button__webcam:before{content:none;}
.main-button__webcam .main-button_icon:before{height:100%;background:#373830;}
.main-button__webcam .main-button_icon{background:transparent url('../img/icons-main-button.png')no-repeat -256px -128px;}
.main-button__webcam:hover .main-button_icon{background:transparent url('../img/icons-main-button.png')no-repeat -256px -128px;}

.main-button:hover{
	color:#373830;
}
.main-button:hover:after{
	background:rgba(234,221,83,1);
	transition:all ease 550ms;
}




/*

			ARTICLE
		
*/



.article{
	#padding-top:2pc;
	padding-bottom:4pc;
}
.article_poster{
	border-left:5px solid #ffc000;
	position:relative;
	max-height:360px;
	overflow:hidden;
}
.article_poster:before{
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -moz-linear-gradient(left,  rgba(36,43,34,0.6) 0%,  rgba(36,43,34,0.45) 3%, rgba(232,216,127,0.3) 55%, rgba(253,241,139,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(36,43,34,0.6) 0%,  rgba(36,43,34,0.45) 3%, rgba(232,216,127,0.3) 55%,rgba(253,241,139,0) 100%);
	background: linear-gradient(to right,  rgba(36,43,34,0.6) 0%,  rgba(36,43,34,0.45) 3%, rgba(232,216,127,0.3) 55%,rgba(253,241,139,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242b22', endColorstr='#00fdf18b',GradientType=1 );
}
.article_poster img{
	max-width:100%;
	height:auto;
}
.article_heading{
	padding:1em 0;
}
.article_text{}
.article img{
	max-width:100%;
	height:auto;
}
.article a{
	#text-decoration:none;
	font-weight:400;
}
.article ul{
	
}
.article ul li{
	padding-bottom:0.25em;
	padding-left:30px;
}
.article dt{
	font-family:'M PLUS Rounded 1c';
	letter-spacing:-0.025em;
	font-size:20px;
}
.article strong{
	font-family:'Montserrat';
	font-weight:700;
}
.article .button {
	width:240px;
	display:inline-block;
	text-transform:uppercase;
	font-size:15px;
	font-family:'Cleanvertising';
	font-weight:bold;
	color:#373830;
	background:#ffc000;
	line-height:52px;
}
.article .button:hover {
	color:#fff;
	background:#2c830e;
}

/* article option */

.article_option{
	padding:2pc 0;
}
.article_option:before,
.article_option:after{
	content:'';
	display:block;
	clear:both;
}
.article_option h3{
	padding:0 0 0.75em 0;
}
.article_option p:last-of-type{
	padding-bottom:0;
}
.article_option figure{
	position:relative;
	float:left;
	margin-right:2pc;
	#border-left:4px solid #2c830e;
}
.article_option figure:before{
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -moz-linear-gradient(left,  rgba(253,241,139,0) 0%, rgba(232,216,127,0.25) 55%, rgba(253,241,139,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(253,241,139,0) 0%, rgba(232,216,127,0.25) 55%,rgba(253,241,139,0) 100%);
	background: linear-gradient(to right,  rgba(253,241,139,0) 0%, rgba(232,216,127,0.25) 55%,rgba(253,241,139,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242b22', endColorstr='#00fdf18b',GradientType=1 );
}
.article_option .button{
	width:auto;
	padding: 0 1.5em;
}

/* article gallery */

.article_gallery{
	margin-left:-12px;
	margin-right:-12px;
}
.article_gallery li{
	padding:12px !important;
	margin:0 !important;
}
.article_gallery li figure{
	position:relative;
	overflow:hidden;
}
.article_gallery li figcaption{
	pointer-events: none;
	line-height: 1;
	padding: 1em !important;
	color: #373830 !important;
	background: #ffc000 !important;
	font-size:15px !important;
	font-weight:400;
	transition:all 200ms ease;
}
.article_gallery li:hover figcaption{
	padding: 1.5em 1em !important;
	transition:all 200ms ease;
}

.article iframe{
	width:100%;
	height:640px;
	border-top:8px solid #4ca334;
	border-bottom:1px solid #4ca334;
	padding:0 1px;
	background:#e6e6e6;
	margin-bottom:1pc;
}

.article .webcamwrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin-bottom:1pc;
	border-top:8px solid #4ca334;
}
.article .webcamiframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:0;
	border:0;
}



/*

			SECTION-SERVICES
		
*/


.section-services{
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(227,255,215,1) 50%, rgba(227,255,215,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(227,255,215,1) 50%,rgba(227,255,215,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(227,255,215,1) 50%,rgba(227,255,215,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3ffd7',GradientType=0 );
	
}
.section-services_section{
	margin-left:-6px;
	margin-right:-6px;
}
.section-services_item{
	padding:12px 6px;
}
.section-services_item_wrapper{
	background:#373830;
	position:relative;
	border-left:4px solid #ffc000;
	padding-bottom:10px;
	overflow:hidden;
}
.section-services_item h3{
	position:absolute;
	z-index:2;
	width:100%;
	top:0;
	left:0;
	color:#fff;
	text-transform:uppercase;
	font-size:21px;
	font-weight:800;
	padding:1em 0.35em 1em 0.5em;
	
	margin-left:0;
	opacity:1;
	transition:all ease 200ms;
}
.section-services_item_figure{
	position:relative;
	z-index:1;
}
.section-services_item_figure img{
	max-width:100%;
	opacity:1;
	transition:all ease 200ms;
}
.section-services_item_figure_overlay{
	#background:rgba(63,65,48,.85);
	background: -moz-linear-gradient(top, rgba(55,56,48,0.85) 0%, rgba(55,56,48,1) 100%);
    background: -webkit-linear-gradient(top, rgba(55,56,48,0.85) 0%,rgba(55,56,48,1) 100%);
    background: linear-gradient(to bottom, rgba(55,56,48,0.85) 0%,rgba(55,56,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f4130', endColorstr='#373830',GradientType=0 );
	z-index:2;
}
.section-services_item_icon{
	position:absolute;
	z-index:3;
	top:60px;
	right:10px;
	display:block;
	width:110px;
	height:110px;
	background:transparent url('../img/icons-services.png')no-repeat left center;
	
	opacity:1;
	transition:all ease 200ms;
}
.section-services_item_icon__internet{background-position:0 -220px;}
.section-services_item_icon__tv{background-position:-110px -220px;}
.section-services_item_icon__videocam{background-position:-220px -220px;}
.section-services_item_icon__wifi{background-position:-330px -220px;}
.section-services_item_icon__localnet{background-position:-440px -220px;}


.section-services_item_button{
	border:2px solid #373830;
	color:#373830;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	font-family:'Cleanvertising';
	display:block;
	line-height:44px;
	width:160px;
	
	position:absolute;
	z-index:4;
	top:50%;
	margin-top:24px;
	left:50%;
	margin-left:-80px;
	
	opacity:0;
	transition:all ease 250ms;
}
.section-services_item_link{
	z-index:3;
	text-indent:-100vw;
	background:rgba(234,221,83,0);
	transition:all ease 250ms;
}

.section-services_item:hover .section-services_item_figure img{
	opacity:0;
	transition:all ease 200ms;
}

.section-services_item:hover .section-services_item_link{
	background:rgba(63,65,48,0.85);
	background:rgba(44,131,14,0.75);
	background:rgba(234,221,83,0.95);
	transition:all ease 250ms;
}
.section-services_item:hover .section-services_item_button{
	border:2px solid #373830;
	color:#373830;
	margin-top:-24px;
	opacity:1;
	transition:all ease 250ms;
}
.section-services_item:hover .section-services_item_wrapper{
	#border-left:4px solid #4ca334;
	transition:all ease 250ms;
}
.section-services_item:hover h3{
	margin-left:-20px;
	opacity:0;
	transition:all ease 250ms;
}
.section-services_item:hover .section-services_item_icon{
	right:-20px;
	opacity:0;
	transition:all ease 250ms;
}


/*

			SECTION-BULLETS
		
*/


.section-bullets{
	padding:90px 0;
	background:#e3ffd7 url(../img/dots-bullets.png) no-repeat left bottom;
}
.section-bullets_item{}
.section-bullets_item_text{
	font-family:'M PLUS Rounded 1c';
	letter-spacing:-0.025em;
	font-size:17px;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#373830;
	display:inline-block;
	vertical-align:middle;
	padding:0;
}
.section-bullets_item_icon{
	display:inline-block;
	vertical-align:middle;
	width:80px;
	height:80px;
	background:url('../img/icons-bullets.png') no-repeat 0 0;
}
.section-bullets_item_icon__discount{background-position:0 0;}
.section-bullets_item_icon__equipment{background-position:-80px 0;}
.section-bullets_item_icon__connection{background-position:-160px 0;}
.section-bullets_item_icon__speed{background-position:-240px 0;}
.section-bullets_item_icon__support{background-position:-320px 0;}


/*

			SECTION-NEWS
		
*/


.section-news{}
.section-news_heading{
	background:#4ca334;
}
.section-news_heading h2{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
}
.section-news_section {
    margin-left: -12px;
    margin-right: -12px;
	padding:60px 0;
}
.section-news_item{
	padding:0 15px;
}
.section-news_item_wrapper{
	background:#373830;
	position:relative;
	border-bottom:5px solid #f9eb77;
	border-bottom:5px solid #ffc000;
	transition:all ease 200ms;
}
.section-news_item_figure{
	position:relative;
	z-index:1;
	height:240px;
	overflow:hidden;
}
.section-news_item_figure img{
	max-width:100%;
	height:auto;
}
.section-news_item_figure_overlay{
	background: -moz-linear-gradient(top,  rgba(55,56,48,0) 0%, rgba(55,56,48,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(55,56,48,0) 0%,rgba(55,56,48,1) 100%);
	background: linear-gradient(to bottom,  rgba(55,56,48,0) 0%,rgba(55,56,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f4130', endColorstr='#373830',GradientType=0 );
}
.section-news_item_text{
	position:relative;
	z-index:1;
	height:140px;
}
.section-news_item_text h3{
	color:#fff;
	line-height:1;
	
	position:absolute;
	width:100%;
	left:0;
	bottom:136px;
	padding:0 24px;
	
	transition:all ease 200ms;
}
.section-news_item_text p{
	color:#bbbbbb;
	overflow:hidden;
	font-size:14px;
	padding:0;
	max-height:7em;
	
	position:absolute;
	width:100%;
	left:0;
	bottom:24px;
	padding:0 24px;
	
	transition:all ease 200ms;
}
.section-news_item_info{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
}
.section-news_item_info_label{
	font-family:'PT Sans Caption';
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#cc661c;
	line-height:1;
	padding:10px;
	
	position:absolute;
	left:0;
	top:0;
}
.section-news_item_info_date{
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:1;
	padding:10px;

	position:absolute;
	right:0;
	top:0;
}
.section-news_item_link{
	z-index:3;
}
.section-news_item:hover .section-news_item_wrapper{
	border-color:#4ca334;
	transition:all ease 200ms;
}
.section-news_item:hover .section-news_item_text p{
	transform:translateY(-16px);
	transition:all ease 200ms;
}
.section-news_item:hover .section-news_item_text h3{
	color:#58c23b;
	transform:translateY(-24px);
	transition:all ease 200ms;
}

/* small items*/

.section-news_small-items{
	padding:0 15px;
}
.section-news_small-item{
	position:relative;
	margin-bottom:30px;
}
.section-news_small-item:last-child{
	margin-bottom:0px;
}
.section-news_small-item_figure{
	float:left;
	width:148px;
	height:108px;
	overflow:hidden;
	border-bottom:3px solid #ffc000;
	transition:all ease 200ms;
}
.section-news_small-item_figure img{
	height: 100%;
	width: auto;
}
.section-news_small-item_figure_overlay{}
.section-news_small-item_text{
	float:left;
	width:100%;
	width:calc(100% - 148px);
	padding-left:15px;
}
.section-news_small-item_text h3{
	font-size:16px;
	color:#373830;
	padding:0;
	margin:0 0 6px;
	line-height:1.1;
	max-height:2em;
	transition:all ease 200ms;
}
.section-news_small-item_text p{
	font-size:13px;
	line-height:1.3;
	max-height:5.2em;
	overflow:hidden;
	padding-bottom:0;
}
.section-news_small-item_date{
	position:absolute;
	left:0;
	top:0;
	
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:1;
	padding:10px;
}
.section-news_small-item_link{
	z-index:3;
}
.section-news_small-item:hover .section-news_small-item_text h3{
	color:#58c23b;
	transition:all ease 200ms;
}
.section-news_small-item:hover .section-news_small-item_figure{
	border-color:#4ca334;
	transition:all ease 200ms;
}

/* buttons */

.section-news_buttons{
	text-align:center;
	padding-bottom:60px;
}
.section-news_button{
	width:240px;
	display:inline-block;
	text-transform:uppercase;
	font-size:15px;
	font-family:'Cleanvertising';
	font-weight:bold;
	color:#373830;
	background:#ffc000;
	line-height:52px;
}
.section-news_button:hover{
	color:#fff;
	background:#4ca334;
}


/*

			SECTION-ABOUT
		
*/


.section-about{
	background:#e3ffd7;
	background:#e3ffd7;
	padding:48px 0;
	position:relative;
	overflow:hidden;
}
.section-about_figure{
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	background:url('../img/section-about-img.jpg') no-repeat center;
	background-size:cover;
}
.section-about_figure img{
	width:100%;
	display:none;
}
.section-about_text{
	padding:0 0 0 40px;
}
.section-about_text h2{
	border-bottom:1px solid #5c5c5c;
	color:#373830;
	text-transform:uppercase;
	letter-spacing:-0.025em;
	line-height:1;
	margin-bottom:30px;
	font-size:30px;
	padding:0;
	padding-bottom:1em;
	font-weight: 800;
}
.section-about_text p{
	font-size:17px;
}
.section-about_logo{
	margin-top:2pc;
}
.section-about_logo img{
	display:inline-block;
}
.section-about_buttons{
	text-align:center;
	position:relative;
	margin-top:-3pc;
	z-index:2;
}
.section-about_button{
	width:240px;
	display:inline-block;
	text-transform:uppercase;
	font-size:15px;
	font-family:'Cleanvertising';
	font-weight:bold;
	color:#373830;
	background:#ffc000;
	line-height:52px;
}
.section-about_button:hover{
	color:#fff;
	background:#4ca334;
}


/*

			SECTION-MAP
		
*/


.section-map{
	border-top:7px solid #4ca334;
}
.section-map_iframe{
	display:block;
	width:100%;
	height:600px;
}



/*

			NEWS-GRID
		
*/

.news-grid{}
.news-grid_heading{
	background:#4ca334;
}
.news-grid_heading h2{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
}
.news-grid_section {
    margin-left: -12px;
    margin-right: -12px;
	padding:0;
}
.news-grid_item{
	padding:0 15px 30px;
}
.news-grid_item_wrapper{
	background:transparent;
	position:relative;
	border-bottom:5px solid #f9eb77;
	border-bottom:5px solid #ffc000;
	transition:all ease 200ms;
}
.news-grid_item_figure{
	position:relative;
	z-index:1;
	height:240px;
	overflow:hidden;
}
.news-grid_item_figure img{
	max-width:100%;
	height:auto;
	opacity:1;
	transition:all ease 200ms;	
}
.news-grid_item_figure_overlay{
	background: -moz-linear-gradient(top,  rgba(255,255,248,0) 0%, rgba(255,255,248,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,248,0) 0%,rgba(255,255,248,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,248,0) 0%,rgba(255,255,248,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f4130', endColorstr='#373830',GradientType=0 );
}
.news-grid_item_text{
	position:relative;
	z-index:1;
	height:140px;
}
.news-grid_item_text h3{
	color:#373830;
	line-height:1;
	width:100%;
	padding:0 12px;
	position:absolute;
	left:0;
	bottom:120px;
	transition:all ease 200ms;
}
.news-grid_item_text p{
	color:#5c5c5c;
	overflow:hidden;
	font-size:14px;
	padding:0 12px;
	width:100%;
	position:absolute;
	left:0;
	max-height:4.5em;
	max-height:5.5em;
	bottom:14px;
	bottom:18px;
	transition:all ease 200ms;
}
.news-grid_item_info{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
}
.news-grid_item_info_label{
	font-family:'PT Sans Caption';
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:#cc661c;
	line-height:1;
	padding:10px;
	
	position:absolute;
	left:0;
	top:0;
}
.news-grid_item_info_date{
	font-weight:bold;
	font-size:14px;
	color:#fff;
	line-height:1;
	padding:10px;

	position:absolute;
	right:0;
	top:0;
}
.news-grid_item_link{
	z-index:3;
}
.news-grid_item_wrapper:hover{
	border-color:#4ca334;
	transition:all ease 200ms;
}
.news-grid_item_wrapper:hover .news-grid_item_text h3{
	color:#58c23b;
	transform:translateY(-24px);
	transition:all ease 200ms;
}
.news-grid_item_wrapper:hover .news-grid_item_text p{
	transform:translateY(-16px);
	transition:all ease 200ms;
}
.news-grid_item_wrapper:hover .news-grid_item_figure img{
	opacity:0.7;
	transition:all ease 200ms;	
}


/* hotnews */

.news-grid_item__hotnews .news-grid_item_figure_overlay{
	background: -moz-linear-gradient(top,  rgba(55,56,48,0) 0%, rgba(55,56,48,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(55,56,48,0) 0%,rgba(55,56,48,1) 100%);
	background: linear-gradient(to bottom,  rgba(55,56,48,0) 0%,rgba(55,56,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f4130', endColorstr='#373830',GradientType=0 );
}
.news-grid_item__hotnews .news-grid_item_wrapper {
    background: #373830;
}
.news-grid_item__hotnews .news-grid_item_text h3{
	color:#fff;	
	position:absolute;
	left:0;
	bottom:136px;
	padding:0 24px;
}
.news-grid_item__hotnews .news-grid_item_text p{
	color:#bbbbbb;
	position:absolute;
	left:0;
	max-height:7em;
	bottom:18px;
	padding:0 24px;
}
.news-grid_item__hotnews .news-grid_item_figure{
	height: 240px;
	overflow: hidden;
	margin-bottom:0px;
}
.news-grid_item__hotnews .news-grid_item_wrapper:hover .news-grid_item_text h3{
	transform:translateY(-24px);
	transition:all ease 200ms;
}
.news-grid_item__hotnews .news-grid_item_wrapper:hover .news-grid_item_text p{
	transform:translateY(-16px);
	transition:all ease 200ms;
}




/*

			TABLE CHANNELS

*/


.table-channels{
	margin:1pc 0;
}
.table-channels td{
	color:#ccc;
}
.table-channels td:first-child{
	padding:0 10px;
}
.table-channels td:first-child a{
	display: block;
	position: relative;
	padding: 10px 0px 10px 120px;

	color: #5c5c5c;
	text-decoration: none;
	font-weight: 500;
}
.table-channels td:first-child a:hover{
	color: #cc661c;
	text-decoration: underline;
}
.table-channels td:first-child img{
	position: absolute;
	top: 0;
	left: 20px;
}

.table-channels td.available:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:48px;
	height:32px;
	background:transparent url('../img/icons-check.png')no-repeat center center;
	transform:scale(0.75);
}



/*

			TARIFFS

*/


.tariffs{
	width:840px;
	margin:0 auto 2pc;
}
.tariffs:before,
.tariffs:after{
	content:'';
	clear:both;
	display:block;
}
.tariff{
	float:left;
	margin:0 2px;
	width:276px;
	background: #FFFDD7;
	border-top: 2px solid #ffc000;
}

.tariff__two{
	background: #E3FFD7;
	border-top: 2px solid #4CA334;
}
.tariff__three{
	background: #FFF3D7;
	border-top: 2px solid #cc661c;
}

.tariff_heading{
	font-size:24px;
	font-weight:bold;
	text-align: center;
	color:#373830;
}
.tariff_heading__one{}
.tariff_heading__two{}
.tariff_heading__three{}

.tariff_price{
	color:#fff;
	line-height:2;
	text-align:center;
	font-weight:700;
	font-family: 'Cleanvertising';
	font-size:30px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.tariff_price__one{
	background:#ffc000;
}
.tariff_price__two{
	background:#4CA334;
}
.tariff_price__three{
	background:#cc661c;
}

.tariff_list{
	padding:1pc 0.5pc 0;
	list-style: none;
}
.tariff_list li{
	font-size:16px;
	padding:0.5pc 1pc !important;
	border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.tariff_list li:last-child{
	border:none;
}
.tariff_list li strong{
	font-size:20px;
	font-weight:700;
}
.tariff_list li em{
	font-weight:700;
	font-style: normal;	
}

.tariff_icon{}
.tariff_icon__tv{}
.tariff_icon__list{}
.tariff_icon__control{}
.tariff_icon__star{}
.tariff_icon__pause{}
.tariff_icon__camera{}
.tariff_icon__audio{}
.tariff_icon__clock{}

.tariff_button{
	display: block !important;
	width:160px !important;
	margin:1.5pc auto !important;
	text-align: center;

	background: #ffc000;
	color:#333;
	text-decoration: none;
	line-height: 3;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}





.scroll-to-top{
	position: fixed;
	z-index: 12;
	bottom: -4pc;
	right: 2pc;
	width: 66px;
	height: 66px;
	display: block;
	border: 2px solid #110c0a;
	background: #f7bd00;
	border-radius: 1px;
	opacity: 0;
	transition: all ease 250ms;
}
.scroll-to-top__shown {
	bottom: 2pc;
	opacity: 1;
	transition: all ease 250ms;
}
.scroll-to-top:before{
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	margin: 28px 24px 0;
	border-left: 2px solid #110c0a;
	border-top: 2px solid #110c0a;
	border-radius: 0 0 2px;
	transform: rotate(45deg);
	transition: all ease 250ms;
}
.scroll-to-top:hover {
	background:#2c830e;
}
.scroll-to-top:hover:before {
	border-color: #110c0a;
}



/*

			SITE-FOOTER
		
*/



.site-footer{
	background:#4ca334;
	padding:64px 0 0;
	position:relative;
}
.site-footer_logo{}
.site-footer_logo img{
	display:inline-block;
}
.site-footer_text{
	padding-right:2em;
}
.site-footer_text h3{
	color:#2c3628;
	padding:1.5em 0;
}
.site-footer_text p{
	font-size:16px;
	color:#fff;
}

.site-footer_block{}
.site-footer_block h4{
	font-size:20px;
	color:#2c3628;
	padding-bottom:1.5em;
}
.site-footer_block ul{
	list-style:none;
	padding:0;
}
.site-footer_block ul li{}
.site-footer_block ul li a{
	display:block;
	color:#e3ffd7;
	font-size:16px;
	line-height:1.75em;
	text-decoration:none;
	transition:all ease 200ms;
}
.site-footer_block ul li a:hover{
	#text-decoration:underline;
	color:#fdf18b;
	color:#f7bd00;
	transition:all ease 200ms;
}
.site-footer_block p{
	color:#e3ffd7;
	font-size:16px;
}
.site-footer_block p{}
.site-footer_phone{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	transition:all ease 200ms;
	
	font-family:'M PLUS Rounded 1c';
	letter-spacing:-0.035em;
}
.site-footer_phone:hover{
	color:#fdf18b;
	color:#f7bd00;
	transition:all ease 200ms;
}
.site-footer_bottom{
	background:#2c3628;
	margin-top:104px;
	position:relative;
}
.site-footer_bottom:before{
	content:'';
	position:absolute;
	left:0;
	bottom:100%;
	width:100%;
	height:104px;
	background:#4ca334 url('../img/footer-dots.png') no-repeat left bottom;
}
.site-footer_ownership{
	float:left;
}
.site-footer_ownership p{
	display:inline-block;
	line-height:24px;
	padding:24px 1em;
	color:#e3ffd7;
	font-size:16px;
}
.site-footer_ownership p a{
	color:#e3ffd7;
}
.site-footer_ownership p a:hover{
	color: #cc661c;
	text-decoration:none;
}
.site-footer_copyright{
	float:right;
}
.site-footer_copyright p{
	line-height:24px;
	padding:24px 1em;
	color:#e3ffd7;
	font-size:16px;
}




/*

		CALLBACK WIDGET
		
*/

.callback-widget{
	position:fixed;
	z-index:20;
	left:2pc;
	bottom:2pc;
}

/* button */

.callback-widget-button{
	position:relative;
	width:80px;
	height:80px;
	border-radius:50%;
	background:#f7bd00;
	border:1px solid #fff;
	overflow:hidden;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	transition:all ease 250ms;
}
.callback-widget-button:hover{
	background:#4ca334;
	transition:all ease 250ms;
}
.callback-widget-button_icon{
	display:block;
	text-align:center;
	font-size:32px;
	height:1em;
	line-height:1em;
	color:#110c0a;
	color:#2c3628;
	margin-top: -4px;
	margin-bottom: 2px;
}
.callback-widget-button_text{
	display:block;
	text-align:center;
	color:#110c0a;
	color:#373830;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.1;
	font-family:'M PLUS Rounded 1c';
}

/* button close */

.callback-widget-button_close{
	position:absolute;
	z-index:3;
	left:0;
	top:0;
	right:0;
	bottom:0;
	line-height:80px;
	background:#2c3628;
	background:#4ca334;
	background:#fff;
	color:#f7bd00;
	color:#2c3628;
	font-size:12px;
	opacity:0;
	transition:all ease 250ms;
}
.callback-widget-button.toggled .callback-widget-button_close{
	opacity:1;
	transition:all ease 250ms;
}

/* button animation */

.callback-widget-button_animation{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
}






/* links */

.callback-widget-links{
	position:absolute;
	left:0;
	bottom:95px;
	width:245px;
	padding:8px 0px;
	
	#border:2px solid #110c0a;
	background:#f7bd00;
	background:#fff;
	border-radius:6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	
	left:-100vw;
	opacity:0;
	transform:translateY(-30px);
	transition: opacity ease 300ms 0ms, transform ease 300ms 0ms, left ease 0ms 300ms;
}
.callback-widget-links.toggled{
	left:0;
	transform:translateY(0px);
	opacity:1;
	transition: opacity ease 200ms, transform ease 200ms;
}
.callback-widget-link{
	text-decoration:none;
	display:block;
	color:#110c0a;
	font-size:15px;
	font-weight:400;
	line-height:48px;
}
.callback-widget-link:before{
	margin:0 1pc;
	font-size:36px;
	width:1em;
	height:1em;
	vertical-align: middle;
}
.callback-widget-link__facebook:before{
	color:#0084ff;
}
.callback-widget-link__viber:before{
	color:#7c529d;
}
.callback-widget-link__telegram:before{
	color:#2ca5e0;
}
.callback-widget-link__email:before{
	color:#ff8400;
}




/*

		CALLBACK LIGHTBOX
		
*/

.lb-callback{}

/* links */

.lb-callback-link{
	text-decoration:none;
	display:block;
	color:#110c0a;
	font-size:15px;
	font-weight:400;
	line-height:48px;
}
.lb-callback-link:before{
	margin:0 1pc;
	font-size:36px;
	width:1em;
	height:1em;
	vertical-align: middle;
}
.lb-callback-link__facebook:before{
	color:#0084ff;
}
.lb-callback-link__viber:before{
	color:#7c529d;
}
.lb-callback-link__telegram:before{
	color:#2ca5e0;
}
.lb-callback-link__email:before{
	color:#ff8400;
}



