.btn {
    background: radial-gradient(circle at 100% 100%, #1f1f1f 0, #1f1f1f 19px, transparent 19px) 0% 0%/20px 20px no-repeat,
    radial-gradient(circle at 0 100%, #1f1f1f 0, #1f1f1f 19px, transparent 19px) 100% 0%/20px 20px no-repeat,
    radial-gradient(circle at 100% 0, #1f1f1f 0, #1f1f1f 19px, transparent 19px) 0% 100%/20px 20px no-repeat,
    radial-gradient(circle at 0 0, #1f1f1f 0, #1f1f1f 19px, transparent 19px) 100% 100%/20px 20px no-repeat,
    linear-gradient(#1f1f1f, #1f1f1f) 50% 50%/calc(100% - 2px) calc(100% - 40px) no-repeat,
    linear-gradient(#1f1f1f, #1f1f1f) 50% 50%/calc(100% - 40px) calc(100% - 2px) no-repeat,
    linear-gradient(0deg, #ffffff 0%, rgba(12, 194, 50, 0) 52%, #ffffff 100%);
    border-radius: 20px;
    box-sizing: border-box;
    width: fit-content;
}

small a, a.btn, span.orange a {
    color: #e68722;
}

span.small {
	font-size: 10px;
}

p a {
    color: #fff;
}

.dark {
    color: #B0B0B0;
}

.w-50 {
    width: 50%;
}

.even {
    justify-content: space-evenly;
}

.p-10 {
    padding: 10px 20px;
	margin: 0px 5px;
}

.h-50 {
	height: 50%;
}

.mt-8 {
	margin-top: 8px;
}

.hidden {
	display: none;
}

.orange-underline {
    background-image: linear-gradient(to bottom, #e68722, #e68722); 
    background-position: bottom; 
    background-repeat: no-repeat; 
    background-size: 100% 1px;
    padding-bottom: 5px;
}

.btn-orange {
	background-color: #e68722;
	border-radius: 20px;
	color: #fff;
	user-select: none;
	display: flex;
    justify-content: center;
	position: relative;
}
.btn-orange-big {
    background-color: #e68722;
    border-radius: 30px;
    color: #fff;
    user-select: none;
    display: flex;
    justify-content: center;
    position: relative;
}

.btn-black {
	background-color: #0b0b0b;
	border-radius: 20px;
	color: #fff;
	user-select: none;
	display: flex;
    justify-content: center;
	position: relative;
}

.btn-orange .upp {
	line-height: 20px;
}

.bark-bg {
    background: radial-gradient(circle at 100% 100%, #101010 0, #101010 29px, transparent 29px) 0% 0%/30px 30px no-repeat,
    radial-gradient(circle at 0 100%, #101010 0, #101010 29px, transparent 29px) 100% 0%/30px 30px no-repeat,
    radial-gradient(circle at 100% 0, #101010 0, #101010 29px, transparent 29px) 0% 100%/30px 30px no-repeat,
    radial-gradient(circle at 0 0, #101010 0, #101010 29px, transparent 29px) 100% 100%/30px 30px no-repeat,
    linear-gradient(#101010, #101010) 50% 50%/calc(100% - 2px) calc(100% - 60px) no-repeat,
    linear-gradient(#101010, #101010) 50% 50%/calc(100% - 60px) calc(100% - 2px) no-repeat,
    linear-gradient(0deg, #ffffff 0%, rgba(12, 194, 50, 0) 52%, #ffffff 100%);
    border-radius: 30px;
}

a .btn-orange:hover {
	background-color: #e07300;
}

hr.v {
	margin: 0;
  border: 1px solid #CECECE;	
}

.android.btn, .ios.btn {
	border-radius: 30px;
	padding: 14px 25px;
	box-sizing: border-box;
	font-size: 18px;
}

.banner_gradient {
	overflow: hidden;
	background: rgb(242,173,100);
	background: linear-gradient(122deg, rgba(242,173,100,0.1) 0%, rgba(0,0,0,0) 100%);
}

.banner  {
	position: relative;
}

img.strip-1 {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
img.strip-2 {
	position: absolute;
	top: 0px;
	right: 0px;
}
img.strip-3 {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
img.moriarty002 {
	position: absolute;
	bottom: 40px;
	right: 20px;
	z-index: -1;
}
img.pills003 {
	position: absolute;
	top: 40px;
	right: 40px;
}
img.moriarty {
    position: absolute;
    bottom: 0px;
    right: -80px;
    width: auto;
	height: auto;
	z-index: -1;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}

.tags .btn-black {
	background-color: #ffffff05;
	border: 1px solid #ffffff09;
	backdrop-filter: blur(10px);
}




.card.card-orange {
	background-color: #e68722;
	border: 3px solid #e68722;
	color: #fff;
	word-break: break-word;
}

.card.card-orange p {
	font-size: 15px;
}

.number {
	color: #e68722;
	border: 1px solid #ffffff14;
	border-radius: 34px;
	padding: 7px 14px 6px;
	width: fit-content;
    background-color: #ffffff0d;
    
}

.arrow-down {
    margin-bottom: 10px;
}
.arrow-down span {
	display: block;
	width: 11px;
	height: 11px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	/*margin: -10px;*/
	animation: arrow-down 3s infinite;
	border-radius: 1px;
	}
.arrow-down span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-down span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-down {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-10px,-10px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(10px,10px);
    }
}

.clickable {
	font-size: 17px;
	word-break: break-word;
	font-weight: bold;
}

.clickable:hover a {
	text-decoration: underline;
	color: #e68722;
}

.btn-block .link-btn {
	margin-bottom: 10px;
	margin-right: 5px;
}

span.button-banner {
	position: absolute;
	top: 10%;
	right: 15%;
}

.guide-block {
	width: 100%;
}

.flexcolumn {
	display: flex;
	flex-direction: column;
}


@media screen and (min-width: 640px) {
	.guide-block {
		width: 100%;
	}

	.flexcolumn {
		flex-direction: column;
		flex-direction: row;
	}
	
}

.dot {
	background-color: #3D3D3D;
	width: 10px;
	height: 10px;
	border-radius: 50px;
}

.dot.dot_orange {
	background-color: #E68721;

}

ul li {
	color: #E68721;
	list-style: decimal;
}

ul li p {
	color: #B0B0B0;
}