body{
	font-family: 'SF UI Text', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.45;
	color: #000;	
	background: #f5eee6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: none;
}

.dropdown-menu.show {
	max-height: 334px;
    overflow-x: hidden;
    overflow-y: auto;	
}

.home-slider .owl-dots{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.article-share-box img{
	height: 40px;
	width: auto;
}

.text-decoration-underline {
	text-decoration: underline;
}

.text-decoration-underline:hover, .text-decoration-underline:active, .text-decoration-underline:focus {
	text-decoration: none;
}

.home-slider .owl-dot{
	position: relative;
	width: 170px;
	border-top: 2px solid #fff !important;
	text-align: left;
	display: block;
	margin-bottom: 50px;
	outline: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.8;
}

.home-slider .owl-dot:last-child{
	margin-bottom: 0;
}

.home-slider .owl-dot.active{
	opacity: 1;
}

.uppercase{
	text-transform: uppercase;
}

.home-slider .owl-dots {
    counter-reset: dots;
}

.home-slider .owl-dot.active:after{
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 0;
	border-top: 3px solid #ea2340;
	animation-duration: 6s;
	animation-name: slider_animation;	
}

@keyframes slider_animation {
	from {
		width: 0%; 
	}
	to {
		width: 100%;
	}
}

.home-slider .owl-dot:before {
    counter-increment:dots;
    content: '0' counter(dots);
	color: #fff;
	position: relative;
	top: 4px;
	font-size:24px;
	font-weight: bold;
}

.container-fluid{
	max-width: 1520px;
	width: calc(100% - 30px);
}

.bg-black{
	background: #1c1d24;
}

.top-panel{
	position: relative;
	z-index: 2000;
}

.btn-danger{
	background: #ea2340;
}

.top-panel *{
	font-size: 16px;
}

.top-pic-last:hover{
	transform: scale(1.2);
}

.tarif-card img.w-75{
	transition: all 0.5s linear;
}

.tarif-card:hover img.w-75{
	transform: scale(1.2);
}

.top-panel a.text-white{
	border-bottom: 1px solid transparent;
}

.top-panel a.text-white:hover{
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	transition: all 0.3s linear;
}

.top-panel button.text-white:hover, .top-panel button.text-white:active, .top-panel button.text-white:focus{
	text-decoration: none;
	color: #ea2340 !important;
	transition: all 0.3s linear;
}

.top-pic-first{
	height: 22px;
	width: auto;
}

.top-pic-last{
	height: 26px;
	transition: all 0.5s linear;
	width: auto;
}

.top-pic-2{
	width: 22px;
	height: auto;
}

header{
	background: #ea2340;
}

header .nav-link{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	transition: color linear 0.2s;
}

footer .nav-link{
	font-size: 20px;
}

header .nav-link:hover{
	color: #000;
}

.navbar-brand img{
	max-width: 280px;
	height: auto;
}

.section-title{
	background: #ea2340;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	font-size: 46px;
	padding: 10px 40px;
}

.section-title.whited{
	background: #f5eee6;
}

.section-title.whited{
	color: #ea2340;
}

.tarif-card{
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 4px #333;
}

.city-bgrnd{
	background: url('../img/city_bgrnd.jpg') no-repeat bottom center;
	background-size: contain;
}

.bg-news{
	background: url('../img/bgrnd_bottom.jpg') no-repeat bottom right;
	background-size: cover;	
}

.news-card-date{
	position: absolute;
	left: -10px;
	bottom: 30px;
	padding: 5px 15px 15px 15px;
	background: #1c1d24;
	text-align: center;
	color: #fff;
}

.news-card-image{
	position: relative;
}

.news-card-date *{
	color: #fff !important;
}

.news-card-date p{
	font-size: 46px;
	margin-bottom: 0;
	font-weight: bold;
}

.news-card, .news-card:hover, .news-card:active, .news-card:focus{
	text-decoration: none;
}

.white-line{
	width: 100%;
	height: 0;
	border-bottom: 1px solid #fff;
}

.gray-text{
	color: #494a50;
}

.line-gray{
	width: 100%;
	height: 0;
	border-bottom: 1px solid #494a50;
}

.footer-contacts, .footer-contacts a{
	font-size: 16px;
}

.page-item.active .page-link{
	background-color: #ea2340;
    border-color: #ea2340;	
}

.page-link{
	color: #ea2340;
}

.page-link:hover{
	color: #111;
}

.tarif-card h3{
	font-size: 43px;
	font-weight: 500;
	color: #ea2340;
}

.tarif-card p{
	font-size: 22px;
	color: #999ca5;
	font-weight: 500;
}

.ip-tv-section{
	background: url('../img/ip-tv-bgrnd.jpg') no-repeat left center;
	background-size: 60% 100%;
}

.btn{
	transition: all 0.3s linear;
}

.tarif-card h4{
	font-size: 64px;
	color: #ea2340;
}

.ip-tv-block h2{
	font-size: 65px;
	font-weight: 500;
	padding: 10px 30px;
	color: #ea2340;
	background: #f5eee6;
}

.text-orange{
	color: #ea2340;
}

.ip-tv-block h3{
	font-size: 30px;
}

.ip-tv-block h4{
	font-size: 48px;
	font-weight: bold;
}

.navbar-toggler{
	border: 1px solid #111;
	border-radius: 4px;
	box-shadow: none !important;
	outline: none !important;
}

.ip-tv-section .section-title{
	margin-left: -70px;
	width: calc(100% + 70px);
	padding-left: 10px;
	padding-right: 10px;
	font-size: 36px;
}

.news-card h3{
	font-size: 22px;
	font-weight: 500;
	color: #1c1d24;
	text-transform: uppercase;
	transition: all 0.4s linear;
}

.info-card{
	background: #ea2340;
	padding: 10px 40px;
	border-radius: 6px;
}

.info-ico{
	width: 70px;
	height: auto;
}

.pic-black{
	filter: brightness(0%);
}

.news-card:hover h3{
	color: #fff;
}

.news-card.darked:hover h3{
	color: #ea2340;
}

.news-card.darked p{
	color: #ea2340;
}

header .active .nav-link{
	color: #000;
}

.map{
	background: #f5eee6;
	border: 3px solid #ea2340;
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	height: 80vh;
}

.map iframe{
	width: 100%;
	height: 100%;
}

footer .active .nav-link, footer .nav-link:hover{
	text-decoration: underline;
}

.contact-form-parent{
	border-radius: 6px;
	box-shadow: 0 0 6px #ccc;
}

.contact-form-parent h3{
	color: #ea2340;
	font-size: 24px;
}

.contact-form-parent .form-control, .connect-form .form-control{
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	padding-left: 0;
	padding-right: 0;
}

.text-red{
	color: #ea2340;
}

.connect-icon{
	width: 36px;
	height: auto;
}

.connect-left-box .btn-light{
	color: #ea2340;
	font-size: 18px;
}

.btn-connect.active{
	background-color: #333 !important;
	border-color: #333 !important;
	color: #fff !important;
}

.connect-title{
	color: #ea2340;
	background: #f5eee6;
	border-radius: 8px;
	box-shadow: 0 0 8px #666;
}

.connect-left-box{
	background: #ea2340;
	border-radius: 8px;
	box-shadow: 0 0 8px #ccc;
}

.search-panel{
	display: none;
}

.footer-map-point{
	width: 22px;
	height: auto;
}

.search-icon{
	cursor: pointer;
	transition: all 0.4s linear;
}

.search-icon:hover{
	transform: scale(1.1);
}

.connect-white-box{
	box-shadow: 0 0 8px #ccc;
}

.connect-white-box h3{
	background: #ea2340;
	margin-left: -3rem;
	border-radius: 0 1rem 1rem 0;
}

.search-icon{
	width: 30px;
	height: auto;
}