*{
	box-sizing: border-box;
}
html, body {
	font-family: 'Armata', sans-serif;
	color: #172982;
	overflow-x: hidden;
	background: #f4f3f1;
	text-align: center;
}

body {
	padding: 15px 0px 0px 0px;
}

h1, .h1 {
	color: #006;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.3;
	letter-spacing: -0.03em;
}

h2, .h2 {
  	font-size: 1.4rem;
	text-transform: uppercase;
	color: #E0001A;
	font-weight: 700;
}

a {
	color: #172982;
}

a:hover {
	color: #000;
}

.btn {
	border-radius: 8px;
	font-size: 1em;
	min-width: 240px;
	padding: .675rem 1.25rem;
	letter-spacing: 0.075em;
	position: relative;
}

.btn-red {
	background: #E0001A;
	color: #fff;
	transition: all ease 0.3s;
	border-color: #E0001A;
}

.btn-blue {
	background: #172982;
	color: #fff;
}

.btn:hover{
	color: #fff;
	background: #000;
}
    
  
.logo {
	width: 380px;
	max-width: 100%;
	position: relative;
	margin: auto;
} 

.logo .claim {
    font-family: Arial,sans-serif;
    font-style: italic;
    position: absolute;
    left: 6.2rem;
    bottom: 0rem;
    font-size: .9rem;
    color: rgba(23,41,130,.9);
}

.intro_01__text {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2rem 0;	
}

.intro_01__text h1 {
	font-size: 3rem;
	margin-bottom: 2rem;
}

.intro_01__image img {
	width: 100%;
}

.intro_02 {
	margin: 4rem 0;
}

.intro_02__text {
	display: flex;
	align-items: center;
	margin: 2rem 0;	
}

.intro_02__text h1 {
	font-size: 3rem;
	margin-bottom: 2rem;
}

.intro_02__text h3 {
	color: #E0001A;
}

.intro_02__image img {
	width: 100%;
}

.benefits {
	margin: 4rem 0;
}

.benefit-list, .news-list {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;
	margin: 50px auto;
    gap: 1rem;
}

.benefit-item, .news-item {
	/*width: calc(100% - 30px);*/
	margin: 0;
	padding: 0;
	flex: 1 30%;
	min-width: 280px;
	overflow: hidden;
	min-height: 100%;
}

.benefit-item a {
	color: #e1001a;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	padding: 50px 20px 20px;
	display: block;
	transition: all ease 0.3s;
	/* height: 100%; */
	background: #fff;
	border-radius: 20px;
}

.benefit-item a:hover{
	color: #fff;
	background: #e1001a;
}
.benefit-item a:hover .benefit-item__img{
	filter: brightness(0) invert(1) ;
}


.benefit-item__img {
    height: 70px;
    margin-bottom: 20px;
	transition: all ease 0.3s;
}

.benefit-item__img img {
    width: 100%;
    height: 100%;
}

.benfit-item__plus {
	color: #ddd;
}

.benefit-item__desc {
	color: #000;
	font-weight: normal;
	font-size: 0.9rem;
	margin-top: 15px;
	transition: all ease 0.3s;
}

.benefit-item a:hover .benefit-item__desc {
	color: #FFF;
}


.news-list{
	text-align: left;
	display: grid;
	grid-template-columns: 1fr;
}
.news-item{
	/*
	aspect-ratio: 1 / 1;
    height: auto;
	*/
}

