* {
	margin: 0;
	padding: 0;
}

.mp_banner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.mp_main_banner {
	background-image: url(images/mp_banner_1.png);
	width: 100%;
	height: 100dvh;
	min-height: 10vh;
	background-size: cover;
	background-position: center;
}

.blue-text {
	color: #4DBBFF;
}

.mp_banner {
	width: 100%;
	min-height: 10vh;
	display: flex;
	flex-direction: column;
}

.mp_main_banner {
	background-image: url(images/mp_banner_1.png);
	width: 100%;
	min-height: 600px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.blue-text {
	color: #4DBBFF;
}

.mp_main_banner .banner-content {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
}

.mp_main_banner p {
	font-size: 16px;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 20px;
}

.mp_main_banner h2 {
	font-size: 64px;
	margin: 0;
	margin-left: 20px;
	margin-bottom: 40px;
}

.mp_banner_small {
	display: flex;
	width: 100%;
	min-height: 400px;
}

.mp_banner_small_container {
	display: flex;
	flex: 1;
}

.mp_banner_small_1,
.mp_banner_small_2 {
	flex: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: solid 2px #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 20px;
}

.mp_banner_small_content {
	display: flex;
	flex-direction: column;
	max-width: 500px;
	margin-bottom: 20px;
}

.mp_banner_small_1 {
	background-image: url(images/mp_banner_2.png);
}

.mp_banner_small_2 {
	background-image: url(images/mp_banner_3.png);
	color: #F1F1F1;
}

.mp_banner_small p {
	font-size: 16px;
	margin: 0;
}

p.mp_banner_small_p {
	font-size: 28px;
	font-weight: 500;
	margin: 0;
}

.mp_banner_small .buttons-container {
	display: flex;
	margin-top: 30px;
}

.mp_banner_small a,
.mp_button_1,
.mp_button_2 {
	font-size: 18px;
	text-decoration: none;
	padding: 14px 20px;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	margin-right: 10px;
}

.mp_banner_small a,
.mp_button_1 {
	color: #000000;
	background-color: #FFFFFF;
	border: none;
}

.mp_button_2 {
	border: solid 2px #FFFFFF;
	color: #FFFFFF;
	background-color: transparent;
}

.mp_catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto auto;
	gap: 4px;
}

.mp_grid-item {
	background: #F6F6F6;
	text-align: center;
	position: relative;
	background-position: center;
}

