/*--------------------------main-screen---------------------------------*/

.main-screen{
	position: absolute;
	top: 0;
	width: 100%;
	height: 972px;
	background: url('../img/header/bg.jpg') no-repeat center/cover;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.block-logo {
	margin-top: 32px;
	margin-left: 75px;
}
.img__logo {
	width: 100%;
	height: auto;
}
.main-screen__block{
	position: relative;
	margin-top: -30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main-screen__button {
	width: 355px;
	height: 80px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.main-title{}
.main-sub-title{}
.counter {
	width: 295px;
	height: 38px;
	background: rgba(30, 19, 59, .85);
	border: 1px solid #93BBE2;
	border-top: none;
	margin-top: -1px;
	box-sizing: border-box;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.short-description {
	background: var(--bg-color);
	border: 1px solid #140C30;
	padding: 10px 25px 10px 30px;
	margin-bottom: 15px;
}
.short-description a {
	color: #a6c7e1;
}