@media (max-width:1759px) {	



}

@media (max-width:1559px) {	

	.cookies-box{
		padding:15px;
	}

}

@media (max-width:1367px) {

	.container{
		width:100%
	}
	
	.header-wrapper{
		justify-content: space-between;
		padding:15px 0 15px 0
	}

	.cookies-box-buttons{
		width: 100%;
		margin-top:15px
	}

}

@media (max-width:1280px) {

	.all-header-wrapper{
		display: none;
	}

	.sub-wrapper{
		display: none;
	}

	.mobile-header-wrapper{
		display: flex;
	}

	.toggle{
		display: block;
	}

	.footer-center-left{
		width: 100%;
		padding-right:0
	}

	.footer-center-right{
		width: 100%;
		margin-top:30px;
		padding-right:0;
		padding:0 15px
	}

	.footer-item{
		display: none;
	}

	.footer-contacts-item{
		width: 100%;
		display: block;
	}

	.page{
		padding:0
	}

	.page-left-wrapper{
		width: 100%;
		position: relative;
		order:2;
		margin-top:30px;
		margin-bottom:30px;
		padding:0;
	}

	.page-right{
		width: 100%;
	}

}

@media (max-width:1024px) {

	.all-footer-wrapper{
		padding:0 0 30px 0
	}

	.footer-center-left{
		display: none;
	}

	.footer-center-right{
		width: 100%;
		justify-content: flex-start;
	}

	.footer-top{
		display: none;
	}

	.product-wrapper{
		width: 33.33%;
	}

	.metin-content{
		font-size:14px;
		line-height: 26px
	}

	.item-1-wrapper{
		width: 50%;
	}

	.item-2-wrapper{
		width: 50%;
	}

}

@media (max-width:768px) {
	
	.all-footer-wrapper{
		padding:0 0 60px 0
	}

	.ikons-div{
		display: none;
	}

	.fixed-wrapper{
		display: flex;
	}

	.product-wrapper{
		width: 50%;
	}

	.sector-wrapper{
		width: 50%;
	}

	.whatsapp-button{
		display: none
	}
	
	.item-4-wrapper{
		width: 50%;
	}

}

@media (max-width:600px) {

	.r-logo img{
		max-height:25px
	}

	.heading-wrapper{
		background-image:none!important;
	}

	.heading{
		padding:30px 0
	}

	.heading-title{
		display: none;
	}

	.route ul li a{
		font-size:14px
	}

	.item-1-wrapper{
		width: 100%;
	}

	.item-2-wrapper{
		width: 100%;
	}

	.item-4-wrapper{
		width: 100%;
	}

}

@media (max-width:480px){

	.mobile-langs{
		margin-right:5px;
		margin-left:0
	}

	.mobile-langs .header-lang-current{
		padding:10px 30px 10px 15px;
		color:#fff;
		border-radius:30px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size:12px;
		background: var(--color-1);
		cursor: pointer;
		position: relative;
		transition: all 250ms ease 0s;
	}

	.mobile-langs .header-lang-current i{
		display: none;
	}

	.mobile-langs .header-lang-current:after{
		margin-left:20px
	}

	.mobile-langs .header-langs-menu{
		margin-top:30px
	}

	.mobile-langs .header-lang{
		font-size:12px;
		text-indent: 0;
		justify-content: flex-start;
		padding-left:15px
	}

}

@media (max-width:360px) {



}

