@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
}
body {
	background-color: #F2F2F2;
}
a {
	text-decoration: none;
	color: unset;
}
.nav-top {
	background-color: #3F4093;
	padding: 10px;
	gap: 15px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.nav-item-right {
	display: flex;
	gap: 20px;
	align-items: center;
	max-width: 50%;
	color: white;
}
.nav-item-right-flex {
	display: flex;
	align-items: center;
	gap: 12px;
}
.nav-item-right-flex svg {
	vertical-align: middle;
}
.item-tel {
	white-space: nowrap;
}
.nav-data {
	padding: 40px;
	text-align: center;
	max-width: 80%;
	margin: auto;
	color: #55429B;
}
.nav-title {
	font-size: 2.8em;
	font-weight: 700;
	margin-bottom: 20px;
}
.nav-stars {
	margin-bottom: 20px;
	color: #FCC117;
}
.nav-subtitle {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.bold {
	font-weight: 700;
	text-decoration: underline;
}
.nav-button-zap {
	display: inline-block;
	padding: 20px;
	background-color: #55429B;
	color: white;
	border-radius: 40px;
	margin-top: 25px;
	font-weight: 600;
}
.nav-button-zap svg {
	vertical-align: middle;
	margin-left: 10px;
}
.nav-promo-flex {
	width: 80%;
	margin: auto;
	padding: 40px;
	border-radius: 40px;
	background-color: #55429B;
	margin-top: 30px;
	display: flex;
	gap: 20px;
}
.nav-promo-flex-left, .nav-promo-flex-right {
	width: calc(50% - 20px);
	position: relative;
}
.nav-promo-flex-left img, .nav-promo-flex-right img {
	width: 100%;
	border-radius: 40px;
}
.nav-promo-flex-left {
	margin-top: 20px;
}
.nav-promo-flex-right {
	margin-top: 150px;
}
.nav-promo-bottom-flex {
	width: 85%;
	margin: auto;
	margin-top: 70px;
	display: flex;
	gap: 20px;
}
.nav-promo-bottom-flex-left, .nav-promo-bottom-flex-right {
	width: calc(50% - 0px);
	position: relative;
}
.nav-promo-bottom-flex-title {
	font-size: 2.2em;
	font-weight: 600;
	color: #55429B;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.nav-promo-bottom-flex-txt {
	line-height: 1.5em;
	font-size: 1.3em;
	margin-bottom: 30px;
	color: #7a7a7a;
}
.nav-other {
	text-align: center;
	margin-top: 50px;
}
.nav-other-title {
	font-size: 2.2em;
	font-weight: 600;
	color: #55429B;
	margin-bottom: 30px;
}
.nav-other-list {

}
.nav-other-list ul li {
	margin-bottom:20px;
	font-size: 1.3em;
	color: #7a7a7a;
}
.nav-other-list ul li svg {
	vertical-align: middle;
	color: green;
}
.margin-top {
	margin-top: 50px;
}

@media (max-width: 800px) {
	.nav-top {
		flex-wrap: wrap;
	}
	.nav-media-right {
		display: none;
	}
	.nav-promo-flex {
		width: 80%;
		margin: auto;
		padding: unset;
		padding-top: 40px;
		padding-bottom: 40px;
		border-radius: 40px;
		flex-wrap: wrap;
		max-width: 80%;
	}
	.nav-promo-flex-left, .nav-promo-flex-right {
		width: calc(100% - 20px);
		position: relative;
	}
	.nav-promo-flex-left {
		margin-left: -20px;
	}
	.nav-promo-flex-right {
		margin-top: unset;		
		text-align: right;
	}
	.nav-promo-flex-right img { 
		margin-right: -40px !important;
	}
	.nav-promo-bottom-flex {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.nav-promo-bottom-flex-left, .nav-promo-bottom-flex-right {
		width: calc(100% - 0px);
		position: relative;
	}
	.nav-promo-bottom-flex-right {
		margin-top: 40px;
	}
	.nav-top-item-left {
		width: 100%;
		text-align: center;
	}
	.nav-item-right {
		flex-wrap: wrap;
		max-width: 100%;
	}
	.nav-item-right-flex {
		display: block;
		text-align: center;
		width: 90%;
		margin: auto;
	}
	.item-tel {
		margin-top: 10px;
	}
	.item-address {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.nav-other-title {
		padding-left: 15px;
		padding-right: 15px;
	}
}