/* =======================================================
   intraf.webd
   Rosyjska wersja strony
   004_ru.css
   ======================================================= */


/* =======================================================
   FONTY
   ======================================================= */


@font-face {

    font-family:'varela';

    src:url('varela.otf'),
        url('varela.eot') format('eot'),
        url('varela.woff') format('woff'),
        url('varela.ttf') format('truetype');

}



/* =======================================================
   PODSTAWOWE
   ======================================================= */


html {

    margin:0;
    padding:0;

}



body {

    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0;
    background:white;
}



/* =======================================================
   LINKI
   ======================================================= */


a {
    text-decoration:none;
    font-weight:normal;
}


a:link {

    color:black;

}


a:visited {

    color:black;

}


a:hover {

    color:black;

}



/* =======================================================
   WYBÓR JĘZYKA
   ======================================================= */


.lang-switch {
    position: fixed;
    top: 12px;
    right: 12px;
    display:flex;
    gap:8px;
    z-index:9999;
    font-family:'Varela Round',sans-serif;
}



.lang-btn {
    padding:4px 10px;
    border:1px solid #c2c2c2;
    border-radius:7px;
    background:#f5f5f5;
    color:#333;
    font-size:12px;
    font-weight:900;
    transition:.25s;
    box-shadow:0 2px 5px rgba(0,0,0,.15);
}



.lang-btn:hover {
    background:#4682B4;
    color:white;
}



.lang-btn.active {
    background:#4682B4;
    color:white;
}



/* =======================================================
   OPIS STRONY
   ======================================================= */


#opis {
  background: linear-gradient(145deg, #f9f9f9, #ececec);
  border: 1px solid #d5d5d5;
  border-radius: 14px;
  padding: 20px 20px;
  max-width: 620px;
  text-align: center;
  font-weight:800;
  margin: 25px auto;
  color: #111; /* czarny, ale nie jaskrawy */
   font-family: "Jura", sans-serif;
  font-size: 1.0rem;
  line-height: 1.4;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.5s ease;
}

#opis:hover {
  background: linear-gradient(145deg, #f9f9f9, #ececec);
  box-shadow: 0 6px 15px rgba(180, 180, 220, 0.3);
}



/* =======================================================
   GALERIA - TYTUŁ
   ======================================================= */


#galeria {

    color:black;
    text-align:center;
    margin-top:-30px;
    margin-bottom:7px;
    margin-left:25%;
    margin-right:25%;
    font-size: 15px;
    font-family:'Source Sans 3',sans-serif;
    font-weight:700;
    line-height:1.5em;
    letter-spacing:.9px;
}



/* =======================================================
   INFORMACJA / AKTUALIZACJA
   ======================================================= */


#galeria1 {
color: #ff6000;
text-align: center;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 25%;
margin-right: 25%;
font-size: 12px;
letter-spacing: 0.3px;
font-family:'Source Sans 3',sans-serif;
font-weight: 900;
line-height: 1.4em;
border: 0px;
border-style: solid;
padding: 0%;
}






/* =======================================================
   GALERIA - GŁÓWNY UKŁAD
   ======================================================= */


/* --- GALERIA: stala szerokosc 300px + 2 kolumny --- */

#galeria2 {
    margin-left: 25%;
    margin-right: 25%;
    background-color: white;
    display: grid;
    grid-template-columns: repeat(2, 304px); /* po prostu dwie kolumny po 304px */
    justify-content: center;  /* wysrodkowane w parent */
    gap: 11px;
}



/* pojedynczy element – SZTYWNE 300px */
.galeria-item {
    width: 304px;
    height: 85px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #f5f5f5;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-family: 'Varela Round', sans-serif;
    transition: background 0.2s ease;
}


.galeria-item:hover {
    background: #f5f5f5;
}


/* MINIATURA – 40% stalej szerokosci */
.miniatura {
    width: 120px;        /* 40% z 300px */
    height: 85px;
    background: #ddd;
    overflow: hidden;
}


.miniatura img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* OPIS – prawa strona (60%) */
.opis-galerii {
    width: 170px;        /* 60% z 300px */
    padding-left: 10px;
	font-family:'Source Sans 3',sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
    font-weight: 599;
    text-align: left;
}









/* --- TELEFON: jedna kolumna, ale szerokosc nadal 304px --- */

@media (max-width: 800px) {

#galeria2 {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr;  /* tylko jedna kolumna */
    justify-items: center;        /* elementy wysrodkowane */
}

}










	
	
