@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
body, html {
	overflow-x:hidden !important;
	font-family: 'Roboto Condensed', sans-serif;
}
body {
    background-color: #f1f1f1;
	background-image:url(abstrakt.png);
	background-attachment:fixed;
}


.slogan, .btn {
	font-weight:700;
	text-transform:uppercase;
	font-size:16px;
}
a:hover {
	text-decoration:none !important;
}
.navbar-brand img {
	height:60px;
	width:auto;
}
.header-menu {
	padding:30px 0 30px 0;
}
.h1 {
	font-weight:700;
	font-size:3em;
}
.h4 {
	font-weight:700;
}
.nav-pills.nav-fill button.nav-link {
	background-color:#dedede !important;
}
.nav-pills.nav-fill button.nav-link img {
	display:block;
	width:48px;
	height:48px;
	margin:10px auto;
}
.nav-pills.nav-fill button.nav-link.active img {
  filter: invert(100%); 
  -webkit-filter:invert(100%); 
}
.nav-pills.nav-fill button.nav-link.active {
	background-color:#B00171 !important;
}
.nav-pills.nav-fill button.nav-link.active:hover, button.nav-link:hover {
	background-color:#72EB0A !important;
	color:#000;
}
.nav-pills.nav-fill button.nav-link.active:hover img, button.nav-link:hover img {
  filter: none; 
  -webkit-filter:none; 
}

.pricer {
	font-size:1.5em;
	font-weight:700;
	padding:10px;
	border-top:#DEDEDE 3px dotted;
	border-bottom:#DEDEDE 3px dotted;
	text-transform:uppercase;
	background:#f1f1f1;
}
.galSwiper .swiper-slide {
	position:relative;
}
.galSwiper .swiper-slide div.text-center {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:5px;
	background:rgba(0,0,0,.5);
	color:#fff;
	text-transform:uppercase;
}
.not-inner {
	background-size:cover;
	background-position:center;
	background-image:url(abstrakt.webp);

	position:relative;
}

.not-cell {
	display:table-cell;
	width:50%;
	vertical-align:middle;
  background: rgba(255, 255, 255, .8);
}

.not-cell.bgg {
  font-size: 15px;
  background: rgba(114, 235, 10, .8);
  padding: 15px;
  margin-right: 50px;
  position: relative;
  color:#fff;
}

.not-inner img {
	width:48px;
	height:48p;
	display:block;
	margin-bottom:14px;
}

.bg-abstr {
	background-size:cover;
	background-position:center;
	background-image:url(abstrakt.webp);	
}
.bg-abstr > div {
	background:rgba(255,255,255,.7);
	padding:80px 0;
}
.preim h4 {
	font-weight:700;
	text-transform:uppercase;
}
.preim img {
	display:block;
	margin:0 auto 14px auto;
	width:48px;
	height:48px;
}
.bg-abstr .first-row .card {
	height:170px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:right 10px top 10px;
	background-size:150px;
}
.bg-abstr .second-row .card {
	height:364px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:right 10px bottom 10px;
	background-size:150px;
}







.swiper-button-next, .swiper-button-prev {
    color: #72EB0A !important;
}
.swiper-pagination-bullet-active {
    background: #72EB0A !important;
}






.benefits {
    width: 100%;
}
 
.benefits__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}
 
 
.benefits__element {
    width: 25%;
}
 
.benefits__icon {
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
}
 
.benefits__element p {

    text-align: center;
    line-height: 1.3;
}
 
.benefits__number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
	color:#72EB0A;
}
 
.benefits__title {
	text-transform:uppercase;
}
/* ---- button ---- */
.gallery-button-group .filter-button{
	display: inline-block;
	padding: 7px 15px;
	background: none;
	border: 1px solid #ccc;
	text-transform:capitalize;
	color: #222;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	cursor: pointer;
	margin-bottom:2px;
	border-radius:4px;
}

.gallery-button-group .filter-button:hover{
	text-decoration:none;
	color:#000;
}

.gallery-button-group .filter-button:active,
.gallery-button-group .filter-button.is-checked{
	color:#fff;
	background:#555;
}

/* ---- button-group ---- */

.gallery-button-group {
	margin: 10px 0;
	width: 100%; 

	margin-bottom: 20px;
}

.gallery-button-group:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- isotope ---- */


/* ---- .grid-item ---- */

/* clear fix */
.grid_gallery:after{
	content: '';
	display: block;
	clear: both;
}

.grid-gallery{
	margin:0 auto;
	width:100%;
	height:auto;
	max-width:1600px;
	overflow:hidden;
}

/* ---- .gallery-grid-item ---- */

.gallery-grid-sizer,
.gallery-grid-item{
	width: 33.333%;
}

