@font-face {
	font-family: "InterTight";
	src: url(".assets/fonts/InterTight-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "InterTight";
	src: url(".assets/fonts/InterTight-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

/* Normalize */

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	font-family: sans-serif;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
select,
textarea,
button {
	border: none;
	outline: none;
	background: none;
	font: inherit;
}

button {
	background: none;
	border: none;
}

blockquote {
	quotes: none;
}

figure {
	margin: 0;
}

caption {
	text-align: left;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a,
button,
input,
select,
textarea {
	cursor: pointer;
}

/* Main styles */

body {
	font-family: "InterTight", sans-serif;
	color: #555555;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 4%;
}

h1 {
	font-weight: 500;
	font-size: 64px;
	line-height: 130%;
	color: #20353d;
}

h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 1%;
	color: #20353d;
}

.text-block {
	margin-top: 68px;
}

.main {
	display: flex;
	justify-content: space-between;
	margin: 100px 0 50px 160px;
	height: calc(100vh - 150px);
}

.main-content {
	display: flex;
	flex-direction: column;
}

.title {
	color: #242426;
	font-size: 64px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 1%;
}
.subtitle {
	color: #6c6c70;
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1%;
}

.qr-block {
	display: flex;
	gap: 42px;
	align-items: center;
	margin-top: 100px;
}

.qr-block p {
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 1%;
	color: #101010;
}

p.note {
	margin-top: 68px;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 1%;
	margin-bottom: 15px;
}

.main-img {
	overflow: hidden;
}

.main-img img {
	position: relative;
	right: -50px;
	top: 60px;
}

.footer {
	margin-top: auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 1%;
}

.footer a {
	color: inherit;
	text-decoration: underline;
}

/* Политика конфиденциальности */

.politika {
	padding: 100px 160px;
	color: #20353d;
}

.politika .header {
	margin-bottom: 25px;
}

.politika h1 {
	margin-bottom: 50px;
}

.politika h2 {
	margin-top: 24px;
	margin-bottom: 24px;
}

.politika a {
	color: #20353d;
	text-decoration: underline;
}

.politika p {
	color: #20353d;
}
