html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

@font-face {
    font-family: 'robotobold';
    src: url('../font/roboto-bold-evadent.eot');
    src: url('../font/roboto-bold-evadent.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-bold-evadent.woff2') format('woff2'),
         url('../font/roboto-bold-evadent.woff') format('woff'),
         url('../font/roboto-bold-evadent.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('../font/roboto-black-evadent.eot');
    src: url('../font/roboto-black-evadent.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-black-evadent.woff2') format('woff2'),
         url('../font/roboto-black-evadent.woff') format('woff'),
         url('../font/roboto-black-evadent.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../font/roboto-light-evadent.eot');
    src: url('../font/roboto-light-evadent.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-light-evadent.woff2') format('woff2'),
         url('../font/roboto-light-evadent.woff') format('woff'),
         url('../font/roboto-light-evadent.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: 'robotolight', sans-serif;
    font-size: 16px;
    color: #3f3f3d;
    height: 100%
}
a:link {color:#3f3f3d;text-decoration:none;outline: 0;}    
a:visited {color:#3f3f3d;text-decoration:none;outline: 0;} 
a:hover {color:#3f3f3d;text-decoration:underline;outline: 0;}   
a:active {color:#3f3f3d;text-decoration:none;outline: 0;}
#wrapper{
    top: 0;
    bottom: 0;
    position:absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: 800px;
}
#left-side{
    position: relative;
    top:0;
    background-image: url('../img/orange-bg-medium.png');
    background-size: cover;
    width: 100%;
    height: inherit;
    z-index: 10;
    box-shadow: inset 0px 0px -4px 0px rgba(63,63,61,.26);
    padding-bottom:30px;
    margin-top: 0px;
}
#right-side{
    position: relative;
    width: 100%;
    min-height: calc(100% - 80px);
    z-index: 11;
    margin-left: 0px;
}
#cookieWarn{
    font-size: 12px;
	background: #bcb61e;
    position: fixed;
    z-index: 12;
    padding: 10px;
    width: calc(100% - 20px);
    text-align: center;
    bottom: 0px;
}
button{
    background: transparent;
    border: 1px;
    border-style: solid;
    padding: 0px;
    font-size: 12px;
    border-color: #3f3f3d;
    color: #3f3f3d;
    border: 1px solid rgba(63,63,61,.46);
    cursor: pointer;
}
b{
    font-family: 'robotobold';    
}
.rodoSection > p{
    text-align: justify;
    margin: 5px 0px;
}
.rodoSection > h3{
    font-family: 'robotobold';
    margin: 10px auto;
}
.rodoSection > ul{
    padding-left: 30px;
    text-align: justify;
}

#unia{
    margin: 100px auto 0 auto;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
}
.ue{
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    height:120px;
    -webkit-box-flex: 1;      
    -moz-box-flex: 1;         
    -ms-flex: 1;              
    flex: 1;
}
#maps, #maps2{
    margin-bottom: 30px;
	width: 100%;
	height: 330px;
	z-index: 9997;
	position: relative;
	border-style:solid;
	border-radius: 10px;
}
.adress{
	width: 268px;
	height: 330px;
    margin-left: 40px;
    position: absolute;
	background-color: #f4f3f2;
	z-index: 9998;
	opacity: 0.8;
}

.vcard{
	margin-top:35%;
	margin-left: 10px;
}

.title, .tel{
	font-family: 'robotobold';
}

.value{
	font-family: 'robotolight';
}

