 /*
Theme Name: FG
*/
@charset "utf-8";
/* CSS Document for FG*/
body {
	background-color: #fff !important;
	margin: 0px;
	padding: 0px;
	font-family: Roboto, CenturyGothic, Helvetica, Arial, serif;
    font-size: 12px;
	position: relative;
	line-height: 1.4;
	box-sizing: border-box;
}
id, div, p, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
	transition: all ease 0.2s;
}
a:hover {
	color: var(--blue-color);
	transition: all ease 0.2s;
}
/*
h1 {
	color: #418db9;
	font-size: 25px;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
}
h4 {
	color: #676865;
	font-size: 12px;
}
*/
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.center_text {
	text-align: center;
}
.left_text {
	text-align: left;
}
.right_text {
	text-align: right;
}
.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.img-adaptive {
	display: block;
	max-width: 100%;
	height: auto;
}
input, textarea {outline:none;}
:root {
   /* --grey-color: #d7d7d7;*/
	--grey-color: #d8e1e8;
	--red-color: #e60004;
	--black-color: #000;
	--blue-color: /*#6e3031*/#0092dd;
	--white-color: #fff;
	--dark-color: #02182f;
}
.new_row {
	display: block;
	color: black !important;
}

/*------------- HEADER black top -------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	height: 110px;
	margin: 0 auto;
	/*padding-bottom: 10px;
	padding-top: 10px;*/
	background-color: rgba(255,255,255,0.99);
	box-shadow: 0 0 3px 5px rgba(0,0,0,0.03);
}
.header_line {
	max-width: 1200px;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
} 
.logo{
	margin-top: 0;
	display: flex;
  flex-direction: row;
  align-items: center;
}

