@media all 
{

.page-title h2
{
	margin-bottom: 25px;
}

.page-title h2 + .link-more
{
	margin-top: -50px;
}

.page-title #banner-top + h2
{
	margin-top: 0;
}

.page-title #banner-top
{
	background-color: #fff;	
	margin-left: -20px;
	margin-right: -20px;
	top: -20px;
	position: relative;	
}	

.page-title #banner-top .side
{
	border-top: 1px solid #c6cadb;
	background: linear-gradient(#FFF, #ecedf2);
}

.page-title #banner-top .side div
{
	display: block;
	font-weight: 300;
	padding: 15px;
	border-bottom: 1px solid #c6cadb;
	font-size: 1.1rem;
	background-image: url(../img/icons/icon-check-circle.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 28px 28px;
	color: #6b718b;
	padding-left: 60px;
}

.page-title #banner-top .banner-title
{
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	height: 300px;
	position: relative;
}

.page-title #banner-top .banner-title .prop-loading
{
	background-image: url(../img/progress.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
	height: 10px;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: calc(50% - 50px);
	opacity: 0.5;
}

.page-title #banner-top #banner-title
{
	display: block;
	background-color:#dde0ec;
}

.page-title .partners
{
	margin-top: 30px;
	margin-bottom: 20px;
	border: 1px solid #c6cadb;
	background-color: #fff;
	position: relative;
	font-size: 0;
	text-align: center;
}

.page-title .partners .shoproku
{
	padding: 10px;
}

.page-title .partners .others
{
	padding: 10px;	
}

.page-title .partners img
{
	max-width: 120px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.page-title .partners img
{
	filter: grayscale();
	opacity: 0.5;	
}

.page-title .partners img:hover
{
	filter: none;
	opacity: 1;
}

.page-title .products.low .item
{
	width: 100%;
}

.page-title .articles .item
{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c6cadb;
	overflow: hidden;
}

}


@media (max-width: 767px) {

#MEDIA-MOBILE-ONLY------------------------------
{
}

.page-title #banner-top .banner-title
{
	background-position: center center;
}

}


@media (min-width: 768px) {

#MEDIA-TABLET------------------------------
{
}


.page-title #banner-top .side
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 300px;
}

.page-title #banner-top .banner-title .prop-loading
{
	left: calc(50% - 180px);
}

.page-title #banner-top .side div
{
	height: 33.33%;
	padding-top: 24px;	
	background-position: 20px center;
	padding-left: 70px;
}

.page-title #banner-top .banner-title
{
	background-size: auto;
}

.page-title .partners .shoproku,
.page-title .partners .others
{
	display: inline-block;
	vertical-align: middle;
}

.page-title .partners img
{
	margin: 10px 15px;
}

.page-title .products.low .item
{
	width: 50%;
}

}

@media (min-width: 992px) {

#MEDIA-DESKTOP------------------------------
{
}

.page-title #banner-top
{
	margin-left: -30px;
	margin-right: -30px;
	top: -30px;
}	

.page-title .col-articles
{
	float: left;
	width: 45%;
	padding-right: 15px;
}

.page-title .col-sales
{
	float: left;
	width: 55%;
	padding-left: 15px;
}

.page-title .products.low .item
{
	width: 100%;
}

.page-title .products.low .item:nth-child(5),
.page-title .products.low .item:nth-child(6)
{
	display: none;
}

.page-title .articles .item
{
	height: 264px;
}

}


@media (min-width: 1250px) {

#MEDIA-LARGE------------------------------
{
}

.page-title #banner-top .banner-title
{
	height: 350px;
}

.page-title #banner-top .banner-title .prop-loading
{
	left: calc(50% - 230px);
}


.page-title #banner-top .side
{
	width: 330px;
}

.page-title #banner-top .side div
{
	padding-top: 32px;	
}

.page-title .partners img
{
	max-width: 250px;
}

.page-title .products.low .item:nth-child(5),
.page-title .products.low .item:nth-child(6)
{
	display: none;
}



}

@media (min-width: 1440px) {

#MEDIA-ULTRA------------------------------
{
}

.page-title #banner-top
{
	margin-left: -40px;
	margin-right: -40px;
	top: -40px;
}

.page-title #banner-top .banner-title
{
	height: 390px;
}

.page-title #banner-top .side div
{
	padding-top: 34px;	
	font-size: 1.3em;
	padding-left: 80px;
	background-position: 30px center;
	background-size: 30px 30px;
}

.page-title .col-articles
{
	width: 35%;
}

.page-title .col-sales
{
	width: 65%;
}

.page-title .products.low .item
{
	width: 50%;
}

.page-title .products.low .item:nth-child(6),
.page-title .products.low .item:nth-child(5)
{
	display: inline-block;
}

.page-title .articles .item
{
	height: 195px;
}

}


@media (min-width: 1919px) {

#MEDIA-FULLHD------------------------------
{
}

.page-title .products.tips .item:nth-child(6)
{
	display: none;
}

.page-title .articles .item
{
	height: 205px;
}

}