/*
	Theme Name: normobaria
	Text Domain: normobaria
	Version: 1.1
	Requires at least: 4.7
	Requires PHP: 5.2.4
	Description: Szablon strony internetowej dla normobaria-gdynia.pl
	Author: EVADA
	Author URI: https://evada.pl/
*/

/*-----------------------------------------------------------
	Page Loader
-------------------------------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	z-index: 999999; /* makes sure it stays on top */
    background: #F1F1F1;
}

#status {
    width: 150px;
    height: 70px;
	position: absolute;
	left: 0; /* centers the loading animation horizontally one the screen */
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%; /* centers the loading animation vertically one the screen */
}


/*Section common*/

.content-wrapper{
	margin-top: 100px;
}

.section-width{
	width: 100%;
	max-width: 1670px;
	padding: 0 30px;
	margin: auto;
}

#default-page-template.section .section-width{
	max-width: 1280px;
}

#default-page-template.section a{
	font-weight: 400;
	color: #007bff;
}

#default-page-template.section h1{
	margin-bottom: 70px;
}

#default-page-template.section h2 {
    font-size: 25px;
    margin: 50px 0 30px;
    font-weight: 500;
}

#default-page-template.section ul {
    margin-bottom: 15px;
    margin-left: 0;
}

#default-page-template.section ul li {
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
}

#default-page-template.section ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #2c8ae7;
}

/*Slider Bootstrap*/


.slider {
	margin: 0;
	position: relative;
	transition: all 1s;
	z-index: 1;
}

.slider .section-width {
	max-width: 100%;
	width: 100%;
	height: 100%;
	padding: 0;
	background-size: cover;
	position: relative;
}

.slider .carousel-inner .section-width {
	display: flex;
}

.slider .image-wrapper {
	width: 60%;
	height: 100%;
	display: flex;
	position: relative;
}

.slider .image-wrapper:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/wp-content/themes/normobaria/images/wave3.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right;
	z-index: 9;
}

.slider .image-wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	bottom: 0;
}

.slider .section-width .support-wrapper {
	width: 40%;
	margin: 0 auto;
	padding-top: 90px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.slider-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 80%;
}

.slider-content h1 {
	font-size: calc(30px + (50 - 30) * ((100vw - 992px) / (1920 - 992)));
	line-height: 1.2;
	letter-spacing: 1.2;
	color: #009ee3;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
}

.slider-content h1 span {
	color: #000000;
}

.slider .text-editor {
	margin: 50px 0;
}

.slider .text-editor p {
	font-family: "Fira Sans", sans-serif;
	font-size: calc(16px + (18 - 16) * ((100vw - 992px) / (1920 - 992)));
	position: relative;
}

.slider .text-editor ul {
	list-style: circle;
	margin: 1rem 0;
	padding-left: 2rem;
	font-size: calc(16px + (18 - 16) * ((100vw - 992px) / (1920 - 992)));
}

.slider .button-section {
	justify-content: space-between;
	align-items: center;
	display: flex;
	position: relative;
	cursor: pointer;
	height: 60px;
	width: 193px;
	background-color: #009ee3;
	align-items: center;
	justify-content: center;
}

.slider .button-section a {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: white;
	letter-spacing: 0.45px;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 10px 10px;
	margin: 0;
	border: 1px solid transparent;
	transition: all 0.5s;
}

.slider .button-section a:hover {
	border: 1px solid white;
}

.carousel-item {
	left: 0;
	max-height: 100vh;
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	transition: 0.5s;
	position: relative;
}

.number-slide {
	font-size: 22px;
	letter-spacing: 0.55px;
	line-height: 27px;
	color: white;
}

.arrow-wrapper {
	position: absolute;
	width: 131px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 35px;
	left: 8vw;
	margin: auto;
	z-index: 100;
	background-color: #009ee3;
}

.home .arrow-wrapper {
	display: block;
}

.arrows {
	position: absolute;
	bottom: 0;
	width: 131px;
	height: 70px;
	left: 0;
	right: 0;
	margin: auto;
}

.number-slide {
	font-weight: 300;
	font-style: normal;
	font-size: calc(30px + (54 - 30) * ((100vw - 992px) / (1920 - 992)));
}

.counter {
	position: absolute;
	top: 3.75vw;
	width: 60px;
	height: 65px;
	left: 0;
	right: 0;
	margin: auto;
	align-items: center;
	justify-content: center;
	display: none;
}

.carousel-control-next,
.carousel-control-prev {
	width: 65px;
	position: inherit !important;
	opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 65px;
	height: 70px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none;
}

.carousel-control-prev-icon:before,
.carousel-control-next-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition-property: transform, background-color, border-color, box-shadow;
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
	transform: scale(0);
	background-color: #181d24;
}

.carousel-control-prev-icon:hover:before,
.carousel-control-next-icon:hover:before {
	transform: scale(1);
}

