.bnr_vetka {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: 'SMSans', sans-serif;
	font-feature-settings: 'ss01' off, 'clig' off, 'liga' off;
}

.bnr_vetka-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 4;
}

.bnr_vetka-text {
	padding: 45px 0 45px 45px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
	gap: 5px;
	width: 100%
}

.bnr_vetka-plashka {
	position: relative;
	display: flex;
	align-items: center;
	max-width: max-content;
	height: 34px;
	box-sizing: border-box;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 0 0 12px;
	text-wrap: nowrap;
	margin-bottom: 10px;
}

.bnr_vetka-plashka:after {
	content: "";
	width: 17px;
	height: 34px;
	position: relative;
	right: -9px;
	bottom: 0;
	transform: skewX(-25deg);
}

.bnr_vetka-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 1px;
	font-feature-settings: 'ss01' on, 'clig' off, 'liga' off;
	z-index: 2;
}

.bnr_vetka-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	z-index: 2;
}

.bnr_vetka-img {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}

.bnr_vetka-img img {
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.bnr_vetka-button {
	display: inline-block;
	width: max-content;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 12px 24px;
	transition: 0.3s;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
}

.bnr_vetka-button:hover {
	transition: 0.3s;
}

.bnr_vetka-modal {
	width: max-content;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
	text-decoration: underline;
	box-sizing: border-box;
	z-index: 4;
}

.bnr_vetka:not(.bnr_vetka-weekly) .bnr_vetka-modal {
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline;
	padding: 4px 8px;
}

.bnr_vetka-weekly .bnr_vetka-modal {
	position: relative;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 10px;
}

.bnr_vetka-weekly .bnr_vetka-modal::after {
	content: '';
	width: 18px;
	height: 18px;
	background-image: url('https://cdnby.sportmaster.com/upload/content/cmsgate/by_sm/smprod/dip_content/2024/main_page/w31/arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 3px;
}

.bnr_vetka-modal:hover {
	letter-spacing: 0.3px;
	transition: 0.3s;
}

.bnr_vetka-weekly_price {
	position: absolute;
	font-size: 25px;
	line-height: 1.2;
	font-weight: 900;
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
	background-color: red;
	padding: 12px 32px;
	border-radius: 40px;
	transform: rotate(0deg);
	text-align: right;
}

.bnr_vetka-weekly_price span-price {
	font-size: 18px;
	font-weight: 900;
	line-height: 24px;
	color: #fff;
	position: relative;
	font-weight: 500;
}

.bnr_vetka-weekly_price span-price:after {
	content: '';
	background: url('https://cdnby.sportmaster.com/upload/content/cmsgate/by_sm/smprod/dip_content/2024/main_page/w31/line.svg') center / cover no-repeat;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	width: 80%;
	height: 22px;
}

@media(max-width: 1919px) {
	.bnr_vetka-title {
		font-size: 22px;
		line-height: 30px;
		letter-spacing: .8px;
	}
}

@media(max-width: 1439px) {

	.bnr_vetka-text {
		padding: 30px 0 30px 30px;
	}

	.bnr_vetka-description {
		font-size: 14px;
	}

	.bnr_vetka-weekly_price {
		font-size: 20px;
		line-height: 0.8;
		font-weight: 700;
		display: flex;
		flex-direction: column-reverse;
		padding: 10px 32px;
		border-radius: 28px;
		text-align: right;
	}

	.bnr_vetka-weekly_price span-price {
		font-size: 15px;
		line-height: 18px;
		font-weight: 700;
	}
}

@media(max-width: 1023px) {

	.bnr_vetka-title {
		font-size: 20px;
		line-height: 26px;
	}
}

@media(max-width: 639px) {
	.bnr_vetka-text {
		padding: 15px 0 15px 15px;
	}

	.bnr_vetka-plashka {
		height: 26px;
		font-size: 9px;
		padding: 0 0 0 10px;
	}

	.bnr_vetka-plashka:after {
		height: 26px;
	}

	.bnr_vetka-title {
		font-size: 20px;
		line-height: 26px;
	}

	.bnr_vetka-modal {
		display: none;
	}

	.bnr_vetka-weekly_price {
		font-size: 14px;
		line-height: 10px;
		display: flex;
		padding: 8px 18px;
		transform: rotate(0deg);
		font-weight: 500;
	}

	.bnr_vetka-weekly_price span-price {
		font-size: 10px;
		line-height: 12px;
		font-weight: 400;
	}

	.bnr_vetka-weekly_price span-price:after {
		left: 15px;
		width: 75%;
		height: 10px;
	}
}

@media(max-width: 420px) {
	.bnr_vetka-title {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: .6px;
	}
}