.mp_grid-item.aviator {
	aspect-ratio: 1;
	background-image: url(images/mp_catalog_1.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.mp_grid-item.round {
	background-image: url(images/mp_catalog_2.jpg);
	aspect-ratio: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.mp_grid-item.large.cat-eye {
	background-image: url(images/mp_catalog_3.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.mp_grid-item.narrow {
	aspect-ratio: 1;
	background-image: url(images/mp_catalog_4.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 4px;
}

.mp_grid-item.wayfarer {
	aspect-ratio: 1;
	background-image: url(images/mp_catalog_5.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}


.mp_grid-item img {
	max-width: 100%;
}

.mp_grid-item p {
	margin-bottom: 56px;
	font-size: 24px;
}

.mp_block_left {
	gap: 2px;
}

.mp_grid-item.large {
	background: #F6F6F6;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	grid-column: span 2;
}

.mp_grid-item a {
	color: #000;
	text-decoration: none;
}

.mp_grid-item.large img {
	object-fit: cover;
}

.mp_grid-item.intro {
	background: #F9F9F9;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mp_grid-item.intro .icon {
	font-size: 24px;
	margin-bottom: 10px;
}

.mp_grid-item.intro h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.mp_grid-item.intro button {
	padding: 8px 16px;
	border: none;
	background: #000000;
	color: #FFFFFF;
	border-radius: 5px;
	cursor: pointer;
}

.mp_catalog-grid button {
	padding: 12px 8px;
	color: #030101;
	background-color: #00000000;
	font-size: 24px;
	border: #B1ADAD solid 1px;
	border-radius: 8px;
	cursor: pointer;
}

.fist_item {
	font-size: 50px;
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}

.fist_item img {
	width: 100px;
	max-width: 100%;
}

.fist_item p {
	font-size: 32px;
	margin: 10px 0;
}

.fist_item button {
	padding: 10px 20px;
}

.mp_section {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.mp_section_1 {
	margin: 2px;
	padding-top: 30px;
	min-height: 14vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background-color: #F1F1F1;
	flex: 30%;
}

.mp_section_1 img {
	min-width: 60px;
	margin-top: 10px;
}

.mp_section_1 p {
	max-width: 34vh;
	font-size: 20px;
	margin-bottom: 10px;
	margin: 20px;
}

.mp_section_1 .mp_section_2 {
	margin: 28px;
}

.mp_search {
	margin: 0 auto;
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mp_search img {
	object-fit: contain;
	margin: 20px 30px;
	height: 30px;
}

.mp_search p {
	font-size: 40px;
	max-width: 74vh;
	text-align: center;
	align-items: center;
}

.mp_search input {
	border: none;
	border-bottom: 2px solid #000000;
	padding: 8px;
	padding-top: 20px;
	width: 300px;
	text-align: center;
	align-items: center;
	font-size: 16px;
}

.brands_main {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	margin: 20px 0;
}

.brands-wrapper {
	position: relative;
	overflow: hidden;
	height: 50px;
	width: 100%;
}

.brands {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	display: flex;
	align-items: center;
	animation: brand-scroll 40s linear infinite;
}

.brands img {
	max-width: 230px;
	height: 30px;
	width: auto;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.brands img:hover {
	filter: grayscale(0%);
}

.brands img:not(:hover) {
	filter: saturate(0) contrast(0.25) brightness(1.6);
}

.brands:hover {
	animation-play-state: paused;
}

.brands_1 {
	animation: brand-scroll 40s linear infinite;
}

.brands_2 {
	animation: brand-scroll-reverse 35s linear infinite;
}

.brands_3 {
	animation: brand-scroll 35s linear infinite;
}

.brands_4 {
	animation: brand-scroll-reverse 40s linear infinite;
}

@keyframes brand-scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-100% + 100vw));
	}
}

@keyframes brand-scroll-reverse {
	from {
		transform: translateX(calc(-100% + 100vw));
	}

	to {
		transform: translateX(0);
	}
}

.mp_section2_1 {
	position: relative;
	width: 50%;
	min-height: 200px;
}

.mp_section2_1 img {
	width: 100%;
	height: 50vh;
	object-fit: cover;
}

.mp_section2_1 p {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 3.4vh;
	max-width: 60vh;
}

.mp_section2_1 button {
	position: absolute;
	bottom: 2vh;
	left: 3vh;
	color: #000000;
	background-color: #ffffff;
	border-radius: 8px;
	border: none;
	padding: 12px 20px;
	font-size: 1.8vh;
	cursor: pointer;
}

.mp_section2_1 .mp_section2_1_p {
	color: #000000;
}

.mp_search input {
	border: none;
	border-bottom: 2px solid #000000;
	padding: 8px;
	padding-top: 20px;
	width: 300px;
	text-align: center;
	font-size: 16px;
}

.mp_section_2 {
	display: flex;
	gap: 4px;
}

.mp_section2_1 {
	position: relative;
	width: 50%;
	min-height: 200px;
}

.mp_section2_1 img {
	width: 100%;
	height: 50vh;
	object-fit: cover;
}

.mp_section2_1 p {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 3.4vh;
	max-width: 60vh;
}

.mp_section2_1 button {
	position: absolute;
	bottom: 2vh;
	left: 3vh;
	color: #000000;
	background-color: #ffffff;
	border-radius: 8px;
	border: none;
	padding: 12px 20px;
	font-size: 1.8vh;
	cursor: pointer;
}

.mp_section2_1 .mp_section2_1_p {
	color: #000000;
}

@media screen and (max-width: 1024px) {

	.mp_section_2 {
		gap: 4px;
	}

	.mp_section2_1 img {
		height: 45vh;
	}

	.mp_section2_1 p {
		font-size: 18px, 2.8vh, 24px;
		max-width: 85%;
		top: 15px;
		left: 15px;
		padding: 8px 12px;
		font-size: 24px;
	}

	.mp_section2_1 button {
		font-size: 14px, 1.6vh, 16px;
		padding: 10px 18px;
		bottom: 15px;
		left: 15px;
	}

	.fist_item p {
		font-size: 24px;
	}

	.fist_item button {
		font-size: 20px;
	}

	.mp_grid-item p {
		font-size: 20px;
	}

	.mp_search p {
		font-size: 30px;
	}
}

@media screen and (max-width: 768px) {
	.mp_banner_small {
		flex-direction: column;
		height: auto;
	}

	.mp_banner_small_1,
	.mp_banner_small_2 {
		height: 300px;
	}

	.fist_item img {
		width: 60px;
		max-width: 100%;
	}

	.mp_button_2 {
		padding: 8px 16px;
	}

	.mp_grid-item p {
		margin-bottom: 14px;
		font-size: 20px;
	}

	.fist_item button {
		padding: 8px 10px;
		margin-bottom: 20px;
	}


}

@media screen and (max-width: 710px) {
	.mp_catalog-grid {
		grid-template-columns: 1fr;
		margin: 0 auto;
	}

	.mp_grid-item.large {
		grid-column: span 1;
		min-height: 300px;
	}

}


@media screen and (max-width: 480px) {

	.mp_catalog-grid {
		grid-template-columns: 1fr;
		margin: 0 auto;

	}

	.mp_grid-item.large {
		grid-column: span 1;
		min-height: 300px;
	}

	.mp_grid-item p {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.mp_section_1 {
		flex: 100%;
		margin-bottom: 10px;
	}

	.mp_section_1 p {
		font-size: 16px;
	}

	.mp_section_1 img {
		height: 40px;
	}

	.mp_search p {
		font-size: 20px;
	}

	.mp_section2_1 img {
		height: 300px;
	}

	.mp_section_2 button {
		font-size: 14px;
		padding: 8px 12px;
	}

	.mp_section2_1 p {
		font-size: 18px;
	}

	.fist_item p {
		font-size: 20px;
	}
}

@media screen and (max-width: 375px) {
	.mp_main_banner h2 {
		font-size: 28px;
		padding: 5px 8px;
	}

	.mp_main_banner p {
		font-size: 12px;
	}

	.mp_banner_small_1,
	.mp_banner_small_2 {
		width: 100%;
		box-sizing: border-box;
	}

	.mp_banner_small p,
	p.mp_banner_small_p,
	.mp_banner_small a,
	.mp_button_1 {
		top: 160px;
		font-size: 12px;
	}

	p.mp_banner_small_p {
		font-size: 20px;
	}

	.mp_banner_small a,
	.mp_button_1 {
		padding: 8px 10px;
		font-size: 14px;
	}

	.mp_button_2 {
		padding: 6px 10px;
	}


	.mp_banner_small_1,
	.mp_banner_small_2 {
		width: 100%;
		box-sizing: border-box;
	}

	p.mp_banner_small_p {
		font-size: 16px;
	}

	.mp_banner_small a,
	.mp_button_1 {
		padding: 6px 10px;
		font-size: 12px;
	}

	.mp_button_2 {
		padding: 4px 8px;
	}

	.mp_grid-item p {
		font-size: 16px;
	}

	.mp_search p {
		font-size: 20px;
	}

	.mp_section2_1 p {
		font-size: 16px;
	}

	.mp_section2_1 button {
		padding: 6px 10px;
		font-size: 12px;
	}

	.mp_section_2 {
		display: flex;
		flex-direction: column;
		gap: 2px;
	}

	.mp_section2_1 {
		position: relative;
		width: 100%;
		min-height: 100px;
	}

	.mp_section2_1 img {
		width: 100%;
		height: 30vh;
		object-fit: cover;
	}

	.mp_section2_1 button {
		padding: 4px 8px;
		font-size: 12px;
		border-radius: 4px;
	}
}

@media screen and (max-width: 320px) {
	.mp_main_banner h2 {
		font-size: 24px;
		top: 26vh;
		padding-left: 10px;
	}

	.mp_main_banner p {
		font-size: 11px;
		top: 26vh;
		padding-left: 10px;
	}

	.mp_banner_small_1,
	.mp_banner_small_2 {
		width: 100%;
		box-sizing: border-box;
	}

	p.mp_banner_small_p {
		font-size: 14px;
	}

	.mp_banner_small a,
	.mp_button_2 {
		padding: 5px 8px;
		font-size: 11px;
	}

	.mp_section_2 {
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.mp_section2_1 {
		position: relative;
		width: 100%;
		min-height: 100px;
	}

	.mp_section2_1 img {
		width: 100%;
		height: 30vh;
		object-fit: cover;

		.mp_section2_1 button {
			padding: 4px 8px;
			font-size: 12px;
			border-radius: 4px;
		}

		.mp_search p {
			font-size: 18px;
		}

		.mp_search input {
			width: 90%;
			font-size: 14px;
		}

		.mp_section2_1 p {
			font-size: 14px;
		}

		.fist_item p {
			font-size: 18px;
		}
	}
}

@media screen and (max-width: 1024px) {
	.mp_main_banner h2 {
		font-size: 48px;
		margin-bottom: 30px;
	}

	.mp_main_banner p {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.mp_banner_small {
		min-height: 350px;
	}

	p.mp_banner_small_p {
		font-size: 24px;
	}

	.mp_banner_small p {
		font-size: 15px;
	}

	.mp_banner_small a,
	.mp_button_1,
	.mp_button_2 {
		font-size: 16px;
		padding: 12px 18px;
	}

	.mp_banner_small .buttons-container {
		margin-top: 25px;
	}
}


@media screen and (max-width: 768px) {
	.mp_main_banner {
		min-height: 500px;
	}

	.mp_main_banner h2 {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.mp_banner_small {
		flex-direction: column;
		min-height: auto;
	}

	.mp_banner_small_1,
	.mp_banner_small_2 {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 0 15px;
		min-height: 300px;
	}

	.mp_banner_small_content {
		margin-bottom: 20px;
	}

	p.mp_banner_small_p {
		font-size: 22px;
	}

	.mp_banner_small a,
	.mp_button_1,
	.mp_button_2 {
		font-size: 16px;
		padding: 10px 16px;
		margin-right: 8px;
	}


}

@media screen and (max-width: 880px) {
	.mp_button_2 {
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.mp_main_banner {
		min-height: 200px;
	}

	.mp_main_banner h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.mp_main_banner p {
		font-size: 14px;
	}

	.mp_banner_small_1,
	.mp_banner_small_2 {
		min-height: 250px;
		padding: 0 15px;
	}

	p.mp_banner_small_p {
		font-size: 20px;
	}

	.mp_banner_small a,
	.mp_button_1,
	.mp_button_2 {
		font-size: 14px;
		padding: 8px 14px;
	}

	.mp_banner_small .buttons-container {
		margin-top: 20px;
		gap: 10px;
	}
}


@media screen and (max-width: 375px) {
	.mp_main_banner h2 {
		font-size: 24px;
	}

	.mp_main_banner img{
	min-height: 4vh;
}

	.mp_main_banner .banner-content {
		padding-left: 15px;
	}

	p.mp_banner_small_p {
		font-size: 18px;
	}

	.mp_banner_small p {
		font-size: 13px;
	}

	.mp_banner_small a,
	.mp_button_1,
	.mp_button_2 {
		font-size: 13px;
		padding: 7px 12px;
	}
}


@media screen and (max-width: 320px) {
	.mp_main_banner h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

.mp_main_banner img{
	min-height: 4vh;
}

	.mp_main_banner p {
		font-size: 12px;
		margin-bottom: 10px;
	}

	p.mp_banner_small_p {
		font-size: 16px;
	}

	.mp_banner_small a,
	.mp_button_1,
	.mp_button_2 {
		font-size: 12px;
		padding: 6px 10px;
	}
}