/* SECTION VIDEO START  */
@media screen and (min-width: 1024px) {
	.section--video .eu img {
		width: 60%;
	}
}

.section--video .eu {
	pointer-events: all;
}

/* Section Video END  */
.cta-btn {
	padding: 1.5rem 2rem;
	width: 100%;
	background-color: #e12828;
	color:white;
	font-size: 16px;
	font-weight:500;
	border: 1px solid #e12828;
	border-radius: 24px;
	display: block;
	margin-bottom: 36px;
	text-align: center;
	transition: background-color .4s;
}

.cta-btn:hover {
	background-color: transparent;
}

.footer--partners .footer-img {
	max-width: 196px;
}

/* OTHER */
.section--certificates__img1 {
    max-width: 90px;
    float: left;
    margin: 30px 30px 0 55px;
}

.section--certificates__img2 {
	max-width: 90px;
	float: left;
	margin: 29px 0px 0;
}

/* 2022.12.06 Homepage changes  */
.technologies-list-item-title {
	font-size: 2.2rem;
	font-size: 22px;
}

.technologies-list-item-description {
	font-size: 16px;
	font-size: 1.6rem;
}

.card-title {
	margin-top: 0;
}

.section--needs .button {
	background: #980b07;
	margin-top: 3.6rem;
	align-self: flex-start;
}

.wpcf7-form .wpcf7-list-item>label {
	align-items: flex-start;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	
}

/* 2023.07.03 - Strona glowna PL  */
#hs-eu-cookie-confirmation {
	display: none;
}
/* 2024.06.04 - Clinical evidence */
@media screen and (min-width: 1200px) {
    .section--advisory .section__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
