body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

#adArea {
	cursor: pointer;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	background-color:#434343;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	color: #000;
	text-decoration: none;
}

a {
	color: #000;
}

#adArea * {
	box-sizing: border-box;
}

p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

#a1 {
	left: 2px;
}

#a1 svg {
	margin-right: 3px;
}

#a2 {
	right: 2px;
}

#a2 svg {
	margin-left: 3px;
}

.arrow {
	width: 14px;
	margin-top: 9px;
	fill: #f8ff13;
}

.arrowCircle,
.arrow {
	transition: all 150ms ease-out;
	display: none;
}

.arrowCircle {
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	z-index: 100010;
	border-radius: 50%;
	box-shadow: 0px 0px 4px 4px rgb(156 156 156 / 12%);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

.arrowCircle:hover .arrow {
	fill: #f8ff13;
}

.arrowCircle:hover {
	box-shadow: 0px 0px 4px 4px rgba(87, 78, 78, 0.12);
}

#cashbackPercent {
	font-size: 60px;
	font-weight: bold;
	color: #f8ff13;
	left: 30px;
	top: 95px;
	text-transform: uppercase;
	opacity: 0;
}

#cashbackText {
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	left: 30px;
	top: 160px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 10px;
	background-color: #000;
	opacity: 0;
}

#cont {
	width: 320px;
	height: 480px;
	overflow: hidden;
	border: 1px solid black;
	background: url(../images/main-bg.png) bottom center / cover no-repeat #0c0c0c;
}

.slick-slide {
	padding-top: 240px;
	padding-left: 20px;
	padding-right: 20px;
}

.adsItem {
	position: relative;
	/* height: 60px; */
	border: 1px solid #383838;
	text-overflow: clip;
	text-align: center;
	text-decoration: none;
	transform-origin: 50% 50%;
	padding: 10px;
	margin-bottom: 35px;
}

.adsItem:focus {
	outline: 0;
}

.innerBlock {
	position: relative;
}

.teamInfo {
	text-align: left;
}

.teamInfo > div {
	display: inline-block;
}

.teamFlag {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-size: contain;
	background-position: center center;
	border: 1px solid #464646;
	margin: 0 auto 10px;
	transition: 0.5s;
	display: none;
}

.teamName {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f8ff13;
}

.teamVs {
	font-size: 12px;
}

.gameSchedule {
	font-size: 12px;
    left: 50%;
    top: -24px;
    padding: 5px 15px;
    background: #08080a;
    transform: translateX(-50%);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.gameSchedule > div {
	display: inline-block;
}

.gameOdds {
	/* display: none; */
	transition: 0.5s;
	position: absolute;
    top: 120px;
    width: 100%;
}

.gameOdds > div {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 3px;
	border: 1px solid #484848;
	margin: 3px;
	background-color: #000;
	width: 0;
	opacity: 0;
}

.gameOdds > div:hover {
	background-color: #f8ff13;
	color: black;
}

.ctaButton {
	right: 0;
    top: -3px;
    font-size: 12px;
    line-height: 24px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background-color: #f8ff13;
    transition: 0.35s;
    display: inline-block;
    width: 70px;
    text-align: center;
}

.ctaButton:hover {
	background-color: #faeb00;
}

@keyframes iconosani {
    0% {
        transform: perspective(800px) rotateY(-90deg);
        opacity: 1;
    } 
    40% {
        transform: perspective(800px) rotateY(30deg);
        opacity: 1;
    }
    70% {
        transform: perspective(800px) rotateY(-10deg);
    }
    100% {
        transform: perspective(800px) rotateY(0deg);
        opacity: 1;
    }
}

#logo {
	left: 70px;
	top: 0;
	z-index: 1111;
    width: 180px;
    height: 80px;
    background: url(../images/logo.svg) center center / 80% no-repeat #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.block {
	background: #0c0c0c;
	color: #fff;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

#loaderCont {
	left: 0;
	top: 0;
	z-index: 15;
}

#loader {
	width: 166px;
	height: 172px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -83px 0 0 -86px;

	background-image: url('https://dsp-media.eskimi.com/upload/rm/upload/1617278190/air.pm.by_320x480_carousel_v2/images/loader.png');
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.noSelect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.center {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wrapper {
	text-overflow: clip;
}

#pointer {
	left: -25px;
	top: -25px;
}

.abs {
	position: absolute;
}

.rct {
	width: 320px;
	height: 480px;
	position: absolute;
}

.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1;
}

.zi1 {
	z-index: 800;
}

.zi2 {
	z-index: 900;
}

.zi5 {
	z-index: 5000;
}

.zi6 {
	z-index: 6000;
}

.zi7 {
	z-index: 7000 !important;
}

.zi8 {
	z-index: 8000 !important;
}

.zi9 {
	z-index: 9000 !important;
}

.zi10 {
	z-index: 10000 !important;
}

.zIndex99998 {
	z-index: 99998;
}

.zIndex99999 {
	z-index: 99999;
}

.hidden {
	visibility: hidden;
}

.noEvents {
	pointer-events: none;
}

.noVis {
	visibility: none;
}

.noDisplay {
	display: none;
}

/* .teamA {
	border: 1px solid red;
}

.teamB {
	border: 1px solid red;
}

.gameSchedule {
	border: 1px solid red;
} */