@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-right{
		width: 100%;
	}

	.page-left-wrapper,
	.dir-rtl .page-left-wrapper{
		width: 100%;
		padding:0;
		margin:30px 0
	}

	.heading-title{
		font-size:28px;
	}

	.heading-summary{
		font-size:14px;
		line-height: 26px;
	}

}

@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;
	}
	

	.item-2-image{
        height:200px
    }

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

	.app-left-wrapper{
		width: 100%;
	}

	.app-right-wrapper{
		width: 100%;
		padding:0
	}

	.app-box{
		padding:30px 15px
	}

	.r-box-wrapper{
		display: none;
	}

	.heading{
		padding:30px 0;
		min-height:auto
	}

	.heading-content{
		width: 100%;
	}

	.heading-title{
		font-size:26px;
	}

	.heading::before{
		width: 100%;
	}

	

}

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

	.ikons-div{
		display: none;
	}

	.fixed-wrapper{
		display: flex;
	}

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

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

	.sector-wrapper{
		width: 50%;
	}

	.heading-title{
		font-size:24px
	}

	.heading-content{
		padding:30px 15px
	}

}

@media (max-width:600px) {

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

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

	.product-wrapper{
		width: 100%;
	}

	.sector-wrapper{
		width: 100%;
	}

	.sector-image{
		height:auto
	}

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

	.app-box-wrapper{
		width: 100%;
	}

	.app,.app-right-wrapper,.app-right{
		align-items: flex-start;
	}

	.app-box-wrapper:nth-child(n+3){
		padding-bottom: 15px;
	}

	.heading-title{
		font-size:20px
	}

}

@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
	}

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

	.heading-title{
		font-size:14px
	}

}

@media (max-width:360px) {

	.mobile-logo-link img{
		height:35px
	}

}

