/* = .testimonials
---------------------------------------------------------------------------------------------------*/
.testimonials { width: 80%; margin: 0 auto; padding: 5px 0 0 0;text-align: left; }
.testimonials .item { 
	width: 100%; 
	position: relative; 
	padding: 5px 35px 45px; 
	background: #6bc9ca;
}
.testimonials .item a { border:none;text-align:center; }
.testimonials .item img { width: 100%; max-width: 100%; height: auto; margin: 0px 0px 105px 0px;  }
.testimonials .item .itemContent { padding: 25px 50px; }
.testimonials .item .itemContent.dalsi { width: 100%; }
.testimonials .item .itemContent.prvy { width: 75%; }
.testimonials p { margin: 0;font-size:14px;text-align:justify;color:#fff; }
.testimonials .item h3 { font-size: 25px; font-weight: 600; text-align:left; color:#FFF; margin:25px 0; }
.testimonials .item h5 { font-size: 16px; font-style: italic; text-align:justify; font-weight: 500; line-height: 25px; margin:5px 0 0; }

.testimonial-kategoria { position: relative; width: 100%; top: 0;  }
.testimonial-kategoria p { font-size: 12px; color: #d082b2 !important;  }

.desktop { display: flex;flex-flow: row wrap;justify-content: flex-start;align-items: center; }
.mobile { display: none !important;}

.testimonials-box { width: 100%;text-align: center;margin: 0 auto;padding: 50px 0 105px; }
.testimonials-box .generalny-logo P { text-align: center;line-height: 4; }
.testimonials-box P { 
	text-align: left;
	line-height: 1.25;
	padding: 25px 0px;
	margin: 0; 
}
.testimonials-box .testimonials-line {
	position: relative;
}
.testimonials-box .col { text-align: center; }
.testimonials-box .col A { display: block; }
.testimonials-box IMG { width: 100%; max-width: 100px; }
.testimonials-box .generalny-logo IMG { width: 100%; max-width: 211px; }

.testimonials-line > div, .desktop > div { flex: 0 1 33.333%; }
.testimonials .item a.link::before {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d082b2;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
}
.testimonials .item a.link:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

@media screen and (max-width: 1024px) {
	.testimonials-box { width: 80%; }
}

@media screen and (max-width: 768px) {
	.desktop { display: none !important; }
	.mobile { display: block !important; }
	
	.testimonials-box, .testimonials { width: 100%; }
	.testimonials .item h5 { font-size: 11px; }
}

@media screen and (max-width: 768px)  {
}








/*
 /end css hulvire testimonials
 */