.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
	content: "";
	width: 16px;
	height: 16px;
	transition: 0.5s;
	background-image: url(/wp-content/themes/normobaria/images/arrow-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.carousel-control-prev-icon:after {
	right: 10px;
	transform: rotate(180deg);
}

.carousel-control-next-icon:after {
	left: 10px;
}

.carousel-indicators {
	max-width: 1700px;
	padding: 0 30px;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.carousel-indicators li {
	width: 32%;
	height: 2px;
	margin: 16px 0 0;
	border: none;
}

/* Nie moje */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Fira Sans", sans-serif;
	background-color: #fff;
	color: #082745;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 400;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

body.overflow {
	overflow-y: hidden;
}

a{
	transition: .5s;
}

a:hover{
	text-decoration: none;
	opacity: .8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	font-weight: 600;
	text-decoration: none;
}

ul,
ol,
p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	font-family: "Fira Sans", sans-serif;
	color: #082745;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	text-decoration: none;
}

/* CUSTOM SCROLL */
/* width */
::-webkit-scrollbar {
	width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #2c8ae7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #499ff5;
}
/* GLOBAL STYLE */
.mb20 {
	margin-bottom: 20px;
}
.bold {
	font-weight: 700 !important;
}
.blue {
	color: #2c8ae7;
}
.black {
	color: #333;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	align-items: center;
}

.btn-1 {
	border: 1px solid #fff;
	color: #fff;
	padding: 7px 15px;
	border-radius: 3px;
}

.btn-1:hover {
	border: 1px solid #2c8ae7;
	color: #2c8ae7;
}

.btn-2 {
	background-color: #fff;
	border: 1px solid #fff;
	padding: 7px;
	border-radius: 3px;
}

.btn-2 span {
	border: 1px solid #2c8ae7;
	padding: 12px 100px;
	border-radius: 3px;
	display: block;
	color: #2c8ae7;
}

.btn-2:hover {
	background-color: #2c8ae7;
}

.btn-2:hover span {
	color: #fff;
}

.btn-3 {
	background-color: #2c8ae7;
	border: 1px solid #2c8ae7;
	padding: 7px;
	border-radius: 3px;
}

.btn-3 span {
	border: 1px solid #fff;
	padding: 12px 100px;
	border-radius: 3px;
	display: block;
	color: #fff;
}

.btn-3:hover {
	background-color: #fff;
}

.btn-3:hover span {
	color: #2c8ae7;
}

.btn-link {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.btn-link:hover {
	color: #8cc3fb;
}

.btn-link i {
	font-size: 17px;
	position: relative;
	bottom: -2px;
	margin-left: 10px;
}

.btn-link-2 {
	color: #8cc3fb;
	text-decoration: none;
	font-size: 16px;
	line-height: 17px;
	display: flex;
	align-items: center;
}

.btn-link-2:hover {
	color: #fff;
}

.owl-carousel {
	position: relative;
}

.line {
	height: 10px;
	width: 1px;
	background: #3a3a39;
}

.wrapper-title {
	margin: 25px 0;
}

.ornament {
	display: block;
	height: 25px;
	width: 50px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	z-index: 99;
}

.ornament-blue {
	background-image: url("./assets/img/ornament-blue.svg");
}

.ornament-white {
	background-image: url("./assets/img/ornament-white.svg");
}

.bg-logo {
	position: relative;
}

.bg-logo::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.bg-logo-blue::before {
	content: "";
	background-image: url("./assets/img/bg-logo-blue.png");
}

.bg-logo-white::before {
	content: "";
	background-image: url("./assets/img/bg-logo-white.png");
}

/* CONTAINER WRAPPER */

.container-wrapper {
	max-width: 1670px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

/* HEADER */

header {
	background-color: #fff;
	position: relative;
	padding: 15px 0;
	z-index: 100;
}

header .container-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}

header.white-border {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.header-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	position: relative;
}

.mobile-menu {
	display: none;
}

.header-wrapper nav.menu {
	width: 50%;
}

header .menu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

header .menu ul li:not(:last-child) {
	margin-right: 15px;
}

header .menu ul li a {
	font-family: "Fira Sans", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: black;
	transition: 0.3s;
}

header .menu ul li a:hover,
header .menu ul li a.active {
	color: #2c8ae7;
}

header .fast-contact {
	width: 13%;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .fast-contact.btn-1 {
	border: 1px solid #082745;
	color: #082745;
	padding: 7px 15px;
	border-radius: 3px;
}

header .fast-contact.btn-1:hover {
	border: 1px solid #2c8ae7;
	color: #2c8ae7;
}

header .logo {
	width: 11%;
}

header .logo a {
	display: block;
}

header .logo img {
	width: 100%;
}

header .fast-contact i {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

/* MAIN-PAGE */

.main-page {
	max-height: 100%;
	z-index: 1;
	overflow: hidden;
}

.main-page .owl-carousel .item {
	height: 100vh;
	width: 100%;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.main-page .owl-carousel .item.item-1 {
	background-image: url("./assets/img/wtorkowe-seanse4.png");
	background-position: center;
}

.main-page .owl-carousel .item.item-2 {
	background-image: url("./assets/img/slider-image-4.webp");
}

.main-page .owl-carousel .item-wrapper .logo-box {
	max-width: 290px;
}

.main-page .owl-theme .owl-nav.disabled + .owl-dots {
	transform: rotate(90deg);
	height: 200px;
	position: absolute;
	left: -50px;
	top: 25%;
}

.main-page .owl-theme .owl-dots .owl-dot span {
	width: 32px;
	height: 6px;
	background: transparent;
	border: 1px solid #2c8ae7;
}

.main-page .owl-theme .owl-dots .owl-dot.active span,
.main-page .owl-theme .owl-dots .owl-dot:hover span {
	background: #2c8ae7;
}

/* INFO SECTION */

.section.info {
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("./assets/img/bg-image-2.webp");
	position: relative;
	padding: 50px 0;
	z-index: 2;
}

.section.info::before {
	content: "";
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("./assets/img/top-bg-white.png");
	position: absolute;
	width: 100%;
	height: 50px;
	top: -49px;
	left: 0;
	right: 0;
	z-index: 3;
}

.info-wrapper,
.health-wrapper,
.sport-wrapper,
.beauty-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	z-index: 3;
}

.left-side-wrapper,
.right-side-wrapper {
	width: 50%;
}

.info-wrapper .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	bottom: auto;
}

.info-wrapper .image-wrapper,
.health-wrapper .image-wrapper,
.sport-wrapper .image-wrapper,
.beauty-wrapper .image-wrapper {
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 450px;
	width: 470px;
	padding: 85px 0 0;
	position: relative;
}

.info-wrapper .image-wrapper:before,
.health-wrapper .image-wrapper:before,
.sport-wrapper .image-wrapper:before,
.beauty-wrapper .image-wrapper:before {
	content: "";
	height: 450px;
	width: 470px;
	position: absolute;
	left: 15px;
	top: 0;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("./assets/img/blob-line.svg");
}

.health-wrapper .image-wrapper:before {
	content: "";
	left: -15px;
	z-index: 1 !important;
}

.image-wrapper img {
	position: relative;
	bottom: -20px;
	z-index: 2 !important;
}

.info-wrapper .image-wrapper {
	background-image: url("./assets/img/blob.png");
	display: flex;
	align-items: center;
	justify-content: center;
}

.right-side-wrapper {
	padding: 75px 0 74px 10%;
}

.left-side-wrapper h2,
.right-side-wrapper h2 {
	margin-bottom: 25px;
}

.left-side-wrapper p,
.right-side-wrapper p {
	margin-bottom: 25px;
}

/* COUNTERUP */
.countup-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	color: #fff;
	padding: 50px 0 100px;
}

.countup .counterup-item {
	font-weight: 600;
	font-size: 31px;
	line-height: 1.4;
	text-align: center;
	padding: 70px 0 0;
	height: 190px;
	width: 190px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("./assets/img/blob.png");
	position: relative;
}

.countup .counterup-item::before {
	content: "";
	position: absolute;
	left: 5px;
	bottom: 5px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url("./assets/img/blob-line.svg");
	z-index: 8;
}

.countup .counterup-item span.counter {
	height: 90px;
	width: 90px;
	position: absolute;
	right: -20px;
	top: -20px;
	display: flex;
	line-height: 3;
	justify-content: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("./assets/img/blob-small.png");
}

.countup .counterup-item span.counter-info {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
}

/* HEALTH */

.section.health {
	position: relative;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgba(140, 195, 251, 1) 0%,
		rgba(44, 138, 231, 1) 100%
	);
	color: #fff;
	padding: 75px 0 0;
	z-index: 2;
	overflow: hidden;
}

.section.health::before {
	content: "";
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("./assets/img/top-bg-white.png");
	transform: rotate(180deg);
	transform-origin: 50% 50%;
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0;
	z-index: 3;
}

.section.health::after {
	content: "";
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("./assets/img/top-bg-white.png");
	transform: rotate(0deg);
	transform-origin: 50% 50%;
	position: absolute;
	width: 100%;
	height: 49px;
	bottom: 0;
	z-index: 3;
}

.health-wrapper .image-wrapper {
	background-image: url("./assets/img/blob.png");
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: 0;
}

/* SECTION SPORT */

.section.sport {
	padding: 75px 0 50px;
	z-index: 2;
	overflow: hidden;
}

.sport-wrapper .image-wrapper {
	background-image: url("./assets/img/blob.png");
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: 0;
}

/* SECTION BEAUTY */

.section.beauty {
	position: relative;
	width: 100%;
	background: linear-gradient(
		180deg,
		rgba(140, 195, 251, 1) 0%,
		rgba(44, 138, 231, 1) 100%
	);
	color: #fff;
	padding: 75px 0 0;
	z-index: 2;
	overflow: hidden;
}

.section.beauty::before {
	content: "";
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("./assets/img/top-bg-white.png");
	transform: rotate(180deg);
	transform-origin: 50% 50%;
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0;
	z-index: 3;
}

.beauty-wrapper .image-wrapper {
	background-image: url("./assets/img/blob.png");
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	bottom: -49px;
}

/* SECTION ARTYKLE */

.section.article {
	overflow-x: hidden;
}

.section.article .article-wrapper .owl-carousel a.btn-link-2{
	color: black;
}

.section.article .article-wrapper .owl-carousel a.btn-link-2:hover{
	color: black;
}

.section.artykle-1 .container-wrapper {
	padding-left: 12%;
	padding-right: 12%;
}

.section.article .container-wrapper {
	margin-top: 80px;
	padding-left: 155px;
	padding-right: 155px;
}

.section.article .article-wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: center;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("./assets/img/bg-image-2.webp");
	padding-bottom: 30px;
}

