@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {

}
header {
	padding: 40px 0;
}
.logo {
	object-fit: contain;
}
.btn-languages {
	display: flex;
	flex-direction: row;
	gap: 16px;
}
.btn-lang {
	display: flex;
	width: 59px;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	border: 2px solid #1E1E1E;
	background: #FFF;
	color: #1E1E1E;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.active {
	border: 2px solid #05568C;
	background: #FFF;

	/* Shadow */
	box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.20), 1px 1px 7px 0px rgba(0, 0, 0, 0.20);
}
.main-block {
	display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
	height: 600px;
	padding: 214px;
	background: url('../../images/Block_1.png') no-repeat center center / cover;
}
#Welcome-title {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 48px;
	font-weight: 500;
}
.images {
	height: inherit;
	object-fit: contain;
}
.about-block {
	display: flex;
	padding: 82px 0;
}
.about-text {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: justify;
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 500;
}
.custom-gap-100 {
	margin-bottom: 100px;
}
.task-secure-block {
	padding: 140px	;
}
#Title-secure {
	color: #05568C;
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 120px;
}
.task-secure-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	color: #05568C;
	font-size: 20px;
	font-weight: 500;
}
.task-secure-col img {
	width: 82px;
	height: 82px;
}
.text-block {
  min-height: 80px;
  text-align: left;
}
footer {
	width: 100%;
	height: 445px;
	padding: 119px 0;
	background: url('../../images/Block_4.png') no-repeat center center / cover;
	color: #FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
  justify-content: center;
  align-items: center;
}
footer p {
	margin: 0;
}
a {
	color: #6797B8;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.show-mob {
	display: none;
}
.eu-parthners {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.eu-parthners h3 {
	color: #FFF;
	font-family: Jost;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}
.eu-parthners span {
	color: #FFF;
	font-family: Jost;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1504px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	header {
		padding: 32px 0;
	}
	.logo {
		width: 173px;
		height: 43px;
	}
	.hide-mob {
		display: none;
	}
	.eu-parthners {
		margin-bottom: 20px;
	}
	.eu-parthners span,
	.eu-parthners h3 {
		font-size: 12px;
	}
	.show-mob {
		display: flex;
	}
	.btn-languages {
		width: 124px;
	}
	.btn-lang {
		width: 47px;
		height: 37px;
		font-size: 12px;
	}
	.main-block {
		width: 100%;
		height: 468px;
		background-size: cover;
		padding: 30px;
		display: flex;
    justify-content: center;
    align-items: center;
	}
	#Welcome-title,
	#Title-secure {
		font-size: 24px;
		justify-content: center;
	}
	#Title-secure {
		margin-bottom: 54px;
	}
	.task-secure-col img {
		width: 64px;
		height: 64px;
	}
	.text-block {
		max-width: 270px;
		min-height: auto;
		font-size: 12px;
	}
	.about-block,
	.task-secure-block {
		padding: 32px 0;
	}
	.about-text {
		margin-bottom: 24px;
		font-size: 12px;
	}
	.images {
		width: 100%;
	}
	.custom-gap-100 {
		margin-bottom: 24px;
	}
	footer {
		height: auto;
		font-size: 12px;
		padding: 40px;
		background-size: cover;
	}
	.footer-info {
		width: 324px;
		margin: 0 auto;
	}
	a {
		font-size: 12px;
	}
}