
html,
body {
	height: 100%;
	font-family: "PT Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #353535;
	font-weight: 700;
	line-height: 1;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	color: #505050;
	line-height:20px;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
Helper CSS
 -----------------------*/

.section-title {
	margin-bottom: 60px;
}

.section-title h2 {
	font-size: 48px;
	line-height: 1;
}

.section-title h2 span {
	background: #fcff18;
	display: inline-block;
	padding: 0 4px;
}

.section-title p {
	padding-top: 25px;
}

.section-title.text-white span {
	color: #353535;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
Commom elements
 -----------------------*/

.elements-section {
	padding: 121px 0 80px;
}

.element {
	margin-bottom: 70px;
}

.element:last-child {
	margin-bottom: 0;
}

.element .el-title {
	margin-bottom: 75px;
}

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 18px;
	font-weight: 700;
	min-width: 228px;
	padding: 20px 40px;
	background: #fcff18;
	color: #353535;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #353535;
}

.site-btn.sb-dark {
	background: #242424;
	color: #fcff18;
}

.site-btn.sb-dark:hover {
	color: #fcff18;
}

.site-btn.sb-line {
	background: transparent;
	border: 2px solid #242424;
	padding: 18px 40px;
	color: #242424;
}

.site-btn.sb-line:hover {
	color: #242424;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #FCFF18;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #FCFF18;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}



/* tab */

.tab-element .nav-tabs {
	border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
	border-radius: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1f1f1f;
	border: none;
	padding: 18px 30px;
	margin-right: 9px;
	background: #fcff18;
	margin-bottom: 10px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
	margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
	background: #000;
	color: #fff;
}

.tab-element .nav-tabs .nav-link:focus,
.tab-element .nav-tabs .nav-link:hover {
	border: none;
}

.tab-element .tab-pane {
	padding-right: 16px;
}

.tab-element .tab-pane p {
	padding-top: 20px;
}


/* Icon Box*/

.icon-box-item {
	text-align: center;
	margin-bottom: 40px;
}

.icon-box-item .ib-icon {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	color: #000000;
	font-size: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #f6f9fa;
	margin: 0 auto 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.icon-box-item h4 {
	margin-bottom: 10px;
}

.icon-box-item p {
	margin-bottom: 0;
}

.icon-box-item:hover .ib-icon {
	background: #fcff18;
}

/*------------------
Header section
 ---------------------*/

.site-logo {
	display: inline-block;
	padding: 15px 35px;
}

.main-menu {
	list-style: none;
	float: right;
}

.main-menu li {
	display: inline-block;
	padding-top: 33px;
}

.main-menu li a {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-right: 25px;
	padding: 12px 15px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.main-menu li a.active,
.main-menu li a:hover {
text-decoration: underline;
}
.header-right {
	float: right;
	padding-top: 0 !important;
}

.header-right .hr-box {
	width: 394px;
	padding: 37px 22px;
	background: #fcff18;
}

.header-right .hr-box img {
	float: left;
	margin-right: 18px;
}

.header-right .hr-box h6 {
	overflow: hidden;
}

.slicknav_menu {
	display: none;
}

/* ----------------
Hero section
 ---------------------*/

.hero-section {
	height: 860px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.hero-text {
	padding-top: 100px;
}

.hero-text h2 {
	font-size: 96px;
	color: #fff;
	line-height: 1;
}

.hero-text h2 span {
	color: #fcff18;
}

.hero-text .site-btn {
	margin-top: 44px;
}


/* --------------
==================
Other Pages
==================
-----------------*/

.page-top-section {
	height: 272px;
	text-align: center;
	padding-top: 95px;
}

.page-top-section h2 {
	display: inline-block;
	position: relative;
	font-size: 72px;
	color: #fff;
	padding-bottom: 17px;
}

.page-top-section h2:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 6px;
	bottom: 0;
	left: 0;
	background: #fcff18;
}



/* ----------------
Classes Page
 ---------------------*/
.zakres {
position: relative;
	border: 2px solid #ffffff;
	text-align: center;
	padding: 50px 10px 31px;
	height: 13px;
	margin-bottom: 0px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.service-section {
	padding: 52px 0 55px;
}

.service-section .icon-box-item {
	margin-bottom: 20px;
}

.pricing-section {
	padding: 121px 0 91px;
}

.pricing-section .section-title {
	margin-bottom: 74px;
}

.pricing-box {
	position: relative;
	border: 2px solid #ffffff;
	text-align: center;
	padding: 62px 40px 31px;
	height: 593px;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}




.classes-section {
	padding: 121px 0;
		background: #DADADA;
}

.classes-section .section-title h2 {
	line-height: 1.2;
}

.classes-section .section-title h2 span {
	line-height: 1;
}

.classes-text {
	padding-right: 20px;
}

.classes-text p {
	margin-bottom: 50px;
}


.site-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	min-width: 33px;
	height: 37px;
	text-align: center;
	font-size: 16px;
	color: #242424;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 5px;
}

.site-pagination a.active {
	min-width: 37px;
	color: #fff;
	background: #000;
}

/* ----------------
Contact page
 ---------------------*/

.contact-section {
	padding-top: 110px;
}

.contact-title {
	margin-bottom: 76px;
}

.contact-info-warp {
	margin-bottom: 30px;
}

.contact-info-warp h4 {
	margin-bottom: 30px;
}

.contact-info-warp .contact-info img {
	float: left;
	margin-right: 12px;
	padding-top: 7px;
}

.contact-info-warp .contact-info p {
	line-height: 1.8;
	margin-bottom: 0;
}

.contact-info-warp .contact-info .cf-text {
	max-width: 145px;
	overflow: hidden;
}

.contact-form {
	margin-bottom: 84px;
}

.contact-form input[type=text],
.contact-form textarea {
	width: 100%;
	height: 60px;
	padding: 10px 29px;
	border: none;
	background: #edf3f5;
	margin-bottom: 19px;
	font-style: italic;
	font-size: 16px;
	color: #242424;
}


.header-fixed {
	background-color:#292c2f;
	box-shadow:0 1px 1px #ccc;
	padding: 20px 20px;
	height: 100px;
	color: #ffffff;
	box-sizing: border-box;
	top:-100px;

	-webkit-transition:top 0.3s;
	transition:top 0.3s;
}

.header-fixed .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

/*	The header placeholder. It is displayed when the header is fixed to the top of the
	browser window, in order to prevent the content of the page from jumping up. */

.header-fixed-placeholder{
	height: 100px;
	display: none;
}

/* Logo */

.header-fixed .header-limiter h1 {
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-fixed .header-limiter h1 span {
	color:#FCFF18;
}

/* The navigation links */

.header-fixed .header-limiter a {
	color: #ffffff;
	text-decoration: none;
}

.header-fixed .header-limiter nav {
	font:16px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-fixed .header-limiter nav a{
	display: inline-block;
	padding: 10px 5px 5px 5px;
	text-decoration:none;
	color: #ffffff;
	opacity: 0.9;
}

.header-fixed .header-limiter nav a:hover{
	opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
	color: #FCFF18;
	pointer-events: none;
	opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
	padding: 10px 10px;
	height: 50px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

body.fixed .header-fixed-placeholder {
	display: block;
}

body.fixed .header-fixed .header-limiter h1 {
	font-size: 24px;
	line-height: 30px;
}

body.fixed .header-fixed .header-limiter nav {
	line-height: 28px;
	font-size: 13px;
}


/* Making the header responsive */

@media all and (max-width: 600px) {

	.header-fixed {
		padding: 20px 0;
		height: 75px;
	}

	.header-fixed .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}

	.header-fixed .header-limiter nav {
		line-height: 1;
		float:none;
	}

	.header-fixed .header-limiter nav a {
		font-size: 13px;
	}

	body.fixed .header-fixed {
		display: none;
	}

}

/*
	 We are clearing the body's margin and padding, so that the header fits properly.
	 We are also adding a height to demonstrate the scrolling behavior. You can remove
	 these styles.
 */

body {
	margin: 0;
	padding: 0;
	
}

/* ----------------
Responsive
 ---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu li a {
		margin-right: 10px;
	}
	.header-right .hr-box {
		width: 240px;
		padding: 20px 20px;
	}
	.hero-text h2 {
		font-size: 80px;
	}
	.add-text {
		padding-left: 0;
	}
	.section-title h2 {
		font-size: 43px;

	}
	.newsletter-form {
		margin-left: 0;
	}
	.footer-widget .social-links a {
		margin-left: 15px;
	}
	.add-text h2 {
		margin-right: 100px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-logo {
		max-width: 165px;
		padding: 15px 15px;
	}
	.main-menu li a {
		margin-right: 5px;
		font-size: 18px;
		padding: 5px;
	}
	.header-right .hr-box {
		width: 205px;
		padding: 31px 10px;
	}
	.hero-text h2 {
		font-size: 60px;
	}
	.bmi-bg {
		display: none;
	}
	.newsletter-section {
		text-align: center;
	}
	.newsletter-form {
		margin-top: 50px;
		margin-left: 0;
	}
	.footer-menu li a {
		margin-left: 10px;
	}
	.about-img {
		text-align: center;
		margin-bottom: 40px;
	}
	.about-img img {
		position: relative;
		left: 0;
		top: 0;
	}
	.certified-section {
		background-position: right center;
	}
	.sidebar {
		padding-top: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.site-logo {
		padding-left: 15px;
	}
	.main-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.slicknav_menu {
		display: block;
		background: transparent;
		padding: 0;
		margin-top: -43px;
	}
	.slicknav_nav {
		background: #353535;
	}
	.slicknav_nav ul {
		margin: 0;
	}
	.slicknav_nav .slicknav_row,
	.slicknav_nav a {
		padding: 10px 20px;
		margin: 0;
	}
	.slicknav_nav .slicknav_row.active,
	.slicknav_nav a.active {
		color: #fcff18;
	}
	.slicknav_nav a:hover {
		border-radius: 0;
	}
	.slicknav_nav .slicknav_row:hover {
		border-radius: 0;
	}
	.slicknav_btn {
		margin: 0 0 10px 0;
		position: relative;
		top: -23px;
		right: 15px;
		background: #353535;
	}
	.header-right {
		float: none;
		background: #fcff18;
		text-align: center;
	}
	.header-right .hr-box {
		padding: 20px 52px;
		margin: 0 auto;
		max-width: 294px;
		text-align: left;
	}
	.hero-section {
		height: auto;
	}
	.hero-text {
		padding-top: 200px;
		padding-bottom: 180px;
	}
	.hero-text h2 {
		font-size: 60px;
	}
	.add-text {
		padding-left: 0;
	}
	.add-text h2 {
		font-size: 55px;
	}
	.bmi-bg {
		display: none;
	}
	.bmi-calculator-warp {
		padding: 48px 20px 40px;
	}
	.newsletter-section {
		text-align: center;
	}
	.newsletter-form {
		margin-top: 50px;
		margin-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-menu {
		text-align: center;
	}
	.footer-menu li a {
		margin-left: 5px;
	}
	.footer-menu li:first-child a {
		margin-left: 0;
	}
	.copyright {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.about-img {
		text-align: center;
		margin-bottom: 40px;
	}
	.about-img img {
		position: relative;
		left: 0;
		top: 0;
	}
	.certified-section {
		background-position: right center;
	}
	.certified-form .site-btn {
		float: none;
	}
	.certified-form label.attach {
		margin-right: 15px;
		margin-bottom: 10px;
	}
	.sidebar {
		padding-top: 50px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.section-title h2 {
		font-size: 36px;
	}
	.hero-text h2,
	.page-top-section h2 {
		font-size: 48px;
	}
	.add-text h2 {
		font-size: 36px;
		margin-right: 0;
	}
}


/*****************MORDIXY******************/

.header {
	width:100%;
	padding:25px;
	background-color:#444;
	text-align:center;
}
.logo {
	display:inline-block;
	margin:auto;
}
.menu {
	display:inline-block;
	color:#fff;
	vertical-align:center;
	margin:auto;
}
.menu a {
	color:#fff;
}
.tel, .mail {
	margin:0 5px 0px 10px;
}
.flex-grid {
  display: flex;
}
.col {
  flex: 1;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .flex-grid {
    display: block;
  }
}

@media (max-width: 700px) {
  .big {
  	font-size:40px;
  }
}