.article-box {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
}

.article-box .btn-box a {
    padding: 0;
    font-size: 22px;
	text-decoration: none;
}

.article-box .btn-box a:hover{
	color: white;
}

.article-box .btn-box .btn-link i{
	transition: .5s;
}

.article-box .btn-box a:hover i{
	margin-left: 20px;
}

.article-wrapper .wrapper-title {
	margin: 0;
}

.article-wrapper .wrapper-title h2 {
	margin: 20px 0 50px;
}

.article-wrapper .wrapper-title h3 {
	margin: 0 0 20px;
}

.article-box .article-image,
.article-box .article-info {
	width: 50%;
}

.article-box .article-info {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    background: linear-gradient( 180deg, rgba(140, 195, 251, 1) 0%, rgba(44, 138, 231, 1) 100% );
    color: #fff;
    padding: 55px;
}

.article-box .article-info h3 {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 40px;
}

.article-box .article-image {
	height: auto;
	width: 100%;
}

.article-box .article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-wrapper .btn-box {
	margin-top: 35px;
	text-align: center;
}

.article-slider {
	position: relative;
	margin-bottom: 40px;
}

.article-slider .item .image-wrapper {
	width: 100%;
	height: 225px;
}

.article-slider .item .image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	bottom: auto;
}

.article-slider .item .image-wrapper .btn-link-2 {
	padding-left: 0;
}

.section.article .article-wrapper .btn-link-2 {
	color: #2c8ae7;
}
.section.article .article-wrapper .btn-link-2:hover {
	color: #8fbff0;
}

.section.article .article-wrapper .btn-link-2 i {
	position: relative;
	top: 2px;
}

.article .owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

.article .owl-carousel .owl-nav span {
	font-size: 26px;
}

.article .owl-carousel .owl-nav button.owl-next,
.article .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 51px;
	height: 51px;
	border-radius: 50%;
	color: #fff;
	background: #2c8ae7;
	border: 1px solid #2c8ae7;
	transition: 0.3s;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	color: #2c8ae7;
	background: #fff;
}

.article .owl-carousel .owl-nav button.owl-next {
	right: -100px;
}
.article .owl-carousel .owl-nav button.owl-prev {
	left: -100px;
}

.article .card h3 {
	font-size: 20px;
	font-weight: 500;
	color: black;
}

/*  HOME PAGE BANNER */

.banner {
	background-image: url("./assets/img/bg-image-4.webp");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10% 0 17%;
	margin: 0 auto;
	text-align: center;
}

.banner .wrapper-title {
	max-width: none;
	text-align: center;
	margin: 0 auto 38px;
}

.banner .wrapper-title h2 {
	font-weight: 500;
	font-size: 37px;
	line-height: 1.4;
}

/* PAGE ABOUT */

