@media screen and (min-width: 1900px){
.my-100vw {width: 100vw;} 
}

	
@media screen and (max-width: 1500px){


}

@media screen and (max-width: 1199px){

/*

*/

	
	/*-----------view_container------------------*/

/*
	.view_container{

		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;

		padding-bottom: 7px;
	}*/

/*
	.view_title p{
		font-style: normal;
		font-weight: normal;
		line-height: 1.2;
		opacity: 0.8;
		margin-bottom: 16px;
	}
	.view_it_sep{
		display: none;
	}
	.view_it_sep.mod1{
		display: block;
	}
	.view_it_container{
		margin-bottom: 15px;
	}
*/
	
}



@media screen and (max-height: 1000px) and (min-height: 900px){
/*
	.main_container.type1{
		min-height: calc(100vh - 108px - 522px);
	}

	.main_container.type1.audio_main{
		min-height: calc(100vh - 108px);
	}
*/
}

@media screen and (max-height: 900px) and (min-height: 600px){
/*
	.main_container{
		min-height: calc(100vh);
		padding-bottom: 10px;
	}

	.main_container.type1{
		min-height: calc(100vh - 108px - 375px);
	}

	.main_container.type1.audio_main{
		min-height: calc(100vh);
	}
*/
}


@media screen and (max-width: 991px){
/*
	.nav_toggle{
		display: block;
*/
}
	}

	/*-----------view_container------------------*/

/* 	
	.view_container{
	top: 90px; 
		transform: translate(0,0)!important;
		background-color: rgba(92, 32, 44, 0.9);
	}

	.logo_container{
		padding: 0;
	}
	nav{
		display: none;
	}
	nav.fixed{
		display: block;
		position: fixed;
		padding-top: 133px;
		padding-bottom: 12px;
		top: 0;
		right: 0;
		width: 80%;
		padding-left: 50px;
		background: #121011;
		box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.25) !important;
		z-index: 100;
	}
	.nav{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.nav-item{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.nav-link{
		padding: 15px 0;
	}
	.nav-link.active{
		padding: 15px 0 12px;
		border-bottom: none;
	}
	.header_container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 970;
		width: 100%;
	}
	.header_container.view{
		position: absolute;
	}
	header{
		height: 108px;
	}
	.button_view{
		margin-right: 80px;
	}

}
*/
@media screen and (max-width: 575px){

/*
	.dropright .dropdown-menu{
		margin-left: -100%;
*/
	}
	.view_container{
/* 		padding:15px 0; */
/*
		justify-content: space-around;

		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;	
		-ms-align-items: center;
		align-items: center;
*/
	}
	.view_container{
/* 		top: 52px; */
	}
/*
	.color_container{
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.view_it_container.type1{
		max-width: 260px;
		padding: 0;
		margin: 0 auto;
	}
	.color_type{	
		width: 98px;
		margin: 5px auto;
	}
	.color_it{
		margin: 6px 0;
	}
	.view_it_sep{
		width: 260px;	
		height: 1px;	
		display: block;
		margin: 20px 0;
	}
	.fonts_container{
		padding-top: 0;
	}
	.view_title.mod1 p{
		margin-bottom: 10px;
	}
	.view_it_container{
		width: 100%;
		max-width: 320px;
	}
	.button_close{
		top: 19px;
		right: 8px;
	}
	.button_close.type1{
		top: 45px;
	}
	.nav-link{
		padding: 8px 0;
	}
*/

/*
	nav.fixed{
		display: block;
		position: fixed;
		padding-top: 113px;
		padding-bottom: 13px;
		top: 0;
		right: 0;
		width: 80%;
		padding-left: 30px;
		background: #121011;
		box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
	}
	
	
	.nav_toggle{
		width: 18px;
		top: 16px;
		right: 20px;
	}
	.nav_toggle.active{
		right: 15px;
	}


	.nav_toggle_item{
		height: 2px;
	}


	.nav_toggle_item:before,
	.nav_toggle_item:after{
		height: 2px;
	}


	.nav_toggle.active .nav_toggle_item:before{
		transform-origin: left top;
		transform: rotate(45deg)
		translateX(-3px);
	}

	.nav_toggle.active .nav_toggle_item:after{
		transform-origin: left bottom;
		transform: rotate(-45deg)
		translateX(-3px);
	}

	.nav_toggle_item:before{
		top: -5px;
	}

	.nav_toggle_item:after{
		bottom: -5px;
	}

	.header_time_work{
		display: none;
	}
	.header_seporation.type1{
		display: none;
	}

	.header_seporation.type2{
		display: none;
	}
	.header_top{
		border-bottom: none;
		order: 2;
		width: 100%;
		min-height: 53px;
	}
	.header_bottom{
		padding: 10px;
		top: 0;
	}
	.button_view{
		margin-right: 50px;
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
	.logo_img span{
		font-size: 32px;
	}
*/
	
}


@media screen and (max-height: 600px) and (max-width: 991px){

/*
	.nav-link{
		padding: 8px 0;
		font-size: 18px;
	}
	.nav-link.active{
		padding: 8px 0;
	}

	nav.fixed{
		padding-top: 60px;
		padding-bottom: 13px;
	}
*/
}

@media screen and (max-height: 450px) and (max-width: 700px) and (min-width: 575px){
/*
	.header_top {
		border-bottom: none;
		order: 2;
		width: 100%;
		min-height: 53px;
	}
	
	.header_bottom {
		padding: 10px;
		top: 0;
	}

	.nav_toggle{
		width: 18px;
		top: 16px;
		right: 20px;
	}
	.nav_toggle.active{
		right: 15px;
	}


	.nav_toggle_item{
		height: 2px;
	}


	.nav_toggle_item:before,
	.nav_toggle_item:after{
		height: 2px;
	}


	.nav_toggle.active .nav_toggle_item:before{
		transform-origin: left top;
		transform: rotate(45deg)
		translateX(-3px);
	}

	.nav_toggle.active .nav_toggle_item:after{
		transform-origin: left bottom;
		transform: rotate(-45deg)
		translateX(-3px);
	}

	.nav_toggle_item:before{
		top: -5px;
	}

	.nav_toggle_item:after{
		bottom: -5px;
	}

	.button_view {
		margin-right: 50px;
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
	header {
		height: 52px;
	}
*/
}



@media screen and (max-width: 370px){


	/*--------------------work_time--------------------*/
/*
	.work_main_bottom_container{
		padding: 30px 0px 250px;
		background-position: bottom 15% left 30%, bottom right;
		background-size: 80%, 85% 35%;
	}
*/

}



