@media (max-width:768px) {
	.states-row {
		margin: 7px auto 15px;
	}
	.state-item-new {
		width: 39vw;
		margin: 5px auto;
		height: 150px;
		border: 5px #FFF solid;
	}
	.state-item-new .image {
		opacity: 1;
		display: block;
		width: 100%;
		height: 110px;
		background-size: cover;
		background-position: center center;
		transition: filter .25s ease;
	}
	.state-item-new .name {
		font-size:15px;		
		letter-spacing: 0px;
	}
	.logo {
		position:relative;				
		text-align:left;
		z-index:1;
	}
	.logo a img {
		max-width: 60vw;
		width:initial !important;
	}
	.lang {
		position: absolute;
		top:16px;
		right:55px;
		width:32px;	
		z-index:10;
	}
	.lang a {
		display: block;
		border: 1px #efefef solid;
		margin: 6px auto;
		width: 30px;
		padding: 3px;
		height: 20px;
	}
	.menu-button {
		z-index:6;
		right:9px;
		top:32px;
	}
	.menu-button span {
		width: 30px;
		display: block;
		height: 4px;
		background-color: #515151;
		margin: 4px auto;
		border-radius: 2px;
	}
	.main-slider-wrap {
		margin-top: 10px;
	}
	.main-slider,
	.main-slider .item {
		height:20vh;
	}
	.motto {
		padding: 20px 0;
		font-size: 12px;
		line-height: 18px;
		font-weight: 400;
	}
	h2,
	.motto h2 {
		font-size:24px;
		line-height:30px;
	}
	.idea-row .content {
		font-size: 12px;
		line-height: 18px;
		margin-top: 30px;
	}
	.idea-row .content h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.promotion .content {
		padding: 15px 0;
		font-size: 12px;
		line-height: 18px;
	}
	.left-nav {
		margin-bottom: 10px;
		background: #efefef;
		padding: 5px 15px;
		height: 110px;
		overflow: auto;
	}
	.left-nav li a {
		font-size:14px;
	}
	.left-nav li:not(:last-of-type) {
		border-bottom:1px #dfdfdf solid;
	}
	.left-nav li li a {
		font-size: 12px;
	}
	form label {
		text-align:left;
	}
	footer .img-logo {
		margin-top: 10px;
		max-width: 150px;
	}
	footer .row > div {
		height: auto;
	}
	.footer-address {		
		padding: 15px;
		margin: 15px auto;
	}
	.footer-icon a {
		display: inline-block;
		font-size: 26px;
		padding: 5px;
		margin: 10px 5px 0 10px;
	}
	p.address {
		font-size: 14px;
		line-height: 22px;
	}
	.position-details h1 {
		font-size:19px;
	}
	.position-details {
		font-size: 13px;
	}
	.machines h2,
	.offer-content h2 {
		font-weight: 700;
		font-size: 24px;
	}
	.machines,
	.offer-content {		
		line-height: 18px;
		font-size: 13px;
	}
	.benefits-int {
		font-size:10px;
	}
	.benefits .item .icon {
		max-width:100%;
	}
	.machines .items .header {
		max-width: 95%;
	}
	.machines .owl-prev {
		left: 10px;
	}
	.machines .owl-next {
		right: 10px;
	}
	button.button {
		position:relative;
	}
}