@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	padding-top: 0;
	padding-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	background: #eff3f6;
}

body:after, body:before {
    display: block;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	z-index: -1;
}

body:after, body:before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

body:before {
    background-size: cover;
}

body:after {
    content: "";
    background-color: #FA8BFF;
	background-image: linear-gradient(357deg, #212529 0%, #ff4b76 12%, #343a40 90%);
}

.navbar {
    background: rgba(0,0,0,.25);
    box-shadow: inset 0 -2px 5px rgb(0 0 0 / 33%);
}

body>.navbar>.container,
body>.container {
	max-width: 1024px;
}

body>.container {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	border-radius: 15px;
	min-height: 600px;
}

footer {
	color: #818181;
}

.h1, h1 {
    font-size: 2.0rem;
}

.main-grid {
	
}

.main-grid .grid-item{
	text-align: center;
}

.main-grid .grid-item .grid-body{
	padding: 10px;
    background-color: #eff3f6;
	background-image: linear-gradient(0deg, #eff3f6 0%, #eff3f6 100%);
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #eff3f6;
	display: block;
	text-decoration: none;
}

.main-grid .grid-item .grid-body:hover{
	background-color: #e5ecf1;
	background-image: linear-gradient(0deg, #e5ecf1 0%, #e5ecf1 100%);
	border: 1px solid #e5ecf1;
}

.main-grid .grid-item .grid-body .thumb{
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	margin: 10px auto;
	border-radius: 20px;
    background: #fefefe;
    display: inline-block;
    overflow: hidden;
    border: 4px solid #fff;
}

.main-grid .grid-item .grid-body .title{
	-webkit-line-clamp: 1;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 14px;
    font-weight: 700;
    color: #4e4e4e;
}

.main-grid .grid-item .grid-body .category{
	font-size: 11px;
    color: #4e4e4e;
}

.main-grid .grid-item .grid-body .description{
	color: #5c5c5c;
    font-size: 13px;
    line-height: 18px;
    height: 105px;
    overflow: hidden;
	position: relative;
	-webkit-line-clamp: 6;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    max-width: 100%;
    text-overflow: ellipsis;
}

.other-progs .main-grid .grid-item .grid-body{
	padding: 10px;
    background-color: #eff3f6;
	background-image: linear-gradient(0deg, #eff3f6 0%, #eff3f6 100%);
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #eff3f6;
	display: block;
	text-decoration: none;
}

.other-progs .main-grid .grid-item .grid-body .thumb{
	margin: 0 0 5px 0;
}

.call-to-action {
	margin:5px 0;
	font-size:11px;
	color:#666;
}

.review .rating {
	font-size: 14px;
    margin-left: 5px;
    color: orange;
    background: #e4ffe7;
    position: relative;
    top: -2px;
    padding: 2px 7px;
    border-radius: 50px;
}

.review .rating b{
    color: #000;
}

.review .emoji {
    display: block;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background-image: url('../img/emoji.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

.emoji.e1 {
	background-position: -15px -25px;
}
.emoji.e2 {
	background-position: -170px -25px;
}
.emoji.e3 {
	background-position: -330px -25px;
}
.emoji.e4 {
	background-position: -480px -25px;
}
.emoji.e5 {
	background-position: -15px -170px;
}
.emoji.e6 {
	background-position: -170px -170px;
}
.emoji.e7 {
	background-position: -330px -170px;
}
.emoji.e8 {
	background-position: -480px -170px;
}
.emoji.e9 {
	background-position: -15px -320px;
}
.emoji.e10 {
	background-position: -170px -320px;
}
.emoji.e11 {
	background-position: -330px -320px;
}
.emoji.e12 {
	background-position: -480px -320px;
}

#sad {
	background: #28292c;
	border-radius: .625rem;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    text-align: center;
    overflow: hidden;
}

.programm-info {
	font-size: 12px;
}

.programm-info td > b {
	color: #888;
	white-space: nowrap;
}

.programm-info td > b > i {
	width: 20px;
	text-align: center;
}

.programm-info .official-site{
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;

  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.antivirus-img {
	width: 100%;
	max-width: 450px;
	border: 0;
}

.programm-stat {
	font-size: 16px;
}

.programm-stat .stars {
	color: orange;
}

.breadcrumb {
	background-color: #ffffff;
	font-size: 13px;
}

.alert-arrow {
	border: 1px solid #60c060;
	color: #54a754;
	font-size: 20px;
	background: rgb(96 192 96 / 6%);
}

.alert-arrow .alert-icon {
	position: relative;
	width: 3rem;
	background-color: #60c060;
}

.alert-arrow .alert-icon::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: .75rem solid transparent;
	border-bottom: .75rem solid transparent;
	border-left: .75rem solid #60c060;
	right: -.75rem;
	top: 50%;
	transform: translateY(-50%);
}

.alert-arrow .close {
	font-size: 1rem;
	color: #cacaca;
}

.page-site .description {
	max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
    border: 2px solid #f9f2dc;
    border-radius: 8px;
    padding: 10px;
    overflow-x: hidden;
    background: #fffaea;
}

.page-site .description,
.page-site .description-short,
.page-site2 .description,
.page-site2 .description-short {
	font-size: 12px;
}

.btn-download {}

.btn-download>i {}

.clicked {
	color: #b40000!important;
    cursor: default!important;
}

.now-see {
	font-size: 16px;
	background: rgba(0, 215, 0, 0.06);
	padding: 10px;
	overflow: hidden;
	color: rgb(97, 97, 97);
	text-align: left;
}

.now-see .h5 {
	color: rgb(33, 33, 33);
	margin: 0 0 5px 0;
}

.now-see small {
	font-size: 12px;
	line-height: 1.35;
	display: block;
	margin-bottom: 10px;
}

.now-see .good-app-icon i {
	width: 64px;
	height: 64px;
	display: block;
	background: url('../img/good-app-icon.svg') 0 0 no-repeat;
}

.sticky {
	position: fixed;
	top: 0;
	z-index: 999999;
	text-align: left;
	float: left;
}

.sticky+.cont {
	padding-top: 100px;
}

.safty {
	position: absolute;
	top: -5px;
	left: -5px;
	display: block;
	width: 30px;
	height: 30px;
	background: url('../img/safty.png') 0 0 no-repeat;
	background-size: 100%;
}

.download-info {
	color: #adb5bd;
    padding: 10px 0;
    margin-bottom: 15px;
}

.download-info .step {
	padding: 5px;
    background: #fcfcfc;
    border-radius: 5px;
    border: 1px solid #eee;
}

.download-info .step > i{
	font-size: 4rem;
}

.download-info .step .title{
	padding: 8px 0;
    font-size: 1rem;
	font-weight: bold;
	margin: 0;
}

.download-info .arrow{
	max-width: 50px;
}

.download-info .step .text{
	margin: 0;
}

.swipe-scroll {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.swipe-scroll::-webkit-scrollbar {
	display: none; 
}

.os-icons {
	margin-left: 2px;
}

.os-icons .os-icon{
	position: relative;
	top: -2px;
	margin: 0 3px;
}

.screenshots .items {
	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
	max-height: 430px;
	padding-bottom: 10px;
}

.screenshots .items > .item {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    margin-right: 10px;
	width: auto;
    min-width: 100px;
	overflow: hidden;
	*display: inline;
}

.screenshots .items > .item > img{
    width: auto;
    min-width: 100px;
	display: block;
	max-height: 300px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@media only screen and (max-width:480px) {
	/* Smartphone view: 1 tile */
	body:after, body:before {
		-webkit-clip-path: none;
		clip-path: none;
	}
	body>.container {
		margin-top: 0!important;
		margin-bottom: 0!important;
		border: 0px!important;
		box-shadow: none!important;
		border-radius: 0px!important;
	}
	.h1,
	h1 {
		font-size: 1.5rem;
	}
	.h2,
	h2 {
		font-size: 1.2rem;
	}
	.card {
		border: 0px;
		border-radius: 0px;
	}
	.card-header {
		border-bottom: 0px;
	}
	.card-body {
		padding: 1.25rem 0;
	}
	.now-see {
		margin: 0 -15px;
	}
	.download-info .step > i{
		font-size: 3rem;
	}
	#sad {
		background: #FFFFFF;
		border-radius: 0px;
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
		text-align: center;
		overflow: visible;
		margin: 0 -15px;
	}
	.programm-info .official-site {
		word-wrap: break-word;
		width: 160px;
	}
	.os-icons{
		display: block;
		margin-left: 0px;
	}
	.os-icons .os-icon{
		width: 16px;
		top: 0;
	}
	.screenshots .items > .item > img{
		max-height: 400px;
	}
}

@media only screen and (max-width:650px) and (min-width:481px) {
	/* Tablet view: 2 tiles */
}

@media only screen and (max-width:767px) and (min-width:651px) {
	/* Small desktop / ipad view: 3 tiles */
}

@media only screen and (max-width:991px) and (min-width:768px) {
	/* Small desktop / ipad view: 3 tiles */
}

@media only screen and (max-width:1050px) and (min-width:992px) {
	/* Small desktop / ipad view: 3 tiles */
}

@media only screen and (max-width:1290px) and (min-width:1051px) {
	/* Medium desktop: 4 tiles */
}

a {
  color: #212529;
  text-decoration: none;
  background-color: transparent; // Remove the gray background on active links in IE 10.