html { scroll-behavior: smooth; }
body { margin: 0px auto; padding: 0px; width: 100%; font-family: "Roboto", sans-serif, Arial, Tahoma, Helvetica, "Lucida Sans Unicode"; font-weight: 400; font-size: 14px; color: #000; background: #fafafa; line-height: 150%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
input, select, textarea, button { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  font-family: "Roboto", sans-serif, Arial, Tahoma, Helvetica, "Lucida Sans Unicode"; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input:focus, select:focus, textarea:focus, button:focus { outline: none; }
img, iframe { border: none; }
.img_max img { max-width: 100%; }
.img_left img { float: left; }
.wysrodkuj { vertical-align: middle; }

video.fullscreen { position: absolute; z-index: 0; object-fit: cover; width:100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.GODwrapper { width: 94%; max-width: 1260px; margin: 0px auto; }

/* STRONA WYŁĄCZONA */
	.wylaczona_body {  }
	.wylaczona_tresc {  }
	.wylaczona_adres {  }

/* HEADER */
	header { width: 100%; float: left; position: sticky; position: -webkit-sticky; top: 0px; z-index: 100; line-height: 70px; background: #fff; color: #000; padding: 15px 0; font-size: 14px; font-weight: 500; box-shadow: 0 0 10px rgba(0,0,0,.2); }
	header a { color: #000; }
	.header_logo { float: left; line-height: 70px; }
	.header_logo img { max-width: 100%; max-height: 100%; vertical-align: middle; }
	.header_kontakt { float: left; text-align: right; border-left: 1px solid #333; }
	
	.header_kontakt .header_spolecznosciowe, .header_kontakt .flagi  { margin-left: 10px; padding-left: 10px; border-left: 1px solid rgba(0,0,0,0.2); display: inline-block; height: 100%; }
	
	.header_menu_telefon { width: 79px; float: left; display: none; text-align: right; border-left: 1px solid #efefef; }
	.header_menu_telefon a { display: inline-block; }
	
	.hl_menu { display: inline-block; padding: 0 20px 0 10px; line-height: 40px; border-radius: 4px; background-color: var(--main-color2); color: #fff; transition-duration: 0.5s; margin: 5px 35px 5px 0; float: left; }
	.hl_menu:hover { background-color: var(--main-color2hover); color: #fff; }
	
/* MENU GŁÓWNE */
	.header_menu { width: calc(100% - 230px); float: left; line-height: 50px; margin-top: 10px; }
	.header_menu ul { list-style-type: none; padding: 0px; margin: 0px; text-align: center; }
	.header_menu a { white-space: pre; padding: 0 12px; display: block; text-align: left; }
	.header_menu ul li.menu_top { display: inline-block; position: relative; }
	.menu_sub { min-width: 100%; position: absolute; display: none; margin: 0px; padding: 0px; top: 100%; left: 0px; z-index: 5; font-size: 13px; }
	.header_menu_telefon_dod { display: none; }
	.hmtd_zamknij { position: fixed; right: 0px; top: 0px; z-index: 10; }
	.hmtd_kontakt { text-align: center; padding: 10px 0; margin: 10px 0; border-top: 1px solid #efefef; border-bottom: 1px solid #efefef; line-height: 150%; }
	.hmtd_kontakt a { display: inline-block; }
	.hmtd_flagi { text-align: center; line-height: 150%; }
	.hmtd_flagi a { display: inline-block; }
	.hmtd_flagi img { vertical-align: middle; margin-left: 4px; }
	.flagi img { width: 16px; height: 16px; }
	
	.pod_link_ikona { position: absolute; top: 0px; left: 0px; background: #efefef; width: 40px; height: 40px; line-height: 40px; }
	
/* SLIDER */
	.header_slider_kontener { width: 100%; height: 650px; float: left; position: relative; background: var(--main-color2); }
	.header_slider_tresc { width: 100%; height: inherit; float: left; position: absolute; z-index: 2; display: flex; align-items: center; }
	
	.hst_blok { width: calc(100% - 70px); max-width: 650px; padding: 35px; float: left; background: var(--main-color2); color: #fff; border-radius: 15px; box-shadom: 0 0 25px rgba(0,0,0,0.5); }
	
	.header_slider { width: 100%; float: left; }
	.header_slider .item { width: 100%; height: 650px; background-position: center right; background-size: cover; background-repeat: no-repeat; }

	.slider_video_kontener { width: 100%; height: 100%; float: left; overflow: hidden; }
	.slider_video_kontener .svk_iframe { padding: 56.25% 0 0 0; position: relative; height: 0; }
	.slider_video_kontener .svk_iframe iframe { position: absolute; top:0; left:0; bottom: 0; right: 0; width: 100%; height: 100%; }

/* NAGŁOWEK TEKST */
	.material_naglowek { width: 100%; height: 500px; max-height: 40vh; float: left; margin-bottom: 30px; position: relative; }
	.material_naglowek img { width: 100%; height: 100%; object-fit: cover; }

/* LINKI */
	a { color: #181717; text-decoration: none; transition-duration: 0.5s; }
	a:hover { color: var(--main-color); text-decoration: none; }

/* ANIMACJE */
	.move4me_t, .move4me_b, .move4me_l, .move4me_r, .move4me_s, .move4me_o { opacity: 0; transition-duration: 1s; }
	.move4me_t_final, .move4me_b_final, .move4me_l_final, .move4me_r_final, .move4me_s_final, .move4me_o_final { opacity: 1; }

	.move4me_t { transform: translateY(-100px); }
	.move4me_t_final { transform: translateY(0px); }
	
	.move4me_b { transform: translateY(100px); }
	.move4me_b_final { transform: translateY(0px); }
	
	.move4me_l { transform: translateX(-100px); }
	.move4me_l_final { transform: translateX(0px); }
	
	.move4me_r { transform: translateX(100px); }
	.move4me_r_final { transform: translateX(0px); }
	
	.move4me_s { transform: scale(0.3); }
	.move4me_s_final { transform: scale(1); }


@media screen and (max-width: 479px)
	{
	
	/* HEADER */
		header { padding: 5px 0; }
		header, .header_logo, .header_menu_telefon { height: 40px; line-height: 40px; }
		.header_logo img { margin: 5px 0; height: 30px; }
		.header_logo { width: calc(100% - 81px); border-right: none; }
		.hmtd_flagi .header_spolecznosciowe { width: 100%; display: block; border-bottom: 1px solid #efefef; margin-bottom: 10px; padding-bottom: 10px; }
	
		.header_slider_kontener { height: 500px; }
		.header_slider .item { height: 500px; }
	
	/* MENU GŁÓWNE */
		.header_menu { position: fixed; width: calc(100% - 40px); top: 0px; bottom: 0px; left: 0px; right: 0px; padding: 0 20px 20px 20px; background: #fff; z-index: 150; display: none; overflow-y: scroll; -webkit-overflow-scrolling: touch; margin: 0px; }
		.header_menu ul li.menu_top { display: block; padding-left: 40px; }
		.header_menu a { padding: 0 10px; }
		.menu_sub { width: 100%; position: static; text-indent: 10px; font-size: 12px; background: none; border-left: 1px solid #efefef; }
		.header_menu_telefon_dod { display: block; }
		
		
	
	
	/* SLIDER */
		/* .header_slider_kontener { height: 300px; } */
		.header_slider_tresc { width: 84%; margin: 0 8%; font-size: 32px; line-height: 110%; }
		.header_slider_tresc img { margin-right: 30px; max-width: 80%; }
		/* .header_slider .item { height: 300px; } */
	
	}

@media screen and (min-width: 480px) and (max-width: 767px)
	{
	
	/* HEADER */
		header, .header_logo, .header_menu_telefon { height: 30px; line-height: 30px; }
		.header_logo img { height: 30px; }
		.header_logo { width: calc(100% - 81px); border-right: none; }
		.hmtd_flagi .header_spolecznosciowe { width: 100%; display: block; border-bottom: 1px solid #efefef; margin-bottom: 10px; padding-bottom: 10px; }
	
		.header_slider_kontener { height: 500px; }
		.header_slider .item { height: 500px; }
	
	/* MENU GŁÓWNE */
		.header_menu { position: fixed; width: calc(100% - 40px); top: 0px; bottom: 0px; left: 0px; right: 0px; padding: 0 20px 20px 20px; background: #fff; z-index: 150; display: none; overflow-y: scroll; -webkit-overflow-scrolling: touch; margin: 0px; }
		.header_menu ul li.menu_top { display: block; padding-left: 40px; }
		.header_menu a { padding: 0 10px; }
		.menu_sub { width: 100%; position: static; text-indent: 10px; font-size: 12px; background: none; border-left: 1px solid #efefef; }
		.header_menu_telefon_dod { display: block; }
	
	}

@media screen and (min-width: 768px) and (max-width: 959px)
	{
	
	/* HEADER */
		header, .header_logo, .header_menu_telefon { height: 40px; line-height: 40px; }
		.header_logo img { height: 40px; }
		.header_logo { width: calc(100% - 81px); border-right: none; }
		
		.hmtd_flagi .header_spolecznosciowe { margin-right: 30px; }
	
	/* MENU GŁÓWNE */
		.header_menu { position: fixed; width: calc(100% - 40px); top: 0px; bottom: 0px; left: 0px; right: 0px; padding: 0 20px 20px 20px; background: #fff; z-index: 150; display: none; overflow-y: scroll; -webkit-overflow-scrolling: touch; margin: 0px; }
		.header_menu ul li.menu_top { display: block; padding-left: 40px; }
		.header_menu a { padding: 0 10px; }
		.menu_sub { width: 100%; position: static; text-indent: 10px; font-size: 12px; background: none; border-left: 1px solid #efefef; }
		.header_menu_telefon_dod { display: block; }
		
	}

@media screen and (min-width: 960px) and (max-width: 1279px)
	{
	
	/* MENU GŁÓWNE */
		.header_logo { width: 230px; }
		.header_logo img { height: 55px; }
		
		.header_kontakt { width: 339px; text-align: center; }
		
		.hmtd_zamknij { display: none!important; }
		.header_menu { display: block!important; }
		.header_menu ul li.menu_top:focus .menu_sub, .header_menu ul li.menu_top:hover .menu_sub { display: block; }
		.header_menu .menu_top a { background: none; }
		.header_menu .menu_top:hover a { background: var(--main-color); color: #fff; }
		.menu_sub { background: var(--main-color); min-width: 100%; position: absolute; display: none; margin: 0px; padding: 0px; top: 100%; left: 0px; z-index: 5; }
		.menu_sub a:hover { background: var(--main-colorhover)!important; }
	
	}
 
@media screen and (min-width: 1280px)
	{
	
	/* MENU GŁÓWNE */
		.header_logo { width: 230px; }
		.header_logo img { height: 55px; }
		
		.header_kontakt { width: 339px; }
		
		.hmtd_zamknij { display: none!important; }
		.header_menu { display: block!important; }
		.header_menu ul li.menu_top:focus .menu_sub, .header_menu ul li.menu_top:hover .menu_sub { display: block; }
		.header_menu .menu_top a { background: none; }
		.header_menu .menu_top:hover a { background: var(--main-color2); color: #fff; }
		.menu_sub { background: var(--main-color2); min-width: 100%; position: absolute; display: none; margin: 0px; padding: 0px; top: 100%; left: 0px; z-index: 5; line-height: 40px; }
		.menu_sub a:hover { background: var(--main-color)!important; }
		
		.header_slider_tresc .GODwrapper { max-width: 1000px; }
	
	}