.about {
	padding-top: 0px;
	background-image: url("./assets/img/bg-image-1.webp");
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.about .wrapper-title {
	max-width: none;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 35px;
}

.about .health-wrapper {
	padding-bottom: 100px;
}

.about .health-wrapper .image-wrapper {
	height: auto;
	width: 380px;
}

.about .health-wrapper .image-wrapper img {
	bottom: 0;
}

.about .health-wrapper .image-wrapper:before {
	content: "";
	top: auto;
}

.about .health-wrapper .wrapper-title {
	margin-bottom: 15px;
	text-align: left;
}

.about .health-wrapper .right-side-wrapper {
	padding: 75px 150px 75px 0;
}

.about .our-team {
	background-image: url("./assets/img/bg-logo-blue.png");
	background-position: top right;
	background-size: 35%;
	background-repeat: no-repeat;
	padding: 100px 50px;
}

.about .our-team .wrapper-title h2 {
	margin: 20px 0;
}

.about .our-team-wrapper {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.about .right-side-wrapper .image-wrapper,
.about .right-side-wrapper .image-wrapper:before {
	background-image: none;
}

.section.info .right-side-wrapper {
	position: relative;
}

.section.info .image-wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
}

.section.info .image-radius-wrapper {
	position: relative;
	height: 400px;
	width: 400px;
	/*border-radius: 20px;*/
	border-radius: 49% 51% 47% 53% / 30% 25% 75% 70%;
	overflow: hidden;
	position: relative;
}

.section.info .image-radius-wrapper img {
	width: 100%;
	height: auto;
	z-index: 1;
}

.section.info .right-side-wrapper .image-info {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-around;
}

.section.info .right-side-wrapper .image-info p {
	width: 45%;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	border: 1px solid #2c8ae7;
	color: #333;
	padding: 7px 10px;
	z-index: 2;
}

/* ABOUT PAGE // OUTS TEAM SECTION */
.about .our-team {
	display: none;
}

.about .our-team-wrapper .wrapper-title h4 {
	margin: 20px 0;
}

.about .our-team-wrapper .card {
	width: 24%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-between;
	border: none;
}

.about .image-wrapper,
.about .card-body {
	width: 100%;
}

.about .card .image-wrapper img {
	width: 100%;
}

.about .image-wrapper {
	min-height: 325px;
	height: auto;
	width: 100%;
	overflow: hidden;
}

.about .card-body {
	text-align: left;
	padding: 15px 0;
	min-height: 220px !important;
}

.about .card-body p {
	font-size: 16px;
	line-height: 23px;
	color: #3a3a3a;
}

/* PAGE PRICE */

.price {
	padding: 50px 0 30px;
	background-image: url("./assets/img/bg-image-3.webp");
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.price:before {
	content: "";
	background-image: url("./assets/img/bg-logo-blue.png");
	background-position: center right;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 485px;
	width: 490px;
	position: absolute;
	right: 0;
	top: 15%;
}

.price .container-wrapper {
	padding-left: 23%;
	padding-right: 23%;
}

.price table {
	margin-top: 50px;
}

.price table thead {
	background-color: #2c8ae7;
}

.price table thead td {
	color: #fff;
	border: 1px solid #c4c4c4;
}

.price table td {
	font-weight: 600;
	font-size: 16px;
	line-height: 17px;
	color: #3a3a3a;
	padding: 22px 30px;
	border: 1px solid #c4c4c4;
	box-sizing: border-box;
	text-align: center;
}

.price table td:first-of-type {
	text-align: left;
}

.price table td:nth-child(2),
.price table td:nth-child(3) {
	width: 125px;
}

.price table td.bold {
	font-weight: 900;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
}

/* PAGE WHY */

.why .video-box {
	min-height: 800px;
	height: 800px;
	position: relative;
}

.why .video-box video {
	height: 800px;
	width: 100%;
	object-fit: cover;
}

.why .information {
	margin: 80px auto 40px;
}

.why .reviews {
    margin: 80px auto;
    min-height: 300px;
	max-width: 1100px;
	background-image: url(./assets/img/bg-logo-blue.png);
    background-position: center bottom;
    background-size: 30%;
    background-repeat: no-repeat;
}

.why .reviews h2 {
	margin-bottom: 45px;
}

.why .information-wrapper,
.why .reviews-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.why .information .information-image,
.why .reviews .reviews-image {
	width: 10%;
	position: relative;
	height: 365px;
	width: 100%;
	max-width: 372px;
	max-height: 365px;
}

.why .information .information-image {
	left: 100px;
}

.why .information p {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #3a3a3a;
}

.why .reviews .reviews-image {
	right: 100px;
}

.why .information .information-image img,
.why .reviews .reviews-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.why .information .information-text{
	width: 95%;
	background-image: url("./assets/img/bg-image-5.png");
	background-color: #e8f3ff;
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 8%;
}

.why .reviews .reviews-text {
    width: 80%;
    text-align: center;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.why .information .information-text p,
.why .reviews .reviews-text p {
	margin-bottom: 22px;
}

.why .information .information-text p:last-child {
	margin-bottom: 0px;
}

.why .list-benefits {
	background-image: url("./assets/img/bg-logo-blue.png");
	background-position: center center;
	background-size: 30%;
	background-repeat: no-repeat;
	padding: 100px 0;
	margin: 0 auto;
}

.why .list-benefits .container-wrapper,
.why .list-contraindications .container-wrapper {
	padding: 0 13%;
}

.why .list-contraindications {
	background-image: url("./assets/img/bg-image-1.png");
	background-color: #e8f3ff;
	background-position: center center;
	background-size: 100%;
	padding: 100px 0;
}

.why ul {
	margin: 50px auto 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	list-style-type: disc;
}

.why ul li {
	width: 48%;
	padding: 12px;
	display: inline-flex;
	align-items: center;
	text-align: left;
}

.why ul li i {
	height: 58px;
	width: 58px;
	padding: 12px 10px;
	margin-right: 10px;
	background-image: url("./assets/img/blob-small.png");
	color: #fff;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.why .reviews-wrapper {
    display: flex !important;
    justify-content: center;
    min-height: 260px;
    align-items: center;
	position: relative;
}

.why .reviews-wrapper:before{
	content: '';
	background-image: url("/wp-content/themes/normobaria/assets/img/apostrof.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
}

.why .reviews-wrapper:after{
	content: '';
	background-image: url("/wp-content/themes/normobaria/assets/img/apostrof.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
}

.reviews-author {
    font-weight: 600;
    font-size: 18px;
    margin-top: 40px;
}

/* PAGE WSPÓłŁPRACA */
.partnership {
	padding: 50px 0 100px;
}

.partnership-wrapper {
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}

.partnership .wrapper-title {
	margin-bottom: 75px;
}

.partnership .btn-3 span {
	padding: 12px 30px;
}

.partnership__item {
	width: 49%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
}

.partnership__item .item-image {
	padding: 10px;
	height: auto;
	width: 25%;
}

.partnership__item .item-body {
	width: 75%;
}

.partnership__item .item-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.partnership__item .item-body {
	padding-left: 30px;
}

.partnership__item h3 {
	margin-bottom: 30px;
}

.partnership__item .btn {
	margin-top: 20px;
}

/* PAGE BLOG */

.section.blog .article {
	padding: 50px 0;
	overflow: hidden;
}

.section.blog .article-wrapper .wrapper-title {
	padding-bottom: 30px;
}

.blog .article .article-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}

.blog .article .article-wrapper .btn-link-2 {
	color: #fff;
}

.blog .article .article-wrapper .btn-link-2 i{
	transition: .5s;
}

.blog .article .article-wrapper .btn-link-2:hover{
	color: white;
}

.blog .article .article-list .card {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}

.blog .article .article-list .btn-link-2 {
	color: #333;
	padding: 0;
}

.blog .article .article-wrapper .article-list .btn-link-2 i{
	transition: .5s;
}

.blog .article .article-wrapper .article-list .btn-link-2:hover{
	color: black;
}


/* .blog .article .article-list .card:last-child {
   margin-right: 0;
   margin-bottom: 0;
} */

.blog .article .article-list .card .card-body {
    width: 100%;
    padding: 30px;
    min-height: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

.article-slider .card .card-body .btn-box {
	position: absolute !important;
	bottom: 15px !important;
	left: 20px;
}

.blog .article .article-list .card .image-wrapper {
	width: 100%;
	height: auto;
	min-height: 240px;
}

.blog .article .article-list .card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	bottom: auto;
}

.blog .article .article-list .card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #3a3a3a;
}

.why .list-benefits h2,
.why .list-contraindications h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
	color: #082745;
}

/* ФКЕНЛДУ - 1 // WODA WODOROWA */

.section.artykle {
	padding: 50px 0;
}

.section.artykle .article-wrapper {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-content: center;
	padding-bottom: 50px;
}

.section.artykle .article-box {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: flex-start;
	padding: 20px 0 30px;
}

.section.artykle .article-box .column.image,
.section.artykle .article-box .column.img {
	width: 25%;
}

.section.artykle .article-box .column.img img {
	width: 100%;
	height: auto;
	transition: 0.4s ease-in-out;
}

.section.artykle .article-box .column.info {
	width: 70%;
}

.section.artykle .article-box ul {
	list-style: none;
}

.section.artykle .article-box ul li {
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}

.section.artykle .article-box ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	background-color: #2c8ae7;
	width: 10px;
	height: 1px;
	border-radius: 4px;
}

.section.artykle .article-box p {
	margin-bottom: 20px;
}

.section.artykle .article-box:last-child {
	margin-bottom: 0;
}

/* BLOG // SIMGLE ARTYKLE */

.section.blog .section.article .container-wrapper{
	padding: 0;
	margin: auto;
}

.blog-single {
	padding: 70px 0;
}

.blog-single-container {
	display: flex;
	justify-content: space-between;
	align-items: flexs-tart;
}

.blog-single-content {
	width: 75%;
}

.blog-single-content .featured-image img {
    width: 100%;
    margin: 40px 0 30px;
    object-fit: contain;
    height: auto;
}

.blog-single-content h2{
	margin: 20px 0;
}

.blog-single-content h4{
	margin: 15px 0;
}

.sidebar {
	width: 23%;
}

.post h1 {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.3;
	color: #082745;
	margin-bottom: 20px;
}

.post ul {
	margin-bottom: 15px;
	margin-left: 30px;
}

.post ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.post ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background-color: #2c8ae7;
}

