﻿@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot');
	src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v30-latin-700.eot');
	src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
	font-size: 16px;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #242021;
	font-weight: 400;
}

#wrapper {
	max-width: 895px;
	margin: 1rem auto;
	border: solid thin #acafb3;
	overflow: hidden;
	position: relative;
}

strong {
	font-weight: 700;
}

header {
	position: relative;
}

header section {
	background: #DC1A26;
	border-radius: 15px;
	position: absolute;
	bottom: 12px;
	right: 21px;
	padding: 25px 20px 25px 28px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

header section div {
	display: flex;
	align-items: flex-start;
}

header section div p {
	border-bottom: #E7C4B3 1px solid;
	flex: 1 1 0;
	padding: 0 0 20px 10px;
}

header section div p strong {
	font-size: 18px;
}

header p {
	color: #fff;
	line-height: 1.7;
}

article {
	padding: 0 30px;
}

article section {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

article section .border {
	border-left: #D4D4D5 2px solid;
	border-right: #D4D4D5 2px solid;
	padding: 0 20px;
}

article section div {
	width: 33%;
}

footer {
	margin: 16px 30px;
	padding: 16px 25px;
	background: #F6F7F6;
	border-radius: 15px;
	display: flex;
	gap: 55px;
}

.flex {
	display: flex;
	align-items: flex-start;
	gap: 25px;
}

.bor {
	border-right: #D3D5D8 2px solid;
	padding-right: 20px;
}

.bdbnone {
	border-bottom: none;
}

h1 {
	font-size: 69px;
	margin: 16px 0;
	line-height: 1;
	font-weight: 700;
}

h1 span {
	font-size: 71%;
	font-weight: 400;
}

h1+p {
	color: #DC1A26;
	font-size: 21px;
	line-height: 1.2;
}

h1+p+p {
	font-size: 23px;
	line-height: 1.2;
}

h2 {
	font-size: 20px;
	margin: 16px 0;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #DC1A26;
}

h2 img {
	margin-right: 5px;
}

h3 {
	font-size: 20px;
	margin: 0 0 6px;
	line-height: 26px;
	font-weight: 700;
	color: #DC1A26;
}

.h3 {
	margin-bottom: 16px;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

p:not(:last-child) {
	margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
	color: #DC1A26;
	text-decoration: none;
	white-space: nowrap;
}

a[href^="tel:"] {
	color: #242021;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	margin-top: 10px;
}

li:before {
	text-indent: -10px;
	content: "\2022";
	color: #DE1D26;
	float: left;
	margin: 0;
	font-size: 17px;
	font-family: Arial, sans-serif;
}

@media screen and (max-width:893px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(p, ul) {
		hyphens: auto;
		text-wrap: pretty;
	}
}

@media screen and (max-width:830px) {
	header section {
		padding: 16px;
		gap: 10px;
	}

	header p {
		line-height: 1.3;
	}

	header section div p {
		padding-bottom: 10px;
	}

	article br {
		display: none;
	}
}

@media screen and (max-width:799px) {
	article section {
		flex-direction: column;
	}

	article section div {
		width: auto;
	}

	article section .border {
		border: none;
		padding: 0;
	}

	article {
		padding: 0 16px;
	}

	footer {
		margin: 16px;
		gap: 20px;
	}
}

@media screen and (max-width:767px) {
	footer {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.bor {
		border: none;
		padding-right: 0;
	}

	.flex {
		gap: 16px;
	}
}


@media screen and (max-width:665px) {
	h1 {
		font-size: 34px;
	}
}

@media screen and (max-width:580px) {
	header section {
		position: static;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 16px;
	}

	header section div {
		width: 47%;
	}
}

@media screen and (max-width:525px) {
	header section div {
		width: 100%;
	}

	.flex {
		flex-direction: column;
		align-items: center;
	}

	footer p,
	h3 {
		text-align: center;
	}
}