html{
	scrollbar-color: grey white ;
}
body{
	font-size: 17px;
}

#page {overflow: hidden;}

h1.wp-block-post-title{
	font-size: 3em;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Poppins";
}

.home h2 {
	font-size:30px;
}

.modal-dialog {margin: 270px auto 0!important;}
.modal.show {background: rgba(0, 0, 0, 0.75);}
.entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
    .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
.entry-content, .page{margin: 0;}
.entry-title {display: none;}

.top-bar, .site-footer {
	background: black; 
	padding: 8px 15px;}
.site-footer {
	padding: 15px 15px;}
.top-bar i, #custom_html-3 > div i{color: #e5000f; font-size: 18px;margin-right: 10px;}
.icon-footer span{color: white; font-size: 15px;}
.icon-footer a{text-decoration:none;}
.top-bar .textwidget, #custom_html-3 > div {display: flex; justify-content: flex-end;}
.icon-footer { margin-right: 15px; display: flex; align-items: center;}
.icon-footer:first-child { margin-right: 15px;}

.top-bar .container {
	justify-content: end;	
	}

.widget {margin: 0;}

#masthead {
	z-index: 11;
	}
.container {
	display: flex; 
	position: relative; 
	margin: 0 auto ;
	align-items: center;
	max-width: 1170px;	
	}

#mysticky-nav.wrapfixed {border-bottom: 1px solid #e5000f;}

#primary-menu{display: flex;justify-content: flex-end;}
#primary-menu a {
	color: black; 
	padding: 0 25px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Poppins";}
#primary-menu .current_page_item a {color: #e5000f;}


.site-branding {padding: 10px 0 0;flex-basis: 25%;}

.wp-block-image {margin-bottom: 0em;}
figure {margin: 0;}

#onas img {display: block;}

.site-footer .container {display: flex;}
.site-footer section {flex: 1; color: white;}
.site-footer p {margin: 0;}

.ugb-countup__counter, .ugb-countup__description {margin: 0!important;}

#filter_gallery_123 .thumbnail {border: none;}

.wrap-form{ display: flex;}
.wrap-form p{ margin: 0; flex:1;}

.wrap-input {margin-right: 1em; flex:1;}
.wrap-input input {margin-bottom: 1em;}

.wpcf7-form input, .wpcf7-form textarea {
	border-radius: 0;
	background: white; 
	padding: 7px; 
	width: 100%; 
	color: black;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus {color: black;}
input[type="text"] {
	box-sizing: border-box!important;
}
.wpcf7-form .wpcf7-submit { 
	text-transform: uppercase;
	margin-top: 13px;
	background-color: #e5000f;
	border: none;
	padding:15px 0;
	color: white;}

.uslugi-lista {list-style: none; margin: 0;}

.uslugi-lista li {padding-left: 7px; border-left: 5px solid #e5000f; margin-bottom: 3px;}

.wpcf7-mail-sent-ok {color: white;}

.grecaptcha-badge { visibility: hidden; }

@media all and (max-width: 1024px){
	.top-bar .container {
    	justify-content: center;
	}
}



@media all and (max-width: 768px){
	 #main-foto-pages > div{height: 25vh!important;}
	
	.top-bar .textwidget, #custom_html-3 > div {justify-content: center;}
	.top-bar, .site-footer {padding:15px;}
	.heading-main-page h2 {margin-top: 25px!important;}
	
	.wrap-form{ flex-direction: column; margin-top: 25px; text-align: center;}
	.wrap-input {margin-right: 0em;}
	
	.site-footer {flex-direction: column; text-align: center;}
	.site-footer #text-2 {margin-bottom: 15px;}
	.site-footer .container {
    	display: flex;
    	flex-direction: column;
	}
	
	.wpcf7-form .wpcf7-submit {width: 50%;}
	
	h1.wp-block-post-title {
    	font-size: 2em;
    	margin-top: 0;
	}
}

