@charset "windows-1251";
/* CSS Document */


.list-container {
	margin: auto;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 95%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: grid;
}
.list-grid {
	display: grid;
	grid-template-columns: repeat(1, calc((100% - 0px)/1));
	gap: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	align-items: center;
}

.list-grid-item {	
	display: block;
	align-items: center;
	background: #E0E0E0;
	min-height: 60px;
	-webkit-box-shadow: 5px 5px 5px #C0C0C0, -5px -5px 5px #FFFFFF;
	-moz-box-shadow: 5px 5px 5px #C0C0C0, -5px -5px 5px #FFFFFF;
	box-shadow: 5px 5px 5px #C0C0C0, -5px -5px 5px #FFFFFF;
	transition: 0.2s;
}

.list-grid-item:hover {	
	-webkit-box-shadow: 5px 5px 10px #C0C0C0, -5px -5px 10px #FFFFFF;
	-moz-box-shadow: 5px 5px 10px #C0C0C0, -5px -5px 10px #FFFFFF;
	box-shadow: 5px 5px 10px #C0C0C0, -5px -5px 10px #FFFFFF;
}

.list-grid-item-text {	
	display: flex;
	align-items: center;
	justify-content: left;
	height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
    font-family: "Roboto",sans-serif;
	color: #A00000;
	font-size: 20px;
	text-shadow:  5px 5px 8px #808080;
	text-align: center;
}

.list-grid-item-text-keep {	
	display: flex;
	align-items: left;
	justify-content: left;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    font-family: "Roboto",sans-serif;
	color: #A00000;
	font-size: 20px;
	text-shadow:  5px 5px 8px #808080;
	text-align: left;
}

.list-grid-item-headertext-active {	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-family: "Roboto",sans-serif;
	color: #A00000;
	font-size: 20px;
	text-shadow:  5px 5px 8px #808080;
	text-align: center;
	transition: 0.3s;
}

.list-grid-item-headertext-active:hover {	
	color: #FF0000;	
}

.list-grid-item-picture {	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-header-process {
	margin: auto;
	background-size: cover;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 80px;
	display: flex;
	justify-content: center;
	height: 100px;
    font-family: "Roboto",sans-serif;
	font-weight: 600;
	color: #A00000;
	font-size: 40px;
}

.list-container-process {
	margin: auto;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 95%;
	min-width: 1200px;
	max-width: 1200px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: grid;
}
.list-grid-process {
	display: grid;
	grid-template-columns: 500px 500px;
	gap: 40px;
	align-items:flex-start;
	justify-content:center;
	min-height: 1000px;
	background-position: 50%;
}

.list-grid-item-processtext {	
	display: flex;
	justify-content: flex-start;
	height: 120px;
	padding-top: 25px;
	padding-bottom: 25px;
    font-family: "Roboto",sans-serif;
	font-weight: 600;
	color: #A00000;
	font-size: 22px;
}

.list-grid-item-processimage {	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-grid-item-processspacer {	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.list-partners {
	margin: auto;
	background-size: cover;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 80px;
	display: block;
	justify-content: center;
	height: 100px;
    font-family: "Roboto",sans-serif;
	font-weight: 600;
	color: #404040;
	font-size: 16px;
	text-align: center;
}



