body {
	font-size: 16px;
}


.invert {
	filter: invert(1);
}

.center-section .centered {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
}

.center-section .centered h1,
.center-section .centered .h1 {
	line-height: 1;
}

@media only screen and (max-width: 767px) {

	.center-section h1,
	.center-section .h1 {
		font-size: 1.75rem;
	}

	.center-section .centered h1,
	.center-section .centered h3,
	.center-section .centered p {
		text-align: center;
	}

	.center-section .centered h1 {
		margin-top: 50px !important;
	}

}

.fs-16px {
	font-size: 16px;
}


.boxed {
	-webkit-box-shadow: 0 50px 100px -50px rgb(0 0 0 / 60%);
	box-shadow: 0 50px 100px -50px rgb(0 0 0 / 60%);
	padding: 15px 20px;
	width: auto;
	display: inline-block;
	border-radius: 5px;
	backdrop-filter: blur(5px);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,ffffff+30,ffffff+100&1+1,0.9+30,0.65+100 */
	background: linear-gradient(45deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.65) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (max-width: 991px) {

	h1,
	.h1 {
		font-size: 2.5rem;
	}

	.fs-lg {
		font-size: 1rem !important;
	}
}

@media (max-width: 767px) {

	h1,
	.h1 {
		font-size: 2rem;
	}

	h2,
	.h2 {
		font-size: 1.5rem;
	}

	h3,
	.h3 {
		font-size: 1.5rem;
	}

	h4,
	.h4 {
		font-size: 1.35rem;
	}



}

@media (max-width: 767px) {}

ul.list-squared {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.list-squared li {
	position: relative;
	margin: 10px 0;
	padding-left: 25px;
}

ul.list-squared li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #fff;
	content: "";
}

ul.list-squared.red li:before {
	background: #da291c;
	top: 10px;
}

/*
.list-unstyled {
	border-left: 4px solid #f7f7f7;
	padding: 0 20px 0 20px;
}

.list-unstyled li:not(:last-child) {
	margin: 0 0 20px 0;
}
*/
.red-gradient {
	background-image: -moz-linear-gradient(0deg, rgb(154, 0, 58) 0%, rgb(230, 0, 40) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(154, 0, 58) 0%, rgb(230, 0, 40) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(154, 0, 58) 0%, rgb(230, 0, 40) 100%);
}


/*********** HERO ***********/

.herov1-wrap.a1-net-protect {
	background: url("https://www.a1.mk/documents/20126/2067650/net-protect-hero.jpg") center center;
	background-size: cover;
	background-position: bottom center;
	position: relative;
	margin: 0;
	color: #fff;
	padding: 175px 0;
}

@media only screen and (max-width:767px) {
	.herov1-wrap.a1-net-protect {
		padding: 50px 0;
	}
}
.screens-mobile-desktop {
	position: relative;
}

.screens-mobile-desktop .price-mobile {
	position: absolute;
	left: 0;
	z-index: 1;
	top: 80px;
}

.screens-mobile-desktop .price-desktop {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 80px;
}

@media only screen and (max-width:767px) {
	.screens-mobile-desktop .price-mobile {
		left: auto;
		right: 0;
		top: 0;
	}
	
	.screens-mobile-desktop .price-desktop {
		right: auto;
		right: 0;
		top: auto;
		bottom: 0;
	}
}
.grid-zastita {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
	margin-bottom: 30px;
}

.grid-zastita div {
	background: #fff;
	padding: 15px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	min-height: 350px;
	flex-wrap: wrap;
	align-content: center;
	cursor: default;
	position: relative;
}

.grid-zastita div:hover {
	color: #fff;
}

.grid-zastita div:before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-image: -moz-linear-gradient(0deg, rgb(154, 0, 58) 0%, rgb(230, 0, 40) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(154, 0, 58) 0%, rgb(230, 0, 40) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(154, 0, 58) 0%, rgb(230, 0, 40) 100%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 1;
	opacity: 0;
}

.grid-zastita div:hover:before {
	opacity: 1;
	top: 0;
}

.grid-zastita div figure {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	mix-blend-mode: multiply;
	opacity: 1;
}

.grid-zastita div:hover figure {
	opacity: 0;
	margin-top: -100px;
}


.grid-zastita div h3 {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	padding: 0;
	z-index: 2;
}

.grid-zastita div:hover h3 {
	padding: 20px 0;
}

.grid-zastita div .hidden-text {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
	opacity: 0;
	z-index: 2;
}


@media only screen and (max-width:991px) {
	.grid-zastita {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 15px;
		grid-row-gap: 15px;
	}
}

@media only screen and (max-width:767px) {
	.grid-zastita {
		grid-column-gap: 2px;
		grid-row-gap: 2px;
		margin-bottom: 15px;
	}

	.grid-zastita div {
		min-height: 230px;
	}
	.grid-zastita p{
		line-height: 1.15;
		font-size: 12px;
	}
	.grid-zastita h3{
		font-size: 16px;
	}
}

.bg-aktivacija {
	background-image: url("https://www.a1.mk/documents/20126/3684434/bg-aktivacija.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
.grid-aktivacija {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
	margin-bottom: 30px;
}

.grid-aktivacija figure img{
	max-height: 60px;
	max-width: 75px;
}



@media only screen and (max-width:991px) {
	.grid-aktivacija {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 15px;
		margin-bottom: 15px;
	}
}


/*********** faq-accordion ***********/
.faq-accordion .card {
	padding-bottom: 0;
	border: none;
	font-family: "A1Serif-Light", serif;
	margin-bottom: 0;
	padding-top: 0;
	border-bottom: 1px solid #000 !important;
	padding-left: 0;
	background: transparent !important;
	padding-right: 5px;
  }
  
  .faq-accordion .card .card-header {
	padding-right: 0 !important;
	padding-left: 0 !important;
  }
  .faq-accordion .card,
  .faq-accordion.card-header {
	background-color: transparent !important;
  }
  
  .faq-accordion .card-header {
	background-color: transparent !important;
	border-bottom: none;
	padding-right: 0;
	padding-left: 0;
  }
  
  .faq-accordion .card .card-header a {
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
	display: block;
	text-align: left;
	white-space: inherit;
	border: none;
	text-transform: inherit;
	font-family: "A1Serif-Regular", sans-serif !important;
	font-size: 18px;
	margin-top: 0;
	position: relative;
	padding-right: 50px;
	padding-left: 0;
  }
  .faq-accordion .card .card-header a:hover,
  .faq-accordion .card .card-header a:focus,
  .faq-accordion .card .card-header a:active {
	background-color: #fff !important;
	color: #000 !important;
  }
  
  .faq-accordion .card .card-header a:after {
	font-size: 25px;
	float: right;
	content: "\f056";
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	margin-top: 0;
	position: absolute;
	top: -7px;
	right: 0;
  }
  
  .faq-accordion .card .card-header a.collapsed:after {
	content: "\f055";
	font-family: "Font Awesome 5 Pro";
  }
  .faq-accordion .card:last-of-type {
	border-bottom: none !important;
  }
  
  .faq-accordion .card-body {
	padding: 1rem 0;
  }