@media (min-width: 1620px) {
}

@media (min-width: 1200px) {
	.container {
		max-width: 1420px !important;
		width: calc(100% - 15px) !important;
	}
}

@media screen and (max-width: 1200px) {
	body{
		font-size: 16px;
	}
	.navbar-brand img{
		max-width: 160px;
	}
	header .nav-link{
		font-size: 16px;
	}
	.top-panel *{
		font-size: 14px;
	}
	.top-pic-first{
		height: 16px;
		width: auto;
	}
	.top-pic-2{
		width: 16px;
		height: auto;
	}
	.top-panel .btn-danger{
		font-size: 11px;
	}
	.home-slider .owl-dot:before{
		font-size: 16px;
	}
	.home-slider .owl-dot{
		margin-bottom: 30px;
	}
	.section-title{
		font-size: 32px;
	}
	.tarif-card h3{
		font-size: 22px;
	}
	.tarif-card p{
		font-size: 16px;
	}
	.tarif-card h4{
		font-size: 42px; 
	}
	.ip-tv-section .section-title{
		font-size: 22px;
	}
	.ip-tv-block h2{
		font-size: 42px;
	}
	.ip-tv-block h3{
		font-size: 22px;
	}
	.ip-tv-block h4{
		font-size: 32px;
	}
}

@media (orientation: portrait){

}

@media (orientation: landscape) and (max-width: 992px) {

}

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

}

@media screen and (max-width: 992px) {
	.news-card-date{
		padding: 7px 15px;
	}	
	.news-card-date p{
		font-size: 22px;
	}
	.connect-title, .connect-white-box h3{
		font-size: 22px;
	}
	.home-slider .owl-dot{
		width: 100px;
	}
	.ip-tv-section .section-title{
		margin-left: -35px;
		width: calc(100% + 35px);
	}
}

@media screen and (max-width: 768px) {	
	.ip-tv-section{
		background-size: 100% 100%;
	}
	.ip-tv-section .section-title{
		margin-left: 0;
		width: 100%;
	}
	.ip-tv-section .section-title{
		background: transparent;
		color: #fff;
	}
	.footer-contacts, .footer-contacts a{
		font-size: 14px;
	}
}

@media screen and (max-width: 568px) {	
	.section-title{
		font-size: 26px;
	}	
	.top-panel *{
		font-size: 12px;
	}
	.home-slider .owl-dot{
		width: 60px;
		margin-bottom: 8px;
	}
	.home-slider .owl-dot:before{
		font-size: 12px;
		top: -2px;
	}
	.section-title{
		font-size: 22px;
	}
	footer .nav .nav-item{
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 440px) {
	.container-fluid{
		width: 100%;
	}
}