@font-face {
    font-family: 'Involve';
    src: url('/fonts/Involve-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {
	box-sizing: border-box;
	font-size: 16px;
}
body {
	margin: 0;
	padding: 0;
	background: #050608;
	color: #fff;
	font-family: 'Involve', sans-serif;
    font-weight: 700;
}
.logo {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 20px;
}
.button__wrapper, .footer_banner {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 100px auto;
}
.button {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	width: 270px;
	height: 60px;
	margin-top: -30px;
	border: 5px solid #1d6ba8;
	color: #1d6ba8;
	text-transform: uppercase;
	transition: all 400ms;
	box-sizing: border-box;
}
.button:hover {
	border-color: #90e8f4;
	color: #90e8f4;
}
.logo .button {
	position: absolute;
	top: 50%;
	right: 0;

}
.title {
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
	font-family: 'Involve', sans-serif;
    font-weight: 700;
    font-size: 54px;
    line-height: 110%;
    text-transform: uppercase;
}
.title h1 {
	background: #7a7575;
	background: radial-gradient(circle farthest-corner at center center, #fafafa 0%, #7a7575 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 26px 0;
	font-size: 6rem;
}
.subtitle {
	position: relative;
	margin: 30px 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.subtitle h2 {
	max-width: 1200px;
	width: 100%;
	margin: 0;
	padding: 30px 0 20px;
	font-size: 2.3rem;
	line-height: 2.3rem;
	color: #fff;
	font-family: 'Involve', sans-serif;
    font-weight: 700;
	text-transform: uppercase;
}
.subtitle:before, .subtitle:after {
	display: block;
	content: "";
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid #90e8f4;
	height: 100%;
}
.subtitle:before {
	border-width: 5px 0 5px 0;
}
.subtitle:after {
	width: 600px;
	left: 50%;
	border-width: 5px 5px 5px 0; 
	border-radius: 0 50px 50px 0;
}
.table {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	overflow-x: auto;
}
.table.table_logo:before {
	content: "";
	display: block;
	width: 686px;
	height: 280px;
	background: url(./logo-black.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -383px;
}
.table table {
	position: relative;
	z-index: 2;
	width: 100%;
	border-spacing: 0;
    border-collapse: collapse;
}
.offset {
	margin: 24px 0;
}
.table.table_border table, .table.table_border th, .table.table_border td {
  border: 5px solid #1d6ba8;
  border-collapse: collapse;
}
.table.table_border td.no-border {
	border: none
}
.table.table_border th, .table.table_border td {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.table table th, .table table td {
	padding: 20px 50px;
	text-align: left;
}
.table table th span {
	font-size: 2.5rem;
	text-transform: uppercase;
	background: #7a7575;
	background: radial-gradient(circle farthest-corner at center center, #fafafa 0%, #7a7575 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.table table td {
	font-size: 2rem;
	vertical-align: top;
}
.table table td:first-child, .table table th:first-child {
	padding-left: 0;
}
.table__item {
	white-space: nowrap;
	padding: 4px 0;
}
.table__item.table__item_break {
	white-space: unset;
}
.table__item.table__item_height {
	min-height: 94px;
}
.table__item_color {
	color: #15a6de;
}
.table__note {
	display: flex;
	font-size: 1.8rem;
}
.table__note span {
	display: flex;
	justify-content: center;
	min-width: 40px;
	margin-right: 10px;
	color: #15a6de;
}
.table__note.table__note_small {
	font-size: 1.2rem;
}
.table__note.table__note_offset {
	margin-bottom: 20px;
}
.table__note.table__note_color {
	color: #15a6de;
}

.header {
	width: 100%;
	max-width: 1400px;
	margin: 50px auto;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header__moto {
	background: url(./bg-moto.jpg) no-repeat top right;
}
.header__auto {
	background: url(./bg-auto.jpg) no-repeat top right;
}
.header__logo {
	max-width: 1200px;
	width: 100%;
}
.header.header__moto + .subtitle {
	margin-top: -170px;
}
.header.header__auto + .subtitle {
	margin-top: -170px;
}
.header.header__auto + .subtitle h2 {
	font-size: 1.8rem;
}
.break {
	width: 100%;
	height: 6px;
	background: url(./line-break.jpg) no-repeat right top;
}
.center {
	text-align: center !important;
}
.table table td.middle {
	vertical-align: middle;
}
.table__item_small {
	font-size: 1.4rem;
}

footer {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
}
.footer__wrapper {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.footer__contacts {
	display: flex;
	gap: 20px;
}
.footer__contacts a  {
	color: #fff;
}

@media only screen and (max-width: 1240px) {
	.subtitle h2, .table {
		max-width: 1040px;
	}
	.subtitle:after {
		width: 500px;
	}
	.table table th span {
		font-size: 2rem;
	}
	.table table td {
		font-size: 1.7rem;
	}
	.table__note {
		font-size: 1.5rem;
	}
	footer {
		max-width: 1040px;
	}
}

@media only screen and (max-width: 1024px) {
	.title h1 {
		font-size: 4rem;
	}
	.subtitle:after {
		margin-left: -1px;
	}
    .subtitle h2, .table, footer {
		max-width: calc(100% - 40px);
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	.subtitle {
		justify-content: flex-start;
	}
	.subtitle:after {
		width: calc(50% - 20px);
	}
	.logo .button {
		display: none;
	}
}

@media only screen and (max-width: 820px) {
	.table table td {
		font-size: 1.2rem;
	}
	.table__item_small {
		font-size: 1rem;
	}
	.table__note {
		font-size: 1.1rem;
	}
	.footer__qr img {
		max-width: 180px;
		width: 100%;
	}
	.footer__logo img {
		max-width: 200px;
	}
	.header {
		min-height: 350px;
	}
	.header__auto, .header__moto {
		background-size: 70%;
	}
	.header.header__auto + .subtitle, .header.header__moto + .subtitle {
		margin-top: -100px;
	}
	.table table th, .table table td {
		padding-left: 20px;
		padding-right: 20px;
	}
	.title h1 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 767px) {
	.header__logo img {
		max-width: 60%;
	}
	.header {
		min-height: 200px;
	}
	.header__auto, .header__moto {
        background-size: 80%;
        background-position: right center;
    }
	.subtitle h2 {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.header.header__auto + .subtitle, .header.header__moto + .subtitle {
        margin-top: -50px;
    }
	.table table th span {
		font-size: 1.1rem;
	}
	.table table td {
		font-size: 1rem;
	}
	.table {
		padding-left: 0;
		padding-right: 0;
	}
	.table__note.table__note_small {
		font-size: 0.8rem;
	}
	.table__note {
		font-size: 0.9rem;
	}
	.header.header__auto + .subtitle h2 {
		font-size: 1.2rem;
	}
	footer {
		padding-left: 0;
		padding-right: 0;
		max-width: calc(100% - 20px);
	}
	.footer__wrapper {
		display: block;
	}
	.footer__logo {
		margin-top: 20px;
	}

	.table.table_border table, .table.table_border th, .table.table_border td {
		border-width: 2px;
	}


}

.footer_banner #container .form {
	width: 100%;
}
.footer_banner {
	padding: 0;
	background-color: transparent;
	margin: 20px auto;
}
.btn_yellow {
	background: #1d6ba8;
}
.btn_yellow:hover {
	background: #90e8f4;
}