@font-face {
	font-family: 'Unbounded';
	src: url("../fonts/Unbounded-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap; }

* {
	-webkit-box-sizing: border-box;
					box-sizing: border-box; }

body {
	background-color: #F5F7FC;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #171C28;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
					font-feature-settings: 'pnum' on, 'lnum' on;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0; }

a {
	display: inline-block;
	text-decoration: none;
	color: #171C28; }
	a:hover, a:focus, a:active {
		text-decoration: none;
		outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal; }

ul {
	margin: 0;
	padding: 0; }

input,
button,
textarea,
select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	outline: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: top; }

.c-container {
	width: 1450px;
	margin: auto;
	position: relative; }

/* Header */
.header {
	position:static;
	background-color: #171C28;
	padding: 15px 0; }
	.header-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.header-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center; }
	.header-logo {
		-ms-flex-negative: 0;
				flex-shrink: 0; }
	.header-contacts {
		margin-left: 420px; }
		.header-contacts-item {
			color: #fff;
			margin-right: 115px; }
			.header-contacts-item:last-of-type {
				margin-right: 0; }
	.header-btn {
		border: 1px solid rgba(255, 255, 255, 0.3);
		border-radius: 7px;
		padding: 12px 17px 12px 25px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		color: #fff;
		-webkit-transition: .3s;
		transition: .3s; }
		.header-btn:hover {
			background-color: #5375B2;
			border-color: #5375B2; }
			.header-btn:hover path {
				fill: #fff; }
		.header-btn span {
			margin-left: 10px; }
		.header-btn path {
			-webkit-transition: .3s;
			transition: .3s; }
	.header-fixed {
		width: 100%;
		position: fixed;
		top: -100%;
		left: 0;
		z-index: 100;
		-webkit-backdrop-filter: blur(15px);
						backdrop-filter: blur(15px);
		background: rgba(255, 255, 255, 0.6);
		-webkit-transition: 1s;
		transition: 1s; }
		.header-fixed.active {
			top: 0; }
		.header-fixed .header-contacts-item {
			color: #171C28; }
		.header-fixed .header-btn {
			background-color: #171C28;
			border-color: #171C28; }
			.header-fixed .header-btn:hover {
				background-color: #5375B2;
				border-color: #5375B2; }

.txt {
	padding: 70px 0 25px; }
	.txt-wrapper {
		background-color: #fff;
		border-radius: 10px;
		padding: 30px 85px 60px 50px; }
	.txt-title {
		font-size: 46px;
		font-family: "Unbounded", sans-serif;
		font-weight: normal;
		margin-bottom: 25px; }
	.txt-subtitle {
		font-size: 38px;
		font-family: "Unbounded", sans-serif;
		font-weight: normal;
		margin-bottom: 25px;
			margin-top: 30px; }
		.txt-subtitle-m {
			font-size: 22px;
			font-family: "Unbounded", sans-serif;
			font-weight: normal;
			margin-bottom: 15px;
			margin-top: 30px; }
		.txt-subtitle-s {
			font-size: 18px;
			font-family: "Unbounded", sans-serif;
			font-weight: normal;
			margin-bottom: 15px;
			margin-top: 30px; }
	.txt-wrap {
		margin-bottom: 30px; }
		.txt-wrap:last-of-type {
			margin-bottom: 0; }
	.txt p {
		line-height: 1.6;
		margin-bottom: 10px; }
		.txt p span {
			font-family: "Unbounded", sans-serif;
			font-size: 18px;
			font-weight: normal; }
		.txt p a {
			color: #5375B2;
			text-decoration: underline; }
	.txt-list {
		margin-bottom: 25px; }
		.txt-list li {
			display: block;
			padding-left: 45px;
			line-height: 1.6;
			position: relative;
			margin-bottom: 15px; }
			.txt-list li:before {
				content: '';
				width: 5px;
				height: 5px;
				background-color: #171C28;
				border-radius: 50%;
				position: absolute;
				top: 10px;
				left: 0; }
			.txt-list li:last-child {
				margin-bottom: 0; }

/* Footer */
.footer {
	padding: 20px 0 80px; }
	.footer-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.footer-contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; }
		.footer-contacts-item {
			margin-right: 115px; }
			.footer-contacts-item:last-of-type {
				margin-right: 0; }

/* Adaptive */
@media only screen and (max-width: 1550px) {
	.c-container {
		width: 980px; }
	.header-contacts {
		margin-left: 100px; }
		.header-contacts-item {
			margin-right: 90px;
			font-size: 14px; }
	.header-btn {
		font-size: 14px;
		padding: 12px 20px; }
	.txt {
		padding: 40px 0 10px; }
		.txt-wrapper {
			padding: 15px 30px 30px; }
		.txt-title {
			font-size: 30px;
			margin-bottom: 30px; }
		.txt-subtitle {
			font-size: 25px;
			margin-bottom: 15px;
			margin-top: 20px; }
			.txt-subtitle-m {
				font-size: 18px;
			margin-top: 20px; }
			.txt-subtitle-s {
				font-size: 15px;
			margin-top: 20px; }
		.txt-wrap {
			margin-bottom: 20px; }
		.txt p {
			font-size: 14px;
			margin-bottom: 15px; }
			.txt p span {
				font-size: 15px; }
		.txt-list li {
			font-size: 14px;
			padding-left: 20px; }
	.footer {
		padding: 20px 0 50px; }
		.footer-contacts-item {
			font-size: 14px;
			margin-right: 90px; } }

@media only screen and (max-width: 1023px) {
	.c-container {
		width: 100%;
		padding: 0 20px; }
	.header-contacts {
		display: none; } }

@media only screen and (max-width: 767px) {
	.header-logo {
		width: 140px; }
	.footer {
		padding: 10px 0 30px; }
		.footer-logo {
			width: 140px; }
		.footer-contacts {
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
			-webkit-box-orient: vertical;
			-webkit-box-direction: reverse;
					-ms-flex-direction: column-reverse;
							flex-direction: column-reverse;
			text-align: right; }
			.footer-contacts-item {
				margin-right: 0;
				margin-top: 10px; }
				.footer-contacts-item:last-of-type {
					margin: 0; } }

@media only screen and (max-width: 400px) {
	.header-btn {
		padding: 10px 15px; }
		.header-btn span {
			display: none; } }

@media only screen and (max-width: 360px) {
	.header-logo {
		width: 120px; }
	.header-btn {
		font-size: 12px; }
	.txt-wrapper {
		padding: 15px; }
	.txt-title {
		font-size: 24px; }
	.txt-subtitle {
		font-size: 20px; }
		.txt-subtitle-m {
			font-size: 16px; }
		.txt-subtitle-s {
			font-size: 14px; }
	.footer-logo {
		width: 120px; } }