.gallery-grid-item{
	float: left;
}

.gallery-image-area{
	margin:0 auto;
	display:block;
	margin:2px;
	position:relative;
}

.fullwidth .gallery-image-area{
	margin:0px;
}

.gallery-image-area .gallery-overly{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0, 0.3);
	opacity:0;
}

.gallery-image-area:hover .gallery-overly{
	opacity:1;
}

.gallery-image-area:before,
.gallery-image-area:after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

.gallery-image-area:before {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.gallery-image-area:after {
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

.gallery-image-area:hover:before,
.gallery-image-area.hover:before,
.gallery-image-area:hover:after,
.gallery-image-area.hover:after {
	opacity: 1.0;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.gallery-image-area .gallery-zoom-icon {
	border-radius: 5px;
	display: block;
	content: '';
	position: absolute;
	background:url('zoom.png') no-repeat center center;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50px;
	border:4px double #fff;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	z-index:5;
}

.gallery-image-area:hover .gallery-zoom-icon {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-image-area .image-details {
	position: absolute;
	left:50%;
	top:50%;
	display:block;
	width:100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.gallery-image-area:hover .image-details {
	opacity: 1;
	margin-top:-50px;
}

.gallery-image-area .image-title{
	width:100%;
	display:block;
	font-weight:500;
	color:#fff;
	padding: 2px 5px;
	text-align:center;
	text-transform: uppercase;
}

.gallery-grid-item .social-icon-area{
	position:absolute;
	bottom:5px;
	left:auto;
	right:auto;
	width:100%;
	display:block;
	z-index:5;
}

.gallery-grid-item .social-icon-area .social-icons{
	margin:0 auto;
	width:120px;
	height:30px;
}

.gallery-grid-item .social-icon-area ul{
	float:left;
	list-style-type:none;
	margin-left:-40px;
}

.gallery-grid-item .social-icon-area ul li{
	float:left;
	width:30px;
	height:30px;
}

.gallery-grid-item .social-icon-area ul li a{
	color:#fff;
	font-size:20px;
	line-height:20px;
	text-align:center;
	display:block;
}

.gallery-grid-item .social-icon-area ul li a:hover{
	color:#ddd;
}

.gallery-grid-item .grid-thumbnail-image {
	display: block;
	width: 100%;
	height:auto;
	overflow:hidden;
}

@media only screen and (min-width: 2000px){
	.gallery-grid-sizer,
	.gallery-grid-item{
		width: 16.66%;
	}
}

@media only screen and (min-width: 1600px){
	.gallery-grid-sizer,
	.gallery-grid-item{
		width: 20%;
	}
}

@media only screen and (min-width: 1200px){
	.gallery-grid-sizer,
	.gallery-grid-item{
		width:25%;
	}
}

@media only screen and (max-width: 800px){
	.gallery-grid-sizer,
	.gallery-grid-item{
		width:50%;
	}
}

@media only screen and (max-width: 500px){
	.gallery-grid-sizer,
	.gallery-grid-item{
		width:100%;
	}
}

.messenger {
display: block;
position: fixed;
right: 20px;
bottom: 20px;
width: 160px;
height: 60px;
/* overflow: hidden; */
z-index:9999;
}
.messenger-btn {

display: block;
width: 60px;
height: 60px;
border-radius: 60px;

position: absolute;
right: 0;
top: 0;
cursor: pointer;

}
.messenger-btn img {
width: 60px;
height: 60px;
}
.messenger-links {
position: absolute;
left: 50px;
top: 10px;
width: 100px;
transform: scale(0);
transform-origin: 100% 50%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 0;
}
.messenger-links.show {
left: 0;
transform: scale(1);
}
.messenger-links a {
width: 40px;
margin-left: 4px;
}
.messenger-links img {
max-width: 40px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.messenger-links a:hover img {
transform: scale(1.1);
text-decoration: none;
}

@media all and (max-width:767px) {
	button.nav-link img {
		display:none;
	}	
	.ox-scroll {
		overflow-x:scroll !important;
	}
	.nav.nav-pills.nav-fill, #gallery-filters {
		width:1200px;
	}	
	.not-cell {
		display:block;
		width:100%;
		position:relative;
	  background: rgba(255, 255, 255, .8);
	}	
	.benefits__element {
		width: 50% !important;
	}
 	.text-white.bg-primary.px-2 {
		display:inline-block;
	}
}



	.ffSwiper .swiper-slide {
      displaY:inline-block;
	  float:left;
	  position:relative;
	  width:auto;
    }

    .ffSwiper .swiper-slide img {
      display: block;
	  float:left;
      width: auto;
      height: 400px;
    }