.post .wp-block-group {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}

.post p {
	font-size: 16px;
	line-height: 1.6;
}

.post p.title {
	display: inline-flex;
	width: 100%;
	text-align: left;
	font-size: 20px;
	margin-top: 40px;
}

.post p.subtitle {
	display: inline-flex;
	width: 100%;
	text-align: left;
	font-size: 18px;
}

.post .wp-block-group__inner-container p {
	position: relative;
	padding-left: 40px;
}

.post .wp-block-group__inner-container p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 15px;
	width: 25px;
	background-image: url("./assets/img/ornament-blue.svg");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.post .blog-single-details {
	margin-bottom: 20px;
}

.post .blog-single-post-excerpt p:not(:last-child) {
	margin-bottom: 20px;
}

.post .blog-single-post-excerpt strong {
	font-weight: 700;
	color: #2c8ae7;
}

.post figure {
	height: auto;
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
	margin-top: 50px;
}

.post figure:first-child {
	margin-top: 0px;
}

.post figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease-in-out;
}

.post .wp-block-image img:hover {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.sidebar h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 50px;
	color: #082745;
	margin-bottom: 30px;
}

.sidebar a {
	display: block;
	transition: 0.2s;
}

.sidebar .sidebar-item:not(:last-child) {
	margin-bottom: 20px;
}

.sidebar .owl-carousel {
	padding: 30px 0;
}

.sidebar .sidebar-image {
	width: 100%;
	overflow: hidden;
}

.sidebar .sidebar-image img {
	width: 100%;
	height: 250px;
	transform: scale(1.1) rotate(0deg);
	transition: 0.2s;
	object-fit: cover;
}

.sidebar .sidebar-image:hover img {
	transform: scale(1.2) rotate(3deg);
}

.sidebar-post {
	padding: 10px 5px;
}

