body:not([data-mobile="aside"]) .aside-filters {
    display: none;
}

.navbar-premium-btn{
	display: none !important;
}

#appSearchSection{
	margin-top: 30px;
}


.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.p150 {
	padding: 0 150px;
}
.img-centered {
	display: block;
	margin: 0 auto;
}
.img-responsive {
	max-width: 100%;
}
.section-title {
	font-weight: bold;
	font-size: 5rem;
	line-height: 6.1rem;
	color: var(--color-black);
	text-align: center;
	margin-top: 0;
	margin-bottom: 5rem;
}

#section-top {
	height: 1140px;
	background: var(--color-blue) url('../img/top-bg.jpg') center center no-repeat;
	background-size: cover;
	color: var(--color-white);
	padding: 10rem 0;
}
#section-top .logo {
	text-align: center;
	margin-bottom: 7rem;
}
#section-top .logo>a {
	display: inline-block;
	text-decoration: none;
}
#section-top .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 128px;
	padding-left: 200px;
	margin-bottom: 8rem;
}
#section-top .item:last-child {
	margin-bottom: 0;
}
#section-top .item-1 {
	background: url(../img/top-icon-1.svg) left center no-repeat;
}
#section-top .item-2 {
	background: url(../img/top-icon-2.svg) left center no-repeat;
}
#section-top .item-3 {
	background: url(../img/top-icon-3.svg) left center no-repeat;
}
#section-top .item .title {
	font-weight: bold;
	font-size: 3rem;
	line-height: 150%;
	margin-bottom: 1rem;
}
#section-top .item .text {
	font-size: 2rem;
	line-height: 150%;
}

#section-features {
	background: var(--color-grey-bg);
	padding: 10rem 0;
}
#section-features .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#section-features .item {
	flex-basis: 370px;
	background: var(--color-white);
	box-shadow: 0px 0px 15px rgba(69, 145, 255, 0.1);
	border-radius: 5px;
	margin-bottom: 4rem;
}
#section-features .item .img {
	height: 190px;
	object-fit: contain;
}
#section-features .item-1 .img {
	background: url(../img/icon-digits-1.svg) center center no-repeat;
}
#section-features .item .title {
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 2.7rem;
	padding: 2rem 2rem 0.5rem 2rem;
}
#section-features .item .text {
	font-size: 1.5rem;
	line-height: 2.4rem;
	letter-spacing: -0.1px;
	padding: 0 2rem 3rem 2rem;
}

#section-digits {
	background: var(--color-white);
	padding: 10rem 0;
}
#section-digits .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 4rem;
}
#section-digits .item {
	flex-basis: 20%;
	text-align: center;
}
#section-digits .item .img {
	height: 64px;
	margin-bottom: 2rem;
}
#section-digits .item-1 .img {
	background: url(../img/icon-digits-1.svg) center center no-repeat;
}
#section-digits .item-2 .img {
	background: url(../img/icon-digits-2.svg) center center no-repeat;
}
#section-digits .item-3 .img {
	background: url(../img/icon-digits-3.svg) center center no-repeat;
}
#section-digits .item-4 .img {
	background: url(../img/icon-digits-4.svg) center center no-repeat;
}
#section-digits .item-5 .img {
	background: url(../img/icon-digits-5.svg) center center no-repeat;
}
#section-digits .item .digits {
	font-weight: 800;
	font-size: 3rem;
	line-height: 3.7rem;
	margin-bottom: 0.5rem;
}
#section-digits .item .text {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
}
#section-digits .p-info {
	text-align: center;
	font-weight: 500;
	font-size: 3rem;
	line-height: 150%;
	margin-bottom: 0;
}

#section-team {
	background: var(--color-grey-bg);
	padding: 10rem 0 6rem 0;
}
#section-team .items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#section-team .item {
	flex-basis: 370px;
	margin-bottom: 4rem;
}
#section-team .item .name {
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 2.7rem;
	text-align: center;
	margin-bottom: 0.5rem
}
#section-team .item .status {
	font-size: 1.15rem;
	line-height: 2rem;
	margin-bottom: 0;
	margin: 0 0 -13px 115px;
}
#section-team .item .user {
	display: flex;
	align-items: center;
	padding-left: 3.4rem;
}
#section-team .item .user-avatar {
	position: relative;
	width: 70px;
	height: 70px;
	margin-right: 1rem;
}

#section-team .item .user-avatar img {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
#section-team .item .user-info {
	
}
#section-team .item .user-name {
	position: relative;
	font-size: 1.3rem;
	line-height: 2rem;
	color: var(--color-blue);
}
#section-team .item .user-subscribers {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 2rem;
	color: var(--color-dark-grey);
	padding-left: 21px;
	background: url(../img/icon-subscribers.svg) left center no-repeat;
	margin-right: 0.65rem;
}
#section-team .item .user-likes {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 2rem;
	color: var(--color-dark-grey);
	padding-left: 21px;
	background: url(../img/icon-likes.svg) left center no-repeat;
}
