@media (min-width:1px){
	.targets_win[type="0"],
	.targets_win[type="1"],
	.targets_win[type="2"]{
		display: none;
	}
	.targets_win[type="3"]{
		display: block;
	}
	.targets_wrapper {
		margin: 2px auto -70px;
		min-height: 300px;
	}
	.targets_logo{
		background: url(../img/targets/logo.svg) center/contain no-repeat;
		width: 208px;
		height: 45px;
		margin: 80px 0 0 55px;
		position: relative;
		z-index: 1;
	}
	.targets_text{
		text-align: center;
		width: 300px;
		color: #001D63;
		font-size: 16px;
		line-height: 20px;
		font-family: MontserratMedium;
	}
	.targets_text[type="0"]{
		margin: 21px auto 0;
	}
	.targets_text[type="1"]{
		margin: 386px auto 0;
	}
	.targets_text[type="2"]{
		margin: 325px auto 0;
	}
	.targets_text_header{
		font-family: MontserratExtraBold;
	}
}

@media (min-width:720px){
	.targets_win[type="0"],
	.targets_win[type="1"],
	.targets_win[type="3"]{
		display: none;
	}
	.targets_win[type="2"]{
		display: block;
	}
	.targets_logo{
		width: 410px;
		height: 89px;
		margin: 76px 0 0 155px;
	}
	.targets_text{
		font-size: 20px;
		line-height: 24px;
	}
	.targets_text[type="0"]{
		margin: 20px auto 0;
		width: 460px;
		font-size: 25px;
		line-height: 30px;
	}
	.targets_text[type="1"]{
		margin: 190px 49px 0 auto;
		width: 389px;
		text-align: right;
	}
	.targets_text[type="2"]{
		margin: 256px auto 0 51px;
		width: 385px;
		text-align: left;
	}
}

@media (min-width:960px){
	.targets_win[type="0"],
	.targets_win[type="3"],
	.targets_win[type="2"]{
		display: none;
	}
	.targets_win[type="1"]{
		display: block;
	}
	.targets_logo{
		width: 410px;
		height: 89px;
		margin: 86px 0 0 275px;
	}
	.targets_text{
		font-size: 30px;
		line-height: 37px;
	}
	.targets_text[type="0"]{
		margin: 25px auto 0;
		width: 604px;
		font-size: 35px;
		line-height: 43px;
	}
	.targets_text[type="1"]{
		margin: 162px 37px 0 auto;
		width: 570px;
		text-align: right;
	}
	.targets_text[type="2"]{
		margin: 223px auto 0 38px;
		width: 670px;
		text-align: left;
	}
}

@media (min-width:1120px){
	.target_desktop_wrap{
		width: 1120px;
		margin: auto;
		overflow: hidden;
	}

	.history_pop_close{
		display: none;
	}
	.targets_win[type="3"],
	.targets_win[type="1"],
	.targets_win[type="2"]{
		display: none;
	}
	.targets_win[type="0"]{
		display: block;
	}
	.targets_wrapper{
		margin: -140px auto -150px;
		min-height: 300px;
	}
	.history_nav_wrap{
		opacity: 0;
	}
	.targets_logo{
		display: none;
		width: 632px;
		height: 137px;
		margin: 143px 0 0 404px;
	}
	.targets_text{
		font-size: 33px;
		line-height: 40px;
	}
	.targets_text[type="0"]{
		margin: 321px auto 0;
		width: 604px;
		font-size: 35px;
		line-height: 43px;
	}
	.targets_text[type="1"]{
		margin: 321px 0 0 auto;
		width: 551px;
		text-align: right;
	}
	.targets_text[type="2"]{
		margin: 385px auto 0 0;
		width: 809px;
		text-align: left;
	}
}

.targets_win{
	position: relative;
	z-index: 0;
	margin: auto;
	overflow: hidden;
}

.targets_win[type="0"]{
	width: auto;
	height: 1887px;
	background: url(../img/targets/background/4.svg) center top/auto no-repeat;
}

.targets_win[type="1"]{
	width: 960px;
	height: 1241px;
	background: url(../img/targets/background/1.svg) center top/auto no-repeat;
}

.targets_win[type="2"]{
	width: 720px;
	height: 1183px;
	background: url(../img/targets/background/2.svg) center top/auto no-repeat;
}

.targets_win[type="3"]{
	width: 320px;
	height: 1322px;
	background: url(../img/targets/background/3.svg) center top/auto no-repeat;
}

.targets_wrapper{
	opacity: 0;
	transition: opacity 0.5s;
	overflow: hidden;
}







