:root {
	--white: #ffffff;
	--light: #f0eff3;
	--black: #000000;
	--dark-blue: #ffffff;
	--dark-light: #f0eff3;
	--red: #000000;
	--yellow: #cccccc;
	--grey: #ecedf3;
}

/*[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),*/
[type="radio"]:checked,
[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
[type="radio"]:disabled  + label{
	cursor: no-drop !important;
	opacity: 0.4;
	/*background: #dddddd;*/
	background: transparent;
	text-decoration: line-through;
}

.radio-style-axter-1:checked + label,
.radio-style-axter-1:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 110px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	color: var(--black);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.radio-style-axter-1:not(:checked) + label{
	/*background-color: var(--dark-light);*/
	/*box-shadow: none;*/
}
.radio-style-axter-1:checked + label{
	background-color: transparent;
	/*box-shadow: none;*/
}
.radio-style-axter-1:not(:checked) + label:hover{
	box-shadow: none;
}
.radio-style-axter-1:checked + label::before,
.radio-style-axter-1:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: -1;
}
.radio-style-axter-1:checked + label .uil,
.radio-style-axter-1:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}


.radio-style-axter-2:checked + label,
.radio-style-axter-2:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
	font-size: 52px;
	line-height: 52px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent;
}
.radio-style-axter-2:not(:checked) + label{
	/*background-color: var(--dark-light);*/
	box-shadow: none;
}
.radio-style-axter-2:checked + label{
	background-color: transparent;
	/*box-shadow: none;*/
}
.radio-style-axter-2:not(:checked) + label:hover{
	box-shadow: none;
}
.radio-style-axter-2:checked + label::before,
.radio-style-axter-2:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: -1;
}
.radio-style-axter-2:checked + label span,
.radio-style-axter-2:not(:checked) + label span{
	position: relative;
	display: block;
}
.radio-style-axter-2:checked + label span::before,
.radio-style-axter-2:not(:checked) + label span::before{
	position: absolute;
	content: attr(data-hover);
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	-webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
	-webkit-transition: max-height 0.3s;
	-moz-transition: max-height 0.3s;
	transition: max-height 0.3s;
}
.radio-style-axter-2:not(:checked) + label span::before{
	max-height: 0;
}
.radio-style-axter-2:checked + label span::before{
	max-height: 100%;
}

.radio-style-axter-3:checked + label,
.radio-style-axter-3:not(:checked) + label{
	position: relative;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	padding: 0;
	padding: 1px 4px 0 4px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
	margin: 0 auto;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 16px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
    color: var(--black);
	text-transform: uppercase;
	/*background-color: var(--dark-light);*/
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.radio-style-axter-3:not(:checked) + label::before{
	box-shadow: none;
}
.radio-style-axter-3:checked + label::before{
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3)
}
.radio-style-axter-3:not(:checked) + label:hover::before{
	/*box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);*/
}
.radio-style-axter-3:checked + label::before,
.radio-style-axter-3:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 0px;
	z-index: -2;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.radio-style-axter-3:not(:checked) + label::before{
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}
.radio-style-axter-3:checked + label::after,
.radio-style-axter-3:not(:checked) + label::after{
	position: absolute;
	content: '';
	top: -2px;
	left: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 4px;
	z-index: -2;
	/*background-color: var(--dark-light);*/
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.radio-style-axter-3:checked + label::after{
	opacity: 0;
}
.radio-style-axter-3:checked + label .uil,
.radio-style-axter-3:not(:checked) + label .uil{
	font-size: 20px;
}
.radio-style-axter-3:checked + label .text,
.radio-style-axter-3:not(:checked) + label .text{
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
.radio-style-axter-3:checked + label .text{
	opacity: 0.6;
}
.radio-style-axter-3:checked + label .text::after,
.radio-style-axter-3:not(:checked) + label .text::after{
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background-image: linear-gradient(138deg, var(--red), var(--yellow));
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.radio-style-axter-3:not(:checked) + label .text::after{
	width: 0;
}
.radio-style-axter-3:checked + label .text::after{
	width: 100%;
}
/*https://codepen.io/ig_design/pen/dLNKgM*/

.not-exists + label{
 	color: red !important;
}
