.links {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0.05em;
	background-color: var(--MainColor);
	color: #fff;
	width: 180px;
	border-radius: 5px;
	text-align: center;
	margin: 0 0 0 auto;
	display: flex;
	align-items: center;
}
.links_p {
	flex: 1;
	text-align: center;
	padding: 0 0 0 10px;
}
.arrow_w {
	width: 20px;
	display: block;
	margin: 0 10px 0 0;
}







.MainLink {
    display: block;
    align-items: center;
    border-radius: 5px;
    background: var(--MainColor) url(../img/template/arrow-biglink.svg) no-repeat right 10px center / 22px auto;
    padding-right: 32px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	width: 160px;
	margin-left: auto;
	cursor: pointer;
}
.MainLink.S100 {
	width: 100%;
}


.LinkFlex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.LinkFlexImg {
	width: 50px;
}

@media print, screen and (min-width:768px) {
	.indexbox .links {
		position: absolute;
		bottom: 20px;
		right: var(--IndexboxPadding);
	}
	
	
	
}
@media print, screen and (min-width:1000px) {
	.links {
		width: 200px;
		font-size: 13px;
		height: 22px;
		line-height: 22px;
	}
	.indexbox .links {
		bottom: 25px;
	}
	.MainLink {
		font-size: 14px;
		line-height: 24px;
		width: 180px;
	}


}
@media print, screen and (min-width:1100px) {
	.links {
		height: 24px;
		line-height: 24px;
		width: 240px;
		font-size: 14px;
		border-radius: 8px;
	}
	.links_p {
		padding: 0 0 0 25px;
	}
	.arrow_w {
		width: 24px;
		margin: 0 16px 0 0;
	}
	.indexbox .links {
		bottom: 30px;
	}

}

