
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 10px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

sub br {
	display: none;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

/*--------------------*/
[class*="container"] {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0px 20px;
}

.header {
	background: #000;
}

.header__wrapper {}

.header__top-mail {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.header__top-mail span {
	display: block;
	height: 16px;
	color: #FFF;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	/* 114.286% */
	letter-spacing: -0.2px;
}

.header__top-search {
	cursor: pointer;
}

.header__top {

	padding: 24px 0px;
	background: #171717;
}

.header__top-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1230px;
	padding: 0px 20px;
}

.header__bottom {
	padding: 44px 0px;
}

.header__bottom-container {

	max-width: 1230px;
	padding: 0px 20px;
}

.header__bottom-way {
	display: flex;
	align-items: center;
	padding: 5px 0px 16px;
	color: #FFF;
	font-family: "Work Sans", sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: 15.7px;
	/* 157% */
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-bottom: 1px solid #454545;
}

.header__bottom-way span {
	display: block;
	height: 16px;
}

.header__bottom-title {
	padding-top: 18px;
	color: #FFF;
	font-family: "Noto Sans", sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	/* 64.083px */
	letter-spacing: -0.2px;
}

.preview {
	padding: 50px 0px;
}

.preview__data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0px;
	border-top: 1px solid #E2E2E2;
	margin-bottom: 24px;
}

.preview__data-text {
	color: #737373;
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.84px;
	/* 157% */
	letter-spacing: -0.2px;
}

.preview__img {
	max-width: 990px;
	margin-bottom: 24px;
}

.preview__img img {
	width: 100%;
}

.preview__text p {
	color: #333;
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 24px;
}

.preview__text p:last-child {
	margin-bottom: 0px;
}

.last {
	padding: 54px 20px;
	border: 5px solid #D63828;
}

.main__wrapper {
	padding-bottom: 60px;
}

.last__item {
	max-width: 670px;
	width: 100%;
	border-left: 1px solid #D63828;
}

.last__img {
	margin-left: -10px;
}

.last__wrapper {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 16px;
	margin-bottom: 20px;
}

.last__text {
	display: flex;
	align-items: start;
	gap: 16px;
}

.last-ink {
	margin-bottom: 0px !important;
}

.last__img-ink {
	height: 90px;
	background: #fff;
}

.last__text p {
	color: #333;
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	margin-bottom: 22px;
}

.last__button {
	width: 100%;
	margin-bottom: 35px;
}

.last__button a {
	display: block;
	max-width: 384px;
	width: 100%;
	padding: 12px;
	border-radius: 8px;
	background: #007AC8;
	color: #FFF;
	text-align: center;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	margin: 0 auto;

}

.last__button a:active {
	scale: 0.95;
	box-shadow: inset 0px 1px 5px 2px rgba(0, 0, 0, .6);
}

.last__logo {
	position: relative;
	max-width: 165px;
	width: 100%;
	padding: 0px 26px;
	margin-bottom: -65px;
	margin-left: auto;
	background: #fff;
	z-index: 1;
}

.last__logo svg {
	width: 100%;
}

.last__img2 {
	display: none;
}

@media(max-width: 768px) {
	[class*="container"] {
		max-width: none;
	}

	.header__bottom-title {
		font-size: 24px;
	}

	.preview {
		padding: 24px 0px 48px;
	}

	.header__top-mail span:first-of-type {
		display: none;
	}

	.preview__data {
		margin-bottom: 0px;
	}

	.last__img1 {
		display: none;
	}

	.last__img2 {
		height: 200px;
		display: block;
	}

	.last__img2 svg {
		height: 100%;
	}
}

@media(max-width: 400px) {
	[class*="container"] {
		max-width: none;
	}

	.last__img-ink {
		height: 140px;
	}
}