.home .page-content{
	padding: 0;
}
/* HERO */
.hero {
    position: relative;
    padding: 0;
	width: 100%;
    height: 90vh;
	overflow: hidden;

}

.hero .container {
/* 	position: relative; */
	width: 100%;
}
.hero img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center 65%;
}

.hero-content{
	position: absolute;
	bottom: 15%;
	left: 9%;
	padding: 30px 45px;
    z-index: 1;
	max-width: 80%;
	color: #fff;
	border-radius: 16px;
	background-color: rgba(0, 151, 178, 0.7);
}

.hero h1{
	margin-top: 0;
	margin-bottom: 15px;
    font-size: clamp(1.5rem, 3vw, 3rem);
	color: var(--color-text);
}
.hero h3{
	margin: 0;
	text-align: center;
	color: var(--color-text);
	font-weight: 300!important;
	line-height: 1.2;
}
.hero p {
	color: var(--color-text);
}
.hero_box_mobile {
	display: none;
}

@media (max-width: 1024px) {
	.hero-content{
/* 		margin-bottom: 5%;
		padding: 15px 25px; */
		max-width: 80%;
		width: 100%;
	}
}
@media (max-width: 799px) {
	.hero {
		height: auto;
/* 		overflow: hidden; */
	}
	.hero .container{
		display: none;
	}
	.hero_box_mobile {
		display: block;
		padding-bottom: 0;
	}
	.hero-content{
		position: static;
		transform: translateX(0);
		padding: 15px 20px;
		max-width: 100%;
		border-radius: 10px;
		background-color: var(--color-primary);
		text-align: center;
	}
	.hero-content h1, 
	.hero-content h2, 
	.hero-content h3,
	.hero-content h4,
	.hero-content p {
		text-align: center!important;
	}
	.hero-content h1 {
		margin-top: 0;
	}
	.hero-content h2, 
	.hero-content h3,
	.hero-content h4,
	.hero-content p {
		margin-bottom: 0;
	}
}

/* about_us_company  */

.about_us_company .content-box {
	align-items: center;
	gap: 70px;
}

.about_us_company .content-box .box_img {
	width: 50%;
}
.about_us_company .content-box .box_img img {
	border-radius: var(--border-radius);
}

.about_us_company .content-box .box_info {
	width: 50%;
}

@media screen and (max-width: 768px){
	.about_us_company .content-box {
		flex-direction: column-reverse;
		gap: 35px;
	}
	.about_us_company .content-box .box_img {
		width: 100%;
	}
	.about_us_company .content-box .box_info {
		width: 100%;
	}
}

/* SPECIALIZATIONS - CONTENT  */
.content{
	padding-top: 64px;
}

.content-box{
	display: flex;
	gap: 30px;
    align-items: flex-start;
}
.content-box .content_text {
	padding-left: 30px;
}

.content-box:not(:last-child){
	border-bottom: 1px solid var(--border-color);
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.content-box:not(:last-child) .content_text{
	padding-left: 0;
	padding-right: 30px;
	text-align: left;
}
.content-box:nth-child(2n) .content_text {
	text-align: right;
}

.content-box-title{
	padding: 24px 48px;
    border: 2px solid var(--color-primary);
    border-radius: 16px;
    margin: 0;
    box-shadow: var(--box-shadow);
    flex-basis: 35%;
	font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: clamp(1.6rem, 3vw, 2.4rem);
    text-align: center;
}

.content-box p{
    flex-basis: 70%;
    margin-top: 0;
}

/* Przycisk  */
.content-box_button {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 24px;
	color: #fff;
	background-color: var(--color-primary);
	transition: background-color 0.3s, color 0.3s;
	border-radius: var(--border-radius);
}
.content-box_button:hover {
	color: #fff;
	background-color: var(--color-secondary);

}

@media screen and (max-width: 768px){
	.content-box .content_heading {
		width: 100%;
	}
			.content-box:not(:last-child) .content_text{
		padding-left: 0;
		padding-right: 0px;
	}
	.content-box .content_text{
	padding-left: 0;

}
}

/* Calendar section */
.calendar{
	background-color: var(--color-background);
    padding-block: 40px 60px;
    margin-block: 40px;
}

/* Contact Form */
section.contact{
	background-color: var(--color-background);
    border-bottom: 1px solid var(--border-color);
}

section.contact .container{
	display: flex;
    gap: 70px;
}

section.contact h2{
	font-size: 2rem;
}

.contact-form-wrapper{
	background-color: #fff;
    padding: 40px 40px 16px;
    border-radius: 32px;
    border: 1px solid var(--color-secondary);
    text-align: center;
    max-width: 700px;
    box-shadow: var(--box-shadow);
}

.contact-form-wrapper .wpcf7-form{
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
}

@media screen and (min-width: 769px){
	.content-box:nth-child(2n){
		flex-direction: row-reverse;
		text-align: right;
	}
}
@media screen and (max-width: 768px){
	.content-box{
		flex-direction: column;
	}
	.content-box-title{
		flex-basis: 100%;
		display: flex;
		width: 100%;
		text-align: center;
		justify-content: center;
		padding: 16px 12px;
	}
}
/* Tabs */
/* .tabs input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
} */

/* Accordion styles */
/* .tabs {
	overflow: hidden;
}

.tab {
	width: 100%;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-bottom: none;
}

.tab:last-of-type {
	border-bottom: 1px solid #d4d4d4;
}

.tab-label {
	display: -webkit-box;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 15px 20px;
	background: #FFF;
	color: color(1);
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.tab-label * {
	font-size: inherit;
	font-weight: inherit;
} */

/*  Icon */
/* .tab-label::before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 20px;
	flex: 0 0 15px;
	align-self: flex-start;
	margin-top: 3px;
	margin-right: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.tab-content {
	display: none;
	padding: 0 20px;
	overflow: hidden;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
	background: #FFF;
	border-top: 1px solid #d4d4d4;
	-webkit-transition: padding .3s;
	transition: padding .3s;
}

.tab.open .tab-label::before {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='currentColor' d='M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z'%3E%3C/path%3E%3C/svg%3E");
}

.tab.open .tab-content {
	padding: 0 20px;
} */


