:root {
	--anima: all 0.2s;
}

body {
	font-family: Ubuntu;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	color: #535755;
	min-height: 100vh;
	min-width: 375px;
	/*лайф-хак по адаптиву*/
	display: flex;
	flex-direction: column;
}

img,
video {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}

main {
	flex-grow: 1;
	padding-top: 80px;
}

.footer {
	background-image: linear-gradient(90deg, rgba(73, 169, 255, 0.20) 0%, rgba(252, 124, 217, 0.20) 100%);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section {
	padding-bottom: 140px;
}

a:focus-visible {
	outline: 2px solid #007cba;
	outline-offset: 2px;
	color: rgb(146, 193, 247);
}

.button:focus-visible {
	outline: 2px solid #007cba;
	outline-offset: 2px;
	color: rgb(255, 255, 255);
}

.title {
	color: #2C332F;
	font-family: Oswald, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
	text-transform: uppercase;
	padding-bottom: 40px;
}