@font-face {
	font-family: 'Shapiro';
	src: url('font/Shapiro-Regular.woff2') format('woff2'),
		url('font/Shapiro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Times New Roman';
    src: url('font/TimesNRCyrMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, .container {
	margin: 0;
	padding: 0;
	font-family: 'Shapiro', sans-serif;
	font-size: 14px;
	box-sizing: border-box;
}

.container {
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

	background-image: url("img/background.jpg?v=2");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
h1 {
	font-family: 'Times New Roman';
	font-size: 100px;
	font-weight: normal;
	margin-top: 3rem;
	margin-bottom: 5rem;
}

.content {
	text-align: center;
}

a {
	background-color: white;
	padding: 15px 20px;
	text-decoration: none;
	color: black;
	transition: all ease .3s;
}
a:hover {
	background-color: #F6F6F6;
}

.logo {
	height: 150px;
	position: absolute;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
}


.modal-dialog .modal-content {
}
.modal-dialog .modal-content .modal-body {
	padding: 40px 15px 35px;
	text-align: center;
}
.modal-dialog .modal-content .modal-body .modal-logo {
	margin-bottom: 40px;
	max-width: 200px;
}
.modal-dialog .modal-content .modal-body p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.modal-dialog .modal-content .modal-body .btn {
	padding: 7px 20px;
	margin: 0 15px;
}
.modal-dialog .modal-content .modal-body #text-no {
	display: none;
	padding-top: 21px;
}