.organization-name{
	font-family: 'robotobold';
	margin-left: 58px;
	font-size: 18px;
}
.street-address{
	margin-left: 10px;
}
.locality, .region, .valueMargin{
	margin-left: 58px;
}
.mail{
	margin-left: 6px;
}
.blast {
  display: inline-block;
  opacity: 0;
}
#logo{
    background-image:url('../img/logo-med.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    width: 162px;
    height: 34px;
    margin-left: 37px;
}
#logo-opis{
    font-size:9.5px;
    margin-left: 37px;
    padding-top: 37px;
}
#regme{
    font-family: 'robotobold', sans-serif;
    font-size: 41.887px;
    line-height: 40px;
    text-align: center;
    margin: 50px auto 0px auto;
    position: relative;
    width: 320px;
}
#regme input[type="button"]{
    background: transparent;
    width: 204px;
    height: 43px;
    border: 1px;
    border-style: solid;
    padding: 0px;
    font-size: 16px;
    border-color: #3f3f3d;
    color: #3f3f3d;
    border: 1px solid rgba(63,63,61,.46);
    letter-spacing: 2px;
}
#container{
    margin-left: -4px;
    padding-left:28px;
    padding-right:28px;
    padding-bottom: 70px;
}
nav{
    width: 100%;
    margin-top: 49.5px;
    font-size: 18.54px;
}
nav ul{
        list-style-type: none;
        display: flex; 
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
}
nav ul li{
        display: inline-block;
        flex: auto;
        text-align: center;
        margin-left: 2px;
        margin-right: 2px;
        /*margin-left:10px;*/
}
h2{
    border-bottom: 1px solid rgba(63,63,61,.26);
    line-height:0.1em; margin:10px 0 20px;
    opacity: 0.4;
    padding-left: 50px;
    margin: 38px 0px 38px 0px;
}
h2 span{
    background: #fff;
    padding:0 10px;
}
.opis{
    margin-bottom: 38px;
    text-align: justify;
}
.opis p{
    line-height: 28px;
    margin-bottom:10px;
    font-family: 'robotobold';
    font-size: 20px;
}
.opis ul{
    width:60%;
    text-align: center;
    margin: 38px auto ;
}
#profilaktyka{
    background-image: url('../img/profilaktyka-medium.png');
}
#endodoncja{
    background-image: url('../img/endodoncja-medium.png');
}
#estetyczna{
    background-image: url('../img/estetyczna-medium.png');
}
#protetyka{
    background-image: url('../img/protetyka-medium.png');
}
#pedodoncja{
    background-image: url('../img/pedodoncja-medium.png');
}
#zachowawcza{
    background-image: url('../img/zachowawcza-medium.png');
}
#radiologia{
    background-image: url('../img/radiologia-medium.png');
}
#chirurgia{
    background-image: url('../img/chirurgia-medium.png');
}
#periodontologia{
    background-image: url('../img/periodontologia-medium.png');
}
#laseroterapia{
    background-image: url('../img/laseroterapia-medium.png');
}
#ozonoterapia{
    background-image: url('../img/ozonoterapia-medium.png');
}
#sedacja{
    background-image: url('../img/sedacja-medium.png');
}
#rakowe{
    background-image: url('../img/rakowe-medium.png');
}
.oferta{
    background-position: center top;
    position: relative;
    width: 60%;
    margin: 0 auto;
    background-repeat:no-repeat;
    margin-bottom: 40px;
    padding-top: 1px;
}
.oferta h3{
    margin-top:114px;
    margin-bottom: 15px;
    font-family: 'robotobold';
    font-size: 18px;
    text-align: center;
}
.oferta ul{
    font-size: 14px;
    margin-left:30px;
}
.male{
    background-image: url('../img/male-pictogram-medium.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top:75px;
    margin-bottom: 38px;
    text-align: center;
    flex:1;
    width: 100%;
}
.female{
    background-image: url('../img/female-pictogram-medium.png');
    background-repeat: no-repeat;
    background-position: center top;
    padding-top:75px;
    margin-bottom: 38px;
    text-align: center;
    flex:1;
}
 #tabrej{
    width: 100%;
}
#tabrej tr:first-child{
    font-family: 'robotobold';
    font-size: 18px;;
}
#tabrej td{
    height: 100px;
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px;
}

#tabrej td:first-child{
    background-color: #E9FCC0;
}
#tabrej td:nth-child(2){
    background-color: #E9FCC0;
}
#tabrej td:nth-child(3){
    background-color: #E9F5D0;
}
#ue1{
    background-image: url('../img/ue1.svg');
    min-width: 200px;
    max-width: 250px;
}
#ue2{
    background-image: url('../img/ue2.svg');
    min-width: 80px;
}
#ue3{
    background-image: url('../img/ue3.svg');
    min-width: 200px;
    max-width: 250px;
}
footer{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width:100%;
    height: 70px;
    opacity: 0.5;
}