<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media(min-width: 992px){
	.home-banner:after{
		height: 0px;
		background: linear-gradient(0deg, #FAFAFA 0%, rgba(250, 250, 250, 0.00) 100%);
	}
	.home-service .row p{
		max-width: 650px;
	}
	.home-gallery-content{
		max-width: 480px;
	}
}
@media(max-width: 1499.98px){
	.heading h1{
		font-size: 5.6rem;
	}
	.heading h2{
		font-size: 4rem;
	}
}
@media(max-width: 1399.98px){
	.new-header li{
		margin: 0 15px;
	}
}
@media(max-width: 1199.98px){
	.heading h1 {
    font-size: 4.6rem;
  }
  .heading h2{
		font-size: 3.6rem;
	}
	.heading h3{
		font-size: 3.4rem;
	}
	.new-header li{
		margin: 0 8px;
	}
}
@media (max-width: 991.98px) {
	.heading h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .heading h2 {
    font-size: 2.6rem;
  }
  .heading h3 {
    font-size: 2.6rem;
  }
  .default-btn{
  	padding: 10px 15px;
  	font-size: 1.5rem;
  	min-width: auto;
  }
  .new-header{
  	display: none;
  }
  .home-banner .default-btn {
  	margin-right: 4px;
	}
  .home-service .bg-transparent {
  	padding: 25px 20px 60px;
	}
	.home-service{
		padding: 30px 0 90px;
	}
	.home-service .bg-transparent .position-absolute.d-inline-block{
		bottom: 20px;
		left: 20px;
		font-size: 1.6rem;
	}
	.home-service .swiper-pagination{
		bottom: 40px;
	}
  .home-gallery p {
  	margin: 10px 0 20px;
	}
	.logo {
	  width: 220px;
	}
	.new-footer .d-xl-flex iframe{
		width: 180px;
	}
}
@media (max-width: 767.98px) {
	.home-banner .default-btn{
		margin-right: 0;
		padding-left: 8px;
    padding-right: 8px;
	}
	.home-service .bg-transparent{
		padding-bottom: 30px;
	}
	.home-service .bg-transparent p{
		margin-bottom: 20px;
	}
	.home-service .row p br{
		display: none;
	}
	.home-service .bg-transparent .position-absolute.d-inline-block{
		position: relative !important;
		left: 0;
		bottom: 0;
	}
	.home-service .swiper-slide a.d-block{
		height: auto !important;
	}
	.adres-div{
		left: 0;
	}
	.new-footer hr{
		margin: 30px 0;
	}
}</pre></body></html>