/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.home-page-box .tt{font-size: 30px;}
	.nav>li>a{font-size: 12px;}
	.copy-bx .copy{margin-right: 175px;}
	.state-bx .back{left: -100px;}
	.made-bx{margin-left: 320px}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.state-bx .back{left: 0px;}
	.nav{
		display: block;
		z-index: 12;
		position: fixed;
		top:0px;
		height: 100%;
		overflow-y: auto;
		left:0;
		width: 270px;
		background: #fff;
		box-shadow: 2px 0 15px 0 rgba(0,0,0,0.3);
		padding-top: 15px;
		display: none;
	}
	.nav>li{padding-bottom: 0;margin-bottom: 10px;}
	.nav>li>a{color: #000;padding: 5px 15px;display: block;font-size: 14px;}
	.nav .dr-links{position: static;width: auto;display: block;background: #eee;padding: 15px;display: none;}
	.nav .opened .dr-links{display: block !important;}
	.nav .opened .arrow{transform: rotate(-180deg);}
	.nav>li:hover .dr-links{display: none;}
	.header{padding-top: 15px;}
	.header .wr{margin-bottom: 0;}
	.langs{margin-right: 60px;}
	.toggle_mnu{display: block;}
	.home-page-box .tt{text-align: center;}
	.home-page-box .wr{justify-content: center;}
	.copy-bx .copy{margin-right: 60px;}
	.footer .bx .t2{font-size: 12px;}
	.footer .wr{padding: 40px 0;}
	.nav .arrow{display: block;}
	.map-box .map{display: none;}
	.marker-item{position: static;}
	.marker-item .ico{display: none;}
	.marker-st-bx{display: flex;margin-bottom: 20px;position: relative;margin: 0;left: 0;bottom: 0;width: auto;}
	.marker-list-bx{position: static;width: auto;height: auto;}
	.marker-st-bx:after{display: none;}
	.marker-st-bx .close-marker{display: none;}
	.made-bx{margin-left: 220px}
	.app-buttons a{display:none}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.marker-st-bx .img img{width: 100px;}
	.marker-st-bx .img{margin-right: 15px;}
	.state-bx .back{display: none;}
	.home-page-box .tt{font-size: 30px;}
	.home-page-box .tt br{display: none;}
	.cite-bx{padding-left: 50px;font-size: 18px;}
	.faq-item .hh{font-size: 30px;}
	.footer .wr{display: block;}
	.footer .bx{margin-bottom: 30px;}
	.footer .bx .t1{margin-bottom: 15px;}
	.footer .bx .t2{font-size: 14px;}
	.footer .wr{padding: 40px 0 10px;}
	.copy-bx .copy{margin-right: 0;}
	.copy-bx {justify-content: space-between;}
	.media-item{margin-bottom: 30px;}
	.pagination li{margin: 0 2px;}
	.pagination a{width: 26px;}
	.title-h1{font-size:40px;}
	.home-page-box{padding-top: 300px;}
	.header-white .nav>li>a{color: #000;}
	.made-bx{margin-left: 0px}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.header .wr{padding-bottom: 15px;}
	.logo img{width: 130px;}
	.langs li{margin-right: 10px;}
	.toggle_mnu{top: -4px;}
	.made-bx{margin-left: 0px}
}