@media only screen and (max-width:1120px) {
		#header .menu-wrapper {
		position: static;
		left: auto;
	}
	#header #menu {
		position: relative;
		left: auto;
	}
	#header.sticky #menu {
		margin-left: 203px;
	}
	#header #menu li {
		padding: 20px 10px;
		margin-right: 15px;
	}


}
@media only screen and (max-width:980px) {

	.content {
		width: calc(100% - 80px);
		margin: -25vh 40px 0 40px;
		left: auto;
	}

}
@media only screen and (max-width:768px) {
	
	.wrapper {
		width: 100%;
		padding: 0 30px;
	}
	#logo {
		top: 30px;
		left: 30px;
	}
	#header #menu {
		display: none;
	}
	#header #menu li.line {
		display: none !important;
	}
	#header #mobile {
		margin-top: 21px;
		font-size: 16pt;
		color: #24586e;
		float: left;
		position: relative;
		z-index: 1;
		display: block;
	}
	#header.sticky #mobile {
		margin-left: 223px;
	}
	#header.sticky {
		top: 30px;
	}
	#header.sticky .panel-left {
		width: 20px;
	}
	#header.sticky .panel-right {
		width: calc(100% - 202px);
	}
	.block {
		width: 100%;
	}
	#bauxus .content .member {
		width: 50%;
		margin-top: 20px;
	}
	#bauxus .content .member .text {
		position: static;
		float: left;
	}
	#bauxus .content .member img {
		width: 100%;
		height: auto;
	}
	#bauxus .content .member:nth-child(even) .image,
	#bauxus .content .member:nth-child(even) .image img {
		float: left;
	}
	#bauxus .content .member:nth-child(even) .text {
		padding-right: 0;
		padding-left: 20px;
		text-align: left;
	}
	#contact .content #gmap{
		width: 100%;
		margin: 0 auto;
	}
	#contact .content #gmap img {
	    width: 100%;
	    object-fit: cover;
	}

}
@media only screen and (max-width:640px) {
	
	#logo {
		width: 130px;
		height: 50px;
		top: 10px;
		left: 20px;
		z-index: 10;
	}
	#header {
		background-color: rgba(255,255,255,0.75);
		height: 70px;
	}
	#header.sticky {
	    top: 0;
	    padding-top: 10px;
	    background-color: #24586e;
	}
	#header .panel-left,
	#header .panel-right {
		display: none;
	}
	#header.sticky .panel-right {
		width: calc(100% - 170px);
		height: 50px;
	}
	#header #mobile {
	    margin-top: 24px;
	}
	#header #contacts li {
		padding: 25px 0 15px;
	}
	#header.sticky #contacts li {
		padding: 14px 0 15px;
	}
	#header.sticky #mobile {
	    margin-left: 140px;
	    margin-top: 15px;
	    color: #fff;
	}
	#header.sticky #contacts li a {
		color: #fff;
	}
	#header #contacts li a span {
		display: none;
	}
	.content {
		width: calc(100% - 40px);
		margin: -25vh 20px 0 20px;
		padding: 30px;
	}
	#bauxus, #services, #contact {
	    padding: 100px 0 50px;
	}
	#intro .go {
		bottom: 70px;
	}
	#intro #play {
		width: 46px;
		margin-top: -26.5px;
		margin-left: -23px;
	}
	#bauxus .content .member {
		width: 100%;
	}
	#services .content {
		gap: 10px;
		grid-template-columns: repeat(2,1fr);
	}
	#services .content .service {
		width: 100%;
		height: auto !important;
		background-color: transparent;
	}
	#contact .content .contacts,
	#contact .content #gmap,
	#contact .content .wpcf7 {
		width: 100%;
		margin: 0;
	}
	#contact .content .contacts {
		margin-bottom: 40px;
	}
	#contact .content .wpcf7 {
		margin-bottom: 40px;
	}
	#contact .content .wpcf7 p.accept {
		width: 100%;
		margin-bottom: 20px;
	}
	#contact .content .wpcf7 p.submit {
		width: 100%;
	}
	#footer #copy .block {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	#footer #copy span {
		display: none;
	}
	#footer #copy .block img {
		position: relative;
		top: 6px;
		display: inline-block;
		float: none;
	}

}