.sidebar .sidebar-post a {
	font-size: 18px;
	margin-bottom: 10px;
}

/* PAGE KONTAKT */

.kontakt {
	background-image: url("./assets/img/bg-image-2.webp");
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.kontakt-wrapper {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-content: space-between;
	color: #3a3a3a;
}

.kontakt .kontakt-wrapper h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.4;
	color: #082745;
}

.kontakt .kontakt-wrapper .kontakt-right-form {
	width: 49%;
	padding-left: 150px;
}

.kontakt .kontakt-wrapper .kontakt-left-info {
	width: 49%;
	padding-right: 150px;
	border-right: 1px solid #ccc;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: stretch;
}

.kontakt .kontakt-wrapper .kontakt-left-info .wrapper-info {
	width: 49%;
}

.kontakt .kontakt-wrapper .kontakt-left-info h3 {
	font-weight: 600;
	font-size: 26px;
	line-height: 38px;
	color: #082745;
	margin-bottom: 30px;
}

.kontakt .kontakt-wrapper .kontakt-left-info p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}

.kontakt .kontakt-wrapper .kontakt-right-form .wrapper-title {
	margin-bottom: 35px;
}

.kontakt .kontakt-right-form .form {
	display: flex;
	justify-content: center;
	align-content: space-between;
	flex-flow: row wrap;
}

.kontakt .kontakt-right-form .form label {
	font-size: 16px;
	line-height: 22px;
	color: #3a3a3a;
}

.kontakt-right-form .form .input-box,
.kontakt-right-form .form .input-box.small {
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-content: center;
	flex-flow: row wrap;
}

.kontakt-right-form .form .input-box-small {
	width: 49%;
}

.kontakt .kontakt-right-form .btn-3 span {
	padding: 12px;
}

.card-body {
	min-height: 150px;
}

/* FOOTER */

footer {
	background: #fff;
	padding: 20px 0;
}

footer .footer-head {
	padding-bottom: 20px;
}