#kontakt {
font-family: 'Varela Round', sans-serif;
margin-left: 30%;
margin-right: 30%;
font-size: 11px;
line-height: 1.2em;
color: black;
letter-spacing: 0.7px;
font-style: italic;
text-align: center;
font-weight: 200;
}







/* r o z d z i e l a c z */





@media all and (max-width: 800px) {
	
#opis {
  background: linear-gradient(145deg, #f9f9f9, #ececec);
  border: 1px solid #d5d5d5;
  border-radius: 14px;
  padding: 10px 10px 10px 10px;
  max-width: 650px;
  text-align: center;
  font-weight: 900;
  margin: 15px 20px 15px 20px;
  color: #111; /* czarny, ale nie jaskrawy */
  font-family: "Jura", sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.0s ease, box-shadow 0.0s ease, background 0.0s ease;
}


#opis:hover {
  background: linear-gradient(145deg, #f9f9f9, #ececec);
}




#naglowek {
background-color: white;
margin-top: -15px;
margin-left: 5%;
margin-right: 5%;
	}


#galeria {
color: black;
text-align: center;
margin-top: -15px;
margin-bottom: 0%;
margin-left: 4%;
margin-right: 4%;
font-size: 12px;
font-family:'Source Sans 3',sans-serif;
font-weight: 900;
line-height: 1.2em;
border: 0px;
border-style: solid;
padding: 0%;
}


#galeria1 {
color: #4682B4;
text-align: center;
margin-top: 0px;
margin-bottom: 20px;
margin-left: 4%;
margin-right: 4%;
font-size: 12px;
font-family:'Source Sans 3',sans-serif;
font-weight: 900;
line-height: 1.4em;
border: 0px;
border-style: solid;
padding: 0%;
}


#galeria2 {
background-color: white;
margin-left: 5%;
margin-right: 5%;
	}
	
	
#kontakt {
font-family:'Source Sans 3',sans-serif;
margin-top: 0px;
margin-left: 10%;
margin-right: 10%;
font-size: 14px;
line-height: 0.9em;
color: #33362b;
text-align: center;
font-weight: 100;
}


#caloscbloga {
place-items: center;
}

}


/* r o z d z i e l a c z */



#podsumowanie {
font-family: 'Varela Round', sans-serif;
font-size: 14px;
line-height: 1.3em;
color: black;
text-align: center;
font-weight: 900;
}



#header2 { 
height:43px;    
background: white; 
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; 
text-align: center; 
font-family:'Source Sans 3',sans-serif; 
}
			




			
/* r o z d z i e l a c z */


.stronaglowna {
text-align: left;
font-family: 'Varela Round', sans-serif;
margin-left: 3%;
margin-right: 0%;
font-size: 15px;
line-height: 1.6em;
font-weight: 900;
color: black;
}

.stronaglowna a {
font-family: 'Varela Round', sans-serif;
margin-left: 3%;
margin-right: 0%;
font-size: 15px;
line-height: 1.8em;
color: black;
font-weight: 900;
}




/* r o z d z i e l a c z */





#wszystkie {
font-family: 'Varela Round', sans-serif;
margin-left: 3%;
margin-right: 2%;
font-size: 16px;
color: black;
max-width: 900px;
text-align: left;
font-weight: 900;
}



#wszystkienaskroty {
font-family: 'Varela Round', sans-serif;
margin-left: 3%;
margin-right: 2%;
font-size: 19px;
color: black;
max-width: 100%;
text-align: left;
font-weight: 900;
}







#nowyblog {
	padding: 3rem 5%;
	max-width: 1000px;
	margin: 0 auto;
}


.blogcalosc {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 2rem;
}


.foto {
	width: 320px;
	background: #ffd4d1;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.0s ease;
}


.foto:hover {
	transform: translateY(0px);
}


.foto1 {
	height: 200px;
	position: relative;
	overflow: hidden;
	
}


.fotografia {
	width: 100%;
	height: 100%;
	background-size: 320px 250px;
	background-position: center;
	background-repeat: no-repeat;
}


.dataiopis1 {
	font-family: 'Varela Round', sans-serif;
	font-size: 17px;
	font-weight: 900;
    padding: 10px 0 0 10px;
}


.dataiopis2 {
	font-family: 'Varela Round', sans-serif;
	line-height: 1.6;
	font-size: 17px;
	font-weight: 900;
	padding: 10px 0 0 10px;
}


