/*                            */
/*        RoMo 02.2025        */
/*        jaunie stili        */
/*                            */

.no-slider {
	height: 60px;
}

.fs-0-9 {
	font-size: 0.9em  !important;
}

.fs-1 {
	font-size: 1em  !important;
}

.fs-1-1 {
	font-size: 1.2em  !important;
}

.fs-1-2 {
	font-size: 1.2em  !important;
}

.w-100 {
	width: 100%;
}

.p-0 {
	padding: 0px  !important;
}

.p-1 {
	padding: 10px  !important;
}

.m-1 {
	margin: 10px  !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 10px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-1 {
	padding-bottom: 10px !important;
}
.pb-2 {
	padding-bottom: 20px !important;
}
.pt-1 {
	padding-top: 10px !important;
}
.pt-2 {
	padding-top: 20px !important;
}
.ps-2 {
	padding-top: 20px !important;
}

.f-s {
	float: left !important;
}

.f-e {
	float: right !important;
}

.d-flex {
	display: flex;
}

.jc-center {
	justify-content: center;
}

.bg-lgray {
	background-color: lightgray;
}

@media (min-width: 769px) {
	
	.no-slider {
		height: 70px;
	}
	
	.contacts-header {
		text-align: center;
	}

}


@media (max-width: 768px) {
	
	.no-slider {
		height: 100px;
	}
	
	.contacts-header {
		padding-left: 50px;
		text-align: left;
	}
	
	.text-center {
		text-align: center;
	}
	
}








