/* PROMO PAGE */

.ry-horizontal-line.v-spacing-50:after {
	margin: 50px 0;
	height: 1px;
}

.promo-block:before {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23A0A0A0FF' stroke-width='3' stroke-dasharray='8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.module-promo {
	margin-bottom: 16px;
}

.module-promo .promo-image-type,
.module-promo .promo-type {
	background: rgb(217 217 217 / 60%);
}

.promo-block:not(:last-child) {
	margin-bottom: 50px;
}

.module-promo .ry-flex .photo-wrapper {
	max-width: 280px;
	min-width: 280px;
	width: 30%;
}

.module-promo .promo-image-type .ry-flex .photo-wrapper {
	position: relative;
}

.module-promo .promo-image-type .ry-flex .photo-wrapper .photo,
.module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.module-promo .promo-image-type .ry-flex .photo-wrapper .photo:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #e8e8e8;
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}

.module-promo .ry-flex .text-wrapper {
	max-width: calc(100% - 280px);
	width: 70%;
	padding: 3vw 3vw 1vw 3vw;
}

.module-promo .ry-flex .text-wrapper h3 {
	font-size: 24px !important;
	font-weight: 600;
	margin-bottom: 0 !important;
	text-align: left;
}

.module-promo .ry-flex .text-wrapper .span-1 {
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 10px;
	display: block;
	background: #000;
	color: #fff;
	max-width: max-content;
	line-height: 1;
	margin: 15px 0;
}

.module-promo .ry-flex .text-wrapper p {
	text-align: left;
	font-size: 18px !important;
	line-height: 1.5;
}

.module-promo .ry-flex .text-wrapper .span-2 {
	margin-top: 50px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.module-promo .promo-type .ry-flex .photo-wrapper,
.module-promo .promo-type .ry-flex .photo-wrapper .photo-gear {
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-promo .promo-type .ry-flex .photo-wrapper .photo-gear img {
	max-width: 50%;
	margin: auto;
}

.module-promo .promo-type .ry-flex .text-wrapper {
	padding-left: 0;
}


/* TABLET / SMALL DESKTOP */

@media (max-width: 1440px) {

	.module-promo .ry-flex .text-wrapper h3 {
		font-size: 22px !important;
	}

	.module-promo .ry-flex .text-wrapper p {
		font-size: 16px !important;
	}
}


/* DESKTOP */

@media (min-width: 768px) {

	.module-promo {
		padding: 0 10px;
	}
}


/* MOBILE */

@media (max-width: 767px) {

	.module-promo {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		margin-left: 0;
		padding: 0;
		box-sizing: border-box;
	}

	.module-promo .promo-block {
		width: 100%;
		max-width: 100%;
		margin: 0 0 30px 0 !important;
		box-sizing: border-box;
	}

	.module-promo .promo-block .ry-flex {
		display: flex;
		flex-direction: column !important;
		width: 100%;
		gap: 0;
	}

	/* IMAGE */

	.module-promo .ry-flex .photo-wrapper {
		position: relative;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 250px;
		padding-bottom: 0;
		overflow: hidden;
		box-sizing: border-box;
	}

	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo,
	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* IMAGE ARROW */

	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo:before {
		top: auto;
		right: auto;
		left: 50%;
		bottom: 0;
		transform: translate(-50%, 0);
		border-top: 10px solid transparent;
		border-bottom: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #e8e8e8;
	}

	/* TEXT */

	.module-promo .ry-flex .text-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 25px 20px !important;
		box-sizing: border-box;
	}

	.module-promo .ry-flex .text-wrapper h3 {
		font-size: 22px !important;
		line-height: 1.3;
	}

	.module-promo .ry-flex .text-wrapper p {
		font-size: 16px !important;
		line-height: 1.5;
	}

	.module-promo .ry-flex .text-wrapper .span-2 {
		margin-top: 25px;
	}

	/* PROMO TYPE */

	.module-promo .promo-type .ry-flex .photo-wrapper {
		height: 250px;
		padding-bottom: 0;
	}

	.module-promo .promo-type .ry-flex .photo-wrapper .photo-gear {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.module-promo .promo-type .ry-flex .photo-wrapper .photo-gear img {
		max-width: 50%;
		height: auto;
		margin: auto;
	}
}


/* SMALL MOBILE */

@media (max-width: 620px) {

	.module-promo {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}

	.module-promo .promo-block {
		width: 100%;
		max-width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.module-promo .ry-flex .photo-wrapper {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 220px;
		padding-bottom: 0;
	}

	.module-promo .promo-type .ry-flex .photo-wrapper {
		height: 220px;
	}

	.module-promo .ry-flex .text-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 20px 16px !important;
	}

	.module-promo .ry-flex .text-wrapper h3 {
		font-size: 20px !important;
		line-height: 1.3;
	}

	.module-promo .ry-flex .text-wrapper p {
		font-size: 15px !important;
		line-height: 1.5;
	}

	.module-promo .ry-flex .text-wrapper .span-1 {
		font-size: 11px;
	}

	.module-promo .ry-flex .text-wrapper .span-2 {
		margin-top: 20px;
	}
}


/* =========================================
   VS ADS
========================================= */



.vs-ads {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
}

/* Individual ad */
.vs-ads .vs-ad {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;

	border: 1px solid #e5e5e5;
	border-radius: 4px;

	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Ad link */
.vs-ads .vs-ad a {
	display: block;
	width: 100%;
}

/* Ad image */
.vs-ads .vs-ad img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin: 0;
	object-fit: contain;
}


/* =========================================
   RIGHT COLUMN
========================================= */

.ry-right .vs-ads {
	position: sticky;
	top: 30px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

	.ry-right .vs-ads {
		position: static;
	}

	.vs-ads {
		max-width: 600px;
		margin: 30px auto 0;
	}

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

	.vs-ads {
		width: 100%;
		max-width: 100%;
		margin: 30px 0 0;
		gap: 20px;
	}

	.vs-ads .vs-ad {
		width: 100%;
	}

	.vs-ads .vs-ad img {
		width: 100%;
		height: auto;
	}
}



.ry-section .ry-content{
display:flex;
flex-direction:row;
gap:16px;
}

@media (max-width: 767px) {
.ry-section .ry-content{
flex-direction:column;
}
}