
/* 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;
	}
}


/* WELCOME ADS */

#welcome-ads {
	display: flex;
	gap: 30px;
	justify-content: center;
}

@media (max-width: 979px) {

	#welcome-ads {
		flex-direction: column;
		align-items: center;
	}
}

.vs-ads {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: 8px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    gap: 0;
    overflow: hidden;
}

.vs-ads__item {
    width: 50%;
    flex: 0 0 50%;
    display: flex;
}

.vs-ads__link {
    display: block;
    width: 100%;
    height: 100%;
}

.vs-ads__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: unset;
}


.module-67{
	padding:64px 0;
}


@media (max-width: 1150px) {
	.module-67 #welcome-content{
		flex-direction:column;
		gap:16px;
		align-items:center;
	}
	.welcome-left, .welcome-right {
    width: 100%;
	}
	.welcome-left{
	max-width:615px;
	}
}