footer .footer-head,
footer .footer-body {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

footer .footer-logo {
	width: 12%;
}

footer .footer-logo img {
	width: 100%;
}

footer .footer-fastcontact ul li {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: self-start;
}

footer .footer-fastcontact ul li i {
	height: 20px;
	width: 20px;
	font-size: 24px;
	color: #2c8ae7;
	margin-right: 15px;
}

footer .footer-fastcontact ul li a {
	padding: 5px 10px 5px 0;
	font-weight: 600;
	font-size: 16px;
	color: #3a3a3a;
}

footer .footer-fastcontact ul li span {
	font-weight: 400;
	display: block;
}

footer .footer-fastcontact ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

footer .footer-body {
	border-top: 1px solid rgba(139, 139, 139, 0.2);
}

footer .footer-body .menu ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

footer .footer-body .menu ul li {
	margin-right: 15px;
}

footer .footer-body .menu ul li a {
	font-family: "Fira Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #3a3a3a;
	transition: 0.3s;
	padding: 10px;
}

footer .footer-body .menu ul li a.active {
	color: #2c8ae7;
}

footer .footer-copyright {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

footer .line {
	margin: 0 5px;
}

/* MEDIA MAX WIDTH 1200px */
@media (max-width: 1200px) {
	/* slider dots */
	.main-page .owl-theme .owl-nav.disabled + .owl-dots {
		left: -80px;
		top: 30%;
	}

	/* BANNER ON SLIDE */
	.main-page .owl-carousel .item {
		height: 75vh;
	}

	/* *SECTION INFO */
	.section.info {
		padding: 30px;
	}
	.right-side-wrapper {
		padding: 40px 0 40px 10%;
	}

	/* HOME PAGE - COUTUP*/
	.countup-wrapper {
		padding: 30px 0 50px;
	}

	.info-wrapper,
	.health-wrapper,
	.sport-wrapper,
	.beauty-wrapper {
		align-items: flex-start;
		padding: 15px;
	}

	.section.sport .image-wrapper img {
		max-width: 600px;
	}

	/* HOME PAGE // ARTICLE*/
	.section.article {
		padding: 30px 0;
	}

	.section.article .container-wrapper {
		padding: 0 15px;
	}

	.section.article .wrapper-title {
		margin-top: 0;
	}
	.article-box .article-image img {
		min-height: 295px;
	}

	/* BANNER */
	.banner {
		padding: 10% 0 17%;
	}

	/* KONTAKTS */
	.kontakt .kontakt-wrapper .kontakt-right-form {
		padding-left: 75px;
	}

	.kontakt .kontakt-wrapper .kontakt-left-info {
		padding-right: 75px;
	}

	/* FOOTER  */
	footer .footer-menu,
	footer .footer-copyright {
		margin: 0 auto;
	}

	.info-wrapper .image-wrapper:before,
	.info-wrapper .image-wrapper {
		width: 370px;
	}
}

@media (max-width: 1100px) {
	/* HEADER MENU */

	header .container-wrapper {
		padding: 0 15px;
	}

	header .logo {
		width: 12%;
	}
	header .fast-contact {
		width: 20%;
		font-size: 15px;
		padding: 5px;
	}

	header .menu ul li a {
		font-size: 15px;
	}

	/* MAIN SLIDER */
	.main-page .owl-theme .owl-nav.disabled + .owl-dots {
		left: -115px;
	}

	/* BANNER ON SLIDE */
	.main-page .owl-carousel .item {
		height: 70vh;
	}

	.container-wrapper {
		padding-left: 50px;
		padding-right: 50px;
	}

	.main-slider-info {
		width: 80%;
		padding: 15px;
	}
	.section.info {
		padding: 25px;
	}
	.right-side-wrapper {
		padding: 25px 0 25px 10%;
	}

	.countup .counterup-item {
		background-size: 75%;
	}
	.countup .counterup-item span.counter {
		right: 0;
	}
	.countup-wrapper {
		padding: 25px 0;
	}
	/* HOME_PAGE // SECTION ARTICLE */
	.section.article .container-wrapper {
		padding-left: 100px;
		padding-right: 100px;
	}

	/* PAGE WHY */
	.why .list-benefits,
	.why .list-contraindications {
		padding: 50px 0;
	}
	.why .list-benefits .container-wrapper,
	.why .list-contraindications .container-wrapper {
		padding: 0 5%;
	}
}

/* MEDIA MAX WIDTH 992px */
@media (max-width: 992px) {
	.container-wrapper {
		padding: 0 15px;
	}

	/* MAIN MENU */
	.header-wrapper {
		justify-content: center;
	}

	header .menu ul {
		margin-left: 5px;
		justify-content: center;
	}

	header .menu ul li {
		margin-right: 17px;
	}

	header .menu ul li a {
		font-size: 12px;
		font-weight: 600;
	}
	header .fast-contact.btn-1 {
		padding: 5px;
		font-size: 12px;
		font-weight: 600;
		width: 15%;
	}

	.order-1 {
		order: 2 !important;
	}

	.order-2 {
		order: 1 !important;
	}

	/* BANNER ON SLIDE */
	.main-page .owl-carousel .item {
		height: 60vh;
	}

	.main-page .owl-theme .owl-nav.disabled + .owl-dots {
		left: -160px;
	}

	.ornament {
		display: none;
	}

	.owl-theme .owl-nav.disabled + .owl-dots {
		left: -100px;
	}

	.left-side-wrapper,
	.right-side-wrapper {
		width: 100%;
	}

	.left-side-wrapper {
		margin-bottom: 30px;
	}

	.right-side-wrapper {
		padding: 15px;
	}

	.left-side-wrapper .image-wrapper,
	.right-side-wrapper .image-wrapper {
		margin: 0 auto;
	}

	.info-wrapper .image-wrapper,
	.health-wrapper .image-wrapper,
	.sport-wrapper .image-wrapper,
	.beauty-wrapper .image-wrapper {
		background-position: center center;
		width: 100%;
		height: 330px;
		padding: 0;
	}

	.image-wrapper img {
		bottom: 0;
	}

	.info-wrapper .image-wrapper:before,
	.health-wrapper .image-wrapper:before,
	.sport-wrapper .image-wrapper:before,
	.beauty-wrapper .image-wrapper:before {
		width: 100%;
		height: 330px;
		background-size: contain;
	}

	.about .health-wrapper .image-wrapper {
		padding: 0;
	}

	.section.sport {
		padding: 25px 0;
	}

	.beauty-wrapper .image-wrapper {
		padding: 0;
		bottom: 0;
	}

	.beauty-wrapper .image-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.countup .counterup-item {
		height: 150px;
		width: 160px;
		font-size: 26px;
		line-height: 1;
		text-align: center;
		padding: 60px 0 0;
	}

	/* *HOME PAGE ARTICKLE-BOX */

	.article-box {
		flex-wrap: wrap;
	}

	.article-box .article-image,
	.article-box .article-info {
		width: 100%;
	}

	.wrapper-title {
		margin: 10px 0;
	}

	.wrapper-title h2,
	.article-wrapper .wrapper-title h2,
	.article-box .article-info h3 {
		margin: 10px 0;
	}

	.section.article .container-wrapper,
	.article-box .article-info {
		padding: 0 15px;
	}

	.banner {
		padding: 0 0 10%;
	}

	.banner .wrapper-title h2 {
		font-size: 22px;
	}

	/* PAGE ABOUT // SECTION HEALTH */
	.about .health-wrapper .right-side-wrapper,
	.about .our-team {
		padding: 15px;
	}

	/* PAGE WSPŁPRACA */
	.partnership__item {
		padding: 15px;
		flex-flow: row wrap;
	}
	.partnership__item h3 {
		font-size: 22px;
		text-align: center;
	}

	.partnership__item .item-image {
		width: 100%;
		height: 150px;
	}
	.partnership__item .item-body {
		width: 100%;
		padding: 0;
	}

	/* PAGE WHY */
	.why .reviews {
		margin: 40px auto 40px;
	}

	.why .reviews h2 {
		margin-bottom: 45px;
	}

	.why .information .information-image {
		max-width: 260px;
		left: 65px;
	}

	.why .information .information-text {
		padding: 25px 25px 25px 100px;
	}

	.why .reviews .reviews-text {
		padding: 25px;
	}

	.why .list-benefits h2,
	.why .list-contraindications h2 {
		font-size: 24px;
	}

	.why .list-benefits,
	.why .list-contraindications {
		padding: 25px 0;
	}
	.why .list-benefits .container-wrapper,
	.why .list-contraindications .container-wrapper {
		padding: 0 15px;
	}

	/* KONTAKT */
	.kontakt {
		padding: 100px 0 50px;
	}

	.kontakt .kontakt-wrapper .kontakt-left-info {
		padding-right: 15px;
	}
	.kontakt .kontakt-wrapper .kontakt-right-form {
		padding-left: 15px;
	}

	.kontakt-right-form .form .input-box-small {
		width: 100%;
		margin-bottom: 30px;
	}
	.kontakt .kontakt-wrapper h2,
	.kontakt .kontakt-wrapper h3 {
		font-weight: 600;
		font-size: 22px;
		line-height: 1.4;
		color: #082745;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.header-wrapper {
		justify-content: space-between;
	}

	header .logo {
		width: 25%;
	}

	header .fast-contact {
		display: inline-flex;
		position: relative;
		right: 80px;
		width: 30%;
	}

	header .fast-contact.btn-1 {
		width: 30%;
	}

	/* BANNER ON SLIDE */
	.main-page .owl-carousel .item {
		height: 40vh;
	}

	.owl-carousel,
	.owl-carousel.owl-loaded {
		padding-top: 103px;
	}

	.main-page .owl-carousel .item {
		min-height: 60vh;
	}

	.main-page .owl-theme .owl-nav.disabled + .owl-dots {
		display: none;
	}

	header .fast-contact {
		width: auto;
	}

	/* *MOBILE MENU */
	.burger {
		position: fixed;
		top: 32px;
		right: 25px;
		width: 45px;
		height: 40px;
		padding: 10px 5px;
		border: 2px solid #2c8ae7;
		border-radius: 5px;
		z-index: 100002;
		transition: 0.3s;
	}
	.burger:hover {
		background-color: #2c8ae7;
		border: 2px solid #2c8ae7;
		color: #fff;
	}

	.burger span {
		display: block;
		height: 2px;
		width: 100%;
		background-color: #2c8ae7;
		margin-bottom: 5px;
		transition: 0.3s;
	}

	.burger.active {
		border: 2px solid #2c8ae7;
	}

	.burger.active span {
		background-color: #2c8ae7;
	}

	.burger:hover span {
		background-color: #fff;
	}

	.main-slider-info {
		display: none;
	}

	.menu {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-menu ul {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		color: #333;
		display: flex;
		flex-flow: column wrap;
		justify-content: center;
		align-items: center;
		transform: translateX(-100%);
		transition: 0.4s;
	}

	.mobile-menu.active ul {
		transition: 0.4s;
		transform: translateX(0%);
	}

	.mobile-menu ul li {
		width: 50%;
		padding: 20px;
		text-align: center;
		border-bottom: 1px solid #2c8ae7;
	}

	.mobile-menu ul li:last-child {
		border: none;
	}

	.mobile-menu ul li:hover {
		background-color: #2c8ae7;
	}

	.mobile-menu ul li:hover > a.white {
		color: #fff;
	}

	.mobile-menu ul li a.white {
		color: #333;
	}

	/* PAGE HOME */
	.info-wrapper,
	.health-wrapper,
	.sport-wrapper,
	.beauty-wrapper {
		padding: 0;
	}

	.about .our-team-wrapper {
		flex-wrap: wrap;
	}
	.about .our-team-wrapper .card {
		width: 49%;
	}

	/* PAGE PARTNERSHIP */
	.partnership__item {
		width: 100%;
	}

	/* PAGE WHY */
	.why .information {
		margin: 20px auto 20px;
	}

	.why .information-wrapper {
		flex-wrap: wrap;
	}

	.why .information .information-image {
		width: 100%;
		left: auto;
		margin: 0 auto;
	}

	.why .information .information-text {
		width: 100%;
		padding: 25px;
	}
}

@media (max-width: 680px) {
	.carousel-item {
		left: 0;
		max-height: 95vh;
	}

	.slider .section-width .support-wrapper {
		width: 100%;
		justify-content: center;
		z-index: 11;
	}

	.slider .image-wrapper {
		width: 100%;
		position: absolute;
		opacity: 0.4;
	}

	.slider .image-wrapper img {
		display: none;
	}

	.slider-content h1 {
		font-size: 30px;
	}

	.slider .text-editor {
		margin: 20px 0;
	}

	.slider .button-section {
		height: 45px;
	}

	.arrow-wrapper {
		left: 10vw;
	}

	.wrapper-title {
		margin: 10px 0;
	}

	header .fast-contact.btn-1 {
		width: 40%;
	}

	.burger {
		top: 20px;
	}

	/* BANNER ON SLIDE */

	.main-page .owl-carousel .item {
		height: 20vh;
	}

	.main-page .owl-carousel .item.item-1 {
		background-position: center left;
	}

	.main-page .owl-carousel .item.item-2 {
		background-position: center right;
	}

	.section.info {
		padding: 15px;
	}

	.section.sport {
		padding: 25px 0;
	}

	.section.sport .image-wrapper img {
		max-width: 100%;
	}

	.image-wrapper img {
		width: 100%;
		bottom: -50px;
	}

	.beauty-wrapper .image-wrapper img {
		bottom: 0;
	}

	/* PAGE ABOUT // SECTION OUR TEAM */
	.about .our-team-wrapper .card {
		width: 100%;
	}

	.countup .counterup-item {
		margin-bottom: 25px;
	}

	/* PAGE DLACZEGO WARTO // SECTION BENEFITS */
	.why ul {
		margin: 25px auto 0;
		gap: 0;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.why ul li {
		width: 100%;
	}

	/* PAGE DLACZEGO WARTO // SECTION CONTRADICTION */

	/* PAGE KONTAKT */
	.kontakt-wrapper {
		flex-flow: row wrap;
	}
	.kontakt .kontakt-wrapper .kontakt-left-info {
		width: 100%;
	}
	.kontakt .kontakt-wrapper .kontakt-right-form {
		width: 100%;
	}

	.btn {
		display: block;
	}

	.article-box .owl-carousel {
		padding-top: 0;
	}

	footer .footer-head {
		justify-content: space-between;
	}
	footer .footer-logo,
	footer .footer-fastcontact {
		width: 48%;
	}
	footer .footer-fastcontact ul li {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 10px;
		align-items: center;
	}

	footer .footer-fastcontact ul li a {
		font-size: 14px;
		padding: 0;
	}

	footer .footer-body {
		justify-content: center;
		padding-top: 10px;
	}
	footer .footer-menu {
		display: none;
	}
}

@media (min-width: 320px) and (max-width: 420px) {
	.article-box .article-info {
		padding: 15px;
	}

	.btn-3 span {
		padding: 12px 20px;
	}

	.section.info .right-side-wrapper .image-info {
		bottom: -120px;
		justify-content: space-between;
	}

	/* FOOTE */
	footer .footer-logo {
		margin: 0 auto;
	}
}

@media (max-width: 580px) {
	header .fast-contact.btn-1 {
		width: auto;
	}

	.right-side-wrapper {
		padding: 0;
	}

	.info-wrapper {
		padding-bottom: 50px;
	}

	.section.info .right-side-wrapper .image-info p {
		width: 48%;
	}
	.section.info .right-side-wrapper .image-info {
		bottom: -50px;
		justify-content: space-between;
	}

	.section.info .image-radius-wrapper {
		width: auto;
	}

	.btn-3 span {
		padding: 12px 24px;
	}

	footer .footer-fastcontact ul li i {
		height: 23px;
		width: auto;
	}

	footer .footer-logo,
	footer .footer-fastcontact {
		width: 100%;
		margin: 0 auto;
	}

	footer .footer-logo img {
		width: 100%;
		max-width: 80%;
		margin: 0px auto 20px;
		display: block;
	}

	footer .footer-menu,
	footer .footer-copyright {
		font-size: 12px;
		margin: 0 auto;
		width: 100%;
	}
}
