@media (max-width: 1599px) {
	
}

@media (max-width: 1279px) {
	.block {padding: 60px 40px 60px 40px;}
	.header {padding-top: 30px;	padding-bottom: 30px;}
	.header .logo img {height: 40px;}
	.header .menu .item {margin: 0 0 0 20px;}
	.footer .logo img {height: 50px;}
}


/* Container 720 */
@media (max-width: 1023px) {

	.block {padding: 50px 40px 50px 40px;}
	.header {padding-top: 20px;	padding-bottom: 20px;}
	.header.fixed {}
	.header .logo img {height: 30px;}
	.header .col-menu {padding: 0 !important; width: 1px;}
	.header .menu {
		display: flex;
        flex-direction: column;
        justify-content: space-between;
		align-items: start;
		visibility: hidden;
		position: fixed;
		z-index: 99;
		overflow: auto;
		right: -101%;
		top: 0;
		padding: 30px 30px 30px 30px;
		height: 100%;
		width: 100vw;
		max-width: 380px;
		background:#FFF;
		background-size: cover;
		margin: 0px 0 0 0;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
	}
	.header .menu .icon-close {
		position: absolute;
		display: inline-block;
		cursor: pointer;
		top: 30px; right: 30px;
	}
	.header .menu .item {
		display: block;
		text-align: left;
		margin: 20px 0 0px 0;
		font-size: 150%; line-height: 1;
	}
	.header .menu .item > a {
		font-family: "Spectral", sans-serif;
		font-size: 33px;
        line-height: 1.1;
        letter-spacing: -0.04em;
		padding-bottom: 5px;
	}
	
	.header .menu .item > a:before {left: -2px;}
	.header .menu .item a.active::before,
	.header .menu .item a:hover::before {
		right: auto;
		left: 0;
	}

	.header .menu.opened {
		visibility: visible;
		z-index: 9999;
		right: 0;
	}
	body.menu-opened:before {
		content: ' ';
		position: fixed;
		z-index: 80;
		top: 0;
		left: 0;
		display: block;
		width: 100vw;
		height: 100vh;
		background: rgba(0,0,0,0.65);
		backdrop-filter: blur(5px);
	}
	body.menu-opened .header.fixed {top: -100px !important;}

	.header .menu.opened .wow {visibility: visible !important}
	

	.footer .logo img {height: 24px;}

}
	

	
@media (max-width: 767px) {

	.block {padding: 40px 30px 40px 30px;}
	.header {padding-top: 15px; padding-bottom: 15px;}
	
	
	h1, .h1 {
		font-size: 40px; 
		margin-bottom: 30px; 
		letter-spacing: -0.04em;
	}

	h2, .h2 {
		font-size: 28px;
		margin-bottom: 20px; 
		letter-spacing: -0.04em;
	}

	h3, .h3 {
		font-size: 24px;
		margin-bottom: 15px;
		letter-spacing: -0.04em;
	}
	
	.pt-5 {padding-top: 15px !important;}
	.pb-5 {padding-bottom: 15px !important;}
	.mt-5 {margin-top: 15px !important;}
	.mb-5 {margin-bottom: 15px !important;}
	

	.jsExpand {
		margin: 0 0px 20px 0 !important;
		padding-bottom: 20px !important;
	}
	.win .win-content {
		margin: 60px 15px 40px 15px;
		width: auto;
		max-width: none !important;
	}
	.win .win-content__text {
		padding: 20px 15px 30px 15px;
		max-height: calc(100vh - 100px - 40vw);
	}
	.win .win-content__fulltext {
		padding: 20px 15px 30px 15px;
	}
	.win .form-block {padding:20px;}
	.footer-foot .row > div {
		text-align: left;
	}
	
	.col-about-img {padding-right: 0px; padding-bottom: 30px;}
	.col-about-text {padding-left: 0px; padding-bottom: 30px;}
	
	.grid-sizer, .grid-item {width: 49.9%;}
	.grid-item > a {padding: 10px;}
	.grid-item .grid-item-text {padding: 8px 0 0 0;}
	.grid {margin-left: -10px; margin-right: -10px;}
}
	
@media (max-width: 575px) {
	
	.block {padding: 30px 15px 30px 15px;}
	.header {padding-top: 15px;	padding-bottom: 15px;}
	.header .menu {
		max-width: none;
		width: 100%;
	}

	.footer .logo img {height: 24px;}

	blockquote {padding: 4% 0 4% 50px;}
	blockquote:before {
		width: 40px;
		font-size: 80px;
		line-height: 31px;
		top: 28px;
		left: 0px;
	}
	.grid-item .grid-item-text {padding: 5px 0 0 0; font-size: 90%;}
}