.news-item a {
	background: #e1001a;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	/*padding: 50px 20px 20px;*/
	display: flex;
	flex-direction: column;
	transition: all ease 0.3s;
	/*height: 100%; */
	border-radius: 20px;
	/*overflow: hidden;	*/
	-webkit-mask:linear-gradient(#fff 0 0);
}
.news-item a:hover{
	color: #e1001a;
	background: #fff;
}


.news-item__img {
    /*height: 200px;*/
	transition: all ease 0.3s;
}

.news-item__img img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.news-item__title{
	font-size: 20px;
    padding: 30px 30px 10px 30px;
    margin:  0;
	font-weight: bold;
}
.news-item__date{
	padding: 0 30px 10px 30px;
	font-size: 0.9rem;
	opacity: .7;

}
.news-item__text{
	padding: 0 30px;
	font-size: 0.9rem;
	height: 0;
	width: 100%;
	transition: all ease 0.3s;
	overflow: hidden;
	color: #000;
}

.news-item a:hover .news-item__text{
	padding: 0px 30px 20px 30px;
	height: auto;
}



.lide-list {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center;	
}

.lide-item {
	/* width: calc(100% - 30px); */
	margin: 15px 0;
	display: block;
	text-decoration: none;
	transition: all ease 0.3s;
}
a.lide-item:hover .lide-item__content{
	background-color: #ddd;
}
a.lide-item:hover .lide-item__img img{
	border-color: #ddd;
}
a.lide-item:hover .lide-item__name{
	color: #006;
}

.lide-item__img {
	margin-bottom: -85px;
}

.lide-item__img img {
    border: 20px solid #FFF;
    border-radius: 95px;
    width: 170px;
	transition: all ease 0.3s;

}

.lide-item__content {
	background: #FFF;
	border-radius: 20px;
	padding: 100px 20px 20px;
	transition: all ease 0.3s;

}

.lide-item__name {
	color: #E0001A;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 5px;
	transition: all ease 0.3s;

}

.lide-item__subname {
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.lide-item__desc {
	font-size: 0.9rem;
}

.lide-item__plus {
	color: #ddd;
	font-size: 22px;
	margin-top: 10px;
}

.vyhledavani {
	margin:  0;
	padding: 5rem 0;
	background-color: #fff;
}
.vyhledavani .btn{
	padding: .5rem 2rem;
}

.kontakt {
	/* margin: 4rem 0 ; */
	background: url('../img/bg_kontakt.jpg') no-repeat center center;
	padding: 150px 0;
}

.kontakt h1 {
	font-size: 3rem;
	margin-bottom: 3rem;
}

.kontakt strong {
	font-weight: bold;
	font-size: 2rem;
}

.kontakt a {
	text-decoration: none;
}

.vize {
	background: url('../img/bg_vize.jpg') no-repeat center center;
	padding: 150px 0;
}

.vize h1 {
	font-size: 4rem;
}

div[data-bs-dismiss=modal]{
	cursor: pointer;
}




/*                   RESPONSIVE                      */

/**/
@media (max-width: 450px){
	html, body{
		font-size: 15px;
	}
	.intro_02__text h1 {
		font-size: 2.4rem;
	}
}

/**/
@media (min-width: 576px) {
	.benefit-item {
		/* width: calc(50% - 30px); */
	}
}


/**/
@media (min-width: 768px) {
	body{
		text-align: left;
	}
	.logo {
		position: absolute;
	    top: 50px;
    }

	.intro_01__text {
		margin: 0;
	}
	.intro_01__text{
		justify-content: flex-start;
	}
	.news-list{
		grid-template-columns: 1fr 1fr ;
	}


}



@media (min-width: 992px) {
	.modal{
		--bs-modal-header-padding: 2rem 3rem;
		--bs-modal-padding: 3rem;
	}
	body{
		font-size: 18px;
	}
	
  	.benefit-list {
  		width: 992px;
		gap: 2rem;
  	}
  	
  	.benefit-item {
		
	}
  	
  	.lide-item {
		width: calc(33.333% - 30px);
  	}
	
	.intro_01__text h1 {
		font-size: 4rem;
	}
	
	.intro_02__text h1 {
		font-size: 4rem;
	}
	
	.kontakt h1 {
		font-size: 4rem;
	}
	.news-list{
		grid-template-columns: 1fr 1fr 1fr;
	}

}

/**/
@media (min-width: 1200px) {

}

/**/
@media (min-width: 1400px) {


}



/**/
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/**/


.modal-body{
	font-size: 0.9em;
}