.logo a img {
	width: auto;
	height: 85px;
}
.logo div {
	margin-left: 10px;
	margin-top: 13px;
	text-transform: uppercase;
	font-size: 13px;
	padding: 1px 0 2px;
	border-bottom: 2px solid #c31435;
	border-top: 2px solid #0764ed;
	color: #3a45b2;
}
.menu ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.menu ul li {
	list-style: none;
	margin: 0 25px;
}
.menu ul li a {
	padding-bottom: 3px;
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 15px;
	color: var(--black-color);
}
.menu ul li a:hover {
	text-decoration: none;
	border-bottom: 2px dotted var(--red-color);
}
.phone {
	font-size: 20px;
	margin-top: -3px !important;
	margin-left: 60px !important;
}
.phone a:hover {
	text-decoration: none;
	border-bottom: none;
}
.phone img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.open_menu {
	cursor: pointer;
	margin-right: 30px;
}
.menu_lines {
	width: 40px;
	height: 3px;
	background-color: var(--blue-color);
	position: relative;
}
.menu_lines::before {
	width: 40px;
	height: 3px;
	background-color: var(--blue-color);
	position: absolute;
	top:-10px;
	display: block;
	content: '';
}
.menu_lines::after {
	width: 40px;
	height: 3px;
	background-color: var(--blue-color);
	position: absolute;
	top: 10px;
	display: block;
	content: '';
}
.close_menu {
	display: none;
}
/*------------- First Part -------------*/
.first_part {
	width: 100%;
	height: 100vh;
	background-color: var(--dark-color);
	background-image: url("../images/tlo50.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.first_part_1 {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: center;
}
.tooth_text {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	align-items: center;
	/*background-color: rgba(255,255,255,0.75);
	padding-left: 100px;
	padding-right: 100px;*/
}
.center_white {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 3px 5px rgba(0,0,0,0.05);
	border-radius: 12px;
	transition: all ease 0.3s;
	border: 2px solid #fff;
}
.center_white:hover {
	box-shadow: 0 3px 5px 5px rgba(0,0,0,0.15);
	transition: all ease 0.3s;
}
.blue_line {
	width: 345px;
	height: 2px;
	background-color: var(--blue-color);
	margin-top: 5px;
	margin-bottom: 30px;
}
.first_part_bold {
	font-size: 46px;
	color: #fff;
	font-weight: bold;
}
.first_part_bold_1 {
	font-size: 56px;
	color: var(--blue-color);
	/*font-weight: bold;*/
}
.first_part_serv {
	font-size: 36px;
	color: var(--blue-color);
	/*font-weight: lighter;*/
}
.tooth_img img {
	max-height: 80vh;
}
.button_a {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.button_a a {
	padding: 6px;
	border-radius: 5px;
	/*margin: 5px 10px 0 10px;*/
	font-size: 16px;
	color: var(--blue-color);
	transition: all ease 0.3s;
}
.button_a a img {
	max-width: 250px;
}
.stomat_a {
	margin-right: 35px;
	height: 300px;
	width: 450px;
	background-image: url("../images/b1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.labor_a {
	height: 300px;
	width: 450px;
	background-image: url("../images/b2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.stomat_a a, .labor_a a {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 3px 6px 5px rgba(0,0,0,0.16);
	padding: 10px 20px;
}
.stomat_a a:hover, .labor_a a:hover {
	color: #fff;
	background-color: var(--blue-color);
	transition: all ease 0.3s;
}
/*------------- O firmie -----------*/
.o_firmie {
	background: url("../images/medlab+++.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.o_firmie .title_page {
	margin-top: 30px;
	color: var(--black-color);
}
.o_firmie, .stomatologia, .laboratorium, .kontakt {
	padding-top: 110px;
	width: 100%;
	height: calc(100vh - 110px);
}
.o_firmie .left_block {
	width: 90%;
}
.o_firmie .contant_page {
	background: rgba(255,255,255,0.75);
	border: 1px solid white;
    padding: 25px 0;
    border-radius: 15px;
}
.o_firmie ul {
	margin-left: 25px;
}
.kontakt {
	padding-top: 110px;
	width: 100%;
	/*padding-bottom: 110px;*/
	background: url("../images/back_kont_2.png") bottom right, url("../images/back_kont_1.png") top left;
	background-repeat: no-repeat;
	/*background-position: bottom center;*/
}
.title_page {
	text-align: center;
	margin:0 auto 45px;
	color: var(--blue-color);
	font-size: 40px;
	padding-bottom: 10px;
}
/*
.title_page span {
	border-bottom: 2px dotted var(--blue-color);
}
*/
.contant_page {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: /*space-around*/center;
}
.left_block {
	width: 45%;
	float: left;
	/*padding-right: 25px;*/
}
.right_block {
	width: 45%;
	float: right;
	/*padding-left: 25px;*/
}
.right_block img {
	width: 100%;
}
.main_about {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.about_p {
	line-height: 1.4;
	font-size: 16px;
	text-align: justify;
}
.about_p p {
	margin-bottom: 25px;
}

/*------------- O firmie -----------*/
.title_page_2 {
	text-align: center;
	margin:0 auto 45px;
	color: #fff; 
	background-color: var(--blue-color);
	font-size: 40px;
	/*padding-bottom: 10px;*/
	line-height: 2;
}
/*
.title_page_2 span {
	border-bottom: 2px dotted #fff;
}
*/
.stomatologia .left_block img {
	width: 100%;
}
.kontakt_p p { 
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	text-transform: uppercase;
	/*margin-top: 85px;*/
}
.kontant_white {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 55px 0;
  border-radius: 20px;
}
.kontakt .contant_page {
	margin-bottom: 20px;
}
.kontakt .left_block p, .kontakt .right_block p{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.kontakt p, .kontakt p a{
	font-size: 16px;
}
.kontakt p a {
	text-decoration: underline;
}
.left_block .icon_kontakt, .right_block .icon_kontakt, .kontakt .main_about img {
	width: 30px;
	margin-right: 25px;
}
.kontakt .mail_part {
	margin-bottom: 55px;
}
.kontakt .mail_part img {
	width: 30px;
	margin-right: 25px;
}
.adres {
	margin-top: 40px;
}
/*------------- ODDZIAL -----------*/
.title_page_3 {
	text-align: center;
	margin: 75px auto 45px;
	color: #fff; 
	background-color: #46abdf;
	font-size: 38px;
	/*padding-bottom: 10px;*/
	line-height: 2;
	text-transform: uppercase;
}
/*------------- FOOTER -------------*/

footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--black-color);
	border-top: 1px solid #eee;
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0 0 -3px 5px rgba(0,0,0,0.03);
	text-align: center;
}
footer div p {
	font-weight: bold;
}
.footer_menu {
	max-width: 1200px;
	margin: 0 auto;
}
.footer_menu ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.footer_menu ul li {
	list-style: none;
	margin: 0 25px;
}
.footer_menu ul li a {
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
}
.footer_menu ul li a:hover {
	text-decoration: none;
	border-bottom: 2px solid var(--red-color);
}

#go-up {
	display: none;
	position: fixed;
	bottom: 10%;
	right: 5%;
	width: 50px;
	height: 50px;
	background-color: rgba(255,255,255,0.5);
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	cursor: pointer;
	z-index: 8;
	text-decoration: none;
	font-size: 30px;
	text-align: center;
	color: var(--dark-color);
	transition: all ease 0.2s;
	line-height: 50px;
}
#go-up:hover{
	color: var(--lblue-color);
	background-color: rgba(255,255,255,0.2);
	transition: all ease 0.2s;
}