.dataiopis3 {
	font-family: 'Varela Round', sans-serif;
	line-height: 1.6;
	font-size: 13px;
	font-weight: 100;
	padding: 10px 10px 20px 10px;
}














/* odnosnik do bloga */


.blog-link {
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 400px;
    height: 70px;
    background: #f2f2f2;
    border: 1px solid #c2c2c2;
    border-radius: 12px;
    text-decoration: none;
    color: #000;
    font-family: 'Varela Round', sans-serif;
    font-size: 17px;
    padding: 10px;
    box-sizing: border-box;
    gap: 15px;
    transition: 0.3s;
}

.blog-link:hover {
    background: #e6e6e6;
}

.icon {
    width: 40px;
    height: 40px;
    background-image: url("https://cdn-icons-png.flaticon.com/512/1041/1041916.png");
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}


.red {
    color: red;
}


@media (max-width: 580px) {
    .blog-link {
        width: 290px;
        height: 85px;
        font-size: 16px;
        gap: 10px;
        padding: 8px;
    }

    .icon {
        width: 30px;
        height: 30px;
    }
}








.baner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 154px;   /* było 180 */
    height: 22px;   /* było 40 */
    background-color: #f8f8f8;
    border: 1px solid #333;
    border-radius: 6px;
    text-decoration: none;
    color: #222;
	font-family:'Source Sans 3',sans-serif;
    font-size: 13px; /* było 14 */
    font-weight: 800;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}



.baner-link i {
    color: #333;
}


.banery-wrapper {
    display: flex;
    justify-content: center; /* wyśrodkowanie */
    gap: 15px; /* odstęp między nimi */
    margin-top: 15px;
    flex-wrap: wrap; /* żeby się nie rozjechały na mobile */
}







.aktualizacja {
    display: inline-block;
    padding: 1px 4px 1px 4px;
    background-color: #DFFFD6;
    border: 1px solid #333;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
	font-family: 'Varela Round', sans-serif;
    font-size: 11px; /* było 14 */
    font-weight: bold;
}




















/* =======================================================
   OKRĄGŁE ODNOŚNIKI ZE ZDJĘCIAMI
   ======================================================= */

.kola-menu{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:24px;
    margin:35px auto 25px auto;
}

.kolo-link{

    width:120px;
    height:120px;

    position:relative;
    overflow:hidden;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;
    border:2px solid #ffffff;

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    text-decoration:none;

    box-shadow:0 6px 18px rgba(0,0,0,.18);

    transition:.35s;
}

/* brak przyciemnienia zdjęcia */
.kolo-link::before{

    content:"";
    position:absolute;
    inset:0;

    background:rgba(0,0,0,0);

    transition:.35s;
}

/* po najechaniu lekkie przyciemnienie */

.kolo-link:hover{

    transform:scale(1.06);

    box-shadow:0 10px 24px rgba(0,0,0,.28);
}

.kolo-link:hover::before{

    background:rgba(0,0,0,.18);
}

/* napis */

.kolo-link span{

    position:relative;
    z-index:2;

    padding:8px;

    color:#FFD600;

    font-family:'Source Sans 3',sans-serif;
    font-size:15px;
    font-weight:900;

    text-align:center;
    line-height:1.25em;

    text-shadow:
        0 0 3px #000,
        0 0 6px #000,
        2px 2px 6px #000;
}



/* =======================================================
   ZDJĘCIA
   ======================================================= */

.zimno{
    background-image:url("mini/E6ACT/et26-007_3.jpg");
}

.beczki{
    background-image:url("mini/EU07/eu07-148_1.jpg");
}

.ciemno{
    background-image:url("galerie/EP07/ep07-1052_1.jpg");
}

.samotnie{
    background-image:url("mini/X4EC/193-563_2.jpg");
}



/* =======================================================
   TELEFON
   ======================================================= */

@media (max-width:800px){

.kola-menu{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    justify-items:center;
    gap:18px;
    max-width:240px;
    margin:35px auto;
}

.kolo-link{

    width:105px;
    height:105px;
}

.kolo-link span{

    font-size:14px;
	font-family:'Source Sans 3',sans-serif;
}

}







/* =======================================================
   PRZEŁĄCZNIK JĘZYKA - TELEFON
   ======================================================= */

@media (max-width:800px){

.lang-switch {

    position: static;
    display: flex;
    justify-content: flex-end;

    max-width: 650px;
    margin: 15px 20px 8px 20px;

    gap: 5px;
}

.lang-btn {

    padding: 3px 7px;
    font-size: 11px;
    border-radius: 6px;

}

}