@media screen and (max-width: 1360px) {
	.wrapper {
		width: 1010px;
	}
	.wrapper.medium {
		width: 1010px;
	}
	.wrapperSlide{
		width: 1010px;
	}
	.title-big{
		font-size: 40px;
	}
	.col-1-l,
	.col-2-l,
	.col-2-5-l,
	.col-3-l,
	.col-4-l,
	.col-5-l,
	.col-6-l,
	.col-7-l,
	.col-8-l,
	.col-9-l,
	.col-10-l,
	.col-11-l,
	.col-12-l {
		float: left;
	}
	.col-1-l {
		width: 8.333%;
	}
	.col-2-l {
		width: 16.666%;
	}
	.col-2-5-l {
		width: 20%;
	}
	.col-3-l {
		width: 25%;
	}
	.col-4-l {
		width: 33.333%;
	}
	.col-5-l {
		width: 41.666%;
	}
	.col-6-l {
		width: 50%;
	}
	.col-7-l {
		width: 58.333%;
	}
	.col-8-l {
		width: 66.666%;
	}
	.col-9-l {
		width: 75%;
	}
	.col-10-l {
		width: 83.333%;
	}
	.col-11-l {
		width: 91.666%;
	}
	.col-12-l {
		width: 100%;
	}
	.l-hide{
		display: none;
	}
	.bottomMenu li {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.wrapper {
		width: 768px;
	}
	.wrapper.medium{
		width: 768px;
	}
	.wrapper.small{
		width: 768px;
	}
	.wrapperSlide{
		width: 768px;
	}
	.headerButton{
		position: fixed;
		top: 103px;
		right: 10px;
		border-radius: 0;
	}
	.col-1-t,
	.col-2-t,
	.col-2-5-t,
	.col-3-t,
	.col-4-t,
	.col-5-t,
	.col-6-t,
	.col-7-t,
	.col-8-t,
	.col-9-t,
	.col-10-t,
	.col-11-t,
	.col-12-t {
		float: left;
	}
	.col-1-t {
		width: 8.333%;
	}
	.col-2-t {
		width: 16.666%;
	}
	.col-2-5-t {
		width: 20%;
	}
	.col-3-t {
		width: 25%;
	}
	.col-4-t {
		width: 33.333%;
	}
	.col-5-t {
		width: 41.666%;
	}
	.col-6-t {
		width: 50%;
	}
	.col-7-t {
		width: 58.333%;
	}
	.col-8-t {
		width: 66.666%;
	}
	.col-9-t {
		width: 75%;
	}
	.col-10-t {
		width: 83.333%;
	}
	.col-11-t {
		width: 91.666%;
	}
	.col-12-t {
		width: 100%;
	}
	.t-hide{
		display: none;
	}
	.t-mt10{
		margin-top: 10px;
	}
	.t-mt20{
		margin-top: 20px;
	}
	.t-mt30{
		margin-top: 30px;
	}
	.t-hide{
		display: none;
	}
	.lg-grid-1{
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.lg-grid-2{
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg-grid-3{
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.lg-grid-4{
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (max-width: 930px) {
	.headerButton{
		top: 69px;
	}
	.slidePhoto{
		display: none;
	}
	.sm-grid-1{
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	.sm-grid-2{
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.sm-grid-3{
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.sm-grid-4{
		display: grid;
		gap: 30px;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
	.wrapper {
		width: 100%;
	}
	
	.wrapper.small {
		width: 100%;
	}
	
	.wrapper.medium {
		width: 100%;
	}
	.wrapperSlide{
		width: 100%;
		margin-left: 0px;
		left: 0;
	}
	
	.smallContainer {
		width: 100%;
	}
	
	.col-1-s,
	.col-2-s,
	.col-2-5-s,
	.col-3-s,
	.col-4-s,
	.col-5-s,
	.col-6-s,
	.col-7-s,
	.col-8-s,
	.col-9-s,
	.col-10-s,
	.col-11-s,
	.col-12-s {
		float: left;
	}
	
	.col-1-s {
		width: 8.333%;
	}
	
	.col-2-s {
		width: 16.666%;
	}
	
	.col-2-5-s {
		width: 20%;
	}
	
	.col-3-s {
		width: 25%;
	}
	
	.col-4-s {
		width: 33.333%;
	}
	
	.col-5-s {
		width: 41.666%;
	}
	
	.col-6-s {
		width: 50%;
	}
	
	.col-7-s {
		width: 58.333%;
	}
	
	.col-8-s {
		width: 66.666%;
	}
	
	.col-9-s {
		width: 75%;
	}
	
	.col-10-s {
		width: 83.333%;
	}
	
	.col-11-s {
		width: 91.666%;
	}
	
	.col-12-s {
		width: 100%;
	}
	
	.s-hide {
		display: none;
	}
	
	.m-mt0 {
		margin-top: 0px;
	}
	
	.m-mt10 {
		margin-top: 10px;
	}
	
	.m-mt20 {
		margin-top: 20px;
	}
	
	.m-mt30 {
		margin-top: 30px;
	}
	
	.m-mb20 {
		margin-bottom: 20px;
	}
	.m-mb30 {
		margin-bottom: 30px;
	}


	body {
		min-width: 320px;
	}
	
	.s-block {
		display: block;
	}
	
	.s-hide {
		display: none;
	}
	
	.col-1,
	.col-2,
	.col-2-5,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		width: 100%;
	}
	
	.col-1-s {
		width: 8.333%;
	}
	
	.col-2-s {
		width: 16.666%;
	}
	
	.col-2-5-s {
		width: 20%;
	}
	
	.col-3-s {
		width: 25%;
	}
	
	.col-4-s {
		width: 33.333%;
	}
	
	.col-5-s {
		width: 41.666%;
	}
	
	.col-6-s {
		width: 50%;
	}
	
	.col-7-s {
		width: 58.333%;
	}
	
	.col-8-s {
		width: 66.666%;
	}
	
	.col-9-s {
		width: 75%;
	}
	
	.col-10-s {
		width: 83.333%;
	}
	
	.col-11-s {
		width: 91.666%;
	}
	
	.col-12-s {
		width: 100%;
	}
	
	.col-padding-left {
		padding-left: 0px;
	}
	
	.col-padding-right {
		padding-right: 0px;
	}
	
	.col-padding-left-big {
		padding-left: 0px;
	}
	
	.col-padding-right-big {
		padding-right: 0px;
	}
	
	.col-mobile {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.m-mt10 {
		margin-top: 10px;
	}
	
	.m-mt20 {
		margin-top: 20px;
	}
	
	.m-mt30 {
		margin-top: 30px;
	}
	
	.m-ml0 {
		margin-left: 0;
	}
	
	.m-mb20 {
		margin-bottom: 20px;
	}
	.header.scroll{
		background-color: white;
	}
	/*TOGGLE*/
	.mainHeader{
		height: auto;
		padding: 10px 0px;
	}
	.rightHeader{
		width: calc(100% - 170px);
	}
	.logo{
		margin-top: 0;
	}
	.content{
		margin-top: 62px;
	}
	#toggle {
		position: absolute;
		margin-right: 10px;
		right: 230px;
		top: 13px;
		display: block;
		width: 28px;
		z-index: 10;
		height: 30px;
		padding: 17px 0;
	}
	
	#toggle span:after,
	#toggle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}
	
	#toggle span:after {
		top: 9px;
	}
	
	#toggle span {
		position: relative;
		display: block;
	}
	
	#toggle span,
	#toggle span:after,
	#toggle span:before {
		width: 100%;
		height: 2px;
		background-color: black;
		transition: all .3s;
		backface-visibility: hidden;
		border-radius: 2px;
	}
	
	#toggle.on span {
		background-color: transparent;
	}
	
	#toggle.on span:before {
		transform: rotate(45deg) translate(5px, 5px);
		-moz-transform: rotate(45deg) translate(5px, 5px);
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-o-transform: rotate(45deg) translate(5px, 5px);
	}
	
	#toggle.on span:after {
		transform: rotate(-45deg) translate(7px, -8px);
		-moz-transform: rotate(-45deg) translate(7px, -8px);
		-webkit-transform: rotate(-45deg) translate(7px, -8px);
		-o-transform: rotate(-45deg) translate(7px, -8px);
	}
	
	#toggle.on + #menu {
		display: block;
	}
	
	#menu li.selected a {
		border-bottom: 0;
	}
	
	#menu li a:hover {
		border-bottom: 0;
	}
	
	#menu li a {
		border-bottom: 0;
	}
	
	/*MENU*/
	#menu {
		display: none;
		margin-top: 0;
		position: absolute;
		width: 100%;
		background-color: white;
		top: 58px;
		z-index: 150;
		height: auto;
		left: 0;
		right: 0;
		padding: 0;
	}
	
	#menu ul {
		margin: 0;
		width: 100%;
	}
	
	#menu li {
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
		position: relative;
	}
	
	#menu li:last-child {
		border-bottom: none;
	}
	
	#menu li:hover {
		border-bottom: none;
		border-top: none;
	}
	
	#menu li.active {
		background-color: #f0f3ee;
	}
	
	#menu li:hover .sub {
		display: none;
	}
	
	#menu li.selected .sub li a {
		color: black !important;
		background-color: #f3f3f0 !important;
		border-bottom: 1px solid #e0e0e0;
	}
	
	#menu li.selected .sub li a:hover {
		background-color: #dfdfdf !important;
	}
	
	#menu li:after {
		display: none;
	}
	
	#menu li:hover a {
		border: none;
		color: black;
		background-color: #f0f3ee;
	}
	
	#menu li a:hover {
		border-bottom: 0;
		background-color: #f9f9f9;
		color: black;
	}
	
	#menu li {
		padding: 0;
	}
	
	#menu li a {
		width: 100%;
		padding: 10px;
		color: black;
		font-weight: 400;
		font-size: 14px;
		text-shadow: none;
		border-radius: 0!important;
	}
	
	#menu .sub {
		display: none;
		position: relative;
		float: left;
		width: 100%;
		top: 0;
		border-top: 0;
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		background-color: #fafaf7;
		left: 0;
		padding-top: 0;
	}
	
	#menu li.selected {
		border-top: none;
	}
	
	#menu li.selected .sub {
		display: none;
	}
	
	#menu li.selected a {
		color: black;
	}
	
	#menu li.selected a {
		font-weight: 600;
	}
	
	#menu .sub li a {
		font-size: 12px;
		font-weight: 400;
		background-color: #f3f3f0;
		color: black !important;
	}
	
	#menu a.selected:after {
		display: none;
	}
	
	#menu .sub li a {
		padding: 10px;
		color: black;
		border-bottom: 1px solid #f3f3f0;
	}
	
	#menu li.selected a {
		padding: 10px !important;
	}
	
	#menu .sub li:last-child a {
		border-bottom: none;
	}
	
	.s-hide {
		display: none;
	}
	
	.iconArrow {
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #3e3088;
		color: #ffffff;
		height: 34px;
		line-height: 34px !important;
		width: 34px;
		text-align: center;
		z-index: 100;
		display: block;
	}
	
	
	.s-show {
		display: block;
	}
	
	.col-padding-left {
		padding-left: 0;
	}
	
	.col-padding-right {
		padding-right: 0;
	}
	
	.col-padding-left-small {
		padding-left: 0;
	}
	
	.col-padding-right-small {
		padding-right: 0;
	}
	.navTitle {
		cursor: pointer;
		position: relative;
		width: 100%;
		float: left;
		border-bottom: 1px solid #eee;
		padding: 10px 0;
		margin-bottom: 15px;
	}
	
	.navTitle:after {
		font-family: "FontAwesome";
		right: 10px;
		top: 10px;
		content: '\f107';
		position: absolute;
	}
	.m-centerText{
		text-align: center;
	}
	.mt-200{
		margin-top: 0;
	}
	.logo{
		float: left;
	}
	.imageBigger {
		width: 100%;
	}
	.p100-50-100-0{
		padding: 50px!important;
	}
	.absoluteImage{
		display:none;
	}
	.p50-100 {
		padding: 50px;
	}
	.extraLinks{
		float: none;
		margin: auto!important;
		display: table;
		list-style: none!important;
	}
	.flex{
		flex-direction: column;
	}
	.m-noBack{
		background-image: none!important;
	}
	.p100-0{
		padding: 50px 0;
	}
	.leftColumn{
		width: 100%;
		top: 0;
	}
	.rightColumn{
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
	.sticky{
		position: relative;
		top: 0;
	}
	.m-p15-30{
		padding: 15px 30px;
	}
	.grid-3 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.grid-4 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.mushRoomLeft{
		display: none;
	}
	.title-big {
		font-size: 40px;
	}
	.title-1 {
		font-size: 26px;
	}
	.title-1.big {
		font-size: 30px;
	}
	.title-2 {
		font-size: 24px;
	}
	.title-3 {
		font-size: 22px;
	}
	.title-4 {
		font-size: 20px;
	}
	.title-5 {
		font-size: 19px;
	}
	.title-6 {
		font-size: 18px;
	}
	.title-7 {
		font-size: 17px;
	}
	.title-8 {
		font-size: 16px;
	}
	.slideText{
		width: 100%;
		padding: 20px;
	}
	.slideImage{
		padding: 70px 0;
		border-bottom: 0px solid white;
	}
	.slideText:after{
		display: none;
	}
	.greyBackHalf{
		background: none;
	}
	#slides .owl-nav .owl-prev {
		left: 0px;
		line-height: 32px;
		font-size: 18px;
		margin-top: -16px;
		height: 32px;
		width: 32px;
	}
	#slides .owl-nav .owl-next {
		right: 0px;
		line-height: 32px;
		font-size: 18px;
		margin-top: -16px;
		height: 32px;
		width: 32px;
	}
	#projectSlider .owl-nav .owl-prev {
		left: 0px;
		line-height: 32px;
		font-size: 18px;
		margin-top: -16px;
		height: 32px;
		width: 32px;
	}
	#projectSlider{
		width: 100%;
	}
	#projectSlider .owl-nav .owl-next {
		right: 0px;
		line-height: 32px;
		font-size: 18px;
		margin-top: -16px;
		height: 32px;
		width: 32px;
	}
	.paragraph.big {
		font-size: 17px;
		line-height: 30px;
	}
	.header .logo{
		max-width: 170px;
	}
	.decoAfterLeft:after{
		display: none;
	}
	.leftMenu{
		display: none;
	}
	#toggle{
		right: 10px;
		top: 7px;
	}
	.topImage {
		height: 250px;
	}
	.breadCrumbs{
		border-radius: 0;
	}
	.wrapper.smaller {
		width: 100%;
	}
	.headerButton{
		position: fixed;
		top: 68px;
		right: 0;
		padding: 10px 20px;
		font-size: 15px;
	}
	.socialMenu{
		position: absolute;
		right: 80px;
		top: 3px;
	}
	.grid-1{
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	.grid-2{
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	.grid-3{
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	.grid-4{
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	#slides .owl-nav .owl-prev{
		left: 10px;
	}
	#slides .owl-nav .owl-next{
		right: 10px;
	}
	#cases .owl-nav .owl-prev{
		left: 10px;
	}
	#cases .owl-nav .owl-next{
		right: 10px;
	}
	.innerText{
		width: 100%;
		max-width: 100%;
	}
	.shape-bottom svg {
		height: 60px;
	}
	.p150-0{
		padding: 80px 0;
	}
	.roundImage.normal img {
		max-width: 30%;
		margin: 0 35% 20px 35%;
		border: 5px solid #eee;
	}
}
@media screen and (max-width: 600px) {
	.xxs-hide {
		display: none;
	}
	.grid-4{
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
}