.banner__wrapper {
    max-width: 1920px;
    max-height: 300px;
    margin: 0 auto;
    height: auto;
}

.banner__ball21 {
	max-width: 1920px;
	max-height: 300px;
	/*background: url(https://babolat-shop.ru/images/banners/onePlasOne.jpg) 55% 50% no-repeat;*/
	margin: 0 auto;
	background-size: cover;
}



.banner__image {
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.link-banner-wrap{
    margin-top: 10px;
}

@media (max-width: 880px) {
    .link-banner-wrap{
        margin-top: 2px;
    }
}

@media (max-width: 660px) {
	.banner__wrapper {
		height: 117px;
	}

}


.countdown-title {
	color: #396;
	font-weight: 100;
	font-size: 40px;
	margin: 40px 0px 20px;
}

.countdown {
	display: flex;
	font-family: sans-serif;
	color: #fff;
	/*  display: inline-block;*/
	font-weight: 100;
	text-align: center;
	font-size: 34px;
	/*  font-weight: bold;*/
	background: #000;
}

.countdown-number {
	padding: 0px;
	border-radius: 3px;
	/* background: #00bf96; */
	display: inline-block;
	padding: 5px 5px 0px 5px;
	position: relative;
	top: 2px;
	left: 0px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.countdown-time {
	border-radius: 3px;
	/*  background: #00816a;*/
	/*  display: inline-block;*/
	font-stretch: semi-condensed;
}

.countdown-text {
	display: block;
	padding-top: 0px;
	font-size: 12px;
	text-align: center;
	top: -5px;
	left: 1px;
	position: relative;
}

.wrapper_counter {
	display: flex;
	background: #000;
	padding: 25px;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: center;
}

.friday_counter {
	display: flex
}

.friday_header {
	/*  font-weight: bold;*/
	font-size: 18px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

.friday_text {
	font-weight: bold;
	font-size: 18px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 10px 20px 10px 20px;
}

.friday_color_1 {
	color: #FFF;
}

.friday_color_2 {
	color: #FACB55;
}

.friday_color_3 {
	color: #999;
}

.timer_wrap {
	display: flex;
	padding: 4px;
}

.timer_circle_e {
	position: absolute;
	padding: 20px;
	background: red;
	border-radius: 50%;
	height: 64px;
	width: 64px;
}

.timer_circle_i {
	position: relative;
	padding: 0px;
	background: #000;
	border-radius: 50%;
	left: 2px;
	top: 2px;
	height: 60px;
	width: 60px;
}

.wrapper_counter {
	/*display: none;*/
}

@media screen and (max-width: 700px) {
	.wrapper_counter {
		flex-direction: column;
	}

	.friday_header {
		font-size: 16px;
	}

	.friday_text {
		font-size: 16px;
	}
}