@import url('https://fonts.googleapis.com/css2?family=Coda:wght@800&family=IBM+Plex+Sans:wght@400;500;700&display=swap');
* {
	box-sizing: border-box;
	outline: none;
}

html, body {
	padding: 0;
	margin: 0;
	font-family: "IBM Plex Sans";
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color: #29343F;
	position: relative;
	z-index: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-img {
	padding: 20px;
	background: #57708E;
}

.header-logo {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 60px;
	background: #57708E;
	padding: 0 20px;
	z-index: 20;
}

.header-logo .burger {
	display: none;
}

.header-logo > a {
	font-family: 'Coda';
	font-weight: 800;
	display: block;
	width: 42%;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.header-logo .menu {
	width: 58%;
}

.header-logo ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.header-logo ul li a{
	font-family: "IBM Plex Sans";
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.header-logo ul li a:hover{
	text-decoration: underline;
}

.title-block {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	background: #57708E;
	padding: 50px 20px 20px;
}

.title-block .title {
	font-family: 'Coda';
	font-weight: 800;
	font-size: 64px;
	line-height: 0.9;
	color: #fff;
	text-transform: uppercase;
	width: 42%;
}

.title-block .title-text {
	font-size: 20px;
	color: #fff;
	width: 58%;
	max-width: 505px;
}

.header-mobile-img {
	display: none;
}

.content {
	padding: 80px 20px 124px;
	position: relative;
	z-index: 10;
	background: #fff;
}

.block-1 .title {
	font-family: 'Coda';
	font-weight: 800;
	font-size: 44px;
	line-height: 0.9;
	padding-left: 42%;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.block-1 .text {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-left: 42%;
}

.block-1 .text p {
	margin: 0;
}

.block-1 .text p:first-child{
	width: 45%;
	max-width: 451px;
	margin-right: 10%;
	display: block;
}

.block-1 .text p:last-child{
	width: 45%;
	max-width: 413px;
	display: block;
}

.block-2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 86px;
}

.block-2 > div span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
}

.block-2 > div > .img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.block-3 {
	margin-top: 155px;
}

.block-3 .title {
	font-family: 'Coda';
	font-weight: 800;
	font-size: 44px;
	line-height: 1;
	text-transform: uppercase;
	max-width: 899px;
}

.block-3 .text {
	margin-left: 42%;
	max-width: 594px;
}

.block-4 {
	margin-top: 110px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-left: 42%;
}

.block-4 > div {
	width: 45%;
	max-width: 400px;
	margin-bottom: 51px;
}

.block-4 > div:nth-child(2n+1) {
	margin-right: 10%;
}

.block-4 > div .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.block-4 > div > .img {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80px;
	height: 80px;
	margin-bottom: 32px;
}

.block-5 {
	margin-top: 215px;
}

.block-5 .title {
	font-family: 'Coda';
	font-weight: 800;
	font-size: 44px;
	line-height: 1;
	text-transform: uppercase;
	max-width: 856px;
}

.block-5 .text {
	margin-top: 16px;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	max-width: 638px;
}

.block-5 .countries {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 80px;
}

.block-5 .countries > div {
	width: 30%;
	max-width: 506px;
}

.block-5 .countries > div span{
	font-weight: 700;
}

.block-5 .countries > div:before {
	display: block;
	content: "";
	width: 110px;
	height: 74px;
	margin-bottom: 19px;
}

.block-5 .countries > div.c-1:before {
	background: url(../images/flag-1.jpg) center center no-repeat;
}
.block-5 .countries > div.c-2:before {
	background: url(../images/flag-2.jpg) center center no-repeat;
}
.block-5 .countries > div.c-3:before {
	background: url(../images/flag-3.jpg) center center no-repeat;
}

.block-6 {
	margin-top: 183px;
	padding-left: 42%;
}

.block-6 .title {
	font-family: 'Coda';
	font-weight: 800;
	font-size: 44px;
	line-height: 1;
	text-transform: uppercase;
}

.block-6 .text-1 {
	margin-top: 34px;
	font-size: 32px;
}

.block-6 .text-2 {
	margin-top: 32px;
}

.block-6 .text-2 p {
	margin-bottom: 16px;
}

.block-6 .text-2 p:last-child {
	margin-bottom: 0;
}

footer {
	background: #57708E;
	padding: 0 20px 20px;
	height: 615px;
	position: relative;
	z-index:-2;
}

footer .footer-bg {
	position: fixed;
	left: 20px;
	right: 20px;
	bottom: 20px;
	z-index: -1;
}

footer .footer-contacts {
	position: absolute;
	left: 42%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px;
	background: #fff;
	padding: 24px 32px;
	max-width: 540px;
}

footer .footer-contacts .mail {
	display: block;
	font-family: 'Coda';
	font-weight: 800;
	font-size: 44px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: underline;
	color: #29343F;
	margin-bottom: 83px;
}

footer .footer-contacts .license {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.005em;
	margin-bottom: 20px;
}

footer .footer-contacts .license span {
	display: block;
	font-size: 16px;
	line-height: 26px;
}

footer .footer-contacts .address {
	margin-bottom: 26px;
}

footer .footer-contacts .copy {
	font-size: 16px;
	line-height: 0.9;
}

@media(max-width: 1000px) {
	.header-img {
		display: none;
	}
	.header-logo > a{
		position: relative;
		z-index: 110;
		font-size: 31px;
		width: auto;
		transition: all 0.5s;
	}
	.header-logo .menu {
		display: none;
	}
	.header-logo.opened .menu {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		bottom: 100px;
		max-height: 506px;
		background: #fff;
		z-index: 90;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-left: 39px;
	}
	.header-logo ul {
		display: block;
		margin-top: 60px;
	}
	.header-logo ul li {
		margin-bottom: 32px;
	}
	.header-logo ul li:last-child {
		margin-bottom: 0;
	}
	.header-logo ul li a {
		display: block;
		color: #57708E;
		font-size: 20px;
		line-height: 1;
		font-weight: 400;
	}
	.header-logo .burger {
		display: block;
		position: relative;
		width: 24px;
		height: 22px;
		z-index: 110;
		transition: all 0.5s;
	}
	.header-logo.opened > a {
		color: #57708E;
	}
	.header-logo.opened .burger {
		transform: rotate(-90deg);
	}
	.header-logo.opened .burger svg{
		fill: #57708E;
	}

	.title-block .title {
		font-size: 32px;
		width: 37%;
	}
	.title-block .title-text {
		width: 63%;
	}
	.block-1 .title, .block-1 .text, .block-4, .block-6 {
		padding-left: 35%;
	}
	.block-3 .text {
		margin-left: 35%;
	}
}

@media(max-width: 1000px) {
	body, html {
		font-size: 16px;
	}
	.title-block {
		display: block;
	}
	.title-block .title {
		max-width: 280px;
		width: 100%;
		margin-bottom: 12px;
	}
	.title-block .title-text {
		width: 100%;
	}
	.block-1 .title,
	.block-3 .title, 
	.block-5 .title,
	.block-6 .title {
		font-size: 24px;
		line-height: 1.1;
		padding-left: 0;
	}
	.block-1 .title, .block-1 .text, .block-4, .block-6 {
		padding-left: 0;
	}
	.block-2 {
		flex-wrap: wrap;
	}
	.block-2 > div {
		width: 45%;
		text-align: center;
		margin-bottom: 33px;
	}
	.block-2 > div:before {
		display: inline-block;
	}
	.content {
		padding-top: 25px;
	}
	.block-1 .text {
		display: block;
		padding-left: 0;
	}
	.block-1 .text p:last-child {
		width: 100%;
		max-width: 100%;
	}
	.block-1 .text p:first-child {
		margin-bottom: 16px;
		width: 100%;
		max-width: 100%;
		magrgin-right: 0;
	}
	.block-2 > div > .img {
		width: 100%;
	}
	.block-2 > div span {
		font-size: 12px;
		height: 26px;
	}
	.block-2 {
		margin-top: 64px;
	}
	.block-3 {
		margin-top: 92px;
	}
	.block-3 .title {
		margin-bottom: 12px;
	}
	.block-3 .text {
		margin-left: 0;
	}
	.block-4 > div {
		width: 100%;
	}
	.block-4 > div:nth-child(2n+1) {
		margin-right: 0;
	}
	.block-4 {
		margin-top: 48px;
	}
	.block-4 > div {
		margin-bottom: 32px;
	}
	.block-4 > div .title {
		font-size: 20px;
	}
	.block-4 > div > .img {
		margin-bottom: 24px;
	}
	.block-5 {
		margin-top: 80px;
	}
	.block-5 .text {
		font-size: 20px;
	}
	.block-5 .countries {
		margin-top: 30px;
	}
	.block-5 .countries {
		flex-wrap: wrap;
	}
	.block-5 .countries > div {
		width: 100%;
		margin-bottom: 32px;
	}
	.block-5 .countries > div:last-child {
		margin-bottom: 0;
	}
	.block-6 {
		margin-top: 80px;
	}
	.mob {
		display: none;
	}
	.block-6 .text-1 {
		font-size: 20px;
		margin-top: 12px;
	}
	.block-6 .text-2 {
		margin-top: 24px;
		font-size: 16px;
	}
	.content {
		padding-bottom: 28px;
	}
	footer {
		padding: 24px 20px 20px;
		height: 274px;
	}
	footer .footer-bg > img{
		display: none;
	}
	footer .footer-bg > div {
		width: 100%;
		background: transparent;
		padding: 0;
		color: #fff;
		position: relative;
		left: 0;
		top: 0;
		transform: none;
	}
	footer .footer-bg > div .mail {
		font-size: 24px;
		color: #fff;
		margin-bottom: 24px;
	}
	footer .footer-bg > div .license {
		font-size: 16px;
		line-height: 1.4;
	}
	footer .footer-bg > div .license span{
		font-size: 12px;
		line-height: 1.6;
	}
	footer .footer-bg > div .address {
		margin-bottom: 42px;
		font-size: 16px;
	}
	footer .footer-bg > div .copy {
		font-size: 12px;

	}
	.header-mobile-img {
		display: block;
		background: #57708E;
		padding: 0 20px;
		position: fixed;
		z-index: -2;
		height: 50vh;
		width: 100%;
	}
	.header-text {
		position: relative;
		z-index: -1;
		padding-top: 50vh;
	}
	footer .footer-bg {
		z-index: 10;
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	footer {
		z-index: 10;
	}
}