@media (max-width: 1400px) {

	header > div {
		display: none;
	}

	header > div:nth-child(2) {
		display: block;
		max-width: 100%;
		width: 100%;
		margin: 0px;
		top: -20px;
	}

	header {
		display: block;
	}

	header .menu a {
		padding: 10px;
	}


}


@media (max-width: 1200px) {

	:root {
		--header-height: 80px;
		--header-dif: 100px;
	}

	.menu {
		display: none;
	}

	subheader {
		height: 280px;
        clip-path: polygon(0 30px, 70% 30px, 73% 0, 100% 0, 100% 280px, 0 280px);
		padding-top: 70px;
	}

	.mobmenu {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 99;
	}

}


@media (max-width: 600px) {

	subheader {
		clip-path: polygon(0 30px, 70% 30px, 87% 0, 100% 0, 100% 280px, 0 280px);
	}

	body {
		font-size: 14px;
	}

	:root {
		--header-height: 60px;
		--header-dif: 80px;
	}


	header .logo {
		width: 150px;
	}

	header > div:nth-child(2) {
		clip-path: polygon(0 0, 100% 0%, 100% var(--header-height), 140px var(--header-height), 80px var(--header-dif), 0 var(--header-dif));
	}

	promovideo {
		margin: 50px 0px;
	}

	subheader .pp div {
		width: 50%;
		padding-bottom: 50px;
	}

	.bx_sm, .bx_wd {
		width: 100%;
	}

	.pr {
		padding: 10px 0px;
	}

		.pr img { 
			margin-right: -20px;
		}

	.pl {
		padding: 10px 0px;
	}



	.center {
		padding: 0px 20px;
	}

	.prxl {
		padding: 10px 0px;
	}

	.rndbtn {
		display: none;
	}

	.bluebar h2 {
		line-height: 34px;;
	}

	.dnstn {
		grid-template-columns: 1fr;
	}

	.dnstn > div {
		margin-bottom: 50px;
		padding: 50px 30px 20px 30px;
	}

	.dnstn > div h3 {
		word-break: break-word;
		margin-top: 0px;
	}

	.spcr {
		height: 100px;
	}

	.bf {
		font-size: 26px;
	}

	.rrww li {
		padding-left: 0px;
	}

	.bluebar {
		padding: 20px 0px 0px 0px;
	}

	.footer {
		grid-template-columns: 1fr;
	}

	.footer div {
		padding-top: 20px;
	}

	#google_translate_element { 
		bottom: 0px;
		left: 0px;
		width: 100%;
		border-radius: 0px;
	}

}